@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

input,
button,
textarea,
select {
  outline: none;
  font: inherit;
  background-color: transparent;
  border: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #303030;
  line-height: 2.1;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 834px) {
  body {
    min-width: inherit;
    line-height: 2;
    letter-spacing: 0.09rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

strong {
  color: #2D63B4;
}

mark {
  background: linear-gradient(to bottom, transparent 50%, rgba(248, 232, 140, 0.7) 50%);
  color: #1C3B7C;
  padding: 0 5px;
}

@media all and (min-width: 835px) and (max-width: 1250px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media all and (max-width: 375px) {
  html {
    font-size: 2.5641025641vw;
  }
}
.container {
  padding: 0 2rem;
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .container {
    padding: 0 2.75rem;
  }
}

.wrapper {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1512px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
}

img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp_only {
    display: none !important;
  }
}

.outfit {
  font-family: "Outfit", sans-serif;
}

.afacad {
  font-family: "Afacad", sans-serif;
}

#container {
  text-align: left;
}
@media screen and (min-width: 835px) {
  #container {
    overflow-x: clip;
  }
}
@media screen and (max-width: 834px) {
  #container {
    overflow: hidden;
  }
}

.ml_auto {
  margin-left: auto;
}
.mr_auto {
  margin-right: auto;
}
.m0 {
  margin: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.m5 {
  margin: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.m15 {
  margin: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.m25 {
  margin: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.m30 {
  margin: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.m35 {
  margin: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.mr35 {
  margin-right: 35px;
}
.m40 {
  margin: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.m45 {
  margin: 45px;
}
.mt45 {
  margin-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.mr45 {
  margin-right: 45px;
}
.m50 {
  margin: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.m55 {
  margin: 55px;
}
.mt55 {
  margin-top: 55px;
}
.mb55 {
  margin-bottom: 55px;
}
.ml55 {
  margin-left: 55px;
}
.mr55 {
  margin-right: 55px;
}
.m60 {
  margin: 60px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml60 {
  margin-left: 60px;
}
.mr60 {
  margin-right: 60px;
}
.m65 {
  margin: 65px;
}
.mt65 {
  margin-top: 65px;
}
.mb65 {
  margin-bottom: 65px;
}
.ml65 {
  margin-left: 65px;
}
.mr65 {
  margin-right: 65px;
}
.m70 {
  margin: 70px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.ml70 {
  margin-left: 70px;
}
.mr70 {
  margin-right: 70px;
}
.m75 {
  margin: 75px;
}
.mt75 {
  margin-top: 75px;
}
.mb75 {
  margin-bottom: 75px;
}
.ml75 {
  margin-left: 75px;
}
.mr75 {
  margin-right: 75px;
}
.m80 {
  margin: 80px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml80 {
  margin-left: 80px;
}
.mr80 {
  margin-right: 80px;
}
.m85 {
  margin: 85px;
}
.mt85 {
  margin-top: 85px;
}
.mb85 {
  margin-bottom: 85px;
}
.ml85 {
  margin-left: 85px;
}
.mr85 {
  margin-right: 85px;
}
.m90 {
  margin: 90px;
}
.mt90 {
  margin-top: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.ml90 {
  margin-left: 90px;
}
.mr90 {
  margin-right: 90px;
}
.m95 {
  margin: 95px;
}
.mt95 {
  margin-top: 95px;
}
.mb95 {
  margin-bottom: 95px;
}
.ml95 {
  margin-left: 95px;
}
.mr95 {
  margin-right: 95px;
}
.m100 {
  margin: 100px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml100 {
  margin-left: 100px;
}
.mr100 {
  margin-right: 100px;
}
.m105 {
  margin: 105px;
}
.mt105 {
  margin-top: 105px;
}
.mb105 {
  margin-bottom: 105px;
}
.ml105 {
  margin-left: 105px;
}
.mr105 {
  margin-right: 105px;
}
.m110 {
  margin: 110px;
}
.mt110 {
  margin-top: 110px;
}
.mb110 {
  margin-bottom: 110px;
}
.ml110 {
  margin-left: 110px;
}
.mr110 {
  margin-right: 110px;
}
.m115 {
  margin: 115px;
}
.mt115 {
  margin-top: 115px;
}
.mb115 {
  margin-bottom: 115px;
}
.ml115 {
  margin-left: 115px;
}
.mr115 {
  margin-right: 115px;
}
.m120 {
  margin: 120px;
}
.mt120 {
  margin-top: 120px;
}
.mb120 {
  margin-bottom: 120px;
}
.ml120 {
  margin-left: 120px;
}
.mr120 {
  margin-right: 120px;
}
.m125 {
  margin: 125px;
}
.mt125 {
  margin-top: 125px;
}
.mb125 {
  margin-bottom: 125px;
}
.ml125 {
  margin-left: 125px;
}
.mr125 {
  margin-right: 125px;
}
.m130 {
  margin: 130px;
}
.mt130 {
  margin-top: 130px;
}
.mb130 {
  margin-bottom: 130px;
}
.ml130 {
  margin-left: 130px;
}
.mr130 {
  margin-right: 130px;
}
.m135 {
  margin: 135px;
}
.mt135 {
  margin-top: 135px;
}
.mb135 {
  margin-bottom: 135px;
}
.ml135 {
  margin-left: 135px;
}
.mr135 {
  margin-right: 135px;
}
.m140 {
  margin: 140px;
}
.mt140 {
  margin-top: 140px;
}
.mb140 {
  margin-bottom: 140px;
}
.ml140 {
  margin-left: 140px;
}
.mr140 {
  margin-right: 140px;
}
.m145 {
  margin: 145px;
}
.mt145 {
  margin-top: 145px;
}
.mb145 {
  margin-bottom: 145px;
}
.ml145 {
  margin-left: 145px;
}
.mr145 {
  margin-right: 145px;
}
.m150 {
  margin: 150px;
}
.mt150 {
  margin-top: 150px;
}
.mb150 {
  margin-bottom: 150px;
}
.ml150 {
  margin-left: 150px;
}
.mr150 {
  margin-right: 150px;
}
.m155 {
  margin: 155px;
}
.mt155 {
  margin-top: 155px;
}
.mb155 {
  margin-bottom: 155px;
}
.ml155 {
  margin-left: 155px;
}
.mr155 {
  margin-right: 155px;
}
.m160 {
  margin: 160px;
}
.mt160 {
  margin-top: 160px;
}
.mb160 {
  margin-bottom: 160px;
}
.ml160 {
  margin-left: 160px;
}
.mr160 {
  margin-right: 160px;
}
.m165 {
  margin: 165px;
}
.mt165 {
  margin-top: 165px;
}
.mb165 {
  margin-bottom: 165px;
}
.ml165 {
  margin-left: 165px;
}
.mr165 {
  margin-right: 165px;
}
.m170 {
  margin: 170px;
}
.mt170 {
  margin-top: 170px;
}
.mb170 {
  margin-bottom: 170px;
}
.ml170 {
  margin-left: 170px;
}
.mr170 {
  margin-right: 170px;
}
.m175 {
  margin: 175px;
}
.mt175 {
  margin-top: 175px;
}
.mb175 {
  margin-bottom: 175px;
}
.ml175 {
  margin-left: 175px;
}
.mr175 {
  margin-right: 175px;
}
.m180 {
  margin: 180px;
}
.mt180 {
  margin-top: 180px;
}
.mb180 {
  margin-bottom: 180px;
}
.ml180 {
  margin-left: 180px;
}
.mr180 {
  margin-right: 180px;
}
.m185 {
  margin: 185px;
}
.mt185 {
  margin-top: 185px;
}
.mb185 {
  margin-bottom: 185px;
}
.ml185 {
  margin-left: 185px;
}
.mr185 {
  margin-right: 185px;
}
.m190 {
  margin: 190px;
}
.mt190 {
  margin-top: 190px;
}
.mb190 {
  margin-bottom: 190px;
}
.ml190 {
  margin-left: 190px;
}
.mr190 {
  margin-right: 190px;
}
.m195 {
  margin: 195px;
}
.mt195 {
  margin-top: 195px;
}
.mb195 {
  margin-bottom: 195px;
}
.ml195 {
  margin-left: 195px;
}
.mr195 {
  margin-right: 195px;
}
.m200 {
  margin: 200px;
}
.mt200 {
  margin-top: 200px;
}
.mb200 {
  margin-bottom: 200px;
}
.ml200 {
  margin-left: 200px;
}
.mr200 {
  margin-right: 200px;
}

@media screen and (max-width: 834px) {
  .sp_m0 {
    margin: 0px !important;
  }
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_ml0 {
    margin-left: 0px !important;
  }
  .sp_mr0 {
    margin-right: 0px !important;
  }
  .sp_m5 {
    margin: 5px;
  }
  .sp_mt5 {
    margin-top: 5px;
  }
  .sp_mb5 {
    margin-bottom: 5px;
  }
  .sp_ml5 {
    margin-left: 5px;
  }
  .sp_mr5 {
    margin-right: 5px;
  }
  .sp_m10 {
    margin: 10px;
  }
  .sp_mt10 {
    margin-top: 10px;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_ml10 {
    margin-left: 10px;
  }
  .sp_mr10 {
    margin-right: 10px;
  }
  .sp_m15 {
    margin: 15px;
  }
  .sp_mt15 {
    margin-top: 15px;
  }
  .sp_mb15 {
    margin-bottom: 15px;
  }
  .sp_ml15 {
    margin-left: 15px;
  }
  .sp_mr15 {
    margin-right: 15px;
  }
  .sp_m20 {
    margin: 20px;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_ml20 {
    margin-left: 20px;
  }
  .sp_mr20 {
    margin-right: 20px;
  }
  .sp_m25 {
    margin: 25px;
  }
  .sp_mt25 {
    margin-top: 25px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_ml25 {
    margin-left: 25px;
  }
  .sp_mr25 {
    margin-right: 25px;
  }
  .sp_m30 {
    margin: 30px;
  }
  .sp_mt30 {
    margin-top: 30px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  .sp_ml30 {
    margin-left: 30px;
  }
  .sp_mr30 {
    margin-right: 30px;
  }
  .sp_m35 {
    margin: 35px;
  }
  .sp_mt35 {
    margin-top: 35px;
  }
  .sp_mb35 {
    margin-bottom: 35px;
  }
  .sp_ml35 {
    margin-left: 35px;
  }
  .sp_mr35 {
    margin-right: 35px;
  }
  .sp_m40 {
    margin: 40px;
  }
  .sp_mt40 {
    margin-top: 40px;
  }
  .sp_mb40 {
    margin-bottom: 40px;
  }
  .sp_ml40 {
    margin-left: 40px;
  }
  .sp_mr40 {
    margin-right: 40px;
  }
  .sp_m45 {
    margin: 45px;
  }
  .sp_mt45 {
    margin-top: 45px;
  }
  .sp_mb45 {
    margin-bottom: 45px;
  }
  .sp_ml45 {
    margin-left: 45px;
  }
  .sp_mr45 {
    margin-right: 45px;
  }
  .sp_m50 {
    margin: 50px;
  }
  .sp_mt50 {
    margin-top: 50px;
  }
  .sp_mb50 {
    margin-bottom: 50px;
  }
  .sp_ml50 {
    margin-left: 50px;
  }
  .sp_mr50 {
    margin-right: 50px;
  }
  .sp_m55 {
    margin: 55px;
  }
  .sp_mt55 {
    margin-top: 55px;
  }
  .sp_mb55 {
    margin-bottom: 55px;
  }
  .sp_ml55 {
    margin-left: 55px;
  }
  .sp_mr55 {
    margin-right: 55px;
  }
  .sp_m60 {
    margin: 60px;
  }
  .sp_mt60 {
    margin-top: 60px;
  }
  .sp_mb60 {
    margin-bottom: 60px;
  }
  .sp_ml60 {
    margin-left: 60px;
  }
  .sp_mr60 {
    margin-right: 60px;
  }
  .sp_m65 {
    margin: 65px;
  }
  .sp_mt65 {
    margin-top: 65px;
  }
  .sp_mb65 {
    margin-bottom: 65px;
  }
  .sp_ml65 {
    margin-left: 65px;
  }
  .sp_mr65 {
    margin-right: 65px;
  }
  .sp_m70 {
    margin: 70px;
  }
  .sp_mt70 {
    margin-top: 70px;
  }
  .sp_mb70 {
    margin-bottom: 70px;
  }
  .sp_ml70 {
    margin-left: 70px;
  }
  .sp_mr70 {
    margin-right: 70px;
  }
  .sp_m75 {
    margin: 75px;
  }
  .sp_mt75 {
    margin-top: 75px;
  }
  .sp_mb75 {
    margin-bottom: 75px;
  }
  .sp_ml75 {
    margin-left: 75px;
  }
  .sp_mr75 {
    margin-right: 75px;
  }
  .sp_m80 {
    margin: 80px;
  }
  .sp_mt80 {
    margin-top: 80px;
  }
  .sp_mb80 {
    margin-bottom: 80px;
  }
  .sp_ml80 {
    margin-left: 80px;
  }
  .sp_mr80 {
    margin-right: 80px;
  }
  .sp_m85 {
    margin: 85px;
  }
  .sp_mt85 {
    margin-top: 85px;
  }
  .sp_mb85 {
    margin-bottom: 85px;
  }
  .sp_ml85 {
    margin-left: 85px;
  }
  .sp_mr85 {
    margin-right: 85px;
  }
  .sp_m90 {
    margin: 90px;
  }
  .sp_mt90 {
    margin-top: 90px;
  }
  .sp_mb90 {
    margin-bottom: 90px;
  }
  .sp_ml90 {
    margin-left: 90px;
  }
  .sp_mr90 {
    margin-right: 90px;
  }
  .sp_m95 {
    margin: 95px;
  }
  .sp_mt95 {
    margin-top: 95px;
  }
  .sp_mb95 {
    margin-bottom: 95px;
  }
  .sp_ml95 {
    margin-left: 95px;
  }
  .sp_mr95 {
    margin-right: 95px;
  }
  .sp_m100 {
    margin: 100px;
  }
  .sp_mt100 {
    margin-top: 100px;
  }
  .sp_mb100 {
    margin-bottom: 100px;
  }
  .sp_ml100 {
    margin-left: 100px;
  }
  .sp_mr100 {
    margin-right: 100px;
  }
  .sp_m105 {
    margin: 105px;
  }
  .sp_mt105 {
    margin-top: 105px;
  }
  .sp_mb105 {
    margin-bottom: 105px;
  }
  .sp_ml105 {
    margin-left: 105px;
  }
  .sp_mr105 {
    margin-right: 105px;
  }
  .sp_m110 {
    margin: 110px;
  }
  .sp_mt110 {
    margin-top: 110px;
  }
  .sp_mb110 {
    margin-bottom: 110px;
  }
  .sp_ml110 {
    margin-left: 110px;
  }
  .sp_mr110 {
    margin-right: 110px;
  }
  .sp_m115 {
    margin: 115px;
  }
  .sp_mt115 {
    margin-top: 115px;
  }
  .sp_mb115 {
    margin-bottom: 115px;
  }
  .sp_ml115 {
    margin-left: 115px;
  }
  .sp_mr115 {
    margin-right: 115px;
  }
  .sp_m120 {
    margin: 120px;
  }
  .sp_mt120 {
    margin-top: 120px;
  }
  .sp_mb120 {
    margin-bottom: 120px;
  }
  .sp_ml120 {
    margin-left: 120px;
  }
  .sp_mr120 {
    margin-right: 120px;
  }
  .sp_m125 {
    margin: 125px;
  }
  .sp_mt125 {
    margin-top: 125px;
  }
  .sp_mb125 {
    margin-bottom: 125px;
  }
  .sp_ml125 {
    margin-left: 125px;
  }
  .sp_mr125 {
    margin-right: 125px;
  }
  .sp_m130 {
    margin: 130px;
  }
  .sp_mt130 {
    margin-top: 130px;
  }
  .sp_mb130 {
    margin-bottom: 130px;
  }
  .sp_ml130 {
    margin-left: 130px;
  }
  .sp_mr130 {
    margin-right: 130px;
  }
  .sp_m135 {
    margin: 135px;
  }
  .sp_mt135 {
    margin-top: 135px;
  }
  .sp_mb135 {
    margin-bottom: 135px;
  }
  .sp_ml135 {
    margin-left: 135px;
  }
  .sp_mr135 {
    margin-right: 135px;
  }
  .sp_m140 {
    margin: 140px;
  }
  .sp_mt140 {
    margin-top: 140px;
  }
  .sp_mb140 {
    margin-bottom: 140px;
  }
  .sp_ml140 {
    margin-left: 140px;
  }
  .sp_mr140 {
    margin-right: 140px;
  }
  .sp_m145 {
    margin: 145px;
  }
  .sp_mt145 {
    margin-top: 145px;
  }
  .sp_mb145 {
    margin-bottom: 145px;
  }
  .sp_ml145 {
    margin-left: 145px;
  }
  .sp_mr145 {
    margin-right: 145px;
  }
  .sp_m150 {
    margin: 150px;
  }
  .sp_mt150 {
    margin-top: 150px;
  }
  .sp_mb150 {
    margin-bottom: 150px;
  }
  .sp_ml150 {
    margin-left: 150px;
  }
  .sp_mr150 {
    margin-right: 150px;
  }
  .sp_m155 {
    margin: 155px;
  }
  .sp_mt155 {
    margin-top: 155px;
  }
  .sp_mb155 {
    margin-bottom: 155px;
  }
  .sp_ml155 {
    margin-left: 155px;
  }
  .sp_mr155 {
    margin-right: 155px;
  }
  .sp_m160 {
    margin: 160px;
  }
  .sp_mt160 {
    margin-top: 160px;
  }
  .sp_mb160 {
    margin-bottom: 160px;
  }
  .sp_ml160 {
    margin-left: 160px;
  }
  .sp_mr160 {
    margin-right: 160px;
  }
  .sp_m165 {
    margin: 165px;
  }
  .sp_mt165 {
    margin-top: 165px;
  }
  .sp_mb165 {
    margin-bottom: 165px;
  }
  .sp_ml165 {
    margin-left: 165px;
  }
  .sp_mr165 {
    margin-right: 165px;
  }
  .sp_m170 {
    margin: 170px;
  }
  .sp_mt170 {
    margin-top: 170px;
  }
  .sp_mb170 {
    margin-bottom: 170px;
  }
  .sp_ml170 {
    margin-left: 170px;
  }
  .sp_mr170 {
    margin-right: 170px;
  }
  .sp_m175 {
    margin: 175px;
  }
  .sp_mt175 {
    margin-top: 175px;
  }
  .sp_mb175 {
    margin-bottom: 175px;
  }
  .sp_ml175 {
    margin-left: 175px;
  }
  .sp_mr175 {
    margin-right: 175px;
  }
  .sp_m180 {
    margin: 180px;
  }
  .sp_mt180 {
    margin-top: 180px;
  }
  .sp_mb180 {
    margin-bottom: 180px;
  }
  .sp_ml180 {
    margin-left: 180px;
  }
  .sp_mr180 {
    margin-right: 180px;
  }
  .sp_m185 {
    margin: 185px;
  }
  .sp_mt185 {
    margin-top: 185px;
  }
  .sp_mb185 {
    margin-bottom: 185px;
  }
  .sp_ml185 {
    margin-left: 185px;
  }
  .sp_mr185 {
    margin-right: 185px;
  }
  .sp_m190 {
    margin: 190px;
  }
  .sp_mt190 {
    margin-top: 190px;
  }
  .sp_mb190 {
    margin-bottom: 190px;
  }
  .sp_ml190 {
    margin-left: 190px;
  }
  .sp_mr190 {
    margin-right: 190px;
  }
  .sp_m195 {
    margin: 195px;
  }
  .sp_mt195 {
    margin-top: 195px;
  }
  .sp_mb195 {
    margin-bottom: 195px;
  }
  .sp_ml195 {
    margin-left: 195px;
  }
  .sp_mr195 {
    margin-right: 195px;
  }
  .sp_m200 {
    margin: 200px;
  }
  .sp_mt200 {
    margin-top: 200px;
  }
  .sp_mb200 {
    margin-bottom: 200px;
  }
  .sp_ml200 {
    margin-left: 200px;
  }
  .sp_mr200 {
    margin-right: 200px;
  }
}

.p0 {
  padding: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.p15 {
  padding: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.p25 {
  padding: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}
.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.p35 {
  padding: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.pr35 {
  padding-right: 35px;
}
.p40 {
  padding: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 40px;
}
.p45 {
  padding: 45px;
}
.pt45 {
  padding-top: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pl45 {
  padding-left: 45px;
}
.pr45 {
  padding-right: 45px;
}
.p50 {
  padding: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.p55 {
  padding: 55px;
}
.pt55 {
  padding-top: 55px;
}
.pb55 {
  padding-bottom: 55px;
}
.pl55 {
  padding-left: 55px;
}
.pr55 {
  padding-right: 55px;
}
.p60 {
  padding: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
.pr60 {
  padding-right: 60px;
}
.p65 {
  padding: 65px;
}
.pt65 {
  padding-top: 65px;
}
.pb65 {
  padding-bottom: 65px;
}
.pl65 {
  padding-left: 65px;
}
.pr65 {
  padding-right: 65px;
}
.p70 {
  padding: 70px;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.pl70 {
  padding-left: 70px;
}
.pr70 {
  padding-right: 70px;
}
.p75 {
  padding: 75px;
}
.pt75 {
  padding-top: 75px;
}
.pb75 {
  padding-bottom: 75px;
}
.pl75 {
  padding-left: 75px;
}
.pr75 {
  padding-right: 75px;
}
.p80 {
  padding: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.pl80 {
  padding-left: 80px;
}
.pr80 {
  padding-right: 80px;
}
.p85 {
  padding: 85px;
}
.pt85 {
  padding-top: 85px;
}
.pb85 {
  padding-bottom: 85px;
}
.pl85 {
  padding-left: 85px;
}
.pr85 {
  padding-right: 85px;
}
.p90 {
  padding: 90px;
}
.pt90 {
  padding-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.pl90 {
  padding-left: 90px;
}
.pr90 {
  padding-right: 90px;
}
.p95 {
  padding: 95px;
}
.pt95 {
  padding-top: 95px;
}
.pb95 {
  padding-bottom: 95px;
}
.pl95 {
  padding-left: 95px;
}
.pr95 {
  padding-right: 95px;
}
.p100 {
  padding: 100px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl100 {
  padding-left: 100px;
}
.pr100 {
  padding-right: 100px;
}
.p105 {
  padding: 105px;
}
.pt105 {
  padding-top: 105px;
}
.pb105 {
  padding-bottom: 105px;
}
.pl105 {
  padding-left: 105px;
}
.pr105 {
  padding-right: 105px;
}
.p110 {
  padding: 110px;
}
.pt110 {
  padding-top: 110px;
}
.pb110 {
  padding-bottom: 110px;
}
.pl110 {
  padding-left: 110px;
}
.pr110 {
  padding-right: 110px;
}
.p115 {
  padding: 115px;
}
.pt115 {
  padding-top: 115px;
}
.pb115 {
  padding-bottom: 115px;
}
.pl115 {
  padding-left: 115px;
}
.pr115 {
  padding-right: 115px;
}
.p120 {
  padding: 120px;
}
.pt120 {
  padding-top: 120px;
}
.pb120 {
  padding-bottom: 120px;
}
.pl120 {
  padding-left: 120px;
}
.pr120 {
  padding-right: 120px;
}
.p125 {
  padding: 125px;
}
.pt125 {
  padding-top: 125px;
}
.pb125 {
  padding-bottom: 125px;
}
.pl125 {
  padding-left: 125px;
}
.pr125 {
  padding-right: 125px;
}
.p130 {
  padding: 130px;
}
.pt130 {
  padding-top: 130px;
}
.pb130 {
  padding-bottom: 130px;
}
.pl130 {
  padding-left: 130px;
}
.pr130 {
  padding-right: 130px;
}
.p135 {
  padding: 135px;
}
.pt135 {
  padding-top: 135px;
}
.pb135 {
  padding-bottom: 135px;
}
.pl135 {
  padding-left: 135px;
}
.pr135 {
  padding-right: 135px;
}
.p140 {
  padding: 140px;
}
.pt140 {
  padding-top: 140px;
}
.pb140 {
  padding-bottom: 140px;
}
.pl140 {
  padding-left: 140px;
}
.pr140 {
  padding-right: 140px;
}
.p145 {
  padding: 145px;
}
.pt145 {
  padding-top: 145px;
}
.pb145 {
  padding-bottom: 145px;
}
.pl145 {
  padding-left: 145px;
}
.pr145 {
  padding-right: 145px;
}
.p150 {
  padding: 150px;
}
.pt150 {
  padding-top: 150px;
}
.pb150 {
  padding-bottom: 150px;
}
.pl150 {
  padding-left: 150px;
}
.pr150 {
  padding-right: 150px;
}
.p155 {
  padding: 155px;
}
.pt155 {
  padding-top: 155px;
}
.pb155 {
  padding-bottom: 155px;
}
.pl155 {
  padding-left: 155px;
}
.pr155 {
  padding-right: 155px;
}
.p160 {
  padding: 160px;
}
.pt160 {
  padding-top: 160px;
}
.pb160 {
  padding-bottom: 160px;
}
.pl160 {
  padding-left: 160px;
}
.pr160 {
  padding-right: 160px;
}
.p165 {
  padding: 165px;
}
.pt165 {
  padding-top: 165px;
}
.pb165 {
  padding-bottom: 165px;
}
.pl165 {
  padding-left: 165px;
}
.pr165 {
  padding-right: 165px;
}
.p170 {
  padding: 170px;
}
.pt170 {
  padding-top: 170px;
}
.pb170 {
  padding-bottom: 170px;
}
.pl170 {
  padding-left: 170px;
}
.pr170 {
  padding-right: 170px;
}
.p175 {
  padding: 175px;
}
.pt175 {
  padding-top: 175px;
}
.pb175 {
  padding-bottom: 175px;
}
.pl175 {
  padding-left: 175px;
}
.pr175 {
  padding-right: 175px;
}
.p180 {
  padding: 180px;
}
.pt180 {
  padding-top: 180px;
}
.pb180 {
  padding-bottom: 180px;
}
.pl180 {
  padding-left: 180px;
}
.pr180 {
  padding-right: 180px;
}
.p185 {
  padding: 185px;
}
.pt185 {
  padding-top: 185px;
}
.pb185 {
  padding-bottom: 185px;
}
.pl185 {
  padding-left: 185px;
}
.pr185 {
  padding-right: 185px;
}
.p190 {
  padding: 190px;
}
.pt190 {
  padding-top: 190px;
}
.pb190 {
  padding-bottom: 190px;
}
.pl190 {
  padding-left: 190px;
}
.pr190 {
  padding-right: 190px;
}
.p195 {
  padding: 195px;
}
.pt195 {
  padding-top: 195px;
}
.pb195 {
  padding-bottom: 195px;
}
.pl195 {
  padding-left: 195px;
}
.pr195 {
  padding-right: 195px;
}
.p200 {
  padding: 200px;
}
.pt200 {
  padding-top: 200px;
}
.pb200 {
  padding-bottom: 200px;
}
.pl200 {
  padding-left: 200px;
}
.pr200 {
  padding-right: 200px;
}

@media screen and (max-width: 834px) {
  .sp_p0 {
    padding: 0px !important;
  }
  .sp_pt0 {
    padding-top: 0px !important;
  }
  .sp_pb0 {
    padding-bottom: 0px !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0px !important;
  }
  .sp_p5 {
    padding: 5px;
  }
  .sp_pt5 {
    padding-top: 5px;
  }
  .sp_pb5 {
    padding-bottom: 5px;
  }
  .sp_pl5 {
    padding-left: 5px;
  }
  .sp_pr5 {
    padding-right: 5px;
  }
  .sp_p10 {
    padding: 10px;
  }
  .sp_pt10 {
    padding-top: 10px;
  }
  .sp_pb10 {
    padding-bottom: 10px;
  }
  .sp_pl10 {
    padding-left: 10px;
  }
  .sp_pr10 {
    padding-right: 10px;
  }
  .sp_p15 {
    padding: 15px;
  }
  .sp_pt15 {
    padding-top: 15px;
  }
  .sp_pb15 {
    padding-bottom: 15px;
  }
  .sp_pl15 {
    padding-left: 15px;
  }
  .sp_pr15 {
    padding-right: 15px;
  }
  .sp_p20 {
    padding: 20px;
  }
  .sp_pt20 {
    padding-top: 20px;
  }
  .sp_pb20 {
    padding-bottom: 20px;
  }
  .sp_pl20 {
    padding-left: 20px;
  }
  .sp_pr20 {
    padding-right: 20px;
  }
  .sp_p25 {
    padding: 25px;
  }
  .sp_pt25 {
    padding-top: 25px;
  }
  .sp_pb25 {
    padding-bottom: 25px;
  }
  .sp_pl25 {
    padding-left: 25px;
  }
  .sp_pr25 {
    padding-right: 25px;
  }
  .sp_p30 {
    padding: 30px;
  }
  .sp_pt30 {
    padding-top: 30px;
  }
  .sp_pb30 {
    padding-bottom: 30px;
  }
  .sp_pl30 {
    padding-left: 30px;
  }
  .sp_pr30 {
    padding-right: 30px;
  }
  .sp_p35 {
    padding: 35px;
  }
  .sp_pt35 {
    padding-top: 35px;
  }
  .sp_pb35 {
    padding-bottom: 35px;
  }
  .sp_pl35 {
    padding-left: 35px;
  }
  .sp_pr35 {
    padding-right: 35px;
  }
  .sp_p40 {
    padding: 40px;
  }
  .sp_pt40 {
    padding-top: 40px;
  }
  .sp_pb40 {
    padding-bottom: 40px;
  }
  .sp_pl40 {
    padding-left: 40px;
  }
  .sp_pr40 {
    padding-right: 40px;
  }
  .sp_p45 {
    padding: 45px;
  }
  .sp_pt45 {
    padding-top: 45px;
  }
  .sp_pb45 {
    padding-bottom: 45px;
  }
  .sp_pl45 {
    padding-left: 45px;
  }
  .sp_pr45 {
    padding-right: 45px;
  }
  .sp_p50 {
    padding: 50px;
  }
  .sp_pt50 {
    padding-top: 50px;
  }
  .sp_pb50 {
    padding-bottom: 50px;
  }
  .sp_pl50 {
    padding-left: 50px;
  }
  .sp_pr50 {
    padding-right: 50px;
  }
  .sp_p55 {
    padding: 55px;
  }
  .sp_pt55 {
    padding-top: 55px;
  }
  .sp_pb55 {
    padding-bottom: 55px;
  }
  .sp_pl55 {
    padding-left: 55px;
  }
  .sp_pr55 {
    padding-right: 55px;
  }
  .sp_p60 {
    padding: 60px;
  }
  .sp_pt60 {
    padding-top: 60px;
  }
  .sp_pb60 {
    padding-bottom: 60px;
  }
  .sp_pl60 {
    padding-left: 60px;
  }
  .sp_pr60 {
    padding-right: 60px;
  }
  .sp_p65 {
    padding: 65px;
  }
  .sp_pt65 {
    padding-top: 65px;
  }
  .sp_pb65 {
    padding-bottom: 65px;
  }
  .sp_pl65 {
    padding-left: 65px;
  }
  .sp_pr65 {
    padding-right: 65px;
  }
  .sp_p70 {
    padding: 70px;
  }
  .sp_pt70 {
    padding-top: 70px;
  }
  .sp_pb70 {
    padding-bottom: 70px;
  }
  .sp_pl70 {
    padding-left: 70px;
  }
  .sp_pr70 {
    padding-right: 70px;
  }
  .sp_p75 {
    padding: 75px;
  }
  .sp_pt75 {
    padding-top: 75px;
  }
  .sp_pb75 {
    padding-bottom: 75px;
  }
  .sp_pl75 {
    padding-left: 75px;
  }
  .sp_pr75 {
    padding-right: 75px;
  }
  .sp_p80 {
    padding: 80px;
  }
  .sp_pt80 {
    padding-top: 80px;
  }
  .sp_pb80 {
    padding-bottom: 80px;
  }
  .sp_pl80 {
    padding-left: 80px;
  }
  .sp_pr80 {
    padding-right: 80px;
  }
  .sp_p85 {
    padding: 85px;
  }
  .sp_pt85 {
    padding-top: 85px;
  }
  .sp_pb85 {
    padding-bottom: 85px;
  }
  .sp_pl85 {
    padding-left: 85px;
  }
  .sp_pr85 {
    padding-right: 85px;
  }
  .sp_p90 {
    padding: 90px;
  }
  .sp_pt90 {
    padding-top: 90px;
  }
  .sp_pb90 {
    padding-bottom: 90px;
  }
  .sp_pl90 {
    padding-left: 90px;
  }
  .sp_pr90 {
    padding-right: 90px;
  }
  .sp_p95 {
    padding: 95px;
  }
  .sp_pt95 {
    padding-top: 95px;
  }
  .sp_pb95 {
    padding-bottom: 95px;
  }
  .sp_pl95 {
    padding-left: 95px;
  }
  .sp_pr95 {
    padding-right: 95px;
  }
  .sp_p100 {
    padding: 100px;
  }
  .sp_pt100 {
    padding-top: 100px;
  }
  .sp_pb100 {
    padding-bottom: 100px;
  }
  .sp_pl100 {
    padding-left: 100px;
  }
  .sp_pr100 {
    padding-right: 100px;
  }
  .sp_p105 {
    padding: 105px;
  }
  .sp_pt105 {
    padding-top: 105px;
  }
  .sp_pb105 {
    padding-bottom: 105px;
  }
  .sp_pl105 {
    padding-left: 105px;
  }
  .sp_pr105 {
    padding-right: 105px;
  }
  .sp_p110 {
    padding: 110px;
  }
  .sp_pt110 {
    padding-top: 110px;
  }
  .sp_pb110 {
    padding-bottom: 110px;
  }
  .sp_pl110 {
    padding-left: 110px;
  }
  .sp_pr110 {
    padding-right: 110px;
  }
  .sp_p115 {
    padding: 115px;
  }
  .sp_pt115 {
    padding-top: 115px;
  }
  .sp_pb115 {
    padding-bottom: 115px;
  }
  .sp_pl115 {
    padding-left: 115px;
  }
  .sp_pr115 {
    padding-right: 115px;
  }
  .sp_p120 {
    padding: 120px;
  }
  .sp_pt120 {
    padding-top: 120px;
  }
  .sp_pb120 {
    padding-bottom: 120px;
  }
  .sp_pl120 {
    padding-left: 120px;
  }
  .sp_pr120 {
    padding-right: 120px;
  }
  .sp_p125 {
    padding: 125px;
  }
  .sp_pt125 {
    padding-top: 125px;
  }
  .sp_pb125 {
    padding-bottom: 125px;
  }
  .sp_pl125 {
    padding-left: 125px;
  }
  .sp_pr125 {
    padding-right: 125px;
  }
  .sp_p130 {
    padding: 130px;
  }
  .sp_pt130 {
    padding-top: 130px;
  }
  .sp_pb130 {
    padding-bottom: 130px;
  }
  .sp_pl130 {
    padding-left: 130px;
  }
  .sp_pr130 {
    padding-right: 130px;
  }
  .sp_p135 {
    padding: 135px;
  }
  .sp_pt135 {
    padding-top: 135px;
  }
  .sp_pb135 {
    padding-bottom: 135px;
  }
  .sp_pl135 {
    padding-left: 135px;
  }
  .sp_pr135 {
    padding-right: 135px;
  }
  .sp_p140 {
    padding: 140px;
  }
  .sp_pt140 {
    padding-top: 140px;
  }
  .sp_pb140 {
    padding-bottom: 140px;
  }
  .sp_pl140 {
    padding-left: 140px;
  }
  .sp_pr140 {
    padding-right: 140px;
  }
  .sp_p145 {
    padding: 145px;
  }
  .sp_pt145 {
    padding-top: 145px;
  }
  .sp_pb145 {
    padding-bottom: 145px;
  }
  .sp_pl145 {
    padding-left: 145px;
  }
  .sp_pr145 {
    padding-right: 145px;
  }
  .sp_p150 {
    padding: 150px;
  }
  .sp_pt150 {
    padding-top: 150px;
  }
  .sp_pb150 {
    padding-bottom: 150px;
  }
  .sp_pl150 {
    padding-left: 150px;
  }
  .sp_pr150 {
    padding-right: 150px;
  }
  .sp_p155 {
    padding: 155px;
  }
  .sp_pt155 {
    padding-top: 155px;
  }
  .sp_pb155 {
    padding-bottom: 155px;
  }
  .sp_pl155 {
    padding-left: 155px;
  }
  .sp_pr155 {
    padding-right: 155px;
  }
  .sp_p160 {
    padding: 160px;
  }
  .sp_pt160 {
    padding-top: 160px;
  }
  .sp_pb160 {
    padding-bottom: 160px;
  }
  .sp_pl160 {
    padding-left: 160px;
  }
  .sp_pr160 {
    padding-right: 160px;
  }
  .sp_p165 {
    padding: 165px;
  }
  .sp_pt165 {
    padding-top: 165px;
  }
  .sp_pb165 {
    padding-bottom: 165px;
  }
  .sp_pl165 {
    padding-left: 165px;
  }
  .sp_pr165 {
    padding-right: 165px;
  }
  .sp_p170 {
    padding: 170px;
  }
  .sp_pt170 {
    padding-top: 170px;
  }
  .sp_pb170 {
    padding-bottom: 170px;
  }
  .sp_pl170 {
    padding-left: 170px;
  }
  .sp_pr170 {
    padding-right: 170px;
  }
  .sp_p175 {
    padding: 175px;
  }
  .sp_pt175 {
    padding-top: 175px;
  }
  .sp_pb175 {
    padding-bottom: 175px;
  }
  .sp_pl175 {
    padding-left: 175px;
  }
  .sp_pr175 {
    padding-right: 175px;
  }
  .sp_p180 {
    padding: 180px;
  }
  .sp_pt180 {
    padding-top: 180px;
  }
  .sp_pb180 {
    padding-bottom: 180px;
  }
  .sp_pl180 {
    padding-left: 180px;
  }
  .sp_pr180 {
    padding-right: 180px;
  }
  .sp_p185 {
    padding: 185px;
  }
  .sp_pt185 {
    padding-top: 185px;
  }
  .sp_pb185 {
    padding-bottom: 185px;
  }
  .sp_pl185 {
    padding-left: 185px;
  }
  .sp_pr185 {
    padding-right: 185px;
  }
  .sp_p190 {
    padding: 190px;
  }
  .sp_pt190 {
    padding-top: 190px;
  }
  .sp_pb190 {
    padding-bottom: 190px;
  }
  .sp_pl190 {
    padding-left: 190px;
  }
  .sp_pr190 {
    padding-right: 190px;
  }
  .sp_p195 {
    padding: 195px;
  }
  .sp_pt195 {
    padding-top: 195px;
  }
  .sp_pb195 {
    padding-bottom: 195px;
  }
  .sp_pl195 {
    padding-left: 195px;
  }
  .sp_pr195 {
    padding-right: 195px;
  }
  .sp_p200 {
    padding: 200px;
  }
  .sp_pt200 {
    padding-top: 200px;
  }
  .sp_pb200 {
    padding-bottom: 200px;
  }
  .sp_pl200 {
    padding-left: 200px;
  }
  .sp_pr200 {
    padding-right: 200px;
  }
}

.r0 {
  border-radius: 0px !important;
}
.r1 {
  border-radius: 1px;
  overflow: hidden;
}
.r2 {
  border-radius: 2px;
  overflow: hidden;
}
.r3 {
  border-radius: 3px;
  overflow: hidden;
}
.r4 {
  border-radius: 4px;
  overflow: hidden;
}
.r5 {
  border-radius: 5px;
  overflow: hidden;
}
.r6 {
  border-radius: 6px;
  overflow: hidden;
}
.r7 {
  border-radius: 7px;
  overflow: hidden;
}
.r8 {
  border-radius: 8px;
  overflow: hidden;
}
.r9 {
  border-radius: 9px;
  overflow: hidden;
}
.r10 {
  border-radius: 10px;
  overflow: hidden;
}
.r11 {
  border-radius: 11px;
  overflow: hidden;
}
.r12 {
  border-radius: 12px;
  overflow: hidden;
}
.r13 {
  border-radius: 13px;
  overflow: hidden;
}
.r14 {
  border-radius: 14px;
  overflow: hidden;
}
.r15 {
  border-radius: 15px;
  overflow: hidden;
}
.r16 {
  border-radius: 16px;
  overflow: hidden;
}
.r17 {
  border-radius: 17px;
  overflow: hidden;
}
.r18 {
  border-radius: 18px;
  overflow: hidden;
}
.r19 {
  border-radius: 19px;
  overflow: hidden;
}
.r20 {
  border-radius: 20px;
  overflow: hidden;
}
.r21 {
  border-radius: 21px;
  overflow: hidden;
}
.r22 {
  border-radius: 22px;
  overflow: hidden;
}
.r23 {
  border-radius: 23px;
  overflow: hidden;
}
.r24 {
  border-radius: 24px;
  overflow: hidden;
}
.r25 {
  border-radius: 25px;
  overflow: hidden;
}
.r26 {
  border-radius: 26px;
  overflow: hidden;
}
.r27 {
  border-radius: 27px;
  overflow: hidden;
}
.r28 {
  border-radius: 28px;
  overflow: hidden;
}
.r29 {
  border-radius: 29px;
  overflow: hidden;
}
.r30 {
  border-radius: 30px;
  overflow: hidden;
}
.r31 {
  border-radius: 31px;
  overflow: hidden;
}
.r32 {
  border-radius: 32px;
  overflow: hidden;
}
.r33 {
  border-radius: 33px;
  overflow: hidden;
}
.r34 {
  border-radius: 34px;
  overflow: hidden;
}
.r35 {
  border-radius: 35px;
  overflow: hidden;
}
.r36 {
  border-radius: 36px;
  overflow: hidden;
}
.r37 {
  border-radius: 37px;
  overflow: hidden;
}
.r38 {
  border-radius: 38px;
  overflow: hidden;
}
.r39 {
  border-radius: 39px;
  overflow: hidden;
}
.r40 {
  border-radius: 40px;
  overflow: hidden;
}

.ta_center {
  text-align: center;
}
.ta_left {
  text-align: left;
}
.ta_right {
  text-align: right;
}

@media screen and (max-width: 834px) {
  .sp_ta_center {
    text-align: center;
  }
  .sp_ta_left {
    text-align: left;
  }
  .sp_ta_right {
    text-align: right;
  }
}

.color_bg-main {
  background-color: #2D63B4 !important;
}
.color_bg-main-light {
  background-color: #EEF1F5 !important;
}
.color_bg-main-dark {
  background-color: #1C3B7C !important;
}
.color_bg-sub {
  background-color: #F8E88C !important;
}
.color_bg-sub2 {
  background-color: #d3d7e3 !important;
}
.color_bg-gray-white {
  background-color: #eff2f7 !important;
}
.color_bg-gray-light {
  background-color: #F0EDED !important;
}
.color_bg-gray {
  background-color: #ADAFB5 !important;
}
.color_bg-gray-dark {
  background-color: #626671 !important;
}
.color_bg-gray-black {
  background-color: #212121 !important;
}
.color_bg-white {
  background-color: #FFFFFF !important;
}
.color_bg-line {
  background-color: #54c829 !important;
}
.color_text-main {
  color: #2D63B4 !important;
}
.color_text-main-light {
  color: #EEF1F5 !important;
}
.color_text-main-dark {
  color: #1C3B7C !important;
}
.color_text-sub {
  color: #F8E88C !important;
}
.color_text-sub2 {
  color: #d3d7e3 !important;
}
.color_text-gray-white {
  color: #eff2f7 !important;
}
.color_text-gray-light {
  color: #F0EDED !important;
}
.color_text-gray {
  color: #ADAFB5 !important;
}
.color_text-gray-dark {
  color: #626671 !important;
}
.color_text-gray-black {
  color: #212121 !important;
}
.color_text-white {
  color: #FFFFFF !important;
}
.color_text-link {
  color: #2DABF1 !important;
}
.color_text-error {
  color: #CEA1A1 !important;
}
.color_text-line {
  color: #54c829 !important;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
a[href^="tel:"] a:hover,
a[href^="tel:"] a:hover img {
  opacity: 1 !important;
}

.com-link a {
  padding: 0 6.7rem 0 4rem;
  display: inline-flex;
  align-items: center;
  min-height: 6.9rem;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  border-radius: 5rem;
  color: #303030;
  background-color: #fff;
  border: 1px solid #ADAFB5;
  position: relative;
  z-index: 1;
}
.com-link a::after {
  width: 4rem;
  height: 4rem;
  background-color: #F8E88C;
  position: absolute;
  right: 1rem;
  border-radius: 100%;
  content: "";
  transition: all ease 0.3s;
}
.com-link a::before {
  width: 2.3rem;
  height: 0.6rem;
  background: url(assets/img/arrow01.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  content: "";
  z-index: 1;
  transition: all ease 0.3s;
}
@media screen and (min-width: 835px) {
  .com-link a:hover {
    background-color: #F8E88C;
  }
  .com-link a:hover::after {
    transform: scale(1.15);
    transform-origin: center center;
    background-color: #2D63B4;
  }
  .com-link a:hover::before {
    background-image: url(assets/img/arrow01_white.png);
  }
}
@media screen and (max-width: 834px) {
  .com-link a {
    padding: 0 6.3rem 0 2rem;
    min-height: 6rem;
    background-position: right 1rem center;
  }
}

.com-blue {
  color: #2D63B4;
}

.com-google-link {
  width: 18rem;
}
@media screen and (max-width: 834px) {
  .com-google-link {
    width: auto;
  }
}
.com-google-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.9rem;
  background-color: #fff;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: #1C3B7C;
  letter-spacing: 0.128rem;
  border: 1px solid #1C3B7C;
}
@media screen and (min-width: 835px) {
  .com-google-link a:hover {
    background-color: #EEF1F5 !important;
  }
}
@media screen and (max-width: 834px) {
  .com-google-link a {
    min-height: 4.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }
}

.com-link02 {
  width: 18rem;
}
@media screen and (max-width: 834px) {
  .com-link02 {
    width: auto;
  }
}
.com-link02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.9rem;
  background-color: #2D63B4;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0.128rem;
}
@media screen and (min-width: 835px) {
  .com-link02 a:hover {
    background-color: #1C3B7C;
  }
}
@media screen and (max-width: 834px) {
  .com-link02 a {
    min-height: 4.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }
}

.com-info-sp-list {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.com-info-sp-list-item {
  width: calc((100% - 1rem) / 2);
}
.com-info-sp-list-item a {
  display: flex;
  align-items: center;
  min-height: 5rem;
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
  background: #FFFFFF url(assets/img/icon09.png) no-repeat right 1rem center;
  padding: 0 1rem;
  background-size: 0.65rem auto;
}

.com-info-box {
  margin-bottom: 3.3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .com-info-box {
    margin-bottom: 2.8rem;
    display: block;
  }
}
.com-info-box-left {
  width: 56.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-left {
    margin-bottom: 3rem;
    width: auto;
  }
}
.com-info-box-right {
  width: 56.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-right {
    width: auto !important;
  }
}
.com-info-box table {
  margin-bottom: 2rem;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 834px) {
  .com-info-box table {
    margin-bottom: 1.5rem;
  }
}
.com-info-box table th {
  font-size: 1.6rem;
  padding: 1.3rem 0.2rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background-color: #2D63B4;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 834px) {
  .com-info-box table th {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
    padding: 0.5rem 0.2rem 0.7rem;
  }
}
.com-info-box table th:first-child {
  width: 41%;
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 834px) {
  .com-info-box table th:first-child {
    width: 27%;
    padding-left: 1rem;
  }
}
.com-info-box table td {
  font-size: 2rem;
  padding: 0.9rem 0.4rem 0.8rem;
  text-align: center;
  vertical-align: middle;
  color: #1C3B7C;
  letter-spacing: 0.2rem;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .com-info-box table td {
    font-size: 1.5rem;
    line-height: 1.13;
    letter-spacing: 0.15rem;
  }
}
.com-info-box table td:first-child {
  text-align: left;
  padding-left: 3rem;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .com-info-box table td:first-child {
    padding-left: 1rem;
  }
}
.com-info-box table td img {
  margin: 0 auto;
  width: 1.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-box table td img {
    width: 1.4rem;
  }
}
@media screen and (min-width: 835px) {
  .com-info-box table tr:nth-child(3) td {
    padding-top: 0;
  }
}
.com-info-box-dl {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .com-info-box-dl {
    margin-bottom: 1rem;
  }
}
.com-info-box-dl-dt {
  margin-bottom: 0.5rem;
  width: 7rem;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.128rem;
  background-color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-info-box-dl-dt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    width: 6rem;
    padding: 0.1rem 0 0.25rem;
  }
}
.com-info-box-dl-item {
  margin-bottom: 0.5rem;
  width: calc(100% - 7rem);
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
  padding-left: 1rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-dl-item {
    padding-top: 0.2rem;
    padding-left: 0.5rem;
    width: calc(100% - 6rem);
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.com-info-box-text {
  margin-bottom: 1.1rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-text {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.54;
    letter-spacing: 0;
  }
}
.com-info-box-link-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .com-info-box-link-list {
    gap: 0 0.5rem;
  }
}
.com-info-box-link-list li {
  margin-right: 1rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-link-list li {
    margin: 0;
    width: calc((100% - 0.5rem) / 2);
  }
}
.com-info-box-link-list li:last-child {
  margin-right: 0;
}

.com-tel-link {
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .com-tel-link {
    margin-bottom: 1rem;
  }
}
.com-tel-link a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-tel-link a {
    display: block;
    position: relative;
  }
  .com-tel-link a::after {
    width: 3.1rem;
    height: 3.1rem;
    background: url(assets/img/icon04.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
  }
}
.com-tel-link-photo {
  width: 16rem;
}
@media screen and (max-width: 834px) {
  .com-tel-link-photo {
    width: auto !important;
  }
  .com-tel-link-photo img {
    width: 100%;
  }
}
.com-tel-link-txt-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .com-tel-link-txt-box {
    display: block;
    text-align: center;
    padding: 1rem;
  }
}
.com-tel-link-txt {
  font-size: 1.6rem;
  color: #2D63B4;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 834px) {
  .com-tel-link-txt {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
.com-tel-link-btn {
  margin-top: -0.8rem;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 3.7rem;
  line-height: 1;
  background: url(assets/img/tel.png) no-repeat left center;
  background-size: 3.5rem auto;
}
@media screen and (max-width: 834px) {
  .com-tel-link-btn {
    display: inline-block;
    margin-top: -0.3rem;
    font-size: 3rem;
    padding-left: 3.2rem;
    background-size: 3rem auto;
  }
}

.com-web-link a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #F8E88C;
  position: relative;
}
@media screen and (max-width: 834px) {
  .com-web-link a {
    display: block;
  }
}
.com-web-link a::after {
  width: 3rem;
  height: 3rem;
  background: url(assets/img/icon02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 835px) {
  .com-web-link a:hover {
    background-color: #E8D567;
  }
  .com-web-link a:hover::after {
    background-image: url(assets/img/icon02_blue.png);
  }
}
.com-web-link-photo {
  width: 16rem;
}
@media screen and (max-width: 834px) {
  .com-web-link-photo {
    width: auto !important;
  }
  .com-web-link-photo img {
    width: 100%;
  }
}
.com-web-link-txt-box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 3rem 1.5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .com-web-link-txt-box {
    padding: 0.7rem 3rem;
  }
}
.com-web-link-ttl {
  margin-bottom: -0.3rem;
  width: 100%;
  line-height: 1.3;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #1C3B7C;
  letter-spacing: 0.24rem;
  border-bottom: 1px dashed #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-web-link-ttl {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: -0.2rem;
    letter-spacing: 0.2rem;
  }
}
.com-web-link-ttl .en {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: -0.2rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 834px) {
  .com-web-link-ttl .en {
    margin-right: 0.2rem;
    font-size: 3rem;
    vertical-align: -0.2rem;
  }
}
.com-web-link-txt {
  font-size: 1.6rem;
  color: #1C3B7C;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 834px) {
  .com-web-link-txt {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.com-bg {
  background: linear-gradient(transparent 0%, transparent 70%, #F8E88C 70%, #F8E88C 100%);
  background-position: center bottom 0.2rem;
}
@media screen and (max-width: 834px) {
  .com-bg {
    background: linear-gradient(transparent 0%, transparent 60%, #F8E88C 60%, #F8E88C 100%);
    background-position: center bottom;
  }
}

.com-white {
  background: linear-gradient(transparent 0%, transparent 70%, #fff 70%, #fff 100%);
}
@media screen and (max-width: 834px) {
  .com-white {
    background: linear-gradient(transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-position: center bottom;
  }
}

.com-bg-main {
  background: linear-gradient(transparent 0%, transparent 70%, #2D63B4 70%, #2D63B4 100%);
  background-position: center bottom 0.2rem;
}
@media screen and (max-width: 834px) {
  .com-bg-main {
    background: linear-gradient(transparent 0%, transparent 60%, #2D63B4 60%, #2D63B4 100%);
    background-position: center bottom;
  }
}

.heading {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #626671;
  letter-spacing: 0.065rem;
  line-height: 1.73;
}
.heading-item {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 834px) {
  .heading-item {
    margin-bottom: 0.1rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.heading02 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #2D63B4;
  text-align: center;
  border-bottom: 1px dashed #2D63B4;
  border-top: 1px dashed #2D63B4;
  letter-spacing: 0.375rem;
}
@media screen and (max-width: 834px) {
  .heading02 {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    padding: 0.4rem 0.5rem 0.6rem;
    letter-spacing: 0.3rem;
  }
}

.heading03 {
  margin-bottom: 2.3rem;
  font-size: 3rem;
  line-height: 1.67;
  font-weight: 500;
  letter-spacing: 0.45rem;
}
@media screen and (max-width: 834px) {
  .heading03 {
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    line-height: 1.37;
    letter-spacing: 0.198rem;
  }
}

.com-info-bg {
  padding: 10rem 0;
  background-color: #EEF1F5;
}
@media screen and (max-width: 834px) {
  .com-info-bg {
    padding: 4rem 0;
  }
}

.com-info-logo {
  margin: 0 auto 7.7rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .com-info-logo {
    margin-bottom: 2.3rem;
    width: 19.2rem;
  }
}
.com-info-logo img {
  margin: 0 auto;
}
.com-info-inner {
  margin-bottom: 4.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .com-info-inner {
    margin-bottom: 1.5rem;
    display: block;
  }
}
.com-info-inner-left {
  width: 40.7rem;
}
@media screen and (max-width: 834px) {
  .com-info-inner-left {
    width: auto !important;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .com-info-inner .heading {
    margin-bottom: 0;
    text-align: center;
  }
}
.com-info-en {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #2D63B4;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 834px) {
  .com-info-en {
    margin-bottom: 0.8rem;
    font-size: 4.5rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.com-info-h2 {
  padding: 0.7rem 2rem 1.3rem 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #626671;
  letter-spacing: 0.065rem;
  padding-left: 1.8rem;
  border-left: 1px solid #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-info-h2 {
    padding: 0.5rem 2rem 1rem 2rem;
    line-height: 1.73;
  }
}
.com-info-h2-item {
  margin-bottom: -0.5rem;
  display: block;
  font-size: 2.5rem;
  color: #2D63B4;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 834px) {
  .com-info-h2-item {
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: 0.14rem;
  }
}
.com-info-txt {
  flex: 1;
}
.com-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem 4rem;
}
@media screen and (max-width: 834px) {
  .com-info-list {
    margin: 0 -0.5rem 3.2rem;
    gap: 0;
  }
}
.com-info-list li {
  padding: 2.8rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  width: calc(20% - 2rem);
  border-bottom: 1px dashed #1C3B7C;
  border-top: 1px dashed #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-info-list li {
    margin: 0 0.5rem;
    width: calc(33.33% - 1rem);
    display: block;
    margin-bottom: -1px;
    padding: 1.4rem 0;
  }
}
.com-info-list-img {
  width: 3rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-list-img {
    width: 3rem;
    display: block;
    margin: 0 auto 1rem;
  }
  .com-info-list-img2 {
    padding-top: 1rem;
  }
}
.com-info-list-txt {
  color: #1C3B7C;
  line-height: 1.34;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 834px) {
  .com-info-list-txt {
    display: block;
    font-size: 1.4rem;
    line-height: 1.43;
    text-align: center;
    letter-spacing: 0.07rem;
  }
}
.com-info-head {
  margin-bottom: 2.4rem;
  text-align: center;
  letter-spacing: 0.45rem;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .com-info-head {
    margin-bottom: 2.1rem;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.24rem;
  }
}
.com-info-head-bg {
  background: linear-gradient(transparent 0%, transparent 70%, #F8E88C 70%, #F8E88C 100%);
  background-position: center bottom 0.3rem;
}
.com-info-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-ul {
    display: block;
    margin: 0;
  }
}
.com-info-ul li {
  border: 1px solid #F0EDED;
  margin: 0 1.5rem;
  width: calc(33.33% - 3rem);
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-info-ul li {
    width: auto;
    margin: 0 0 1rem;
  }
  .com-info-ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .com-info-ul-photo {
    aspect-ratio: 335/150;
    position: relative;
  }
  .com-info-ul-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.com-info-ul-text-box {
  padding: 4rem 3rem 3rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .com-info-ul-text-box {
    padding: 2.5rem 2rem 1.9rem;
  }
}
.com-info-ul-ttl {
  position: absolute;
  top: -2.7rem;
  left: 0rem;
  min-width: 17.2rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.5rem 0.9rem;
  font-size: 2.3rem;
  color: #1C3B7C;
  font-weight: 500;
  letter-spacing: 0.115rem;
  line-height: 1.5;
  background-color: #F8E88C;
}
@media screen and (max-width: 834px) {
  .com-info-ul-ttl {
    padding-bottom: 0.7rem;
    font-size: 1.8rem;
    min-width: 14.5rem;
    letter-spacing: 0.09rem;
  }
}
.com-info-ul-ttl .en {
  margin-right: 1.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: 0.1rem;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-info-ul-ttl .en {
    vertical-align: -0.1rem;
    font-size: 1.8rem;
  }
}
.com-info2 .com-info-box {
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-box {
    margin-bottom: 3rem;
  }
}
.com-info2 .com-info-inner {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-inner {
    margin-bottom: 2rem;
  }
}
.com-info2 .com-info-inner-left {
  width: 63.5rem;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-inner-left {
    margin-bottom: 1.8rem;
  }
}
.com-info2 .com-info-txt {
  padding-top: 0.2rem;
  line-height: 2.133;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-txt {
    line-height: 2;
  }
}
.com-info2 .com-info-box-right {
  width: 55.5rem;
}
.com-info2 .com-tel-link-photo {
  width: 13rem;
}
.com-info2 .com-web-link-photo {
  width: 13rem;
}
.com-info2 .com-google-link a {
  min-height: 4.9rem;
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
  background-color: transparent;
}
.com-info2 .com-link02 a {
  min-height: 4.9rem;
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
}

.com-access {
  padding: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-access {
    display: block;
    padding: 0;
    background-color: transparent;
  }
}
.com-access-map {
  width: 52.5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 834px) {
  .com-access-map {
    width: auto;
    margin: 0;
  }
  .com-access-map img {
    width: 100%;
  }
}
.com-access-txt-box {
  margin-top: -0.2rem;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .com-access-txt-box {
    margin: 0;
  }
}
.com-access-en {
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  color: #2D63B4;
  letter-spacing: 0.3rem;
}
.com-access-photo {
  width: 12rem;
  margin: -5.8rem 0 4.8rem auto;
}
@media screen and (max-width: 834px) {
  .com-access-photo {
    width: 8rem;
    margin: 1rem 0 -8.2rem auto;
  }
}
.com-access-txt {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 834px) {
  .com-access-txt {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
    letter-spacing: 0.09rem;
  }
}
.com-access-text {
  margin-bottom: 1.8rem;
  padding: 0.7rem 0.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #1C3B7C;
  border-top: 1px dotted #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-access-text {
    margin-bottom: 1rem;
    padding: 1rem 0.5rem 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
.com-access-text img {
  margin-right: 1.5rem;
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@keyframes home-philosophy-project-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.com-topic_path {
  width: -moz-fit-content;
  width: fit-content;
}
.com-topic_path ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 10px;
}
.com-topic_path ul li, .com-topic_path ul a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  color: #ADAFB5;
  white-space: nowrap;
  flex-shrink: 0;
}
.com-topic_path ul li {
  position: relative;
  gap: 10px;
}
.com-topic_path ul li .icon_arrow {
  width: 7px;
  height: 10px;
  fill: #2D63B4;
}
.com-topic_path ul a {
  transition: opacity 0.3s;
}
.com-topic_path ul a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 834px) {
  .com-topic_path ul a:hover {
    opacity: 1;
  }
}
.com-topic_path ul a svg {
  width: 16px;
  height: 16px;
  fill: #2D63B4;
}
.com-topic_path-wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 16px 20px;
  overflow-x: auto;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-topic_path-wrap {
    padding: 10px 20px;
  }
}
.com-section {
  padding: 90px 0 90px;
}
@media screen and (max-width: 834px) {
  .com-section {
    padding: 50px 0 50px;
  }
}
.com-spacer-section {
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .com-spacer-section {
    margin-bottom: 50px;
  }
}
.com-spacer-large {
  margin-bottom: 60px;
}
.com-spacer-medium {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .com-spacer-medium {
    margin-bottom: 20px;
  }
}
.com-spacer-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .com-spacer-small {
    margin-bottom: 10px;
  }
}
.com-spacer-xsmall {
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .com-spacer-xsmall {
    margin-bottom: 10px;
  }
}
.com-spacer-xxsmall {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .com-spacer-xxsmall {
    margin-bottom: 5px;
  }
}
.com-contentWidth {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .com-contentWidth {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .com-contentWidth {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.com-contentWidth.__1200 {
  max-width: 1300px;
}
.com-contentWidth.__1400 {
  max-width: 1500px;
}
.com-bgc-white {
  background-color: #FFFFFF;
}
.com-bgc-main {
  background-color: #2D63B4;
}
.com-bgc-main-light {
  background-color: #EEF1F5;
}
.com-bgc-sub {
  background-color: #F8E88C;
}
.com-bgc-sub2 {
  background-color: #7194c5;
}
.com-bgc-sub3 {
  background-color: #818c91;
}
.com-bgc-gray-light {
  background-color: #F0EDED;
}
.com-bgc-gray-white {
  background-color: #eff2f7;
}
.com-c-white {
  color: #FFFFFF;
}
.com-h1 {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 834px) {
  .com-h1 {
    font-size: 2.5rem;
  }
}
.com-h1 span {
  color: #2D63B4;
}
.com-h1-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}
.com-h2 {
  display: block;
  width: 100%;
  padding: 25px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
  color: #FFFFFF;
  background-color: #2D63B4;
  border-bottom: 3px solid #1C3B7C;
  border-radius: 0px;
  font-family: "Noto Serif JP";
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .com-h2 {
    font-size: 2.4rem;
    background-size: 6rem;
    background-position: bottom right 2rem;
  }
}
.com-h2-top {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: dotted 2px #1C3B7C;
  color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-h2-top {
    font-size: 2.5rem;
  }
}
.com-h2-top span {
  color: #2D63B4;
}
.com-h2-top-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}
.com-h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP";
  font-weight: 500;
  color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-h3 {
    font-size: 1.8rem;
  }
}
.com-h4 {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #1C3B7C;
}
.com-h4-dot {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #1C3B7C;
}
.com-h4-dot:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #2D63B4;
  border-radius: 50%;
}
.com-h4-icon {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-h4-icon {
    font-size: 1.7rem;
  }
}
.com-h4-icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  fill: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-h4-icon-img {
    top: -0.2em;
  }
}
.com-accent-jp {
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .com-accent-jp {
    font-size: 2rem;
  }
}
.com-accent-jp-large {
  font-size: 3.2rem;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-large {
    font-size: 2.4rem;
  }
}
.com-accent-jp-medium {
  font-size: 1.8rem;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-medium {
    font-size: 1.6rem;
  }
}
.com-accent-jp-small {
  font-size: 1.4rem;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-small {
    font-size: 1.2rem;
  }
}
.com-accent-en-large {
  font-family: "Outfit";
  font-size: 8rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-accent-en-large {
    font-size: 5rem;
  }
}
.com-accent-en-medium {
  font-family: "Outfit";
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-accent-en-medium {
    font-size: 3.5rem;
  }
}
.com-accent-en-small {
  font-family: "Outfit";
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-accent-en-small {
    font-size: 2rem;
  }
}
.com-index {
  padding: 30px;
  border-radius: 0px;
  background-color: #eff2f7;
}
@media screen and (max-width: 834px) {
  .com-index {
    padding: 15px;
  }
}
.com-index-title {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .com-index-title {
    font-size: 1.7rem;
  }
}
.com-index-title-icon {
  width: 35px;
  height: 35px;
  fill: #2D63B4;
}
.com-index-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px dotted #d1cdc7;
}
.com-index-list-item-link-icon {
  width: 25px;
  height: 25px;
  transition: transform 0.5s ease-out;
  fill: #2D63B4;
}
.com-index-list-item-link:hover .com-index-list-item-link-icon {
  transform: translateX(5px);
}
@media screen and (max-width: 834px) {
  .com-index-list-item-link:hover .com-index-list-item-link-icon {
    transform: translateX(0);
  }
}
.com-img {
  border-radius: 0px;
  width: 100%;
  height: auto;
}
.com-col2 {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .com-col2 {
    flex-direction: column;
    gap: 40px;
  }
}
.com-col2._gap_40 {
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .com-col2._gap_40 {
    gap: 20px;
  }
}
.com-col2._gap_40 .com-col2-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 834px) {
  .com-col2._gap_40 .com-col2-item {
    width: 100%;
  }
}
.com-col2-item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 834px) {
  .com-col2-item {
    width: 100%;
  }
}
.com-col3 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .com-col3 {
    flex-direction: column;
    gap: 40px;
  }
}
.com-col3._gap_40 {
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .com-col3._gap_40 {
    gap: 20px;
  }
}
.com-col3-item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 834px) {
  .com-col3-item {
    width: 100%;
  }
}
.com-col-img_right {
  display: grid;
  grid-template-columns: 1fr calc(38% + 60px);
  grid-template-rows: auto 1fr;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .com-col-img_right {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.com-col-img_right-title {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 834px) {
  .com-col-img_right-title {
    grid-area: 1/1/2/2;
  }
}
.com-col-img_right-text {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 834px) {
  .com-col-img_right-text {
    grid-area: 3/1/4/2;
  }
}
.com-col-img_right-img {
  grid-area: 1/2/3/3;
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 60px);
  height: auto;
}
@media screen and (max-width: 834px) {
  .com-col-img_right-img {
    width: 100%;
    margin-bottom: 20px;
    grid-area: 2/1/3/2;
  }
}
.com-col-img_left {
  display: grid;
  grid-template-columns: calc(38% + 60px) 1fr;
  grid-template-rows: auto 1fr;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .com-col-img_left {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.com-col-img_left-title {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 834px) {
  .com-col-img_left-title {
    grid-area: 1/1/2/2;
  }
}
.com-col-img_left-text {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 834px) {
  .com-col-img_left-text {
    grid-area: 3/1/4/2;
  }
}
.com-col-img_left-img {
  grid-area: 1/1/3/2;
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - 60px);
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .com-col-img_left-img {
    width: 100%;
    margin-bottom: 20px;
    grid-area: 2/1/3/2;
  }
}
.com-ul-note {
  margin-bottom: 30px;
}
.com-ul-note:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-note {
    margin-bottom: 20px;
  }
}
.com-ul-note > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
.com-ul-note > li:last-child {
  margin-bottom: 0;
}
.com-ul-note > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.com-ul-dot {
  margin-bottom: 30px;
}
.com-ul-dot:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-dot {
    margin-bottom: 20px;
  }
}
.com-ul-dot > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
.com-ul-dot > li:last-child {
  margin-bottom: 0;
}
.com-ul-dot > li:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #2D63B4;
}
.com-ul-check {
  margin-bottom: 30px;
}
.com-ul-check:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-check {
    margin-bottom: 20px;
  }
}
.com-ul-check > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-bottom: 10px;
}
.com-ul-check > li:last-child {
  margin-bottom: 0;
}
.com-ul-check-icon {
  padding-top: 0.4em;
  width: 24px;
  height: 24px;
  fill: #2D63B4;
  flex-shrink: 0;
}
.com-ul-check_02 {
  margin-bottom: 30px;
}
.com-ul-check_02:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-check_02 {
    margin-bottom: 20px;
  }
}
.com-ul-check_02 > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-bottom: 10px;
}
.com-ul-check_02 > li:last-child {
  margin-bottom: 0;
}
.com-ul-check_02-icon {
  position: relative;
  top: 0.1em;
  padding: 0.2em;
  width: 30px;
  height: 30px;
  background-color: #F0EDED;
  border-radius: 0px;
  fill: #2D63B4;
  flex-shrink: 0;
  z-index: 1;
}
.com-ul-num {
  margin-bottom: 30px;
}
.com-ul-num:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-num {
    margin-bottom: 20px;
  }
}
.com-ul-num > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.com-ul-num > li:last-child {
  margin-bottom: 0;
}
.com-ul-num > li {
  counter-increment: li;
}
.com-ul-num > li:before {
  content: counter(li);
  position: absolute;
  top: 0.2rem;
  left: 1.55rem;
  transform: translateX(-50%);
  font-size: 1.4rem;
  z-index: 10;
  color: white;
}
.com-ul-num > li:after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #2D63B4;
  border-radius: 0px;
  z-index: 1;
}
.com-timeline {
  width: 100%;
  border-collapse: collapse;
}
.com-timeline th, .com-timeline td {
  padding-bottom: 10px;
}
.com-timeline th {
  padding-right: 20px;
  text-align: left;
  width: 110px;
  vertical-align: top;
}
.com-info-icon {
  width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.com-info-icon + * {
  margin-top: 0;
}
.com-point {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .com-point {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
}
.com-point-img {
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .com-point-img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.com-point-text a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.com-point-text a img {
  display: block;
  width: 100%;
  height: auto;
}
.com-point-text-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-point-text-head {
    margin-bottom: 20px;
  }
}
.com-underline {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ADAFB5;
}
.com-note {
  padding-left: 30px;
  border-left: 1px solid #626671;
}
.com-note .com-ul-note {
  color: #626671;
  font-size: 1.4rem;
}
.com-table01 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F0EDED;
  border-left: 1px solid #F0EDED;
}
.com-table01 th, .com-table01 td {
  border-bottom: 1px solid #F0EDED;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .com-table01 th, .com-table01 td {
    display: block;
    width: 100%;
  }
}
.com-table01 th {
  width: 34%;
  background-color: #eff2f7;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .com-table01 th {
    width: 100%;
    border-right: 1px solid #F0EDED;
    border-bottom: none;
  }
}
.com-table01 td {
  width: 66%;
  border-right: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-table01 td {
    width: 100%;
  }
}
.com-table02 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F0EDED;
  border-left: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-table02 th, .com-table02 td {
    display: block;
    width: 100%;
  }
}
.com-table02-head {
  width: 26%;
  padding: 20px;
  background-color: #eff2f7;
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-table02-head {
    width: 100%;
    border-right: 1px solid #F0EDED;
    border-bottom: none;
  }
}
.com-table02-text {
  width: 48%;
  padding: 20px;
  border-bottom: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-table02-text {
    width: 100%;
    border-bottom: none;
    border-right: 1px solid #F0EDED;
    padding-bottom: 0px;
  }
}
.com-table02-text-price {
  text-align: right;
  line-height: 1;
}
.com-table02-text-price span {
  font-family: "Outfit";
  font-size: 2.5rem;
  font-weight: 400;
  padding-right: 5px;
}
@media screen and (max-width: 834px) {
  .com-table02-text-price span {
    font-size: 2rem;
  }
}
.com-table02-img {
  width: 26%;
  padding: 20px;
  border-bottom: 1px solid #F0EDED;
  border-right: 1px solid #F0EDED;
}
.com-table02-img img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 160/107;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .com-table02-img img {
    max-width: none;
  }
}
.com-table03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F0EDED;
  border-left: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-table03 th, .com-table03 td {
    display: block;
    width: 100%;
  }
}
.com-table03-head {
  width: 26%;
  padding: 20px;
  background-color: #eff2f7;
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-table03-head {
    width: 100%;
    border-right: 1px solid #F0EDED;
    border-bottom: none;
  }
}
.com-table03-text {
  width: 74%;
  padding: 20px;
  border-bottom: 1px solid #F0EDED;
  border-right: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-table03-text {
    width: 100%;
  }
}
.com-table03-text-price {
  text-align: right;
  line-height: 1;
}
.com-table03-text-price span {
  font-family: "Outfit";
  font-size: 2.5rem;
  font-weight: 400;
  padding-right: 5px;
}
@media screen and (max-width: 834px) {
  .com-table03-text-price span {
    font-size: 2rem;
  }
}
.com-flow._white .com-flow-item {
  background-color: #FFFFFF;
}
.com-flow-item {
  position: relative;
  width: 100%;
  display: flex;
  gap: 50px;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 0px;
  background-color: #eff2f7;
}
@media screen and (max-width: 834px) {
  .com-flow-item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.com-flow-item:last-child {
  margin-bottom: 0;
}
.com-flow-item:last-child::after {
  display: none;
}
.com-flow-item::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 50px;
  border-left: 2px solid #1C3B7C;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .com-flow-item::after {
    top: calc(100% - 10px);
    height: 30px;
  }
}
.com-flow-item-step {
  width: 24%;
  min-width: 180px;
}
@media screen and (max-width: 834px) {
  .com-flow-item-step {
    width: 100%;
    min-width: none;
  }
}
.com-flow-item-step p {
  font-family: "Outfit";
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-flow-item-step p {
    font-size: 3.5rem;
  }
}
.com-flow-item-text {
  width: 51%;
}
@media screen and (max-width: 834px) {
  .com-flow-item-text {
    width: 100%;
  }
}
.com-flow-item-text h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .com-flow-item-text h3 {
    font-size: 1.8rem;
  }
}
.com-flow-item-img {
  width: 25%;
  min-width: 180px;
}
@media screen and (max-width: 834px) {
  .com-flow-item-img {
    width: 100%;
    min-width: none;
  }
}
.com-flow-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px;
}
.com-flow-item:not(:has(.com-flow-item-img)) .com-flow-item-text {
  width: 76%;
}
@media screen and (max-width: 834px) {
  .com-flow-item:not(:has(.com-flow-item-img)) .com-flow-item-text {
    width: 100%;
  }
}
.com-faq-list-item {
  padding: 30px;
  border-bottom: solid 1px #ADAFB5;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item {
    padding: 15px;
  }
}
.com-faq-list-item:first-child {
  padding-top: 0;
}
.com-faq-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.com-faq-list-item-q {
  position: relative;
  padding-top: 15px;
  padding-left: 70px;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item-q {
    display: flex;
    align-items: center;
    padding-top: 0px;
    min-height: 60px;
  }
}
.com-faq-list-item-q::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #2D63B4;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Outfit";
}
.com-faq-list-item-a {
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item-a {
    padding-left: 70px;
  }
}
.com-faq-list-item-a::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #e9e6e6;
  font-size: 2.4rem;
  font-weight: 500;
  color: #1C3B7C;
  font-family: "Outfit";
}
@media screen and (max-width: 834px) {
  .com-faq-list-item-a::before {
    left: 0;
  }
}
.com-box01 {
  padding: 60px 50px;
  border-radius: 0px;
  background-color: #eff2f7;
}
@media screen and (max-width: 834px) {
  .com-box01 {
    padding: 30px 15px;
  }
}
.com-box01-head {
  border-bottom: dashed 1px #ADAFB5;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .com-box01-head {
    margin-bottom: 40px;
  }
}
.com-box01-head-icon {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.com-box01-head-icon-img {
  width: 50px;
  height: 50px;
  fill: #2D63B4;
}
.com-box01-head-h2 {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  color: #1C3B7C;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .com-box01-head-h2 {
    font-size: 2.4rem;
  }
}
.com-box01-head-note {
  padding-bottom: 30px;
}
.com-box02 {
  border: 1px solid #ADAFB5;
}
.com-box02 .com-h2 {
  padding: 40px;
}
.com-box02-top {
  padding: 60px;
}
@media screen and (max-width: 834px) {
  .com-box02-top {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 834px) {
  .com-box02-inner {
    padding: 30px 15px;
  }
}
.com-box03 {
  padding: 50px;
  background-color: #eff2f7;
  border: 1px solid #F0EDED;
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .com-box03 {
    padding: 40px 20px;
  }
}
.com-box03-head {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .com-box03-head {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.com-box03-head-en {
  margin-bottom: 10px;
  font-family: "Outfit";
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  color: #1C3B7C;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .com-box03-head-en {
    font-size: 3.5rem;
  }
}
.com-box03-img {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  aspect-ratio: 2.7/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .com-box03-img {
    aspect-ratio: unset;
    margin-bottom: 30px;
  }
}
.com-box03-contact {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .com-box03-contact {
    flex-direction: column;
  }
}
.com-box03-contact-item {
  position: relative;
  width: calc((100% - 45px) / 3);
}
@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    width: 100%;
  }
}
.com-box03-contact-item {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    padding: 20px 10px;
  }
}
.com-box03-contact-item._line .com-box03-contact-item-icon {
  background-color: #54c829;
}
.com-box03-contact-item._line .com-box03-contact-item-icon-img {
  width: 25px;
  height: 25px;
}
.com-box03-contact-item-icon {
  position: absolute;
  top: -11px;
  left: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1C3B7C;
}
.com-box03-contact-item-icon-img {
  width: 30px;
  height: 30px;
}
.com-box03-contact-item-head {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #F0EDED;
}
@media screen and (max-width: 834px) {
  .com-box03-contact-item-head {
    font-size: 1.7rem;
  }
}
.com-box03-contact-item-phone {
  font-family: "Outfit";
  font-size: 3rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  color: #1C3B7C;
  margin-bottom: 10px;
}
.com-box03-contact-item-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.com-box03-contact-item-time-num {
  font-family: "Outfit";
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0em;
}
.com-box03-contact-item-desc {
  text-align: center;
  margin-bottom: 20px;
}
.com-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.com-btn01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
}
.com-btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #2D63B4;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.com-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C3B7C;
  z-index: -10;
}
.com-btn01:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .com-btn01:hover::before {
    width: calc(0% + 30px);
  }
}
.com-btn01 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.com-btn01 ._large {
  font-size: 2.5rem;
  color: #F0EDED;
  font-weight: 400;
  transform: translateY(-2px);
}
.com-btn01._line::after {
  background-color: #54c829;
}
.com-btn02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 3px 25px;
  width: 100%;
  max-width: 220px;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #2D63B4;
  border-radius: 100vh;
  overflow: hidden;
  z-index: 1;
  background-color: #FFFFFF;
  border: 1px solid #2D63B4;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .com-btn02:hover {
    color: #FFFFFF;
    background-color: #2D63B4;
  }
  .com-btn02:hover .com-btn02-arrow01 {
    fill: #FFFFFF;
    transform: translateX(5px);
  }
  .com-btn02:hover .com-btn02-arrow02 {
    stroke: #FFFFFF;
    transform: translateX(5px);
  }
}
.com-btn02:hover {
  background-color: #2D63B4;
}
.com-btn02-text {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.com-btn02-arrow01 {
  width: 8px;
  height: 12px;
  fill: #2D63B4;
  flex-shrink: 0;
  transition: all 0.5s ease-out;
}
.com-btn02-arrow02 {
  width: 23px;
  height: 6px;
  stroke: #FFFFFF;
  flex-shrink: 0;
}
.com-btn02._white {
  color: #1C3B7C;
  border: none;
}
.com-btn02._white::before {
  background-color: #1C3B7C;
}
.com-btn02._white::after {
  background-color: #FFFFFF;
}
.com-btn02._white .com-btn02-arrow01 {
  fill: #2D63B4;
}
.com-btn02._white .com-btn02-arrow02 {
  stroke: #2D63B4;
}
.com-btn02._white:hover .com-btn02-text {
  color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-btn02._white:hover .com-btn02-text {
    color: #626671;
  }
}
.com-btn02._border {
  border: 1px solid #1C3B7C;
}
.com-btn02._fit {
  width: -moz-fit-content;
  width: fit-content;
}
.com-btn03 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 13px 20px;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 834px) {
  .com-btn03 {
    font-size: 1.4rem;
  }
}
.com-btn03:hover {
  background-color: #2D63B4;
  color: #FFFFFF;
}
.com-btn03 span {
  display: inline-block;
  width: 100%;
  padding-left: 35px;
  text-align: center;
}
.com-btn03 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.com-btn03._white {
  color: #1C3B7C;
  border: 1px solid #1C3B7C;
}
.com-btn03._white:hover {
  color: #FFFFFF;
  background-color: #2D63B4;
  border: 1px solid #2D63B4;
}
.com-link01 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F0EDED;
}
.com-link01 span {
  font-weight: 700;
  color: #1C3B7C;
}
.com-link01 img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}
.com-link01:hover img {
  transform: translateX(10px);
}
@media screen and (max-width: 834px) {
  .com-link01:hover img {
    transform: translateX(0);
  }
}
.com-img_switch {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.com-img_switch-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  draggable: false;
}
.com-img_switch-item-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 2px;
  background-color: #FFFFFF;
  z-index: 20;
}
.com-img_switch-item-overlay-thumb {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}
.com-img_switch-item-overlay-thumb-arrow {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  stroke: #FFFFFF;
  stroke-width: 2;
  z-index: 10;
}
.com-img_switch-item-overlay-thumb-arrow.__reverse {
  left: auto;
  right: 12px;
  transform: translateY(-50%) scaleX(-1);
}
.com-img_switch-item-overlay-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.com-img_switch-item-overlay-img::before {
  content: "BEFORE";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 40px;
  background-color: #212121;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}
.com-img_switch-item-overlay-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  draggable: false;
}
.com-img_switch-item-base {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  draggable: false;
}
.com-img_switch-item-base::before {
  content: "AFTER";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 40px;
  background-color: #212121;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}
.com-img_switch-item-base img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  draggable: false;
}
.com-schedule {
  margin-bottom: 20px;
}
.com-schedule-table {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}
.com-schedule-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #2D63B4;
}
.com-schedule-table-head-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 154px;
  height: 40px;
}
.com-schedule-table-head-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}
.com-schedule-table-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #FFFFFF;
}
.com-schedule-table-body-title {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Outfit";
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #1C3B7C;
  width: 154px;
  height: 40px;
}
.com-schedule-table-body-item {
  font-family: "Outfit";
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}
.com-schedule-table-body-item-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #1C3B7C;
  border-radius: 50%;
  z-index: 1;
}
.com-schedule-table-body-item-slash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 11px;
  height: 14px;
  z-index: 1;
}
.com-schedule-table-body-item-slash::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 17.8px;
  background-color: #1C3B7C;
  transform: translate(-50%, -50%) rotate(38.16deg);
}
.com-schedule-holiday {
  display: flex;
  align-items: center;
  gap: 20px;
}
.com-schedule-holiday-tag {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background-color: #1C3B7C;
  border-radius: 0px;
}
.com-schedule-holiday-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.com-title-en {
  font-family: "Outfit";
  font-size: 8rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  color: #2D63B4;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .com-title-en {
    font-size: 5rem;
  }
}
.com-title-jp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.com-title-jp-large {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.com-title-jp-small {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #626671;
  font-weight: 400;
}
.com a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .com a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
.com a[href^="tel:"] a:hover,
.com a[href^="tel:"] a:hover img {
  opacity: 1 !important;
}

.com-link a {
  padding: 0 6.7rem 0 4rem;
  display: inline-flex;
  align-items: center;
  min-height: 6.9rem;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  border-radius: 5rem;
  color: #303030;
  background-color: #fff;
  border: 1px solid #ADAFB5;
  position: relative;
  z-index: 1;
}
.com-link a::after {
  width: 4rem;
  height: 4rem;
  background-color: #F8E88C;
  position: absolute;
  right: 1rem;
  border-radius: 100%;
  content: "";
  transition: all ease 0.3s;
}
.com-link a::before {
  width: 2.3rem;
  height: 0.6rem;
  background: url(assets/img/arrow01.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  content: "";
  z-index: 1;
  transition: all ease 0.3s;
}
@media screen and (min-width: 835px) {
  .com-link a:hover {
    background-color: #F8E88C;
  }
  .com-link a:hover::after {
    transform: scale(1.15);
    transform-origin: center center;
    background-color: #2D63B4;
  }
  .com-link a:hover::before {
    background-image: url(assets/img/arrow01_white.png);
  }
}
@media screen and (max-width: 834px) {
  .com-link a {
    padding: 0 6.3rem 0 2rem;
    min-height: 6rem;
    background-position: right 1rem center;
  }
}

.com-blue {
  color: #2D63B4;
}

.com-google-link {
  width: 18rem;
}
@media screen and (max-width: 834px) {
  .com-google-link {
    width: auto;
  }
}
.com-google-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.9rem;
  background-color: #fff;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: #1C3B7C;
  letter-spacing: 0.128rem;
  border: 1px solid #1C3B7C;
}
@media screen and (min-width: 835px) {
  .com-google-link a:hover {
    background-color: #EEF1F5 !important;
  }
}
@media screen and (max-width: 834px) {
  .com-google-link a {
    min-height: 4.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }
}

.com-link02 {
  width: 18rem;
}
@media screen and (max-width: 834px) {
  .com-link02 {
    width: auto;
  }
}
.com-link02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.9rem;
  background-color: #2D63B4;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0.128rem;
}
@media screen and (min-width: 835px) {
  .com-link02 a:hover {
    background-color: #1C3B7C;
  }
}
@media screen and (max-width: 834px) {
  .com-link02 a {
    min-height: 4.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .section-title {
    margin-bottom: 2rem;
  }
}
.section-title-en {
  color: #1C3B7C;
  font-family: "Quattrocento";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.section-title-ja {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 4rem;
  color: #2D63B4;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24em;
}
.section-title-ja::before, .section-title-ja::after {
  content: "";
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
  background-color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .section-title-ja {
    font-size: 2.2rem;
  }
}
.section-title-text {
  color: #626671;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 834px) {
  .section-title-text {
    line-height: 1.5;
  }
}
.section-title-02 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .section-title-02 {
    margin-bottom: 1.5rem;
  }
}
.section-title-02 .section-title-en {
  color: #FFFFFF;
}
.section-title-02 .section-title-ja {
  color: #FFFFFF;
}
.section-title-02 .section-title-ja::before {
  display: none;
}
.section-title-02 .section-title-ja::after {
  background-color: #FFFFFF;
}
.section-title-02 .section-title-text {
  color: #FFFFFF;
  text-align: left;
}

.com-info-sp-list {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.com-info-sp-list-item {
  width: calc((100% - 1rem) / 2);
}
.com-info-sp-list-item a {
  display: flex;
  align-items: center;
  min-height: 5rem;
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
  background: #FFFFFF url(assets/img/icon09.png) no-repeat right 1rem center;
  padding: 0 1rem;
  background-size: 0.65rem auto;
}

.com-info-box {
  margin-bottom: 3.3rem;
  display: flex;
  gap: 7rem;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .com-info-box {
    margin-bottom: 3rem;
    display: block;
  }
}
.com-info-box-left {
  flex-basis: 50%;
}
.com-info-box-left h3 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.11em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-left h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .com-info-box-left {
    margin-bottom: 3rem;
    width: auto;
  }
  .com-info-box-left h3 {
    font-size: 1.7rem;
  }
}
.com-info-box-right {
  flex-basis: 50%;
}
.com-info-box-right > a {
  display: block;
  margin-bottom: 1.5rem;
}
.com-info-box-right > a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-info-box-right > a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .com-info-box-right > a:hover .com-info-box-right-news::before {
    transform: translateX(5px) translateY(-50%) scale(1.1);
  }
}
.com-info-box-right-title {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-info-box-right-title {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
}
.com-info-box-right-news {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 1.6rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px dashed #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-info-box-right-news {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-right: 4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    padding-top: 1.7rem;
  }
}
.com-info-box-right-news::before {
  content: "";
  background-image: url(assets/img/arrow-icon-b.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  background-color: #F8E88C;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 834px) {
  .com-info-box-right-news::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.com-info-box-right-news-date {
  color: #2D63B4;
  font-family: "Quattrocento";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.com-info-box-right-news-dd {
  margin: 0;
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .com-info-box-right {
    width: auto !important;
  }
}
.com-info-box table {
  margin-bottom: 2rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 834px) {
  .com-info-box table {
    margin-bottom: 1.5rem;
  }
}
.com-info-box table tr:first-child th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.com-info-box table tr:first-child th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 834px) {
  .com-info-box table tr:first-child th:nth-child(2) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.com-info-box table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.com-info-box table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.com-info-box table th {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  color: #1C3B7C;
  letter-spacing: 0.08em;
  padding: 1.3rem 0.2rem;
  text-align: center;
  vertical-align: middle;
  background-color: #EEF1F5;
}
@media screen and (max-width: 834px) {
  .com-info-box table th {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
    padding: 0.5rem 0.2rem 0.7rem;
  }
}
.com-info-box table th:first-child {
  width: 41%;
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 834px) {
  .com-info-box table th:first-child {
    width: 27%;
    padding-left: 1rem;
  }
}
.com-info-box table td {
  font-size: 2rem;
  padding: 0.8rem 1rem;
  padding-bottom: 1.7rem;
  text-align: center;
  vertical-align: middle;
  color: #1C3B7C;
  font-family: "Quattrocento";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 834px) {
  .com-info-box table td {
    line-height: 1.13;
    letter-spacing: 0.15rem;
    padding: 0.6rem 0.7rem;
  }
}
.com-info-box table td:first-child {
  text-align: left;
  padding-left: 2rem;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .com-info-box table td:first-child {
    padding-left: 1rem;
  }
}
.com-info-box table td img {
  margin: 0 auto;
  width: 1.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-box table td img {
    width: 1.4rem;
  }
}
.com-info-box table td .com-info-circle {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .com-info-box table td .com-info-circle {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.com-info-box table td .com-info-circle.is-filled {
  background-color: #1C3B7C;
}
.com-info-box table td .com-info-circle.is-outline {
  background-color: #FFFFFF;
  border: 2px solid #1C3B7C;
}
@media screen and (min-width: 835px) {
  .com-info-box table tr:nth-child(3) td {
    padding-top: 0;
  }
}
.com-info-box-dl {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .com-info-box-dl {
    margin-bottom: 1rem;
  }
}
.com-info-box-dl-dt {
  margin-bottom: 0.5rem;
  width: 7rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #1C3B7C;
  border-radius: 1rem;
  padding: 0.25em 0.4rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .com-info-box-dl-dt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    width: 6rem;
    padding: 0.15em 0.3rem;
  }
}
.com-info-box-dl-item {
  margin-bottom: 0.5rem;
  width: calc(100% - 7rem);
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  padding-left: 1rem;
}
.com-info-box-dl-item span {
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .com-info-box-dl-item {
    padding-top: 0;
    padding-left: 0.5rem;
    width: calc(100% - 6rem);
    letter-spacing: 0.112rem;
  }
  .com-info-box-dl-item-time {
    color: #1C3B7C;
    font-family: "Quattrocento";
    font-size: 2.5rem;
    line-height: 1;
  }
}
.com-info-box-text {
  margin-bottom: 1.1rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-text {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.54;
    letter-spacing: 0;
  }
}
.com-info-box-link-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .com-info-box-link-list {
    gap: 0 0.5rem;
  }
}
.com-info-box-link-list li {
  margin-right: 1rem;
}
@media screen and (max-width: 834px) {
  .com-info-box-link-list li {
    margin: 0;
    width: calc((100% - 0.5rem) / 2);
  }
}
.com-info-box-link-list li:last-child {
  margin-right: 0;
}

.com-access-box {
  display: flex;
  gap: 7rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .com-access-box {
    display: block;
    margin-bottom: 4rem;
  }
}
.com-access-box-left {
  width: 50%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .com-access-box-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.com-access-box-right {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .com-access-box-right {
    width: 100%;
  }
}
.com-access-box-right-title {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
  .com-access-box-right-title {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}
.com-access-box-right-text {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .com-access-box-right-text {
    font-size: 1.4rem;
  }
}
.com-access-box-right-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .com-access-box-right-item {
    align-items: flex-start;
    gap: 1.7rem;
  }
  .com-access-box-right-item:has(+ .com-access-box-right-btn) {
    align-items: center;
    margin-bottom: 0;
  }
}
.com-access-box-right-item figure {
  width: 6rem;
}
.com-access-box-right-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.com-access-box-right-item p {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  width: 100%;
}
.com-access-box-right-item p span {
  color: #2D63B4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .com-access-box-right-item p {
    font-size: 1.4rem;
    flex-basis: 80%;
  }
}
.com-access-box-right-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .com-access-box-right-btn {
    justify-content: space-between;
    gap: 0.5rem;
  }
}

.com-tel-link {
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .com-tel-link {
    margin-bottom: 1rem;
  }
}
.com-tel-link a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-tel-link a {
    display: block;
    position: relative;
  }
  .com-tel-link a::after {
    width: 3.1rem;
    height: 3.1rem;
    background: url(assets/img/icon04.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
  }
}
.com-tel-link-photo {
  width: 16rem;
}
@media screen and (max-width: 834px) {
  .com-tel-link-photo {
    width: auto !important;
  }
  .com-tel-link-photo img {
    width: 100%;
  }
}
.com-tel-link-txt-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .com-tel-link-txt-box {
    display: block;
    text-align: center;
    padding: 1rem;
  }
}
.com-tel-link-txt {
  font-size: 1.6rem;
  color: #2D63B4;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 834px) {
  .com-tel-link-txt {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
.com-tel-link-btn {
  margin-top: -0.8rem;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 3.7rem;
  line-height: 1;
  background: url(assets/img/tel.png) no-repeat left center;
  background-size: 3.5rem auto;
}
@media screen and (max-width: 834px) {
  .com-tel-link-btn {
    display: inline-block;
    margin-top: -0.3rem;
    font-size: 3rem;
    padding-left: 3.2rem;
    background-size: 3rem auto;
  }
}

.com-web-link a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #F8E88C;
  position: relative;
}
@media screen and (max-width: 834px) {
  .com-web-link a {
    display: block;
  }
}
.com-web-link a::after {
  width: 3rem;
  height: 3rem;
  background: url(assets/img/icon02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .com-web-link a:hover {
    background-color: #E8D567;
  }
  .com-web-link a:hover::after {
    background-image: url(assets/img/icon02_blue.png);
    transition: all 0.3s ease;
  }
}
.com-web-link-photo {
  width: 16rem;
}
@media screen and (max-width: 834px) {
  .com-web-link-photo {
    width: auto !important;
  }
  .com-web-link-photo img {
    width: 100%;
  }
}
.com-web-link-txt-box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 3rem 1.5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .com-web-link-txt-box {
    padding: 0.7rem 3rem;
  }
}
.com-web-link-ttl {
  margin-bottom: -0.3rem;
  width: 100%;
  line-height: 1.3;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #1C3B7C;
  letter-spacing: 0.24rem;
  border-bottom: 1px dashed #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-web-link-ttl {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: -0.2rem;
    letter-spacing: 0.2rem;
  }
}
.com-web-link-ttl .en {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: -0.2rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 834px) {
  .com-web-link-ttl .en {
    margin-right: 0.2rem;
    font-size: 3rem;
    vertical-align: -0.2rem;
  }
}
.com-web-link-txt {
  font-size: 1.6rem;
  color: #1C3B7C;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 834px) {
  .com-web-link-txt {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.com-bg {
  background: linear-gradient(transparent 0%, transparent 70%, #F8E88C 70%, #F8E88C 100%);
  background-position: center bottom 0.2rem;
}
@media screen and (max-width: 834px) {
  .com-bg {
    background: linear-gradient(transparent 0%, transparent 60%, #F8E88C 60%, #F8E88C 100%);
    background-position: center bottom;
  }
}

.com-white {
  background: linear-gradient(transparent 0%, transparent 70%, #fff 70%, #fff 100%);
}
@media screen and (max-width: 834px) {
  .com-white {
    background: linear-gradient(transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-position: center bottom;
  }
}

.heading {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #626671;
  letter-spacing: 0.065rem;
  line-height: 1.73;
}
.heading-item {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 834px) {
  .heading-item {
    margin-bottom: 0.1rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.heading02 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #2D63B4;
  text-align: center;
  border-bottom: 1px dashed #2D63B4;
  border-top: 1px dashed #2D63B4;
  letter-spacing: 0.375rem;
}
@media screen and (max-width: 834px) {
  .heading02 {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    padding: 0.4rem 0.5rem 0.6rem;
    letter-spacing: 0.3rem;
  }
}

.heading03 {
  margin-bottom: 2.3rem;
  font-size: 3rem;
  line-height: 1.67;
  font-weight: 500;
  letter-spacing: 0.45rem;
}
@media screen and (max-width: 834px) {
  .heading03 {
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    line-height: 1.37;
    letter-spacing: 0.198rem;
  }
}

.com-info-bg {
  padding: 10rem 0;
  background-color: #EEF1F5;
}
@media screen and (max-width: 834px) {
  .com-info-bg {
    padding: 4rem 0;
  }
}

.com-info-logo {
  width: 30%;
  margin: 0 auto 7.7rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .com-info-logo {
    margin-right: 0;
    margin-left: 0;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
}
.com-info-logo img {
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 834px) {
  .com-info-logo img {
    width: 100%;
  }
}
.com-info-inner {
  margin-bottom: 4.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .com-info-inner {
    margin-bottom: 1.5rem;
    display: block;
  }
}
.com-info-inner-left {
  width: 40.7rem;
}
@media screen and (max-width: 834px) {
  .com-info-inner-left {
    width: auto !important;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .com-info-inner .heading {
    margin-bottom: 0;
    text-align: center;
  }
}
.com-info-en {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #2D63B4;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 834px) {
  .com-info-en {
    margin-bottom: 0.8rem;
    font-size: 4.5rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.com-info-h2 {
  padding: 0.7rem 2rem 1.3rem 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #626671;
  letter-spacing: 0.065rem;
  padding-left: 1.8rem;
  border-left: 1px solid #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-info-h2 {
    padding: 0.5rem 2rem 1rem 2rem;
    line-height: 1.73;
  }
}
.com-info-h2-item {
  margin-bottom: -0.5rem;
  display: block;
  font-size: 2.5rem;
  color: #2D63B4;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 834px) {
  .com-info-h2-item {
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: 0.14rem;
  }
}
.com-info-txt {
  flex: 1;
}
.com-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem 4rem;
}
@media screen and (max-width: 834px) {
  .com-info-list {
    margin: 0 -0.5rem 3.2rem;
    gap: 0;
  }
}
.com-info-list li {
  padding: 2.8rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  width: calc(20% - 2rem);
  border-bottom: 1px dashed #1C3B7C;
  border-top: 1px dashed #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-info-list li {
    margin: 0 0.5rem;
    width: calc(33.33% - 1rem);
    display: block;
    margin-bottom: -1px;
    padding: 1.4rem 0;
  }
}
.com-info-list-img {
  width: 3rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-list-img {
    width: 3rem;
    display: block;
    margin: 0 auto 1rem;
  }
  .com-info-list-img2 {
    padding-top: 1rem;
  }
}
.com-info-list-txt {
  color: #1C3B7C;
  line-height: 1.34;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 834px) {
  .com-info-list-txt {
    display: block;
    font-size: 1.4rem;
    line-height: 1.43;
    text-align: center;
    letter-spacing: 0.07rem;
  }
}
.com-info-head {
  margin-bottom: 2.4rem;
  text-align: center;
  letter-spacing: 0.45rem;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .com-info-head {
    margin-bottom: 2.1rem;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.24rem;
  }
}
.com-info-head-bg {
  background: linear-gradient(transparent 0%, transparent 70%, #F8E88C 70%, #F8E88C 100%);
  background-position: center bottom 0.3rem;
}
.com-info-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 834px) {
  .com-info-ul {
    display: block;
    margin: 0;
  }
}
.com-info-ul li {
  border: 1px solid #F0EDED;
  margin: 0 1.5rem;
  width: calc(33.33% - 3rem);
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-info-ul li {
    width: auto;
    margin: 0 0 1rem;
  }
  .com-info-ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .com-info-ul-photo {
    aspect-ratio: 335/150;
    position: relative;
  }
  .com-info-ul-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.com-info-ul-text-box {
  padding: 4rem 3rem 3rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .com-info-ul-text-box {
    padding: 2.5rem 2rem 1.9rem;
  }
}
.com-info-ul-ttl {
  position: absolute;
  top: -2.7rem;
  left: 0rem;
  min-width: 17.2rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.5rem 0.9rem;
  font-size: 2.3rem;
  color: #1C3B7C;
  font-weight: 500;
  letter-spacing: 0.115rem;
  line-height: 1.5;
  background-color: #F8E88C;
}
@media screen and (max-width: 834px) {
  .com-info-ul-ttl {
    padding-bottom: 0.7rem;
    font-size: 1.8rem;
    min-width: 14.5rem;
    letter-spacing: 0.09rem;
  }
}
.com-info-ul-ttl .en {
  margin-right: 1.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: 0.1rem;
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .com-info-ul-ttl .en {
    vertical-align: -0.1rem;
    font-size: 1.8rem;
  }
}
.com-info2 .com-info-box {
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-box {
    margin-bottom: 3rem;
  }
}
.com-info2 .com-info-inner {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-inner {
    margin-bottom: 2rem;
  }
}
.com-info2 .com-info-inner-left {
  width: 63.5rem;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-inner-left {
    margin-bottom: 1.8rem;
  }
}
.com-info2 .com-info-txt {
  padding-top: 0.2rem;
  line-height: 2.133;
}
@media screen and (max-width: 834px) {
  .com-info2 .com-info-txt {
    line-height: 2;
  }
}
.com-info2 .com-info-box-right {
  width: 55.5rem;
}
.com-info2 .com-tel-link-photo {
  width: 13rem;
}
.com-info2 .com-web-link-photo {
  width: 13rem;
}
.com-info2 .com-google-link a {
  min-height: 4.9rem;
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
  background-color: transparent;
}
.com-info2 .com-link02 a {
  min-height: 4.9rem;
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
}

.com-access {
  padding: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-access {
    display: block;
    padding: 0;
    background-color: transparent;
  }
}
.com-access-map {
  width: 52.5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 834px) {
  .com-access-map {
    width: auto;
    margin: 0;
  }
  .com-access-map img {
    width: 100%;
  }
}
.com-access-txt-box {
  margin-top: -0.2rem;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .com-access-txt-box {
    margin: 0;
  }
}
.com-access-en {
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  color: #2D63B4;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
}
.com-access-photo {
  width: 18rem;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .com-access-photo {
    width: 12rem;
    margin: 1rem 0 -8.2rem auto;
  }
}
.com-access-txt {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 834px) {
  .com-access-txt {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
    letter-spacing: 0.09rem;
  }
}
.com-access-text {
  margin-bottom: 1.8rem;
  padding: 0.7rem 0.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #1C3B7C;
  border-top: 1px dotted #1C3B7C;
}
@media screen and (max-width: 834px) {
  .com-access-text {
    margin-bottom: 1rem;
    padding: 1rem 0.5rem 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
.com-access-text img {
  margin-right: 1.5rem;
}

.lower-template-content {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .lower-template-content {
    flex-direction: column;
  }
}
.lower-template-content-main {
  width: calc(100% - 280px);
}
@media screen and (max-width: 834px) {
  .lower-template-content-main {
    width: 100%;
  }
}
.lower-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}
.lower-template-content-main-title {
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #2D63B4;
  border-bottom: 1px solid #F0EDED;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-title {
    font-size: 2.5rem;
  }
}
.lower-template-content-main-about {
  margin-bottom: 40px;
}
.lower-template-content-main-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lower-template-content-main-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list {
    flex-direction: column;
    gap: 20px;
  }
}
.lower-template-content-main-list-item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item {
    width: 100%;
  }
}
.lower-template-content-main-list-item-link {
  display: block;
  border: 2px solid #F0EDED;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.5s ease-out;
}
.lower-template-content-main-list-item-link:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
  opacity: 0.7;
  transform: translateY(-5px);
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link:hover {
    opacity: 1;
    transform: none;
  }
}
.lower-template-content-main-list-item-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 280/126;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-template-content-main-list-item-link-txt {
  padding: 15px;
}
.lower-template-content-main-list-item-link-txt-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2D63B4;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}
.lower-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-excerpt {
    -webkit-line-clamp: 2;
  }
}
.lower-template-content-main-list-item-link-txt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #F0EDED;
}
.lower-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #ADAFB5;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}
.lower-template-content-main-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.lower-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F0EDED;
  color: #F0EDED;
  font-size: 1.4rem;
  font-family: "Outfit";
}
.lower-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}
.lower-template-content-main-pagination .page-numbers.current::before {
  background: #1C3B7C;
  width: calc(105% + 30px);
}
.lower-template-content-main-pagination .page-numbers.prev, .lower-template-content-main-pagination .page-numbers.next {
  background-color: #F0EDED;
}
.lower-template-content-main-pagination .page-numbers.prev .pagination-prev,
.lower-template-content-main-pagination .page-numbers.prev .pagination-next, .lower-template-content-main-pagination .page-numbers.next .pagination-prev,
.lower-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}
.lower-template-content-main-pagination .page-numbers.prev .pagination-prev, .lower-template-content-main-pagination .page-numbers.next .pagination-prev {
  transform: rotate(180deg);
}
.lower-template-content-main-pagination .page-numbers.prev:after, .lower-template-content-main-pagination .page-numbers.next:after {
  background: #F0EDED;
}
.lower-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #2D63B4;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.lower-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}
.lower-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}
.lower-template-content-main-author {
  font-size: 1.4rem;
  color: #ADAFB5;
  text-align: right;
  margin-bottom: 20px;
}
.lower-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0EDED;
}
.lower-template-content-main-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}
.lower-template-content-main-head-top-category {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #2D63B4;
}
.lower-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.lower-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #212121;
}
.lower-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.lower-template-content-main-head-title span {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-head-title {
    font-size: 3rem;
  }
}
.lower-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
.lower-template-content-main-body-desc {
  margin-bottom: 40px;
}
.lower-template-content-main-body h2 {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 25px;
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #2D63B4;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-body h2 {
    font-size: 2.4rem;
  }
}
.lower-template-content-main-body h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-body h3 {
    font-size: 1.8rem;
  }
}
.lower-template-content-main-body h4 {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #212121;
  margin-top: 40px;
  margin-bottom: 15px;
}
.lower-template-content-main-body h4:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #2D63B4;
  border-radius: 50%;
}
.lower-template-content-main-body p {
  margin-bottom: 15px;
}
.lower-template-content-main-body-case-img {
  position: relative;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
.lower-template-content-main-body-case-img-item {
  width: 50%;
}
.lower-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}
.lower-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.lower-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lower-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #F0EDED;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance {
    overflow: hidden;
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper {
    margin-left: 50%;
    padding: 30px 0px 70px;
    transform: translateX(-50%);
    width: 112%;
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid #F0EDED;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
  opacity: 0.7;
  transform: translateY(-5px);
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
    opacity: 1;
    transform: none;
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F0EDED;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  z-index: -1;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0EDED;
  z-index: -10;
  transition: all 0.3s ease-out;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::after,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::after {
  background-color: #2D63B4;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
    left: calc(5.5% + 60px);
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
    left: 5.5%;
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  transform: rotate(180deg);
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
    right: 5.5%;
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2D63B4;
  margin-bottom: 10px;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #F0EDED;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #ADAFB5;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #2D63B4;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.lower-template-content-side {
  width: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .lower-template-content-side {
    width: 100%;
  }
}
.lower-template-content-side-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.lower-template-content-side-title-icon {
  width: 20px;
  height: auto;
}
.lower-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2D63B4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-template-content-side-category-list {
  margin-bottom: 30px;
}
.lower-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #F0EDED;
  transition: opacity 0.3s;
}
.lower-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .lower-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}
.lower-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.lower-template-content-side-about-txt {
  color: #626671;
  margin-bottom: 30px;
}
.lower-template-content-side-contact {
  background-color: #eff2f7;
  padding: 20px;
}
.lower-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0EDED;
}
.lower-template-content-side-contact-tel {
  display: block;
  font-family: "Outfit";
  text-align: center;
  font-size: 2.2rem;
  color: #1C3B7C;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .lower-template-content-side-contact-tel {
    pointer-events: auto;
  }
}
.lower-template-content-side-contact-open {
  text-align: center;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 10px;
}
.lower-template-content-side-contact-open span {
  font-family: "Outfit";
  font-size: 2rem;
  margin-left: 5px;
}
.lower-template-content-side-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
  background-color: #1C3B7C;
  transition: all 0.3s ease-out;
}
.lower-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}
.lower-template-content-side-contact-link:hover {
  background-color: #2D63B4;
  color: #FFFFFF;
}
.lower-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: #F0EDED;
  transform: translateY(-2px);
}
.lower-template-content-side-contact-link._line::after {
  background-color: #2db530;
}
.lower-template-content-test {
  width: 100%;
  height: 500px;
  background-color: #2D63B4;
}
.lower-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px dashed #F0EDED;
  border-bottom: 1px dashed #F0EDED;
}
.lower-template-related-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .lower-template-related-pages-list {
    gap: 10px;
  }
}
.lower-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 1024px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}
.lower-contact {
  position: relative;
}
.lower-contact-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #F8E88C;
}
.lower-contact-desc {
  margin-bottom: 60px;
  text-align: center;
}
.lower-contact-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.lower-contact-table-required {
  color: #CEA1A1;
}
@media screen and (max-width: 834px) {
  .lower-contact-table-required {
    margin-left: 10px;
  }
}
.lower-contact-table-required:first-child {
  margin-left: 10px;
}
.lower-contact-table-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr th, .lower-contact-table tr td {
    display: block;
    width: 100%;
  }
}
.lower-contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
.lower-contact-table tr td {
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.lower-contact-table tr td .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #ADAFB5;
  height: 26px;
  width: 26px;
  top: 12px;
  left: 2px;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #2D63B4;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 10px;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before,
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #ADAFB5;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0;
  border-radius: 5px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 1.1rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
    top: 1.1rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
  background-color: #F0EDED;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
  display: block;
  width: 3rem;
  padding-left: 0;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
    padding-top: 2rem;
    width: 1.6rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #ADAFB5;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0rem;
  border-radius: 5px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
  }
}
.lower-contact-table tr td .wpcf7-text,
.lower-contact-table tr td .wpcf7-select,
.lower-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #ADAFB5;
  outline: none;
}
.lower-contact-table tr td .wpcf7-text::-moz-placeholder, .lower-contact-table tr td .wpcf7-select::-moz-placeholder, .lower-contact-table tr td .wpcf7-textarea::-moz-placeholder {
  color: #ADAFB5;
}
.lower-contact-table tr td .wpcf7-text::placeholder,
.lower-contact-table tr td .wpcf7-select::placeholder,
.lower-contact-table tr td .wpcf7-textarea::placeholder {
  color: #ADAFB5;
}
.lower-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}
.lower-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.lower-contact-position_table {
  width: 100%;
  border-top: 2px solid #ADAFB5;
  border-left: 2px solid #ADAFB5;
}
.lower-contact-position_table tr th, .lower-contact-position_table tr td {
  border-right: 2px solid #ADAFB5;
  border-bottom: 2px solid #ADAFB5;
  width: 45%;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th, .lower-contact-position_table tr td {
    padding: 6px;
  }
}
@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th, .lower-contact-position_table tr td {
    display: table-cell;
    width: 46%;
  }
}
.lower-contact-position_table tr th:first-child, .lower-contact-position_table tr td:first-child {
  width: 10%;
}
@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th:first-child, .lower-contact-position_table tr td:first-child {
    display: table-cell;
    width: 8%;
  }
}
.lower-contact-position_table tr th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.lower-contact-position_table .wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
}
.lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}
.lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lower-contact-form {
  display: flex;
  justify-content: center;
}
.lower-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #000000;
  z-index: 1;
}
.lower-contact-form-inner-txt {
  transition: all 0.3s ease;
}
.lower-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: width 0.3s;
}
.lower-contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.lower-contact-form-inner:hover .lower-contact-form-inner-txt {
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.lower-contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-contact-form-inner:hover .lower-contact-form-inner-txt {
    color: #000000;
  }
  .lower-contact-form-inner:hover:before {
    width: 0%;
  }
}
.lower-contact-form-inner > p:not(.lower-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.lower-contact-form-inner > p.lower-contact-form-inner-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}
.lower-contact-form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.lower-contact-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.lower-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  transition: border-color 0.3s;
}
.lower-contact-link a:hover {
  border-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 834px) {
  .lower-contact-link a:hover {
    border-color: #000000;
  }
}
.lower-contact .request-group {
  display: flex;
  flex-direction: column;
}

.nav-menu {
  padding-top: 170px;
  align-self: start;
  display: flex;
  margin-left: 39px;
  align-items: center;
  gap: 30px;
  justify-content: start;
  flex-wrap: wrap;
  height: 210px;
}
@media screen and (max-width: 834px) {
  .nav-menu {
    display: none;
  }
}

.nav-item {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
  transition: opacity 0.3s;
}
.nav-item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 834px) {
  .nav-item:hover {
    opacity: 1;
  }
}

.nav-link-primary {
  color: #000000;
  line-height: 22.5px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.65px;
}

.nav-link-secondary {
  color: #2D63B4;
  line-height: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1.04px;
}

@media screen and (max-width: 834px) {
  .staff-box-member {
    gap: 15px;
  }
}
.staff-box-member-image {
  height: 453.191px;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-box-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.staff-box-ctg {
  border-bottom: 1px solid #d3d7e3;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.staff-box-ctg h3 {
  color: #d3d7e3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.2px;
}
.staff-box-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.staff-box-name-jp {
  color: #000000;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
}
.staff-box-name-en {
  color: #ADAFB5;
  font-family: "Outfit";
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.7px;
}
.staff-box-cta {
  position: relative;
  display: flex;
  height: 52px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #000000;
  z-index: 1;
}
.staff-box-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #2D63B4;
  transition: width 0.3s;
  z-index: -1;
}
.staff-box-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0EDED;
  transition: width 0.3s;
  z-index: -10;
}
.staff-box-cta:hover::before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .staff-box-cta:hover::before {
    width: 0%;
  }
}
.staff-box-cta-btn {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.2px;
}

/* グループ医院コンポーネント（Illustrator アートボード 700x400 を忠実に再現） */
.ssk-group-clinics {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c3b7c;
}

.ssk-group-clinics__note {
  margin: 0 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #626671;
}

/* パネル = .ai アートボード（左サマリー＋カード／右ドット地図） */
.ssk-group-clinics__panel {
  position: relative;
  width: 100%;
  aspect-ratio: 700/400;
  overflow: hidden;
  border-radius: 1.2rem;
  background: #a9dcf6;
  container-type: inline-size;
}

/* 背景レイヤー（テクスチャ＋波＋ロゴ。地図ドットは除去済み） */
.ssk-group-clinics__map-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ssk-group-clinics__map-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SVG ドット地図レイヤー（背景と同一座標系で全面に重ねるため位置が一致） */
.ssk-group-clinics__map {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ssk-group-map,
.ssk-group-map__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ssk-group-map__prefecture circle {
  fill: #1c3b7c;
  transition: fill 0.25s ease, opacity 0.25s ease;
}

.ssk-group-map__prefecture.is-active circle {
  fill: #ebd96e;
  opacity: 1;
}

/* 沖縄 inset の囲み線（.ai 由来の白ブラケット） */
.ssk-group-map__inset-frame {
  fill: #ffffff;
}

/* SHINSHINKAI GROUP ロゴ（PC=右下 / SP=左上） */
.ssk-group-clinics__map-logo {
  position: absolute;
  z-index: 2;
  width: 10.4%;
  right: 2.2%;
  bottom: 4.6%;
  pointer-events: none;
}

.ssk-group-clinics__map-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 地図準備中プレースホルダー */
.ssk-group-map--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 100%;
  padding: 1.6rem;
  text-align: center;
}

.ssk-group-map__placeholder-text {
  margin: 0;
  color: #1c3b7c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.ssk-group-map__placeholder-note {
  margin: 0;
  color: #4a5a86;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

.ssk-group-map__placeholder-note code {
  font-size: 1rem;
}

/* 左コンテンツ（サマリーボックス＋カード）。.ai の占有矩形に合わせて配置 */
.ssk-group-clinics__content {
  position: absolute;
  z-index: 2;
  left: 6.03%; /* 42.2 / 700 */
  top: 10%; /* 40 / 400 */
  width: 38.57%; /* 270 / 700 */
  height: 80%; /* 320 / 400 */
  display: flex;
  flex-direction: column;
  gap: 1.25cqw;
}

/* サマリーボックス（紺） */
.ssk-group-clinics__summary {
  flex: 0 0 31.25%; /* 100 / 320 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6cqw;
  border-radius: 1cqw;
  background: #1c3b7c;
  color: #fff;
  text-align: center;
}

.ssk-group-clinics__summary-label {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.1cqw;
  letter-spacing: 0.08em;
  line-height: 1;
}

.ssk-group-clinics__summary-main {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.85cqw;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.ssk-group-clinics__total {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 6cqw;
  color: #ebd96e;
  margin: 0 0.1em;
  vertical-align: -0.06em;
}

/* カードグリッド（2列×4行） */
.ssk-group-clinics__grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0.72cqw; /* 5 / 700 */
}

.ssk-group-clinics__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5cqw;
  min-width: 0;
  padding: 0 1.6cqw;
  border-radius: 0.85cqw;
  background: #fff;
  box-shadow: 0 0.15cqw 0.5cqw rgba(28, 59, 124, 0.12);
}

.ssk-group-clinics__card-name {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.1cqw;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #1c3b7c;
  white-space: nowrap;
}

.ssk-group-clinics__card-count {
  margin: 0;
  display: flex;
  align-items: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5cqw;
  line-height: 1;
  color: #1c3b7c;
  white-space: nowrap;
}

.ssk-group-clinics__card-count span {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 3.6cqw;
  margin-right: 0.15em;
}

.ssk-group-clinics__empty {
  grid-column: 1/-1;
  margin: auto;
  padding: 1cqw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8cqw;
  line-height: 1.7;
  text-align: center;
  color: #1c3b7c;
}

/* 管理画面プレビュー */
.ssk-group-clinics--admin .ssk-group-clinics__panel {
  max-width: 70rem;
}

/* ===== SP（縦レイアウト: 上=地図 / 下=サマリー＋カード, .ai 330x523 準拠） ===== */
@media screen and (max-width: 834px) {
  .ssk-group-clinics__panel {
    aspect-ratio: 330/523;
    max-width: 42rem;
    margin: 0 auto;
  }
  .ssk-group-clinics__map-logo {
    right: auto;
    bottom: auto;
    left: 6%;
    top: 3%;
    width: 17%;
  }
  /* 左ブロックから下ブロックへ（サマリー＋カードは下半分） */
  .ssk-group-clinics__content {
    left: 4.85%; /* 16/330 */
    top: 46.65%; /* 244/523 */
    width: 90.3%; /* 298/330 */
    height: 49.5%; /* 259/523 */
    gap: 1.5cqw;
  }
  .ssk-group-clinics__summary {
    flex-basis: 30.5%; /* 79/259 */
    gap: 1cqw;
    border-radius: 1.6cqw;
  }
  .ssk-group-clinics__summary-label {
    font-size: 4.4cqw;
  }
  .ssk-group-clinics__summary-main {
    font-size: 6.4cqw;
  }
  .ssk-group-clinics__total {
    font-size: 12cqw;
  }
  .ssk-group-clinics__grid {
    gap: 1.5cqw;
  }
  .ssk-group-clinics__card {
    padding: 0 3cqw;
    border-radius: 1.6cqw;
    box-shadow: 0 0.3cqw 1cqw rgba(28, 59, 124, 0.12);
  }
  .ssk-group-clinics__card-name {
    font-size: 4.6cqw;
  }
  .ssk-group-clinics__card-count {
    font-size: 3.4cqw;
  }
  .ssk-group-clinics__card-count span {
    font-size: 7.8cqw;
  }
  .ssk-group-clinics__empty {
    font-size: 3.6cqw;
  }
}
.home-section-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #2D63B4;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  border-radius: 3rem;
  padding: 1rem 4rem;
  border-radius: 3rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .home-section-btn:not(.is-white):hover {
    background-color: #081838;
  }
  .home-section-btn.is-white:hover {
    color: #FFFFFF;
    background-color: #1C3B7C;
  }
}
.home-section-btn.is-white {
  color: #1C3B7C;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #1C3B7C;
  padding: 1rem 2.2rem;
}
@media screen and (max-width: 834px) {
  .home-section-btn.is-white {
    padding: 0.8rem 1.6rem;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 834px) {
  .home-section-btn {
    font-size: 1.4rem;
    padding: 1rem 2.5rem;
    flex-basis: 50%;
  }
}
.home-top-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #E8ECF3 100%);
}
.home-mid-bg {
  background-image: url(assets/img/reason-bg.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (max-width: 834px) {
  .home-mid-bg {
    background-image: url(assets/img/reason-bg-sp.webp);
  }
}
.home-hero {
  position: relative;
  width: 100%;
  height: 85svh;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .home-hero {
    margin-bottom: 0;
  }
}
.home-hero::before {
  width: 78rem;
  height: 100%;
  background: url(assets/img/bg02.png) repeat-y left top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .home-hero::before {
    background-image: url(assets/img/bg02_sp.png);
    width: 100%;
  }
}
.home-hero::before {
  display: none;
}
.home-hero-fv {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFF 6.44%, rgba(255, 255, 255, 0) 50%), url(assets/img/home-fv.webp) lightgray 0px -42.493px/100% 106.342% no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 834px) {
  .home-hero-fv {
    height: 90svh;
    background: linear-gradient(0deg, #FFF 6.44%, rgba(255, 255, 255, 0) 50%), url(assets/img/home-fv-sp.webp) lightgray 0px -42.493px/100% 106.342% no-repeat;
    background-size: cover;
  }
}
.home-hero-btn {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  position: absolute;
  bottom: 1rem;
  right: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home-hero-btn:has(a:hover)::before {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-color: transparent;
  transition: all 0.4s ease;
}
.home-hero-btn::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2D63B4;
  transition: all 0.4s ease;
}
.home-hero-btn figure {
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.home-hero-btn figure img {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}
.home-hero-btn figure .hover-img-01 {
  opacity: 1;
  width: 85%;
  margin-right: auto;
}
.home-hero-btn figure .hover-img-02 {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  opacity: 0;
}
.home-hero-btn a {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}
.home-hero-btn a span {
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.05em;
}
.home-hero-btn-inner {
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #2D63B4;
  transition: all 0.4s ease;
}
.home-hero-btn-inner:has(a:hover) {
  background-color: #1C3B7C;
  scale: 0.95;
  transition: all 0.4s ease;
}
.home-hero-btn-inner:hover .hover-img-01 {
  opacity: 0;
}
.home-hero-btn-inner:hover .hover-img-02 {
  opacity: 1;
  bottom: 0;
  right: 0;
}
.home-hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.2rem;
}
@media screen and (max-width: 834px) {
  .home-hero-title {
    top: 40%;
  }
}
.home-hero-title-container {
  background-color: #FFFFFF;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 1.5rem 1rem;
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 834px) {
  .home-hero-title-container {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 2.5rem;
  }
}
.home-hero-title-span-01 {
  color: #1C3B7C;
  text-align: center;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 834px) {
  .home-hero-title-span-01 {
    font-size: 3.5rem;
  }
}
.home-hero-title-span-02 {
  position: relative;
  display: inline-block;
  z-index: 0;
  color: #2D63B4;
  text-align: center;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  font-family: "Noto Serif JP";
  text-shadow: 3px 3px 0 #F8E88C;
}
@media screen and (max-width: 834px) {
  .home-hero-title-span-02 {
    font-size: 3.5rem;
    text-shadow: 1px 1.5px 0 rgba(248, 232, 140, 0.5);
  }
}
.home-hero-left {
  position: absolute;
  bottom: 0;
  left: 4.4rem;
  z-index: 2;
}
.home-hero-left-pickup {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
  width: 75%;
}
@media screen and (max-width: 834px) {
  .home-hero-left-pickup {
    width: 100%;
    padding: 0 2.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem;
  }
  .home-hero-left-pickup-item {
    max-width: 120px;
  }
}
.home-hero-left-text {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.home-hero-left-text span {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .home-hero-left-text {
    text-align: center;
    font-size: 1.3rem;
  }
  .home-hero-left-text span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .home-hero-left {
    width: 100%;
    left: 0;
    bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .home-hero {
    min-height: 500px;
    height: calc(100svh - 6.5rem);
  }
}
.home-hero-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
  padding: 0 4rem;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .home-hero-bottom {
    padding-top: 10rem;
    flex-direction: column-reverse;
    padding: 0 1.5rem;
    margin-bottom: 2.3rem;
  }
}
.home-hero-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEF1F5;
  padding: 1.5rem 3rem;
  border-radius: 40px;
  gap: 2.5rem;
}
.home-hero-navi-item a {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .home-hero-navi-item a:hover {
    color: #2D63B4;
  }
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .home-hero-navi-item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .home-hero-navi {
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 0;
  }
  .home-hero-navi-item {
    position: relative;
    flex-basis: calc((100% - 1rem) / 2);
    background-color: #EEF1F5;
    border-radius: 5rem;
    padding: 0.5rem 1.5rem;
    padding-right: 4.5rem;
  }
  .home-hero-navi-item a {
    font-size: 1.4rem;
  }
  .home-hero-navi-item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    background-image: url(assets/img/arrow-icon-b.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.home-hero-news {
  z-index: 1;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
@media screen and (max-width: 834px) {
  .home-hero-news {
    z-index: 10;
    bottom: 1.4rem;
    left: 2.8rem;
    min-width: inherit;
    width: 100%;
  }
}
.home-hero-news a {
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .home-hero-news a:hover .home-hero-news-inner {
    opacity: 0.7;
  }
}
.home-hero-news-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  padding: 2.5rem 3rem;
  border-radius: 50px;
  background-color: #1C3B7C;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 834px) {
  .home-hero-news-inner {
    width: 100%;
    justify-content: flex-start;
    padding: 1.7rem 2rem;
  }
}
.home-hero-news-ttl {
  color: #F8E88C;
  text-align: center;
  font-family: "Outfit";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5;
}
.home-hero-news-dd {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.112em;
}
.home-fv-banner {
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .home-fv-banner {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
  }
}
.home-fv-banner-link {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .home-fv-banner-link:hover {
    opacity: 0.8;
  }
}
.home-fv-banner-link img {
  display: block;
  width: 100%;
  height: auto;
}
.home-banner {
  padding-top: 58px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-banner {
    padding-top: 0;
    margin-bottom: 3rem;
  }
}
.home-banner-inner {
  position: relative;
}
.home-banner-pc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .home-banner-sp {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}
.home-banner-swiper {
  overflow: visible;
}
.home-banner-swiper .swiper-slide {
  height: auto;
}
.home-banner-swiper .home-banner-pagination {
  display: none;
}
.home-banner-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.home-banner-nav .home-banner-button-prev,
.home-banner-nav .home-banner-button-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  width: 4.4rem;
  height: 4.4rem;
  color: #1C3B7C;
}
.home-banner-nav .home-banner-button-prev::after,
.home-banner-nav .home-banner-button-next::after {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .home-banner-nav .home-banner-button-prev,
  .home-banner-nav .home-banner-button-next {
    width: 3.6rem;
    height: 3.6rem;
  }
  .home-banner-nav .home-banner-button-prev::after,
  .home-banner-nav .home-banner-button-next::after {
    font-size: 2.4rem;
  }
}
.home-banner-nav-fraction {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.home-banner-link {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .home-banner-link:hover {
    opacity: 0.8;
  }
  .home-banner-link:hover img {
    transform: scale(1.1);
  }
}
.home-banner-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition: all 0.5s ease-out;
}
.home-banner-link-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.1rem;
  line-height: 0.9523809524;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .home-banner-link-text {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
@media screen and (max-width: 834px) {
  .home-banner-link-text {
    font-size: 2.1rem;
    line-height: 0.9523809524;
  }
}
.home-banner-link-text:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(assets/img/icon_blank.svg) no-repeat top left;
}
.home-banner-pc .home-banner-link {
  width: calc((100% - 20px) / 3);
}
.home-cta {
  margin-bottom: 8rem;
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 834px) {
  .home-cta {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
    margin-bottom: 3rem;
  }
}
.home-cta figure {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.home-cta figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18.1rem;
  height: 19.5rem;
  background: url(assets/img/cta-bg.svg) no-repeat center center/contain;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: plus-lighter;
}
.home-cta figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .home-cta figure {
    flex-basis: 100%;
    max-width: 100%;
    border-radius: 0;
    overflow: visible;
  }
  .home-cta figure::after {
    width: 9rem;
    height: 9rem;
    left: 2.2rem;
    bottom: -0.7rem;
  }
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .home-cta figure::after {
    width: 12rem;
    height: 12rem;
  }
}
.home-cta-right {
  flex-basis: 50%;
}
@media screen and (max-width: 834px) {
  .home-cta-right {
    padding: 0 3rem;
  }
}
.home-cta-right h3 {
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-top: 1px dashed #1C3B7C;
  border-bottom: 1px dashed #1C3B7C;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .home-cta-right h3 {
    font-size: 1.8rem;
    padding: 0.5rem 0;
  }
}
.home-cta-right h2 {
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.193;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .home-cta-right h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.home-cta-right-s {
  color: #1C3B7C;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.193;
}
.home-cta-right-s.is-pink {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .home-cta-right-s {
    font-size: 2.5rem;
  }
}
.home-cta-right-b {
  color: #2D63B4;
}
.home-cta-right .marker {
  background: linear-gradient(to bottom, transparent 50%, #F8E88C 50%);
}
.home-cta-right-tel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2D63B4;
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .home-cta-right-tel {
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  }
}
.home-cta-right-tel p {
  width: 100%;
  background-color: #2D63B4;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0.12em;
}
.home-cta-right-tel span {
  display: block;
  padding-left: 2.4rem;
  color: #303030;
  background: url(assets/img/tel.svg) no-repeat left center;
  background-size: 1.8rem auto;
  color: #1C3B7C;
  font-family: "Quattrocento";
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
}
.home-cta-btn {
  flex-basis: 50%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-out;
}
.home-cta-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
  position: relative;
}
.home-cta-btn a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: url(assets/img/btn-arrow.svg) no-repeat center center/contain;
  pointer-events: none;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.home-cta-btn-text {
  display: block;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.152em;
}
.home-cta-btn-text-line {
  color: #FFFFFF;
  font-family: "Quattrocento";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.home-cta-btn-text-web {
  color: #F8E88C;
  font-family: "Quattrocento";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.home-cta-btn-text-time {
  display: block;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  margin-top: -1rem;
}
.home-cta-btn-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.home-cta-btn.line a {
  background-color: #54c829;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .home-cta-btn.line {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  }
  .home-cta-btn.line:hover {
    overflow: visible;
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1), 0 16px 32px rgba(0, 0, 0, 0.4);
  }
}
.home-cta-btn.web a {
  background-color: #1C3B7C;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .home-cta-btn.web {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  }
  .home-cta-btn.web:hover {
    overflow: visible;
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12), 0 16px 32px rgba(28, 59, 124, 0.35), 0 20px 40px rgba(45, 99, 180, 0.2);
  }
}
.home-philosophy .com-contentWidth {
  position: relative;
  z-index: 2;
}
.home-philosophy-box {
  display: flex;
  position: relative;
  padding-bottom: 6.8rem;
}
@media screen and (max-width: 834px) {
  .home-philosophy-box {
    flex-direction: column;
    margin-top: 3rem;
    padding-bottom: 4rem;
  }
}
.home-philosophy-box-title {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 1;
}
.home-philosophy-box-title img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home-philosophy-box-title {
    top: -2.4rem;
    width: 90%;
  }
}
.home-philosophy-box-left {
  flex-basis: 50%;
}
.home-philosophy-box-left-img01 {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home-philosophy-box-left-img01 {
    margin-bottom: 0;
  }
}
.home-philosophy-box-left-img02 {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .home-philosophy-box-left-img02 {
    position: relative;
    z-index: 2;
    margin-top: -5rem;
  }
}
.home-philosophy-box-left-img03 {
  position: absolute;
  bottom: -3.5rem;
  left: 8rem;
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .home-philosophy-box-left-img03 {
    bottom: 1.8rem;
    left: 1.3rem;
    width: 30%;
  }
}
.home-philosophy-box-right {
  flex-basis: 50%;
  padding: 6rem 8rem;
}
@media screen and (max-width: 834px) {
  .home-philosophy-box-right {
    padding: 3rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.home-philosophy-box-right h2 {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
  .home-philosophy-box-right h2 {
    margin-bottom: 1.5rem;
  }
}
.home-philosophy-box-right h2 img {
  width: 90%;
  max-width: 30rem;
}
.home-philosophy-box-right-text {
  color: #081838;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
.home-philosophy-box-right-text span {
  color: #2D63B4;
  font-weight: 600;
  background: linear-gradient(to bottom, transparent 50%, rgba(248, 232, 140, 0.8) 50%);
}
@media screen and (max-width: 834px) {
  .home-philosophy-box-right-text {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.home-philosophy-project {
  position: relative;
  margin-bottom: 12rem;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project {
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
}
.home-philosophy-project-discription {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 3rem;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-discription {
    width: calc(100% - 7rem);
    padding: 0;
    padding-top: 2rem;
    top: 48%;
  }
}
.home-philosophy-project-discription h2 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-discription h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.home-philosophy-project-discription p {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-discription p {
    font-size: 1.4rem;
    padding: 2rem;
    padding-top: 1rem;
  }
}
.home-philosophy-project-discription figure {
  position: absolute;
  top: -6rem;
  right: 3rem;
  width: 14rem;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-discription figure {
    top: -5rem;
    right: -3rem;
    width: 10rem;
  }
}
.home-philosophy-project-slider {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-slider {
    height: 52.559rem;
  }
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-slider-wrap {
    height: 100%;
  }
}
.home-philosophy-project-wrap {
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-wrap {
    height: 100%;
  }
}
.home-philosophy-project-wrap-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: home-philosophy-project-marquee 800s linear infinite;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-wrap-track {
    height: 100%;
  }
}
.home-philosophy-project-slide {
  flex: 0 0 auto;
  width: 200vw;
  height: 35vw;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-slide {
    height: 100%;
  }
}
.home-philosophy-project-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .home-philosophy-project-slide {
    width: 800vw;
  }
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .home-philosophy-project-slide {
    width: 500vw;
  }
}
@media screen and (max-width: 834px) {
  .home-pickup .com-contentWidth {
    padding: 0 1.5rem;
  }
}
.home-pickup-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-title {
    flex-direction: column;
    margin-bottom: 2rem;
    gap: 5px;
  }
}
.home-pickup-title figure {
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%);
  width: 50%;
  z-index: 1;
}
.home-pickup-title h2 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.home-pickup-title h2 span {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-title h2 {
    line-height: 1.2;
  }
  .home-pickup-title h2 span {
    font-size: 2.4rem;
  }
}
.home-pickup-title p {
  color: #626671;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.home-pickup-items {
  display: flex;
  gap: 5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-items {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.home-pickup-item {
  flex-basis: 33.33%;
}
@media screen and (max-width: 834px) {
  .home-pickup-item:nth-child(2) > .home-pickup-item-head {
    flex-direction: row;
  }
}
@media screen and (max-width: 834px) {
  .home-pickup-item-head {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .home-pickup-item-head-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
.home-pickup-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.home-pickup-item-title::before, .home-pickup-item-title::after {
  content: "";
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
  background-color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .home-pickup-item-title {
    flex: 0 0 auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    padding: 0.8rem 0.5rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .home-pickup-item-title::before, .home-pickup-item-title::after {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .home-pickup-item-head-line {
    width: 1px;
    height: 100%;
    background-color: #1C3B7C;
  }
}
.home-pickup-item figure {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-item figure {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-bottom: 1.2rem;
  }
  .home-pickup-item figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-pickup-item-content p {
  position: relative;
  color: #081838;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-left: 4rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-item-content p {
    font-size: 1.3rem;
    padding-left: 3rem;
    margin-bottom: 0.5rem;
  }
}
.home-pickup-item-content p:before {
  content: "";
  background-image: url(assets/img/check-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .home-pickup-item-content p:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.home-pickup-item-content p span {
  color: #2D63B4;
  font-weight: 500;
  background: linear-gradient(to bottom, transparent 50%, rgba(248, 232, 140, 0.8) 50%);
}
.home-pickup-btm {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-image: url(assets/img/pickup-btm-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5rem 7rem;
  border-radius: 1rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm {
    flex-direction: column;
    position: relative;
    margin-bottom: 4rem;
    padding: 0;
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}
.home-pickup-btm-title {
  position: absolute;
  top: 5rem;
  left: 7rem;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-title {
    top: 12rem;
    left: 1.5rem;
  }
}
.home-pickup-btm-title h2 {
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-title h2 {
    text-align: left;
  }
}
.home-pickup-btm-title p {
  color: #1C3B7C;
  text-align: center;
  font-family: "Quattrocento";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-title p {
    font-size: 1.2rem;
    text-align: left;
  }
}
.home-pickup-btm-left {
  flex-basis: 80%;
  background-image: url(assets/img/pickup-btm-left-bg.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left {
    background-image: url(assets/img/pickup-btm-left-bg-sp.webp);
    background-size: contain;
    padding: 1.5rem;
    padding-top: 22rem;
    margin-top: 1rem;
  }
}
.home-pickup-btm-left-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-items {
    gap: 1rem;
  }
}
.home-pickup-btm-left-item {
  gap: 2rem;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item {
    width: 100%;
  }
}
.home-pickup-btm-left-item-01 .home-pickup-btm-left-item-content p {
  background-color: #f07ea2;
}
.home-pickup-btm-left-item-01 .home-pickup-btm-left-item-content figure {
  border: 2px solid #f07ea2;
}
.home-pickup-btm-left-item-01 .home-pickup-btm-left-item-text p {
  color: #f07ea2;
}
.home-pickup-btm-left-item-02 .home-pickup-btm-left-item-content p {
  background-color: #1C3B7C;
}
.home-pickup-btm-left-item-02 .home-pickup-btm-left-item-content figure {
  border: 2px solid #1C3B7C;
}
.home-pickup-btm-left-item-02 .home-pickup-btm-left-item-text p {
  color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-02 {
    margin-left: auto;
  }
  .home-pickup-btm-left-item-02 .home-pickup-btm-left-item-content {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  .home-pickup-btm-left-item-02 .home-pickup-btm-left-item-text {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.home-pickup-btm-left-item-03 .home-pickup-btm-left-item-content p {
  background-color: #bf9c46;
}
.home-pickup-btm-left-item-03 .home-pickup-btm-left-item-content figure {
  border: 2px solid #bf9c46;
}
.home-pickup-btm-left-item-03 .home-pickup-btm-left-item-text p {
  color: #bf9c46;
}
.home-pickup-btm-left-item-03 .home-pickup-btm-left-item-text p::after {
  background-image: url(assets/img/treatment-check-g.webp);
}
.home-pickup-btm-left-item-top {
  display: flex;
  justify-content: center;
  padding: 0 3rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-top {
    padding: 0;
  }
}
.home-pickup-btm-left-item-btm {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-btm {
    flex-direction: column;
    gap: 1rem;
  }
}
.home-pickup-btm-left-item-content {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-content {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
  }
}
.home-pickup-btm-left-item-content figure {
  border-radius: 30rem;
  overflow: hidden;
}
.home-pickup-btm-left-item-content figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-content figure {
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
  }
}
.home-pickup-btm-left-item-content p {
  position: absolute;
  top: -0.9rem;
  right: 3rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 0.6rem 0.4rem;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-content p {
    writing-mode: horizontal-tb;
    position: static;
    top: auto;
    right: auto;
    transform: none;
    font-size: 1.5rem;
  }
}
.home-pickup-btm-left-item-text p {
  color: #2D63B4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-text p {
    padding-left: 2rem;
  }
}
.home-pickup-btm-left-item-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(assets/img/treatment-check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-left-item-text p::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.home-pickup-btm-right {
  flex-basis: 20%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.home-pickup-btm-right-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 0 1.7rem;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-right-content {
    padding-top: 3rem;
    margin-bottom: 6rem;
  }
}
.home-pickup-btm-right-content p {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.7rem;
  letter-spacing: 0.3em;
  background-color: #FFFFFF;
  margin: 0 1rem;
  padding: 1rem 0.5rem;
  padding-bottom: 0;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .home-pickup-btm-right-content p {
    background-color: #1C3B7C;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 0.5rem 0.8rem;
    line-height: 1;
    margin: 0;
    margin-left: 1rem;
  }
}
.home-pickup-btm-right-01 {
  border-top: 2px solid #1C3B7C;
}
.home-pickup-btm-right-02 {
  border-top: 2px solid #f07ea2;
}
.home-pickup-btm-right-03 {
  border-top: 2px solid #bf9c46;
}
.home-pickup-btm-right-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  color: var(--GrayDark, #626671);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: 0.065rem;
}
.home-reason {
  background-image: url(assets/img/reason-bg.webp);
  background-size: contain;
  background-position: center center;
  padding: 8rem 0;
}
@media screen and (max-width: 834px) {
  .home-reason {
    background-image: url(assets/img/reason-bg-sp.webp);
    padding: 4rem 0;
  }
  .home-reason .section-title-ja {
    font-size: 2rem;
    letter-spacing: 0.08em;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .home-reason .section-title-ja:after {
    display: none;
  }
  .home-reason .section-title-ja:before {
    display: none;
  }
}
.home-reason-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .home-reason-item {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.home-reason-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .home-reason-item:nth-child(even) {
    flex-direction: column;
  }
}
.home-reason-item-left {
  flex-basis: 50%;
}
.home-reason-item-right {
  flex-basis: 50%;
}
@media screen and (max-width: 834px) {
  .home-reason-item-right {
    width: 100%;
  }
}
.home-reason-item-right-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .home-reason-item-right-title {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.home-reason-item-right-title h3 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .home-reason-item-right-title h3 {
    font-size: 2.5rem;
  }
}
.home-reason-item-right-title figure {
  width: 12rem;
}
@media screen and (max-width: 834px) {
  .home-reason-item-right-title figure {
    width: 6rem;
  }
}
.home-reason-item-right-content p {
  position: relative;
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed var(--MainDark, #383A60);
  padding-left: 4rem;
}
.home-reason-item-right-content p:before {
  content: "";
  background-image: url(assets/img/arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.7rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .home-reason-item-right-content p:before {
    left: 0.6rem;
    height: 1.25rem;
  }
}
.home-reason-item-right-content p span {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .home-reason-item-right-content p {
    font-size: 1.4rem;
    padding-left: 2.5rem;
  }
}
.home-reason .home-section-btn {
  margin: 0 auto;
}
.home-cta-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  .home-cta-02 {
    padding: 4rem 0;
  }
}
.home-cta-02::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/img/cta-bg.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.home-cta-02 > * {
  position: relative;
  z-index: 1;
}
.home-cta-02-text {
  margin-bottom: 1.5rem;
}
.home-cta-02-text h2 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.193;
  margin-bottom: 1.5rem;
  text-align: center;
}
.home-cta-02-text h2 span {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .home-cta-02-text h2 {
    font-size: 3rem;
  }
}
.home-cta-02-text p {
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .home-cta-02-text p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.home-cta-02 .home-cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.home-cta-02 .home-cta-btn-list {
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .home-cta-02 .home-cta-btn-list {
    flex-direction: column;
  }
}
.home-cta-02 .home-cta-btn-list-inner {
  flex-basis: 66.6%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
}
.home-cta-02 .home-cta-right-tel {
  flex-basis: 33.3%;
  margin-bottom: 0;
}
.home-cta-02 .home-cta-btn {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-cta-02.sp_only::before {
  background-image: url(assets/img/home-cta-sp.webp);
  background-size: cover;
  opacity: 1;
}
.home-doctor {
  background-color: #2D63B4;
  background-image: url(assets/img/doctor-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 10rem;
}
@media screen and (max-width: 834px) {
  .home-doctor {
    padding-top: 4rem;
  }
}
.home-doctor .com-contentWidth {
  padding-right: 0;
  max-width: 1600px;
}
@media screen and (max-width: 834px) {
  .home-doctor .com-contentWidth {
    padding: 0 3rem;
  }
}
.home-doctor-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6rem;
}
@media screen and (max-width: 834px) {
  .home-doctor-content {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.home-doctor-content-left {
  flex-basis: 45%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.home-doctor-content-left-title {
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.095em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-left-title {
    font-size: 1.5rem;
  }
}
.home-doctor-content-left-name {
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-left-name {
    font-size: 4rem;
  }
}
.home-doctor-content-left-text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.home-doctor-content-left-text span {
  color: #F8E88C;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-left-text {
    font-size: 1.4rem;
  }
}
.home-doctor-content-left-info {
  border-radius: 20px;
  background: #245297;
  padding: 1rem 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-left-info {
    margin-bottom: 1rem;
  }
}
.home-doctor-content-left-info p {
  position: relative;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  padding-left: 2.4rem;
}
.home-doctor-content-left-info p:before {
  content: "";
  background-image: url(assets/img/arrow-icon-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home-doctor-content-left .home-section-btn {
  background-color: #1C3B7C;
}
@media screen and (min-width: 835px) {
  .home-doctor-content-left .home-section-btn {
    transition: all 0.5s ease-out;
  }
  .home-doctor-content-left .home-section-btn:hover {
    background-color: #FFFFFF;
    color: #1C3B7C;
    box-shadow: inset 0 0 0 1px #1C3B7C;
  }
}
.home-doctor-content-right {
  flex-basis: 55%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-right {
    width: 100%;
  }
}
.home-doctor-content-right figure {
  position: absolute;
  bottom: 0;
  right: 1.6rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 70rem;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-right figure {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: none;
  }
}
.home-group {
  background: linear-gradient(rgba(56, 58, 96, 0.98)), url(assets/img/group-bg.webp);
  background-size: cover;
  background-position: center center;
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-group {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}
.home-group .com-contentWidth {
  max-width: 1600px;
}
@media screen and (max-width: 834px) {
  .home-group .com-contentWidth {
    padding: 0;
  }
}
.home-group-section-title {
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.27rem;
  padding: 2rem 4rem;
  margin-bottom: 2.5rem;
  border-top: 1px dashed #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home-group-section-title {
    font-size: 2rem;
    padding-right: 0;
    padding: 1rem 2rem;
    padding-left: 4rem;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.home-group-section-title::before {
  content: "";
  background-image: url(assets/img/home-heart.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .home-group-section-title::before {
    width: 3.1rem;
    height: 3.1rem;
  }
}
.home-group-title {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-group-title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.home-group-title-img {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-group-title-img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home-group-title-img {
    transform: scale(2.5);
    top: 5rem;
  }
}
.home-group-title-left {
  position: relative;
  flex-basis: 10%;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .home-group-title-left {
    width: 23%;
  }
}
.home-group-title-right {
  position: relative;
  z-index: 2;
}
.home-group-title-right h2 {
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.61;
  margin-bottom: 1rem;
}
.home-group-title-right h2 span {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .home-group-title-right h2 {
    text-align: center;
    font-size: 2.1rem;
  }
  .home-group-title-right h2 span {
    font-size: 4rem;
    line-height: 1.2;
  }
}
.home-group-title-right p {
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .home-group-title-right p {
    text-align: center;
    line-height: 1.6;
  }
}
.home-group-about {
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-group-about {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.home-group-about-left {
  flex-basis: 50%;
}
.home-group-about-left p {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .home-group-about-left p {
    font-size: 1.4rem;
  }
}
.home-group-about-right {
  flex-basis: 50%;
  min-width: 0;
}
.home-group-about-right .ssk-group-clinics--home {
  width: 100%;
}
.home-group-greeting {
  padding: 0 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-group-greeting {
    margin-bottom: 2rem;
  }
}
.home-group-greeting-content {
  position: relative;
  background-image: url(assets/img/group-greeting-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10rem;
  gap: 6rem;
}
@media screen and (max-width: 834px) {
  .home-group-greeting-content {
    flex-direction: column;
    padding-left: 0;
    padding: 2rem;
    padding-bottom: 0;
    gap: 0;
  }
}
.home-group-greeting-content-left h2 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .home-group-greeting-content-left h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.home-group-greeting-content-left p {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  max-width: 54rem;
}
@media screen and (max-width: 834px) {
  .home-group-greeting-content-left p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.home-group-greeting-content-left h3 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .home-group-greeting-content-left h3 {
    font-size: 2.2rem;
  }
}
.home-group-greeting-content-right-img {
  width: 100%;
  max-width: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .home-group-greeting-content-right-img {
    width: 50%;
    max-width: none;
    margin-left: auto;
    margin-top: -5rem;
  }
}
.home-group-greeting-content-right-name {
  position: absolute;
  bottom: 4.2rem;
  right: 4.8rem;
}
.home-group-greeting-content-right-name img {
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: difference;
}
@media screen and (max-width: 834px) {
  .home-group-greeting-content-right-name {
    width: 16rem;
    bottom: 2rem;
    right: auto;
    left: 4rem;
  }
}
.home-group-specialist {
  padding: 0 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-group-specialist {
    margin-bottom: 2rem;
  }
}
.home-group-specialist-text {
  color: #F0EDED;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-text {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}
.home-group-specialist-list-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-content {
    flex-wrap: wrap;
  }
}
.home-group-specialist-list-item {
  position: relative;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-item {
    flex-basis: 50%;
  }
}
.home-group-specialist-list-item-title {
  position: absolute;
  bottom: 6.6rem;
  right: 1.4rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-item-title {
    bottom: 3.8rem;
    right: 1.2rem;
  }
}
.home-group-specialist-list-item-title-en {
  color: #FFFFFF;
  text-align: right;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: "Quattrocento";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.3px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-item-title-en {
    font-size: 1rem;
  }
}
.home-group-specialist-list-item-title-jp {
  color: #1C3B7C;
  text-align: center;
  -webkit-text-stroke: 2px #FFFFFF;
  paint-order: stroke fill;
  font-family: "Noto Serif JP";
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-item-title-jp {
    font-size: 2.5rem;
  }
}
.home-group-specialist-list-item-genre {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  background-color: #1C3B7C;
  padding: 1.4rem 1rem;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-item-genre {
    font-size: 1.6rem;
    padding: 0.6rem;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.home-group-specialist-list-item-name {
  background-color: #FFFFFF;
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2em;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-item-name {
    font-size: 1.6rem;
    height: 3rem;
  }
}
.home-group-specialist-list-item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.home-group-specialist-list-item:nth-child(even) .home-group-specialist-list-item-genre {
  top: 5rem;
}
.home-group-specialist-list-item:nth-child(even) .home-group-specialist-list-item-title {
  bottom: 1.6rem;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-item:nth-child(even) {
    flex-direction: column;
  }
  .home-group-specialist-list-item:nth-child(even) .home-group-specialist-list-item-genre {
    top: 0.5rem;
    left: 0.5rem;
  }
  .home-group-specialist-list-item:nth-child(even) .home-group-specialist-list-item-title {
    bottom: 3.8rem;
    right: 1.2rem;
  }
}
.home-group-specialist-list-top {
  position: relative;
}
.home-group-specialist-list-top-text {
  width: 100%;
  position: absolute;
  bottom: 4.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-top-text {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    margin-bottom: 1rem;
  }
}
.home-group-specialist-list-top-text:after {
  content: "";
  background-image: url(assets/img/group-specialist-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20rem;
  height: 20rem;
  position: absolute;
  bottom: 0;
  left: 7rem;
  z-index: -1;
}
.home-group-specialist-list-top-text p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-top-text p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 2;
  }
}
.home-group-specialist-list-top-text h4 {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 8.9rem;
  font-weight: 500;
  line-height: 1;
  -webkit-text-stroke: 1px #1C3B7C;
  paint-order: stroke fill;
}
.home-group-specialist-list-top-text h4 span {
  color: #FFFFFF;
  font-family: "Noto Serif JP";
  font-size: 7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .home-group-specialist-list-top-text h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-top-text h4 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
  .home-group-specialist-list-top-text h4 span {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 834px) {
  .home-group-specialist-list-top figure img {
    margin-bottom: 0.5rem;
  }
}
.home-group-foot {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 834px) {
  .home-group-foot {
    font-size: 1.2rem;
  }
}
.home-treatment {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .home-treatment {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .home-treatment .section-title {
    margin-bottom: 1rem;
  }
  .home-treatment .section-title-ja {
    gap: 2rem;
    letter-spacing: 0.09em;
    font-size: 2.1rem;
    justify-content: center;
  }
  .home-treatment .section-title-ja:before, .home-treatment .section-title-ja:after {
    flex: 0.3 0.3 0;
  }
}
.home-treatment-text {
  text-align: center;
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-text {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.home-treatment-items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-items {
    flex-direction: column;
    gap: 1rem;
  }
}
.home-treatment-item {
  flex-basis: calc(50% - 1rem);
  border-radius: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #FFFFFF;
}
.home-treatment-item-top {
  position: relative;
}
.home-treatment-item-top-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-top-content {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    inset: 0;
    padding: 1rem;
    box-sizing: border-box;
  }
}
.home-treatment-item-top figure img {
  display: block;
  width: 100%;
  height: auto;
}
.home-treatment-item-top-text h3 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
}
.home-treatment-item-top-text p {
  color: #1C3B7C;
  font-family: "Quattrocento";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-top-text p {
    font-size: 1.1rem;
  }
}
.home-treatment-item-top a {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 2.5rem;
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.08em;
  border-radius: 3rem;
  border: 1px solid #1C3B7C;
  background: #FFFFFF;
  padding-right: 4rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-top a {
    align-self: flex-end;
    flex-shrink: 0;
    margin-top: auto;
    padding: 0.8rem 1.5rem 0.8rem 2rem;
    padding-right: 3.5rem;
    font-size: 1.2rem;
  }
}
.home-treatment-item-top a:after {
  content: "";
  background-image: url(assets/img/treatment-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  transition: transform 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .home-treatment-item-top a:hover {
    color: #FFFFFF;
    background-color: #1C3B7C;
  }
  .home-treatment-item-top a:hover:after {
    transform: translateY(-50%) translateX(3px);
  }
}
.home-treatment-item-btm {
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-btm {
    padding: 1rem 1.5rem;
  }
}
.home-treatment-item-btm-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  border-bottom: 1px dashed #1C3B7C;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-btm-title {
    flex-direction: column;
    align-items: center;
  }
}
.home-treatment-item-btm-title-left p {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-btm-title-left p {
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.home-treatment-item-btm-title-left h2 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-btm-title-left h2 {
    text-align: center;
    font-size: 2.5rem;
  }
}
.home-treatment-item-btm-title-right {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: 0.08em;
}
.home-treatment-item-btm-title-right span {
  color: #2D63B4;
  font-family: "Quattrocento";
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: -2px;
  text-shadow: 2px 2px 0 #F8E88C;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-btm-title-right {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .home-treatment-item-btm-title-right span {
    font-size: 3rem;
    letter-spacing: 0.01em;
  }
}
.home-treatment-item-btm-text {
  position: relative;
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #1C3B7C;
  padding-left: 4rem;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-btm-text {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1rem 0;
    padding-left: 4rem;
  }
}
.home-treatment-item-btm-text span {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .home-treatment-item-btm-text span {
    line-height: 1.5;
  }
}
.home-treatment-item-btm-text:before {
  content: "";
  background-image: url(assets/img/treatment-check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home-problem {
  padding-top: 12rem;
  padding-bottom: 20rem;
  background-image: url(assets/img/problem-bg.webp);
  background-size: 70% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .home-problem {
    padding-top: 0;
    padding-bottom: 4rem;
    background-size: 100% auto;
    background-image: none;
  }
}
.home-problem .section-title-02 .section-title-en {
  color: #2D63B4;
}
.home-problem .section-title-02 .section-title-ja {
  color: #1C3B7C;
}
.home-problem .section-title-02 .section-title-ja:after {
  background-color: #1C3B7C;
}
.home-problem .section-title-02 .section-title-text {
  color: #1C3B7C;
}
.home-problem-items {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 834px) {
  .home-problem-items {
    width: 100%;
    gap: 1rem;
  }
}
.home-problem-item {
  flex-basis: calc(20% - 1.2rem);
  position: relative;
  border-radius: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .home-problem-item:hover figure::before {
    transform: scale(1.2);
  }
  .home-problem-item:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .home-problem-item:hover img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 834px) {
  .home-problem-item {
    flex-basis: calc(33.3333333333% - 1rem);
    padding: 1rem 0.5rem;
  }
}
.home-problem-item span {
  position: absolute;
  top: 0.6rem;
  left: 1.3rem;
  color: #2D63B4;
  text-align: center;
  font-family: "Quattrocento";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.home-problem-item figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  aspect-ratio: 1;
  margin-bottom: 0.8rem;
}
.home-problem-item figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F8E88C;
  border-radius: 100%;
  transition: transform 0.5s ease-out;
}
.home-problem-item figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-out;
}
.home-problem-item h2 {
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 834px) {
  .home-problem-item h2 {
    font-size: 1.4rem;
  }
}
.home-problem-item p {
  color: #bf9c46;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .home-problem-item p {
    font-size: 1.2rem;
  }
}
.home-case {
  padding-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .home-case {
    padding-top: 4rem;
  }
}
.home-case-text {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: 0.08em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 834px) {
  .home-case-text {
    font-size: 1.4rem;
  }
}
.home-case-bottom-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.home-case-bottom-nav .home-case-bottom-button-prev,
.home-case-bottom-nav .home-case-bottom-button-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  width: 4.4rem;
  height: 4.4rem;
  color: #1C3B7C;
}
.home-case-bottom-nav .home-case-bottom-button-prev::after,
.home-case-bottom-nav .home-case-bottom-button-next::after {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .home-case-bottom-nav .home-case-bottom-button-prev,
  .home-case-bottom-nav .home-case-bottom-button-next {
    width: 1.3rem;
    height: 1.3rem;
  }
  .home-case-bottom-nav .home-case-bottom-button-prev::after,
  .home-case-bottom-nav .home-case-bottom-button-next::after {
    font-size: 1.4rem;
  }
}
.home-case-bottom-nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .home-case-bottom-nav-box .home-section-btn {
    padding: 0.8rem 2rem;
    flex-basis: fit-content;
  }
}
.home-case-bottom-nav-fraction {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.home-case-bottom {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.home-case-bottom-swiper {
  overflow: visible;
}
.home-case-bottom .swiper-slide {
  height: auto;
  box-sizing: border-box;
  overflow: visible;
  padding-bottom: 1.2rem;
}
.home-case-bottom-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(0, 0, 0, 0.14);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 835px) {
  .home-case-bottom-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14), 0 10px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-10px);
  }
}
.home-case-bottom-item-category {
  background-color: #1C3B7C;
  border-radius: 1rem 1rem 0 0;
  padding: 5px 0;
}
.home-case-bottom-item-category h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.08em;
  text-align: center;
  padding-left: 2rem;
}
.home-case-bottom-item-category h3:before {
  content: "";
  background-image: url(assets/img/folder-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home-case-bottom-item-pic {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #EEF1F5;
}
.home-case-bottom-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-case-bottom-item-text {
  padding: 2rem;
}
.home-case-bottom-item-text-box {
  display: flex;
  margin-bottom: 1.5rem;
}
.home-case-bottom-item-text-box span {
  display: block;
  color: #1C3B7C;
  font-family: "Noto Sans";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.65px;
  margin-right: 1rem;
}
.home-case-bottom-item-text-box p {
  color: #1C3B7C;
  font-family: "Noto Sans";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.65px;
}
.home-case-bottom-item-text-box.--break {
  flex-direction: column;
}
.home-case-bottom-item-text-box.--break span {
  margin-right: 0;
  margin-bottom: 1rem;
}
.home .home-case-bottom-item-ttl {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.31;
  margin: 0 0 1rem;
}
.home-blog {
  margin-bottom: 10rem;
}
.home-blog .section-title {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .home-blog .section-title {
    margin-bottom: 1rem;
  }
}
.home-blog .com-contentWidth .home-section-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .home-blog .com-contentWidth .home-section-btn {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.home-blog-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-top: 1px dashed #1C3B7C;
  border-bottom: 1px dashed #1C3B7C;
  padding: 1.8rem 0;
  padding-right: 12rem;
}
@media screen and (max-width: 834px) {
  .home-blog-item {
    padding-right: 0;
  }
}
.home-blog-item:first-child {
  border-bottom: none;
}
.home-blog-item:last-child {
  border-top: none;
}
.home-blog-item::before {
  content: "";
  background-image: url(assets/img/arrow-icon-b.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  background-color: #F8E88C;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 834px) {
  .home-blog-item::before {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .home-blog-item:hover::before {
    transform: translateY(-50%) translateX(5px) scale(1.1);
  }
  .home-blog-item:hover .home-blog-item-pic img {
    transform: scale(1.05);
    transition: transform 0.5s ease-out;
  }
}
.home-blog-item-pic {
  flex: 0 0 16rem;
  width: 16rem;
  min-width: 16rem;
  max-width: 16rem;
  aspect-ratio: 16/12;
  overflow: hidden;
  background-color: #EEF1F5;
  border-radius: 1rem;
  border-radius: 10px;
  border: 1px solid #1C3B7C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-blog-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 834px) {
  .home-blog-item-pic {
    min-width: 8rem;
    max-width: 8rem;
  }
}
.home-blog-item-date {
  color: #bf9c46;
  font-family: "Quattrocento";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 834px) {
  .home-blog-item-date {
    font-size: 1.2rem;
  }
}
.home-blog-item-title {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 834px) {
  .home-blog-item-title {
    font-size: 1.5rem;
  }
}
.home-blog-item-description {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.home-equipment {
  position: relative;
  background-image: url(assets/img/equipment-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media screen and (max-width: 834px) {
  .home-equipment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7rem 3rem;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .home-equipment figure {
    width: 100%;
  }
  .home-equipment figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-equipment-text {
  position: relative;
  border-radius: 2rem;
  padding: 6rem 8rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.home-equipment-text::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url(assets/img/home-character-03.webp);
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
.home-equipment-text > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .home-equipment-text {
    padding: 3rem;
  }
  .home-equipment-text::before {
    background-size: 60%;
  }
}
.home-equipment-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .home-equipment-text-wrap {
    position: static;
    transform: none;
  }
}
.home-equipment-text figure {
  width: 50%;
  position: absolute;
  top: -6rem;
  right: 0;
}
.home-equipment-text figure img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home-equipment-text figure {
    width: 25%;
    top: 0;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    min-width: 16rem;
  }
}
.home-equipment-text h2 {
  margin-bottom: 2rem;
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .home-equipment-text h2 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.home-equipment-description {
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
.home-equipment-description span {
  color: #2D63B4;
  font-weight: 600;
  background: linear-gradient(to bottom, transparent 50%, rgba(248, 232, 140, 0.8) 50%);
}
@media screen and (max-width: 834px) {
  .home-equipment-description {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .home-equipment .home-section-btn {
    margin: 0 auto;
  }
}
.home-instagram {
  background-image: url(assets/img/reason-bg.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  .home-instagram {
    padding: 4rem 0;
    background-image: url(assets/img/reason-bg-sp.webp);
  }
}
.home-instagram .section-title figure {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 834px) {
  .home-instagram .section-title figure {
    width: 70%;
    max-width: 22rem;
  }
}
.home-instagram-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media all and (min-width: 835px) and (max-width: 859px) {
  .home-treatment-list {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media all and (min-width: 860px) and (max-width: 1099px) {
  .home-treatment-list {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1100px) and (max-width: 1250px) {
  .home-treatment-list {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.page p:not([class]) {
  margin-bottom: 20px;
}
.page p:not([class]):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .page p:not([class]) {
    margin-bottom: 10px;
  }
}
.page-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .page-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 60px;
  }
}
.page-hero-content-photo01-inner {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-inner {
    padding: 60px 5% 0px;
  }
}
.page-hero-content-photo01 .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero-content-photo01 .page-hero-content-nav-list {
  display: flex;
}
.page-hero-content-photo01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.page-hero-content-photo01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #1C3B7C;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
}
.page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
    color: #1C3B7C;
  }
}
.page-hero-content-photo01-title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-title {
    font-size: 3rem;
  }
}
.page-hero-content-photo01-sub {
  font-family: "Outfit";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #2D63B4;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-sub {
    margin-bottom: 30px;
  }
}
.page-hero-content-photo01-img {
  position: relative;
  width: 100%;
  height: auto;
}
.page-hero-content-photo01-img-bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1920/560;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img-bg {
    aspect-ratio: 390/200;
  }
}
.page-hero-content-photo01-img .com-topic_path-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img .com-topic_path-wrap {
    position: static;
  }
}
.page-hero-content-photo01._no_img {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01._no_img {
    padding: 60px 5% 0px;
  }
}
.page-hero-content-photo02-inner {
  padding: 0px 0px 0px 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-inner {
    padding: 20px 0px 0px;
  }
}
.page-hero-content-photo02-top {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top {
    flex-direction: column;
  }
}
.page-hero-content-photo02-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-left {
    gap: 20px;
    width: 100%;
    padding: 0px 5% 20px;
  }
}
.page-hero-content-photo02-top-right {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right {
    width: 100%;
  }
}
.page-hero-content-photo02-top-right img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right img {
    height: auto;
    aspect-ratio: 390/200;
  }
}
.page-hero-content-photo02 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero-content-photo02 .page-hero-content-nav-list {
  display: flex;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 6.5px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 0;
  height: 18.382px;
  border-left: 1px solid #F0EDED;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #1C3B7C;
  transition: color 0.3s;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
    color: #1C3B7C;
  }
}
.page-hero-content-photo02-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-title {
    font-size: 2.6rem;
  }
}
.page-hero-content-photo02-title-wrap {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #1C3B7C;
}
.page-hero-content-photo02-sub {
  font-family: "Quattrocento";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #2D63B4;
}
.page-hero-content-photo02 .com-topic_path-wrap {
  padding: 0px;
}
.page-hero-content-photo02 .com-topic_path ul {
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .com-topic_path ul {
    flex-direction: row;
  }
}
.page-hero-content-photo02 .com-topic_path ul li, .page-hero-content-photo02 .com-topic_path ul a {
  color: #1C3B7C;
}
.page-hero-content-photo02 .com-topic_path ul li .icon_arrow {
  fill: #1C3B7C;
  margin-left: 5px;
}
.page-hero-content-photo02 .com-topic_path ul a svg {
  fill: #1C3B7C;
}
.page-hero-content-photo02._no_img .page-hero-content-photo02-top {
  padding: 60px 50px 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top {
    padding: 60px 5% 30px;
  }
}
.page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
  width: 78.5%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
    width: 100%;
  }
}
.page-hero-content-photo02._no_img .com-topic_path-wrap {
  padding: 0px;
}
.page-hero-content-photo02._no_img .com-topic_path ul {
  flex-direction: row;
  gap: 8px;
}
.page-hero-content-photo02._no_img .com-topic_path ul li, .page-hero-content-photo02._no_img .com-topic_path ul a {
  color: #1C3B7C;
}
.page-hero-content-photo02._no_img .com-topic_path ul li .icon_arrow {
  fill: #1C3B7C;
  margin-left: 5px;
}
.page-hero-content-photo02._no_img .com-topic_path ul a svg {
  fill: #1C3B7C;
}
.page-hero-content-photo02._no_img .page-hero-content-photo02-nav {
  width: 100%;
  background-color: #eff2f7;
  padding: 20px 50px;
  margin: 0 0 50px;
}
.page-hero-content-photo03-top {
  position: relative;
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top {
    height: auto;
  }
}
.page-hero-content-photo03-top-left {
  width: 100%;
  height: 350px;
  padding: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8)), url(assets/img/reason-bg.webp);
  background-repeat: repeat;
  background-size: 80%, cover;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-left {
    width: 100%;
    height: auto;
    padding: 30px 5% 40px;
    border-radius: 0;
  }
}
.page-hero-content-photo03-top-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 350px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right {
    position: static;
    width: 100%;
    height: auto;
    padding-left: 5%;
  }
}
.page-hero-content-photo03-top-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right img {
    height: auto;
    aspect-ratio: 390/200;
  }
}
.page-hero-content-photo03 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #F0EDED;
}
.page-hero-content-photo03 .page-hero-content-nav-list {
  display: flex;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 6.5px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 0;
  height: 18.382px;
  border-left: 1px solid #F0EDED;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #1C3B7C;
  transition: color 0.3s ease-out;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
    color: #1C3B7C;
  }
}
.page-hero-content-photo03-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Noto Serif JP";
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-title {
    font-size: 2.6rem;
  }
}
.page-hero-content-photo03-sub {
  margin-bottom: 30px;
  font-family: "Outfit";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #bf9c46;
}
.page-hero-content-photo03 .com-topic_path-wrap {
  padding: 0px;
}
.page-hero-content-photo03 .com-topic_path ul {
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .com-topic_path ul {
    flex-direction: row;
  }
}
.page-hero-content-photo03 .com-topic_path ul li, .page-hero-content-photo03 .com-topic_path ul a {
  color: #1C3B7C;
}
.page-hero-content-photo03 .com-topic_path ul li .icon_arrow {
  fill: #1C3B7C;
  margin-left: 5px;
}
.page-hero-content-photo03 .com-topic_path ul a svg {
  fill: #1C3B7C;
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-top {
  height: auto;
  padding: 60px 50px 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8)), url(assets/img/reason-bg.webp);
  background-repeat: repeat;
  background-size: 80%, cover;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top {
    padding: 60px 5% 30px;
  }
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
  width: 100%;
  height: auto;
  padding: 0;
  background-image: none;
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
    width: 100%;
  }
}
.page-hero-content-photo03._no_img .com-topic_path-wrap {
  padding: 0px;
}
.page-hero-content-photo03._no_img .com-topic_path ul {
  flex-direction: row;
  gap: 8px;
}
.page-hero-content-photo03._no_img .com-topic_path ul li, .page-hero-content-photo03._no_img .com-topic_path ul a {
  color: #1C3B7C;
}
.page-hero-content-photo03._no_img .com-topic_path ul li .icon_arrow {
  fill: #1C3B7C;
  margin-left: 5px;
}
.page-hero-content-photo03._no_img .com-topic_path ul a svg {
  fill: #1C3B7C;
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-nav {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 50px;
  margin: 0 0 50px;
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-nav-list {
  justify-content: center;
}
.page-hero-content-smart01-top {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top {
    height: auto;
  }
}
.page-hero-content-smart01-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.page-hero-content-smart01-top .com-topic_path-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top .com-topic_path-wrap {
    position: static;
  }
}
.page-hero-content-smart01-top .com-topic_path ul li, .page-hero-content-smart01-top .com-topic_path ul a {
  color: #1C3B7C;
}
.page-hero-content-smart01-top .com-topic_path ul li .icon_arrow {
  fill: #1C3B7C;
  margin-left: 5px;
}
.page-hero-content-smart01-top .com-topic_path ul a svg {
  fill: #1C3B7C;
}
.page-hero-content-smart01-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title {
    font-size: 3rem;
  }
}
.page-hero-content-smart01-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title-wrap {
    height: 180px;
  }
}
.page-hero-content-smart01-sub {
  font-family: "Outfit";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #2D63B4;
  text-align: center;
}
.page-hero-content-smart01 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero-content-smart01 .page-hero-content-nav-list {
  display: flex;
}
.page-hero-content-smart01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.page-hero-content-smart01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #1C3B7C;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
}
.page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
    color: #1C3B7C;
  }
}
.page-hero-content-smart01._no_img .page-hero-content-smart01-top {
  background-color: #eff2f7;
}
.page-hero-content-smart01._no_img .page-hero-content-smart01-title {
  color: #1C3B7C;
}
.page-hero-content-smart02 {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02 {
    height: 250px;
    padding-bottom: 0;
  }
}
.page-hero-content-smart02-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-img {
    height: 100%;
  }
}
.page-hero-content-smart02 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .com-topic_path-wrap {
    padding: 25px 0;
  }
}
.page-hero-content-smart02 .com-topic_path ul li, .page-hero-content-smart02 .com-topic_path ul a {
  color: #FFFFFF;
}
.page-hero-content-smart02 .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}
.page-hero-content-smart02 .com-topic_path ul a svg {
  fill: #FFFFFF;
}
.page-hero-content-smart02-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}
.page-hero-content-smart02-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-title-wrap {
    padding: 0 5%;
  }
}
.page-hero-content-smart02-sub {
  font-family: "Outfit";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-sub {
    font-size: 3.5rem;
  }
}
.page-hero-content-smart02-bar {
  width: 500px;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-bar {
    width: 100%;
  }
}
.page-hero-content-smart02 .page-hero-content-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  background-color: #FFFFFF;
  border: 1px solid #eff2f7;
  border-radius: 100vh;
}
.page-hero-content-smart02 .page-hero-content-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.page-hero-content-smart02 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.page-hero-content-smart02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #1C3B7C;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
  text-wrap: nowrap;
}
.page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
    color: #1C3B7C;
  }
}
.page-hero-content-smart02._no_img {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  background: linear-gradient(to bottom, #1C3B7C calc(100% - 30px), #FFFFFF calc(100% - 30px));
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img {
    height: 250px;
    padding-bottom: 0;
    background: #1C3B7C;
  }
}
.page-hero-content-smart02._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img .com-topic_path-wrap {
    padding: 25px 0;
  }
}
.page-hero-content-smart02._no_img .com-topic_path ul li, .page-hero-content-smart02._no_img .com-topic_path ul a {
  color: #FFFFFF;
}
.page-hero-content-smart02._no_img .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}
.page-hero-content-smart02._no_img .com-topic_path ul a svg {
  fill: #FFFFFF;
}
.page-hero-content-smart02._no_img .page-hero-content-smart01-top {
  background-color: #eff2f7;
}
.page-hero-content-smart02._no_img .page-hero-content-smart01-title {
  color: #1C3B7C;
}
.page-hero-content-simple01 {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01 {
    height: auto;
  }
}
.page-hero-content-simple01-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.page-hero-content-simple01-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01-text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 5%;
  }
}
.page-hero-content-simple01 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path-wrap {
    overflow-x: scroll;
  }
}
.page-hero-content-simple01 .com-topic_path ul {
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path ul {
    flex-direction: row;
  }
}
.page-hero-content-simple01 .com-topic_path ul li, .page-hero-content-simple01 .com-topic_path ul a {
  color: #1C3B7C;
}
.page-hero-content-simple01 .com-topic_path ul li .icon_arrow {
  fill: #1C3B7C;
  margin-left: 5px;
}
.page-hero-content-simple01 .com-topic_path ul a svg {
  fill: #1C3B7C;
}
.page-hero-content-simple01-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01-title {
    margin-bottom: 20px;
  }
}
.page-hero-content-simple01-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.page-hero-content-simple01-sub {
  font-family: "Outfit";
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  color: #1C3B7C;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01-sub {
    font-size: 3.5rem;
  }
}
.page-hero-content-simple01._no_img {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
  background-color: #eff2f7;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img {
    height: auto;
  }
}
.page-hero-content-simple01._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path-wrap {
    overflow-x: scroll;
  }
}
.page-hero-content-simple01._no_img .com-topic_path ul {
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path ul {
    flex-direction: row;
  }
}
.page-hero-content-simple01._no_img .com-topic_path ul li, .page-hero-content-simple01._no_img .com-topic_path ul a {
  color: #1C3B7C;
}
.page-hero-content-simple01._no_img .com-topic_path ul li .icon_arrow {
  fill: #1C3B7C;
  margin-left: 5px;
}
.page-hero-content-simple01._no_img .com-topic_path ul a svg {
  fill: #1C3B7C;
}
.page-contact-contentWidth {
  width: 100%;
  max-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .page-contact-contentWidth {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.page-contact-contentWidth .com-h2-small {
  text-align: center;
  margin-bottom: 40px;
}
.page-contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  font-family: "Outfit";
  font-size: 4rem;
  line-height: 1;
}
.page-contact-tel-img {
  width: 32px;
  height: auto;
}
.page-contact-tel-link {
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .page-contact-tel-link {
    pointer-events: auto;
  }
}
.page-contact-txt {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid #C1C9CF;
}
@media screen and (max-width: 834px) {
  .page-contact-txt {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.page-contact-table {
  width: 100%;
}
.page-contact-table-required {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #CEA1A1;
}
@media screen and (max-width: 834px) {
  .page-contact-table-required {
    margin-left: 10px;
  }
}
.page-contact-table-required:first-child {
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .page-contact-table tr th, .page-contact-table tr td {
    display: block;
    width: 100%;
  }
}
.page-contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .page-contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
.page-contact-table tr td {
  padding-bottom: 20px;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .page-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.page-contact-table tr td .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #2D63B4;
  height: 22px;
  width: 22px;
  top: 12px;
  left: 0px;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #2D63B4;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 6px;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.page-contact-table tr td .wpcf7-text,
.page-contact-table tr td .wpcf7-select,
.page-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #2D63B4;
  outline: none;
}
.page-contact-table tr td .wpcf7-text::-moz-placeholder, .page-contact-table tr td .wpcf7-select::-moz-placeholder, .page-contact-table tr td .wpcf7-textarea::-moz-placeholder {
  color: #ADAFB5;
}
.page-contact-table tr td .wpcf7-text::placeholder,
.page-contact-table tr td .wpcf7-select::placeholder,
.page-contact-table tr td .wpcf7-textarea::placeholder {
  color: #ADAFB5;
}
.page-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}
.page-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.page-contact-form {
  display: flex;
  justify-content: center;
}
.page-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #2D63B4;
  z-index: 1;
}
.page-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2D63B4;
  z-index: -1;
  transition: width 0.3s;
}
.page-contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.page-contact-form-inner:hover .page-contact-form-inner-txt {
  color: #FFFFFF;
}
.page-contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-contact-form-inner:hover .page-contact-form-inner-txt {
    color: #000000;
  }
  .page-contact-form-inner:hover:before {
    width: 0%;
  }
}
.page-contact-form-inner > p:not(.page-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.page-contact-form-inner > p.page-contact-form-inner-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}
.page-contact-form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.page-contact-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.page-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #2D63B4;
  transition: border-color 0.3s;
}
.page-contact-link a:hover {
  border-color: rgba(45, 99, 180, 0);
}
@media screen and (max-width: 834px) {
  .page-contact-link a:hover {
    border-color: #2D63B4;
  }
}
@media screen and (max-width: 834px) {
  .page-template {
    overflow: hidden;
  }
}
.page-template-content {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .page-template-content {
    flex-direction: column;
  }
}
.page-template-content-main {
  width: 100%;
}
.page-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 834px) {
  .page-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}
.page-template-content-main-title {
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #d3d7e3;
  border-bottom: 1px solid #EEF1F5;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-template-content-main-title {
    font-size: 2.5rem;
  }
}
.page-template-content-main-about {
  margin-bottom: 40px;
}
.page-template-content-main-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-template-content-main-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .page-template-content-main-list {
    flex-direction: column;
    gap: 20px;
  }
}
.page-template-content-main-list-item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 834px) {
  .page-template-content-main-list-item {
    width: 100%;
  }
}
.page-template-content-main-list-item-link {
  display: block;
  border: 2px solid #F8E88C;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  transition: box-shadow 0.3s;
}
.page-template-content-main-list-item-link:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
.page-template-content-main-list-item-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 280/126;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-content-main-list-item-link-txt {
  padding: 15px;
}
.page-template-content-main-list-item-link-txt-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #d3d7e3;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}
.page-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-excerpt {
    -webkit-line-clamp: 2;
  }
}
.page-template-content-main-list-item-link-txt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #EEF1F5;
}
.page-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #ADAFB5;
}
@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}
.page-template-content-main-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #EEF1F5;
  color: #F8E88C;
  font-size: 1.4rem;
  font-family: "Outfit";
}
.page-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}
.page-template-content-main-pagination .page-numbers.current::before {
  background: #1C3B7C;
  width: calc(105% + 30px);
}
.page-template-content-main-pagination .page-numbers.prev, .page-template-content-main-pagination .page-numbers.next {
  background-color: #F8E88C;
}
.page-template-content-main-pagination .page-numbers.prev .pagination-prev,
.page-template-content-main-pagination .page-numbers.prev .pagination-next, .page-template-content-main-pagination .page-numbers.next .pagination-prev,
.page-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}
.page-template-content-main-pagination .page-numbers.prev .pagination-prev, .page-template-content-main-pagination .page-numbers.next .pagination-prev {
  transform: rotate(180deg);
}
.page-template-content-main-pagination .page-numbers.prev:after, .page-template-content-main-pagination .page-numbers.next:after {
  background: #F8E88C;
}
.page-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #2D63B4;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.page-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}
.page-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .page-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}
.page-template-content-main-author {
  font-size: 1.4rem;
  color: #ADAFB5;
  text-align: right;
  margin-bottom: 20px;
}
.page-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EEF1F5;
}
.page-template-content-main-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}
.page-template-content-main-head-top-category {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #2D63B4;
}
.page-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.page-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #212121;
}
.page-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.page-template-content-main-head-title span {
  color: #2D63B4;
}
.page-template-content-main-body p {
  margin-bottom: 15px;
}
.page-template-content-main-body p:last-child {
  margin-bottom: 0;
}
.page-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
.page-template-content-main-body-desc {
  margin-bottom: 40px;
}
.page-template-content-main-body-case-img {
  position: relative;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
.page-template-content-main-body-case-img-item {
  width: 50%;
}
.page-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}
.page-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.page-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #EEF1F5;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper {
    overflow: visible;
  }
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid #EEF1F5;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
  opacity: 0.7;
  transform: translateY(-5px);
}
@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
    opacity: 1;
    transform: none;
  }
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F0EDED;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #EEF1F5;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0EDED;
  z-index: -10;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  transform: rotate(180deg);
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2D63B4;
  margin-bottom: 10px;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #EEF1F5;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #ADAFB5;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #d3d7e3;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.page-template-content-side {
  width: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .page-template-content-side {
    width: 100%;
  }
}
.page-template-content-side-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-template-content-side-title-icon {
  width: 20px;
  height: auto;
}
.page-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2D63B4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-content-side-category-list {
  margin-bottom: 30px;
}
.page-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #EEF1F5;
  transition: opacity 0.3s;
}
.page-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .page-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}
.page-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.page-template-content-side-about-txt {
  color: #626671;
  margin-bottom: 30px;
}
.page-template-content-side-contact {
  background-color: #EEF1F5;
  padding: 20px;
}
.page-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEF1F5;
}
.page-template-content-side-contact-tel {
  display: block;
  font-family: "Outfit";
  text-align: center;
  font-size: 2.2rem;
  color: #1C3B7C;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .page-template-content-side-contact-tel {
    pointer-events: auto;
  }
}
.page-template-content-side-contact-open {
  text-align: center;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-template-content-side-contact-open span {
  font-family: "Outfit";
  font-size: 2rem;
  margin-left: 5px;
}
.page-template-content-side-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
.page-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}
.page-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #2D63B4;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s;
}
.page-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #1C3B7C;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.page-template-content-side-contact-link:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}
.page-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: #F8E88C;
  transform: translateY(-2px);
}
.page-template-content-side-contact-link._line::after {
  background-color: #2db530;
}
.page-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 90px;
  border-top: 1px dashed #F0EDED;
  border-bottom: 1px dashed #F0EDED;
}
@media screen and (max-width: 834px) {
  .page-template-related-pages {
    margin-bottom: 50px;
  }
}
.page-template-related-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .page-template-related-pages-list {
    gap: 10px;
  }
}
.page-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 1024px) {
  .page-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .page-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.code {
  font-size: 1.8rem;
}
.code-wrap {
  position: relative;
  padding: 40px 20px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #000000;
}
.code-wrap pre {
  overflow-y: auto;
}
div:has(> .code-wrap) {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  div:has(> .code-wrap) {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.code-copy {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: #2D63B4;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.code-copy:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .code-copy:hover {
    opacity: 1;
  }
}

.shortcode-copy {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 300px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: #2D63B4;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.shortcode-copy:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .shortcode-copy:hover {
    opacity: 1;
  }
}

.po-relative {
  position: relative;
}

.parts {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .parts {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.parts-page {
  position: relative;
  background-color: #FFFFFF;
}
.parts-side {
  position: fixed;
  top: 120px;
  right: 0;
  width: 240px;
  padding: 40px;
  height: calc(100vh - 150px);
  overflow-y: auto;
  flex-shrink: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 834px) {
  .parts-side {
    position: static;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
}
.parts-side ul {
  line-height: 1.4;
}
.parts-side ul li {
  margin-bottom: 10px;
  transition: color 0.3s;
}
.parts-side ul li:hover {
  color: #2D63B4;
}
@media screen and (max-width: 834px) {
  .parts-side ul li:hover {
    color: #212121;
  }
}
.parts-side ul li:not([class]) {
  margin-top: 20px;
  font-weight: 700;
}
.parts-side ul li.pl10 a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.parts-side ul li.pl10 a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.parts-main {
  width: 100%;
}
.parts-head {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .parts-head {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.parts-head02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}
.parts-head03 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
.parts-p {
  margin-bottom: 10px;
}
.parts-color {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.parts-color-item {
  width: calc((100% - 80px) / 5);
  height: auto;
}
.parts-color-item-btn {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #2D63B4;
  padding: 5px 10px;
  transition: 0.3s;
  color: #212121;
}
.parts-color-item-btn:hover {
  opacity: 0.5;
}
.parts-color-item-btn.color_text-white {
  background-color: #2D63B4;
}
.parts-color-item-btn.color_bg-main-dark {
  color: #FFFFFF;
}
.parts-color-item-btn.color_bg-gray-dark {
  color: #FFFFFF;
}
.parts-color-item-btn.color_bg-gray-black {
  color: #FFFFFF;
}

.single-hero-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: 1px solid #000000;
}

.archive-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .archive-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
.archive-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.archive-hero-content {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .archive-hero-content {
    padding: 60px 5% 0px;
  }
}
.archive-hero-content .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 100vh;
}
.archive-hero-content .page-hero-content-nav-list {
  display: flex;
}
.archive-hero-content .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  transition: opacity 0.3s;
}
.archive-hero-content .page-hero-content-nav-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .archive-hero-content .page-hero-content-nav-list-item-link:hover {
    opacity: 1;
  }
}
.archive-hero-content-title {
  font-size: 4rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .archive-hero-content-title {
    font-size: 3rem;
  }
}
.archive-hero-content-sub {
  font-family: "Outfit";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .archive-hero-content-sub {
    margin-bottom: 30px;
  }
}
.archive-contentWidth {
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .archive-contentWidth {
    padding: 0 5%;
  }
}
.archive-contentWidth .com-h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .archive-contentWidth .com-h3 {
    margin-bottom: 40px;
  }
}
.archive-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.archive-list-item-link {
  display: flex;
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.archive-list-item-link:hover {
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
}
.archive-list-item-link-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #F0EDED;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .archive-list-item-link-date {
    width: 110px;
    padding: 15px;
    font-size: 1.2rem;
  }
}
.archive-list-item-link-txt {
  padding: 20px;
}
.archive-list-item-link-txt-title {
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.archive-list-item-link-txt-deac {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .archive-list-item-link-txt-deac {
    -webkit-line-clamp: 5;
  }
}
.archive-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .archive-pagination {
    margin-top: 40px;
  }
}
.archive-pagination .page-numbers {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000000;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .archive-pagination .page-numbers {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}
.archive-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #2D63B4;
  transition: width 0.3s;
  z-index: -1;
}
.archive-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0EDED;
  z-index: -10;
}
.archive-pagination .page-numbers:hover::before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .archive-pagination .page-numbers:hover::before {
    width: 0%;
  }
}
.archive-pagination .page-numbers.current {
  pointer-events: none;
}
.archive-pagination .page-numbers.current::before {
  width: 100%;
}
.archive-pagination .page-numbers.dots {
  pointer-events: none;
}
.archive-pagination .page-numbers.dots::before {
  width: 0%;
}

.header-box {
  height: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  transform: translateY(-100%);
  transition: 0.3s;
}
.header-box.fixed {
  transform: translateY(0);
}
.header-box.lower_fixed {
  transform: translateY(0);
}
@media screen and (max-width: 834px) {
  .header-box {
    height: auto;
    min-height: 6rem;
    align-items: stretch;
    box-shadow: none;
  }
}
.header-box-logo {
  display: flex;
  align-items: center;
  width: auto;
  padding: 2rem;
  height: 100%;
}
.header-box-logo a {
  height: 100%;
}
.header-box-logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .header-box-logo {
    padding: 1.4rem 0;
    margin-left: 1rem;
  }
  .header-box-logo img {
    width: auto;
    max-width: 100%;
    height: 30px;
  }
  .header-box-logo-head {
    margin-top: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1.68;
    letter-spacing: 0.055rem;
  }
}
.header-box-sub-box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  align-self: stretch;
  min-width: 0;
  padding-right: 8rem;
}
@media screen and (max-width: 834px) {
  .header-box-sub-box {
    position: relative;
    min-height: 6rem;
  }
}
.header-box-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-box-sub .header-inner-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}
.header-box-sub .header-inner-line,
.header-box-sub .header-inner-web {
  color: #FFFFFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.7;
  vertical-align: -1px;
  font-family: "Quattrocento";
}
.header-box-sub .header-inner-web {
  color: #2D63B4;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  padding: 0 0 0 25px;
  pointer-events: auto;
  transition: background-color 0.3s;
}
.header-inner.__scroll {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 834px) {
  .header-inner.__scroll {
    background-color: #F0EDED;
  }
}
.header-inner.lower {
  display: none;
}
@media screen and (max-width: 834px) {
  .header-inner {
    width: 100%;
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 834px) {
  .header-inner.active {
    background-color: rgba(240, 237, 237, 0);
  }
}
.header-inner-logo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .header-inner-logo {
    margin-bottom: 0;
  }
}
.header-inner-logo img {
  width: auto;
}
.header-inner-left {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.header-inner-left-box {
  padding: 2rem 4rem;
  background-color: #FFFFFF;
  width: 30%;
  min-width: 15rem;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 834px) {
  .header-inner-left-box {
    padding: 1.4rem 1.2rem;
    min-width: 24rem;
  }
}
.header-hum {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  width: 8rem;
  height: 8rem;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  position: relative;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .header-hum {
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 835px) {
  .header-hum:hover {
    background-color: #EEF1F5;
    transition: all 0.3s ease-out;
  }
}
.header-hum::after {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  color: #1C3B7C;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.044rem;
  transform: translateX(-50%);
  white-space: nowrap;
  content: "menu";
}
@media screen and (max-width: 834px) {
  .header-hum::after {
    bottom: 0.5rem;
  }
}
.header-hum-icon {
  position: relative;
  width: 22px;
  margin-bottom: 1.2rem;
  height: 13px;
}
.header-hum-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  border-top: 2px solid #1C3B7C;
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}
.header-hum-icon span:nth-child(1) {
  top: 0;
}
.header-hum-icon span:nth-child(2) {
  top: 100%;
}
.header-hum-text {
  margin-top: 10px;
  font-family: "Outfit";
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .header-hum-text {
    margin-top: 8px;
    font-size: 1rem;
  }
}
.header-hum.active .header-hum-icon span {
  border-color: #1C3B7C;
}
.header-hum.active .header-hum-icon span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-hum.active .header-hum-icon span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-hum.active .header-hum-icon span:nth-child(3) {
  opacity: 0;
}
.header-drawerMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #FFFFFF;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
}
.header-drawerMenu.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
}
.header-drawerMenu.active .header-drawerMenu-contents-inner {
  opacity: 1;
}
.header-drawerMenu.active .header-drawerMenu-bg {
  pointer-events: auto;
}
.header-drawerMenu-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15rem 0 10rem;
  min-height: calc(100% - 8.2rem);
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents {
    min-height: inherit;
    padding: 9rem 0 2.3rem;
  }
}
.header-drawerMenu-contents-inner {
  max-width: 104rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: opacity 0.5s 0.5s;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner {
    padding: 0 2.75rem;
  }
}
.header-drawerMenu-contents-inner-ttl {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.header-drawerMenu-contents-inner-ttl-item {
  font-weight: 400;
  color: #1C3B7C;
  align-items: center;
  position: relative;
  padding-right: 1rem;
}
.header-drawerMenu-contents-inner-ttl-item::after {
  width: 9999px;
  height: 1px;
  background-color: #1C3B7C;
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
}
.header-drawerMenu-contents-inner-ttl-item-img {
  width: 2.5rem;
  margin-right: 0.5rem;
}
.header-drawerMenu-contents-inner-ttl-right {
  padding-top: 0.3rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #1C3B7C;
  letter-spacing: 0.24rem;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  background-color: #FFFFFF;
}
.header-drawerMenu-contents-inner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -0.4rem 2rem -1rem;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-list {
    gap: 1rem 0;
  }
}
.header-drawerMenu-contents-inner-list-item {
  margin: 0 1rem;
  width: calc(25% - 2rem);
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-list-item {
    margin: 0 0.5rem;
    width: calc(50% - 1rem);
  }
}
.header-drawerMenu-contents-inner-list-item a {
  position: relative;
  min-height: 6.2rem;
  display: flex;
  align-items: center;
  background: #EEF1F5;
  padding: 0 2.5rem;
  background-size: 0.7rem auto;
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.06em;
}
.header-drawerMenu-contents-inner-list-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  transition: transform 0.5s ease-out;
  background-image: url(assets/img/arrow-icon-b.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-list-item a {
    padding: 0 2.5rem;
    background-position: right 1rem center;
  }
}
@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-inner-list-item a:hover {
    color: #FFFFFF;
    background-color: #2D63B4;
  }
  .header-drawerMenu-contents-inner-list-item a:hover::after {
    transform: translateY(-50%) translateX(5px);
  }
}
.header-drawerMenu-contents-inner-sub {
  margin-bottom: 3.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-sub {
    display: block;
    margin-bottom: 2.7rem;
  }
}
.header-drawerMenu-contents-inner-link {
  margin-top: -1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-link {
    gap: 1.3rem 1.5rem;
  }
}
.header-drawerMenu-contents-inner-link-item {
  padding-right: 2.8rem;
  background: url(assets/img/h_line02.png) no-repeat right center;
  background-size: 1.5rem auto;
}
.header-drawerMenu-contents-inner-link-item:last-child {
  padding-right: 0;
  background-image: none;
}
.header-drawerMenu-contents-inner-link-item a {
  font-size: 1.4rem;
  color: #1C3B7C;
  line-height: 1;
  letter-spacing: 0.07rem;
  transition: color 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-inner-link-item a:hover {
    color: #2D63B4;
  }
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-sns {
    max-width: 33.5rem;
    margin: 0 auto;
  }
}
.header-drawerMenu-contents-inner-sns a {
  display: inline-block;
  border-radius: 6.5rem;
}
@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-inner-sns a:hover {
    box-shadow: 1px 1px 7px 1px rgba(255, 96, 96, 0.5);
  }
}
.header-drawerMenu-contents-inner-link-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-link-ul {
    margin-bottom: 2.1rem;
    gap: 1rem 0;
  }
}
.header-drawerMenu-contents-inner-link-ul-item {
  width: 16.7rem;
  margin-right: -1px;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-link-ul-item {
    width: 50%;
  }
}
.header-drawerMenu-contents-inner-link-ul-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.2rem;
  letter-spacing: 0.12rem;
  padding: 0 1rem;
  border-left: 1px solid #EEF1F5;
  border-right: 1px solid #EEF1F5;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner-link-ul-item a {
    min-height: 7rem;
    font-size: 1.5rem;
    line-height: 1.533;
    text-align: center;
    letter-spacing: 0.12rem;
  }
}
@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-inner-link-ul-item a:hover {
    background-color: #EEF1F5;
  }
}
.header-drawerMenu-close {
  text-align: center;
}
.header-drawerMenu-close a {
  padding: 5rem 0 2rem;
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1C3B7C;
  letter-spacing: 0.044rem;
  line-height: 1;
  background: #EEF1F5 url(assets/img/ham-close.webp) no-repeat center top 2rem;
  background-size: 3rem auto;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-close a {
    padding: 3.8rem 0 1rem;
    background-position: center top 0.8rem;
  }
}
@media screen and (min-width: 835px) {
  .header-drawerMenu-close a:hover {
    background-image: url(assets/img/close_white.png);
    color: #FFFFFF;
    background-color: #1C3B7C;
  }
}
.header.on .header-inner {
  opacity: 0;
}
.header.on .header-box {
  transform: translateY(0);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.header.on .header-hum::after {
  content: "close";
  color: #1C3B7C;
}
.header-inner-tel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 8rem;
  min-height: 8rem;
  max-height: 8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #2D63B4;
  background-color: #FFFFFF;
  text-align: left;
  padding: 0.6rem 1.5rem;
}
@media screen and (max-width: 834px) {
  .header-inner-tel {
    height: 6rem;
    min-height: 6rem;
    max-height: 6rem;
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
  }
}
.header-inner-tel a {
  display: block;
  margin-top: 0.2rem;
  padding-left: 2.2rem;
  line-height: 1;
  color: #303030;
  background: url(assets/img/tel.svg) no-repeat left center;
  background-size: 1.8rem auto;
  color: #1C3B7C;
  font-family: "Quattrocento";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
}
@media screen and (max-width: 834px) {
  .header-inner-tel a {
    font-size: 2.2rem;
    margin-top: 0.1rem;
  }
}
.header-inner-link-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  box-sizing: border-box;
  height: 8rem;
  min-height: 8rem;
  max-height: 8rem;
  padding: 0;
  flex-shrink: 0;
  background-color: #54c829;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .header-inner-link-box:hover {
    background-color: #449726;
  }
}
@media screen and (max-width: 834px) {
  .header-inner-link-box {
    height: 6rem;
    min-height: 6rem;
    max-height: 6rem;
  }
}
.header-inner-link-box.web {
  background-color: #1C3B7C;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 835px) {
  .header-inner-link-box.web:hover {
    background-color: #6063a3;
  }
}
.header-inner-link-box.web .header-inner-link-box-txt01 {
  color: #FFFFFF;
}
.header-inner-link-box.web .header-inner-link-box-txt02 {
  color: #FFFFFF;
}
.header-inner-link-box a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 0.6rem 1.7rem;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .header-inner-link-box a {
    padding: 0.35rem 1.2rem;
  }
}
.header-inner-link-box-txt01 {
  display: block;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12rem;
  margin-bottom: 0.15rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .header-inner-link-box-txt01 {
    font-size: 1.35rem;
    margin-bottom: 0.1rem;
  }
}
.header-inner-link-box-txt02 {
  display: block;
  text-align: center;
  padding-bottom: 0;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .header-inner-link-box-txt02 {
    font-size: 1.05rem;
  }
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 800;
}
.header-inner-logo {
  margin-bottom: 1rem;
}
.header-inner-logo a {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .header-inner-logo {
    margin-bottom: 0;
  }
}
.header-inner .header-site-name {
  margin: 0;
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
}
@media screen and (max-width: 834px) {
  .header-inner .header-site-name {
    text-align: left;
    color: #1C3B7C;
    -webkit-text-stroke: 1.5px #FFFFFF;
    paint-order: stroke fill;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    padding-top: 0.6rem;
    padding-left: 0.6rem;
  }
}
.header-inner-right-box {
  flex: 1;
  text-align: right;
}
.header-inner-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}
.header-inner-line, .header-inner-web {
  color: #FFFFFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.7;
  vertical-align: -1px;
  font-family: "Quattrocento";
}
.header-inner-web {
  color: #F8E88C;
}
.header-inner-navi {
  margin-bottom: 1.2rem;
  display: flex;
  padding: 0 4.8rem 0 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  justify-content: flex-end;
  border-bottom: 1px solid #FFFFFF;
}
.header-inner-navi li {
  margin-left: 1.9rem;
  height: 4.5rem;
}
.header-inner-navi li:first-child {
  margin-left: 0;
}
.header-inner-navi li a {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  color: #FFFFFF;
  position: relative;
  display: block;
  height: 100%;
}
.header-inner-navi li a::after {
  width: 100%;
  height: 0.1rem;
  background-color: #F8E88C;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  content: "";
  transition: all ease 0.3s;
  opacity: 0;
}
@media screen and (min-width: 835px) {
  .header-inner-navi li a:hover {
    color: #F8E88C;
  }
  .header-inner-navi li a:hover::after {
    opacity: 1;
  }
  .header-inner-navi li a:hover img {
    filter: grayscale(100%) brightness(200%);
  }
}
.header-inner-navi li a img {
  margin-top: 0.6rem;
  width: 2.2rem;
}
.header-inner-navi-home a::after {
  bottom: 0.5rem !important;
  width: 2.2rem !important;
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .header-inner-navi {
    display: none;
  }
}
.header-inner-list {
  display: flex;
  padding-right: 5rem;
  justify-content: flex-end;
}
.header-inner-list li {
  margin-left: 2rem;
}
.header-inner-list li a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F8E88C;
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 835px) {
  .header-inner-list li a:hover {
    color: #2D63B4;
  }
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .header-inner-list {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .header-inner {
    justify-content: flex-start;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.header-section-btn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-family: "Outfit";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12rem;
  background-color: #2D63B4;
  padding: 1.4rem 2rem;
  padding-left: 5rem;
  border-radius: 6.5rem;
  background: linear-gradient(135deg, #FF3636 15.43%, #FF972F 39.93%, #BF4B91 64.79%, #7342D4 89.66%);
}
.header-section-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(assets/img/instagram-logo-white.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 835px) {
  .header-section-btn {
    transition: all 0.3s ease-out;
  }
  .header-section-btn:hover {
    transform: scale(1.05);
  }
}
.header-sp-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-sp-menu-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.header-sp-menu-inner-line {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 8rem;
  flex-shrink: 0;
  background-color: #54c829;
  color: #FFFFFF;
  padding: 1.2rem 1rem;
  box-sizing: border-box;
  gap: 0.4rem;
}
.header-sp-menu-inner-line p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  margin: 0;
}
.header-sp-menu-inner-line span {
  font-size: 1.5rem;
}
.header-sp-menu-inner-line img {
  width: 3.2rem;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
}
.header-sp-menu-inner-tel {
  border-radius: 10px 10px 0 0;
  flex: 2 1 0;
  min-width: 0;
  background-color: #2D63B4;
  padding: 1.2rem 1.7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.header-sp-menu-inner-tel p {
  color: #F8E88C;
  font-family: "Noto Serif JP";
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.78;
  margin-bottom: 5px;
}
.header-sp-menu-inner-tel p span {
  color: #FFFFFF;
}
.header-sp-menu-inner-tel-num {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.428;
}
.header-sp-menu-inner-web {
  border-radius: 10px 10px 0 0;
  flex: 2 1 0;
  min-width: 0;
  background-color: #1C3B7C;
  padding: 1.2rem 1.7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.header-sp-menu-inner-web p {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.header-sp-menu-inner-web p span {
  color: #F8E88C;
  font-family: "Quattrocento";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.header-sp-menu-inner-web-txt {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.428;
}

.footer {
  padding-top: 10rem;
}
@media screen and (max-width: 834px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 7rem;
    margin-bottom: 0;
  }
}
.footer-group {
  padding-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  .footer-group {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
.footer-group-title {
  text-align: center;
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  border-top: 1px dashed #1C3B7C;
  border-bottom: 1px dashed #1C3B7C;
  padding: 1rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .footer-group-title {
    margin-bottom: 2rem;
  }
}
.footer-group-list h3 {
  color: #1C3B7C;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .footer-group-list h3 {
    font-size: 1.7rem;
    padding-top: 0.5rem;
  }
}
.footer-group-list-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer-group-list-box {
    flex-direction: column;
  }
}
.footer-group-list-item {
  padding: 0 1rem;
  border-left: 1px solid #1C3B7C;
  margin-bottom: 1rem;
}
.footer-group-list-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .footer-group-list-item a:hover {
    opacity: 0.5;
  }
}
.footer-group-list-item-title {
  width: -moz-fit-content;
  width: fit-content;
  color: #1C3B7C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .footer-group-list-item-title {
    font-size: 1.4rem;
  }
}
.footer-group-list-item-text {
  color: #626671;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .footer-group-list-item-text {
    font-size: 1.1rem;
  }
}
.footer-group-list-text-box {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-bg {
  padding: 10rem 0 7.7rem;
  padding-bottom: 12rem;
  background-color: #1C3B7C;
}
@media screen and (max-width: 834px) {
  .footer-bg {
    padding: 4rem 0 8rem;
  }
}
.footer-recruit {
  padding-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .footer-recruit {
    padding-bottom: 4rem;
  }
}
.footer-recruit-inner {
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 3.5rem;
}
.footer-recruit-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #FFFFFF;
  border-radius: 3.5rem;
  overflow: hidden;
  border: 1px solid #1C3B7C;
}
@media screen and (max-width: 834px) {
  .footer-recruit-content {
    flex-direction: column-reverse;
  }
}
.footer-recruit-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 4rem;
  flex-basis: 40%;
}
.footer-recruit-content-left p {
  text-align: center;
}
.footer-recruit-content-left h2 {
  color: #2D63B4;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .footer-recruit-content-left {
    padding: 1rem;
  }
}
.footer-recruit-content-right {
  flex-basis: 60%;
}
.footer-recruit-content-right figure {
  overflow: hidden;
  height: 100%;
  min-height: 32rem;
}
@media screen and (max-width: 834px) {
  .footer-recruit-content-right figure {
    min-height: auto;
    aspect-ratio: auto;
  }
}
.footer-recruit-content-right figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .footer-recruit-content-right figure img {
    height: auto;
  }
}
.footer-recruit-content-title-en {
  color: #2D63B4;
  text-align: center;
  font-family: "Quattrocento";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.footer-recruit-content-text {
  color: #1C3B7C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .footer-recruit-content-text {
    font-size: 2.5rem;
  }
}
.footer-recruit-content a {
  position: relative;
  display: block;
  border: 1px solid #2D63B4;
  padding: 1.5rem;
  padding-right: 7rem;
  border-radius: 5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  transition: all 0.3s ease;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .footer-recruit-content a {
    padding: 1rem 3rem;
    padding-right: 7rem;
  }
}
.footer-recruit-content a:hover {
  color: #2D63B4;
}
.footer-recruit-content a:hover::after {
  transform: translateY(-50%) scale(1.1);
}
.footer-recruit-content a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  background-color: #F8E88C;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-image: url(assets/img/footer-arrow.svg);
  background-size: 50% contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-out;
}
.footer-inner {
  max-width: 135.8rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  .footer-inner {
    margin: 0 0.8rem;
    display: block;
  }
}
.footer-inner-ttl {
  margin-bottom: 1.5rem;
  color: #F8E88C;
  font-family: "Quattrocento";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .footer-inner-ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.footer-inner-ttl span {
  position: relative;
  display: inline-block;
  padding-right: 0.7rem;
}
.footer-inner-ttl span::after {
  width: 9999px;
  height: 1px;
  background-color: #F8E88C;
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
}
.footer-inner-left {
  width: 83.2rem;
}
@media screen and (max-width: 834px) {
  .footer-inner-left {
    width: auto;
    margin-bottom: 4rem;
  }
}
.footer-inner-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 26%;
  margin: 0.4rem 0 0 2rem;
}
@media screen and (max-width: 834px) {
  .footer-inner-right {
    display: block;
    margin: 0;
    width: auto;
  }
}
.footer-inner-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem 6rem;
}
@media screen and (max-width: 834px) {
  .footer-inner-navi {
    display: block;
  }
}
.footer-inner-navi-item {
  width: 25.1rem;
}
@media screen and (max-width: 834px) {
  .footer-inner-navi-item {
    width: auto !important;
    margin-bottom: 2.7rem;
  }
  .footer-inner-navi-item:last-child {
    margin-bottom: 0;
  }
}
.footer-inner-navi-item:nth-child(2) {
  width: 52rem;
}
.footer-inner-navi-item:last-child {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .footer-inner-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .footer-inner-list.is-treatment {
    display: block;
  }
}
.footer-inner-list li {
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
  margin-bottom: 1.35rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .footer-inner-list li {
    flex-basis: 50%;
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 835px) {
  .footer-inner-list li a:hover {
    color: #2D63B4;
  }
}
.footer-inner-list li:last-child {
  margin-bottom: 0;
}
.footer-inner-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
}
.footer-inner-list-box .footer-inner-list {
  width: calc((100% - 2rem) / 2);
}
.footer-inner-list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.8rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 834px) {
  .footer-inner-list02 {
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.footer-inner-list02 li {
  width: auto !important;
}
@media screen and (max-width: 834px) {
  .footer-inner-list02 li {
    margin-bottom: 0 !important;
  }
}
.footer-inner-link-list {
  margin-bottom: 3.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 834px) {
  .footer-inner-link-list {
    gap: 0 1rem;
    margin-bottom: 1.8rem;
  }
}
.footer-inner-link-list-item {
  padding-right: 2.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07rem;
  background: url(assets/img/footer-line.webp) no-repeat right center;
  background-size: 1.5rem auto;
}
@media screen and (max-width: 834px) {
  .footer-inner-link-list-item {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-inner-link-list-item:last-child {
    margin-bottom: 0;
  }
}
.footer-inner-link-list-item a {
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .footer-inner-link-list-item a:hover {
    color: #2D63B4;
  }
}
.footer-inner-link-list-item:last-child {
  background: none;
}
.footer-inner-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin: 0 -0.4rem;
}
@media screen and (max-width: 834px) {
  .footer-inner-banner {
    display: block;
    margin: 0;
  }
}
.footer-inner-banner-item {
  margin: 0 0.4rem;
  width: calc(33.33% - 0.8rem);
}
@media screen and (max-width: 834px) {
  .footer-inner-banner-item {
    width: auto;
    margin: 0 -0.1rem 0.8rem;
    aspect-ratio: 335/100;
    position: relative;
  }
}
.footer-inner-banner-item a {
  display: block;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 834px) {
  .footer-inner-banner-item a {
    height: 100%;
  }
}
@media screen and (min-width: 835px) {
  .footer-inner-banner-item a:hover {
    opacity: 0.8;
  }
  .footer-inner-banner-item a:hover img {
    transform: scale(1.1);
  }
}
.footer-inner-banner-item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 834px) {
  .footer-inner-banner-item img {
    height: 100%;
  }
}
.footer-inner-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .footer-inner-sub {
    align-items: flex-start;
    margin-bottom: 4rem;
  }
}
.footer-inner-txt {
  text-align: right;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .footer-inner-txt {
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.12rem;
  }
}
.footer-copyright {
  text-align: center;
  margin: 0 auto;
}
.footer-copyright-text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.133;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .footer-copyright-text {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.footer-copyright-supported-by {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.044em;
}
.footer-sns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .footer-sns {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.footer-sns a {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.footer-sns a img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .footer-sns a:hover {
    opacity: 0.8;
  }
}
.footer-logo {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .footer-logo {
    margin-top: 0;
  }
}
.footer-logo img {
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .footer-logo img {
    margin: 0;
  }
}

.mySwiper {
  width: 100%;
  margin-top: 150px;
}
@media screen and (max-width: 834px) {
  .mySwiper {
    margin-top: 31px;
    overflow: visible !important;
  }
}
.mySwiper .swiper-slide {
  width: 300px !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}
@media screen and (max-width: 834px) {
  .mySwiper .swiper-slide {
    width: 200px !important;
  }
}
.mySwiper .swiper-pagination-bullet {
  display: none !important;
}
.mySwiper .swiper-button-next {
  display: none;
}
@media screen and (max-width: 834px) {
  .mySwiper .swiper-button-next {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid #2D63B4;
    background: #FFFFFF;
    left: 50% !important;
    top: calc(100% + 52px) !important;
  }
}
.mySwiper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 834px) {
  .mySwiper .swiper-button-prev {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid #2D63B4;
    background: #FFFFFF;
    left: calc(50% - 50px) !important;
    top: calc(100% + 52px) !important;
  }
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 7.25px;
  height: 14.5px;
  display: block;
}
.mySwiper .swiper-button-next::after {
  background-image: url(assets/img/swiper-button-next-r.svg) !important;
}
.mySwiper .swiper-button-prev::after {
  background-image: url(assets/img/swiper-button-next-l.svg) !important;
}/*# sourceMappingURL=style.css.map */