@charset "UTF-8";
body {
  background: url(../../images/index/bg_fix.jpg) no-repeat center center / cover;
}
.wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.fix_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url("../../images/index/bg_fix.jpg")no-repeat center center/cover;
}
.fix_inr {
  width: calc(100% - 32px);
  height: calc(100vh - 120px);
}
.fix_inr::after {
  width: calc(100% - 31px);
  height: calc(100vh - 118px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  content: "";
  position: fixed;
  left: 14px;
  top: 62px;
}
.scroll_inr {
  overflow: scroll;
}
.fix_inr {
  position: relative;
}
.fix_inr::before {
  position: fixed;
  content: "";
  width: calc(100% - 27px);
  background: url(../../images/common/bottom_l.png) no-repeat left top -1px / 20px, url(../../images/common/bottom_r.png) no-repeat right 1px top -1px / 20px, url(../../images/common/bottom_c.png) no-repeat top center / cover;
  height: 75px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 60;
}
.scroll_inr::before {
  position: fixed;
  content: "";
  width: calc(100% - 27px);
  background: url(../../images/common/top_l.png) no-repeat left bottom -10px/ 20px, url(../../images/common/top_r.png) no-repeat right 1px bottom -5px / 20px, url(../../images/common/top_c.png) no-repeat top -9px center / cover;
  height: 72px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 60;
}
@media only screen and (min-width: 769px) {
  .fix_inr {
    width: calc(100% - 41px);
    height: calc(100% - 134px);
  }
  .fix_inr::after {
    width: calc(100% - 40px);
    height: calc(100% - 122px);
    top: 60px;
    left: 20px;
  }
  .fix_inr::before {
    width: calc(100% - 37px);
    height: 75px;
    background: url(../../images/common/bottom_l.png) no-repeat left 2px top -3px / 20px, url(../../images/common/bottom_r.png) no-repeat right top -3px / 20px, url(../../images/common/bottom_c.png) no-repeat center top -2px / cover;
  }
  .scroll_inr::before {
    width: calc(100% - 37px);
    background: url(../../images/common/top_l.png) no-repeat left 1px bottom 0px/ 20px, url(../../images/common/top_r.png) no-repeat right -1px bottom 5px / 20px, url(../../images/common/top_c.png) no-repeat top -19px center / cover;
    height: 82px;
  }
}
@media only screen and (min-width: 1000px) {
  .fix_inr {
    width: calc(100% - 82px);
    height: calc(100% - 150px);
  }
  .fix_inr::after {
    width: calc(100% - 80px);
    height: calc(100% - 149px);
    left: 40px;
    top: 90px;
  }
  .fix_inr::before {
    width: calc(100% - 76px);
    height: 75px;
    background: url(../../images/common/bottom_l.png) no-repeat left 2px top / 20px, url(../../images/common/bottom_r.png) no-repeat right top / 20px, url(../../images/common/bottom_c.png) no-repeat center center / 100%;
  }
  .scroll_inr::before {
    width: calc(100% - 76px);
    background: url(../../images/common/top_l.png) no-repeat left 2px bottom 0px/ 20px, url(../../images/common/top_r.png) no-repeat right -1px bottom 5px / 20px, url(../../images/common/top_c.png) no-repeat top -19px center / cover;
    height: 110px;
  }
}
@media only screen and (min-width: 1367px) {
  .fix_inr {
    width: calc(100% - 122px);
    height: calc(100% - 177px);
    margin-top: 99px;
  }
  .fix_inr::after {
    width: calc(100% - 120px);
    height: calc(100% - 175px);
    left: 60px;
    top: 100px;
  }
  .fix_inr::before {
    width: calc(100% - 122px);
  }
  .scroll_inr::before {
    width: calc(100% - 116px);
    background: url(../../images/common/top_l.png) no-repeat left 2px bottom 0px/ 20px, url(../../images/common/top_r.png) no-repeat right bottom 5px / 20px, url(../../images/common/top_c.png) no-repeat top -19px center / cover;
    height: 100px;
  }
}
.mv {
  position: relative;
  height: calc(100vh - 155px);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.mv-fix_bg {
  position: fixed;
  content: "";
  z-index: -10;
  border-radius: 15px;
  background: url("../../images/index/mv_bg.jpg")no-repeat center center/280%;
  width: calc(100% - 32px);
  height: calc(100vh - 122px);
  transition: all 2s;
  left: 16px;
  top: 63px;
}
.active .mv-fix_bg {
  background: url("../../images/index/mv_bg.jpg")no-repeat center center/300%;
}
@media only screen and (min-width: 769px) {
  .mv {
    height: calc(100vh - 134px);
  }
  .mv-fix_bg {
    width: calc(100% - 40px);
    height: calc(100vh - 122px);
    left: 21px;
    top: 61px;
    background: url("../../images/index/mv_bg.jpg")no-repeat center center/120%;
  }
  .active .mv-fix_bg {
    background: url("../../images/index/mv_bg.jpg")no-repeat center center/150%;
  }
}
@media only screen and (min-width: 1000px) {
  .mv {
    height: calc(100vh - 150px);
  }
  .mv-fix_bg {
    width: calc(100% - 80px);
    height: calc(100vh - 150px);
    left: 41px;
    top: 91px;
    background: url("../../images/index/mv_bg.jpg")no-repeat center center/160%;
  }
  .active .mv-fix_bg {
    background: url("../../images/index/mv_bg.jpg")no-repeat center center/180%;
  }
}
@media only screen and (min-width: 1367px) {
  .mv {
    height: calc(100vh - 175px);
  }
  .mv-fix_bg {
    width: calc(100% - 120px);
    height: calc(100vh - 175px);
    left: 61px;
    top: 101px;
    background: url("../../images/index/mv_bg.jpg")no-repeat center center/120%;
  }
  .active .mv-fix_bg {
    background: url("../../images/index/mv_bg.jpg")no-repeat center center/150%;
  }
}
h2, h3, h4 {
  font-weight: 500;
}
.trans_txt {
  color: transparent;
}
.mv_concept {
  position: relative;
  z-index: 20;
}
.bf {
  z-index: 50;
  position: relative;
}
.mv .mv_logo {
  background: url("../../images/common/logo.svg")no-repeat center center/contain;
  max-width: 340px;
  max-height: 390px;
  width: 50%;
  height: 100%;
}
.concept {
  height: 100vh;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}
.center_ttl, .trans_txt.en, .concept .txt {
  width: 100%;
}
.center_ttl {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.6;
  text-align: center;
}
.concept .txt, .menu_time .txt {
  color: rgba(255, 255, 255, 0.80);
}
.concept .trans_txt.en {
  background: url("../../images/index/concept_en.svg")no-repeat center center/contain;
  height: 14px;
  margin-bottom: 57px;
}
@media only screen and (min-width: 769px) {
  .mv .mv_logo {
    width: 35%;
    height: 100%;
  }
  .center_ttl {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1367px) {
  .concept {
    min-height: 890px;
  }
  .center_ttl {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .txt, .menu_time .txt {
    line-height: 1.6;
  }
}
.strength, .menu {
  padding: 100px 20px;
  position: relative;
}
.strength::after {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  z-index: -1;
}
.strength .trans_txt.en {
  background: url("../../images/index/strength_en.svg")no-repeat center center/contain;
  height: 20px;
}
.strength_list li {
  margin-top: 80px;
}
.strength_list li, .menu_list .menu_list_inr {
  display: flex;
  flex-wrap: wrap;
}
.strength_list li .list_txtcont .list_ttl {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
}
.strength_list li .list_txtcont .txt {
  font-size: 12px;
  line-height: 2;
  color: #CCD1D7;
  letter-spacing: 0.2rem;
  padding-left: 20px;
}
.strength_list li .list_photo, .strength_list li .list_txtcont {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .strength, .menu {
    padding: 150px 30px;
  }
  .strength_list li {
    margin-top: 100px;
  }
  .strength_list li, .menu_list .menu_list_inr {
    justify-content: space-between;
    align-items: center;
  }
  .strength_list li .list_photo {
    width: 40%;
    margin-left: 40px;
  }
  .strength_list li .list_photo.item01 {
    margin-left: 0;
    margin-right: 40px;
  }
  .strength_list li .list_txtcont {
    width: 50%;
  }
  .strength_list li .list_txtcont .txt {
    padding-left: 50px;
  }
  .strength_list li .list_txtcont .list_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .strength_list li .list_txtcont .txt {
    font-size: 14px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .strength_list li .list_txtcont .list_ttl {
    font-size: 24px;
  }
  .strength_list li .list_txtcont .txt {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1367px) {
  .strength, .menu {
    padding: 170px 30px;
  }
  .strength_list li .list_txtcont .list_ttl {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .strength_list li .list_txtcont .list_ttl {
    letter-spacing: 0.2rem;
  }
}
.middle {
  background: url("../../images/index/middle.jpg")no-repeat center center/cover;
  height: 300px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .middle {
    height: 490px;
  }
}
.menu {
  background: url("../../images/index/menu.jpg")no-repeat top center/cover;
}
.menu .trans_txt.en {
  background: url("../../images/index/menu_en.svg")no-repeat center center/contain;
  height: 14px;
}
.trans_txt.en {
  margin-bottom: 70px;
}
@media only screen and (min-width: 769px) {
  .trans_txt.en {
    margin-bottom: 100px;
  }
}
.menu_time {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 10px;
}
.menu_time .ttl {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1rem;
}
.menu_time .ttl::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #FFFFFF;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.menu_time .txt {
  letter-spacing: 0.1rem;
  font-size: 14px;
  max-width: 600px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .menu_time {
    padding: 40px 15px;
  }
  .menu_time .txt {
    font-size: 16px;
  }
}
.btn_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.btn_wrap li {
  width: 100%;
}
.btn_wrap .list_btn {
  width: 100%;
}
.btn_wrap .list_btn span, .btn_wrap .list_btn a {
  display: flex;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  padding: 15px 28px;
  line-height: 1;
  align-items: center;
  min-height: 64px;
  position: relative;
}
.btn_wrap .list_btn span::after, .btn_wrap .list_btn a::after {
  position: absolute;
  content: "\e900";
  right: 30px;
  font-size: 14px;
  font-family: 'icomoon' !important;
}
.btn_wrap .list_btn a {
  background: #fff;
  border: 2px solid #D3C19E;
}
.btn_wrap .list_btn span {
  background-color: rgba(255, 255, 255, 0.3)
}
.line_btn a i {
  font-size: 30px;
  margin-right: 13px;
}
.menu_list .menu_list_inr {
  border-bottom: 1px solid #707070;
  padding: 80px 20px;
}
.menu_list .menu_list_inr:last-child {
  border-bottom: none;
}
.menu_list li .list_txtcont {
  letter-spacing: 0;
}
.menu_list li .list_txtcont .small_txt {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.6;
}
.menu_list li .list_txtcont .list_ttl {
  font-size: 24px;
  color: #D3C19E;
  margin-bottom: 30px;
  line-height: 1;
}
.menu_list li .list_txtcont .list_ttl .en {
  font-size: 20px;
}
.menu_list li .list_txtcont .ttl, .map .txtcont .ttl {
  border-left: 1px solid #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0 10px 15px;
}
.menu_list li .list_txtcont .txt, .map .txtcont .txt {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 0 10px 15px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .btn_wrap {
    margin-top: 40px;
  }
  .btn_wrap li {
    width: 48%;
  }
  .menu_list li .list_txtcont .small_txt {
    font-size: 18px;
  }
  .menu_list li .list_txtcont .list_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .menu_list li .list_txtcont .list_ttl .en {
    font-size: 20px;
  }
  .menu_list li .list_photo {
    width: 35%;
  }
  .menu_list li .list_txtcont {
    width: 60%;
  }
  .menu_list li .list_txtcont .txt, .map .txtcont .txt {
    font-size: 16px;
    padding-left: 20px;
  }
  .menu_list li .list_txtcont .ttl, .map .txtcont .ttl {
    font-size: 18px;
    padding-left: 20px;
  }
  .btn_wrap .list_btn {
    max-width: 260px;
  }
  .btn_wrap .list_btn span, .btn_wrap .list_btn a {
    font-size: 16px;
    padding: 15px 40px 15px 20px;
  }
  .btn_wrap .list_btn span::after, .btn_wrap .list_btn a::after {
    right: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .menu_list li .list_photo {
    width: 40%;
  }
  .menu_list li .list_txtcont {
    width: 55%;
  }
  .btn_wrap .list_btn span, .btn_wrap .list_btn a {
    font-size: 18px;
    padding: 15px 28px;
  }
  .btn_wrap .list_btn span::after, .btn_wrap .list_btn a::after {
    right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .strength_list li .list_photo, .menu_list li .list_photo {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .menu_list li .list_txtcont {
    width: 100%;
  }
  .btn_wrap li {
    margin-top: 20px;
  }
}
.bg_bl {
  padding: 100px 10px;
  background-color: #0E213A;
}
.faq .trans_txt.en {
  background: url("../../images/index/faq_en.svg")no-repeat center center/contain;
  height: 20px;
}
.faq .faq_list {
  max-width: 900px;
}
.access_table_wrap {
  width: 100%;
  max-width: 900px;
  letter-spacing: 0;
  text-align: left;
  margin: auto;
}
.access_table_wrap table {
  width: 100%;
}
.access_table tr, .contact .contact_inr tr {
  border-top: 1px solid #fff;
  font-size: 16px;
}
.access_table th, .contact .contact_inr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 15px;
  text-align: left;
}
.access_table td, .contact .contact_inr td {
  padding: 20px 15px;
  text-align: left;
}
.access_table a {
  color: #fff;
}
.access .trans_txt.en {
  background: url("../../images/index/access_en.svg")no-repeat center center/contain;
  height: 20px;
}
.access .map {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.access .map .map_cont {
  width: 440px;
  height: 300px;
}
.nomal_btn {
  margin-top: 50px;
}
.nomal_btn a {
  display: flex;
  padding: 20px 30px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 16px;
  align-items: center;
}
.nomal_btn a i {
  font-size: 24px;
  margin-right: 10px;
}
@media only screen and (min-width: 769px) {
  .bg_bl {
    padding: 130px 30px;
  }
  .access .map {
    align-items: center;
    padding: 40px 30px;
  }
  .access .map .map_cont {
    width: 340px;
    height: 300px;
  }
  .access .map .txtcont {
    width: calc(100% - 340px);
    padding-left: 30px;
  }
  .access_table tr, .contact .contact_inr tr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .access_table th, .contact .contact_inr th {
    border-bottom: 1px solid #fff;
    padding: 25px 20px;
    text-align: left;
    width: 120px;
  }
  .access_table td, .contact .contact_inr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 25px 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .access .map .map_cont {
    width: 440px;
  }
  .access .map .txtcont {
    width: calc(100% - 440px);
    padding-left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .access_table th, .contact .contact_inr th, .access_table td, .contact .contact_inr td {
    display: block;
    width: 100%;
  }
  .access .map .txtcont {
    margin-top: 20px;
    width: 100%;
  }
}
.line_campaign {
  background-color: #01162F;
  padding: 60px 10px;
}
.line_campaign_banner {
  background: url("../../images/index/line_banner.png")no-repeat center center/cover;
  border-radius: 10px;
  border: 5px solid #D3C19E;
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
  letter-spacing: 0;
}
.line_campaign_banner .left_cont small {
  font-size: 20px;
  display: block;
}
.line_campaign_banner .left_cont {
  font-size: 32px;
  line-height: 1.4;
}
.line_campaign_banner .left_cont span {
  font-size: 50px;
  border-bottom: 1px solid #fff;
}
.line_campaign_banner_inr {
  max-width: 790px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.line_campaign_banner .right_cont .txt {
  font-size: 14px;
  letter-spacing: 0;
}
.line_campaign_banner .btn_wrap {
  margin-top: 30px;
}
.line_campaign_banner .btn_wrap .list_btn {
  max-width: 330px;
}
@media only screen and (min-width: 769px) {
  .line_campaign {
    padding: 60px 30px;
  }
  .line_campaign_banner {
    border-radius: 20px;
    padding: 100px 30px;
    border: 10px solid #D3C19E;
    letter-spacing: 0;
  }
  .line_campaign_banner .left_cont small {
    font-size: 32px;
  }
  .line_campaign_banner .left_cont {
    font-size: 64px;
    width: 350px
  }
  .line_campaign_banner .left_cont span {
    font-size: 85px;
  }
  .line_campaign_banner .right_cont {
    width: calc(100% - 350px);
    padding-left: 50px;
  }
  .line_campaign_banner .right_cont .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .line_campaign_banner .right_cont .txt {
    line-height: 1.6;
    margin-top: 30px;
  }
}
.contact .trans_txt.en {
  background: url("../../images/index/contact_en.svg")no-repeat center center/contain;
  height: 14px;
}
.contact .menu_time .txt {
  text-align: center;
}
.contact .menu_time .tel {
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  justify-content: center;
  margin-top: 20px;
}
.contact .menu_time a {
  color: #fff;
}
.contact .menu_time .tel span {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-right: 5px;
}
.contact .contact_inr {
  background: rgba(255, 255, 255, 0.2);
  padding: 40px 15px;
  max-width: 900px;
  border-radius: 10px;
  margin: 60px auto 0;
  letter-spacing: 0;
}
.contact .contact_inr input, .contact .contact_inr textarea {
  background: #5F6D7E;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}
.contact .contact_inr .wpcf7-list-item {
  display: block;
}
.contact .contact_inr .wpcf7-list-item input {
  display: inline-block;
  width: auto;
}
.contact .contact_inr .privacy {
  background: #5F6D7E;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 30px;
  overflow: scroll;
  height: 170px;
  margin-top: 60px;
}
.contact .contact_inr .privacy .ttl {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.contact .contact_inr .privacy > div {
  margin-bottom: 40px;
}
.contact .contact_inr .privacy > div:last-child {
  margin-bottom: 0;
}
.contact .contact_inr .privacy > div ol {
  padding-left: 13px;
}
.contact .contact_inr .privacy > div ol li {
  list-style: auto;
}
.contact .contact_inr .doui {
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
}
.contact .contact_inr .kakunin {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  color: #000;
  margin-top: 50px;
}
.contact .contact_inr .kakunin label {
  display: flex;
  align-items: baseline;
}
.contact .contact_inr .kakunin input {
  margin-right: 10px;
}
.contact .contact_inr .submit_btn {
  max-width: 310px;
  margin: 40px auto 0;
}
.contact .contact_inr .submit_btn input {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  color: #000;
}
.contact .contact_inr .submit_btn input:disabled {
  color: #ddd;
}
@media only screen and (min-width: 769px) {
  .contact .contact_inr {
    padding: 70px 60px;
    margin: 90px auto 0;
  }
  .contact .menu_time .tel {
    font-size: 40px;
  }
  .contact .menu_time .tel span {
    font-size: 30px;
    padding-bottom: 5px;
    margin-right: 10px;
  }
}