@charset "UTF-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.8;
}

p, th, td {
  text-align: justify;
  line-height: 1.8;
}

.family-serif {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.family-sans-serif {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.bold {
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.sp {
  display: none;
}

.delay1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.header-menu {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
}

.header-logo {
  padding: 18px 0 0 23px;
  font-size: 32px;
  font-size: 3.2rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-weight: bold;
  line-height: 1.0;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #FFF;
}

.header-logo img {
  margin-right: 10px;
}

.header-logo a {
  color: #FFF;
}

.header-logo a:hover {
  text-decoration: none;
}

.sp-navarea {
  display: none;
}

.pc-navarea {
  z-index: 99;
}

.pc-navarea__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: auto;
}

.pc-navarea__item {
  width: 135px;
  text-align: left;
  padding: 25px 0 7px 13px;
  border-left: solid 1px #FFF;
  line-height: 1.2;
}

.pc-navarea__item a {
  font-weight: bold;
  display: block;
}

.pc-navarea__item span {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Century Gothic,Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  display: block;
}

.pc-navarea__item:hover {
  background-color: #E28D39;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.pc-navarea__item.tel {
  width: 193px;
  padding: 21px 0;
  border-left: none;
  background-color: #2A2E58;
  color: #FFF;
  font-weight: normal;
  font-family: Century Gothic,Verdana, Geneva, Tahoma, sans-serif;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.pc-navarea__item.tel a {
  color: #FFF;
}

.pc-navarea__item.tel:hover {
  background-color: #2A2E58;
}

.pc-navarea__link {
  color: #FFF;
  text-decoration: none;
}

.pc-navarea__link:hover {
  text-decoration: none;
}

.clone-nav {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}

.clone-nav .header-logo {
  padding: 9px 0 9px 23px;
}

.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sidebtn {
  position: fixed;
  bottom: 10vh;
  right: 0;
  z-index: 999;
}

@media (max-width: 960px) {
  .header-logo {
    padding: 5px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .header-logo img {
    width: 18px;
    height: auto;
    margin-right: 5px;
  }
  .clone-nav,
  .pc-navarea {
    display: none;
  }
  .sp-navarea {
    display: block;
  }
  .sp-navarea.open .sp-navarea__nav {
    right: 0;
    opacity: 1;
  }
  .sp-navarea__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    background: #000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 9999;
    opacity: 0;
  }
  .sp-navarea__inner {
    padding: 35px 15px 15px;
  }
  .sp-navarea__list {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
  }
  .sp-navarea__item {
    border-bottom: solid 1px #FFF;
  }
  .sp-navarea__item a {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
    font-weight: bold;
    text-align: center;
  }
  .sp-navarea__tel {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0;
  }
  .sp-navarea__tel a {
    color: #FFF;
  }
  .toggle-bg {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #E28D39;
    cursor: pointer;
    z-index: 9999;
  }
  .toggle-btn {
    cursor: pointer;
    display: block;
  }
  .toggle-btn span {
    display: block;
    position: absolute;
    left: 8px;
    width: 24px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .toggle-btn span:nth-child(1) {
    top: 10px;
  }
  .toggle-btn span:nth-child(2) {
    top: 19px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 10px;
  }
  .open .toggle-btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
  .mask {
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .open .mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .sidebtn {
    display: none;
  }
}

.pagetop img {
  display: block;
  margin-left: auto;
  margin-right: 10px;
}

.footer {
  background: url(../images/common/footer_bg-min.jpg) center center/cover;
  padding: 136px 0 80px;
  margin-top: 200px;
}

.footer p {
  text-align: center;
  color: #FFF;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.footer__logo {
  margin-bottom: 24px;
}

.footer__syamei {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}

.footer__address {
  font-size: 18px;
  font-size: 1.8rem;
}

.footer__tel {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 41px;
}

.footer__tel a {
  color: #FFF;
}

.footer__link {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.footer__link a {
  color: #FFF;
}

.footer__copy {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .footer {
    padding: 50px 0 30px;
    margin-top: 100px;
  }
  .footer__logo {
    margin-bottom: 10px;
  }
  .footer__logo img {
    width: 40px;
    height: auto;
  }
  .footer__syamei {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer__address {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer__tel {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .footer__link {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  .footer__copy {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .inner {
    margin: 0 2.5%;
  }
}

h1,
h2,
h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.page-title {
  color: #2A2E58;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin: 0 auto 50px;
  width: 80%;
  max-width: 640px;
  text-align: center;
  position: relative;
  background: url(../images/common/line.png) no-repeat top 50% center;
}

.pageheader {
  position: relative;
}

.pageheader__img {
  width: 100%;
  height: auto;
  display: block;
}

.pageheader-title {
  line-height: 1.6;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  max-width: 542px;
  background: url(../images/common/pageheader-line.png) no-repeat bottom 0 center/100%;
}

.pageheader-title span {
  display: block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: Century Gothic,Verdana, Geneva, Tahoma, sans-serif;
}

.pankuzu {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 45px;
}

.pankuzu__item {
  font-size: 13px;
  font-size: 1.3rem;
}

.pankuzu__item a {
  color: #73002B;
  padding-left: 1em;
  position: relative;
}

.pankuzu__item a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #73002B;
}

.pankuzu__item span {
  color: #73002B;
  padding: 0 0.5em;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h1.pageheader__title {
  color: #FFF;
  font-weight: bold;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h2.contentstitle {
  background-color: #2A2E58;
  padding: 0.9em;
  margin-bottom: 20px;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 960px) {
  h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-title {
    margin: 0 auto 25px;
    background: url(../images/common/line-sp.png) no-repeat top 50% center/100%;
  }
  .pageheader-title {
    line-height: 1.4;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pageheader-title span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .pageheader {
    background: url(../images/common/header_bgsp.jpg) no-repeat center center/100%;
  }
  .pageheader-title {
    line-height: 1.3;
    max-width: 240px;
  }
  .pageheader-title span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .pankuzu {
    margin: 0 auto 20px;
  }
  .pankuzu__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
  h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h1.pageheader__title {
    height: 28vw;
    width: 28vw;
  }
  h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.otoiawase {
  padding: 75px 0;
  position: relative;
}

.otoiawase p {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.otoiawase .illust {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 960px) {
  .otoiawase {
    padding: 50px 0 0;
    position: relative;
  }
  .otoiawase p {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .otoiawase .illust {
    position: relative;
    width: 200px;
    height: auto;
    display: block;
    margin: 10px auto 0;
  }
}

.kome {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .kome {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#page_top {
  position: fixed;
  right: 5px;
  opacity: 0.8;
  z-index: 9998;
  display: block;
}

#page_top img {
  display: block;
}

#page_top:hover {
  opacity: 1.0;
  cursor: pointer;
}

.btn {
  color: #2A2E58;
  font-weight: bold;
  width: 100%;
  max-width: 320px;
  border: solid 1px #2A2E58;
  text-align: center;
  background: url(../images/common/arrow1.png) no-repeat right 20px top 50%;
  display: block;
  margin: auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.btn:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.white {
  background: url(../images/common/arrow2.png) no-repeat right 20px top 50%;
  color: #FFF;
  border: solid 1px #FFF;
}

.btn.white:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.yellow {
  background: url(../images/common/arrow3.png) no-repeat right 20px top 50%;
  color: #E28D39;
  border: solid 1px #E28D39;
}

.btn.yellow:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 960px) {
  .btn {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.75em 0;
  }
}

@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*top-mv*/
.top-mv {
  position: relative;
  overflow: hidden;
}

.top-mv__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 834px;
  overflow-y: hidden;
}

.top-mv__title {
  position: absolute;
  text-align: center;
  top: 221px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-mv__subtitle {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  top: 325px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 54px;
  font-size: 5.4rem;
  color: #FFF;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-shadow: 3px 3px 6px #000;
}

.top-mv__subtitle span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}

.top-mv__subtitle--1l {
  -webkit-animation: s1 4s forwards;
          animation: s1 4s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes s1 {
  from {
    width: 0em;
  }
  60% {
    width: 15.1em;
  }
  to {
    width: 15.1em;
  }
}

@keyframes s1 {
  from {
    width: 0em;
  }
  60% {
    width: 15.1em;
  }
  to {
    width: 15.1em;
  }
}

.top-mv__subtitle--2l {
  -webkit-animation: s2 4s forwards;
          animation: s2 4s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes s2 {
  0% {
    width: 0em;
  }
  50% {
    width: 0em;
  }
  to {
    width: 6.1em;
  }
}

@keyframes s2 {
  0% {
    width: 0em;
  }
  50% {
    width: 0em;
  }
  to {
    width: 6.1em;
  }
}

.zoom1 img {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1.8s;
  transition: 1.8s;
}

.zoom1.show img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*top-recruit*/
.top-recruit {
  background: url(../images/top/recruit_img-min.jpg) #E28D39 no-repeat center left/cover;
  padding-bottom: 70px;
}

.top-recruit__block {
  margin: -70px auto 0;
  width: 90%;
  max-width: 1000px;
  position: relative;
}

.top-recruit__block img {
  width: 100%;
  height: auto;
}

.top-recruit__txtgroup {
  position: absolute;
  top: 50%;
  left: 63px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-recruit__title {
  text-align: left;
  color: #E28D39;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 44px;
  font-size: 4.4rem;
  margin-bottom: 0;
  line-height: 1.1;
}

.top-recruit__subtitle {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 19px;
  font-family: Century Gothic,Verdana, Geneva, Tahoma, sans-serif;
  font-style: italic;
}

.top-recruit .btn {
  margin: 0 auto 0 0;
  width: 230px;
}

/*top-jigyou*/
.top-jigyou {
  padding: 48px 0;
  background: url(../images/top/topbg-min.png) center center/cover;
}

.top-jigyou__block {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.top-jigyou__block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-jigyou__title {
  text-align: left;
  color: #2A2E58;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 44px;
  font-size: 4.4rem;
  margin-bottom: 0;
  line-height: 1.1;
}

.top-jigyou__subtitle {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 55px;
  font-family: Century Gothic,Verdana, Geneva, Tahoma, sans-serif;
  font-style: italic;
}

.top-jigyou__img {
  width: 50%;
}

.top-jigyou__img img {
  width: 100%;
  height: auto;
  display: block;
}

.top-jigyou__txt {
  width: 50%;
  max-width: 560px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*top-process*/
.top-process {
  background: url(../images/top/process_bg-min.jpg) center center/cover;
  padding: 73px 0 50px;
  position: relative;
}

.top-process__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #FFF;
  position: absolute;
  top: 73px;
  margin-left: -84px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.top-process__title:after {
  content: "";
  height: 62px;
  width: 1px;
  background-color: #FFF;
  position: absolute;
  top: -73px;
  left: 0.8em;
}

.top-process__list {
  margin-bottom: 35px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.top-process__item {
  width: 30%;
  position: relative;
}

.top-process__item img {
  width: 100%;
  height: auto;
}

.top-process__mds {
  background-color: #E28D39;
  width: 68px;
  line-height: 68px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.top-process__arrow {
  position: absolute;
  top: 50%;
  right: -12%;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.top-process__txt {
  color: #FFF;
  text-align: center;
  margin-bottom: 38px;
}

/*top-anzen*/
.top-anzen {
  background: url(../images/top/gyoumu_bg-min.jpg) center center/cover;
}

.top-anzen .inner {
  background-color: rgba(231, 243, 223, 0.85);
  padding: 103px 30px 66px;
}

.top-anzen__title {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #2A2E58;
}

.top-anzen__txt {
  font-size: 20px;
  font-size: 2rem;
  color: #2A2E58;
  text-align: center;
  margin-bottom: 69px;
  font-weight: bold;
}

.top-anzen__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.top-anzen__item {
  width: 24%;
  position: relative;
}

.top-anzen__item img {
  width: 100%;
  height: auto;
}

.top-anzen__item p {
  text-align: center;
  width: 100%;
  color: #FFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
  font-weight: bold;
}

/*news*/
.top-news {
  padding: 80px 0 0;
}

.top-news .inner {
  border-top: solid 1px #2A2E58;
  border-bottom: solid 1px #2A2E58;
  padding: 35px 0;
  margin-bottom: 35px;
}

.top-news__title {
  color: #2A2E58;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 35px;
}

.top-news__item {
  background-color: #EEEEEE;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 20px;
}

.top-news__link {
  padding-left: 2em;
}

.top-news__link a {
  color: #000;
  text-decoration: underline;
}

.top-news__link a:hover {
  color: #FF2C00;
}

/****************************************************************/
@media (max-width: 1280px) {
  /*top-process*/
  .top-process__title {
    left: 20px;
    margin-left: 0;
  }
  .top-process__list {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
}

/****************************************************************/
@media (max-width: 960px) {
  /*top-mv*/
  .top-mv__title {
    top: 110px;
  }
  .top-mv__title img {
    width: 80%;
  }
  .top-mv__subtitle {
    top: 160px;
    font-size: 28px;
    font-size: 2.8rem;
    text-shadow: 2px 2px 4px #000;
  }
  /*top-recruit*/
  .top-recruit {
    padding-bottom: 35px;
  }
  .top-recruit__block {
    margin-top: -35px;
  }
  .top-recruit__txtgroup {
    left: 30px;
  }
  .top-recruit__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top-recruit__subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .top-recruit .btn {
    width: 200px;
  }
  /*top-jigyou*/
  .top-jigyou {
    padding: 48px 0;
  }
  .top-jigyou__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-jigyou__subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .top-jigyou__img {
    width: 50%;
  }
  .top-jigyou__txt {
    width: 50%;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*top-process*/
  .top-process {
    padding: 50px 0 40px;
  }
  .top-process__title {
    top: 50px;
    left: 50px;
    margin-left: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-process__title:after {
    content: "";
    height: 36px;
    width: 1px;
    position: absolute;
    top: -50px;
    left: 0.8em;
  }
  .top-process__list {
    width: 85%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .top-process__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*top-anzen*/
  .top-anzen .inner {
    padding: 50px 2.5% 33px;
  }
  .top-anzen__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-anzen__txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .top-anzen__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-anzen__item {
    width: 48.5%;
  }
  .top-anzen__item p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*news*/
  .top-news {
    padding: 40px 0 0;
  }
  .top-news .inner {
    padding: 17px 0;
    margin-bottom: 17px;
  }
  .top-news__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 17px;
  }
  .top-news__item {
    margin-bottom: 5px;
    padding: 10px;
  }
  .top-news__link {
    padding-left: 1em;
  }
}

/****************************************************************/
@media (max-width: 768px) {
  /*top-mv*/
  .top-mv__title {
    top: 65px;
  }
  .top-mv__title img {
    width: 100%;
  }
  .top-mv__subtitle {
    top: 110px;
    font-size: 20px;
    font-size: 2rem;
    text-shadow: 2px 2px 4px #000;
  }
  /*top-recruit*/
  .top-recruit {
    padding-bottom: 20px;
  }
  .top-recruit__block {
    margin-top: -20px;
  }
  .top-recruit__txtgroup {
    left: 15px;
  }
  .top-recruit__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-recruit__subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .top-recruit .btn {
    width: 140px;
    padding: 0.25em 0;
    font-size: 13px;
    font-size: 1.3rem;
    background: url(../images/common/arrow3.png) no-repeat right 7px top 50%/7px;
  }
  /*top-jigyou*/
  .top-jigyou {
    padding: 25px 0;
  }
  .top-jigyou__block {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-jigyou__block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-jigyou__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top-jigyou__subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .top-jigyou__img {
    width: 100%;
  }
  .top-jigyou__txt {
    width: 100%;
    padding: 15px 2.5%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*top-process*/
  .top-process {
    padding: 30px 0 30px;
  }
  .top-process__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: left;
    position: relative;
    margin-left: 0;
    top: 0;
    left: 0;
    padding-left: 35px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-process__title:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    top: 0.65em;
    left: 0;
  }
  .top-process__list {
    width: 100%;
  }
  .top-process__mds {
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-process__arrow img {
    width: 9px;
    height: auto;
  }
  .top-process__txt {
    margin-bottom: 20px;
  }
  /*news*/
  .top-news__time {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-news__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gaiyou-rinen__block {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.gaiyou-rinen__block--sp {
  display: none;
}

.gaiyou-rinen__img {
  width: 23.5%;
}

.gaiyou-rinen__img img {
  width: 100%;
  height: auto;
}

.gaiyou-rinen__txt {
  width: 53%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gaiyou-rinen__rinen {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
}

.gaiyou-joho {
  padding: 75px 0;
}

.gaiyou-joho__table {
  width: 100%;
  margin-bottom: 50px;
}

.gaiyou-joho__table th {
  font-weight: bold;
  padding: 1em 0;
  color: #E28D39;
  border-bottom: solid 1px #E28D39;
  width: 24%;
}

.gaiyou-joho__table td {
  padding: 1em;
  border-bottom: solid 1px #F2F1EE;
  width: 76%;
}

.gaiyou__list {
  text-indent: -1em;
  margin-left: 1em;
}

.gaiyou-process {
  padding: 75px 0;
  background-color: #EFF0FF;
}

.gaiyou-process__box {
  background-color: #FFF;
  padding: 55px 45px;
}

.gaiyou-process img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.gaiyou-calendar {
  padding: 75px 0 0;
}

.gaiyou-calendar__nenkan {
  background-color: #2A2E58;
  border-radius: 25px;
  text-align: center;
  color: #FFF;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 330px;
  font-weight: bold;
}

.gaiyou-calendar img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 960px) {
  .gaiyou-rinen__block {
    padding: 20px 0;
  }
  .gaiyou-rinen__block--sp {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .gaiyou-rinen__img {
    display: none;
  }
  .gaiyou-rinen__img--sp {
    width: 50%;
  }
  .gaiyou-rinen__img--sp img {
    width: 100%;
    height: auto;
    display: block;
  }
  .gaiyou-rinen__txt {
    width: 100%;
  }
  .gaiyou-rinen__rinen {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .gaiyou-joho {
    padding: 50px 0;
  }
  .gaiyou-joho__table {
    margin-bottom: 20px;
  }
  .gaiyou-joho__table th {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.5em 0;
    white-space: nowrap;
  }
  .gaiyou-joho__table td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.5em;
  }
  .gaiyou-process {
    padding: 50px 0;
  }
  .gaiyou-process__box {
    padding: 10px 2.5%;
  }
  .gaiyou-calendar {
    padding: 50px 0 0;
  }
  .gaiyou-calendar__nenkan {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.recruit-main {
  position: relative;
  margin-bottom: 75px;
}

.recruit-main__img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-main__inner {
  position: absolute;
  top: 50%;
  left: calc(50% - 500px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-main__title {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-align: left;
}

.recruit-main__subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-bottom: 57px;
}

.recruit-main__txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.recruit-main .btn {
  margin-left: 0;
  margin-bottom: 25px;
}

.recruit-sigoto {
  margin-bottom: 75px;
}

.recruit-sigoto__subtitle {
  color: #E28D39;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 50px;
}

.recruit-sigoto__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}

.recruit-sigoto__item {
  width: 47.5%;
  border: solid 1px #E28D39;
  padding-bottom: 20px;
}

.recruit-sigoto__img {
  position: relative;
}

.recruit-sigoto__img img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-sigoto__title {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 273px;
  text-align: center;
  color: #FFF;
  border: solid 1px #FFF;
  border-radius: 25px;
  background-color: #2A2E58;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.recruit-sigoto__txt {
  padding: 40px 40px 0;
  text-align: center;
  margin-bottom: 1em;
}

.recruit-sigoto__jikan {
  text-align: center;
  font-weight: bold;
}

.recruit-jinbutu {
  margin-bottom: 75px;
}

.recruit-jinbutu__box {
  background-color: #FFF5EB;
  border: solid 1px #E28D39;
  padding: 50px 75px 8px;
}

.recruit-jinbutu__item {
  margin-bottom: 42px;
}

.recruit-jinbutu__mds {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #E28D39;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.recruit-jinbutu__mds span {
  margin-right: 10px;
}

.recruit-jinbutu__txt {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #2A2E58;
  padding-left: 42px;
  font-weight: bold;
}

.recruit-data {
  margin-bottom: 75px;
}

.recruit-data__subtitle {
  color: #E28D39;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.recruit-data__img {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.recruit-data__img img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.recruit-hukuri {
  margin-bottom: 75px;
}

.recruit-hukuri__subtitle {
  color: #E28D39;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.recruit-hukuri__txt {
  text-align: center;
  color: #2A2E58;
}

.recruit-toiawase {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}

.recruit-toiawase__title {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.recruit-toiawase__tel {
  width: 50%;
  background-color: #E28D39;
  padding: 35px 35px 10px;
}

.recruit-toiawase__telnum {
  font-size: 36px;
  font-size: 3.6rem;
  color: #FFF;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
  text-align: center;
}

.recruit-toiawase__telnum img {
  margin-right: 5px;
}

.recruit-toiawase__tantou {
  text-align: center;
  color: #FFF;
}

.recruit-toiawase__hw {
  width: 50%;
  background-color: #2A2E58;
  padding: 35px 35px 10px;
}

.recruit-toiawase__hw .btn {
  background-color: #FFF;
  margin-bottom: 10px;
}

.recruit-toiawase__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
}

@media (max-width: 960px) {
  .recruit-main {
    position: relative;
    margin-bottom: 15px;
  }
  .recruit-main__inner {
    left: 2.5%;
  }
  .recruit-main__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .recruit-main__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .recruit-main__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recruit-main .btn {
    margin-bottom: 25px;
  }
  .recruit-main.sp .recruit-main__txt {
    margin-bottom: 25px;
    text-align: center;
  }
  .recruit-main.sp .btn {
    margin: 0 auto 15px;
  }
  .recruit-sigoto {
    margin-bottom: 50px;
  }
  .recruit-sigoto__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .recruit-sigoto__list {
    display: block;
  }
  .recruit-sigoto__item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .recruit-sigoto__title {
    bottom: -18px;
    width: 240px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recruit-sigoto__txt {
    padding: 30px 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recruit-sigoto__jikan {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recruit-jinbutu {
    margin-bottom: 50px;
  }
  .recruit-jinbutu__box {
    padding: 20px 2.5% 4px;
  }
  .recruit-jinbutu__item {
    margin-bottom: 20px;
  }
  .recruit-jinbutu__mds {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.4em;
  }
  .recruit-jinbutu__mds span {
    margin-right: 5px;
  }
  .recruit-jinbutu__mds span img {
    width: 18px;
    height: auto;
  }
  .recruit-jinbutu__txt {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recruit-data {
    margin-bottom: 50px;
  }
  .recruit-data__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit-hukuri {
    margin-bottom: 50px;
  }
  .recruit-hukuri__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit-hukuri__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recruit-toiawase {
    display: block;
  }
  .recruit-toiawase__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .recruit-toiawase__tel {
    width: 100%;
    padding: 15px 15px 10px;
  }
  .recruit-toiawase__telnum {
    font-size: 20px;
    font-size: 2rem;
  }
  .recruit-toiawase__telnum img {
    width: 14px;
    height: auto;
  }
  .recruit-toiawase__tantou {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .recruit-toiawase__hw {
    width: 100%;
    padding: 15px 15px 10px;
  }
  .recruit-toiawase__hw .btn {
    margin-bottom: 5px;
  }
  .recruit-toiawase__txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.news__list {
  margin-top: 100px;
  margin-bottom: 25px;
}

.news__item {
  padding: 35px 0;
  border-bottom: solid 1px #2A2E58;
}

.news__item a {
  color: #000;
}

.news__item a:hover {
  text-decoration: none;
}

.news__link a {
  color: #000;
  text-decoration: none;
}

.news__link a:hover {
  text-decoration: underline;
  color: #FF2C00;
}

.news__new {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FF2C00;
}

.news__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}

.news__time {
  font-weight: normal;
  padding-right: 1em;
}

.news__box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.news__img {
  width: 29.3%;
  padding-right: 1.7%;
}

.news__img img {
  width: 100%;
  height: auto;
  display: block;
}

.news__txt {
  width: 69%;
}

.news__contentarea {
  padding-bottom: 75px;
  margin-bottom: 25px;
  border-bottom: solid 1px #2A2E58;
}

.news__back {
  text-align: center;
}

/*
.news__nav {
    @include flex();
    border-top: solid 1px $color_winered;
    border-bottom: solid 1px $color_winered;

    a {
        color: $color_winered;
    }

    li {
        width: 33.33%;
        padding: 0.5em 0;
        box-sizing: border-box;
    }

    &--prev {
        text-align: left;
        padding-left: 50px;
    }

    &--archive {
        background-color: $color_gray;
        text-align: center;
    }

    &--next {
        text-align: right;
        padding-right: 50px;
    }
}
*/
.wp-pagenavi {
  text-align: center;
  margin: 50px auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 4px 0.5em;
  margin: 2px;
}

.pager {
  text-align: center;
}

.pager a {
  background-color: #FFF;
  color: #000;
  border-radius: 5px;
  border: solid 1px #666;
  padding: 0.25em 0.5em;
  margin: 0 3px;
}

.pager a.current {
  background-color: #ccc;
}

/*
.wp-block-image {
    img {
        height: auto;
        max-width: 100%;
    }
}
*/
.news__page {
  padding-top: 75px;
}

.detailText {
  margin-bottom: 1em;
}

.detailUpfile {
  text-align: center;
}

@media (max-width: 960px) {
  .news__list {
    margin-top: 30px;
  }
  /*
    .news__meta {
        margin-bottom: 10px;
    }
    */
  .news__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news__new {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news__contentarea {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .news__contentarea p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news__contentarea img {
    max-width: 100%;
    height: auto;
  }
  .news__item {
    padding: 10px 0;
  }
  .news__time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*
    .news__category {
        width: 30%;
        @include fz(14);
    }
    */
  .news__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news__page {
    padding-top: 30px;
  }
  .news__back {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .detailText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=common_style.css.map */