@charset "UTF-8";
/* -------------レスポンシブ--------------- */
/* 961以上→ only_p */
/* 960以下→ un_ts */
/* 960~416→ only_t */
/* 416以上→ ov_s */
/* 415以下→ only_s */
@media screen and (min-width: 961px) {
  .only_t {
    display: none !important;
  }
  .only_s {
    display: none !important;
  }
  .un_ts {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .only_p {
    display: none !important;
  }
  .only_t {
    display: block !important;
  }
  .only_s {
    display: none !important;
  }
  .un_ts {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .ov_tab {
    display: block !important;
  }
  .un_tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .ov_tab {
    display: none !important;
  }
  .un_tab {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .ov_s {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .only_p {
    display: none !important;
  }
  .only_t {
    display: none !important;
  }
  .only_s {
    display: block !important;
  }
  .ov_s {
    display: none !important;
  }
}

/* ------------------------------------ */
/* 共通 */
body {
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 140px 0 150px;
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 6% 5%;
  }
}

@media screen and (max-width: 599px) {
  .inner {
    padding: 60px 4%;
  }
}

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

@media screen and (max-width: 960px) {
  .area {
    display: block;
  }
}

.ttl_blc {
  width: 60%;
}

@media screen and (max-width: 960px) {
  .ttl_blc {
    width: 100%;
  }
}

.ttl_blc h2 {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
}

@media screen and (max-width: 960px) {
  .ttl_blc h2 {
    font-size: 15vw;
  }
}

.ttl_blc span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 35px 0 70px;
}

@media screen and (max-width: 960px) {
  .ttl_blc span {
    height: 7px;
    margin: 4% 0 8%;
  }
}

@media screen and (max-width: 599px) {
  .ttl_blc span {
    height: 5px;
  }
}

.ttl_blc p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .ttl_blc p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  .ttl_blc p {
    font-size: 4vw;
  }
}

.case_ttl_blc, .whychosen_ttl_blc, .flow_ttl_blc, .meeting_ttl_blc, .interview_ttl_blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .case_ttl_blc, .whychosen_ttl_blc, .flow_ttl_blc, .meeting_ttl_blc, .interview_ttl_blc {
    display: block;
  }
}

.case_ttl_blc h2, .whychosen_ttl_blc h2, .flow_ttl_blc h2, .meeting_ttl_blc h2, .interview_ttl_blc h2 {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
}

@media screen and (max-width: 960px) {
  .case_ttl_blc h2, .whychosen_ttl_blc h2, .flow_ttl_blc h2, .meeting_ttl_blc h2, .interview_ttl_blc h2 {
    font-size: 15vw;
  }
}

.case_ttl_blc span, .whychosen_ttl_blc span, .flow_ttl_blc span, .meeting_ttl_blc span, .interview_ttl_blc span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 35px 0 70px;
}

@media screen and (max-width: 960px) {
  .case_ttl_blc span, .whychosen_ttl_blc span, .flow_ttl_blc span, .meeting_ttl_blc span, .interview_ttl_blc span {
    height: 7px;
    margin: 4% 0 8%;
  }
}

@media screen and (max-width: 599px) {
  .case_ttl_blc span, .whychosen_ttl_blc span, .flow_ttl_blc span, .meeting_ttl_blc span, .interview_ttl_blc span {
    height: 5px;
  }
}

.case_ttl_blc p.ttl_note, .whychosen_ttl_blc p.ttl_note, .interview_ttl_blc p.ttl_note {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 50px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 960px) {
  .case_ttl_blc p.ttl_note, .whychosen_ttl_blc p.ttl_note, .interview_ttl_blc p.ttl_note {
    font-size: 3vw;
    margin: initial;
    border: none;
  }
}

@media screen and (max-width: 599px) {
  .case_ttl_blc p.ttl_note, .whychosen_ttl_blc p.ttl_note, .interview_ttl_blc p.ttl_note {
    font-size: 4vw;
  }
}

.case_ttl_blc p.ttl_text, .whychosen_ttl_blc p.ttl_text, .interview_ttl_blc p.ttl_text {
  font-size: 14px;
  margin: 10px 0 0 50px;
  line-height: 1.5;
  /* @media screen and (max-width: 599px) {
      font-size: 4vw;
    } */
}

@media screen and (max-width: 960px) {
  .case_ttl_blc p.ttl_text, .whychosen_ttl_blc p.ttl_text, .interview_ttl_blc p.ttl_text {
    /* font-size: 3vw; */
    margin: 10px 0 0 0;
  }
}

.case_ttl_blc p.ttl_text span {
  font-size: 10px;
  background-color: transparent;
  margin: initial;
  width: auto;
  height: auto;
  display: inline;
}

.flow_ttl_blc p.ttl_note, .meeting_ttl_blc p.ttl_note {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 50px;
  line-height: 1.5;
  display: inline;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 960px) {
  .flow_ttl_blc p.ttl_note, .meeting_ttl_blc p.ttl_note {
    font-size: 3vw;
    margin: initial;
    border: none;
  }
}

@media screen and (max-width: 599px) {
  .flow_ttl_blc p.ttl_note, .meeting_ttl_blc p.ttl_note {
    font-size: 4vw;
  }
}

.flow_ttl_blc p.ttl_text, .meeting_ttl_blc p.ttl_text {
  font-size: 14px;
  margin: 10px 0 0 50px;
  line-height: 1.5;
  /* @media screen and (max-width: 599px) {
      font-size: 4vw;
    } */
}

@media screen and (max-width: 960px) {
  .flow_ttl_blc p.ttl_text, .meeting_ttl_blc p.ttl_text {
    /* font-size: 3vw; */
    margin: 10px 0 0 0;
  }
}

.history_ttl_blc,.qa_ttl_blc {
  /* width: 360px !important;
  height: 300px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .history_ttl_blc,.qa_ttl_blc {
    /* width: 100%;
    height: 100%; */
    display: block;
  }
}

.history_ttl_blc h2,.qa_ttl_blc h2 {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
}

@media screen and (max-width: 960px) {
  .history_ttl_blc h2,.qa_ttl_blc h2 {
    font-size: 15vw;
  }
}

.qa_ttl_blc h2 .qa_and {
  font-size: 85px;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 599px) {
  .qa_ttl_blc h2 .qa_and {
    font-size: 12vw;
  }
}

.qa_ttl_blc .qa_ubar,.history_ttl_blc .history_ubar {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 35px 0 70px;
}

@media screen and (max-width: 960px) {
  .qa_ttl_blc .qa_ubar,.history_ttl_blc .history_ubar {
    height: 5px;
    margin: 4% 0 8%;
  }
}

@media screen and (max-width: 599px) {
  .qa_ttl_blc .bar {
    height: 5px;
  }
}

.qa_ttl_blc p.ttl_note {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline;
  padding-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .qa_ttl_blc p.ttl_note {
    font-size: 3vw;
    border: none;
  }
}

@media screen and (max-width: 599px) {
  .qa_ttl_blc p.ttl_note {
    font-size: 4vw;
  }
}

.qa_ttl_blc p.ttl_text {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  /* @media screen and (max-width: 599px) {
      font-size: 4vw;
    } */
}

@media screen and (max-width: 960px) {
  .qa_ttl_blc p.ttl_text {
    /* font-size: 3vw; */
  }
}

.works_ttl_blc, .message_ttl_blc, .staff_ttl_blc,
.area_ttl_blc, .contact_ttl_blc {
  width: 320px !important;
  height: 300px;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc, .message_ttl_blc, .staff_ttl_blc,
  .area_ttl_blc, .contact_ttl_blc {
    width: 100%;
    height: 100%;
  }
}

.works_ttl_blc h2, .message_ttl_blc h2, .staff_ttl_blc h2,
.area_ttl_blc h2, .contact_ttl_blc h2 {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc h2, .message_ttl_blc h2, .staff_ttl_blc h2,
  .area_ttl_blc h2, .contact_ttl_blc h2 {
    font-size: 15vw;
  }
}

.works_ttl_blc span, .message_ttl_blc span, .staff_ttl_blc span,
.area_ttl_blc span, .contact_ttl_blc span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 35px 0 70px;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc span, .message_ttl_blc span, .staff_ttl_blc span,
  .area_ttl_blc span, .contact_ttl_blc span {
    height: 7px;
    margin: 4% 0 8%;
  }
}

@media screen and (max-width: 599px) {
  .works_ttl_blc span, .message_ttl_blc span, .staff_ttl_blc span,
  .area_ttl_blc span, .contact_ttl_blc span {
    height: 5px;
  }
}

.works_ttl_blc p.ttl_note, .message_ttl_blc p.ttl_note, .staff_ttl_blc p.ttl_note,
.area_ttl_blc p.ttl_note, .contact_ttl_blc p.ttl_note {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline;
  padding-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc p.ttl_note, .message_ttl_blc p.ttl_note, .staff_ttl_blc p.ttl_note,
  .area_ttl_blc p.ttl_note, .contact_ttl_blc p.ttl_note {
    font-size: 3vw;
    border: none;
  }
}

@media screen and (max-width: 599px) {
  .works_ttl_blc p.ttl_note, .message_ttl_blc p.ttl_note, .staff_ttl_blc p.ttl_note,
  .area_ttl_blc p.ttl_note, .contact_ttl_blc p.ttl_note {
    font-size: 4vw;
  }
}

.works_ttl_blc p.ttl_text, .message_ttl_blc p.ttl_text, .staff_ttl_blc p.ttl_text,
.area_ttl_blc p.ttl_text, .contact_ttl_blc p.ttl_text {
  font-size: 14px;
  margin-top: 15px;
  /* @media screen and (max-width: 960px) {
      font-size: 3vw;
    }
    @media screen and (max-width: 599px) {
      font-size: 4vw;
    } */
}

.overview_ttl_blc {
  width: 320px !important;
  height: 300px;
}

@media screen and (max-width: 960px) {
  .overview_ttl_blc {
    width: 100%;
    height: 100%;
  }
}

.overview_ttl_blc h2 {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
}

@media screen and (max-width: 960px) {
  .overview_ttl_blc h2 {
    font-size: 15vw;
  }
}

.overview_ttl_blc span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 35px 0 70px;
}

@media screen and (max-width: 960px) {
  .overview_ttl_blc span {
    height: 7px;
    margin: 4% 0 8%;
  }
}

@media screen and (max-width: 599px) {
  .overview_ttl_blc span {
    height: 5px;
  }
}

.overview_ttl_blc p.ttl_note {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .overview_ttl_blc p.ttl_note {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  .overview_ttl_blc p.ttl_note {
    font-size: 4vw;
  }
}

.qa_ttl_blc p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .qa_ttl_blc p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  .qa_ttl_blc p {
    font-size: 4vw;
  }
}

.history_ttl_blc p.ttl_note,.qa_ttl_blc p.ttl_note {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 50px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  display: inline;
}

@media screen and (max-width: 960px) {
  .history_ttl_blc p.ttl_note,.qa_ttl_blc p.ttl_note {
    font-size: 3vw;
    margin: initial;
    border: none;
  }
}

@media screen and (max-width: 599px) {
  .history_ttl_blc p.ttl_note,.qa_ttl_blc p.ttl_note {
    font-size: 4vw;
  }
}

.history_ttl_blc p.ttl_text,.qa_ttl_blc p.ttl_text {
  font-size: 14px;
  margin: 10px 0 0 50px;
  line-height: 1.5;
  /* @media screen and (max-width: 599px) {
      font-size: 4vw;
    } */
}

@media screen and (max-width: 960px) {
  .history_ttl_blc p.ttl_text,.qa_ttl_blc p.ttl_text {
    /* font-size: 3vw; */
    margin: 10px 0 0 0;
  }
}

.qa_ttl_blc p.ttl_text span {
  font-size: 10px;
  background-color: transparent;
  margin: initial;
  width: auto;
  height: auto;
  display: inline;
}

.works_ttl_blc, .overview_ttl_blc,
.message_ttl_blc, .staff_ttl_blc,
.contact_ttl_blc {
  width: 360px !important;
  height: 300px;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc, .overview_ttl_blc,
  .message_ttl_blc, .staff_ttl_blc,
  .contact_ttl_blc {
    width: 100%;
    height: 100%;
  }
}

.works_ttl_blc h2, .overview_ttl_blc h2,
.message_ttl_blc h2, .staff_ttl_blc h2,
.contact_ttl_blc h2 {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc h2, .overview_ttl_blc h2,
  .message_ttl_blc h2, .staff_ttl_blc h2,
  .contact_ttl_blc h2 {
    font-size: 15vw;
  }
}

.works_ttl_blc span, .overview_ttl_blc span,
.message_ttl_blc span, .staff_ttl_blc span,
.contact_ttl_blc span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 35px 0 70px;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc span, .overview_ttl_blc span,
  .message_ttl_blc span, .staff_ttl_blc span,
  .contact_ttl_blc span {
    height: 7px;
    margin: 4% 0 8%;
  }
}

@media screen and (max-width: 599px) {
  .works_ttl_blc span, .overview_ttl_blc span,
  .message_ttl_blc span, .staff_ttl_blc span,
  .contact_ttl_blc span {
    height: 5px;
  }
}

.works_ttl_blc p, .overview_ttl_blc p,
.message_ttl_blc p, .staff_ttl_blc p,
.contact_ttl_blc p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .works_ttl_blc p, .overview_ttl_blc p,
  .message_ttl_blc p, .staff_ttl_blc p,
  .contact_ttl_blc p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  .works_ttl_blc p, .overview_ttl_blc p,
  .message_ttl_blc p, .staff_ttl_blc p,
  .contact_ttl_blc p {
    font-size: 4vw;
  }
}

.right_blc {
  width: 600px;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
  .right_blc {
    width: 100%;
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 599px) {
  .right_blc {
    font-size: 3.2vw;
  }
}

/* ------------------------------------ */
header {
  position: fixed;
	top:0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0 40px 0 40px;
  z-index: 2;
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
  /* このクラスを、jQueryで付与・削除する */
}

@media screen and (min-width: 961px) {
  header {
    height: 110px;
  }
}

@media screen and (max-width: 1700px) {
  header {
    padding: 0 40px 0 40px;
  }
}

@media screen and (max-width: 599px) {
  header {
    padding: 0 20px 0 20px;
  }
}

@media screen and (min-width: 961px) {
  header .hd_logo {
    margin-right: 30px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 960px) {
  header .hd_logo {
    width: 60%;
  }
}

header .hd_txt {
  font-size: 12px;
  margin-right: 30px;
  line-height: 1.5;
}

header .hd_txt_02 {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}

header .hd_contact {
  /* position: relative; */
  margin: 0 0 0 auto;
}

header .hd_contact .hd_contact_flx {
  display: flex;
  column-gap: 10px;
  margin-bottom: 7px;
}

header .hd_contact .hd_contact_flx .hd_contact_flx_item {
  width: 50%;
}

/* header .hd_contact .hd_mail {
  position: absolute;
  top: 0;
  right: 0;
} */

@media screen and (max-width: 1024px) {
  header .hd_contact .hd_mail {
    top: -10px;
  }
}

header .hd_nav {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

@media screen and (min-width: 1400px) {
  header .hd_nav {
    width: 68%;
    font-size: 16px;
  }
}

@media screen and (max-width: 1150px) {
  header .hd_nav {
    font-size: 12px;
  }
}

header .hamburger_wrapper {
  position: fixed;
  z-index: 102;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
}

@media screen and (min-width: 961px) {
  header .hamburger_wrapper {
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background-color: #000;
  }
}

@media screen and (max-width: 768px) {
  header .hamburger_wrapper {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 599px) {
  header .hamburger_wrapper {
    width: 80px;
    height: 80px;
  }
}

header .hamburger {
  display: block;
  position: fixed;
  z-index: 103;
  right: 42px;
  top: 12px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 961px) {
  header .hamburger {
    left: 15px;
    top: 30px;
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 599px) {
  header .hamburger {
    right: 15px;
    top: 20px;
    width: 50px;
    height: 40px;
  }
}

header .hamburger span {
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  left: 6px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 961px) {
  header .hamburger span {
    background-color: #fff;
    width: 55px;
    height: 3px;
  }
}

@media screen and (max-width: 599px) {
  header .hamburger span {
    width: 40px;
    height: 3px;
  }
}

header .hamburger span:nth-child(1) {
  top: 0px;
}

@media screen and (min-width: 961px) {
  header .hamburger span:nth-child(1) {
    top: 3px;
  }
}

header .hamburger span:nth-child(2) {
  top: 20px;
}

@media screen and (min-width: 961px) {
  header .hamburger span:nth-child(2) {
    width: 35px;
  }
}

@media screen and (max-width: 599px) {
  header .hamburger span:nth-child(2) {
    top: 15px;
  }
}

header .hamburger span:nth-child(3) {
  top: 40px;
}

@media screen and (min-width: 961px) {
  header .hamburger span:nth-child(3) {
    top: 37px;
  }
}

@media screen and (max-width: 599px) {
  header .hamburger span:nth-child(3) {
    top: 30px;
  }
}

header .hamburger.active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 961px) {
  header .hamburger.active {
    left: 10px;
    top: 22px;
  }
}

header .hamburger.active span:nth-child(2) {
  width: 0px;
}

header .hamburger.active span:nth-child(1),
header .hamburger.active span:nth-child(3) {
  background: #000;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (min-width: 961px) {
  header .hamburger.active span:nth-child(1),
  header .hamburger.active span:nth-child(3) {
    background: #fff;
  }
}

header .hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
}

@media screen and (max-width: 599px) {
  header .hamburger.active span:nth-child(1) {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}

header .hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-19px) rotate(90deg);
          transform: translateY(-19px) rotate(90deg);
}

@media screen and (min-width: 961px) {
  header .hamburger.active span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(90deg);
            transform: translateY(-12px) rotate(90deg);
  }
}

@media screen and (max-width: 599px) {
  header .hamburger.active span:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(90deg);
            transform: translateY(-15px) rotate(90deg);
  }
}

header nav.globalMenuSp {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #40414a;
  background: #f0f0f0;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  /* transition: visibility .6s ease; */
  padding: 5% 0 12%;
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  header nav.globalMenuSp {
    width: 38%;
    background: rgba(240, 240, 240, 0.95);
  }
}

header .dw_ttl {
  font-size: 6.3vw;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 2%;
}

@media screen and (min-width: 961px) {
  header .dw_ttl {
    font-size: 30px;
    text-align: center;
    padding-bottom: 6%;
  }
}

header .dw_category {
  padding: 12% 0;
  margin: 0 30px;
  overflow: auto;
}

header .dw_category .category_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4% 0;
  border-bottom: 2px solid #cbcbcb;
}

@media screen and (min-width: 961px) {
  header .dw_category .category_item {
    padding: 6% 0;
  }
}

header .dw_category .category_item img {
  width: 17%;
}

header .dw_category .category_item p {
  margin-left: 4%;
  font-size: 4.4vw;
  color: #40414a;
}

@media screen and (min-width: 961px) {
  header .dw_category .category_item p {
    font-size: 18px;
  }
}

header .dw_category .category_item span {
  display: block;
  margin: 0 0 0 auto;
  font-size: 2.6vw;
  color: #c1a765;
}

@media screen and (min-width: 961px) {
  header .dw_category .category_item span {
    font-size: 18px;
  }
}

header nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
  z-index: 100;
  overflow: auto;
}

.fv_area {
  width: 100%;
  /* margin-top: 100px; */
  position: relative;
}

@media screen and (min-width: 1400px) {
  .fv_area {
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  .fv_area {
    height: 450px;
    margin-top: 70px;
  }
}

.fv_area .fv_text {
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .fv_area .fv_text {
    width: 92%;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.fv_area .fv_text h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .fv_area .fv_text h2 {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
    text-align: left;
  }
}

.fv_area .fv_text p {
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (max-width: 960px) {
  .fv_area .fv_text p {
    font-size: 13px;
    text-align: left;
  }
}

.fv_area ul li img {
  margin: 0 auto;
  width: 2000px;
  min-width: 1000px;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1400px) {
  .fv_area ul li img {
    width: 100%;
    /* height: auto; */
  }
}

@media screen and (max-width: 960px) {
  .fv_area ul li img {
    width: 100%;
    min-width: initial;
    height: 450px;
  }
}

#about {
  background: url(../images/about_bg.png) no-repeat right;
  background-size: cover;
}

#about img {
  margin: 0 0 0 auto;
  width: 40%;
}

#about .right_blc p {
  line-height: 2;
  margin-bottom: 30px;
}

#works {
  background-color: #ebf0f2;
}

#works .performance {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 25px;
}

@media screen and (max-width: 599px) {
  #works .performance {
    gap: 10px;
  }
}

#works .performance .box {
  width: 100%;
}

#works .performance .box:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin-bottom: 10px;
}

#works .performance .box .round {
  border-radius: 25px;
}

#works .performance img {
  width: 100%;
}

#case .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #case .tab-group {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #case .tab-group {
    display: block;
  }
}

#case .tab {
  font-size: 16px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
  list-style: none;
  border: solid 1px #CCC;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

#case .panel-group {
  margin-top: 50px;
}

#case .panel {
  display: none;
}

#case .tab.is-active {
  background: #000;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  border: none;
}

#case .tab.is-active:before {
  content: url(../images/arrow.png);
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  #case .tab.is-active:before {
    display: none;
  }
}

#case .panel.is-show {
  display: block;
}

#case .case_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #case .case_content {
    display: block;
  }
}

#case .case_item {
  width: 49%;
}

@media screen and (max-width: 768px) {
  #case .case_item {
    width: 100%;
  }
}

#case .case_item img {
  margin-bottom: 15px;
}

#case .item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

#case .item p {
  font-size: 16px;
  font-weight: bold;
}

#case .item p:first-of-type {
  width: 30%;
}

#case .item p span {
  font-size: 32px;
}

#case .item2 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  line-height: 1.5;
}

#case .item2 .left {
  width: 50%;
}

#case .item2 p {
  font-size: 16px;
  font-weight: bold;
}

#case .item2 p span {
  font-size: 42px;
}

#case .case_content_b {
  margin-top: 30px;
}

#case .case_content_b .case_item {
  width: 100%;
}

#case .case_content_b .case_item img {
  width: 100%;
  margin-bottom: 15px;
}

#case .case_content_b .bottom_info {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #case .case_content_b .bottom_info {
    width: 100%;
  }
}

#case .case_content_b .item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

#case .case_content_b .item p {
  font-size: 16px;
  font-weight: bold;
}

#case .case_content_b .item p:first-of-type {
  width: 30%;
}

#case .case_content_b .item p span {
  font-size: 32px;
}

#case .case_content_b .item2 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  line-height: 1.5;
}

#case .case_content_b .item2 .left {
  width: 50%;
}

#case .case_content_b .item2 p {
  font-size: 16px;
  font-weight: bold;
}

#case .case_content_b .item2 p span {
  font-size: 42px;
}

#case .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#overview {
  background: url(../images/overview_bg.png) no-repeat center;
  background-size: cover;
}

#overview .right_blc {
  margin-top: 10px;
}

#overview .right_blc p {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  #overview .right_blc p {
    margin-bottom: 7%;
  }
}

#overview .right_blc p:nth-of-type(2) {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #overview .right_blc p:nth-of-type(2) {
    margin-bottom: 7%;
  }
}

#overview .right_blc p:last-of-type {
  margin-bottom: initial;
}

#whychosen {
  background: url(../images/whychosen_bg.jpg) no-repeat center;
  background-size: cover;
}

#whychosen .right_blc {
  width: 100%;
  margin-top: 20px;
}

#whychosen .right_blc .step {
  margin-bottom: 50px;
  position: relative;
}

#whychosen .right_blc .step:last-of-type {
  margin-bottom: initial;
}

#whychosen .right_blc .step img {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #whychosen .right_blc .step img {
    width: 100%;
  }
}

#whychosen .right_blc .step .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  font-family: 'DIN Alternate',sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 42px;
  text-align: center;
  line-height: 85px;
}

@media screen and (max-width: 960px) {
  #whychosen .right_blc .step .num {
    font-size: 6.3vw;
  }
}

@media screen and (max-width: 599px) {
  #whychosen .right_blc .step .num {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

#whychosen .right_blc .step .bold {
  font-weight: bold;
}

#whychosen .right_blc .step .step_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  #whychosen .right_blc .step .step_ttl {
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 599px) {
  #whychosen .right_blc .step .step_ttl {
    font-size: 4.4vw;
  }
}

@media screen and (min-width: 961px) {
  #whychosen .right_blc .step p {
    font-size: 18px;
  }
}

#interview .interview_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  #interview .interview_cont {
    display: block;
    margin-bottom: 65px;
  }
}

#interview .interview_cont .left_blc {
  width: 54%;
}

@media screen and (max-width: 960px) {
  #interview .interview_cont .left_blc {
    width: 100%;
    margin-bottom: 10px;
  }
}

#interview .interview_cont .left_blc img {
  width: 100%;
}

#interview .interview_cont .right_blc {
  position: relative;
  width: 46%;
}

@media screen and (max-width: 960px) {
  #interview .interview_cont .right_blc {
    width: 100%;
  }
}

#interview .interview_cont .right_blc .interview_ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #interview .interview_cont .right_blc .interview_ttl {
    font-size: 3.4vw;
    margin-bottom: 10px;
  }
}

#interview .interview_cont .right_blc .interview_note {
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #interview .interview_cont .right_blc .interview_note {
    font-size: 2.6vw;
  }
}

#interview .interview_cont .right_blc .interview_link {
  position: absolute;
  right: 2px;
  bottom: -75px;
}

@media screen and (max-width: 960px) {
  #interview .interview_cont .right_blc .interview_link {
    bottom: -32%;
  }
}

#interview .slick-prev,
#interview .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background-color: #000;
}

@media screen and (max-width: 960px) {
  #interview .slick-prev,
  #interview .slick-next {
    bottom: 2%;
  }
}

#interview .slick-prev {
  left: 0;
}

#interview .slick-prev:before {
  content: '<';
}

#interview .slick-next {
  left: 45px;
}

#interview .slick-next:before {
  content: '>';
}

#interview .slick-dots {
  position: absolute;
  bottom: 35px;
  display: block;
  width: 30%;
  padding: 0;
  margin-left: 100px;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #interview .slick-dots {
    bottom: 8.5%;
  }
}

#interview .slick-dots li {
  width: 30px;
  height: 3px;
  margin: initial;
}

#interview .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: initial;
  display: block;
  width: 30px;
  height: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#interview .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: '';
  text-align: center;
  background-color: #000;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#interview .slick-dots li.slick-active button {
  color: black;
  background-color: #000;
  width: 30px;
  height: 3px;
  padding: initial;
}

#meeting {
  background-color: #ebf0f2;
  position: relative;
  z-index: 1;
}

#meeting .mt_bg {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 2;
}

#meeting .right_blc {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}

#meeting .right_blc .meeting_text {
  width: 56vw;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #meeting .right_blc .meeting_text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #meeting .right_blc .meeting_text {
    font-size: 3.2vw;
  }
}

#meeting .right_blc .cntnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #meeting .right_blc .cntnts {
    display: block;
  }
}

#meeting .right_blc .cntnts .cntnt {
  width: 48%;
  background-color: #fff;
  padding: 4% 2%;
}

@media screen and (max-width: 768px) {
  #meeting .right_blc .cntnts .cntnt {
    width: 100%;
    padding: 8% 4%;
  }
  #meeting .right_blc .cntnts .cntnt:first-of-type {
    margin-bottom: 40px;
  }
}

#meeting .right_blc .cntnts .cntnt h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #meeting .right_blc .cntnts .cntnt h3 {
    font-size: 18px;
  }
}

#meeting .right_blc .cntnts .cntnt img {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  #meeting .right_blc .cntnts .cntnt img {
    width: 100%;
  }
}

#meeting .right_blc .cntnts .cntnt p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #meeting .right_blc .cntnts .cntnt p {
    font-size: 3.2vw;
  }
}

#meeting .right_blc .cntnts .cntnt p span {
  font-weight: bold;
}

#flow .right_blc {
  width: 100%;
  margin-top: 10px;
}

#flow .right_blc .flow_box {
  position: relative;
  margin: 40px 0 40px;
}

#flow .right_blc .flow_box:first-of-type {
  margin: 0 0 40px 0;
}

#flow .right_blc .flow_box:last-of-type {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 599px) {
  #flow .right_blc .flow_box:last-of-type {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 960px) {
  #flow .right_blc .flow_box {
    margin: 7% 0 3% 0;
  }
  #flow .right_blc .flow_box:first-of-type {
    margin: 0 0 3% 0;
  }
}

#flow .right_blc .flow_box img {
  width: 100%;
}

#flow .right_blc .flow_box .complate {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  #flow .right_blc .flow_box .complate {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

#flow .right_blc .flow_box .text_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  padding: 25px 3%;
}

@media screen and (max-width: 960px) {
  #flow .right_blc .flow_box .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#flow .right_blc .flow_box .text_box .sub_ttl {
  text-align: center;
}

@media screen and (max-width: 960px) {
  #flow .right_blc .flow_box .text_box .sub_ttl {
    font-size: 4.4vw;
    margin-top: 8%;
  }
}

#flow .right_blc .flow_box .text_box .sub_ttl_num {
  font-family: 'Bebas Neue', cursive;
  font-size: 46px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  #flow .right_blc .flow_box .text_box .sub_ttl_num {
    font-size: 11.2vw;
  }
}

#flow .right_blc .flow_box .text_box .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #flow .right_blc .flow_box .text_box .ttl {
    font-size: 3.6vw;
  }
}

#flow .right_blc .flow_box .text_box .text {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  #flow .right_blc .flow_box .text_box .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 960px) {
  #flow .right_blc .text_box_2 {
    margin-bottom: 8%;
  }
  #flow .right_blc .text_box_2 .ttl {
    font-size: 3.6vw;
    font-weight: bold;
    text-align: left;
  }
}

@media screen and (max-width: 960px) and (max-width: 599px) {
  #flow .right_blc .text_box_2 .ttl {
    font-size: 4.8vw;
  }
}

.arrow_under img {
  margin: 0 auto;
}

.arrow_under span {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translatex(-30px) rotate(20deg);
          transform: translatex(-30px) rotate(20deg);
  /* @media screen and (max-width: 960px) {
      transform: translatex(5px) rotate(20deg);
      &:nth-of-type(2) {
      transform: translatex(-5px) rotate(-20deg);
    } */
}

.arrow_under span:nth-of-type(2) {
  -webkit-transform: translatex(26.5px) translatey(-1px) rotate(-20deg);
          transform: translatex(26.5px) translatey(-1px) rotate(-20deg);
}

.flow_icon img {
  margin: 20px auto;
}

@media screen and (max-width: 960px) {
  .flow_icon img {
    width: 20%;
  }
}

#message {
  background: url(../images/message_bg.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #message {
    position: relative;
  }
}

#message .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 140px 0 80px;
}

@media screen and (max-width: 960px) {
  #message .inner {
    padding: 6% 5%;
  }
}

@media screen and (max-width: 599px) {
  #message .inner {
    padding: 60px 4%;
  }
}

#message .right_blc {
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  #message .right_blc {
    font-weight: normal;
  }
}

#message .right_blc p {
  font-size: 18px;
}

@media screen and (max-width: 415px) {
  #message .right_blc p {
    font-size: 16px;
  }
}

#message .right_blc .ceo_prof {
  width: 420px;
  margin-top: 30px;
  padding: 25px 0 30px;
  border-top: 2px solid #8d8e8f;
  border-bottom: 2px solid #8d8e8f;
}

@media screen and (max-width: 599px) {
  #message .right_blc .ceo_prof {
    width: 100%;
    margin: 25px 0 0 auto;
    padding: 15px 0;
  }
}

@media screen and (max-width: 599px) {
  #message .right_blc .ceo_prof .name_box {
    /* text-align: center; */
    font-weight: bold;
  }
}

#message .right_blc .ceo_prof .name_box .position {
  font-size: 20px;
  margin: 0 20px 5px 0;
}

@media screen and (max-width: 415px) {
  #message .right_blc .ceo_prof .name_box .position {
    font-size: 3.4vw;
  }
}

#message .right_blc .ceo_prof .name_box .name {
  font-size: 28px;
  letter-spacing: 6px;
}

@media screen and (max-width: 415px) {
  #message .right_blc .ceo_prof .name_box .name {
    font-size: 7.2vw;
  }
}

#message .right_blc .ceo_prof .name_box .qualification {
  font-size: 20px;
}

@media screen and (max-width: 415px) {
  #message .right_blc .ceo_prof .name_box .qualification {
    font-size: 4vw;
  }
}

#message .right_blc .ceo_prof .profile_m {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: initial;
  line-height: 1.9;
}

@media screen and (max-width: 960px) {
  #message .right_blc .ceo_prof .profile_m {
    letter-spacing: 0.4px;
    font-weight: normal;
  }
}

@media screen and (max-width: 599px) {
  #message .right_blc .ceo_prof .profile_m {
    width: 76%;
  }
}

@media screen and (max-width: 430px) {
  #message .right_blc .ceo_prof .profile_m {
    width: 100%;
  }
}

#message .right_blc .ceo_prof .profile_m th {
  width: 14%;
}

@media screen and (max-width: 960px) {
  #message .right_blc .ceo_prof .profile_m th {
    font-weight: normal;
  }
}

@media screen and (max-width: 599px) {
  #message .right_blc .ceo_prof .profile_m th {
    width: 70px;
  }
}

#message .right_blc .ceo_prof .profile_text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  #message .right_blc .ceo_prof .profile_text {
    font-weight: normal;
  }
}

@media screen and (max-width: 599px) {
  #message .right_blc .ceo_prof .profile_text {
    width: 63%;
  }
}

#message .right_blc .profile {
  font-size: 14px;
}

#message .ceo_img {
  position: absolute;
  bottom: -11%;
  right: -20px;
}

@media screen and (max-width: 960px) {
  #message .ceo_img {
    width: 43%;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #message .ceo_img {
    width: 42%;
    right: -30px;
  }
}

@media screen and (max-width: 599px) {
  #message .ceo_img {
    right: -10px;
  }
}

@media screen and (max-width: 960px) {
  #message .ceo_img img {
    width: 100%;
  }
}

#staff {
  background-color: #f2f2f2;
}

#staff .ceo_box {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#staff .ceo_box .message_box {
  margin-bottom: 40px;
}

#staff .ceo_box .message_box .ttl {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #staff .ceo_box .message_box .ttl {
    font-size: 20px;
    font-weight: normal;
  }
}

#staff .ceo_box .message_box p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
}

@media screen and (max-width: 960px) {
  #staff .ceo_box .message_box p {
    font-weight: normal;
  }
}

#staff .staff_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (max-width: 960px) {
  #staff .staff_box {
    display: block;
  }
}

#staff .staff_box:last-of-type {
  border-bottom: none;
  margin-bottom: initial;
  padding-bottom: initial;
}

#staff .staff_box .staff_img {
  width: 50%;
  margin-right: 6%;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_img {
    width: 100%;
    margin-right: initial;
  }
}

#staff .staff_box .staff_img img {
  margin-right: 5%;
  margin-bottom: 35px;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_img img {
    margin: 0 auto;
    width: 70%;
  }
}

#staff .staff_box .staff_img .kana {
  font-family: 'DIN Alternate',sans-serif;
  font-size: 26px;
  text-align: center;
}

#staff .staff_box .staff_text {
  width: 52%;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text {
    width: 100%;
    padding-top: 3% !important;
  }
}

#staff .staff_box .staff_text .position {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text .position {
    text-align: center;
    font-size: 3vw;
  }
}

@media screen and (max-width: 415px) {
  #staff .staff_box .staff_text .position {
    font-size: 4vw;
  }
}

#staff .staff_box .staff_text .name {
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text .name {
    text-align: center;
    font-size: 5.4vw;
  }
}

@media screen and (max-width: 415px) {
  #staff .staff_box .staff_text .name {
    font-size: 7.2vw;
    font-weight: bold;
  }
}

#staff .staff_box .staff_text .qualification {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text .qualification {
    text-align: center;
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  #staff .staff_box .staff_text .qualification {
    font-size: 4vw;
  }
}

#staff .staff_box .staff_text .profile {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.9;
  letter-spacing: -1px;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text .profile {
    letter-spacing: 0.4px;
    font-weight: normal;
  }
}

#staff .staff_box .staff_text .profile th {
  width: 20%;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text .profile th {
    width: 15%;
    font-weight: normal;
  }
}

@media screen and (max-width: 599px) {
  #staff .staff_box .staff_text .profile th {
    width: 22%;
  }
}

#staff .staff_box .staff_text .profile_m {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.9;
  letter-spacing: -1px;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text .profile_m {
    letter-spacing: 0.4px;
    font-weight: normal;
  }
}

#staff .staff_box .staff_text .profile_m th {
  width: 28%;
}

@media screen and (max-width: 960px) {
  #staff .staff_box .staff_text .profile_m th {
    width: 18%;
    font-weight: normal;
  }
}

@media screen and (max-width: 599px) {
  #staff .staff_box .staff_text .profile_m th {
    width: 30%;
  }
}

#map .inner {
  padding: 140px 0 60px;
}

@media screen and (max-width: 960px) {
  #map .inner {
    padding: 6% 5%;
  }
}

@media screen and (max-width: 599px) {
  #map .inner {
    padding: 60px 15px;
  }
}

#map .ttl_blc p {
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  #map .right_blc img {
    margin: 0 auto;
  }
}

.img_blc ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.img_blc ul li {
  padding: 0 2px;
}

.img_blc ul li:first-of-type {
  padding: 0 2px 0 0;
}

.img_blc ul li:last-of-type {
  padding: 0 0 0 2px;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
}

.slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slider__inner li img {
  width: 100%;
  padding-right: 5px;
}

.slider__inner:first-child {
  -webkit-animation: loop 90s linear infinite;
          animation: loop 90s linear infinite;
}

.slider__inner:nth-child(2) {
  -webkit-animation: loop2 90s -60s linear infinite;
          animation: loop2 90s -60s linear infinite;
}

.slider__inner:last-child {
  -webkit-animation: loop3 90s -30s linear infinite;
          animation: loop3 90s -30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

#qa {
  /* background: url(../images/qa_bg.jpg) no-repeat top;
  background-size: cover; */
  background-color: #ebf0f2;
}

#qa .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 140px 0 80px;
}

@media screen and (max-width: 960px) {
  #qa .inner {
    padding: 6% 5%;
  }
}

@media screen and (max-width: 599px) {
  #qa .inner {
    padding: 60px 4%;
  }
}

#qa .qa_box {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #qa .qa_box {
    width: 100%;
  }
}


/* #qa .qa_box:last-of-type {
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  #qa .qa_box:last-of-type {
    margin-bottom: 20px;
  }
} */

#qa .grid_container {
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  #qa .grid_container {
    padding-bottom: 40px;
  }
}

#qa .grid_container .row_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
      grid-template-columns: 25% 75%;
  border-bottom: 2px solid #acacac;
}

#qa .grid_container .row_box:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  #qa .grid_container .row_box {
    display: block;
  }
}

#qa .grid_container .row_box .gh {
  padding: 30px 15px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

#qa .grid_container .row_box .gd {
  padding: 30px 15px;
}

@media screen and (max-width: 599px) {
  #qa .grid_container .row_box .gd {
    padding: 0 15px 15px 15px;
    font-size: 14px;
  }
}

#qa .grid_container .row_box .gd p {
  line-height: 1.5;
}

#qa .grid_container .row_box .gd p:last-of-type {
  margin-bottom: initial;
}

#qa .grid_container .row_box .gd span {
  font-weight: bold;
}

#qa .grid_container .row_box .gd li {
  margin-bottom: 10px;
  line-height: 1.5;
}

#qa .grid_container .row_box .gd a {
  line-height: 1.5;
}

#qa .grid_container .row_box .gd a span {
  font-size: 18px;
  border-bottom: 1px solid #444444;
}

#qa dl {
  background-color: #e0e6e8;
  border-radius: 8px;
}

#qa .cat_head {
  position: relative;
  color: #000;
  padding: 2rem 4%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  #qa .cat_head {
    font-size: 18px;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 599px) {
  #qa .cat_head {
    font-size: 16px;
    padding: 12px 10px;
  }
}

#qa .cat_head .qa_ttl .left {
  font-size: 32px;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

#qa .cat_head .qa_ttl .left span {
  position: absolute;
  top: -11px;
}

#qa .cat_head .qa_ttl .right {
  padding: 0 35px;
}

#qa .cat_head img {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#qa .cat_data {
  padding: 0 20px 15px;
  display: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media screen and (max-width: 768px) {
  #qa .cat_data {
    padding: 0 10px 10px;
  }
}

#qa .cat_data .grid_container {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #qa .cat_data .grid_container {
    padding: 15px 0;
  }
}

#qa .cat_data .grid_container .left {
  font-size: 32px;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

#qa .cat_data .grid_container .left span {
  position: absolute;
  top: -13px;
}

#qa .cat_data .grid_container .right {
  font-size: 16px;
  padding-left: 35px;
}

#qa .cat_data .grid_container .right a {
  display: inline;
  color: #0000ee;
}

.faq_list_text {
  display: none;
  font-size: 1.6rem;
  padding: 20px;
  line-height: 1.75;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 415px) {
  .faq_list_text {
      display: none;
      font-size: 1.4rem;
      padding: 10px;
      line-height: 1.6;
      letter-spacing: 0.7px;
  }
}

.faq_list_wrp {
  background-color: #fff;
  border-radius: 8px;
}

.faq_list_ttl {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  padding: 30px;
}

@media screen and (max-width: 960px) {
  .faq_list_ttl {
    position: relative;
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 10px 15px;
}
}

@media screen and (max-width: 415px) {
.faq_list_ttl {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
}
}

.faq_list_ttl::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/qa_icon.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

.list_bar {
  background: #848484;
  width: 2rem;
  height: 2px;
  position: absolute;
  right: 2rem;
  bottom: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 415px) {
.list_bar {
  background: #848484;
  width: 1.5rem;
  height: 1px;
  position: absolute;
  right: 2rem;
  bottom: 10px;
}
}

.list_bar:before {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  content: "";
  background: #848484;
  width: 2rem;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 415px) {
.list_bar:before {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  content: "";
  background: #848484;
  width: 1.5rem;
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
}

.list_bar.faq-plus:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qa_box_wrp {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .qa_box_wrp {
    row-gap: 15px;
  }
}

.qa_box_flx {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 15px;
}

.thanks_ttl_blc {
  padding: 150px 0 0 0;
}

@media screen and (max-width: 960px) {
  .thanks_ttl_blc {
    padding: 6% 0 0 0;
  }
}

.thanks_ttl_blc h2 img {
  margin: 0 auto;
  width: 25%;
}

@media screen and (max-width: 960px) {
  .thanks_ttl_blc h2 img {
    width: 60%;
  }
}

.thanks_ttl_blc span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 50px auto 50px;
}

@media screen and (max-width: 960px) {
  .thanks_ttl_blc span {
    height: 7px;
    margin: 5% auto 5%;
  }
}

@media screen and (max-width: 599px) {
  .thanks_ttl_blc span {
    height: 5px;
  }
}

.thanks_ttl_blc p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .thanks_ttl_blc p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  .thanks_ttl_blc p {
    font-size: 4vw;
  }
}

.medal_img {
  width: 100%;
}

.medal_img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
}

@media screen and (max-width: 960px) {
  .medal_img ul {
    padding: 6% 0;
  }
}

.medal_img ul li {
  padding: 0 20px;
  position: relative;
}

.medal_img ul li span {
  font-family: 'DIN Alternate',sans-serif;
  position: absolute;
  font-size: 50px;
  top: 34%;
  left: 27%;
}

@media screen and (max-width: 768px) {
  .medal_img ul li span {
    font-size: 6vw;
    left: 32%;
  }
}

.medal_img ul li:last-of-type {
  position: relative;
}

.medal_img .medal_note {
  position: absolute;
  bottom: -60px;
  right: 20px;
}

.medal_img .medal_note p {
  font-size: 10px;
  text-align: right;
}

.medal_img p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .medal_img p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  .medal_img p {
    font-size: 4vw;
    margin-top: 20px;
  }
}

.history_img {
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .history_img {
    margin-bottom: 20px;
  }
}

.history_img img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .introduction_img {
    margin-bottom: 20px;
  }
}

.introduction_img img {
  width: 100%;
}

#movie {
  padding: 80px 0 150px 0;
}

@media screen and (max-width: 960px) {
  #movie {
    padding: 6% 5%;
  }
}

@media screen and (max-width: 599px) {
  #movie {
    padding: 6% 3%;
  }
}

#movie h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #movie h3 {
    font-size: 4.5vw;
  }
}

#movie span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #fff;
  margin: 50px auto;
}

@media screen and (max-width: 960px) {
  #movie span {
    height: 7px;
    margin: 5% auto;
  }
}

@media screen and (max-width: 599px) {
  #movie span {
    height: 5px;
  }
}

#movie iframe {
  display: block;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

#contact {
  background-color: #eeeeee;
}

#contact tr {
  display: block;
  margin-bottom: 45px;
}

@media screen and (max-width: 415px) {
  #contact tr {
    margin-bottom: 8%;
  }
}

#contact tr th, #contact tr td {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  #contact tr th, #contact tr td {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 599px) {
  #contact tr th, #contact tr td {
    font-size: 16px;
  }
}

#contact tr input {
  width: 100%;
  height: 50px;
  padding: 1%;
  border: none;
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  #contact tr input {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 599px) {
  #contact tr input {
    font-size: 16px;
  }
}

#contact tr select {
  width: 100%;
  height: 50px;
  padding: 1%;
  border: none;
  background-color: #fff !important;
  border-radius: 10px;
}

#contact tr select:first-child {
  background: url(../images/triangle.png) no-repeat;
  background-position: 98%;
}

@media screen and (max-width: 599px) {
  #contact tr select:first-child {
    background-position: 94%;
  }
}

@media screen and (max-width: 960px) {
  #contact tr select {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 599px) {
  #contact tr select {
    font-size: 16px;
  }
}

#contact tr textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 1%;
}

@media screen and (max-width: 960px) {
  #contact tr textarea {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 599px) {
  #contact tr textarea {
    font-size: 16px;
  }
}

#contact .confirm {
  text-align: center;
}

#contact .confirm input {
  width: 600px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  background-color: #3a3a3a;
  text-align: center;
  line-height: 70px;
}

@media screen and (max-width: 960px) {
  #contact .confirm input {
    margin: 0 auto;
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 768px) {
  #contact .confirm input {
    width: 280px;
  }
}

@media screen and (max-width: 599px) {
  #contact .confirm input {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}

@media screen and (max-width: 415px) {
  #contact .confirm input {
    width: 100%;
  }
}

.ft_sns_btn {
  max-width: 135px;
  height: auto;
  position: fixed;
  right: 2.5%;
  bottom: 38%;
  z-index: 100;
}

.ft_sns_btn img {
  margin-bottom: 20px;
}

.ft_sns_btn a img {
  margin: 0 auto 40px;
}

.ft_contact_btn_wrp {
  max-width: 135px;
  height: auto;
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.ft_contact_btn {
  position: relative;
  background-image: url(../images/contact_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 139px;
  height: 139px;
}

.ft_contact_btn img {
  position: absolute;
  bottom: 95%;
  left: 0%;
}

.ft_contact_btn_wrp_sp {
  position: fixed;
  bottom: 2%;
  z-index: 100;
  padding: 0 4%;
}
.ft_contact_btn_wrp_sp_flx {
  display: flex;
  column-gap: 15px;
}
.ft_tel_btn_sp:hover,.ft_contact_btn_sp:hover {
  opacity: 1;
}


footer {
  background-color: #9a9a9a;
  /* height: 500px; */
  height: auto;
  position: relative;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  footer {
    height: auto;
  }
}

footer .inner {
  padding: 110px 0 30px;
}

@media screen and (max-width: 960px) {
  footer .inner {
    padding: 50px 4% 20px;
  }
}

@media screen and (max-width: 599px) {
  footer .inner {
    padding: 60px 15px 20px;
  }
}

@media screen and (max-width: 415px) {
  footer .inner {
    padding: 60px 15px 40px;
  }
}

footer .inner .ft_blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  footer .inner .ft_blc {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 415px) {
  footer .inner .ft_blc {
    width: auto;
  }
}

footer .inner .ft_blc .ft_logo {
  width: 50%;
}

@media screen and (max-width: 960px) {
  footer .inner .ft_blc .ft_logo {
    width: 70%;
    margin: 0 auto;
  }
}

footer .inner .ft_blc .ft_logo img {
  margin: 0 10% 0 auto;
}

@media screen and (max-width: 960px) {
  footer .inner .ft_blc .ft_logo img {
    width: 90%;
    margin-bottom: 13%;
  }
}

@media screen and (max-width: 599px) {
  footer .inner .ft_blc .ft_logo img {
    width: 90%;
    margin-bottom: 10%;
  }
}

footer .inner .ft_blc .ft_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
  width: 50%;
}

@media screen and (max-width: 960px) {
  footer .inner .ft_blc .ft_text {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 415px) {
  footer .inner .ft_blc .ft_text {
    font-size: 3.6vw;
  }
}

footer .bg_area {
  background: url(../images/ft_bg_ly.png) no-repeat center;
  height: 173px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 2000px) {
  footer .bg_area {
    height: 0;
    padding-top: 8%;
    background-size: cover;
  }
}

@media screen and (max-width: 415px) {
  footer .bg_area {
    background: url(../images/ft_bg_ly_sp.png) no-repeat center bottom;
    background-size: cover;
    height: 110px;
  }
}

footer .copy {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 415px) {
  footer .copy {
    font-size: 3.6vw;
  }
}

.ft_text_img {
  margin: 0 auto;
  width: 90%;
}

#thanks {
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

.inner_thanks {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 960px) {
  .inner_thanks {
    padding: 6% 5%;
  }
}

@media screen and (max-width: 599px) {
  .inner_thanks {
    padding: 60px 4%;
  }
}

.thanks_wrp {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .thanks_wrp {
    margin-top: 70px;
  }
}

.thanks_wrp h1 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.thanks_wrp p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.75;
  text-align: center;
}

.top_btn {
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #3a3a3a;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .top_btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .top_btn {
    width: 280px;
  }
}

@media screen and (max-width: 599px) {
  .top_btn {
    height: 55px;
    line-height: 55px;
  }
}

#blog {
  background-color: #e5edf0;
}

#blog .blog_ttl h2 {
  margin: 0 auto;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
  text-align: center;
  position: relative;
  letter-spacing: 10px;
}

@media screen and (max-width: 960px) {
  #blog .blog_ttl h2 {
    font-size: 15vw;
  }
}

#blog .blog_ttl h2 span {
  position: absolute;
  right: -100%;
}

@media screen and (max-width: 599px) {
  #blog .blog_ttl h2 span {
    right: -70%;
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  #blog .blog_ttl h2 span {
    right: -55%;
  }
}

#blog .blog_ttl span {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 50px auto 50px;
}

@media screen and (max-width: 960px) {
  #blog .blog_ttl span {
    height: 7px;
    margin: 5% auto 5%;
  }
}

@media screen and (max-width: 599px) {
  #blog .blog_ttl span {
    height: 5px;
  }
}

#blog .blog_ttl p.h2_note {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  #blog .blog_ttl p.h2_note {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  #blog .blog_ttl p.h2_note {
    font-size: 4vw;
  }
}

#blog .blog_area {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  #blog .blog_area {
    padding-top: 20px;
  }
}

#blog .blog_area .blog_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #blog .blog_area .blog_conts {
    display: block;
  }
}

#blog .blog_area .blog_conts .blog_bx {
  width: 31%;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  #blog .blog_area .blog_conts .blog_bx {
    width: 100%;
    margin-bottom: 30px;
  }
}

#blog .blog_area .blog_conts .blog_bx img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

#blog .blog_area .blog_conts .blog_bx .text_area {
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 0 0 15px 15px;
}

#blog .blog_area .blog_conts .blog_bx .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

#blog .blog_area .blog_conts .blog_bx .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

#blog .blog_area .blog_conts .blog_bx .info .cat {
  color: #6d7172;
  font-size: 12px;
  font-weight: bold;
  background-color: #e5edf0;
  border-radius: 25px;
  padding: 5px 0;
  width: 130px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #blog .blog_area .blog_conts .blog_bx .info .cat {
    font-size: 14px;
  }
}

#blog .blog_area .blog_conts .blog_bx .info .day {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  #blog .blog_area .blog_conts .blog_bx .info .day {
    font-size: 14px;
  }
}

#blog .blog_area .more {
  margin: 30px auto 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 22px;
  letter-spacing: 2px;
  background-color: #000;
  text-align: center;
  line-height: 60px;
  color: #fff;
  width: 260px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  #blog .blog_area .more {
    font-size: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}

#blog .blog_area .more_twitter {
  margin: 30px auto 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 22px;
  letter-spacing: 2px;
  background-color: #00acee;
  text-align: center;
  line-height: 60px;
  color: #fff;
  width: 260px;
  height: 60px;
}

#sns .sns_ttl h2 {
  width: 160px;
  margin: 0 auto;
  font-family: 'Bebas Neue', cursive;
  font-size: 100px;
  text-align: center;
  position: relative;
  letter-spacing: 10px;
}

@media screen and (max-width: 960px) {
  #sns .sns_ttl h2 {
    font-size: 15vw;
  }
}

#sns .sns_ttl h2 span.message {
  position: absolute;
  right: -100%;
}

@media screen and (max-width: 599px) {
  #sns .sns_ttl h2 span.message {
    right: -70%;
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  #sns .sns_ttl h2 span.message {
    right: -55%;
  }
}

#sns .sns_ttl span.border {
  display: block;
  width: 70px;
  height: 10px;
  background-color: #000;
  margin: 50px auto 50px;
}

@media screen and (max-width: 960px) {
  #sns .sns_ttl span.border {
    height: 7px;
    margin: 5% auto 5%;
  }
}

@media screen and (max-width: 599px) {
  #sns .sns_ttl span.border {
    height: 5px;
  }
}

#sns .sns_ttl p.h2_note {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #sns .sns_ttl p.h2_note {
    font-size: 3vw;
  }
}

@media screen and (max-width: 599px) {
  #sns .sns_ttl p.h2_note {
    font-size: 4vw;
  }
}

#sns .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  #sns .sns_area {
    display: block;
    padding-top: 20px;
  }
}

#sns .sns_area h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #sns .sns_area h3 img {
    margin: 0 auto 30px;
  }
}

#sns .sns_area .insta {
  width: 54%;
	height: 500px;
}

@media screen and (max-width: 960px) {
  #sns .sns_area .insta {
    width: 100%;
    text-align: center;
    height: 620px;
	display: flow-root;
  }
}

@media screen and (max-width: 599px) {
  #sns .sns_area .insta {
    height: 560px;
  }
}

@media screen and (max-width: 480px) {
  #sns .sns_area .insta {
/*     height: 620px; */
  }
}

@media screen and (min-width: 961px) {
  #sns .sns_area .insta iframe {
    width: 100% !important;
    height: 74.5% !important;
  }
}

@media screen and (max-width: 599px) {
  #sns .sns_area .insta iframe {
    width: 320px !important;
    height: 320px !important;
  }
}

#sns .sns_area .twitter {
  width: 40%;
  padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #sns .sns_area .twitter {
    width: 80%;
    margin: 25% auto 0;
  }
}

#sns .sns_area .more {
  margin: 5% auto 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 22px;
  letter-spacing: 2px;
  background-color: #000;
  text-align: center;
  line-height: 60px;
  color: #fff;
  width: 260px;
  height: 60px;
  display: block;
  clear: both;  	
}

@media screen and (max-width: 768px) {
  #sns .sns_area .more {
    font-size: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}

#sns .sns_area .more_twitter {
  margin: 30px auto 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 22px;
  letter-spacing: 2px;
  background-color: #00acee;
  text-align: center;
  line-height: 60px;
  color: #fff;
  width: 260px;
  height: 60px;
}

.flash_1 {
  -webkit-animation: flash 7s linear infinite;
          animation: flash 7s linear infinite;
}

@-webkit-keyframes flash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0;
  }
}

#interview_blog .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 768px) {
  #interview_blog .inner {
    padding: 70px 0 0 0;
  }
}

#interview_blog .inner .interview_blog_cont {
  padding: 70px 0 140px;
}

@media screen and (max-width: 960px) {
  #interview_blog .inner .interview_blog_cont {
    padding: 40px 0 70px;
    margin: 0 15px;
  }
}

#interview_blog .inner .interview_blog_cont h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #interview_blog .inner .interview_blog_cont h2 {
    font-size: 26px;
  }
}

#interview_blog .inner .interview_blog_cont h3 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #interview_blog .inner .interview_blog_cont h3 {
    font-size: 20px;
    margin-left: initial;
  }
}

#interview_blog .inner .interview_blog_cont h3:before {
  content: "";
  background-color: #000;
  width: 20px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #interview_blog .inner .interview_blog_cont h3:before {
    display: none;
  }
}

#interview_blog .inner .interview_blog_cont p {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #interview_blog .inner .interview_blog_cont p {
    font-size: 14px;
  }
}

#interview_blog .inner .interview_blog_cont img {
  width: 80%;
  margin: 0 auto;
}

#interview_blog .inner #toc_container {
  display: none;
}

.cv_wrp {
  background-image: url(../images/cv_area_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.cv_wrp h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cv_wrp h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.cv_area_flx {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .cv_area_flx {
    flex-direction: column;
    row-gap: 20px;
  }
}

.cv_contact_btn:hover {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */



#sb_instagram {
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    width: 450px !important;
    height: 450px !important;
}
