/*
Theme Name: temp_pharmacy01
Author: EMU
License: EMU
*/

@charset "UTF-8";

/* CSS Document */


/*///共通///*/

body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #0e0e0e;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: #fff;
  line-height: 1.8125;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  color: #0e0e0e;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  letter-spacing: 0;
}

.en {
  font-family: 'EB Garamond', serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


/*//カラー設定//*/


/*テキストリンク*/

.t_link {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #0e0e0e;
}

.t_link:hover {
  color: #191970;
}


/*ボタンリンク*/

.b_link {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid #191970!important;
  color: #191970;
}

.b_link:hover {
  background-color: #fff;
  border: 1px solid #191970;
  color: #191970;
  background-color: #191970;
  color: #fff;
}


/*テキスト*/

.d_text {
  color: #191970;
}


/*背景*/

.d_bg {
  background-color: #191970;
}

.l_bg {
  background-color: #f0f7fb;
}


/*お知らせ詳細の背景*/

.mv_under.d_bg.news_detail {
  background: -webkit-linear-gradient(315deg, #191970 0, #191970 100%);
  background: -moz-linear-gradient(315deg, #191970 0, #191970 100%);
  background: -o-linear-gradient(315deg, #191970 0, #191970 100%);
  background: linear-gradient(135deg, #191970 0, #191970 100%);
}


/*メインビジュアルのテキスト*/

.mv_text h2 {
  color: #191970;
}

.arrow::after, .arrow::before {
  background-color: #191970;
}


/*お知らせ矢印*/

.news_link a::before {
  border-top: 1px solid #191970;
  border-right: 1px solid #191970;
}


/*店舗のご案内：店舗名左のバー*/

.store_upper_text h3::before {
  background-color: #191970;
}


/*お知らせ一覧ページング*/

span.page-numbers.current:after, a.page-numbers.current:after {
  border: solid 1px #191970;
}


/*お知らせ詳細の見出しライン*/

.news_detail_sec1_inner h2:after {
  background-color: #191970;
}


/*採用インタビュー*/

.interview_mv_text {
  background-color: #191970;
}

.interview_depart {
  background-color: #191970;
}


/*採用FAQ*/

.recruit_sec4 p.ac1 span.en {
  color: #191970;
}


/*お問い合わせフォーム必須背景*/

form label span.required {
  background-color: #191970;
}


/*お問い合わせフォームボタン*/

input.wpcf7-form-control.wpcf7-submit {
  border: 1px solid #191970;
  color: #191970;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #191970;
  color: #fff;
}


/*トップへ戻る*/

.back_top {
  border: 1px solid #191970;
}

.back_top::before {
  border-top: 2px solid #191970;
  border-right: 2px solid #191970;
}

.back_top:hover {
  background: #191970;
}


/*//文字サイズ設定//*/

.s_ttl {
  font-size: 28px;
}

.en_ttl {
  font-size: 13px;
  letter-spacing: .8px;
}


/*///ヘッダー///*/

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 86px;
  background: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.is-animation {
  height: 68px;
  -webkit-box-shadow: 0 12px 8px -12px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 12px 8px -12px rgba(0, 0, 0, .1);
  box-shadow: 0 12px 8px -12px rgba(0, 0, 0, .1);
}

.header_logo a {
  display: inline-block;
  width: 220px;
  height: 31px;
}

.header_logo a img {
  width: 100%;
}

.header_logo {
  margin-bottom: 11px;
  position: relative;
  z-index: 10;
  margin-left: 80px;
}

.menu_area {
  margin-right: 80px;
}

.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: 0 auto;
  top: 50%;
  position: relative;
  bottom: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
}

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

.drawer-menu a {
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #ccc;
}

.drawer-menu li:nth-child(4) a {
  border-right: none;
}

.drawer-menu li.header_contact {
  margin-left: 16px;
}

.drawer-menu .header_contact a {
  display: inline-block;
  width: 128px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width:769px) {
  .drawer-toggle {
    display: none;
  }
}


/*///メインビジュアル///*/

.mv {
  padding-top: 86px;
  width: auto;
  padding-left: 160px;
  padding-right: 0px;
  position: relative;
}


/*.mv::before{
    position: absolute;
    left: 0;
    top: 42.5%;
    content: '';
    display: block;
    z-index: 0;
    height: 85%;
    width: 100%;
    background-color: #54a5ce;
}*/

.mv_inner {
  /*background: url(img/mv.jpg);*/
  width: auto;
  height: 580px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  margin: 0 auto;
  position: relative;
  display: block;
}

.mv_text {
  position: absolute;
  z-index: 10;
  left: 40px;
  top: 50%;
  width: 480px;
  z-index: 1;
  line-height: 0;
  margin: 0;
  background: -webkit-linear-gradient(315deg, #191970 0, #191970 100%);
  background: -moz-linear-gradient(315deg, #191970 0, #191970 100%);
  background: -o-linear-gradient(315deg, #191970 0, #191970 100%);
  background: linear-gradient(135deg, #191970 0, #191970 100%);
  padding: 64px 60px 48px 60px;
}

.mv_text h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #fff
}

.mv_text p {
  margin-bottom: 32px;
  color: #fff
}


/* アニメーション設定 */

.arrowWrap {
  position: absolute;
  right: 20px;
  bottom: 100px;
  z-index: 5;
}

.arrowInner p {
  font-size: 13px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 1.7px;
}

.arrow {
  position: absolute;
  right: 0;
  bottom: -94px;
  left: 0;
  display: block;
  overflow: hidden;
  height: 72px;
  margin: auto;
}

.arrow::before, .arrow::after {
  position: absolute;
  right: 0;
  left: -3px;
  width: 1px;
  height: 72px;
  margin: auto;
  content: '';
}

.arrow::before, .arrow::after {
  left: -5px;
  height: 72px;
}

.arrow::before {
  top: 0px;
}

.arrow::after {
  top: 72px;
}

.arrow::before {
  -webkit-animation: scbefore 3s ease 1s infinite;
  -moz-animation: scbefore 3s ease 1s infinite;
  -o-animation: scbefore 3s ease 1s infinite;
  animation: scbefore 3s ease 1s infinite;
}

.arrow::after {
  top: 0;
  -webkit-animation: scafter 3s ease 1s infinite;
  -moz-animation: scafter 3s ease 1s infinite;
  -o-animation: scafter 3s ease 1s infinite;
  animation: scafter 3s ease 1s infinite;
}

.arrow::after, .arrow::before {
  position: absolute;
  right: 0;
  left: -3px;
  width: 1px;
  height: 72px;
  margin: auto;
  content: '';
}

@-webkit-keyframes scbefore {
  0% {
    top: -72px
  }
  25% {
    top: -72px
  }
  50% {
    top: -72px
  }
  100% {
    top: 0
  }
}

@-webkit-keyframes scafter {
  0% {
    top: 0
  }
  25% {
    top: 72px
  }
  50% {
    top: 72px
  }
  100% {
    top: 72px
  }
}


/*///トップページ///*/


/*共通*/

.top_inner {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_text {
  width: 46%;
}

.top_text h2 {
  margin-bottom: 24px;
}

.top_des {
  margin-bottom: 40px;
}

.top_text a.btn {
  width: 236px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  text-align: center;
}

.top_img {
  width: 48%;
  height: 360px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.top_img img {
  width: 100%;
  height: auto;
}

#photo {
  width: 100%;
  height: 580px;
  margin-right: 0;
  text-align: left;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

#photo img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
}


/*店舗のご案内*/

section.top_sec1 {
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
}

.mv_under.d_bg.store {
  background-image: url(img/bg_commmon.jpg);
}


/*企業情報*/

.mv_under.d_bg.company {
  background-image: url(img/bg_commmon.jpg);
}

section.top_sec2 {
  padding-top: 70px;
  padding-bottom: 130px;
}

section.top_sec2 .top_img {
  left: 0;
}

section.top_sec2 .top_text {
  margin-left: 54%;
}


/*お知らせ*/

.mv_under.d_bg.news {
  background-image: url(img/bg_commmon.jpg);
}

section.top_sec3 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.news_archive_inner {
  width: 800px;
  margin: 0 auto;
}

.news_archive_inner h2 {
  margin-bottom: 40px;
}

.news_archive_single:first-of-type {
  border-top: 1px solid #ddd;
}

.news_archive_single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 800px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.news_archive_single p {
  font-size: 15px;
  display: block;
  width: 110px;
  letter-spacing: .6px;
}

.news_link {
  margin-top: 36px;
  text-align: right;
}

.news_link a {
  position: relative;
  padding-left: 20px;
}

.news_link a::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*お問い合わせ*/

.mv_under.d_bg.contact {
  background-image: url(img/bg_commmon.jpg);
}

.top_sec4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: -webkit-linear-gradient(315deg, #87dce0 0, #191970 100%);
  background: -moz-linear-gradient(315deg, #87dce0 0, #191970 100%);
  background: -o-linear-gradient(315deg, #87dce0 0, #191970 100%);
  background: linear-gradient(135deg, #87dce0 0, #191970 100%);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  position: relative;
}

.top_contact_inner {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
  color: #fff;
}

.top_contact_inner p {
  color: #fff;
}

.top_contact_inner h2 {
  margin-bottom: 20px;
}

.top_contact_inner a.btn {
  width: 236px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}

.top_contact_inner a.b_link.btn {
  border: 1px solid #fff!important;
  color: #fff;
}

.top_contact_inner a.b_link.btn:hover {
  border: 1px solid #fff!important;
  background: #fff;
  color: #191970
}


/*///フッター///*/

footer {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
  position: relative;
}

.footer_logo {
  margin-bottom: 11px;
  position: relative;
  z-index: 10;
}

.footer_logo a {
  display: inline-block;
  width: 200px;
  height: 31px;
}

.footer_logo a img {
  width: 100%;
}

.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 20px;
}

.footer_nav ul {
  width: 150px;
}

.footer_nav ul:last-of-type {
  width: auto;
}

.footer_nav ul li a {
  font-size: 12px;
  display: inherit;
  margin-bottom: 2px;
}

.footer_nav ul li:first-of-type a {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.footer_nav ul:last-of-type li a {
  font-size: 14px;
  margin-bottom: 0px;
  display: inline-block;
}

.copyright {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #888;
}

.back_top {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.back {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  right: 60px;
  top: 50px;
}

.back::before, .back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.back_top::before {
  position: absolute;
  left: 0px;
  right: 0;
  top: 6px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.back_top:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


/*////////下層ページ共通////////*/

.under_pg .header_logo {
  margin-bottom: 3px;
}

.mv_under {
  height: 350px;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin-top: 86px;
  background-image: url(img/top_1.jpg);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
}

.mv_under::before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 350px;
  top: 0;
}

.mv_under .arrowWrap {
  display: none;
}

.mv_under .mv_inner {
  width: 980px;
  margin: 0 auto;
  background: none;
  height: 300px;
}

.mv_under .mv_text {
  text-align: center;
  position: relative;
  left: 0;
  width: auto;
  background: none;
  padding: 0;
  top: 47%;
}

.mv_under .mv_text h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2.5px!important;
  margin-bottom: 46px;
}

.mv_under .mv_text p {
  font-size: 13px;
  color: #fff;
  letter-spacing: .8px;
  margin-bottom: 46px;
}

.breadcrumb {
  position: absolute;
  top: 20px;
  left: 0;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumb ul li, .breadcrumb ul li a {
  font-size: 12px;
  color: #fff;
}

.breadcrumb ul li a {
  letter-spacing: .8px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.breadcrumb ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

.breadcrumb ul li {
  padding: 0 10px;
  display: inline-block;
  height: 12px;
  line-height: 12px;
}

.breadcrumb ul li:first-of-type {
  border-right: 1px solid #fff;
  padding-left: 0;
}


/*////////店舗のご案内////////*/

.store_sec1 {
  padding: 100px 0 100px;
  border-bottom: 1px solid #ddd;
}

.store_sec1_inner {
  width: 800px;
  margin: 0 auto;
}

.store_sec1_img {
  width: 800px;
  height: 462px;
  overflow: hidden;
  margin-bottom: 48px;
}

.store_sec1_img img {
  width: 100%;
  height: auto;
}

.store_sec1_text {
  text-align: left;
}

.store_sec1_text h2 {
  margin-bottom: 32px;
}

.store_sec2 {
  padding-top: 80px;
  padding-bottom: 120px;
}

.store_sec2_inner {
  width: 980px;
  margin: 0 auto;
}

.store_sec2_text {
  text-align: center;
  margin-bottom: -8px;
}

.store_sec2_text h2 {
  font-size: 30px;
}

.store_sec2_blk:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.store_sec2_blk {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.store_upper_blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.store_upper_img {
  width: 470px;
  height: 313px;
  overflow: hidden;
}

.store_upper_img img {
  width: 100%;
  height: auto;
}

.store_upper_text {
  display: block;
  width: 450px;
}

.store_upper_text h3 {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  padding-left: 16px;
  margin-bottom: 30px;
}

.store_upper_text h3::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 72%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.store_upper_table dl:first-of-type {
  border-top: 1px solid #ddd;
}

.store_upper_table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.store_upper_table dl dt {
  display: block;
  width: 116px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.store_upper_table dl dd {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  padding-left: 20px;
  line-height: 30px;
  width: 100%;
}

.store_bottom {
  background-color: #F7F7F7;
  margin-top: 40px;
  padding: 40px 80px;
}

.store_bottom h4 {
  font-size: 20px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.store_bottom h4::after {
  position: absolute;
  content: '';
  background-color: #0e0e0e;
  width: 28px;
  height: 1px;
  bottom: 0;
  left: 0;
}


/*////////企業情報////////*/

.company_sec1 {
  padding: 100px 0 100px;
}

.company_sec1_inner {
  width: 980px;
  margin: 0 auto;
}

.company_sec1_img {
  width: 470px;
  height: 313px;
  overflow: hidden;
  float: left;
  margin-right: 52px;
  margin-bottom: 50px;
}

.company_sec1_img.company1018{
  width: 220px;
  height: auto;
}

.company_sec1_img img {
  width: 100%;
  height: auto;
}

.company_sec1_text h2 {
  margin-bottom: 24px;
}

.company_sec2 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.company_sec2_inner {
  width: 980px;
  margin: 0 auto;
}

.company_sec2_text {
  text-align: center;
  margin-bottom: 50px;
}

.company_sec2_text h2 {
  font-size: 30px;
}

.company_table {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.company_table_inner {
  width: 800px;
  margin: 0 auto;
}

.company_table_inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company_table_inner dt {
  width: 220px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.company_table_inner dd {
  width: 530px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}


/*////////お知らせ一覧////////*/

.news_sec1 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}

.news_sec1_inner {
  width: 980px;
  margin: 0 auto;
}

.news_blk {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.news_archive {
  width: 800px;
  margin: 0 auto;
}

.news_pager {
  margin-top: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_pager li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.page-numbers.current {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-weight: normal;
  font-size: 14px;
}

span.page-numbers.current:after, a.page-numbers.current:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.news_pager ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_pager ul li {
  width: 40px;
  height: 40px;
}

.news_pager ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 3;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.news_pager ul li.is-active a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  z-index: -1;
}


/*////////お知らせ詳細////////*/

.mv_under.d_bg.news_detail .mv_text {
  top: 38%;
}

.mv_under.d_bg.news_detail {
  height: 300px;
}

.mv_under.d_bg.news_detail::before {
  background: none;
  height: 300px;
}

.mv_under.d_bg.news_detail .mv_text p {
  margin-bottom: 32px;
  font-size: 16px;
  letter-spacing: .6px;
}

.mv_under.news_detail .mv_text h1 {
  font-size: 32px;
  margin-top: 20px;
  line-height: 1.6;
}

.mv_under.news_detail .breadcrumb ul li:first-of-type {
  border-right: 1px solid #fff;
  padding-left: 0;
}

.mv_under.news_detail .breadcrumb ul li:nth-of-type(2) {
  border-right: 1px solid #fff;
}

.news_detail_sec1 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.news_detail_sec1_inner {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 90px;
  padding-right: 90px;
}

.news_detail_sec1_inner img {
  width: 80%;
  height: auto;
  margin: 40px auto;
  display: block;
}

.news_detail_sec1_inner h2 {
  font-size: 22px;
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 32px;
  line-height: 1.75;
  background: transparent;
  position: relative;
}

.news_detail_sec1_inner h2:before, .news_detail_sec1_inner h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  content: "";
}

.news_detail_sec1_inner h2:before {
  width: 100%;
  background-color: #d7d7d7;
}

.news_detail_sec1_inner h2:after {
  width: 40px;
}

.news_detail_sec1_inner ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc;
}

.news_detail_sec1_inner ol {
  counter-reset: list_count;
}

.news_detail_sec1_inner ol li:before {
  font-size: .8em;
  line-height: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: .5rem;
  content: counter(list_count);
  counter-increment: list_count;
  text-align: center;
  border: 1px solid #0e0e0e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.news_detail_sec1_inner h3 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 8px;
  line-height: 1.75;
  background: transparent;
}

.news_detail_sec1_inner a {
  text-decoration: underline;
}

.news_detail_btn a.btn {
  width: 236px;
  height: 52px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  margin: 60px auto 0;
  display: block;
}


/*////////採用情報////////*/

.mv_under.d_bg.recruit {
  background-image: url(img/bg_commmon.jpg);
}

.recruit_sec1 {
  padding: 100px 0 100px;
}

.recruit_sec1_inner {
  width: 980px;
  margin: 0 auto;
}

.recruit_sec1_text {
  text-align: left;
}

.recruit_sec1_text h2 {
  font-size: 30px;
}

.recruit_interview {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single_interview {
  width: 300px;
  display: block;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.single_interview:hover .interview_img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.single_interview_upper {
  width: 300px;
  height: 300px;
  position: relative;
}

.interview_img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.single_interview .interview_img::before {
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.single_interview:hover .interview_img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
}

.interview_img img {
  width: 100%;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  height: auto;
}

.interview_depart {
  padding: 2px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  color: #fff;
}

.single_interview_bottom {
  background: #fff;
  position: relative;
  width: 300px;
  height: 90px;
}

.interview_name {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  /* -webkit- transform: translateY(-50%) translateX(-50%); */
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.interview_name_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto;
}

p.interview_role {
  font-size: 13px;
  text-align: center;
  padding-top: 14px;
}

.interview_name h3 {
  font-size: 20px;
  margin-right: 12px;
}

.interview_name p {
  font-size: 12px;
}

.recruit_sec2 {
  padding: 80px 0 100px;
  min-height: 630px;
}

.recruit_sec2_inner {
  width: 980px;
  margin: 0 auto;
}

.recruit_sec2_text {
  text-align: center;
  margin-bottom: 60px;
}

.recruit_sec2_text h2 {
  font-size: 30px;
}

.recruit_sec2_message {
  text-align: left;
}

.recruit_sec2_img {
  width: 470px;
  height: 313px;
  overflow: hidden;
  float: left;
  margin-right: 52px;
  margin-bottom: 20px;
}

.recruit_sec2_img img {
  width: 100%;
  height: auto;
}

.recruit_sec3_text {
  text-align: center;
  margin-bottom: 50px;
}

.recruit_sec3_text h2 {
  font-size: 30px;
}

.recruit_sec3 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.recruit_sec3_inner {
  width: 980px;
  margin: 0 auto;
}

.recruit_blk {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.recruit_blk:not(:first-of-type) {
  margin-top: 50px;
}

.recruit_archive {
  width: 800px;
  margin: 0 auto;
}

.recruit_archive_single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.recruit_archive_single:first-of-type dt, .recruit_archive_single:first-of-type dd {
  padding-top: 0;
}

.recruit_archive_single dt {
  width: 25%;
  font-weight: bold;
}

.recruit_archive_single dd {
  width: 75%;
}

.recruit_btn {
  margin-top: 60px;
}

.recruit_sec3_inner a.btn {
  width: 236px;
  height: 52px;
  line-height: 49px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.recruit_sec4 {
  padding: 100px 0;
}

.recruit_sec4_inner {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recruit_sec4_text h2 {
  font-size: 30px;
}

.recruit_sec4 ul.accordion1 {
  width: 570px;
}

.recruit_sec4 li.qa_blk {
  margin-bottom: 12px;
}

.recruit_sec4 p.ac1 {
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}

.recruit_sec4 p.ac1 span.en {
  font-size: 22px;
  margin-right: 8px;
}

.recruit_sec4 span.sec8_que {
  display: block;
}

li.content1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.recruit_sec4 .content1-1 span.en {
  font-size: 22px;
  margin-right: 8px;
  margin-left: 3px;
}

.recruit_sec4 .content1-1 span.sec8_ans {
  display: block;
  font-size: 16px;
  line-height: 27px;
}

.accordion1 .inner {
  display: none;
}


/*////////インタビュー////////*/

.mv_under.d_bg.interview::before {
  background: none;
}

.mv_under.d_bg.interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 640px;
}

.interview_mv_img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.interview_mv_img img {
  width: 640px;
  height: auto;
}

.interview_mv_text {
  width: 50%;
  padding: 50px 60px 40px 60px;
}

.interview_mv_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 36px;
}

.interview_mv_name h2 {
  font-size: 40px;
  color: #fff;
  margin-right: 20px;
}

.interview_mv_name p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

.interview_mv_role {
  display: inline-block;
  background: #fff;
  padding: 2px 4px;
  font-size: 14px;
  color: #191970;
  height: 32px;
  line-height: 29px;
  margin-bottom: 10px;
  font-weight: bold;
}

.interview_mv_role span {
  padding-left: 10px;
  padding-right: 10px;
}

.interview_mv_role span:first-of-type {
  border-right: 1px solid #191970;
}

.interview_career {
  background: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 36px 50px 48px 50px;
}

.interview_career h3 {
  font-size: 13px;
  background-color: #191970;
  color: #fff;
  font-weight: normal;
  padding: 4px 18px;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
}

.career_table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.career_table dl dt {
  margin-right: 16px;
  color: #888;
}

.interview_sec1 {
  padding: 70px 0 80px;
}

.interview_sec1_inner {
  width: 700px;
  margin: 0 auto;
}

.interview_sec1_text {
  text-align: center;
}

.interview_sec1_text h2 {
  margin-bottom: 30px;
  font-size: 36px;
}

.interview_sec1_text p {
  text-align: left;
}

.interview_blk {
  margin: 120px 0 120px;
  position: relative;
  min-height: 380px;
}

.interview_blk_inner {
  width: 1060px;
  margin: 0 auto;
}

.interview_blk_img {
  width: 48%;
  height: 380px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.interview_blk_img img {
  width: 100%;
  height: auto;
}

.interview_blk_text {
  width: 480px;
}

.interview_blk_text h3 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.interview_blk:nth-child(even) .interview_blk_img {
  left: 0;
}

.interview_blk:nth-child(even) .interview_blk_text {
  margin-left: 53%;
}

.interview_sec2_text {
  text-align: center;
}

.interview_sec2_text h2 {
  font-size: 30px;
}

.interview_btn {
  padding: 80px 0 80px;
}

.interview_btn a {
  width: 330px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #191970;
  border: 1px solid #191970;
  display: block;
  margin: 0 auto;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.interview_btn a:hover {
  background: #191970;
  color: #fff;
}


/*////////お問い合わせ////////*/

.contact_sec1 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.contact_sec1_inner {
  width: 980px;
  background-color: #fff;
  margin: 0 auto;
}

.contact_blk {
  width: 800px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 60px;
}

.contact_text {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 48px;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
  .inquiry th,.inquiry td {
   display:block!important;
   width:100%!important;
   border-top:none!important;
   -webkit-box-sizing:border-box!important;
   -moz-box-sizing:border-box!important;
   box-sizing:border-box!important;
  }
  .inquiry tr:first-child th{
   border-top:1px solid #d7d7d7!important;
  }
  /* 必須・任意のサイズ調整 */	
  .inquiry .haveto,.inquiry .any {	
  font-size:10px;
  }}
  /*見出し欄*/
  .inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding-right:5px;
   width:30%;
   background:#f7f7f7;
   border:solid 1px #d7d7d7;
  }
  /*通常欄*/
  .inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
  }
  /*横の行とテーブル全体*/
  .entry-content .inquiry tr,.entry-content table{
   border:solid 1px #d7d7d7;	
  }
  /*必須の調整*/
  .haveto{
   font-size:7px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   position:relative;
   bottom:1px;
  }
  /*任意の調整*/
  .any{
   font-size:7px;
   padding:5px;
   background:#93c9ff;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   position:relative;
   bottom:1px;
  }
  /*ラジオボタンを縦並び指定*/
  .verticallist .wpcf7-list-item{
   display:block;
  }
  /*送信ボタンのデザイン変更*/
  #formbtn{
   display: block;
   padding:1em 0;
   margin-top:30px;
   width:100%;
   background:#ffaa56;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:2px;
   border: none;
  }
  /*送信ボタンマウスホバー時*/
  #formbtn:hover{
   background:#fff;
   color:#ffaa56;
  }

/*////////404////////*/

.not_found_sec1 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.not_found_sec1_inner {
  width: 980px;
  background-color: #fff;
  margin: 0 auto;
}

.not_found_blk {
  width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.not_found_blk p {
  text-align: center;
  margin-bottom: 32px;
}

.not_found_blk a.btn {
  width: 236px;
  height: 52px;
  line-height: 49px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1020px) and (min-width: 768px) {
  body {
    font-size: 15px;
  }
  .s_ttl {
    font-size: 30px;
  }
  /*////////TOP////////*/
  .header_logo a {
    width: 180px;
    height: 0;
  }
  .mv {
    margin: 0;
    padding-left: 100px;
    padding-top: 80px;
  }
  .mv_inner {
    height: 380px;
  }
  .mv_under::before {
    height: 220px;
  }
  .mv_text p {
    margin-bottom: 24px;
  }
  .mv_text {
    left: 4%;
    padding: 36px 36px 24px;
    top: 54%;
  }
  .mv_text h2 {
    font-size: 28px;
  }
  #photo {
    height: 41vw;
  }
  .mv_text {
    width: 350px;
  }
  .top_text a.btn {
    width: 100%;
    height: 52px;
    line-height: 52px;
  }
  header {
    height: 80px;
  }
  .header_logo {
    margin-left: 20px;
  }
  .menu_area {
    margin-right: 20px;
  }
  .drawer-menu a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .drawer-menu li.header_contact {
    margin-left: 10px;
  }
  button.drawer-toggle.drawer-hamburger {
    display: none;
  }
  .arrowWrap {
    display: none;
  }
  .top_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .top_text {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.top_sec2 .top_text {
    margin-left: 0;
  }
  .top_img {
    width: 100%;
    height: 66vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  section.top_sec1 {
    padding: 70px 30px 80px;
  }
  .top_img {
    width: 100%;
    height: 62vw;
    margin-bottom: 24px;
  }
  .top_text h2 {
    margin-bottom: 16px;
  }
  .top_des {
    margin-bottom: 28px;
  }
  section.top_sec2 {
    padding: 70px 30px 80px;
  }
  section.top_sec3 {
    padding: 60px 30px 70px;
  }
  .news_archive_inner {
    width: 100%;
  }
  .news_archive_single {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news_link {
    margin-top: 24px;
  }
  .news_archive {
    width: 100%;
  }
  .news_archive_inner h2 {
    margin-bottom: 20px;
  }
  .top_sec4 {
    padding: 50px 30px 60px;
  }
  .top_contact_inner {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .top_contact_inner h2 {
    margin-bottom: 20px;
  }
  .top_contact_inner a.btn {
    margin-top: 30px;
    width: 100%;
    height: 52px;
    line-height: 52px;
  }
  .footer_inner {
    width: 100%;
    text-align: center;
    display: block;
  }
  .back {
    right: 30px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .copyright {
    position: relative;
  }
  /*////////店舗のご案内////////*/
  .mv_under .mv_text {
    top: 38%;
  }
  .mv_under .mv_inner {
    width: 100%;
    height: 220px;
  }
  .breadcrumb {
    left: 30px;
  }
  .mv_under {
    margin-top: 80px;
    height: 220px;
  }
  .store_sec1_text h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .store_sec1_img {
    margin-bottom: 40px;
  }
  .store_sec1_inner {
    width: 100%;
  }
  .store_sec1_img {
    width: 100%;
    height: 53vw;
    margin: 0 auto 36px;
  }
  .store_sec1 {
    padding: 70px 30px 60px;
  }
  .store_sec2_inner {
    width: 100%;
  }
  .store_upper_blk {
    display: block;
  }
  .store_sec2 {
    padding: 60px 30px 20px;
  }
  .store_sec2_text {
    margin-bottom: 32px;
  }
  .store_upper_text h3 {
    margin-bottom: 24px;
  }
  .store_upper_img {
    width: 100%;
    height: 62vw;
    margin: 0 auto 24px;
  }
  .store_upper_text {
    width: 100%;
  }
  .store_bottom {
    padding: 36px 40px;
    margin-top: 32px;
  }
  .store_sec2_blk {
    margin-bottom: 60px;
    padding-bottom: 60px;
    padding-top: 0;
  }
  /*////////会社概要////////*/
  .company_sec1 {
    padding: 70px 30px 80px;
  }
  .company_sec1_inner {
    width: 100%;
  }
  .company_sec1_img {
    float: none;
    width: 100%;
    height: 62vw;
    margin: 0 auto 36px;
  }
  .company_sec2 {
    padding: 70px 30px 80px;
  }
  .company_table {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .company_sec2_inner {
    width: 100%;
  }
  .company_table_inner {
    width: 100%;
  }
  .company_table_inner dl {
    display: block;
  }
  .company_table_inner dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 18px;
  }
  .company_table_inner dd {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 18px;
  }
  .company_sec2_text {
    margin-bottom: 32px;
  }
  /*////////採用情報////////*/
  .recruit_blk {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .recruit_blk:not(:first-of-type) {
    margin-top: 60px;
  }
  .recruit_archive {
    width: 100%;
  }
  .recruit_sec3 {
    padding: 70px 30px 80px;
  }
  .recruit_sec3_inner {
    width: 100%;
  }
  .recruit_archive_single {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .recruit_btn {
    margin-top: 50px;
  }
  .recruit_sec3_inner a.btn {
    width: 100%;
    height: 52px;
    line-height: 52px;
  }
  /*////////お知らせ一覧////////*/
  .news_sec1 {
    padding: 70px 30px 80px;
  }
  .news_sec1_inner {
    width: 100%;
  }
  .news_blk {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .news_pager {
    margin-top: 40px;
  }
  /*////////お知らせ詳細////////*/
  .mv_under.news_detail .mv_text h1 {
    font-size: 28px;
    margin-top: 16px;
  }
  .news_detail_sec1 {
    padding: 50px 30px 60px;
  }
  .news_detail_sec1_inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .news_detail_sec1_inner h2 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .news_detail_sec1_inner h3 {
    margin-top: 28px;
    margin-bottom: 4px;
  }
  .news_detail_sec1_inner ul, .news_detail_sec1_inner ol {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .news_detail_btn a.btn {
    margin: 50px auto 0;
    width: 230px;
    height: 48px;
    line-height: 45px;
  }
  .mv_under.d_bg.news_detail {
    height: auto;
  }
  .mv_under.d_bg.news_detail .mv_inner {
    height: auto;
  }
  .mv_under.d_bg.news_detail .mv_text {
    padding-top: 70px;
    padding-bottom: 56px;
  }
  .mv_under.d_bg.news_detail .mv_text p {
    margin-bottom: 24px;
  }
  .news_detail_sec1_inner img {
    width: 100%;
  }
  .news_detail_btn a.btn {
    width: 100%;
    height: 52px;
    line-height: 52px;
  }
  /*////////採用////////*/
  .recruit_sec1 {
    padding: 60px 30px 50px;
  }
  .recruit_sec1_inner {
    width: 100%;
  }
  .recruit_interview {
    margin-top: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single_interview {
    width: 44vw;
    margin-bottom: 30px;
  }
  .single_interview_upper {
    width: 44vw;
  }
  .interview_img {
    width: 44vw;
    height: 44vw;
  }
  .single_interview_bottom {
    width: 44vw;
    height: 96px;
  }
  p.interview_role {
    font-size: 14px;
  }
  .interview_name h3 {
    font-size: 22px;
  }
  .interview_depart {
    font-size: 14px;
  }
  .recruit_sec2 {
    padding: 60px 30px 70px;
  }
  .recruit_sec2_inner {
    width: 100%;
  }
  .recruit_sec2_img {
    width: 100%;
    height: 61vw;
    margin-bottom: 30px;
  }
  .recruit_sec2_text {
    margin-bottom: 32px;
  }
  .recruit_blk:not(:first-of-type) {
    margin-top: 32px;
  }
  .recruit_sec3_text {
    margin-bottom: 0;
  }
  .recruit_sec4 {
    padding: 60px 30px 60px;
  }
  .recruit_sec4_inner {
    width: 100%;
    display: block;
  }
  .recruit_sec4_text {
    margin-bottom: 28px;
  }
  .recruit_sec1_text h2 {
    font-size: 30px;
  }
  .recruit_sec2_text h2 {
    font-size: 30px;
  }
  .recruit_sec3_text h2 {
    font-size: 30px;
  }
  /*////////採用インタビュー////////*/
  .mv_under.d_bg.interview {
    display: block;
    height: auto;
  }
  .interview_mv_img {
    width: 100%;
  }
  .interview_mv_text {
    width: 100%;
    padding: 40px 30px 50px 30px;
  }
  .interview_mv_name h2 {
    font-size: 36px;
  }
  .interview_mv_name {
    margin-bottom: 24px;
  }
  .interview_mv_role {
    margin-bottom: 8px;
  }
  .interview_sec1_text h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .interview_sec1 {
    padding: 40px 0 50px;
  }
  .interview_blk_inner {
    width: 100%;
  }
  .interview_blk {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .interview_blk_inner {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview_blk_img {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 24px;
    height: auto;
  }
  .interview_blk_text h3 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .interview_blk_text {
    width: 100%;
  }
  .interview_blk:nth-child(even) .interview_blk_text {
    margin-left: 0;
  }
  .interview_btn a {
    height: 52px;
    line-height: 52px;
    width: 100%;
  }
  .interview_btn {
    padding: 50px 0 50px;
    margin-right: 30px;
    margin-left: 30px;
  }
  input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    width: 100%;
    line-height: 52px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  /*////////お問い合わせ////////*/
  .contact_sec1 {
    padding: 70px 30px 80px;
  }
  .contact_sec1_inner {
    width: 100%;
  }
  .contact_blk {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact_blk form label {
    display: block;
    margin-bottom: 30px;
    line-height: 20px;
  }
  .contact_blk form p span {
    text-align: left;
  }
  
  .contact_blk form label input {
    width: 100%;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .contact_blk form p span {
    width: 100%;
  }
  .contact_blk form {
    margin-top: 42px;
  }
  .contact_text {
    padding-bottom: 32px;
    text-align: left;
  }
  .contact_blk form label textarea {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .send_btn {
    margin-top: 46px;
  }
  .send_btn a.btn {
    width: 230px;
    height: 48px;
    line-height: 45px;
  }
  span.wpcf7-not-valid-tip {
    margin-left: 0;
  }
  /*////////404////////*/
  .not_found_sec1 {
    padding: 70px 30px 80px;
  }
  .not_found_sec1_inner {
    width: 100%;
  }
  .not_found_blk {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .not_found_blk p {
    text-align: center;
    margin-bottom: 32px;
  }
  .not_found_blk a.btn {
    width: 230px;
    height: 48px;
    line-height: 45px;
  }
  .footer_nav {
    /* display: none; */
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .s_ttl {
    font-size: 24px;
  }
  /*////////TOP////////*/
  header {
    height: 56px;
  }
  .header_inner {
    height: 56px;
  }
  .drawer-menu a {
    font-size: 15px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 1px;
    background-color: #000;
  }
  .mv {
    margin: 0;
    width: 100%;
    padding-top: 56px;
    padding-left: 0;
  }
  .mv_text {
    width: 100%;
    padding: 28px 24px 18px 24px;
    left: 0;
    position: relative;
  }
  .header_logo {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .header_logo a {
    width: 170px;
    height: auto;
    margin-top: 3px;
  }
  .mv_inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 490px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 83% center;
  }
  .arrowWrap {
    display: none;
  }
  #photo {
    height: 51vw;
  }
  .mv_text h2 {
    font-size: 24px;
  }
  .mv_text p {
    margin-bottom: 20px;
  }
  .drawer-hamburger {
    padding: 18px .75rem 25px;
  }
  .menu_area {
    margin: auto;
    width: 100%;
  }
  nav.drawer-nav {
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding-top: 56px;
    width: 100%;
  }
  .drawer-menu {
    display: block;
  }
  .drawer-menu a {
    font-size: 15px;
    border-top: 1px solid #ddd;
    border-right: none;
    border-left: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    display: block;
  }
  .drawer-menu li.header_contact {
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 30px;
  }
  .drawer-menu .header_contact a {
    width: 100%;
    line-height: 10px;
    height: 42px;
    margin-top: -8px;
  }
  ul.drawer-menu {
    background-color: #fff;
    height: -webkit-calc(100vh - 56px);
    height: -moz-calc(100vh - 56px);
    height: calc(100vh - 56px);
  }
  ul.drawer-menu li:nth-of-type(4) a {
    border-bottom: 1px solid #ddd;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0
  }
  .drawer-open nav.drawer-nav {
    overflow: visible;
    position: relative;
    z-index: 0;
  }
  section.top_sec1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .top_des {
    margin-bottom: 30px;
  }
  .top_img {
    width: 100%;
    height: 66vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  .top_text {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_des p {
    text-align: left;
    font-size: 15px;
  }
  .top_text a.btn {
    width: 100%;
  }
  .top_text h2 {
    margin-bottom: 12px;
  }
  section.top_sec2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  section.top_sec2 .top_text {
    margin-left: 0;
  }
  section.top_sec3 {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news_archive_inner {
    width: 100%;
  }
  .news_archive_inner h2 {
    text-align: center;
  }
  .news_archive_inner h2 {
    margin-bottom: 24px;
  }
  .news_archive_inner p {
    text-align: center;
  }
  .news_archive {
    width: 100%;
  }
  .news_archive_single {
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .news_archive_single p {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .news_archive_single a {
    font-size: 15px;
  }
  .news_link {
    margin-top: 24px;
  }
  .news_link a {
    font-size: 15px;
  }
  .top_sec4 {
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_contact_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .top_contact_inner h2 {
    margin-bottom: 20px;
  }
  .top_contact_inner a.btn {
    margin-top: 24px;
  }
  .back {
    right: 20px;
  }
  footer {
    padding: 0;
  }
  .footer_nav {
    /* display: none; */
  }
  .footer_inner {
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .footer_logo {
    text-align: center;
  }
  .copyright {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
    margin: auto;
  }
  .back_top {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .back_top::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  /*////////店舗のご案内////////*/
  .mv_under .mv_inner {
    width: 100%;
    margin-top: 56px;
    height: 160px;
  }
  .mv_under {
    margin-top: 0;
    height: 160px;
  }
  .mv_under::before {
    height: 160px;
  }
  .mv_under .mv_text {
    top: 36%;
  }
  .mv_under .mv_text p,
  .mv_under .mv_text h1 {
    margin-bottom: 36px;
    font-weight: bold;
  }
  .breadcrumb ul li {
    height: 10px;
    line-height: 10px;
  }
  .under_pg .header_logo {
    margin-bottom: 0px;
  }
  .store_sec1_img {
    width: 100%;
  }
  .store_sec1_inner {
    width: 100%;
  }
  .store_upper_blk {
    display: block;
  }
  .store_upper_text {
    width: 100%;
  }
  .store_upper_img {
    width: 100%;
  }
  .store_sec2_inner {
    width: 100%;
  }
  .mv_under .mv_text h1 {
    font-size: 32px;
  }
  button.drawer-toggle.drawer-hamburger {
    right: 0;
  }
  .breadcrumb {
    top: 16px;
    left: 16px;
  }
  .breadcrumb ul li {
    padding: 0 8px;
  }
  .breadcrumb ul li {
    font-size: 10px;
    padding-top: 1px;
  }
  .breadcrumb ul li a {
    font-size: 11px;
  }
  .breadcrumb ul li:first-of-type {
    padding-top: 0;
  }
  .store_sec1 {
    padding: 50px 20px 50px;
  }
  .store_sec1_img {
    width: 100%;
    height: 52vw;
    margin-bottom: 24px;
  }
  .store_sec1_text h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .store_sec2 {
    padding: 42px 20px 20px;
  }
  .store_sec2_text h2 {
    font-size: 24px;
  }
  .store_sec2_text {
    margin-bottom: 24px;
  }
  .store_upper_img {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
  .store_upper_table dl dd {
    line-height: 1.6;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .store_upper_table dl dt {
    width: 110px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .store_bottom {
    padding: 24px;
    margin-top: 30px;
  }
  .store_sec2_blk {
    padding-bottom: 40px;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .store_upper_text h3 {
    margin-bottom: 18px;
    padding-left: 12px;
  }
  .store_upper_text h3 {
    font-size: 20px;
  }
  .store_upper_text h3::before {
    height: 60%;
  }
  .store_bottom h4 {
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  /*////////会社概要////////*/
  .company_sec1 {
    padding: 50px 20px 50px;
  }
  .company_sec1_inner {
    width: 100%;
  }
  .company_sec1_img {
    width: 100%;
    height: 60vw;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .company_sec1_img.company1018{
    width: 130px;
    height: auto;
    margin-right: 24px;
  }
  .company_sec1_text h2 {
    margin-bottom: 16px;
  }
  .company_sec2_text h2 {
    font-size: 24px;
  }
  .company_sec2 {
    padding: 50px 20px 60px;
  }
  .company_sec2_inner {
    width: 100%;
  }
  .company_table {
    width: 100%;
    padding: 30px 25px 50px;
  }
  .company_table_inner {
    width: 100%;
  }
  .company_table_inner dl {
    display: block;
  }
  .company_table_inner dt {
    border-bottom: none;
    padding-bottom: 4px;
    width: 100%;
    padding-top: 12px;
  }
  .company_table_inner dd {
    padding-top: 0;
    width: 100%;
    padding-bottom: 12px;
  }
  .company_sec2_text {
    margin-bottom: 24px;
  }
  /*////////お知らせ一覧////////*/
  .news_sec1 {
    padding: 50px 20px 60px;
  }
  .news_sec1_inner {
    width: 100%;
  }
  .news_blk {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 36px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .news_pager {
    margin-top: 32px;
  }
  .news_archive_single p {
    margin-bottom: 2px;
  }
  /*////////お知らせ詳細////////*/
  .mv_under.d_bg.news_detail {
    height: auto;
  }
  .mv_under.d_bg.news_detail .mv_inner {
    height: auto;
  }
  .mv_under.news_detail .mv_text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 62px;
    padding-bottom: 30px;
  }
  .mv_under.d_bg.news_detail .mv_text p {
    margin-bottom: 24px;
  }
  .mv_under.news_detail .mv_text h1 {
    font-size: 20px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0px!important;
  }
  .news_detail_sec1 {
    padding: 40px 20px 60px;
  }
  .news_detail_sec1_inner {
    width: 100%;
    padding: 32px 25px 32px;
  }
  .news_detail_sec1_inner img {
    width: 100%;
    margin: 24px auto;
  }
  .news_detail_sec1_inner h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 18px;
    padding-bottom: 8px;
  }
  .news_detail_sec1_inner h3 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .news_detail_sec1_inner ul, .news_detail_sec1_inner ol {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .news_detail_btn a.btn {
    margin: 40px auto 0;
    width: 100%;
  }
  .news_detail_btn {
    margin-left: 20px;
    margin-right: 20px;
  }
  /*////////採用情報////////*/
  .recruit_sec1 {
    padding: 50px 20px 60px;
  }
  .recruit_sec1_inner {
    width: 100%;
  }
  .single_interview_bottom {
    width: 100%;
    height: 96px;
  }
  .interview_depart {
    font-size: 15px;
  }
  .interview_name p {
    font-size: 13px;
  }
  p.interview_role {
    padding-top: 16px;
    font-size: 14px;
  }
  .single_interview {
    width: 100%;
    margin-bottom: 20px;
  }
  .interview_name {
    top: 66%;
  }
  .single_interview:last-of-type {
    margin-bottom: 0px;
  }
  .recruit_sec1_text h2 {
    font-size: 24px;
  }
  .single_interview_upper {
    width: 100%;
    height: auto;
  }
  .interview_img {
    width: 100%;
    height: auto;
  }
  .recruit_sec2 {
    padding: 50px 20px 60px;
  }
  .recruit_sec2_inner {
    width: 100%;
  }
  .recruit_sec2_img {
    width: 100%;
    height: auto;
  }
  .recruit_sec2_text h2 {
    font-size: 24px;
  }
  .recruit_sec2_text {
    margin-bottom: 24px;
  }
  .recruit_sec3 {
    padding: 50px 20px 60px;
  }
  .recruit_sec3_text h2 {
    font-size: 24px;
  }
  .recruit_sec3_inner {
    width: 100%;
  }
  .recruit_sec3_text {
    margin-bottom: 24px;
  }
  .recruit_interview {
    display: block;
    margin-top: 24px;
  }
  .recruit_blk {
    width: 100%;
    padding: 30px 25px 50px;
  }
  .recruit_blk:not(:first-of-type) {
    margin-top: 0px;
  }
  .recruit_sec3_inner a.btn {
    width: 100%;
  }
  .recruit_archive {
    width: 100%;
  }
  .interview_name h3 {
    font-size: 22px;
  }
  .recruit_archive_single {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .recruit_archive_single dt {
    width: 100%;
  }
  .recruit_archive_single dd {
    width: 100%;
  }
  .recruit_btn {
    margin-top: 40px;
  }
  .recruit_sec4 {
    padding: 50px 20px 50px;
  }
  .recruit_sec4_inner {
    width: 100%;
    display: block;
  }
  .recruit_sec4_text h2 {
    font-size: 24px;
  }
  .recruit_sec4_text {
    margin-bottom: 20px;
  }
  .recruit_sec4 ul.accordion1 {
    width: 100%;
  }
  .recruit_sec4 p.ac1 {
    font-size: 16px;
  }
  .recruit_sec4 li.qa_blk {
    margin-bottom: 4px;
  }
  .top_sec4 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top_contact_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .top_contact_inner a.btn {
    width: 100%;
  }
  /*////////採用インタビュー////////*/
  .mv_under.d_bg.interview {
    display: block;
    margin-top: 56px;
    height: auto;
  }
  .interview_mv_img {
    width: 100%;
    height: auto;
  }
  .interview_mv_text {
    width: 100%;
    padding: 30px 20px 40px;
  }
  .interview_mv_name h2 {
    font-size: 28px;
    margin-right: 16px;
  }
  .interview_mv_role {
    font-size: 13px;
    margin-bottom: 8px;
    height: 30px;
    line-height: 27px;
  }
  .interview_mv_name {
    margin-bottom: 18px;
  }
  .interview_career {
    padding: 30px 20px;
  }
  .career_table dl {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .interview_sec1 {
    padding: 30px 20px 40px;
  }
  .interview_sec1_inner {
    width: 100%;
  }
  .interview_sec1_text h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .interview_blk_inner {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview_blk_text {
    width: 100%;
  }
  .interview_blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .interview_blk_img {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 24px;
    height: auto;
  }
  .interview_blk_text h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .interview_blk:nth-child(even) .interview_blk_text {
    margin-left: 0;
  }
  .interview_sec2_text h2 {
    font-size: 24px;
  }
  .interview_btn {
    padding: 40px 0 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .interview_btn a {
    height: 52px;
    line-height: 52px;
    width: 100%;
  }
  /*////////お問い合わせ////////*/
  .contact_sec1 {
    padding: 50px 20px 60px;
  }
  .contact_sec1_inner {
    width: 100%;
  }
  .contact_blk {
    width: 100%;
    padding: 30px 25px 30px;
  }
  /*////////404////////*/
  .not_found_sec1 {
    padding: 50px 20px 60px;
  }
  .not_found_sec1_inner {
    width: 100%;
  }
  .not_found_blk {
    width: 100%;
    padding: 40px 25px 40px;
  }
  .not_found_blk p {
    text-align: center;
    margin-bottom: 32px;
  }
}