@charset "UTF-8";
:root {
  --text-color: #333;
  --main-color: #55c0cf;
  --sub-color: #0c9db1;
  --bg-color: #e8f2f4;
  --yellow-color: #eaf98e;
}

body,
.header_nav.fixed,
header,
footer {
  min-width: 1240px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  body,
.header_nav.fixed,
header,
footer {
    min-width: 1300px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  body,
.header_nav.fixed,
header,
footer {
    min-width: 100%;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text-color);
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {/* sp */
  body {
    font-size: 14px;
  }
  body.nav-open {
    overflow: hidden !important;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--sub-color);
}

/*tel*/
[href^=tel]:hover {
  cursor: default;
}

a[href="tel:準備中"] {
  pointer-events: none;
}

::selection {
  background-color: #888;
}

::-moz-selection {
  background-color: #888;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit !important;
  }
}

.grecaptcha-badge { visibility: hidden; }

/*============================================================================

  共通

============================================================================*/
/* --------------common-------------- */
.w010par{width:10%!important}.w020par{width:20%!important}.w025par{width:25%!important}.w050par{width:50%!important}.w075par{width:75%!important}.w100par{width:100%!important}.w010{width:10px!important}.w020{width:20px!important}.w030{width:30px!important}.w040{width:40px!important}.w050{width:50px!important}.w060{width:60px!important}.w070{width:70px!important}.w080{width:80px!important}.w090{width:90px!important}.w100{width:100px!important}.w110{width:110px!important}.w120{width:120px!important}.w130{width:130px!important}.w140{width:140px!important}.w150{width:150px!important}.w160{width:160px!important}.w170{width:170px!important}.w180{width:180px!important}.w190{width:190px!important}.w200{width:200px!important}.w210{width:210px!important}.w220{width:220px!important}.w230{width:230px!important}.w240{width:240px!important}.w250{width:250px!important}.w255{width:255px!important}.w260{width:260px!important}.w270{width:270px!important}.w280{width:280px!important}.w290{width:290px!important}.w300{width:300px!important}.w305{width:305px!important}.w310{width:310px!important}.w320{width:320px!important}.w330{width:330px!important}.w340{width:340px!important}.w350{width:350px!important}.w360{width:360px!important}.w365{width:365px!important}.w370{width:370px!important}.w380{width:380px!important}.w390{width:390px!important}.w400{width:400px!important}.w410{width:400px!important}.w415{width:415px!important}.w420{width:420px!important}.w430{width:430px!important}.w435{width:435px!important}.w440{width:440px!important}.w450{width:450px!important}.w460{width:460px!important}.w470{width:470px!important}.w480{width:480px!important}.w490{width:490px!important}.w500{width:500px!important}.w510{width:510px!important}.w520{width:520px!important}.w530{width:530px!important}.w540{width:540px!important}.w550{width:550px!important}.w560{width:560px!important}.w570{width:570px!important}.w580{width:580px!important}.w590{width:590px!important}.w600{width:600px!important}.w610{width:610px!important}.w620{width:620px!important}.w630{width:630px!important}.w640{width:640px!important}.w650{width:650px!important}.w660{width:660px!important}.w670{width:670px!important}.w680{width:680px!important}.w690{width:690px!important}.w700{width:700px!important}.w710{width:710px!important}.w720{width:720px!important}.w730{width:730px!important}.w740{width:740px!important}.w750{width:750px!important}.w760{width:760px!important}.w765{width:765px!important}.w960{width:960px!important}.w980{width:980px!important}.h030{height:30px!important}.h180{height:180px!important}.h190{height:190px!important}.h200{height:200px!important}.h240{height:240px!important}.h250{height:250px!important}.h280{height:280px!important}.h300{height:300px!important}.h350{height:350px!important}.mt00{margin-top:0!important}.mt01{margin-top:1px!important}.mt02{margin-top:2px!important}.mt03{margin-top:3px!important}.mt04{margin-top:4px!important}.mt05{margin-top:5px!important}.mt06{margin-top:6px!important}.mt07{margin-top:7px!important}.mt08{margin-top:8px!important}.mt09{margin-top:9px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mt25{margin-top:25px!important}.mt30{margin-top:30px!important}.mt35{margin-top:35px!important}.mt40{margin-top:40px!important}.mt45{margin-top:45px!important}.mt50{margin-top:50px!important}.mt60{margin-top:60px!important}.mt70{margin-top:70px!important}.mt80{margin-top:80px!important}.mt90{margin-top:90px!important}.mt100{margin-top:100px!important}.mt110{margin-top:110px!important}.mt120{margin-top:120px!important}.mr00{margin-right:0!important}.mr01{margin-right:1px!important}.mr02{margin-right:2px!important}.mr03{margin-right:3px!important}.mr04{margin-right:4px!important}.mr05{margin-right:5px!important}.mr06{margin-right:6px!important}.mr07{margin-right:7px!important}.mr08{margin-right:8px!important}.mr09{margin-right:9px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.mr25{margin-right:25px!important}.mr30{margin-right:30px!important}.mr35{margin-right:35px!important}.mr40{margin-right:40px!important}.mr45{margin-right:45px!important}.mr50{margin-right:50px!important}.mr60{margin-right:60px!important}.mr70{margin-right:70px!important}.mr80{margin-right:80px!important}.mr90{margin-right:90px!important}.mr100{margin-right:100px!important}.mb00{margin-bottom:0!important}.mb01{margin-bottom:1px!important}.mb02{margin-bottom:2px!important}.mb03{margin-bottom:3px!important}.mb04{margin-bottom:4px!important}.mb05{margin-bottom:5px!important}.mb06{margin-bottom:6px!important}.mb07{margin-bottom:7px!important}.mb08{margin-bottom:8px!important}.mb09{margin-bottom:9px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mb25{margin-bottom:25px!important}.mb30{margin-bottom:30px!important}.mb35{margin-bottom:35px!important}.mb40{margin-bottom:40px!important}.mb45{margin-bottom:45px!important}.mb50{margin-bottom:50px!important}.mb60{margin-bottom:60px!important}.mb70{margin-bottom:70px!important}.mb80{margin-bottom:80px!important}.mb90{margin-bottom:90px!important}.mb100{margin-bottom:100px!important}.ml00{margin-left:0!important}.ml01{margin-left:1px!important}.ml02{margin-left:2px!important}.ml03{margin-left:3px!important}.ml04{margin-left:4px!important}.ml05{margin-left:5px!important}.ml06{margin-left:6px!important}.ml07{margin-left:7px!important}.ml08{margin-left:8px!important}.ml09{margin-left:9px!important}.ml10{margin-left:10px!important}.ml12{margin-left:12px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.ml25{margin-left:25px!important}.ml30{margin-left:30px!important}.ml35{margin-left:35px!important}.ml40{margin-left:40px!important}.ml45{margin-left:45px!important}.ml50{margin-left:50px!important}.ml60{margin-left:60px!important}.ml70{margin-left:70px!important}.ml80{margin-left:80px!important}.ml90{margin-left:90px!important}.ml100{margin-left:100px!important}.ml140{margin-left:140px!important}.ml160{margin-left:160px!important}.ma10{margin:10px!important}.ma15{margin:15px!important}.ma_auto{margin-left:auto;margin-right:auto!important}.pt00{padding-top:0!important}.pt01{padding-top:1px!important}.pt02{padding-top:2px!important}.pt03{padding-top:3px!important}.pt04{padding-top:4px!important}.pt05{padding-top:5px!important}.pt06{padding-top:6px!important}.pt07{padding-top:7px!important}.pt08{padding-top:8px!important}.pt09{padding-top:9px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pt20{padding-top:20px!important}.pt25{padding-top:25px!important}.pt30{padding-top:30px!important}.pt35{padding-top:35px!important}.pt40{padding-top:40px!important}.pt45{padding-top:45px!important}.pt50{padding-top:50px!important}.pt60{padding-top:60px!important}.pt70{padding-top:70px!important}.pt80{padding-top:80px!important}.pt90{padding-top:90px!important}.pt100{padding-top:100px!important}.pt120{padding-top:120px!important}.pr00{padding-right:0!important}.pr01{padding-right:1px!important}.pr02{padding-right:2px!important}.pr03{padding-right:3px!important}.pr04{padding-right:4px!important}.pr05{padding-right:5px!important}.pr06{padding-right:6px!important}.pr07{padding-right:7px!important}.pr08{padding-right:8px!important}.pr09{padding-right:9px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pr20{padding-right:20px!important}.pr25{padding-right:25px!important}.pr30{padding-right:30px!important}.pr35{padding-right:35px!important}.pr40{padding-right:40px!important}.pr45{padding-right:45px!important}.pr50{padding-right:50px!important}.pr60{padding-right:60px!important}.pr70{padding-right:70px!important}.pr80{padding-right:80px!important}.pr90{padding-right:90px!important}.pr100{padding-right:100px!important}.pb00{padding-bottom:0!important}.pb01{padding-bottom:1px!important}.pb02{padding-bottom:2px!important}.pb03{padding-bottom:3px!important}.pb04{padding-bottom:4px!important}.pb05{padding-bottom:5px!important}.pb06{padding-bottom:6px!important}.pb07{padding-bottom:7px!important}.pb08{padding-bottom:8px!important}.pb09{padding-bottom:9px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pb20{padding-bottom:20px!important}.pb25{padding-bottom:25px!important}.pb30{padding-bottom:30px!important}.pb35{padding-bottom:35px!important}.pb40{padding-bottom:40px!important}.pb45{padding-bottom:45px!important}.pb50{padding-bottom:50px!important}.pb60{padding-bottom:60px!important}.pb70{padding-bottom:70px!important}.pb80{padding-bottom:80px!important}.pb90{padding-bottom:90px!important}.pb100{padding-bottom:100px!important}.pl00{padding-left:0!important}.pl01{padding-left:1px!important}.pl02{padding-left:2px!important}.pl03{padding-left:3px!important}.pl04{padding-left:4px!important}.pl05{padding-left:5px!important}.pl06{padding-left:6px!important}.pl07{padding-left:7px!important}.pl08{padding-left:8px!important}.pl09{padding-left:9px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}.pl20{padding-left:20px!important}.pl25{padding-left:25px!important}.pl30{padding-left:30px!important}.pl35{padding-left:35px!important}.pl40{padding-left:40px!important}.pl45{padding-left:45px!important}.pl50{padding-left:50px!important}.pl60{padding-left:60px!important}.pl70{padding-left:70px!important}.pl80{padding-left:80px!important}.pl90{padding-left:90px!important}.pl100{padding-left:100px!important}.pa01{padding:1px!important}.pa02{padding:2px!important}.pa03{padding:3px!important}.pa04{padding:4px!important}.pa05{padding:5px!important}.pa10{padding:10px!important}.pa15{padding:15px!important}.fr{float:right!important}.fl{float:left!important}.fr10{float:right;margin-left:10px!important}.fr15{float:right;margin-left:15px!important}.fr30{float:right;margin-left:15px!important}.fl10{float:left;margin-right:10px!important}.fl15{float:left;margin-right:15px!important}.fl30{float:left;margin-right:30px!important}.txt10{font-size:10px!important}.txt11{font-size:11px!important}.txt12{font-size:12px!important}.txt13{font-size:13px!important}.txt14{font-size:14px!important}.txt15{font-size:15px!important}.txt16{font-size:16px!important}.txt17{font-size:17px!important}.txt18{font-size:18px!important}.txt19{font-size:19px!important}.txt20{font-size:20px!important}.txt21{font-size:21px!important}.txt22{font-size:22px!important}.txt23{font-size:23px!important}.txt24{font-size:24px!important}.txt25{font-size:25px!important}.txt26{font-size:26px!important}.txt27{font-size:27px!important}.txt28{font-size:28px!important}.txt29{font-size:29px!important}.txt30{font-size:30px!important}.txt31{font-size:31px!important}.txt32{font-size:32px!important}.txt33{font-size:33px!important}.txt34{font-size:34px!important}.txt35{font-size:35px!important}.txt36{font-size:36px!important}.txt37{font-size:37px!important}.txt38{font-size:38px!important}.txt39{font-size:39px!important}.txt40{font-size:40px!important}.bold{font-weight:700!important}.left{text-align:left!important}.center{text-align:center!important}.right{text-align:right!important}.clear{clear:both!important}.v_top{vertical-align:top!important}.v_mid{vertical-align:middle!important}.v_btm{vertical-align:bottom!important}.color_red{color:#f33!important}.color_pink{color:#ed8c96!important}.color_blue{color:#00408f!important}.color_green{color:#168291!important}.color_ore{color:#ff8327!important}.color_yellow{color:#ffeb8b!important}.color_beige{color:#dac58b!important}.color_brown{color:#9b8052!important}.color_navy{color:#1f2774!important}.color_black{color:var(--text-color)!important}.color_sky{color:#55c0cf!important}.ls_0{letter-spacing:0!important}.ls_1{letter-spacing:1px!important}.indent{margin-left:1em!important;text-indent:-1em!important}.line_h_2{line-height:2!important}.clearfix:after{display:block!important;clear:both!important;content:""!important}.bg_blue{background: var(--bg-color)!important}

@media print, screen and (min-width: 641px) {/* pc only */
  .sp {
    display: none!important;
  }
  .sp_inline{
    display: none!important;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .pc{display:none!important}.sp_mb00{margin-bottom:0!important}.sp_mr00{margin-right:0!important}.sp_ml00{margin-left:0!important}.sp_mt00{margin-top:0!important}.sp_pb00{padding-bottom:0!important}.sp_pr00{padding-right:0!important}.sp_pl00{padding-left:0!important}.sp_pt00{padding-top:0!important}.sp_center{text-align:center!important}

  .sp_inline{
    display: inline!important;
  }
}


/* --------------h1-------------- */
/* h1{
  position:absolute;
  top:5px;
  left:0;
  max-width:1200px;
  width:100%;
  margin:0 auto;
} */

/* --------------テキスト-------------- */
.text p {
  margin-bottom: 2.2em;
}

.text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {/* sp */
  .text p {
    margin-bottom: 1.5em;
  }
}

/*--------------------ボタン--------------------*/
.btn01 a {
  display: inline-block;
  vertical-align: top;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  text-align: left;
  border-radius: 60px;
  padding: 22px 55px 22px 40px;
  background: url(../images/arrow.png) right 30px center/10px auto no-repeat;
  background-color: #222;
}
.btn01 a, .btn01 a:hover {
  color: #fff;
}

@media (hover: hover) {
  .btn01 a {
    transition: background-color 0.3s ease-in;
  }
  .btn01 a:hover {
    background-color: #01abb9;
  }
}

@media print, screen and (min-width: 641px) {/* pc only */
  .btn01 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .btn01 a {
    padding: 20px 45px 20px 30px;
    background-position: right 20px center;
  }
}

/*--------------------リンク無効--------------------*/
.disable_link,
.disable_link * {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;
  border: none !important;
}

/*============================================================================

  header

============================================================================*/
.header {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header_logo {
  display: flex;
  align-items: flex-end;
}
.header_logo > a {
  display: block;
}
.header_tit {
  color: #444;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  white-space: nowrap;
  margin-left: 10px;
}
.header_links_item {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 30px;
  padding: 7px 35px 7px 30px;
  background: url(../images/arrow.png) right 20px center/10px auto no-repeat;
  background-color: #000;
}
.header_links_item, .header_links_item:hover {
  color: #fff;
}
.header_links_item.header_links_item-sky {
  background-color: var(--main-color);
}

@media (hover: hover) {
  .header_links_item {
    transition: background-position 0.2s ease-out;
  }
  .header_links_item:hover {
    background-position: right 15px center;
  }
}

@media print, screen and (min-width: 641px) {/* pc only */
  .header {
    width: 100%;
    min-height: 135px;
    background: #fff;
    padding-top: 30px;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    margin-inline: auto;
  }
  .header_logoWrap {
    min-width: 230px;
    padding-bottom: 10px;
  }
  .header_logo > a {
    width: 114px;
  }
  .nav_open {
    display: none !important;
  }
  .header_nav {
    flex: 1;
    position: relative;
    z-index: 10;
  }
  .header_links {
    display: flex;
    justify-content: flex-end;
    gap: 0 20px;
    margin-bottom: 8px;
  }
  .header_links_item {
    min-width: 150px;
  }
  .header_nav.fixed {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header_nav.fixed .header_nav_inner {
    width: 1200px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin-inline: auto;
  }
  .header_nav.fixed .header_links {
    gap: 0 10px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .header_nav.fixed .header_links_item {
    min-width: auto;
  }
  .header_nav.fixed .nav {
    flex: 1;
  }
  .header_nav.fixed .nav_list {
    gap: 0 20px;
  }

  /* --------------nav-------------- */
  .nav {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .nav,
.nav a {
    color: #444;
  }
  .nav a {
    transition: color 0.2s ease-in;
  }
  .nav a:hover {
    color: var(--main-color);
  }
  .nav_list {
    display: flex;
    justify-content: flex-end;
    gap: 0 25px;
  }
  .nav_item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
  }
  .nav_item_tit {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav_sub {
    width: 220px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    z-index: 1;
    top: 95%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .nav_subBtn:hover .nav_sub, .nav_subBtn:focus-within > .nav_sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .nav .nav_sub_item a {
    display: block;
    padding: 10px 20px;
    transition: 0.2s;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .header_logoWrap {
    display: flex;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .header_logoWrap > * {
    height: 60px;
  }
  .header_logo {
    flex: 1;
    padding: 8px 10px;
  }
  .header_logo a {
    height: 100%;
  }
  .header_logo a img {
    width: auto;
    height: 100%;
  }
  .header_tit {
    font-size: clamp(10px, 3.2vw, 12px);
  }
  .nav_open {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    cursor: pointer;
  }
  .nav_open > span {
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
  }
  .nav_open > span span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav_open > span span:nth-of-type(1) {
    top: 0;
    transform-origin: left top;
  }
  .nav_open > span span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .nav_open > span span:nth-of-type(3) {
    bottom: 0;
    transform-origin: left bottom;
  }
  .nav_open.active > span {
    width: 24px;
  }
  .nav_open.active > span span:nth-of-type(1), .nav_open.active > span span:nth-of-type(3) {
    width: 138%;
  }
  .nav_open.active > span span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .nav_open.active > span span:nth-of-type(2) {
    opacity: 0;
  }
  .nav_open.active > span span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
  .header_nav {
    display: none;
    width: 100%;
    height: 100%;
    background: #2d3033;
    padding: 90px 5.3% 40px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: none;
  }
  .header_nav,
.header_nav a {
    color: #fff;
  }
  .header_nav_inner {
    display: flex;
    flex-flow: column;
  }
  .header_links {
    order: 1;
    margin-top: 20px;
  }
  .header_links_item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header_links_item:not(:last-child) {
    margin-bottom: 10px;
  }

  /* --------------nav-------------- */
  .nav {
    line-height: 1.8;
    order: 0;
  }
  .nav a {
    display: block;
  }
  .nav_item_tit {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav_subBtn .nav_item_tit {
    cursor: pointer;
    padding-right: 1em;
    position: relative;
  }
  .nav_subBtn .nav_item_tit::after {
    font-family: "Font Awesome 5 free";
    font-weight: bold;
    content: "\f067";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav_subBtn.active .nav_item_tit::after {
    content: "\f068";
  }
  .nav_sub {
    padding-left: 1em;
    padding-bottom: 10px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav_sub_item {
    font-size: 93%;
  }
  .nav_sub a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav_subBtn.active .nav_sub {
    opacity: 1;
    visibility: visible;
  }
}

/*============================================================================

  footer

============================================================================*/
@media print, screen and (min-width: 641px) {/* pc only */
  .footer_inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .footer_inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}
.footer {
  position: relative;
  width: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer_links {
  padding-inline: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1%;
  margin-bottom: 120px;
}
.footer_links_item {
  width: 24.2%;
}
.footer_links_item a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  aspect-ratio: 768/505;
  border-radius: 20px;
  padding: 13.1% calc(13.1% + 54px) 13.1% 13.1%;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.footer_links_item a::after {
  display: block;
  content: "";
  width: 44px;
  height: 20px;
  border-radius: 10px;
  background: url(../images/arrow_black.png) #fff center/10px auto no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.footer_links_item_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer_links_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (hover: hover) {
  .footer_links_item_img img {
    transition: transform 0.2s ease;
  }
  .footer_links_item a:hover .footer_links_item_img img {
    transform: scale(1.1);
  }
}
.footer_links_item_tit {
  font-size: clamp(17px, 1vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}

@media print, screen and (min-width: 641px) {/* pc only */
  .footer_links {
    max-width: 1920px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .footer_links {
    padding-inline: 5.3%;
    gap: 8px;
    margin-bottom: 80px;
  }
  .footer_links_item {
    width: calc((100% - 8px) / 2);
  }
  .footer_links_item a {
    padding: 20px 40px 20px 10px;
    border-radius: 16px;
  }
  .footer_links_item a::after {
    width: 30px;
    height: 16px;
    right: 10px;
  }
  .footer_links_item_tit {
    font-size: clamp(12px, 3.7vw, 14px);
  }
}
.footer_entry {
  background: url(../images/footer_entry_bg.png), linear-gradient(110deg, #55c0cf 0%, #01abb9 100%);
  padding-top: 150px;
  padding-bottom: 110px;
  color: #fff;
  overflow: hidden;
}
.footer_entry .footer_inner {
  position: relative;
}
.footer_entry .footer_inner::before {
  display: block;
  content: "";
  width: 400px;
  aspect-ratio: 1;
  background: #01abb9;
  border-radius: 50%;
  filter: blur(55px);
  position: absolute;
  right: 270px;
  bottom: 100px;
}
.footer_entry .footer_inner > * {
  position: relative;
}
.footer_entry_tit {
  text-align: center;
  margin-bottom: 55px;
}
.footer_entry_text {
  font-size: 20px;
  text-align: center;
}
.footer_entry_btn {
  margin-top: 40px;
}
.footer_entry_btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: var(--yellow-color);
  font-size: 16px;
  line-height: 1.6;
  border-radius: 36px;
  padding: 22px 94px 22px 40px;
  margin-inline: auto;
  position: relative;
}
.footer_entry_btn a, .footer_entry_btn a:hover {
  color: var(--text-color);
}
.footer_entry_btn a::before {
  display: block;
  content: "";
  width: 44px;
  height: 20px;
  border-radius: 10px;
  background: url(../images/arrow.png) #222 center/10px auto no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .footer_entry_btn a {
    transition: 0.2s ease-in;
  }
  .footer_entry_btn a:hover {
    background-color: #222;
    color: #fff;
  }
  .footer_entry_btn a::before {
    transition: background-color 0.2s;
  }
  .footer_entry_btn a:hover::before {
    background-image: url(../images/arrow_black.png);
    background-color: var(--yellow-color);
  }
}

@media print, screen and (min-width: 641px) {/* pc only */
  .footer_entry_btn a {
    min-width: 392px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .footer_entry {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 960px auto;
  }
  .footer_entry .footer_inner::before {
    width: auto;
    height: 90%;
    right: auto;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .footer_entry_tit {
    max-width: 310px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .footer_entry_text {
    font-size: 16px;
  }
  .footer_entry_btn a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer_theme {
  background: #fff;
  text-align: center;
}
.footer_theme .footer_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer_theme_text {
  height: 0;
  padding-top: 64px;
  background: url(../images/footer_theme.png) center top/cover no-repeat;
  overflow: hidden;
}

@media print, screen and (min-width: 641px) {/* pc only */
  .footer_theme .footer_inner {
    max-width: 932px;
    height: 280px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .footer_theme .footer_inner {
    padding-block: 40px;
  }
  .footer_theme_text {
    padding-top: 6.8%;
  }
}
.footer_btm {
  background: #2d3033;
  padding-top: 105px;
  line-height: 1.8;
}
.footer_btm,
.footer_btm a {
  color: #fff;
}
.footer_navWrap {
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 55px;
}
.footer_logo_tit {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}
.footer_copy {
  line-height: 1.4;
  margin-top: 50px;
}
.footer_copy small {
  font-family: adrianna, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.footer_nav {
  letter-spacing: 0.1em;
}
.footer_nav_tit:not(:last-child), .footer_nav_group:not(:last-child) {
  margin-bottom: 20px;
}
.footer_nav_tit {
  display: block;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (hover: hover) {
  .footer_nav a.footer_nav_tit {
    transition: border-color 0.2s ease-in;
  }
  .footer_nav a.footer_nav_tit:hover {
    border-color: #fff;
  }
  .footer_nav_sub a {
    transition: color 0.2s ease-in;
  }
  .footer_nav_sub a:hover {
    color: var(--yellow-color);
  }
}
.footer_nav_sub_item {
  font-size: 13px;
}
.footer_nav_sub_item:not(:last-child) {
  margin-bottom: 8px;
}
.footer_nav_links_item {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 30px;
  padding: 7px 35px 7px 30px;
  background: url(../images/arrow.png) right 20px center/10px auto no-repeat;
  background-color: #000;
}
.footer_nav_links_item:not(:last-child) {
  margin-bottom: 20px;
}
.footer_nav_links_item.footer_nav_links_item-sky {
  background-color: var(--main-color);
}

@media (hover: hover) {
  .footer_nav_links_item {
    transition: background-position 0.2s ease-out;
  }
  .footer_nav_links_item:hover {
    background-position: right 15px center;
  }
}
.footer_office {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_office_list {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.footer_office_name {
  font-size: 108%;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer_office_text {
  opacity: 0.7;
}
.footer_office_text > *:not(:last-child) {
  margin-bottom: 8px;
}
.footer_end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 38px;
}
.footer_corporate {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-right: 20px;
  background: url(../images/link.png) right center/16px auto no-repeat;
  opacity: 0.7;
}

@media (hover: hover) {
  .footer_corporate {
    transition: opacity 0.2s;
  }
  .footer_corporate:hover {
    opacity: 1;
  }
}

.pagetop {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
  width: 16px;
  line-height: 1;
  cursor: pointer;
}

@media (hover: hover) {
  .pagetop {
    transition: opacity 0.3s;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 641px) {/* pc only */
  .footer_navWrap .footer_inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .footer_logoArea {
    width: 200px;
  }
  .footer_nav {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer_nav_col {
    width: 246px;
  }
  .footer_nav_links {
    width: 150px;
    padding-top: 0.4em;
  }
  .footer_office_list {
    display: flex;
    gap: 0 100px;
  }
}

@media screen and (max-width: 640px) {/* sp */
  .footer_btm {
    padding-top: 80px;
  }
  .footer_logoArea {
    margin-bottom: 50px;
  }
  .footer_copy {
    margin-top: 20px;
  }
  .footer_nav_col:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer_nav_sub {
    padding-left: 1em;
  }
  .footer_nav_links {
    max-width: 300px;
  }
  .footer_nav_links_item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer_nav_links_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_office_item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
  }
}