:root {
  --media_sp: 750;
  --media_tb: 1024;
  --media_pc: 1680;
  --inner_pc: min( 80.952%, 1360px);
  --aoto_r: "Aoto Gothic Regular", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --aoto_b: "Aoto Gothic DemiBold";
  --a1: "A1 Gothic M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --midashiG: "Midashi Go MB1", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (min-width:1025px) {
  :root {
    scroll-padding-top: 100px;
  }
}
body {
  overflow: visible;
}
img {
  display: block;
  width: 100%;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}
figure {
  position: relative;
  font-family: var(--a1);
  align-self: start;
}
.img_cap {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: var(--aoto_r);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fffeff;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .img_cap {
    font-size: 10px;
  }
}
@media screen and (max-width: 619px) {
    .img_cap {
    bottom: 0;
    right: calc(( 5 / var(--media_sp)) * 100vw );
    font-size: calc(( 20 / var(--media_sp)) * 100vw );
  }
}
.tb,
.sp {
   display: none;
}
.pc {
   display: block;
}
@media screen and (max-width: 1024px) {
  .pc,
  .sp {
      display: none;
  }
  .tb {
      display: block;
  }
}
@media screen and (max-width: 619px) {
  .pc,
  .tb {
      display: none;
  }
  .sp {
      display: block;
  }
}

/* common */
.sec_ttl {
  font-size: 0;
  line-height: 1;
}
.sec_catch {
  font-family: var(--aoto_r);
  font-family: var(--aoto_b);
  color: #222222;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
}
.sec_body {
  font-family: var(--aoto_r);
  color: #222222;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .sec_catch {
    font-size: calc(( 25 / var(--media_tb)) * 100vw );
    line-height: 1.56;
    letter-spacing: 0;
  }
  .sec_body {
    font-size: calc(( 14 / var(--media_tb)) * 100vw );
  }
}
@media screen and (max-width: 619px) {
  .sec_catch {
    font-size: calc(( 36 / var(--media_sp)) * 100vw );
    line-height: 1.555;
  }
  .sec_body {
    font-size: calc(( 24 / var(--media_sp)) * 100vw );
    line-height: 1.666;
  }
}

/* tab */
.js-tab {
  pointer-events: none;
  cursor: auto;
  transition: .5s;
}
.js-tab .tab_btn_txt {
  pointer-events: none;
}
.js-tab.js-tab-passive {
  pointer-events: auto;
  cursor: pointer;
}
.js-tab.js-tab-passive:hover {
  opacity: .3;
}
.js-panel {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  transition: .5s;
}
.js-panel.js-panel-hidden {
  opacity: 0;
  visibility: hidden;
}
.panel-wrap {
  display: grid;
}
.panel_map-wrap {
  width: 100%;
}
.panel_map-wrap #gmap {
  width: 100%;
  height: 100%;
}
.panel-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* location_nav */
.location_nav {
  display: flex;
  position: relative;
  width: 100%;
}
.location_nav .nav_area {
  width: 50%;
  display: flex;
  place-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 33.333333333333333vw;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.useful_nav-area {
  background-image: url(../img/location/anchor_useful_bg.jpg);
}
.leisureful_nav-area {
  background-image: url(../img/location/anchor_leisureful_bg.jpg);
}
.location_nav .nav_area .text-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.location_nav .nav_area .text-wrap p {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.08em;
  font-family: var(--aoto_b);
}
.useful_nav-area img {
  width: 19.167%;
  margin: 0 auto 2vw;
}
.leisureful_nav-area img {
  width: 29.404%;
  margin: 0 auto 2vw;
} 

/* common */
.sec_ttl {
  font-size: 0;
  line-height: 1;
}
.sec_catch {
  font-family: var(--aoto_r);
  font-family: var(--aoto_b);
  color: #222222;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  text-align: center;
    font-weight: 700;
}
.sec_catch strong {
    color: #23a4ef;
}


.sec_body {
  font-family: var(--aoto_r);
  color: #222222;
  font-size: 16px;
  /* letter-spacing: 0.08em; */
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
}
.sec_body sup {
    font-size: 11px;
}
.sec_body .cap {
    display: block;
    font-size: 11px;
}

@media screen and (max-width: 1024px) {
  .sec_catch {
    font-size: calc(( 30 / var(--media_tb)) * 100vw );
    line-height: 1.56;
    letter-spacing: 0;
  }
  .sec_body {
    font-size: calc(( 14 / var(--media_tb)) * 100vw );
  }
}
@media screen and (max-width: 619px) {
  .sec_catch {
    font-size: calc(( 36 / var(--media_sp)) * 100vw );
    line-height: 1.555;
  }
  .sec_body {
    font-size: calc(( 24 / var(--media_sp)) * 100vw );
    line-height: 1.666;
  }
}

  /* mainvisual */
.mainvisual {
  position: relative;
  /* height: 840px; */
}
.mv_bg {
  width: 100%;
  height: 100%;
}
.mv_bg img {
  max-width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mv_ttl {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
}
.mv_ttl img {
  margin-inline: auto;
  width: 880px;
}
@media screen and (max-width: 1024px) {
  .mainvisual {
    height: 50vw;
  }
  .mv_ttl {
    bottom: calc(( -2 / var(--media_tb)) * 100vw );
  }
  .mv_ttl img {
    width:calc(( 680 / var(--media_tb)) * 100vw );
  }
}
@media screen and (max-width: 619px) {
  .mainvisual {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .mv_ttl {
    bottom: calc(( -2 / var(--media_sp)) * 100vw );
  }
  .mv_ttl img {
    width: calc(( 635 / var(--media_sp)) * 100vw );
  }
  .mv_bg .img_cap {
    line-height: 1;
    bottom: 0.5vw;
  }
}

/* copy */
.copy {
  margin-inline: auto;
  width: 100%;
  text-align: center;
  padding-top: min(calc(( 71 / var(--media_pc)) * 100vw ), 71px);
  padding-bottom: min(calc(( 75 / var(--media_pc)) * 100vw ), 75px);
}
.copy_body {
  margin-top: min(calc(( 25 / var(--media_pc)) * 100vw ), 25px);
}
@media screen and (max-width: 1024px) {
  .copy {
    padding-block: calc(( 72 / var(--media_tb)) * 100vw );
  }
  .copy_body {
    margin-top: calc(( 25 / var(--media_tb)) * 100vw );
  }
}
@media screen and (max-width: 619px) {
  .copy {
    padding-block: calc(( 115 / var(--media_sp)) * 100vw ) calc(( 132 / var(--media_sp)) * 100vw );
  }
  .copy_body {
    margin-top: calc(( 19 / var(--media_sp)) * 100vw );
  }
}

/* voice_nav */
.voice_nav {
  display: flex;
  position: relative;
  width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.voice_nav .nav_area {
  width: 33.33333333333%;
   aspect-ratio: 683 / 1106;
  display: flex;
  place-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.voice1_nav-area {
  background-image: url(../img/voice/nav1_bg_pc.jpg);
}
.voice2_nav-area {
  background-image: url(../img/voice/nav2_bg_pc.jpg);
}
.voice3_nav-area {
  background-image: url(../img/voice/nav3_bg_pc.jpg);
}
@media (max-width:619px) {
  .voice_nav .nav_area {
      width: 100%;
     aspect-ratio: 15 / 7;
    height: auto;
  }
  .voice1_nav-area {
    background-image: url(../img/voice/nav1_bg_sp.jpg);
  }
  .voice2_nav-area {
    background-image: url(../img/voice/nav2_bg_sp.jpg);
  }
  .voice3_nav-area {
    background-image: url(../img/voice/nav3_bg_sp.jpg);
  } 
}
.voice_nav .nav_area .text-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.voice_nav .nav_area .text-wrap img {
  margin-inline: auto;
}
.voice_nav .nav_area .text-wrap p {
  color: #fff;
  font-family: var(--aoto_b);
}
.voice_nav .nav_area::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/location/anchor_arrow_w.svg);
  position: absolute;
  display: block;
  transition: all 0.5s;
}
.voice_nav .nav_area:hover:after {
  transition: all 0.5s;
}
@media (min-width:1025px) {
  .voice_nav .nav_area .text-wrap p {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .voice1_nav-area img {
    width: 50%;
    margin: 0 auto 2vw;
  }
  .voice2_nav-area img {
    width:50%;
    margin: 0 auto 2vw;
  }
  .voice3_nav-area img {
    width:50%;
    margin: 0 auto 2vw;
  }
  .voice_nav .nav_area::after {
    width: 8.214285714285714%;
    height: 0;
    padding-bottom: 4.285%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .voice_nav .nav_area:hover:after {
    top: 83%;
  }
}
@media (min-width:620px) and (max-width:1024px) {
  .voice_nav .nav_area .text-wrap p {
    font-size: calc(( 24 / var(--media_tb)) * 100vw );
    letter-spacing: 0.08em;
  }
  .voice1_nav-area img {
    width: calc(( 160 / var(--media_tb)) * 100vw );
    margin-bottom: calc(( 30 / var(--media_tb)) * 100vw );
  }
  .voice2_nav-area img {
    width: calc(( 246 / var(--media_tb)) * 100vw );
    margin-bottom: calc(( 30 / var(--media_tb)) * 100vw );
  }
  .voice_nav .nav_area::after {
    width: calc(( 43 / var(--media_tb)) * 100vw );
    height: 0;
    padding-bottom: 4.285%;
    top: calc(( 295 / var(--media_tb)) * 100vw );
    left: 50%;  
    transform: translate(-50%, -50%);
  }
  .voice_nav .nav_area:hover:after {
    top: calc((( 295 / var(--media_tb)) * 100vw ) + 3%);
  }
}
@media (max-width:619px) {
    
    .voice_nav {
    flex-wrap: wrap;
}
    
  .voice_nav .nav_area .text-wrap {
    padding-top: calc(( 10 / var(--media_sp)) * 100vw );
  }
  .voice_nav .nav_area .text-wrap p {
    font-size: calc(( 35 / var(--media_sp)) * 100vw );
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .voice1_nav-area img {
    width: calc(( 280 / var(--media_sp)) * 100vw );
    margin-bottom: calc(( 20 / var(--media_sp)) * 100vw );
  }
  .voice2_nav-area img {
    width: calc(( 280 / var(--media_sp)) * 100vw );
    margin-bottom: calc(( 15 / var(--media_sp)) * 100vw );
  }
  .voice3_nav-area img {
    width: calc(( 280 / var(--media_sp)) * 100vw );
    margin-bottom: calc(( 15 / var(--media_sp)) * 100vw );
  }
  .voice_nav .nav_area::after {
    width: calc(( 47 / var(--media_sp)) * 100vw );
    height: 0;
    padding-bottom: 4.285%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .voice_nav .nav_area:hover:after {
    top: 83%;
  }
}

.section_intro-wrap {
  text-align: center;
}
@media (min-width:1025px) {
  .cu_voice .section_intro-wrap {
    /* margin-block: 112px 62px; */
    margin-block: 112px 30px;
  }
  .cu_voice .section_intro-wrap .sec_ttl {
    width: 312px;
    margin: 0 auto;
  }
  .section_intro-wrap .sec_catch {
    margin-top: 48px;
  }
  .section_intro-wrap .sec_body {
    margin-top: 21px;
  }
}
@media (min-width:620px) and (max-width:1024px) {
  .cu_voice .section_intro-wrap {
    padding-block: calc(( 65 / var(--media_tb)) * 100vw ) calc(( 55 / var(--media_tb)) * 100vw );
  }
  .cu_voice .section_intro-wrap .sec_ttl {
    width: calc(( 362 / var(--media_tb)) * 100vw );
    margin: 0 auto;
  }
  .section_intro-wrap {
    text-align: center;
  }
  .section_intro-wrap .sec_catch {
    margin-top: calc(( 50 / var(--media_tb)) * 100vw );
  }
  .section_intro-wrap .sec_body {
    margin-top: calc(( 25 / var(--media_tb)) * 100vw );
  }
}
@media (max-width:619px) {
  .cu_voice .section_intro-wrap {
    padding-block: calc(( 90 / var(--media_sp)) * 100vw ) calc(( 70 / var(--media_sp)) * 100vw );
  }
  .cu_voice .soyora .section_intro-wrap {
    padding-block:calc(( 70 / var(--media_sp)) * 100vw );
  }
  .cu_voice .section_intro-wrap .sec_ttl {
    width: calc(( 480 / var(--media_sp)) * 100vw );
    margin: 0 auto;
  }
  .section_intro-wrap {
    text-align: center;
  }
  .section_intro-wrap .sec_catch {
    margin-top: calc(( 48 / var(--media_sp)) * 100vw );
  }
  .section_intro-wrap .sec_body {
    margin-top: calc(( 21 / var(--media_sp)) * 100vw );
  }
}


.runking_wrapp {
    width: 100%;
    background: #def0fa;
    padding: 80px 0;
    margin-bottom: 80px;
}
.runking_wrapp_in {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.runking_list {
    margin-bottom: 20px;
}

.runking_image {
    position: relative;
}

.runking_image_title {
    text-align: center;
    background: #23a4ef;
    color: #fff;
    font-size: min(3.8vw, 38px);
    font-weight: 700;
    line-height: 1.56;
    padding: 20px 0;
}
.runking_image_title.middle {
    font-size: min(2.8vw, 20px);
}

.runking_image_title small {
    font-size: 50%;
}
.runking_image_title lage {
    font-size: 180%;
        line-height: 100%;
}
.view_bt {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 260px;
    position: relative;
}
.view_bt a {
    transition: all .5s;
    display: block;
    width: 100%:
    position: relative;
}
.view_bt a::after {
    content: "";
    width: 30%;
    aspect-ratio: 1 / 1;
     background-image: url(../img/voice/view_bt.svg);
 background-repeat: no-repeat;
 background-size: cover;
    position: absolute;
    left: 0;
    top: -60%;
    transition: all .8s;
}

.view_bt a:hover::after {
    width: 34%;
    left: -2%;
    top: -82%;
}

.view_bt p {
    position: relative;
    margin-left: 25%;
    z-index: 2;
    text-align: right;
    border-bottom: 1px solid #23a4ef;
    width: 75%;
    font-size: min(3.8vw, 23px);
    font-weight: 700;
}

@media (max-width:619px) {

.runking_wrapp {
    width: 100%;
    background: #def0fa;
    padding: 50px 0;
    margin-bottom: 40px;
} 
    
.runking_image_title {
    font-size: min(5.8vw, 38px);
}
.runking_image_title.middle {
    font-size: min(4.2vw, 20px);
    line-height: 180%;
}
    
.view_bt {
    margin: 0 auto 80px;
} 
    
.view_bt p {
    margin-left: 25%;
    z-index: 2;
    text-align: left;
    font-size: min(5.8vw, 33px);
    padding-left: 10%;
} 
 .view_bt a::after {
    width: 37%;
    left: -5%;
    top: 0%;
}   
    
}


/******インタビュー*****/
.interview_wrapp {
    width: 100%;
    background: #004269;
    padding: 80px 0;
}

.interview_in {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.interview_in h2 {
    width: 90%;
    margin: 0 auto 80px;
}

.interview_copy {
    margin-bottom: 40px;
}

.interview_in .sec_catch {
    color: #fff;
}

.interview_in .sec_body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    color: #fff;
   font-size: min(2.8vw, 24px);
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.interview_in .sec_body strong {
    font-size: 120%;
}

.interview_in .copy_body_sub {
text-align: center;
    color: #fff;
    font-size: min(2.4vw, 20px);
}
.interview_in .copy_body_sub span {
    display: inline-block;
    border-left: 1px solid #fff;
    line-height: 140%;
    padding-left: 0.5em;
    margin-left: 0.5em;
}
.interview_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom:80px;
}

.interview_set {
    width: 100%;
    margin: 0 auto 40px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}

.interview_set.res {
    flex-direction:row-reverse;
}
.interview_set .text_box, .interview_set .image_box {
    width: 50%;
}
.interview_set .text_box {
padding-right: 20px;
}
.interview_set.res .text_box {
padding-left: 20px;
padding-right: 0px;
}
.interview_set .text_box h3 {
    color: #23a4ef;
   font-size: min(2.8vw, 24px);
    font-weight: 700;
    margin-bottom: 10px;
}
.interview_set .text_box p {
    color: #fff;
   font-size: min(1.4vw, 14px);
    margin-bottom: 20px;
}

.interview_buttom_text {
    text-align: center;
    color: #fff;
    font-size: min(2.8vw, 28px);
    font-weight: bold;border-top: 1px solid #fff;
    padding-top: 40px;
    margin-bottom: 40px;
}

@media (max-width:619px) {
    
.interview_in {
    width: 100%;
    margin: 0 auto;
}  
    

.interview_in h2 {
    width: 70%;
    margin: 0 auto 40px;
} 
    
.interview_copy {
  width: 90%;
    margin: 0 auto 20px;
} 
    
.interview_in .sec_body {
   font-size: min(3.8vw, 24px);
    padding-top: 20px;
}  
    
.interview_in .copy_body_sub {
    font-size: min(3.4vw, 20px);
}    
   
.interview_image {
    margin-bottom: 40px;
}  
.interview_image img {
    display: block;
    width: 120%;
    max-width: inherit;
    margin-left: -10%;
}    
    
.interview_set {
    width: 86%;
    margin: 0 auto 50px;
}
.interview_set.res {
        flex-direction: initial;
} 
    
.interview_set .text_box, .interview_set .image_box {
    width: 100%;
}   
    
.interview_set .text_box {
padding-right: 0px;
}
.interview_set.res .text_box {
padding-left: 0px;
padding-right: 0px;
} 
    
.interview_set .text_box h3 {
    text-align: center;
   font-size: min(4.8vw, 24px);
     margin-bottom: 5px;
}
.interview_set .text_box p {
    color: #fff;
   font-size: min(3.4vw, 14px);
    margin-bottom: 25px;
}
    
.interview_buttom_text {
    font-size: min(4.0vw, 28px);
}  
    
    .interview_point {
        width: 86%;
        margin: 0 auto;
    }    
    
    
}