@charset "UTF-8";
＠mixin section_title {
  font-size: 36px;
  color: #1B224C;
  font-weight: 700;
}

.txt_center{
 text-align: center;
}

.sp_br {
  display: none;
}

@media (max-width: 767px) {
  .sp_br {
    display: inline-block;
  }
}

.pc_br {
  display: inline-block;
}

@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','Arial','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  /* font-family : 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','Arial','ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
  font-size: 16px;
  line-height: 1.6rem;
  background: #fff;
  color: #333333;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a.information {
  color: inherit;
  text-decoration:underline;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.header {
  position: fixed;
  background-color: #1B224C;
  height: 70px;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__logo {
  font-size: 24px;
  color: #fff;
  margin-left: 20px;
  line-height: 50px;
}

.header__logo img {
  height: 50px;
  display: inline;
  float: left;
  margin-right:0.3em;
}

.header__logo a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header__logo {
    font-size: 18px;
    margin-left: 10px;
  }
}

.header__gnav {
  margin-left: auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .header__gnav {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header__gnav {
    display: none;
  }
}

.header__gnav__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__gnav__navi li:not(:first-child) {
  margin-left: 24px;
}

.header__gnav__navi li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.header__gnav__navi li a.is-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.drawer_icon {
  position: fixed;
  top: 28px;
  right: 30px;
  z-index: 300;
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

@media (max-width: 767px) {
  .drawer_icon {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .drawer_icon {
    display: block;
  }
}

.drawer_icon.is_active .drawer_icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

.drawer_icon.is_active .drawer_icon__bar2 {
  display: none;
}

.drawer_icon.is_active .drawer_icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}

.dorawer_icon__bars {
  width: 22px;
  height: 20px;
  display: block;
}

.drawer_icon__bar1,
.drawer_icon__bar2,
.drawer_icon__bar3 {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer_icon__bar1 {
  top: 0;
}

.drawer_icon__bar2 {
  top: 10px;
}

.drawer_icon__bar3 {
  top: 20px;
}

.drawer_content {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 299;
  top: 0;
  left: 0;
  background: rgba(27, 34, 76, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer_content.is_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer_content__items {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer_content__item a {
  display: block;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
}

.main-visual__title {
  font-size: 64px;
  font-weight: 700;
  text-shadow: 0 3px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.swiper-container {
  width: 100%;
  height: 100vh;
  margin-top: 70px;
}

.swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: right;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: right;
  }
}

.swiper-container .swiper-wrapper .swiper-slide p {
  position: absolute;
  top: 37%;
  left: 10%;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide p {
    left: 5%;
  }
}

.swiper-container .swiper-wrapper .slide_1 {
  background-image: url(../img/main_pc_img_01.jpg);
}

@media (max-width: 767px) {
  .swiper-container .swiper-wrapper .slide_1 {
    background-image: url(../img/main_sp_img_01.jpg);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-container .swiper-wrapper .slide_1 {
    background-image: url(../img/main_sp_img_01.jpg);
  }
}

.swiper-container .swiper-wrapper .slide_2 {
  background-image: url(../img/main_pc_img_02.jpg);
}

@media (max-width: 767px) {
  .swiper-container .swiper-wrapper .slide_2 {
    background-image: url(../img/main_sp_img_02.jpg);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-container .swiper-wrapper .slide_2 {
    background-image: url(../img/main_sp_img_02.jpg);
  }
}

.swiper-container .swiper-wrapper .slide_3 {
  background-image: url(../img/main_pc_img_03.jpg);
}

@media (max-width: 767px) {
  .swiper-container .swiper-wrapper .slide_3 {
    background-image: url(../img/main_sp_img_03.jpg);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-container .swiper-wrapper .slide_3 {
    background-image: url(../img/main_sp_img_03.jpg);
  }
}

.swiper-container .swiper-wrapper .swiper-slide-active p {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

section {
  margin-top: 30px;
}

.information {
  background: #fff;
}

.information h2 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.information__inner {
  background: #fff;
  width: 1040px;
}

.information__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .information__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .information__contents:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.information__contents h2 {
  margin-bottom: 1.2em;
  text-align: center;
}

.infromation__news {
  /* width: 70%; */
  width: 100%;
}

@media (max-width: 767px) {
  .infromation__news {
    padding: 0;
    width: 95%;
    margin-bottom: 40px;
  }
}

.infromation__news ul {
  margin: 0;
  padding: 10px;
  overflow: auto;
  height: 200px;
}

.infromation__news ul li {
  margin-bottom: 1rem;
}

.information__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #1B224C;
  width: 30%;
  text-align: center;
  padding: 20px;
}

.information__instagram img {
  margin-top: 20px;
  width: 200px;
}

@media (max-width: 767px) {
  .information__instagram {
    padding: 0;
    width: 95%;
  }
}

.top_movie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  max-width: 1040px;
  width: 100%;
}

@media (max-width: 767px) {
  .top_movie__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_movie__text {
  width: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_movie__text p {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .top_movie__text {
    padding: 40px 0 60px 0;
    width: 95%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_movie__text h2 {
  margin-bottom: 1.2rem;
}

.top_movie__movie {
  width: 50%;
  padding: 20px;
}

@media (max-width: 767px) {
  .top_movie__movie {
    padding: 0;
    width: 95%;
  }
}

.top_section_link__inner {
  background: #fff;
  width: 1040px;
}

.top_section_link__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.top_section_link__contents:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .top_section_link__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_section_link__contents:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_section_link__contents__img {
  width: 50%;
  padding: 20px;
}

@media (max-width: 767px) {
  .top_section_link__contents__img {
    padding: 0;
    width: 95%;
  }
}

.top_section_link__contents__text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

@media (max-width: 767px) {
  .top_section_link__contents__text {
    padding: 40px 0 60px 0;
    width: 95%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_section_link__contents__text p {
  margin-top: 1.6rem;
  margin-bottom: 45px;
}

.corporate_header__title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0 3px rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  text-align: center;
}

.corporate_header__title span {
  display: block;
}

@media (max-width: 767px) {
  .corporate_header__title {
    font-size: 22px;
  }
}

.corporate__inner {
  margin-bottom: 20px;
}

.corporate_information h2 {
  text-align: center;
  margin: 80px auto 50px;
}

@media (max-width: 767px) {
  .corporate_information h2 {
    margin: 40px auto 30px;
  }
}

.corporate_information table {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  border-spacing: 0;
  text-align: left;
}

.corporate_information table th {
  width: 20%;
  border-bottom: solid 2px #1B224C;
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .corporate_information table th {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.corporate_information table td {
  width: 80%;
  border-bottom: solid 2px #ddd;
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .corporate_information table td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}

.corporate_page_header {
  height: 250px;
  background-image: url(../img/sub_head_img.jpg);
}

.corporate_page_header__inner {
  width: 1040px;
  height: 100%;
  position: relative;
}

.corporate_read {
  font-size: 26px;
  font-weight: 700;
  max-width: 800px;
  width: auto;
  margin: 100px auto 50px;
  line-height: 1.5em;
  text-align: center;
}

.corporate_read span {
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.corporate_read span.sub {
  margin-top: 2em;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  .corporate_read {
    margin: 60px auto;
    font-size: 20px;
  }
  .corporate_read span {
    font-size: 18px;
  }
  .corporate_read span.sub {
    padding: 0 20px;
  }
}

.corporate_read_img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.corporate_top_img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px;
}

.corporate_access_map {
  margin: 50px auto 0;
  max-width: 100%;
  width: 800px;
}

@media (max-width: 767px) {
  .corporate_access_map {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corporate_message__contents,
.corporate_fleets__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

@media (max-width: 767px) {
  .corporate_message__contents,
  .corporate_fleets__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.corporate_message__contents__img p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .corporate_message__contents__img p {
    margin: 10px 0;
  }
}

.corporate_message__contents__text {
  margin-left: 20px;
}

.corporate_message__contents__text p {
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .corporate_message__contents__text {
    margin-top: 1.5em;
    margin: 0;
  }
}

.corporate_fleets__contents__text {
  width: 50%;
  line-height: 1.8em;
  margin-bottom: 20px;
  margin-right: 10px;
}

.corporate_fleets__contents__text p span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .corporate_fleets__contents__text {
    line-height: 1.8em;
    width: 100%;
    margin-right: 0;
  }
}

.corporate_fleets__contents__img {
  width: 50%;
}

@media (max-width: 767px) {
  .corporate_fleets__contents__img {
    width: 100%;
  }
}

.interview_header {
  height: 250px;
  background-image: url(../img/sub_head_img.jpg);
}

.interview_header__inner {
  width: 1040px;
  height: 100%;
  position: relative;
}

.interview__inner {
  width: 1040px;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .interview__inner {
    width: 90%;
  }
}

.interview_top_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .interview_top_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.interview_top_text {
  text-align: center;
  margin: 0 auto;
}

.interview_top_text p.name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.6em;
}

.interview_top_text p.attr {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .interview_top_text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.interview_top_img {
  width: 40%;
  margin-left: auto;
}

.interview_top_img img {
  display: block;
}

@media (max-width: 767px) {
  .interview_top_img {
    width: 100%;
  }
}

.interview_qa_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.interview_qa_contents:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .interview_qa_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview_qa_contents:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.interview_qa_text {
  width: 50%;
  margin: 0 20px;
}

.interview_qa_text p.inteview_q {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.0em;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .interview_qa_text {
    width: 90%;
    margin-top: 10px;
  }
}

.interview_qa_img {
  width: 40%;
  margin-left: auto;
}

.interview_qa_img:nth-child(even) {
  margin-right: auto;
}

@media (max-width: 767px) {
  .interview_qa_img {
    width: 90%;
  }
}

.flow .flow-box .box {
  position: relative;
  margin-bottom: 80px;
}

.flow .flow-box .box .num {
  position: absolute;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1000px;
  background-color: #424242;
  color: #fff;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow .flow-box .box dl {
  background-color: #efefef;
  width: calc(100% - 40px);
  padding: 26px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow .flow-box .box dt {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .flow .flow-box .box dt {
    padding: 0 12px;
  }
}

.flow .flow-box .box dd {
  margin-left: 0;
  padding-right: 10px;
}

.flow .flow-box .box::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 17px;
  background-image: url(../img/img-flow-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  bottom: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow .flow-box .box:last-child::after {
  display: none;
}

.recruit__inner {
  width: 1040px;
}

@media (max-width: 767px) {
  .recruit__inner {
    width: 90%;
  }
}

.recruit_header__inner {
  width: 1040px;
  width: 1040px;
  height: 100%;
  position: relative;
}

.recruit_header {
  height: 250px;
  background-image: url(../img/sub_head_img.jpg);
}

.recruit_top_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .recruit_top_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit_top_img {
  width: 50%;
}

@media (max-width: 767px) {
  .recruit_top_img {
    width: 100%;
  }
}

.recruit_top_text {
  width: 45%;
  margin-left: auto;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .recruit_top_text {
    width: 100%;
    margin-top: 10px;
  }
}

.recruit_link {
  margin-top: 80px;
}

.recruit_link_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  background: #f8f8f8;
  padding: 50px 0;
  text-align: center;
}

.recruit_link_contents p.name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

@media (max-width: 767px) {
  .recruit_link_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruit_link_text .link_btn {
  border-radius: 2px;
  width: 250px;
  height: 50px;
  margin-top: 20px;
  background-color: #EA8F56;
  border: none;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
}

.recruit_to_form {
  margin: 60px;
}

.recuruit_items {
  text-align: center;
}

.recuruit_items dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media (max-width: 767px) {
  .recuruit_items dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recuruit_items dt {
  text-align: left;
  width: 18.0rem;
  font-weight: 700;
  color: #1B224C;
  padding: 20px 30px;
  width: 230px;
  border-bottom: 2px solid #1B224C;
}

@media (max-width: 767px) {
  .recuruit_items dt {
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
}

.recuruit_items dd {
  text-align: left;
  padding: 20px;
  width: calc(100% - 230px);
  border-bottom: 1px solid #6f6f6f;
}

@media (max-width: 767px) {
  .recuruit_items dd {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: none;
  }
}

.recruit_movie {
  padding: 20px;
}

@media (max-width: 767px) {
  .recruit_movie {
    padding: 0;
    margin-top: 20px;
  }
}

.gallery_header {
  height: 250px;
  background-image: url(../img/sub_head_img.jpg);
}

.gallery_header__inner {
  width: 1040px;
  width: 1040px;
  height: 100%;
  position: relative;
}

.gallery__inner {
  width: 1040px;
}

.gallery_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery_item {
  position: relative;
  margin-bottom: 40px;
}

.gallery_item_img {
  max-width: 600px;
  width: 100%;
}

.gallery_item_img img {
  display: block;
}

@media (max-width: 767px) {
  .gallery_item_img {
    width: 90%;
    margin: 0 auto;
  }
}

.gallery_item_text {
  max-width: 600px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(27, 34, 76, 0.6);
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .gallery_item_text {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
}

.contact {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .contact {
    width: 90%;
  }
}

.contact .send_btn {
  text-align: center;
  margin: 45px 0 80px;
}

.formTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  text-align: left;
  border-collapse: collapse;
}

.formTable th,
.formTable td {
  border-top: 1px solid #e3e9e9;
  border-bottom: 1px solid #e3e9e9;
  vertical-align: middle;
  padding: 20px 50px;
}

.formTable th {
  font-size: 1.2rem;
  text-align: right;
}

.formTable th:first-child {
  width: 350px;
}

@media (max-width: 767px) {
  .formTable th {
    display: block;
    text-align: left;
    padding: 0;
    border: none;
    margin-bottom: 0.6rem;
  }
  .formTable th:first-child {
    width: 100%;
  }
}

.formTable td {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .formTable td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 20px;
    margin-bottom: 1.2rem;
  }
}

.input_size {
  width: 100%;
  height: 1.8rem;
}

.text_area {
  width: 100%;
  height: 9rem;
}

.must {
  margin-left: auto;
  display: inline-block;
  width: 50px;
  height: 1.3rem;
  line-height: 1.3rem;
  background-color: #158780;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-left: 1.0rem;
}

.free {
  margin-left: auto;
  display: inline-block;
  width: 50px;
  height: 1.3rem;
  line-height: 1.3rem;
  background: fff;
  border: solid 1px #158780;
  font-size: 1rem;
  color: #158780;
  text-align: center;
  font-weight: normal;
  margin-left: 1.0rem;
}

.cta {
  margin-bottom: 80px;
}

.cta__inner {
  width: 1040px;
  background: #F8F8F8;
  text-align: center;
  width: 100%;
  padding: 50px 20px;
}

.cta__inner p {
  line-height: 2.1rem;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .cta__inner {
    font-size: 24px;
  }
  .cta__inner p {
    font-size: 20px;
  }
}

.cta__inner > .btn_recruit {
  font-size: 16px;
}

.btn_recruit {
  border-radius: 2px;
  width: 200px;
  background-color: #EA8F56;
  border: none;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

a.btn_link {
  border-radius: 2px;
  width: 260px;
  background-color: #1B224C;
  border: none;
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.footer {
  background: #1B224C;
}

.footer .inner-block {
  max-width: 1040px;
  padding: 60px 30px;
  margin: 0 auto;
}

.footer .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .cont-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer .nav a {
  display: block;
  color: #fff;
}

.footer .nav .ttl {
  display: block;
  margin: 30px 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.footer .nav .ttl:first-child {
  margin-top: 0;
}

.footer .nav .ttl + .ttl {
  margin-top: 10px;
}

.footer .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
}

.footer .nav li {
  display: block;
  font-size: 12px;
  line-height: 2;
}

.footer .nav li:first-child {
  margin-top: 0;
}

.footer .nav li ul {
  margin: 0 0 0 2em;
}

.footer .nav li li {
  position: relative;
}

.footer .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}

.footer .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.footer .name {
  font-size: 1.3em;
}

.footer .address {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
  color: #fff;
}

.footer .copyright {
  color: #fff;
  background-color: #1B224C;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .footer .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .cont-item {
    display: block;
    width: 90%;
  }
  .footer .cont-item:nth-child(2) {
    margin-top: 20px;
  }
  .footer .nav ul {
    margin: 0;
    font-size: 10px;
  }
  .footer .nav ul + .ttl {
    margin-top: 10px;
  }
  .footer .nav li {
    font-size: 10px;
  }
  .footer .address {
    margin: 10px 0 0;
    font-size: 10px;
  }
}

.top_sns_bnr{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_sns_bnr img{
  max-width: 400px;
  padding: 1em;
}

@media (max-width: 767px) {
  .top_sns_bnr img{
    width: 100%;
    padding: 0 0.5em;
  }
}
