@charset "utf-8";
.inner{
	position: relative;
	width: calc( 100% - 80px );
	max-width: 1380px;
	margin: 0 auto 0;
}
.lower_sec_inner{
	position: relative;
	width: calc( 100% - 80px );
	max-width: 1000px;
	margin: 0 auto 0;
}
.narrow_inner{
	position: relative;
	width: calc( 100% - 80px );
	max-width: 980px;
	margin: 0 auto 0;
}

/*-------------------------------------------------------------------------
LOADING
------------------------------------------------------------------------*/
.loading_logo{
    text-align: center;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    line-height: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 0.4em;
    transform: translateX(5px)
}
.loading_wrap{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: url(img/loading_bg.jpg) center center;
    background-size: cover;
    transition: 0.3s;
    background: url(img/top_concept_bg.jpg) center center;
    background-size: cover;
}
.loading_wrap.load{
    opacity: 0;
    visibility: hidden
}
.loading_inner{
    position: absolute;
    left: 50%;
    top: calc( 50% - 30px );
    transform: translate(-50%,-50%);
}
.loading {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.loading_logo{
  width: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.loading .dot {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 20px 4px 4px 0;
  border-radius: 50%;
  background: #5bd0ff;
}
.loading > *.dot:last-child{
  margin: 20px 0 4px 0;
}
.loading .dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 1s ease-out infinite;
}
.loading .dot:nth-child(1)::before {
  animation-delay: 0.1s;
}
.loading .dot:nth-child(2)::before {
  animation-delay: 0.2s;
}
.loading .dot:nth-child(3)::before {
  animation-delay: 0.3s;
}
.loading .dot:nth-child(4)::before {
  animation-delay: 0.4s;
}
.loading .dot:nth-child(5)::before {
  animation-delay: 0.15s;
}

@keyframes wave {
  50%, 75% {
    transform: scale(4);
  }
  80%, 100% {
    opacity: 0;
  }
}

/*-------------------------------------------------------------------------
NAV +  MV
------------------------------------------------------------------------*/

.sp_nav{
    height: 100%;
    position: fixed;
    width: 500px;
    height: 100%;
    top: 0;
    right: -600px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    background: #01AEF2;
    padding: 0 30px 0;
    box-shadow: 0 1px 5px 0 rgba(16, 0, 81, 0.2), 0 1px 10px 0 rgba(16, 0, 86, 0.2);
}
.sp_nav.open{
    opacity: 1;
    visibility: visible;
    right: 0;
    transform: scale(1)
}
.sp_nav_inner{
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.sp_nav_contents{
    width: 100%;
    margin-top: 40px;
}
.nav_logo{
    width: 160px;
    margin-bottom: 30px;
}
.sp_nav_list > *{
  border-bottom: 1px solid rgba(255, 255, 255, 0.309);
  width: 100%;
}
.sp_nav_list > *:nth-child(1){
  border-top: 1px solid rgba(255, 255, 255, 0.309);
}
.sp_nav_list a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 25px;
  position: relative;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  transition: 0.3s;
}
.sp_nav_list a:hover{
  opacity: 0.6
}
.sp_nav_list_en{
    color: #FFF;
    display: inline-block;
    font-family: "Cormorant", serif;
    font-weight: normal;
    font-size: 15px;
}
.sp_nav_list_jp{
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  margin-left: 10px;
  line-height: 20px;
}
.sp_nav_list_jp:before{
  content: "/ ";
}
.sp_nav_list a:hover{
    color: #FFF
}
.sp_nav_list a:after{
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 2;
}
.sp_nav_list a:before{
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 1;
    animation:sp_nav_blink 1s ease infinite;
}
@keyframes sp_nav_blink{
    0% {
        opacity:1;
        transform: scale(1)
    }
    100% {
        opacity:0;
        transform: scale(3)
    }
}
.sp_nav_list_en{
    font-size: 23px;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    display: block;
    line-height: 1.4em;
}
.sp_nav_list_jp{
}
.mv{
    width: 100%;
    position: relative;
    padding-top: 190px;
}
.mv:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  background: url(img/mv_bg.jpg) center bottom;
  background-size: cover;
}
.mv:after{
  content: "";
  display: block;
  height: 20px;
  width: 70px;
  background: url(img/sample_txt.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.mv_txt{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
/*
.mv:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  background: url(img/mv_before.png) center bottom;
  background-size: cover;
}
*/
.mv_inner{
    max-width: 1380px;
    height: 100%;
    margin: 0 auto;
    padding-left: 90px;
    padding-top: 80px;
    padding-right: 30px;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 5s linear 0s normal both;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}

.slide-img{
  display: block;
}
.slide-img{
    width: 100%;
    height: 100%;
}
.slide-img_01{
    background: url(img/mv_slide_01.jpg) center center;
    background-size: cover;
}
.slide-img_02{
    background: url(img/mv_slide_02.jpg) center center;
    background-size: cover
}
.slide-img_03{
    background: url(img/mv_slide_03.jpg) center center;
    background-size: cover
}
.slide-img_04{
    background: url(img/mv_slide_04.jpg) center center;
    background-size: cover
}
.mv_txt_animation{
    display: block;
    height: 160px;
    width: 101%;
    position: absolute;
    top: 0;
    left: 0;
}
/*
.mv_txt_animation:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/mv_txt_animation_back.png) repeat-x 50%;
    background-size: auto 160px;
    animation: text_animation 16s linear infinite;
    z-index: -2;
    will-change: transform;
}
.mv_txt_animation:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/mv_txt_animation_front.png) repeat-x 50%;
    background-size: auto 160px;
    animation: text_animation 16s linear infinite;
    mix-blend-mode: multiply;
    z-index: 0;
    will-change: transform;
}
*/
@keyframes text_animation{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -2500px 0;
    }
}
header{
    padding: 0 10px 0;
    transition: 0.3s;
    z-index: 100;
    width: 100%;
    position: relative;
}
.header_logo{
    width: 405px;
    margin: 40px auto 25px;
}
.header_logo.open a img{
    transition: 0.3s;
}
.header_logo.open a img{
    opacity: 0;
}
.header_logo a{
    display: block;
    //background: url(img/logo_white.png) center center;
    background-size: cover;
}
.header_btn_list > *:nth-child(1) {
    margin-right: 10px;
}
.nav_contact_btn a{
    line-height: 46px;
    padding: 0 25px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    background: #003084;
    height: 46px;
    display: block;
    font-size: 14px;
// box-shadow: 0 1px 5px 0 rgba(16, 0, 81, 0.2), 0 1px 10px 0 rgba(16, 0, 86, 0.2);
    transition: 0.3s;
}
.nav_contact_btn.nav_contact_btn_con_light a{
  background: #376CB7;
}
.nav_contact_btn a:hover{
    color: #FFF;
    background: #203242
}
.menu_btn{
    background: #01AEF2;
    height: 66px;
    width: 66px;
    position: relative;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    transition: 0.3s;
    margin-left: 10px;
    cursor: pointer
}
.menu_btn:hover{
  box-shadow: 0 1px 5px 0 rgba(16, 0, 81, 0.2), 0 1px 10px 0 rgba(16, 0, 86, 0.2);
}
.menu_btn:hover{
    background: #203242
}
.menu_btn.open{
    background-image: linear-gradient(120deg, #d8e6ff 0%,#eef4ff 70%, #c8dbff 100%);
}
.menu_btn_inner > *{
    display: inline-block;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0;
    display: block;
    width: 100%;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
}
.menu_btn:after{
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 17px;
  left: 22px;
  background: url(img/menu_btn_inner_icon.png) center center;
  background-size: cover;
}
.menu_btn.open:after{
  background: url(img/menu_btn_inner_icon_after.png) center center;
  background-size: cover;
}
.menu_btn_inner > *:nth-child(1) > *{
    display: inline-block;
    transition-duration: 0.3s;
}
.menu_btn_inner > *:nth-child(2) > *{
    display: inline-block;
    transition-duration: 0.3s;
    transform: translateY(10px);
    opacity: 0;
    color: #01AEF2;
}
.menu_btn_inner > * > *:nth-child(1){
    transition-delay: 0s;
}
.menu_btn_inner > * > *:nth-child(2){
    transition-delay: 0.02s;
}
.menu_btn_inner > * > *:nth-child(3){
    transition-delay: 0.04s;
}
.menu_btn_inner > * > *:nth-child(4){
    transition-delay: 0.04s;
}
.menu_btn_inner > * > *:nth-child(5){
    transition-delay: 0.06s;
}
.sp_nav_btn.open .menu_btn_inner > *:nth-child(1) > *{
    transform: translateY(-10px);
    opacity: 0;
}
.sp_nav_btn.open .menu_btn_inner > *:nth-child(2) > *{
    transform: translateY(0);
    opacity: 1;
}
.view_scroll{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc( 100% - 10px );
    max-width: 1380px;
}
.view_scroll:after{
    content: "Scroll Down";
    font-family: "Cormorant", serif;
    position: absolute;
    top: -70px;
    left: 15px;
    transform: rotate(-90deg);
    font-size: 14px;
    font-weight: 400;
}
.view_scroll_line {
  width: 1px;
  height: 100px;
  background: #eeeeee;
  display: block;
  margin-left: 50px;
}
.view_scroll_line:before {
  content: "";
  width: 1px;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #ff7337;
  display: block;
  animation: downWipe 2s ease-in-out infinite;
}

@keyframes downWipe {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
#video{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 140vw;
    min-width: 1800px;
    margin: 0 auto;
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -4;
    opacity: 1;
}
#video.video_back{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
    height: auto;
    width: 140vw;
    min-width: 1800px;
    margin: 0 auto;
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -5;
    opacity: 0;
}
.video_bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -3;
    opacity: 1;
}
.contents_wrap{
    padding: 100px;
    transition: 0.5s;
    position: relative;
    transform: translateY(100px);
}
/*SECTION02*/
body.sec01 #sec01 .contents_wrap{
    transform: translateY(0);
}
.contents_wrap:after{
    content: "";
    display: block;
    height: 100%;
    width: calc( 100% - 100px );
    background: #FFF;
    border-radius: 50px;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: 0.8s;
}
.contents_wrap.contents_wrap_white:after{
    background: none
}
body.sec01 #sec01 .contents_wrap:after{
    width: 100%;
}
body.sec01 #video{
    opacity: 0;
    width: 200vw;
}
body.sec01 #video.video_bg{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 130vw;
    margin: 0 auto;
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -4;
    opacity: 0;
}
body.sec01 #video.video_back{
    opacity: 0.8;
}
/*SECTION02*/
body.sec02 #sec02 .contents_wrap{
    transform: translateY(0);
}
body.sec02 #sec02 .contents_wrap:after{
    width: 100%;
}
body.sec01.sec02 #video.video_back{
    opacity: 1; 
    mix-blend-mode: color-burn;
}
body.sec01.sec02 #video{
    opacity: 1;
    mix-blend-mode: color-burn;
}
/*-------------------------------------------------------------------------
BUTTON BASE
------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
TOP MESSAGE
------------------------------------------------------------------------*/
.top_message_content{
    width: calc( 100% - 660px )
}
.top_message_img{
    width: 600px;
}
.top_message_img_inner{
    border-radius: 30px;
    overflow: hidden;
}
.top_message_img_inner_txt{
    display: none;
}
.top_message_img_txt{
    display: none;
}
/*-------------------------------------------------------------------------
TOP SERVICE
------------------------------------------------------------------------*/

/*見出しテキスト*/
.midashi_txt_top_map{
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  color: #000000;
}
.num{
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 69px;
  color: #01AEF2;
  display: inline-block;
  padding: 0 5px;
  letter-spacing: 0;
}

.header_fixed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header_bg{
  display: block;
  height: 260px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 1;
  transition: 0.3s;
}
.header_outline_link{
  margin-right: 15px;
  text-align: right;
}
.header_outline_link li{
  line-height: 18px;
}
.header_outline_link li a{
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: inline-block;
}
.header_outline_link li a:after{
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-right: 1px solid #323232;
  border-top: 1px solid #323232;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: -14px;
}
.menu_btn{
  position: fixed;
  top: 14px;
  right: 15px;
  z-index: 120;
}
.gnav{
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
.main_nav{
  width: calc( 100% - 300px );
}
.main_nav li{
  width: 15%;
  position: relative;
}
.main_nav li.large{
  width: 18%;
}
.main_nav li a{
  transition: 0.3s;
  cursor: pointer
}
.main_nav li a:after{
  transition: 0.3s;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #01AEF2;
  position: absolute;
  top: 4px;
  left: calc( 50% - 3px );
  opacity: 0;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1);
}
.main_nav li a:hover:after,
body.kugayama .main_nav li:nth-child(1) a:after,
body.airdan .main_nav li:nth-child(2) a:after,
body.design .main_nav li:nth-child(3) a:after,
body.system .main_nav li:nth-child(4) a:after,
body.outline .main_nav li:nth-child(5) a:after,
body.flow .main_nav li:nth-child(6) a:after{
  opacity: 1;
}
.main_nav li a:hover,
body.kugayama .main_nav li:nth-child(1) a,
body.airdan .main_nav li:nth-child(2) a,
body.design .main_nav li:nth-child(3) a,
body.system .main_nav li:nth-child(4) a,
body.outline .main_nav li:nth-child(5) a,
body.flow .main_nav li:nth-child(6) a{
  color: #01AEF2;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1);
}
nav ul li a{
    font-family: "Noto Serif JP", serif;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    letter-spacing: 0;
}
.sp_nav_cta{
  margin-top: 20px;
}
.sp_nav_tel{
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-right: 20px;
}
.sp_nav_cta_btn{
  width: calc( 100% - 200px )
}
.sp_nav_cta_btn .btn_base_en{
  font-size: 10px;
}
.sp_nav_cta_btn .btn_base_jp{
  padding-left: 50px;
  font-size: 16px;
}
.sp_nav_tel a{
  display: block;
  color: #FFF;
}
.tel_btn_num_sp{
  font-size: 25px;
  font-weight: 300;
  dispay: block;
  width: 100%;
}
.tel_btn_txt_sp_small{
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0;
}
.tel_btn_txt_sp{
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1em;
}
.mv_point{
  background: url(img/mv_point_bg.jpg) center center;
  background-size: cover;
  padding: 40px 0 70px;
}
.mv_point_list{
  padding: 0 0 20px;
}
.mv_point_list > *{
  padding: 0 40px;
  width: 31%;
  position: relative;
}
.mv_point_list > *:nth-child(2){
  position: relative;
  width:37%;
  transform: translateY(-3px)
}
.mv_point_list > *:nth-child(2):before{
  content: "";
  display: block;
  height: 70%;
  width: 1px;
  background: #dddddd;
  position: absolute;
  top: 15%;
  left: 0;
}
.mv_point_list > *:nth-child(2):after{
  content: "";
  display: block;
  height: 70%;
  width: 1px;
  background: #dddddd;
  position: absolute;
  top: 15%;
  right: 0;
}
/*
.mv_point_list > *:nth-child(2):after{
  content: "";
  height: 50px;
  width: 1px;
  background: #eeeeee;
  display: block;
  position: absolute;
  top: calc( 50% - 25px );
  left: 0;
}
*/
.mv_point_strong{
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 30px 0;
}
.mv_point_strong_mini{
  font-size: 18px;
  margin-bottom: 0;
  display: block;
  line-height: 1.6em;
}
.mv_point_strong_big{
  font-size: 40px;
  line-height: 1.6em;
}

.mv_point_list_02{
  padding: 0 0 20px;
}
.mv_point_list_02 > *{
  padding: 0 5px;
  position: relative;
  text-align: center
}
.mv_point_list_02 > *:nth-child(1){
  width: 30%;
}
.mv_point_list_02 > *:nth-child(2){
  padding: 0 5px;
  width: 35%;
}
.mv_point_list_02 > *:nth-child(3){
  position: relative;
  width:35%;
}
.mv_point_list_02 > *:nth-child(2):before{
  content: "";
  display: block;
  height: 70%;
  width: 1px;
  background: #dddddd;
  position: absolute;
  top: 15%;
  left: 0;
}
.mv_point_list_02 > *:nth-child(2):after{
  content: "";
  display: block;
  height: 70%;
  width: 1px;
  background: #dddddd;
  position: absolute;
  top: 15%;
  right: 0;
}

.mv_point_list_02_A_mini{
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  transform: translateY(0)
}
.mv_point_list_02_A_normal{
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
}
.mv_point_list_02_A_num{
  font-size: 50px;
  line-height: 0.7em;
  color: #01AEF2;
  padding: 0 3px;
}
.mv_point_list_02_B_mini{
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  transform: translateY(0);
  margin-bottom: 10px;
}
.mv_point_list_02_B_normal{
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
}
.mv_point_list_02_B_num{
  font-size: 44px;
  line-height: 0.7em;
  color: #01AEF2;
  display: inline-block;
  padding: 0 3px;
}

.mv_point_list_02_C_mini{
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  transform: translateY(0);
  margin-bottom: 10px;
}
.mv_point_list_02_C_normal{
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
}
.mv_point_list_02_C_num{
  font-size: 38px;
  line-height: 0.7em;
  color: #01AEF2;
  display: inline-block;
  padding: 0 3px;
}
.mv_point_list_02_C_mini_mini{
  font-size: 16px;
}

.top_concept{
  position: relative;
  width: 100%;
  padding: 0;
}
.top_concept_img{
  width: calc( 50% - 40px );
  display: block;
  z-index: 1;
  padding: 70px 0 80px
}
.top_slide_wrap{
  position: relative;
  width: 100%;
  position: sticky;
  top: 30px;
  background: #000000;
}
#top_slide{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top_slide .swiper-slide:after{
  content: "";
  display: block;
  height: 20px;
  width: 70px;
  background: url(img/sample_txt.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.top_concept_content{
  width: 50%;
  margin-left: 40px;
  padding: 0 0 70px;
}
.top_concept:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url(img/top_concept_bg.jpg) center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.top_concept_content_strong{
  font-size: 16px;
  margin-bottom: 0;
  display: block;
  line-height: 1.6em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.top_concept_content_strong span{
  font-size: 25px;
  line-height: 1.6em;
  display: block;
  font-weight: 200;
  letter-spacing: 0;
}
.mv_point_btn_list > *:nth-child(1){
  margin-right: 30px;
}

.top_slide_num{
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size: 20px;
  color: #FFF;
  text-align: right;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1),0px 0px 5px rgba(0, 0, 0, 1),0px 0px 5px rgba(0, 0, 0, 1);
}
.top_slide_num_active{
  font-size: 25px;
}
.top_slide_num_total{
  font-size: 14px;
  display: inline-block;
  transform: translateY(3px);
}


.lower_design_txt{
  padding-bottom: 15px;
}
.lower_design_txt_img{
  max-width: 400px;
  margin: 0 auto 30px;
}
.lower_design_txt{
  max-width: 1000px;
  margin: 0 auto
}


.lower_airdan_txt_img{
  max-width: 220px;
  margin: 0 auto 30px;
}
.small_txt{
  font-size: 13px;
  margin-top: 0;
  display: block;
}
.small_txt a{
  color: #0079ff;
  text-decoration: underline;
}
.small_txt i{
  font-size: 11px;
}
.point_list{
  margin-bottom: 30px;
  max-width: 840px;
  margin: 0 auto 40px;
}
.point_list > *{
  width: calc( 33.33333% + 23px );
  aspect-ratio: 1 / 1;
  background: url(img/point_list_bg.jpg) center center;
  border-radius: 50%;
  position: relative;
  mix-blend-mode: multiply
}
.point_list > *:nth-child(2){
  margin: 0 -35px 0;
}
.point_list_num{
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 25px;
  color: #01AEF2;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc( 50% - 65px );
}
.point_list_num:after{
  font-size: 35px;
}
.point_list > *:nth-child(1) .point_list_num:after{
  content: "01";
}
.point_list > *:nth-child(2) .point_list_num:after{
  content: "02";
}
.point_list > *:nth-child(3) .point_list_num:after{
  content: "03";
}
.point_list_content{
  display: block;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.787);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: calc( 50% - 18px );
  width: 100%
}

.youtube_gallery{
  margin: 20px auto 0;
}
.youtube_gallery > *{
  width: calc( 33.33333% - 8px );
  margin-right: 12px;
  margin-bottom: 3px;
}
.youtube_gallery > *:nth-child(3n){
  margin-right: 0;
}
.youtube_gallery_list_before{
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
.youtube_gallery_list_before iframe{
 width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid #eeeeee;
}
.youtube_gallery_list_before:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.youtube_gallery_list_after{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.youtube_gallery_list_after.open .youtube_gallery_list_after_close{
  opacity: 1;
  visibility: visible
}	
.youtube_gallery_list_after.open{
  opacity: 1;
  visibility: visible
}
.youtube_gallery_list_after:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.youtube_gallery_list_after_inner{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 300;
  padding:0;
  z-index: 201;
  max-width: 780px;
}
.youtube_gallery_list_after_inner iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.youtube_gallery_list_after_close{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.youtube_gallery_list_after_close_before{
  display: block;
  height: 50px;
  width: 50px;
  border: 2px solid #01AEF2;
  position: absolute;
  top: calc( 50% - 300px );
  right: calc( 50% - 440px );
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1)
}
.youtube_gallery_list_after_close_after{
  height: 50px;
  width: 50px;
  content:"\f00d";
  font-family: FontAwesome;
  color: #01AEF2;
  position: absolute;
  top: calc( 50% - 300px );
  right: calc( 50% - 440px );
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}

/*-------------------------------------------------------------------------
BUTTON BASE
------------------------------------------------------------------------*/
.btn_base{
  max-width: 320px;
  width: 100%;
}
.btn_base > a{
  display: block;
  position: relative;
  background: #376CB7;
  color: #FFF;
  line-height: 1em;
  transition: 0.3s;
  cursor: pointer
}
.btn_base.btn_base_light a{
  background: #01AEF2;
}
.btn_base.btn_base_white a{
  background: #FFF;
  color: #01AEF2
}
.btn_base > a:after{
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  position: absolute;
  top: 50%;
  background: #FFF;
}
.btn_base > a:hover{
  background: #000000;
}
.btn_base.btn_base_light > a:hover{
  background: #000000;
}
.btn_base.btn_base_white > a:after{
  background: #01AEF2;
}
.btn_base.btn_base_white > a:hover{
  background: #376CB7;
  color: #FFF
}
.btn_base.btn_base_white > a:hover:after{
  background: #FFF;
}
.btn_base_en{
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-family: "Cormorant", serif;
  font-size: 10px;
}
.btn_base_jp{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: block;
  padding: 25px;
  font-size: 19px;
  font-weight: 200;
  text-align: center;
  transform: translateY(-1px) translateX(5px)
}
.whats_about_logo{
  max-width: 360px;
  margin: 0 auto 40px;
}
.ttl_01{
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 70px;
}
.ttl_01:after{
  content: "";
  display: block;
  height: 70px;
  width: 1px;
  background: #01AEF2;
  position: absolute;
  top: 0;
  left: 50%;
}
.ttl_01 span{
  font-family: "Cormorant", serif;
  font-size: 25px;
  font-weight: 300;
  color: #01AEF2;
  display: inline-block;
  padding: 3px 15px;
  margin: 0 auto;
}
.ttl_02 span{
  font-family: "Cormorant", serif;
  font-size: 45px;
  font-weight: 300;
  color: #01AEF2;
  display: inline-block;
  padding: 3px 15px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.whats_about{
  padding: 0 0 70px;
  position: relative;
  overflow: hidden
}
.whats_about:after{
  content: "";
  display: block;
  height: 100%;
  width: 96%;
  position: absolute;
  top: 0;
  left: 2%;
  background: url(img/whats_about_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom ;
  z-index: -1;
  opacity: 0.2
}

.whats_about_strong_txt{
  font-size: 29px;
  line-height: 1.6em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0;
  color: #000000
}
.whats_about_desc{
  //text-align: center
}
.whats_about{
  position: relative;
}
.whats_about_logo_name{
  width: 400px;
}
.whats_about_desc{
  text-align: center;
  line-height: 3em; 
}
.whats_about_content{
  margin: 0 auto;
}
.top_access_strong_txt{
  max-width: 400px;
  margin: 0 auto 20px
}
.top_concept_illust_01{
  width: 500px;
  margin: 20px auto;
}
.top_concept_content_img{
  max-width: 500px;
  margin: 0 auto 40px;
}
.btn_col01 > *{
  margin: 0 auto;
  width: 100%;
  max-width: 1900px;
  width: 100%;
}
.btn_col01 > *{
  margin-bottom: 10px;
}
.btn_col01 .btn_base a{
  width: 100%;
  margin: 0 auto
}
.top_airdan{
  padding: 0 0 70px;
}
.top_airdan_img{
  margin-top: 20px;
}
.top_airdan_img img{
  max-width: 230px;
  display: block;
  margin: -50px auto 0;
}
.top_airdan_illust{
  width: 300px;
}
.top_airdan_content{
  width: calc( 100% - 560px )
}
.top_access_img_list span{
  font-size: 12px;
  line-height: 1.6em;
  display: block;
  margin-top: 3px;
  text-align: right
}
.top_airdan .btn_base{
  margin: 0 auto
}

.footer_entry{
  background: #01AEF2;
  padding-bottom: 60px;
}
.footer_entry_ttl{
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 70px;
}
.footer_entry_ttl:after{
  content: "";
  display: block;
  height: 70px;
  width: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
}
.footer_entry_ttl_en{
  font-family: "Cormorant", serif;
  font-size: 45px;
  font-weight: 300;
  color: #FFF;
  display: block;
  padding: 3px 15px;
  margin: 0 auto;
  line-height: 1.6em;
}
.footer_entry_ttl_jp{
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-weight: 300;
}
.footer_nav ul > *{
  width: calc( 25% - 3px );
  margin-bottom: 3px;
  position: relative;
}
.footer_nav ul > * a{
  display: block;
  position: relative;
  transition: 0.3s;
  overflow: hidden
}
.footer_nav ul a > div{
  width: 100%;
  height: 100%;
  position: relative;
}
.footer_nav ul a > div:before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(21, 41, 50, 1);
  position: absolute;
  top: 0;
  opacity: 0.3;
  z-index: -1;
  transition: 0.3s;
}
.footer_nav ul a:hover > div:before{
  opacity: 0.5;
}
.footer_nav ul > * a > *{
  height: 100%;
  width: 100%;
  padding: 70px 0;
}
.footer_nav ul > * a > *{
  position: relative;
  z-index: 10;
}
.footer_nav ul > * a:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/top_concept_bg.jpg) center center;
  background-size: cover;
  opacity: 1;
  z-index: 3;
  mix-blend-mode: multiply
}
.footer_nav ul > * a:before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url(img/footer_nav_airdan.jpg) center center;
  background-size: cover;
  transition: 0.3s;
}
.footer_nav ul > *:nth-child(2) a:before{
  background: url(img/footer_nav_bowhousedesign.jpg) center center;
  background-size: cover;
}
.footer_nav ul > *:nth-child(3) a:before{
  background: url(img/footer_nav_system.jpg) center center;
  background-size: cover;
}
.footer_nav ul > *:nth-child(4) a:before{
  background: url(img/footer_nav_reservation.jpg) center center;
  background-size: cover;
}
.footer_nav ul > *:nth-child(5) a:before{
  background: url(img/footer_nav_map.jpg) center center;
  background-size: cover;
}
.footer_nav ul > *:nth-child(6) a:before{
  background: url(img/footer_nav_outline.jpg) center center;
  background-size: cover;
}
.footer_nav ul > *:nth-child(7) a:before{
  background: url(img/footer_nav_flow.jpg) center center;
  background-size: cover;
}
.footer_nav ul > *:nth-child(8) a:before{
  background: url(img/footer_nav_contact.jpg) center center;
  background-size: cover;
}
.footer_nav ul > * a:hover:before{
  transform: scale(1.2)
}
.pic_desc{
  width: 50px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.footer_nav_en{
  font-family: "Cormorant", serif;
  font-size: 35px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  display: block;
  z-index: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1);
  width: 100%;
}
.footer_nav_jp{
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1);
}
.footer_nav_btn {
  width: 40px;
  height:40px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 50%;
  -webkit-animation: loader 1s infinite linear;
      animation: loader 1s infinite linear;
      background: rgba(0, 0, 0, 0.147)
}
@-webkit-keyframes loader {
  from {
  transform: rotate(0deg);
  }
  to {
  transform: rotate(360deg);
  }
}
.footer_nav_btn_arrow{
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  bottom: 27px;
  right: 27px;
}
.footer_entry_btn_list .btn_base{
  max-width: 350px;
  width: 100%;
}
.footer_entry_btn_list > *:nth-child(2){
  margin-right: 10px;
}
.tel_btn{
  font-family: "Noto Serif JP", serif;
  width: 270px;
  text-align: center;
}
.tel_btn a{
  display: block;
  color: #FFF;
}
.tel_btn_num{
  font-size: 35px;
  font-weight: 300;
  dispay:	block;
  width: 100%;
}
.tel_btn_txt{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.6em;
}
.footer_entry_link li:nth-child(1){
  margin-right: 30px;
}
.footer_entry_link li a{
  font-size: 13px;
  position: relative;
  display: inline-block;
  line-height: 18px;
  color: #FFF;
  transition: 0.3s;
}
.footer_entry_link li a:hover{
  opacity: 0.5;
}
.footer_entry_link li a:after{
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: -14px;
}

.footer_entry{
  margin-top: 70px;
}
.footer_chuki{
  padding: 30px 0;
}
.chuki_list > *{
  margin-bottom: 5px;
}
.chuki_list > *:last-child{
  margin-bottom: 0;
}
.chuki,
.chuki_num{
  font-size: 12px;
  position: relative;
  line-height: 1.7em;
  padding-left: 16px;
}
.chuki:after,
.chuki_num:after{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.chuki_num{
  text-indent: -18px;
  margin-left: 18px;
}
.top_concept{
  position: relative;
  width: 100%;
  padding: 0;
}
.sp_map{
  display: none;
  margin: 20px auto;
}
.top_access_right{
  width: calc( 60% - 80px );
  display: block;
  z-index: 1;
  padding: 70px 0 80px;
}
.top_access_right_fixed{
  position: relative;
  width: 100%;
  position: sticky;
  top: 0;
  padding-top: 70px;
}
.top_access_left{
  width: 40%;
  margin-right: 80px;
  padding: 0 0 70px;
}
.top_access_left .btn_base.btn_base_light{
  margin: 0 auto 30px;
  display: none;
}
.top_access_img_list > *{
  width:100%;
  margin-bottom: 20px;
}
.top_access_img_list > *:last-child{
  margin-bottom: 0;
}
.top_access_right .btn_base{
  margin: 30px auto 0;
}
footer a{
  transition: 0.3s;
}
footer a:hover{
  opacity: 0.6
}
.footer_logo{
  width: 200px;
}
.footer_address{
  color: #f8f8f8;
  text-align: center;
}
.footer_logo{
  width: 180px;
  margin-bottom: 10px;
}
.footer_address dt{
  display: inline-block;
  position: relative
}
.footer_address dt:after{
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background: rgba(187, 187, 187, 0.653);
  position: absolute;
  top: 16px;
  left: -40px;
}
.footer_address dt:before{
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background: rgba(187, 187, 187, 0.653);
  position: absolute;
  top: 16px;
  right: -40px;
}
.footer_address a{
  color: #f8f8f8;
}
.footer_address a i{
  font-size: 12px;
}
address{
  font-style: normal;
}
.footer_logo{
  margin: 0 auto 30px;
}
.footer_menu{
  margin-top: 40px;
}
.footer_menu > *{
}
.footer_menu > * a{
  line-height: 1em;
  border-right: 1px solid rgba(248, 248, 248, 0.48);
  padding: 0 20px;
  color: #f8f8f8
}
.footer_menu > * a i{
  font-size: 12px;
}
.footer_menu > *:nth-child(1) a{
  border-left: 1px solid rgba(248, 248, 248, 0.48);
}
.footer_foot_banner_img{
  width: 220px;
  display: block
}
.footer_foot_banner{
  margin-top: 30px;
}
.footer_foot_banner ul > li{
  margin-right: 20px;
}
.footer_foot_banner ul > li:last-child{
  margin-right: 0;
}
.footer_foot_banner_head{
  margin-top: 20px;
}
.footer_foot_banner .footer_sns_link i{
  font-size: 22px;
  color: #FFF;
  transform: translateY(1px)
}
.footer_sns_link{
  margin-left: 10px;
}
.footer_sns_link > *{
  margin-right: 8px;
}
.footer_sns_link > *:last-child{
  margin-right: 0;
}
.footer_sns_link i{
  font-size: 18px;
  color: #FFF;
  transform: translateY(1px)
}
.footer_head_banner{
  padding: 15px 0;
  margin: -50px auto 30px;
}
.footer_head_banner ul > *{
  margin-right: 15px;
  width: 260px;
}
.footer_head_banner ul > *:first-child{
  margin-left: auto;
}
.footer_head_banner ul > *:last-child{
  margin-right: auto;
}
.footer_head_banner span{
  color: #FFF;
  display: block;
  font-size: 14px;
}
.footer_head_banner i{
  font-size: 11px;
  transform: translateY(-1px) translateX(8px)
}
/*-------------------------------------------------------------------------
FOOTER CONTACT
------------------------------------------------------------------------*/
.footer_contact{
    padding: 0 20px 100px;
    background: #FFF;
    position: relative;
    z-index: 3;
}
.footer_contact:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: -1;
}
.footer_contact:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/body_bg.jpg) bottom center no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.3;
}
.footer_contact a{
    display: block;
    padding: 60px 0;
    text-align: center;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(255, 186, 156, 0.514), 0 1px 10px 0 rgba(255, 186, 156, 0.54);
    transition: 0.6s;
}
.footer_contact a:hover{
    box-shadow: 0 2px 10px 0 rgba(116, 116, 116, 0.514), 0 2px 20px 0 rgba(87, 87, 87, 0.54);
}
.footer_contact a:before{
    content: "";
    display: block;
    height: 110%;
    width: 110%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/lower_contact_bg_hover.jpg) center center;
    background-size: cover;
    opacity: 1;
    z-index: -4;
    transition: 0.6s;
    transform: scale(1.3);
    opacity: 0;
}
.footer_contact a:hover:before{
    transform: scale(1);
    opacity: 1;
}
.footer_contact a:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/lower_contact_bg.jpg) center center;
    background-size: cover;
    opacity: 1;
    z-index: -3;
    transition: 0.6s;
}
.footer_contact a:hover:after{
    transform: scale(1.5);
    opacity: 0;
}
.footer_contact_ttl_en{
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 50px;
    display: block;
    margin-bottom: 25px;
    color: #ff7337;
    transition: 0.6s;
}
.footer_contact_ttl_jp{
    font-weight: 500;
}
.footer_contact_head p{
    color: #717171;
    transition: 0.6s;
}
.footer_contact a:hover .footer_contact_ttl_en{
    color: #FFF;
}
.footer_contact a:hover .footer_contact_head p{
    color: #FFF;
}
.footer_contact_btn_arrow{
    display: block;
    background-image: linear-gradient(120deg, #ebebeb 0%,#f4f4f4 70%, #ffffff 100%);
    box-shadow: 0 2px 10px 0 rgba(255, 158, 158, 0.737), 0 2px 10px 0 rgba(255, 239, 232, 0.718);
    border-radius: 30px;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #ff7337;
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto;
    transition: 0.6s;
}
.footer_contact a:hover .footer_contact_btn_arrow{
    transform: scale(1.4) translateY(5px)
}
.footer_contact_btn_arrow:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    animation:blink 1s ease infinite;
    background: #ff7337;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 50px;
}
.footer_contact_btn_arrow:before{
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(img/lower_contact_btn.png) center center;
    background-size: cover;
    border-radius: 50%;
}
/*-------------------------------------------------------------------------
TITLE
------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------*/
footer{
    padding: 70px 0 60px;
    background: #2f4559;
}

small{
  display: block;
  background: #FFF;
  padding: 10px 10px;
  font-size: 12px;
  border-top: 1px solid rgba(222, 222, 222, 0.081);
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-align: center;
  color: #dedede;
  background: #2f4559;
}
.cyuki_mini_txt{
  font-size: 9px; 
  font-family: arial, sans-serif;
}
.lower_header{
  padding: 240px 0 140px;
  width: 100%;
  background: url(img/lower_header_contact.jpg) center center;
  background-size: cover;
  position: relative;
}
.lower_header.system{
  background: url(img/lower_header_system.jpg) center center;
  background-size: cover;
}
.lower_header.flow{
  background: url(img/lower_header_flow.jpg) center center;
  background-size: cover;
}
.lower_header.airdan{
  background: url(img/lower_header_airdan.jpg) center center;
  background-size: cover;
}
.lower_header.outline{
  background: url(img/lower_header_outline.jpg) center center;
  background-size: cover;
}
.lower_header.design{
  background: url(img/lower_header_design.jpg) center center;
  background-size: cover;
}
.lower_header.system{
  background: url(img/lower_header_system.jpg) center center;
  background-size: cover;
}
.lower_header.plan{
  background: url(img/lower_header_plan.jpg) center center;
  background-size: cover;
}
.lower_header:after{
  content: "";
  display: block;
  height: 180px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
.lower_header_chuki{
  display: block;
  height: 20px;
  width: 70px;
  background: url(img/sample_txt.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 90px;
  right: 10px;
  z-index: 11;
  opacity: 0.7
}
.lower_header_chuki_image{
  background: url(img/image_txt.png) center center no-repeat;
  background-size: auto 100%;
}
.lower_header_chuki_design{
  background: url(img/design_txt.png) center center no-repeat;
  background-size: auto 100%;
}
.lower_header_ttl{
  position: relative;
  z-index: 10;
  color: #FFF;
  text-align: center;
}
.lower_header_ttl:after{
  content: "";
  display: block;
  height: 130px;
  width: 1px;
  background: #FFF;
  position: absolute;
  bottom:-150px;
  left: 50%;
}
.lower_header_ttl_en{
  font-size: 40px;
  font-family: "Cormorant", serif;
  font-weight: 300;
  display: block;
  width: 100%;
  text-shadow: 0px 0px 10px rgba(0, 34, 145, 0.8),0px 0px 10px rgba(0, 64, 132, 0.8);
}
.lower_header_ttl_jp{
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  display: inline-block;
  background: #01AEF2;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 15px;
}
.lower_contents{
  padding: 60px 0;
}
.flow_list_content_txt p{
  margin-bottom: 15px;
  line-height: 1.6em;
}
.flow_list_contact_tel a{
  display: inline-block;
  text-align: center;
}

.flow_list p a{
  text-decoration: underline;
  color: #0079ff 
}
.flow_list_contact_tel a{
  display: inline-block;
  text-align: center;
}
.flow_list > *{
  border: 1px solid #dddddd;
  padding: 25px;
  margin-bottom: 30px;
}
.flow_list_step{
  width: 100px;
  padding-right: 30px;
}
.flow_list_content{
  width: calc( 100% - 100px );
  padding-left: 30px;
}
.flow_list_step{
  text-align: center;
}
.flow_list_step_txt{
  font-size: 20px;
  font-family: "Cormorant", serif;
  display: block;
  line-height: 1em;
}
.flow_list_step_num{
  font-size: 50px;
  content: "1";
  font-family: "Cormorant", serif;
  display: block;
  width: 100%;
}
.flow_list_content_img{
  width: 70px;
  margin-right: 20px;
}
.flow_list_content{
  border-left: 1px solid #dddddd
}
.flow_list_content_txt{
  width: calc( 100% - 90px );
}
.flow_list_content_ttl{
  font-size: 18px;
  color: #01AEF2
}
.flow_list_content_txt > *:last-child{
  margin-bottom: 0;
}
.lower_ttl{
  text-align: center
}
.lower_ttl_jp{
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  display: inline-block;
  font-size: 26px;
  padding: 0 20px;
  margin-bottom: 25px;
}
.txt_c{
  text-align: center
}
.lower_ttl_en{
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  color: #01AEF2;
  display: block;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.tel_btn_contact{
  text-align: center;
  margin-top: -20px;
}
.tel_btn_num_contact{
  font-size: 35px;
  font-weight: 600;
  dispay: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.tel_btn_txt_contact_small{
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0;
}
.tel_btn_txt_contact{
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1em;
}
.lower_contents_bdr{
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.lower_outline_logo{
  width: 200px;
  margin: 0 auto 30px;
}

.table_type02 {
  border: 1px solid #eeeeee;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px
}
.table_type02.last {
  margin-bottom: 0;
}
.table_type02 tr {
  border-bottom: 1px solid #eeeeee
}

.table_type02 tr th {
  width: 200px;
  vertical-align: middle;
  background: #01AEF2;
  color: #FFF;
  line-height: 1.8em;
}

.table_type02 tr td {
  text-align: left;
  line-height: 1.8em;
}

.table_type02_title {
  display: block;
  font-weight: bold
}

.table_indent {
  margin-left: 1.2em;
  margin-top: -20px
}

.table_indent ul li {
  text-indent: -1.1em;
  padding-left: 1.1em
}

.fukuri_list li {
  text-indent: -1.1em;
  padding-left: 1.1em
}
.table_type02 a{
    text-decoration: underline;
    color: #0079ff 
}
@media only screen and (min-width: 751px) {
  .table_type02 tr th {
  width: 200px;
  padding: 20px
  }
  .table_type02 tr td {
  padding: 20px 40px;
  font-size: 14px
  }
}

@media only screen and (max-width: 750px) {
  .table_type02 tr th {
  width: 100%;
  padding: 20px
  }
  .table_type02 tr th, .table_type02 tr td {
  display: block
  }
  .table_type02 tr th {
  padding: 10px 15px
  }
  .table_type02 tr td {
  padding: 20px 15px
  }
}
.lower_map{
  margin-top: 40px;
}
.lower_map_ttl{
  text-align: center;
  margin-bottom: 5px;
}
.lower_map_catch_list > *:nth-child(1){
  margin-right: 20px;
}
.lower_map_catch_list > *:last-child{
  margin-right: 0;
}
.lower_map_ttl{
  text-align: center;
  margin-bottom: 5px;
}
.lower_map_ttl span{
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.lower_map_strong_txt{
  margin: 20px auto;
  text-align: center;
}
.lower_map_strong_txt span{
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.6em;
  background: #01AEF2;
  color: #FFF;
  display: inline-block;
  padding: 6px 15px 8px;
}

.lower_map_wrap > *{
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.lower_map_wrap_img{
  width: calc( 40% - 30px );
  margin-right: 30px;
  position: relative
}
.lower_map_wrap_content{
  width: 60%
}
.lower_map_list_child_ttl{
  display: inline-block;
  padding: 6px 12px;
  background: #01AEF2;
  color: #FFF;
  line-height: 1em;
  font-size: 13px;
}
.lower_map_list_child > *{
  margin-right: 20px;
  margin-bottom: 5px;
  padding-left: 16px;
  position: relative;
  line-height: 1.6em;
}
.lower_map_list_child > *:after{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 8px;
  width: 8px;
  background: #01AEF2;
  border-radius: 50%;
}
.lower_map_list li > *{
  margin-bottom: 5px;
}
.lower_map_list li > *:last-child{
  margin-bottom: 0;
}
.lower_map_list_ttl{
  position: relative;
  margin-bottom: 5px;
}
/*
.lower_map_list_ttl:after{
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background: #01AEF2;
  position: absolute;
  top: calc( 50% - 1px );
  left: 0;
}
*/
.lower_map_list_ttl_jp{
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.4em;
}
.lower_map_list_ttl_en{
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    color: #01AEF2;
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
}
.lower_map_illust{
  max-width: 800px;
  margin: 50px auto 50px;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  margin-bottom: 30px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------------------------
MODEL PLAN
------------------------------------------------------------------------*/

.lower_gallery_list > *{
  margin-bottom: 90px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eeeeee;
}
.lower_gallery_list > *:last-child{
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.lower_gallery_list_ttl{
  display: inline-block;
  padding: 2px 20px;
  background: #01AEF2;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 17px;
}
.lower_gallery_list_content_floor_ttl{
  font-size: 50px;
  line-height: 1em;
  font-family: "EB Garamond", serif;
}
.lower_gallery_list_content_floor_ttl_mini{
  font-size: 30px;
}
.lower_gallery_list_content_floor_img{
  width: 400px;
  position: relative;
}
.lower_gallery_list_content_floor_img:after{
  content: "";
  display: block;
  height: 20px;
  width: 70px;
  background: url(img/sample_txt.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 11;
  opacity: 0.7
}
.lower_gallery_list_content_floor_txt{
  margin-left: 30px;
  width: calc( 100% - 430px )
}
.lower_gallery_list_content_floor_ttl{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  position: relative
}
.lower_gallery_list_content_floor_ttl:after{
  content: "";
  background: #01AEF2;
  height: 1px;
  width: 70px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.lower_gallery_list_content_floor_ttl_desc{
  line-height: 1.6em;
  margin-bottom: 0;
}
.lower_gallery_list_content_floor_ttl_desc strong{
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 10px;
  display: block;
}
.lower_gallery_list_content_floor_ttl_desc span.chuki{
  line-height: 1.3em;
}
.lower_gallery_list_img_list{
  margin-top: 20px;
}
.lower_gallery_list_img_list > *{
  width: calc( 25% - 9px );
  margin-right: 12px;
  margin-bottom: 12px;
}
.lower_gallery_list_img_list > *:nth-child(4n){
  margin-right: 0;
}
.lower_gallery_list_img_list.lower_gallery_list_img_list_03  > *{
  width: calc( 33.3333% - 8px );
  margin-right: 12px;
  margin-bottom: 12px;
}
.lower_gallery_list_img_list_03 > *:nth-child(3n){
  margin-right: 0;
}
.lower_gallery_list_img_list_before{
  padding: 5px;
  border: 1px solid #eeeeee;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.lower_gallery_list_img_list_before:before{
  content: "";
  display: block;
  height: 20px;
  width: 70px;
  background: url(img/sample_txt.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 11;
  opacity: 0.7
}
.lower_gallery_list_img_list_before.lower_gallery_list_img_list_before_none:before{
  display: none;
}
.lower_gallery_list_img_list_before_design:before{
  background: url(img/design_txt.png) center center no-repeat;
  background-size: auto 100%;
}
.lower_gallery_list_img_list_before:hover{
  opacity: 0.6;
}
.lower_gallery_list_img_list_before:after{
  content: "";
  height: 25px;
  width: 25px;
  content:"\f002";
  font-family: FontAwesome;
  color: #FFF;
  background: #01AEF2;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  text-align: center;
  line-height: 25px;
}
.lower_gallery_list_img_list_after{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.lower_gallery_list_img_list_after.open{
  opacity: 1;
  visibility: visible
}
.lower_gallery_list_img_list_after:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.lower_gallery_list_img_list_after_inner{
  max-width: 750px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 210;
  padding: 70px;
}
.lower_gallery_list_img_list_after_inner_tate{
  max-width: 510px;
}
.lower_gallery_list_img_list_after_inner_sample{
  display: block;
  height: 20px;
  width: 70px;
  background: url(img/sample_txt.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 70px;
  right: 70px;
  z-index: 11;
  opacity: 0.7
}
.lower_gallery_list_img_list_after_inner_design{
  background: url(img/design_txt.png) center center no-repeat;
  background-size: auto 100%;
}
.lower_gallery_list_img_list_after_inner:after{
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  border: 2px solid #01AEF2;
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1)
}
.lower_gallery_list_img_list_after_inner:before{
  content: "";
  height: 50px;
  width: 50px;
  content:"\f00d";
  font-family: FontAwesome;
  color: #01AEF2;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}

.ttl_03{
  text-align: center;
  margin-bottom: 15px;
}
.ttl_03_en{
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 300;
  color: #01AEF2;
  display: inline-block;
  padding: 3px 15px;
  margin: 0 auto;
}
.ttl_03_jp{
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: normal;
  display: block;
  line-height: 1.6em;
}
.ttl_03_jp_big{
  font-size: 40px;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #01AEF2;
  color: #FFF;
  border-radius: 50%;
  margin: 0 6px;
  padding-left: 2px;
  text-align: center;
}
.lower_system_txt{
  max-width: 1000px;
  margin: 0 auto;
}
.lower_contents_select_07{
  background: rgba(1, 174, 242, 0.091);
  background-size: cover;
  padding: 50px 0;
  margin-top: 40px;
}
.system_point_list{
  margin: 30px auto 0;
}
.system_point_list > *{
  margin-bottom: 30px;
}
.system_point_list > * > *{
  padding: 30px 50px 50px;
  background: #FFF;
}
.system_point_list > *:nth-child(even) > *{
  flex-direction: row-reverse;
}
.system_point_list > *:last-child{
  margin-bottom: 0;
}
.system_point_list_content{
  width: calc( 100% - 460px )
}
.system_point_list_img{
  width: 440px;
  margin-top: 60px;
}
.system_point_list_num{
  font-family: "EB Garamond", serif;
  font-size: 35px;
  line-height: 1.3em;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #01AEF2;
}
.system_point_list_ttl{
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: normal;
  display: block;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.system_point_list_content .chuki{
  display: block;
}
.system_point_list_content > *:last-child{
  margin-bottom: 0;
}
.system_point_list_img_full{
  width: 100%;
  margin-top: 10px;
}
.system_point_list_img_full > *{
  margin: 0 auto;
}
.system_point_list_img_full > *:last-child{
  margin-bottom: 0;
}
.system_point_list_img_chosei{
  margin-top: 20px;
}
.img_chuki{
  position: relative;
}
.img_chuki:after{
  content: "";
  display: block;
  height: 20px;
  width: 70px;
  background: url(img/sample_txt.png) center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 11;
  opacity: 0.7
}
.img_chuki_image.img_chuki:after{
  background: url(img/image_txt.png) center center no-repeat;
  background-size: auto 100%;
}

.table_type02_dl_coron dt{
  width:43px;
}
.table_type02_dl_coron dd{
  width:calc( 100% - 43px );
  padding-left: 10px;
  position: relative
}
.table_type02_dl_coron dd:after{
  content: "：";
  position: absolute;
  top: 0;
  left: -5px;
}
.table_type02_dl_coron_span{
  position: relative;
  display: block;
}
.table_type02_dl_coron_span:after{
  content: "：";
  position: absolute;
  top: 0;
  left: -15px;
}
/*-------------------------------------------------------------------------
CONTACT
------------------------------------------------------------------------*/
.lower_contact_wrap{
    max-width: 980px;
    margin: 0 auto;
}
.form_3{
  width: 100%;
  border-collapse: collapse;
}
.form_3 tr{
  border-bottom: 1px solid #eeeeee;
}
.form_3 th,
.form_3 td {
  position: relative;
  text-align: left;
  padding: 25px 0 25px 0;
}
.form_3 tr:first-child th,
.form_3 tr:first-child td{
}
.form_3 th{
  width: 280px;
  padding-right: 30px;
  line-height: 1.6em;
}
.form_3 .fix-txt{
  margin-top: 30px;
  line-height: 1.8em;
}
.form_3 .fix-txt a{
  display: block;
  line-height: 1.8em;
  color: #4e4d4d;
  font-size: 25px;
  margin-top: 40px;
}
.form_3 .fix-txt a i{
  color: #FFAB00;
}
.form_3 .fix-title{
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_3 input[type="text"], 
.form_3 input[type="submit"],
.form_3 input[type="tel"],
.form_3 input[type="search"],
.form_3 input[type="email"],
.form_3 input[type="mail"],
.form_3 input[type="password"],
.form_3 textarea, 
.form_3 button,
.form_3 select{
  outline: 0;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  outline: 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
  border-radius: 2px;
 }
.form_3 textarea{
  height: 10em;
}
.form_3 input[type="text"]:focus,
.form_3 input[type="tel"]:focus,
.form_3 input[type="email"]:focus,
.form_3 select:focus,
.form_3 textarea:focus{
  border-color: #ff0000;
  }
  
.form_3 input[type="text"].size_01,
.form_3 input[type="tel"].size_01,
.form_3 input[type="email"].size_01,
.form_3 select.size_01,
.form_3 textarea.size_01,
.form_3 .select_wrap.size_01{
  max-width: 80px;
  margin-left: 0;
}
.form_3 input[type="text"].size_02,
.form_3 input[type="tel"].size_02,
.form_3 input[type="email"].size_02,
.form_3 select.size_02,
.form_3 textarea.size_02,
.form_3 .select_wrap.size_02{
  max-width: 150px;
  margin-left: 0;
}
.form_3 input[type="text"].size_03,
.form_3 input[type="tel"].size_03,
.form_3 input[type="email"].size_03,
.form_3 select.size_03,
.form_3 textarea.size_03,
.form_3 .select_wrap.size_03{
  max-width: 200px;
  margin-left: 0;
}
.form_3 input[type="text"].size_04,
.form_3 input[type="tel"].size_04,
.form_3 input[type="email"].size_04,
.form_3 select.size_04,
.form_3 textarea.size_04,
.form_3 .select_wrap.size_04{
  max-width: 350px;
  margin-left: 0;
}
.form_3 input.hissu,
.form_3 textarea.hissu,
.form_3 select.hissu{
 background: rgba(255, 231, 231, 1)
}
/*---selectBox---*/
.form_3 select {
  width: 100%;
  background-position: right 10px center;
  background-size: 20px 20px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  position: relative;
  }

.form_3 .select_wrap{
  position: relative;
}
.form_3 .select_wrap:after{
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #01AEF2;
  border-right: 2px solid #01AEF2;
  transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 6px );
  right: 10px;
  z-index: 1;
}
.form_3 .required{
  background: red;
  display: inline-block;
  font-size: 10px;
  padding: 0 10px;
  line-height: 1.8em;
  color: #FFF;
  margin-left: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  background: #ff0000
}
.form_3 .any{
  background: red;
  display: inline-block;
  font-size: 10px;
  padding: 0 10px;
  color: #aeaeae;
  background: #F1F1F2;
  border: 1px solid #DDDDDD;
  margin-left: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
}
/*---radioBox---*/
.form_radio span{
  display: inline-block;
  margin: 5px;
}
.form_3 .form_radio input[type="radio"]{
  display: none;
}
.form_3 .form_radio label{
  cursor: pointer;
  padding-right: 15px;
  color: #b0b0b0;
  font-weight: bold;
  
}
.form_3 .form_radio label .mwform-radio-field-text:before{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
  color: #BF9F00;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
  content:"\f05d";
  font-family: FontAwesome;
  color: #BF9F00;
}
/*---radioBox---*/
.privacy_chack{
  margin: 60px auto;
  text-align: center;
}
.error{
  color: #ff0000;
  font-size: 12px;
  margin: 3px auto 0;
  font-style: normal !important
}
.form_3_chuki{
  padding: 30px 0 0;
  text-align: center;
}
.form_3_chuki a{
  text-decoration: underline;
  color: #0079ff 
}
/*after_chekbox*/
.after_chekbox{
}
.after_chekbox > *{
  margin-left: 14px;
}
.after_chekbox > *:nth-child(1){
  margin-left: 0;
}
.after_chekbox_wrap{
  margin-left: -20px;
}
.after_chekbox_wrap > span{
  display: inline-block;
  font-size: 17px;
  padding: 0 6px;
}
/*RADIO BUTTON*/

.radio_btn01 input{
  display: none;
}
.radio_btn01{
  padding-left: 26px;
  position: relative;
  margin-right: 15px;
}
.radio_btn01_wrap .radio_btn01:last-child{
  margin-right: 0;
}
.radio_btn01 span:after{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.radio_btn01 span:before{
  content:"\f058";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #01AEF2;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.radio_btn01 input[type="radio"]:checked + span:before{
  opacity: 1;
}
/*FLOW STEP*/
.lower_contact_step_chart{
  margin: 30px auto 10px;
}
.lower_contact_step_chart ul{
  position: relative;
}
.lower_contact_step_chart li{
  position: relative;
  padding: 12px 0 15px;
  width: calc( 33% - 6px );
  text-align: center;
  margin-right: 9px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  line-height: 1em;
  font-weight: bold;
  background: #f8f8f8;
  letter-spacing: 0.02em;
  color: #aaaaaa;
  z-index: 1;
  font-size: 14px;
}
.lower_contact_step_chart li:after{
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 0;
}
.lower_contact_step_chart li:nth-child(2).active:after,
.lower_contact_step_chart li:nth-child(3).active:after{
  background: #01AEF2;
}
.lower_contact_step_chart li:last-child{
  margin-right: 0;
}
.lower_contact_step_chart li:first-child:after{
  display: none;
}
.lower_contact_step_chart li span{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  display: block;
  line-height: 1em;
  font-size: 13px;
  margin-bottom: 6px;
}
.lower_contact_step_chart li.active{
  background: #01AEF2;
  color: #FFF;
}
.contact_confirm_submit{
  margin-top: 20px;
}
.contact_confirm_submit li:nth-child(1){
  margin-bottom:20px;
}
/*CHECK BOX*/
.check_box01 input{
 opacity:0;height:0;width:0; padding:0; min-height:1px; border:0; border-radius:0; font-size:0;display: inline
 }
.check_box01{
  padding-left: 27px;
  position: relative;
}
.check_box01 span{
  font-weight: bold;
}
.check_box01 span:after{
  content:"\f096";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 23px;
  position: absolute;
  top: -5px;
  left: 0;
}
.check_box01 span:before{
  content:"\f14a";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #01AEF2;
  font-size: 23px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
  opacity: 1;
}
/*CHECK BOX*/
.check_box_multi li{
  margin-right: 16px;
  margin-bottom: 0;
  line-height: 1.8em;
}
.check_box02 input{
   opacity:0;height:0;width:0; padding:0; min-height:1px; border:0; border-radius:0; font-size:0;display: inline
}
.check_box02{
  padding-left: 22px;
  font-size: 13px;
  position: relative;
  letter-spacing: 0em;
}
.check_box02 span:after{
  content:"\f096";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 16px;
  position: absolute;
  top: -6px;
  left: 0;
}
.check_box02 span:before{
  content:"\f14a";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #01AEF2;
  font-size: 16px;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.check_box02 input[type="checkbox"]:checked + span:before{
  opacity: 1;
}
.contact_btn.submit{
  margin: 50px auto 30px;
}
.contact_btn_inner{
  width: 270px;
  margin: 0 auto;
  position: relative;
}
.contact_btn_inner:before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #01AEF2;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 1;
}
.contact_btn_inner:after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 0;
}
.contact_btn.contact_btn_back .contact_btn_inner:before{
  background: #818181;
}
.contact_btn.contact_btn_back .contact_btn_inner:after{
  background: #000000;
}
.contact_btn_inner:hover:before{
  width: 0;
}
.contact_btn a,
.contact_btn input{
  display: block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact_btn a{
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.thanks_btn li:nth-child(1){
  margin-right: 20px;
}
/*CUSTOM*/
.radio_btn01_wrap_one_row .radio_btn01{
  width: 100%;
  display: block;
  margin-bottom: 3px;
}
.radio_btn_check-input_radio{
}
.radio_btn_check-input_input{
  width: 100%;
  max-width: 220px;
  margin-top: -8px;
}
body .radio_btn_check-input_input input{
  outline: 0;
  width: 100%;
  display: inline-block;
  padding: 8px 15px !important;
  margin: 0 auto 0;
  outline: 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
  border-radius: 5px;
}
.form_3_input_col > *{
  margin-right: 15px;
}
.form_3_input_col_half_ttl{
  font-weight: bold;
  margin-bottom: 3px;
}
.check_select-input label{
  width: 140px;
}
.form_3 .check_select-input select,
.form_3 .check_select-input input[type="text"]{
  width: 220px !important;
  padding: 6px 10px !important;
  margin: 4px auto;
  font-size: 14px;
}
.check_select-input select{
  margin-top: 0;
}
.check_select-input .check_box02 span:after{
  content:"\f096";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 0;
}
.check_select-input .check_box02 span:before{
  content:"\f14a";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #01AEF2;
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.check_box_multi{
}
.check_box_multi.area li{
  margin-bottom: 10px;
}
.check_box_multi.shubetsu li:last-child,
.check_box_multi.area li:last-child{
  margin-bottom: 0;
}
.form_ttl_small{
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  transform: translateY(2px)
}
.form_ttl_chuki{
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}
.check_box01_inner{
  padding: 0 20px 0;
  background: #FFF;
  display: block;
  margin: -20px auto 18px;
  width: 150px;
}
.check_box01_wrap .check_box01 span:after{
  transform: translateY(-3px)
}
.check_box01_wrap .check_box01 span:before{
  transform: translateY(-3px)
}
.form_3_birthday > *{
  margin-right: 10px;
}
//2025
.form_3_birthday > *:nth-child(1){
  width: 80px;
  border: 1px solid #000000
}
.form_3_birthday > *:nth-child(1) input{
  width: 80px;
}
//月日年
.form_3_birthday > *:nth-child(2),
.form_3_birthday > *:nth-child(4),
.form_3_birthday > *:nth-child(6){
  width: 20px;
}
//11 01
.form_3_birthday > *:nth-child(3),
.form_3_birthday > *:nth-child(5){
  width: 50px;
  text-align: center
}
.send_btn_list{
  margin-top: 30px;
}
.send_btn_list > *{
  margin-bottom: 15px;
}
.send_btn_list > *:last-child{
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .contact_wrap{
    padding: 30px 15px 15px;
  }
  .form_3 th,
  .form_3 td{
    display: block;
    width: 100%;
  }
  .form_3 th{
    padding-bottom: 0;
    border: none
  }
  .form_3 td{
    padding-top: 10px;
  }
  .form_3_select:after{
    top: calc( 50% - 20px );
  }
  .privacy_chack{
    margin: 30px auto;
  }

  .form_3 td.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .form_3 td .form_3_input_col_half{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
  }
  .form_3 td .form_3_input_col_half input{
    margin-left: 0;
  }
  .form_3 td .form_3_input_col_half_address{
    width: 50%;
  }
  .form_3_input_col_half_ttl{
    width: 40px;
  }
  .form_3 td .form_3_input_col_half input{
    width: 100%;
  }
  /*CONTACT*/
  .thanks_btn.fle_c{
    display: block;
    text-align: left
  }
  .thanks_btn li:nth-child(1){
    margin-right: auto;
    margin-bottom: 10px;
  }
  .thanks_btn li{
    margin: 0 auto;
    display: block
  }
  .after_chekbox_wrap{
    margin-left: 0;
  }
  .after_chekbox_wrap > span{
    display: none;
  }
  .after_chekbox{
    margin: -10px auto 10px;
    padding-left: 30px;
  }
  .form_3 td.fle_l{
    display: flex
  }
}
@media screen and (max-width:600px) {
  /*LOWER_CONTACT*/
  .form_3_input_col_half{
    width: 100%;
  }
  .form_3 td .form_3_input_col_half input{
    width: 100%;
  }
  .form_3_input_col_half_ttl{
    display: none;
  }
  .form_3 td .form_3_input_col_half_address{
    width: 100%;
  }
  .lower_contact_header{
    margin: 20px auto;
  }
  .lower_contact_type_list li{
    width: 100%;
  }
  .lower_contact_type_list li:nth-child(1){
    margin-bottom: 20px;
  }
  .lower_contact_step_chart ul{
    margin: 10px auto 10px;
  }
  .lower_contact_step_chart li{
    padding: 10px 5px;
    width: calc( 33% - 4px );
    text-align: center;
    margin-right: 6px;
    border-radius: 5px;
    font-size: 12px;
  }
  .lower_contact_step_chart li:after{
    width: 6px;
  }
  .lower_contact_step_chart li{
    padding: 10px 2px;
    font-size: 9px;
    letter-spacing: 0;
  }
  .check_select-input label{
    width: 100%;
  }
  .form_3 .check_select-input select,
  .form_3 .check_select-input input[type="text"]{
    margin: 0 auto 6px 15px;
  }
  .form_3 .check_select-input input[type="text"]{
    margin-top: 5px;
  }
  .check_select-input > *:first-child{
    margin-bottom: 5px;
  }
  .form_3 input[type="text"].size_03,
  .form_3 input[type="tel"].size_03,
  .form_3 input[type="email"].size_03,
  .form_3 select.size_03,
  .form_3 textarea.size_03,
  .form_3 .select_wrap.size_03{
    max-width: 600px;
    margin-left: 0;
  }
  .check_box_multi .fle_l{
    display: block;
  }
  .form_3_seimei > *{
    margin-bottom: 10px; 
  }
  .form_3_seimei > *:last-child{
    margin-bottom: 0; 
  }
}
br.ttl_03_jp_pc_hide{
  display: none;
}
/*-----------ここまで-----------*/
@media screen and (max-width:1280px) {
  .inner{
    width: calc( 100% - 40px );
  }
  .lower_sec_inner{
    width: calc( 100% - 40px );
  }
  .narrow_inner{
    width: calc( 100% - 40px );
  }
  .main_nav li{
    width: auto;
  }
  .main_nav li.large{
    width: auto;
  }
  .main_nav li a{
    font-size: 13px;
    text-align: left;
    letter-spacing: 0;
  }
  .nav_contact_btn a{
    line-height: 36px;
    padding: 0 10px;
    height: 36px;
    font-size: 14px;
    width: 110px;
  }
  .main_nav{
    width: calc( 100% - 260px );
  }
  .header_logo{
    width: 290px;
    margin: 30px auto 15px;
  }
  .menu_btn{
    height: 50px;
    width: 50px;
  }
  .menu_btn_inner > *{
    top: 38px;
    transform: translate(-50%,-50%) scale(0.8);
  }
  .menu_btn:after{
    height: 20px;
    width: 20px;
    top: 9px;
    left: 15px;
  }
  .mv{
    width: 100%;
    position: relative;
    padding-top: 150px;
  }
  .mv_txt{
    max-width: 450px;
    margin-top: -30px;
  }
  .mv_point_list_02_A_mini{
    margin-bottom: 10px;
  }
  .mv_point_list_02_A_normal{
    font-size: 20px;
  }
  .mv_point_list_02_A_num{
    font-size: 40px;
  }
  .mv_point_list_02_B_normal{
    font-size: 20px;
  }
  .mv_point_list_02_B_num{
    font-size: 38px;
  }
  .mv_point_list_02_C_normal{
    font-size: 16px;
  }
  .mv_point_list_02_C_num{
    font-size: 28px;
    margin-top: -4px;
  }
  .mv_point_list_02_C_mini_mini{
    font-size: 16px;
  }
  .mv_point_strong_mini{
    font-size: 16px;
    line-height: 1.6em;
  }
  .mv_point_strong_big{
    font-size: 30px;
    line-height: 1.6em;
  }
  .mv_point_strong{
    padding: 0;
  }
  .whats_about_logo{
    margin: 0 auto 30px;
  }
  .whats_about_strong_txt{
    font-size: 23px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  .ttl_01{
    margin: 0 auto 10px;
    padding-top: 40px;
  }
  .ttl_01:after{
    height: 40px;
  }
  .ttl_01 span{
    font-size: 15px;
  }
  .whats_about{
    padding: 0 0 30px;
  }
  .top_concept_img{
    width: calc( 50% - 30px );
    padding: 40px 0 50px
  }
  .top_slide_wrap{
    top: 20px;
  }
  .top_concept_content{
    width: 50%;
    margin-left: 30px;
    padding: 0 0 40px;
  }
  .top_slide_num_active{
    font-size: 18px;
  }
  .top_slide_num_total{
    font-size: 12px;
  }
  .top_concept_content_strong{
    font-size: 15px;
  }
  .top_concept_content_strong span{
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
  }
  .midashi_txt_top_map{
    font-weight: 300;
    font-size: 20px;
    margin: -15px auto 10px;
  }
  .num{
    font-size: 45px;
  }
  .top_concept_content{
    width: 50%;
    margin-left: 30px;
    padding: 0 0 40px;
  }
  .top_access_right{
    width: calc( 60% - 40px );
    display: block;
    z-index: 1;
    padding: 40px 0 45px;
  }
  .top_access_right_fixed{
    position: relative;
    width: 100%;
    position: sticky;
    top: 50px;
    padding-top: 0;
  }
  .top_access_left{
    width: 40%;
    margin-right: 40px;
    padding: 0 0 40px;
  }
  .top_access_img_list > *{
    width:100%;
    margin-bottom: 10px;
  }
  .footer_nav_en{
    font-size: 25px;
    line-height: 1.4em;
  }
  .footer_nav_jp{
    line-height: 1.4em;
  }
  .footer_nav ul > * a > *{
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 0;
    padding-top: 17%;
  }
  footer{
    padding: 70px 0 10px;
    background: #2f4559;
  }
  .footer_foot_banner_img{
    width: 170px;
  }
  .footer_foot_banner{
    margin: 15px auto;
  }
  .footer_foot_banner ul > li{
    margin-right: 15px;
  }
  .footer_foot_banner ul > li:last-child{
    margin-right: 0;
  }
  .footer_menu{
    margin-top: 20px;
  }
  .btn_base{
    max-width: 350px;
  }
  .footer_entry_btn_list .btn_base{
    max-width: 350px;
  }
  
  .flow_list > *{
    padding: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:1000px) {
  .header_logo{
    width: 280px;
    margin: 30px auto 25px 15px;
  }
  .gnav{
    display: none;
  }
  .mv{
    width: 100%;
    position: relative;
    padding-top: 100px;
  }
  .mv_txt{
    max-width: 450px;
    margin-top: 0;
    transform: translateY(-20px)
  }
  .mv_point{
    padding: 30px 0 40px;
  }
  .mv_point_strong{
    margin-bottom: 15px;
  }
  .mv_point_btn_list > *:nth-child(1){
    margin-right: 10px;
  }
    .mv_point_list_02_A_mini{
      margin-bottom: 3px;
      font-size: 14px;
    }
    .mv_point_list_02_A_normal{
    font-size: 16px;
    line-height: 1em;
    }
    .mv_point_list_02_A_num{
    font-size: 30px;
    line-height: 1em;
    }
    .mv_point_list_02_B_normal{
      font-size: 16px;
    }
    .mv_point_list_02_B_num{
      font-size: 30px;
    }
    .mv_point_list_02_C_normal{
      font-size: 16px;
    }
    .mv_point_list_02_C_num{
      font-size: 30px;
    margin-top: -4px;
    }
    .mv_point_list_02_C_mini_mini{
    font-size: 15px;
    }
    .footer_foot_banner_img{
      width: 170px;
      display: block
    }
    .lower_header{
      padding: 140px 0 140px;
    }
    .lower_gallery_list > *{
      margin-bottom: 40px;
      padding-bottom: 30px;
    }
    .lower_gallery_list_content_floor_ttl{
      font-size: 37px;
    }
    .lower_gallery_list_content_floor_ttl_mini{
      font-size: 24px;
    }
    .lower_gallery_list_content_floor_img{
      width: 330px;
    }
    .lower_gallery_list_content_floor_txt{
      margin-left: 15px;
      width: calc( 100% - 345px )
    }
    .lower_gallery_list_content_floor_ttl{
      margin-bottom: 11px;
      padding-bottom: 11px;
    }
    .lower_gallery_list_content_floor_ttl_desc strong{
      font-size: 20px;
      line-height: 1.4em;
      margin-bottom: 10px;
    }
}
@media screen and (max-width:900px) {
  .footer_head_banner ul > *{
    margin: 0 auto 10px;
    width: 100%;
    max-width: 340px;
    text-align: center
  }
  .footer_head_banner ul > *:last-child{
    margin-bottom: 0;
  }
  .footer_foot_banner {
    width: 340px;
    margin: 20px auto 10px
  }
  .footer_head_banner > .fle_c{
    display: block
  }
  .footer_foot_banner ul.fle_c{
    display: block;
  }
  .footer_foot_banner ul > li{
    margin-right: auto;
    margin-bottom: 10px;
  }
  .footer_foot_banner ul > li:last-child{
    margin-right: 0;
  }
  .footer_foot_banner_img{
    width: 240px;
    display: block
  }
}
@media screen and (max-width: 800px) {
  .header_logo{
    width: 250px;
    margin: 25px auto 10px 0;
  }
  .menu_btn{
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 120;
  }
  .inner,
  .lower_sec_inner,
  .narrow_inner{
    width: calc( 100% - 30px );
  }
  .mv_point_list_02 > *:nth-child(1){
    width: 300px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 15px;
    margin-bottom: 18px;
  }
  .mv_point_list_02 > *:nth-child(2){
    width: 300px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .mv_point_list_02 > *:nth-child(3){
    width: 300px;
  }
  
  .mv_point_list_02 > *:nth-child(2):before,
  .mv_point_list_02 > *:nth-child(2):after{
    display: none;
  }
  .mv_point_list_02_A_mini{
    margin-bottom: 3px;
    font-size: 18px;
  }
  .mv_point_list_02_A_normal{
  font-size: 25px;
  line-height: 1.3em;
  }
  .mv_point_list_02_A_num{
  font-size: 38px;
  line-height: 1em;
  }
  .mv_point_list_02_B_mini{
    font-size: 18px;
  }
  .mv_point_list_02_B_normal{
    font-size: 22px;
  }
  .mv_point_list_02_B_num{
    font-size: 38px;
    line-height: 1em;
  }
  .mv_point_list_02_C_normal{
    font-size: 18px;
  }
  .mv_point_list_02_C_num{
    font-size: 38px;
  margin-top: -4px;
  }
  .mv_point_list_02_C_mini_mini{
  font-size: 15px;
  }
  .mv_point_strong_mini{
    font-size: 15px;
    line-height: 1.6em;
  }
  .mv_point_strong_big{
    font-size: 25px;
    letter-spacing: 0;
  }
  .mv_point_btn_list.fle_c{
    display: block;
  }
  .mv_point_btn_list > *{
    margin: 0 auto;
  }
  .mv_point_btn_list > *:nth-child(1){
    margin: 0 auto 10px;
  }
  .whats_about_logo{
    max-width: 260px;
    margin: 0 auto 20px;
  }
  .whats_about_strong_txt{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .whats_about_strong_txt br{
    display: none;
  }
  .whats_about_desc{
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 0;
  }
  .whats_about_desc br{
    display: none;
  }
  .top_concept_img{
    width: calc(100% + 30px);
    position: relative;
    top: auto;
    padding: 0 0 0;
    transform: translateX(-15px)
  }
  .top_slide_wrap{
    top: 20px;
  }
  .top_concept_content{
    width: 100%;
    margin-left: auto;
    padding: 0 0 40px;
  }
  .top_concept_content_strong{
    font-size: 14px;
    letter-spacing: 0;
  }
  .top_concept_content_strong span{
    font-size: 17px;
    letter-spacing: -0.02em
  }
  .top_concept_content_img{
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .top_airdan{
    padding-bottom: 40px;
  }
  .top_airdan_content_lo.fle_btw{
    display: block;
  }
  .top_airdan_img img{
    max-width: 230px;
    display: block;
    margin: 0 auto 20px;
  }
  .top_airdan_illust{
    width: 300px;
  }
  .top_airdan_content{
    width: 100%;
  }
  .top_airdan .btn_base{
    padding-top:180px;
  }
  .top_airdan_illust{
    position: absolute;
    bottom: 100px;
    left: calc( 50% - 150px );
    transform: translateX(0);
  }
  .point_list > *{
    width: 100%;
    max-width: 380px;
  }
  .point_list > *:nth-child(2){
    margin: -90px auto 0;
  }
  .point_list > *:nth-child(3){
    margin: -90px auto 0;
  }
  .sp_nav{
      width: 290px;
      padding: 0 10px 0 15px;
  }
  .sp_nav_contents{
      width: 100%;
      margin-top: 20px;
  }
  .nav_logo{
      width: 130px;
  }
  .sp_nav_list_en{
      color: #FFF;
      display: inline-block;
      font-family: "Cormorant", serif;
      font-weight: normal;
      font-size: 16px;
      letter-spacing: 0;
  }
  .sp_nav_list_jp{
    font-size: 13px;
    margin-left: 5px;
    letter-spacing: -0.02em;
  }
  .sp_nav_list a:after{
      top: 18px;
      right: 10px;
  }
  .sp_nav_list a:before{
    top: 18px;
      right: 10px;
  }
  .sp_nav_cta_btn{
    width: 100%;
    margin: 15px auto 0;
  }
  .sp_nav_tel{
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 0 auto
  }
  .nav_contact_btn a{
      line-height: 46px;
      padding: 0 25px;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      font-size: 20px;
      color: #FFF;
      background: #003084;
      height: 46px;
      display: block;
      font-size: 14px;
  // box-shadow: 0 1px 5px 0 rgba(16, 0, 81, 0.2), 0 1px 10px 0 rgba(16, 0, 86, 0.2);
      transition: 0.3s;
  }
  .top_access_right{
    display: none;
  }
  .top_access_left{
    width: 100%;
    margin-right: auto;
    padding: 0 0 40px;
  }
  .sp_map{
    display: block;
  }
  .top_access_left .btn_base.btn_base_light{
    margin: 0 auto 30px;
    display: block;
  }
  .footer_nav ul > *{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .footer_entry_btn_list.fle_c > *:nth-child(2){
    margin: 0 auto 10px;
  }
  .footer_entry_btn_list.fle_c > *{
    margin: 0 auto 10px;
  }
  .footer_entry_btn_list.fle_c > *:last-child{
    margin: 0 auto ;
  }
  .footer_menu > *{
    width: 100%;
    text-align: center
  }
  .footer_menu > * a{
    line-height: 1em;
    border-right: none;
    padding: 0;
    font-size: 13px;
  }
  .footer_menu > * a i{
    font-size: 12px;
  }
  .footer_menu > *:nth-child(1) a{
    border-left: none;
  }
  .footer_nav ul > * a > *{
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 0;
    padding-top: calc( 24% - 18px );
  }
  
  .flow_list > *{
    padding: 65px 15px 15px;
    position: relative;
  }
  .flow_list_step{
    width: 70px;
    padding-right: 0;
    position: absolute;
    top: 15px;
    left: 5px;
  }
  .flow_list_content{
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .flow_list_step_txt{
    font-size: 16px;
    line-height: 1em;
  }
  .flow_list_step_num{
    font-size: 30px;
    line-height: 1em;
    margin-top:-8px;
  }
  .flow_list_content_img{
    width: 40px;
    margin-right: 0;
    position: absolute;
    top: 13px;
    left: 75px;
  }
  .flow_list_content_ttl{
    position: absolute;
    top: 19px;
    left: 125px;
  }
  .flow_list_content_txt{
    width: 100%;
  }
  
  
  .lower_map{
    margin-top: 40px;
  }
  .lower_map_ttl{
    text-align: center;
    margin-bottom: 5px;
  }
  .lower_map_catch_list > *:nth-child(1){
    margin-right: 20px;
  }
  .lower_map_catch_list > *:last-child{
    margin-right: 0;
  }
  .lower_map_ttl{
    text-align: center;
    margin-bottom: 5px;
  }
  .lower_map_ttl span{
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
  }
  .lower_map_strong_txt{
    margin: 20px auto;
    text-align: center;
  }
  .lower_map_strong_txt span{
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.6em;
    background: #01AEF2;
    color: #FFF;
    display: inline-block;
    padding: 6px 15px 8px;
  }
  
  .lower_map_wrap > *{
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
  }
  .lower_map_wrap_img{
    width: calc( 40% - 30px );
    margin-right: 30px;
    position: relative
  }
  .lower_map_wrap_content{
    width: 60%
  }
  .lower_map_list_child_ttl{
    display: inline-block;
    padding: 6px 12px;
    background: #01AEF2;
    color: #FFF;
    line-height: 1em;
    font-size: 13px;
  }
  .lower_map_list_child > *{
    margin-right: 20px;
    margin-bottom: 5px;
    padding-left: 16px;
    position: relative;
    line-height: 1.6em;
  }
  .lower_map_list_child > *:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 8px;
    width: 8px;
    background: #01AEF2;
    border-radius: 50%;
  }
  .lower_map_list li > *{
    margin-bottom: 5px;
  }
  .lower_map_list li > *:last-child{
    margin-bottom: 0;
  }
  .lower_map_list_ttl{
    position: relative;
    margin-bottom: 5px;
  }
  /*
  .lower_map_list_ttl:after{
    content: "";
    display: block;
    height: 1px;
    width: 25px;
    background: #01AEF2;
    position: absolute;
    top: calc( 50% - 1px );
    left: 0;
  }
  */
  .lower_map_list_ttl_jp{
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.4em;
  }
  .lower_map_list_ttl_en{
      font-family: "Noto Serif JP", serif;
      font-weight: 300;
      color: #01AEF2;
      display: inline-block;
      padding-left: 5px;
      font-size: 14px;
  }
  .lower_map_illust{
    max-width: 800px;
    margin: 50px auto 50px;
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 40.25%;
    position: relative;
    margin-bottom: 30px;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  .lower_map_ttl{
    margin-bottom: -5px;
  }
  .lower_map_ttl span{
    font-size: 15px;
    margin-bottom: 0;
  }
  .lower_map_catch_list > *:nth-child(1){
    margin-right: 0;
  }
  .lower_map_catch_list > *:nth-child(2){
    transform: translateX(7px)
  }
  .fle_c.lower_map_catch_list{
    display: block;
    text-align: center
  }
  
  .lower_map_strong_txt{
    margin: 10px auto;
    text-align: center;
  }
  .lower_map_strong_txt span{
    font-size: 19px;
    letter-spacing: -0.1em;
    padding: 0;
    background: none;
    color: #000000;
    font-weight: 400;
  }
  .lower_map_illust{
    margin: 0 auto 20px;
  }
  .mrg_0{
    margin-bottom: 0;
  }
  .lower_map_wrap_img{
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .lower_map_wrap_content{
    width: 100%
  }
  .lower_map_wrap > *{
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .lower_map_wrap > *:last-child{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
  }
  /*ギャラリー*/
  .lower_gallery_list > *{
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .lower_gallery_list_img_list > *{
    width: calc( 50% - 4px );
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .lower_gallery_list_img_list > *:nth-child(2n){
    margin-right: auto;
  }
  .lower_gallery_list_content_floor_img{
    width: 100%;
    margin: 0 auto 20px;
  }
  .lower_gallery_list_content_floor_txt{
    width: 100%;
    margin: 0 auto;
  }
  
  .lower_gallery_list_img_list_after_inner{
    max-width: 900px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 210;
    padding: 10px;
  }
  .lower_gallery_list_img_list_after_inner:after{
    top: auto;
    bottom: -60px;
    right: calc( 50% - 25px );
  }
  .lower_gallery_list_img_list_after_inner:before{
    top: auto;
    bottom: -60px;
    right: calc( 50% - 25px );
  }
  .lower_gallery_list_img_list_after_inner_sample{
    bottom: 10px;
    right: 10px;
  }
  .lower_gallery_list_img_list_after_inner_tate{
    max-width: 380px;
  }
  /*YOUTUBE*/
  .youtube_gallery{
    margin: 20px auto 0;
  }
  .youtube_gallery > *{
    width: calc( 50% - 5px );
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .youtube_gallery > *:nth-child(3n){
    margin-right: 10px;
  }
  .youtube_gallery > *:nth-child(2n){
    margin-right: 0;
  }
  .youtube_gallery_list_after_inner{
    padding: 10px;
  }
  .youtube_gallery_list_after_close_before,
  .youtube_gallery_list_after_close_after{
    right: calc( 50% - 25px );
  }
  /*System*/
  .system_point_list_num{
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 5px;
  }
  .system_point_list_ttl{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .system_point_list{
    margin: 10px auto 0;
  }
  .system_point_list > * > * {
    padding: 20px 15px;
  }
  .system_point_list > *:nth-child(even) > *{
    flex-direction: column;
  }
  .system_point_list > *:last-child{
    margin-bottom: 0;
  }
  .system_point_list_content{
    width: 100%;
  }
  .system_point_list_img{
    width: 100%;
    margin-top: 20px;
  }
  .ttl_03{
    text-align: center;
    margin-bottom: 5px;
  }
  .ttl_03_en{
    font-size: 13px;
    font-weight: 300;
    padding: 0 ;
    margin: 0 auto;
  }
  .ttl_03_jp{
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: -0.1em;
    font-weight: 500;
  }
  .ttl_03_jp_big{
    font-size: 25px;
    height: 34px;
    width: 34px;
    margin: 0 6px;
    line-height: 34px;
  }
  .lower_system_txt{
    text-align: left;
  }
  .lower_system_txt br{
    display: none;
  }
  br.ttl_03_jp_pc_hide{
    display: inline
  }
}
@media screen and (max-width: 600px) {
 .youtube_gallery > *{
   width: 100%;
   margin-right: auto;
   margin-bottom: 3px;
 }
}
.tel_link{
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tel_link{
    pointer-events: none;
  }
}
@media screen and (max-width:480px) {
  .tel_link{
    pointer-events: auto;
  }
}