@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.08em;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

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

@media all and (min-width: 835px) and (max-width: 1250px) {
  .home {
    font-size: 1.3vw;
  }
}
@media all and (max-width: 375px) {
  .home {
    font-size: 2.5641025641vw;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

strong {
  font-weight: 700;
}

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

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

.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: #0091d3 !important;
}
.color_bg-main-light {
  background-color: #F9F6EE !important;
}
.color_bg-main-dark {
  background-color: #0c71aa !important;
}
.color_bg-sub {
  background-color: #f08300 !important;
}
.color_bg-sub2 {
  background-color: #CA9866 !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: #303030 !important;
}
.color_bg-white {
  background-color: #FFF !important;
}
.color_bg-line {
  background-color: #2db530 !important;
}
.color_text-main {
  color: #0091d3 !important;
}
.color_text-main-light {
  color: #F9F6EE !important;
}
.color_text-main-dark {
  color: #0c71aa !important;
}
.color_text-sub {
  color: #f08300 !important;
}
.color_text-sub2 {
  color: #CA9866 !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: #303030 !important;
}
.color_text-white {
  color: #FFF !important;
}
.color_text-link {
  color: #2DABF1 !important;
}
.color_text-error {
  color: #F25F5F !important;
}
.color_text-line {
  color: #2db530 !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;
}

.home #container {
  padding-top: 24.6rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home #container {
    padding-top: 16.2rem;
  }
}

.content {
  margin: 0 auto;
  max-width: 120rem;
  width: 98%;
}
@media screen and (max-width: 834px) {
  .content {
    width: auto;
    margin: 0 2.7rem;
  }
}

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

.head-line01 {
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .head-line01 {
    margin-bottom: 2rem;
  }
}
.head-line01-img {
  margin: 0 auto;
  width: 9.2rem;
  max-width: inherit;
}
@media screen and (min-width: 835px) {
  .head-line01-img {
    position: absolute;
    top: -12rem;
    left: -2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .head-line01-img {
    margin-bottom: 0.9rem;
    width: 5.8rem;
  }
}
.head-line01-top {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  position: relative;
}
.head-line01-top-jp {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: normal;
  font-size: 4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 1.45;
}
.head-line01-top-en {
  margin: 2rem 0 0 1.7rem;
  color: #f08300;
  font-size: 1.3rem;
  font-family: "Hepta Slab", serif;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .head-line01-top-en {
    white-space: nowrap;
    width: 1rem;
    height: 1rem;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .head-line01-top {
    margin-bottom: 0;
    text-align: center;
    display: block;
    line-height: 1;
    position: relative;
  }
  .head-line01-top-jp {
    font-size: 3rem;
    line-height: 1.45;
  }
  .head-line01-top-jp br {
    display: none;
  }
  .head-line01-top-en {
    margin: 1.1rem 0 0 0;
    font-size: 1.3rem;
  }
}
.head-line01-btm {
  color: #626671;
  font-size: 1.3rem;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) {
  .head-line01-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .head-line01-btm {
    margin-top: 1rem;
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }
}

ul.com-button {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  ul.com-button {
    gap: 0.4rem;
    justify-content: center;
  }
}

.com-button {
  margin-top: 1rem;
}
.com-button-link {
  width: 18rem;
  height: 5rem;
  color: #FFF;
  border-radius: 5rem;
  background: #0091d3;
  border: 1px solid #0091d3;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .com-button-link:hover {
    background: #0c71aa;
    border-color: #0c71aa;
  }
}
@media screen and (max-width: 834px) {
  .com-button-link {
    width: 16.6rem;
    height: 4.8rem;
  }
}
.com-button-map {
  color: #0091d3;
  background-color: #fff;
}
@media screen and (min-width: 835px) {
  .com-button-map:hover {
    color: #FFF;
    background: #0091d3;
    border-color: #0091d3;
  }
}

@media screen and (min-width: 835px) {
  ul.com-button02 {
    margin-right: -1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}

.com-button02 {
  margin-top: 3rem;
}
.com-button02-link {
  width: 32.6rem;
  height: 15rem;
  background-color: #FFF;
  border-radius: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .com-button02-link {
    width: 100%;
    height: 10rem;
  }
}
.com-button02-inner {
  width: 100%;
  display: block;
}
.com-button02-tel-txt {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #0c71aa;
  display: block;
  line-height: 1;
}
.com-button02-tel-num {
  display: block;
  font-family: "Hepta Slab", serif;
  font-size: 3rem;
  line-height: 1;
}
.com-button02-tel-img {
  margin: -0.5rem 0.2rem 0 0;
  width: 3.5rem;
  display: inline-block;
  vertical-align: middle;
}
.com-button02-tel-arrow::after {
  background-image: url("assets/img/icon18.png") !important;
}
@media screen and (min-width: 835px) {
  .com-button02-tel-arrow::after {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .com-button02-tel-txt {
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
  }
  .com-button02-tel-num {
    font-size: 2.5rem;
  }
}
.com-button02-web-link {
  padding: 0 2rem 0.7rem;
  color: #F9F6EE;
  background-color: #0c71aa;
  font-size: 3rem;
}
@media screen and (min-width: 835px) {
  .com-button02-web-link:hover {
    background-color: #539FC6;
  }
}
.com-button02-web-en {
  font-size: 3.3rem;
  font-family: "Hepta Slab", serif;
}
.com-button02-web-sml {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px dashed #F9F6EE;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .com-button02-web-link {
    padding: 0 2rem 0.7rem;
    font-size: 2.7rem;
  }
  .com-button02-web-en {
    font-size: 3rem;
  }
  .com-button02-web-sml {
    margin-top: 0.7rem;
    font-size: 1.5rem;
  }
}
.com-button02-line-link {
  padding: 0.3rem 2rem 0;
  color: #FFF;
  background-color: #2db530;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 835px) {
  .com-button02-line-link:hover {
    background-color: #198d1b;
  }
  .com-button02-line-link:hover::after {
    background-image: url("assets/img/icon07_over.png") !important;
  }
}
.com-button02-line-img {
  margin: 0 auto 0.5rem;
  width: 4.3rem;
}
.com-button02-line-arrow::after {
  background-image: url("assets/img/icon07.png") !important;
}
@media screen and (max-width: 834px) {
  .com-button02-line-arrow::after {
    background-image: url("assets/img/icon20.png") !important;
  }
}
@media screen and (max-width: 834px) {
  .com-button02-line-link {
    font-size: 2rem;
  }
  .com-button02-line-img {
    margin-bottom: 0.8rem;
    width: 3.2rem;
  }
}
.com-button02-arrow {
  position: relative;
}
.com-button02-arrow::after {
  width: 4.1rem;
  height: 4.1rem;
  position: absolute;
  top: 0;
  right: -0.2rem;
  background: url("assets/img/icon06.png") no-repeat left top/100% 100%;
  content: "";
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .com-button02-arrow::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 0;
    background-image: url("assets/img/icon19.png");
  }
}
@media screen and (min-width: 835px) {
  .com-button02-arrow:hover::after {
    margin: -0.5rem -0.5rem 0 0;
    background-image: url("assets/img/icon06_over.png");
  }
}
@media screen and (max-width: 834px) {
  .com-button02-item {
    margin-bottom: 1rem;
  }
  .com-button02-item:last-child {
    margin-bottom: 0;
  }
}

.head-line02 {
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.head-line02-big {
  margin-bottom: 1rem;
  color: #303030;
  font-family: "Zen Kurenaido", sans-serif;
  display: block;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.head-line02-sml {
  color: #626671;
  display: block;
  line-height: 1.73;
}
@media screen and (max-width: 834px) {
  .head-line02 {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .head-line02-big {
    margin-bottom: 0.7rem;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .head-line02-sml {
    line-height: 1.66;
    letter-spacing: 0;
  }
}

.com-button03 {
  margin-top: 2.5rem;
}
.com-button03-link {
  padding: 0.5rem 6.5rem 0.5rem 3.6rem;
  width: 22.2rem;
  height: 7.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  background: #F9F6EE;
  position: relative;
}
@media screen and (min-width: 835px) {
  .com-button03-link:hover {
    background-color: #E0D8C1;
  }
  .com-button03-link:hover .com-button03-icon::after {
    left: 1.7rem;
    background-image: url("assets/img/icon09.png");
  }
  .com-button03-link:hover .com-button03-icon::before {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 834px) {
  .com-button03-link {
    width: 100%;
    margin: 0 auto;
  }
}
.com-button03-icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translateY(-50%);
  display: block;
}
.com-button03-icon::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  transition: 0.3s;
}
.com-button03-icon::after {
  margin: -0.3rem 0 0 -0.5rem;
  width: 3.9rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("assets/img/icon08.png") no-repeat left top/100% 100%;
  content: "";
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .com-button03-icon::after {
    margin: -0.3rem 0 0 -1.1rem;
  }
}
@media screen and (max-width: 834px) {
  .com-button03 {
    margin-top: 1.5rem;
  }
}

.head-line03 {
  color: #f08300;
  font-size: 5rem;
  line-height: 1;
  font-family: "Hepta Slab", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  .head-line03 {
    font-size: 3rem;
  }
}

.head-line04 {
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.head-line04-line {
  background: url("assets/img/line01.png") repeat-x left bottom/auto 1.5rem;
}
.head-line04-sml {
  margin-bottom: 0.6rem;
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 834px) {
  .head-line04 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .head-line04-line {
    background-size: auto 1rem;
  }
  .head-line04-sml {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}

.com-txt {
  text-align: justify;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
.com-txt-col {
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .com-txt {
    line-height: 2;
  }
}

.com-button04 {
  margin-top: 2rem;
}
.com-button04-link {
  padding: 0.5rem 2rem;
  min-width: 25.5rem;
  height: 5rem;
  color: #FFF;
  border-radius: 3rem;
  border: 1px solid #0091d3;
  background: #0091d3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .com-button04-link:hover {
    color: #0091d3;
    background-color: #FFF !important;
  }
}
@media screen and (max-width: 834px) {
  .com-button04 {
    margin-top: 1.5rem;
  }
  .com-button04-link {
    margin: 0 auto;
    padding: 0.5rem 2rem;
    width: 100%;
    display: flex;
    min-width: 0;
  }
}

.head-line05 {
  margin-bottom: 4.3rem;
  padding-left: 1.9rem;
  border-left: 1px solid #0091d3;
  color: #303030;
  font-size: 2.5rem;
  font-weight: normal;
}
.head-line05-sml {
  margin-right: -1.5rem;
  display: block;
  color: #626671;
  font-size: 1.3rem;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
.head-line05-jp {
  margin-bottom: 1rem;
  font-family: "Zen Kurenaido", sans-serif;
  line-height: 1.8;
  display: block;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .head-line05 {
    margin-bottom: 2.3rem;
    padding-left: 1.9rem;
    font-size: 2rem;
  }
  .head-line05-sml {
    margin-right: 0;
    font-size: 1.2rem;
  }
  .head-line05-jp {
    margin-bottom: 1rem;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.3;
  }
}

ul.com-button05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 0;
}

.com-button05-item {
  width: calc(50% - 0.4rem);
}
.com-button05-link {
  padding: 0 2.6rem 0.2rem 1.8rem;
  width: 100%;
  height: 5.2rem;
  border-radius: 10rem;
  border: 1px solid #0091d3;
  background: #FFF;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.com-button05-link::after {
  margin-top: -0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  background: url("assets/img/icon17.png") no-repeat left top/100% 100%;
  content: "";
}

.head-line06 {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}
.head-line06::after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #0091d3;
  content: "";
}
.head-line06-en {
  padding-right: 0.7rem;
  font-family: "Zen Maru Gothic", serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  background-color: #F9F6EE;
  letter-spacing: 0.15em;
}

ul.com-button06 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}

.com-button06-item {
  margin-right: -1px;
  width: calc(20% + 1px);
}
.com-button06-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-right: 1px solid #0091d3;
  border-left: 1px solid #0091d3;
}
@media screen and (min-width: 835px) {
  .com-button06-link:hover {
    background-color: #FFF;
  }
}
@media screen and (max-width: 834px) {
  .com-button06-item {
    width: calc(50% + 1px);
  }
}

@media screen and (min-width: 835px) {
  ul.com-button07 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
  }
}

.com-button07-item {
  width: calc((100% - 3rem) / 4);
}
.com-button07-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  color: #0091d3;
  border-radius: 0.5rem;
  background-color: #FFF;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .com-button07-link:hover {
    color: #FFF;
    background-color: #0091d3;
  }
}
.com-button07-ins {
  color: #303030 !important;
  font-family: "Hepta Slab", serif;
  background-color: transparent;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .com-button07-ins:hover {
    background-color: #FFF;
  }
}
.com-button07-ins-inner {
  padding-top: 0.3rem;
  width: 100%;
  display: block;
}
.com-button07-ins img {
  margin: -0.3rem 1.1rem 0 -0.4rem;
  width: 3.5rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .com-button07 {
    display: block;
  }
  .com-button07-item {
    width: auto;
    border-bottom: 1px dashed #0091d3;
  }
  .com-button07-link {
    height: 4.1rem;
    color: #0091d3;
    background-color: transparent;
  }
  .com-button07-ins {
    height: 4.8rem;
  }
  .com-button07-ins img {
    margin: -0.3rem 1rem 0 0.5rem;
    width: 3rem;
  }
}

.btm-fixed-box {
  position: fixed;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  z-index: 80;
}

.btm-fixed-list {
  padding: 0 0.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.btm-fixed-list-item {
  width: calc((100% - 1rem) / 3);
  flex: 1;
}
.btm-fixed-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.5rem;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04rem;
  border-radius: 0.5rem;
  background-color: #F9F6EE;
  position: relative;
}
.btm-fixed-list-item a::after {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: -0.4rem;
  right: -0.1rem;
  background: url("assets/img/icon24.png") no-repeat left top/100% 100%;
  content: "";
}
.btm-fixed-list-item:first-child a {
  background-color: #f08300;
  font-size: 1.1rem;
  letter-spacing: 0.044rem;
}
.btm-fixed-list-item:first-child a .btm-fixed-list-span2-icon, .btm-fixed-list-item:first-child a .btm-fixed-list-span2-icon svg {
  fill: #FFF;
  width: 16px;
  height: 16px;
  margin-right: 0.6rem;
}
.btm-fixed-list-item:nth-child(2) a {
  background-color: #0c71aa;
}
.btm-fixed-list-item:nth-child(2) a::after {
  background-image: url("assets/img/icon25.png");
}
.btm-fixed-list-item:nth-child(3) a {
  background-color: #2db530;
}
.btm-fixed-list-item:nth-child(3) a::after {
  background-image: url("assets/img/icon27.png");
  border-radius: 50%;
}
.btm-fixed-list-span {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: block;
}
.btm-fixed-list small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.04rem;
}
.btm-fixed-list-span2 {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.btm-fixed-list-span2 img {
  margin-right: 0.6rem;
}

.hl {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.hl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #F5E566;
  z-index: -1;
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    -webkit-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: #0091d3;
}
.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: #0091d3;
}
.com-topic_path-wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 16px 20px;
  overflow-x: auto;
  background-color: #FFF;
}
@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: 834px) {
  .com-contentWidth {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.com-contentWidth.__1200 {
  max-width: 1300px;
}
.com-contentWidth.__1400 {
  max-width: 1500px;
}
.com-bgc-white {
  background-color: #FFF;
}
.com-bgc-main {
  background-color: #0091d3;
}
.com-bgc-main-light {
  background-color: #F9F6EE;
}
.com-bgc-sub {
  background-color: #f08300;
}
.com-bgc-gray-light {
  background-color: #F0EDED;
}
.com-bgc-gray-white {
  background-color: #F9F6EE;
}
.com-c-white {
  color: #FFF;
}
.com-h1 {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  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: #0091d3;
}
.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: #FFF;
  background-color: #0091d3;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .com-h2 {
    font-size: 2.4rem;
  }
}
.com-h2-top {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #0091d3;
}
@media screen and (max-width: 834px) {
  .com-h2-top {
    font-size: 2.5rem;
  }
}
.com-h2-top span {
  color: #0091d3;
}
.com-h2-top-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}
.com-h3 {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .com-h3 {
    font-size: 2.6rem;
  }
}
.com-h4 {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
}
.com-h4-dot {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
}
.com-h4-dot:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #0091d3;
  border-radius: 50%;
}
.com-h4-icon {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
}
@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: #0091d3;
}
@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;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 834px) {
  .com-accent-jp {
    font-size: 2rem;
  }
}
.com-accent-jp-large {
  font-size: 3.2rem;
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-large {
    font-size: 2.4rem;
  }
}
.com-accent-jp-medium {
  font-size: 1.8rem;
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-medium {
    font-size: 1.6rem;
  }
}
.com-accent-jp-small {
  font-size: 1.4rem;
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-small {
    font-size: 1.2rem;
  }
}
.com-accent-en-large {
  font-family: "Hepta Slab", serif;
  font-size: 8rem;
  line-height: 1.45;
  font-weight: 300;
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .com-accent-en-large {
    font-size: 5rem;
  }
}
.com-accent-en-medium {
  font-family: "Hepta Slab", serif;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 300;
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .com-accent-en-medium {
    font-size: 3.5rem;
  }
}
.com-accent-en-small {
  font-family: "Hepta Slab", serif;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 300;
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .com-accent-en-small {
    font-size: 2rem;
  }
}
.com-index {
  padding: 30px;
  border-radius: 20px;
  background-color: #F9F6EE;
}
@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: #0091d3;
}
.com-index-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #d1cdc7;
}
.com-index-list-item-link-icon {
  width: 25px;
  height: 25px;
  transition: transform 0.3s;
  fill: #0091d3;
}
.com-index-list-item-link:hover .com-index-list-item-link-icon {
  transform: translateX(10px);
}
@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: 5px;
  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: 0px;
  }
}
.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: #0091d3;
}
.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.1em;
  width: 24px;
  height: 24px;
  fill: #0091d3;
  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: 5px;
  fill: #0091d3;
  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.3rem;
  left: 1.55rem;
  transform: translateX(-50%);
  font-size: 1.4rem;
  z-index: 10;
}
.com-ul-num > li:after {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #F0EDED;
  border-radius: 5px;
  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;
}
.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-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: 30px;
  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: #F9F6EE;
  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: #F9F6EE;
  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: "Hepta Slab", serif;
  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: 5px;
}
@media screen and (max-width: 834px) {
  .com-table02-img img {
    max-width: none;
  }
}
.com-flow-item {
  position: relative;
  width: 100%;
  display: flex;
  gap: 50px;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #F9F6EE;
}
@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 #0c71aa;
  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: "Hepta Slab", serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  color: #0c71aa;
}
@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: 10px;
}
.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: #0091d3;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  font-family: "Hepta Slab", serif;
}
.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: #F9F6EE;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0c71aa;
  font-family: "Hepta Slab", serif;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item-a::before {
    left: 0;
  }
}
.com-box01 {
  padding: 60px 50px;
  border-radius: 30px;
  background-color: #F9F6EE;
}
@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: #0091d3;
}
.com-box01-head-h2 {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  color: #0c71aa;
  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: #F9F6EE;
  border: 1px solid #F0EDED;
  border-radius: 10px;
}
@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: "Hepta Slab", serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  color: #0c71aa;
  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: 10px;
}
@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: #FFF;
  border-radius: 5px;
}
@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: #2db530;
}
.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: #0c71aa;
}
.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: "Hepta Slab", serif;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  color: #0c71aa;
  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: "Hepta Slab", serif;
  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: #FFF;
  border-radius: 10px;
  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: #0091d3;
  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: #0c71aa;
  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: #2db530;
}
.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: #FFF;
  border-radius: 100vh;
  overflow: hidden;
  z-index: 1;
}
.com-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #0c71aa;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.com-btn02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0091d3;
  z-index: -10;
}
.com-btn02:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .com-btn02:hover::before {
    width: calc(0% + 30px);
  }
}
.com-btn02-text {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.com-btn02-arrow01 {
  width: 8px;
  height: 12px;
  fill: #FFF;
  flex-shrink: 0;
}
.com-btn02-arrow02 {
  width: 23px;
  height: 6px;
  stroke: #FFF;
  flex-shrink: 0;
}
.com-btn02._white {
  color: #0c71aa;
  border: none;
}
.com-btn02._white::before {
  background-color: #0c71aa;
}
.com-btn02._white::after {
  background-color: #FFF;
}
.com-btn02._white .com-btn02-arrow01 {
  fill: #0091d3;
}
.com-btn02._white .com-btn02-arrow02 {
  stroke: #0091d3;
}
.com-btn02._white:hover .com-btn02-text {
  color: #FFF;
}
@media screen and (max-width: 834px) {
  .com-btn02._white:hover .com-btn02-text {
    color: #626671;
  }
}
.com-btn02._border {
  border: 1px solid #0c71aa;
}
.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: #FFF;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .com-btn03 {
    font-size: 1.4rem;
  }
}
.com-btn03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #0091d3;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.com-btn03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c71aa;
  z-index: -10;
}
.com-btn03:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .com-btn03:hover::before {
    width: calc(0% + 30px);
  }
}
.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: #0c71aa;
  border: 1px solid #F9F6EE;
}
.com-btn03._white::before {
  background-color: #F5E566;
}
.com-btn03._white::after {
  background-color: #FFF;
}
.com-link01 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F0EDED;
}
.com-link01 span {
  font-weight: 700;
  color: #0c71aa;
}
.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: #FFF;
  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 #FFF;
  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: #FFF;
  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: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFF;
  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: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFF;
  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: 10px;
  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: #0091d3;
}
.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: #FFF;
  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: #FFF;
  width: 45px;
  height: 40px;
}
.com-schedule-table-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #FFF;
}
.com-schedule-table-body-title {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Hepta Slab", serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #0c71aa;
  width: 154px;
  height: 40px;
}
.com-schedule-table-body-item {
  font-family: "Hepta Slab", serif;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFF;
  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: #0c71aa;
  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: #0c71aa;
  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: #FFF;
  background-color: #0c71aa;
  border-radius: 5px;
}
.com-schedule-holiday-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.com-title-en {
  font-family: "Hepta Slab", serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  color: #0091d3;
  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;
}

.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: #0091d3;
  font-family: "Zen Maru Gothic", serif;
  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: box-shadow 0.3s;
}
.lower-template-content-main-list-item-link:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
.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: #0091d3;
  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: "Hepta Slab", serif;
}
.lower-template-content-main-pagination .page-numbers.current {
  color: #FFF;
  pointer-events: none;
}
.lower-template-content-main-pagination .page-numbers.current::before {
  background: #0c71aa;
  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: #0091d3;
  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: #FFF;
  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: #0091d3;
}
.lower-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.lower-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #303030;
}
.lower-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.45;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
}
.lower-template-content-main-head-title span {
  color: #0091d3;
}
.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: #FFF;
  background-color: #0091d3;
  font-family: "Zen Maru Gothic", serif;
  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;
  font-family: "Zen Maru Gothic", serif;
}
@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: #303030;
  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: #0091d3;
  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: box-shadow 0.3s;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
@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);
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide._case {
  border-radius: 10px;
}
.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;
  background: #0c71aa;
  transition: width 0.3s;
  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: #0091d3;
  z-index: -10;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}
.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: #0091d3;
  margin-bottom: 0px;
  font-family: "Zen Maru Gothic", serif;
}
.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._case {
  margin-top: 10px;
}
.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: #0091d3;
}
.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: #0091d3;
  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: #F9F6EE;
  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: "Hepta Slab", serif;
  text-align: center;
  font-size: 2.2rem;
  color: #0c71aa;
  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: #303030;
  line-height: 1.3;
  margin-bottom: 10px;
}
.lower-template-content-side-contact-open span {
  font-family: "Hepta Slab", serif;
  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: #FFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
.lower-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}
.lower-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #0091d3;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s;
}
.lower-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #0c71aa;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.lower-template-content-side-contact-link:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}
.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: #0091d3;
}
.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);
  }
}

.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: #000;
  line-height: 22.5px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.65px;
}

.nav-link-secondary {
  color: #0091d3;
  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 #CA9866;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.staff-box-ctg h3 {
  color: #CA9866;
  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: #000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
}
.staff-box-name-en {
  color: #ADAFB5;
  font-family: "Hepta Slab", serif;
  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 #000;
  z-index: 1;
}
.staff-box-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0091d3;
  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: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.2px;
}

.home .main-visual {
  margin-bottom: 7.6rem;
  position: relative;
  overflow: hidden;
}
.home .main-visual-list {
  display: flex;
}
.home .main-visual-list-item {
  margin-right: 2rem;
  width: 70.2rem;
  flex: none;
}
.home .main-visual-list-image {
  height: calc(100svh - 32rem);
  min-height: 54rem;
  border-radius: 3rem;
  overflow: hidden;
}
.home .main-visual-list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .home .main-visual-list-item {
    margin-right: 0.5rem;
    width: 100%;
  }
  .home .main-visual-list-image {
    height: calc(100svh - 23rem);
    min-height: 38.6rem;
    border-radius: 2rem;
    overflow: hidden;
  }
  .home .main-visual-list-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 834px) {
  .home .main-visual {
    margin-bottom: -9.9rem;
  }
  .home .main-visual-sub {
    padding-right: 14.7rem;
    position: relative;
  }
}
.home .main-visual-inner {
  padding-top: 0.6rem;
  margin-left: 48.2rem;
  width: 30rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  z-index: 1;
}
.home .main-visual-inner::before, .home .main-visual-inner::after {
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: url("assets/img/main_icon01.png") no-repeat left top, url("assets/img/main_icon02.png") no-repeat left bottom;
  background-size: 100% 3.2rem;
  content: "";
}
@media screen and (max-width: 834px) {
  .home .main-visual-inner::before, .home .main-visual-inner::after {
    width: 2.2rem;
    background-size: 100% 2.5rem;
  }
}
.home .main-visual-inner::after {
  left: 100%;
  right: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 834px) {
  .home .main-visual-inner::after {
    display: none;
  }
}
.home .main-visual-inner-text {
  text-align: center;
}
.home .main-visual-inner-text-img {
  margin: 0 auto;
  width: 17.3rem;
}
.home .main-visual-inner-en {
  color: #f08300;
  font-family: "Hepta Slab", serif;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.846;
  letter-spacing: 0.1em;
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 0;
}
@media screen and (max-width: 834px) {
  .home .main-visual-inner {
    padding-top: 0.6rem;
    margin-left: 0;
    width: 14.7rem;
    top: 0;
    left: auto;
    transform: translateX(0);
    right: 0;
  }
  .home .main-visual-inner-text {
    margin-right: 2.3rem;
  }
  .home .main-visual-inner-text-img {
    width: 11.6rem;
  }
  .home .main-visual-inner-en {
    font-size: 1rem;
    line-height: 2;
  }
}
.home .main-visual-btm {
  padding: 1.4rem 1.8rem;
  border-radius: 1rem;
  border: 2px solid #f08300;
  background: #FFF;
  color: #ADAFB5;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.533;
  letter-spacing: 0.08em;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .home .main-visual-btm {
    width: 40rem;
    position: absolute;
    left: 4.1rem;
    bottom: 4.3rem;
  }
}
.home .main-visual-btm-time {
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: 400;
  color: #626671;
  position: relative;
  text-align: center;
  letter-spacing: 0.08em;
}
.home .main-visual-btm-time-inner {
  padding: 0 1rem;
  background-color: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: top;
}
.home .main-visual-btm-time::after {
  width: 100%;
  height: 0.2rem;
  position: absolute;
  top: 1.3rem;
  left: 0;
  background-color: #f08300;
  content: "";
}
.home .main-visual-btm-ttl {
  margin-bottom: 0.9rem;
  color: #626671;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.53;
}
@media screen and (max-width: 834px) {
  .home .main-visual-btm-ttl {
    letter-spacing: 0.08em;
  }
}
.home .main-visual-btm-ttl--no-slot {
  color: #a33b3b;
}
.home .main-visual-btm--no-slot {
  border-color: #d63638;
  background: #fffafa;
}
.home .main-visual-btm--no-slot .main-visual-btm-time-inner {
  background-color: #fffafa;
}
.home .main-visual-btm--no-slot .main-visual-btm-time::after {
  background-color: #d63638;
}
.home .main-visual-btm-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.3rem 1rem;
  border-radius: 0.4rem;
  background: #d63638;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .home .main-visual-btm {
    margin: 1.6rem 1.5rem 0;
    padding: 1.4rem 1.8rem 1.8rem;
  }
}
.home .bg-box {
  background-color: #F9F6EE;
}
@media screen and (max-width: 834px) {
  .home .bg-box {
    padding-top: 11.6rem;
  }
}
.home .slide-box {
  overflow: hidden;
}
.home .slide-box-list {
  align-items: flex-start !important;
}
.home .slide-box-list-item {
  margin: 0 1rem;
  width: 28rem;
}
.home .slide-box-list-item img {
  width: 100%;
  border-radius: 2rem;
}
.home .slide-box-list-item:nth-child(2n-1) {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .home .slide-box-list-item {
    width: 18rem;
  }
}
.home .first {
  margin-top: -15.4rem;
  padding: 30rem 0 10rem;
  background: url("assets/img/first_bg.jpg") no-repeat center top/cover;
  overflow: hidden;
}
.home .first .content {
  position: relative;
}
@media screen and (min-width: 835px) {
  .home .first .content {
    display: flex;
  }
}
.home .first-img {
  width: 16.7rem;
  position: absolute;
  bottom: -1.5rem;
  right: -4.1rem;
}
.home .first-en {
  position: absolute;
  top: -2.9rem;
  left: 4.5rem;
}
.home .first-txt {
  line-height: 2.2;
}
.home .first-left {
  padding: 5.5rem 5rem 1rem;
  flex: 1;
  background-color: #fff;
  border-radius: 1.7rem 0 0 1.7rem;
  overflow: hidden;
}
.home .first-price {
  margin-bottom: 2.4rem;
  padding: 1.6rem 0 1.1rem;
  color: #0091d3;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  border-top: 1px dashed #0091d3;
  border-bottom: 1px dashed #0091d3;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home .first-price-size {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.home .first-price-sml {
  margin-bottom: 0.8rem;
  display: block;
}
.home .first-price-num {
  font-family: "Hepta Slab", serif;
}
.home .first-btn-list {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.home .first-btn-list-item {
  width: 16rem;
}
.home .first-btn-list-link {
  color: #0091d3;
  width: 100%;
  height: 9.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #0091d3;
  border-bottom: 1px solid #0091d3;
  background: #FFF;
  position: relative;
}
.home .first-btn-list-link::after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: -0.1rem;
  right: 0;
  background: url("assets/img/first_arrow.png") no-repeat left top/100% 100%;
  content: "";
}
@media screen and (min-width: 835px) {
  .home .first-btn-list-link:hover {
    opacity: 0.7;
  }
}
.home .first-btn-list-img {
  width: 3.4rem;
  margin: 0 auto 0.4rem;
}
.home .first-photo {
  width: 50%;
  border-radius: 0 1.7rem 1.7rem 0;
  overflow: hidden;
}
.home .first-photo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home .first {
    margin-top: 0;
    padding: 7rem 0 4.1rem;
    background-image: url("assets/img/sp_first_bg.jpg");
    background-position: center center;
  }
  .home .first-img {
    width: 16.7rem;
    bottom: -1.5rem;
    right: -4.1rem;
  }
  .home .first-en {
    top: -1.3rem;
    left: 2.1rem;
  }
  .home .first-txt {
    line-height: 2;
  }
  .home .first-left {
    padding: 2.4rem 2rem 2rem;
    border-radius: 2rem 2rem 0 0;
  }
  .home .first-price {
    margin-bottom: 1.3rem;
    padding: 1.4rem 0 1.5rem;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  .home .first-price-size {
    font-size: 2.5rem;
  }
  .home .first-price-sml {
    margin-bottom: 1.5rem;
  }
  .home .first-btn-list {
    margin-top: 1.6rem;
    gap: 1rem 0.6rem;
  }
  .home .first-btn-list-item {
    width: calc((100% - 1.2rem) / 2);
  }
  .home .first-btn-list-link {
    height: 7.9rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .home .first-btn-list-link::after {
    top: -0.1rem;
    right: 0;
  }
  .home .first-btn-list-img {
    margin-bottom: 0.2rem;
    width: 2.8rem;
  }
  .home .first-photo {
    width: auto;
    border-radius: 0 0 2rem 2rem;
  }
}
.home .policy {
  padding: 16.1rem 0 10rem;
}
.home .policy .content {
  position: relative;
}
.home .policy-img {
  width: 16.4rem;
  position: absolute;
  bottom: 3.4rem;
  right: -3rem;
}
.home .policy-txt {
  line-height: 2.13;
}
.home .policy .head-line04 {
  margin-bottom: 2.1rem;
}
.home .policy .head-line04-line {
  background-image: url("assets/img/line02.png");
}
.home .policy .com-button03 {
  margin-top: 2.1rem;
}
.home .policy-left {
  padding: 4rem 3.9rem 2.9rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #0091d3;
  background: #FFF;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}
.home .policy-photo {
  border-radius: 0 2rem 2rem 0;
  overflow: hidden;
  flex-shrink: 0;
  order: 3;
}
.home .policy-photo img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .home .policy .content {
    padding-left: 16.3rem;
  }
  .home .policy .head-line01 {
    position: absolute;
    top: -0.1rem;
    left: 0;
    height: 100%;
  }
  .home .policy-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .home .policy-left {
    margin: 10.4rem -35rem 0 0;
    width: 51.8rem;
  }
  .home .policy-photo {
    width: 79.7rem;
  }
}
@media screen and (max-width: 834px) {
  .home .policy {
    padding: 4.5rem 0 4.2rem;
  }
  .home .policy-photo {
    margin: 0 -2.7rem -4.6rem 2.5rem;
    border-radius: 2rem 0 0 2rem;
  }
  .home .policy-photo img {
    width: 100%;
  }
  .home .policy-left {
    padding: 1.9rem;
  }
  .home .policy .head-line01-btm {
    font-size: 1.3rem;
  }
  .home .policy .head-line04 {
    margin-bottom: 1.3rem;
  }
  .home .policy-txt {
    line-height: 2;
  }
}
.home .feature {
  padding: 10rem 2rem;
  color: #FFF;
  background-color: #0091d3;
}
.home .feature-inner {
  padding: 2.1rem 2.1rem;
  background-color: #007ab1;
  border-radius: 2rem;
}
.home .feature-inner-ttl {
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.home .feature-inner-txt {
  line-height: 2.13;
  text-align: justify;
}
.home .feature .head-line03 {
  margin-bottom: 3.1rem;
  color: #fdd29e;
}
.home .feature .head-line02 {
  margin-bottom: 3.1rem;
}
.home .feature .head-line02-big {
  color: #FFF;
}
.home .feature .head-line02-sml {
  color: #FFF;
}
.home .feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
}
.home .feature-list-item {
  width: calc(50% - 2rem);
  position: relative;
}
.home .feature-list-item:nth-child(2n) {
  margin-top: 8rem;
}
.home .feature-list-num {
  padding-top: 0.3rem;
  position: absolute;
  top: -2.4rem;
  left: 1.1rem;
  color: #0091d3;
  font-family: "Work Sans", sans-serif;
  width: 8.5rem;
  height: 8.5rem;
  font-size: 1.1rem;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
}
.home .feature-list-num-inner {
  width: 100%;
  display: block;
}
.home .feature-list-num-big {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 2.6rem;
  font-family: "Hepta Slab", serif;
}
.home .feature-list-txt {
  line-height: 1.8;
}
.home .feature-list-ttl {
  margin-bottom: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.home .feature-list-ttl-col {
  color: #fdd29e;
}
.home .feature-list-image {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.home .feature-list-image img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .home .feature .content {
    max-width: 132rem;
    display: flex;
    justify-content: space-between;
  }
  .home .feature-left {
    width: 39.2rem;
    position: sticky;
    top: 15rem;
    margin-bottom: auto;
  }
  .home .feature-right {
    width: calc(100% - 47.3rem);
  }
}
@media screen and (max-width: 834px) {
  .home .feature {
    padding: 4.4rem 0;
  }
  .home .feature .head-line03 {
    margin-bottom: 2.4rem;
  }
  .home .feature .head-line02 {
    margin-bottom: 2.1rem;
  }
  .home .feature .head-line02-big {
    margin-bottom: 1.3rem;
  }
  .home .feature-inner-ttl {
    font-size: 2rem;
  }
  .home .feature-inner-txt {
    line-height: 2;
  }
  .home .feature-left {
    margin-bottom: 5rem;
  }
  .home .feature-list {
    display: block;
    font-weight: 400;
  }
  .home .feature-list-item {
    margin-bottom: 4.1rem;
    width: auto;
  }
  .home .feature-list-item:nth-child(2n) {
    margin-top: 0;
  }
  .home .feature-list-item:last-child {
    margin-bottom: 0;
  }
  .home .feature-list-image {
    height: 41vw;
    overflow: hidden;
  }
  .home .feature-list-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .feature-list-num {
    padding-top: 0.3rem;
    top: -2.4rem;
    left: 1.1rem;
    width: 8.5rem;
    height: 8.5rem;
    font-size: 1.1rem;
  }
  .home .feature-list-num-big {
    margin-bottom: 0.5rem;
    font-size: 2.6rem;
  }
  .home .feature-list-txt {
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .home .feature-list-ttl {
    margin-bottom: 0.9rem;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  .home .feature-list-image {
    margin-bottom: 1.5rem;
    border-radius: 1rem;
  }
}
.home .treatment {
  padding-bottom: 10.1rem;
  background-color: #F9F6EE;
}
.home .treatment .content {
  position: relative;
}
.home .treatment-img {
  margin-bottom: 9.9rem;
}
.home .treatment-img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home .treatment-img {
    margin-bottom: 3.9rem;
    height: 40.5vw;
    overflow: hidden;
  }
  .home .treatment-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home .treatment-flex {
  margin-bottom: 4.1rem;
}
@media screen and (min-width: 835px) {
  .home .treatment .head-line01 {
    position: absolute;
    top: -0.1rem;
    left: 0;
    height: 100%;
  }
  .home .treatment .content {
    padding-left: 16.3rem;
  }
  .home .treatment-flex {
    display: flex;
  }
  .home .treatment-flex-txt {
    width: 48.3rem;
  }
  .home .treatment-flex .head-line04 {
    flex: 1;
  }
}
@media screen and (max-width: 834px) {
  .home .treatment {
    padding-bottom: 4.6rem;
  }
  .home .treatment .head-line04 {
    margin-bottom: 1.9rem;
  }
  .home .treatment-flex {
    margin-bottom: 2.1rem;
  }
}
.home .treatment-list {
  margin: 0 0.7rem 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.home .treatment-list-item {
  width: calc((100% - 3rem) / 4);
}
.home .treatment-list-link {
  display: flex;
  width: 100%;
  height: 11rem;
  padding: 2rem 2.8rem;
  align-items: center;
  gap: 0.5rem;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 1rem;
  font-size: 1.6rem;
  color: #626671;
  line-height: 1;
  position: relative;
}
.home .treatment-list-link::after {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: -0.7rem;
  right: -0.3rem;
  background: url("assets/img/icon10.png") no-repeat left top/100% 100%;
  content: "";
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .home .treatment-list-link:hover {
    border-color: #0091d3;
  }
  .home .treatment-list-link:hover::after {
    margin: -0.5rem -0.5rem 0 0;
    background-image: url("assets/img/icon11.png");
  }
}
.home .treatment-list-icon {
  margin-right: 1.4rem;
  width: 4.3rem;
}
.home .treatment-list-ttl {
  flex: 1;
}
.home .treatment-list-ttl-en {
  margin-top: 1.2rem;
  color: #0091d3;
  display: block;
  font-family: "Hepta Slab", serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .home .treatment-list {
    margin: 0 0 1.9rem 0;
  }
  .home .treatment-list-item {
    width: calc((100% - 1rem) / 2);
  }
  .home .treatment-list-link {
    height: 7rem;
    padding: 1rem 0 1rem 0.9rem;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .home .treatment-list-link::after {
    width: 2rem;
    height: 2rem;
    top: -0.3rem;
  }
  .home .treatment-list-icon {
    margin-right: 0;
    width: 3.2rem;
  }
  .home .treatment-list-ttl-en {
    margin-top: 1.3rem;
    font-size: 1rem;
  }
}
.home .treatment-img-box {
  margin-bottom: 3.9rem;
  display: flex;
  position: relative;
}
.home .treatment-img-box:last-child {
  margin-bottom: 0;
}
.home .treatment-img-box-photo {
  border-radius: 2rem 0 0 2rem;
  width: 40rem;
  overflow: hidden;
}
.home .treatment-img-box-photo img {
  width: 100%;
}
.home .treatment-img-box-right {
  flex: 1;
  padding: 3.6rem 4.9rem 1rem;
  background-color: #fff;
  border-radius: 0 2rem 2rem 0;
}
.home .treatment-img-box .head-line04 {
  margin-bottom: 2rem;
}
.home .treatment-img-box-list {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.home .treatment-img-box-list-item {
  height: 8rem;
  padding: 0.6rem 0 0.5rem;
  font-family: "Zen Maru Gothic", serif;
  color: #0091d3;
  font-size: 1.8rem;
  width: calc((100% - 4rem) / 3);
  border-top: 1px dashed #0091d3;
  border-bottom: 1px dashed #0091d3;
  text-align: center;
  line-height: 1.45;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .treatment-img-box-list-size {
  display: block;
  font-size: 2rem;
}
.home .treatment-img-box-list-big {
  font-size: 3rem;
  line-height: 1;
}
.home .treatment-img-box02 .treatment-img-box-list-item {
  color: #f08300;
  border-color: #f08300;
}
.home .treatment-img-box02 .com-button04-link {
  border-color: #f08300;
  background-color: #f08300;
}
@media screen and (min-width: 835px) {
  .home .treatment-img-box02 .com-button04-link:hover {
    color: #f08300;
  }
}
.home .treatment-img-box-btn {
  position: absolute;
  top: -0.5rem;
  right: -0.4rem;
}
.home .treatment-img-box-btn-link {
  padding: 0 1.4rem 0.2rem 0;
  color: #626671;
  width: 15rem;
  height: 4rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  background-color: #fdd29e;
  border: 1px solid #fdd29e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .treatment-img-box-btn::after {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  right: 0.9rem;
  background: url("assets/img/icon12.png") no-repeat left top/100% 100%;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .home .treatment-img-box {
    margin-bottom: 2rem;
    display: block;
  }
  .home .treatment-img-box-photo {
    height: 39vw;
    overflow: hidden;
    border-radius: 2rem 2rem 0 0;
    width: auto;
  }
  .home .treatment-img-box-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .treatment-img-box-right {
    padding: 2.2rem 2rem 1.9rem;
    background-color: #fff;
    border-radius: 0 0 2rem 0;
  }
  .home .treatment-img-box-list {
    margin-bottom: 1.3rem;
    display: block;
    border-top: 1px dashed #0091d3;
  }
  .home .treatment-img-box-list-item {
    height: 8rem;
    padding: 0.6rem 0 0.5rem;
    font-size: 1.8rem;
    width: auto;
    border-top: none;
  }
  .home .treatment-img-box-list-size {
    font-size: 2rem;
  }
  .home .treatment-img-box-list-big {
    font-size: 3rem;
  }
  .home .treatment-img-box-btn {
    top: -0.5rem;
    right: -0.4rem;
  }
  .home .treatment-img-box-btn-link {
    padding: 0 1.4rem 0.2rem 0;
    width: 15rem;
    height: 4rem;
    font-size: 1.8rem;
  }
  .home .treatment-img-box02 .treatment-img-box-list {
    border-color: #f08300;
  }
  .home .treatment-img-box .head-line04 {
    margin-bottom: 1.5rem;
  }
}
.home .contact {
  padding: 9.9rem 0 10.8rem;
  background: url("assets/img/contact_bg.jpg") no-repeat center center/cover;
}
.home .contact .content {
  max-width: 120rem;
}
.home .contact .com-button02 {
  margin: 0;
  display: flex;
  justify-content: center;
}
.home .contact .com-button02-link {
  width: 38rem;
}
.home .contact .head-line04 {
  margin-bottom: 2.9rem;
  color: #FFF;
  text-align: center;
}
.home .contact .head-line04-en {
  margin-bottom: 1.1rem;
  display: block;
  color: #fdd29e;
}
@media screen and (max-width: 834px) {
  .home .contact {
    padding: 5.2rem 0 4.8rem;
    background-image: url("assets/img/sp_contact_bg.jpg");
  }
  .home .contact .com-button02 {
    display: block;
  }
  .home .contact .com-button02-link {
    width: auto;
  }
  .home .contact .head-line04 {
    margin-bottom: 2rem;
  }
  .home .contact .head-line04-en {
    margin-bottom: 1.4rem;
  }
}
.home .clinic {
  padding-top: 12.1rem;
  margin-bottom: 12.1rem;
}
.home .clinic .head-line03 {
  margin-bottom: 2rem;
  color: #0091d3;
}
.home .clinic .content {
  display: flex;
}
.home .clinic-left {
  margin: 4.1rem 8rem 0 0;
  flex: 1;
}
.home .clinic-photo {
  width: 63.3rem;
}
.home .clinic-photo img {
  width: 100%;
}
.home .clinic .com-button03 {
  margin-top: 4.1rem;
}
.home .clinic .com-button03-link {
  width: 19rem;
}
@media screen and (max-width: 834px) {
  .home .clinic {
    margin-bottom: 4.5rem;
    padding-top: 4.4rem;
  }
  .home .clinic .head-line03 {
    margin-bottom: 2rem;
  }
  .home .clinic .content {
    display: block;
  }
  .home .clinic-left {
    margin: 0;
  }
  .home .clinic-photo {
    margin-top: 2rem;
    width: auto;
  }
  .home .clinic .com-button03 {
    margin-top: 2rem;
  }
  .home .clinic .com-button03-link {
    width: 100%;
  }
}
.home .doctor {
  padding: 13.8rem 0 38.1rem;
  background-color: #F9F6EE;
  overflow: hidden;
}
.home .doctor .content {
  max-width: 124.6rem;
}
.home .doctor .head-line03 {
  margin-bottom: 2rem;
  color: #0091d3;
}
.home .doctor .head-line05 {
  margin-bottom: -3.4rem;
}
.home .doctor-flex {
  display: flex;
}
.home .doctor-flex-photo {
  width: calc(50% + 13.6rem);
  position: relative;
  flex-shrink: 0;
  order: 3;
}
.home .doctor-flex-photo-en {
  margin: 1.5rem 13rem 0 0 !important;
  color: #f08300 !important;
  font-size: 1.8rem;
  text-align: right;
  letter-spacing: 0.05em;
}
.home .doctor-flex-image {
  height: 66.2rem;
  overflow: hidden;
  border-radius: 2rem 0 0 2rem;
}
.home .doctor-flex-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .doctor-flex-text-img {
  width: 28.5rem;
  position: absolute;
  top: -20.3rem;
  right: 4.8rem;
}
.home .doctor-flex-left {
  flex: 1;
  margin: 6.9rem -6.5rem 0 1rem;
  position: relative;
  z-index: 10;
}
.home .doctor-flex-left-name {
  margin-bottom: 4.5rem;
}
.home .doctor-flex-left-name-big {
  margin-top: 1.3rem;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home .doctor-flex-left-inner {
  margin-left: auto;
  width: 55rem;
  padding: 5.9rem 7.9rem;
  border-radius: 2rem;
  border: 1px solid #F9F6EE;
  background: #FFF;
}
.home .doctor-flex-left .head-line03 {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.home .doctor-flex .com-button03 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .home .doctor {
    padding: 3.6rem 0 8.5rem;
    overflow: hidden;
  }
  .home .doctor .content {
    margin: 0 3rem;
  }
  .home .doctor .head-line03 {
    margin-bottom: 2.5rem;
  }
  .home .doctor .head-line05 {
    margin-bottom: 1.8rem;
  }
  .home .doctor-flex {
    margin: 0 2.7rem;
    display: block;
  }
  .home .doctor-flex-photo {
    margin: 0 -2.7rem -3.9rem 2.6rem;
    width: auto;
  }
  .home .doctor-flex-photo-en {
    margin: 1.5rem 13rem 0 0 !important;
    font-size: 1.8rem;
  }
  .home .doctor-flex-image {
    height: 72.6vw;
    border-radius: 2rem 0 0 0;
  }
  .home .doctor-flex-text-img {
    width: 15.5rem;
    top: -9.7rem;
    right: -0.9rem;
  }
  .home .doctor-flex-left {
    margin: 0;
  }
  .home .doctor-flex-left-name {
    margin-bottom: 2.1rem;
    font-size: 1.5rem;
  }
  .home .doctor-flex-left-name-big {
    margin-top: 1.1rem;
    font-size: 3rem;
  }
  .home .doctor-flex-left-inner {
    margin-left: 0;
    width: auto;
    padding: 1.9rem 1.9rem;
    border-radius: 2rem;
  }
  .home .doctor-flex-left .head-line03 {
    margin-bottom: 0.9rem;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  .home .doctor-flex .com-button03 {
    margin-top: 2rem;
  }
}
.home .club {
  margin-bottom: 10.9rem;
  padding-bottom: 19rem;
  position: relative;
  z-index: 10;
}
.home .club::before, .home .club::after {
  width: 100%;
  height: 29.1rem;
  position: absolute;
  bottom: calc(100% - 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  background: url("assets/img/club_bg01.png") no-repeat left top/100% 100%;
  content: "";
}
@media screen and (max-width: 834px) {
  .home .club::before, .home .club::after {
    min-width: 0;
    height: 4.8rem;
    background-image: url("assets/img/sp_club_bg01.png");
  }
}
.home .club::after {
  bottom: 0;
  background-image: url("assets/img/club_bg02.png");
}
@media screen and (max-width: 834px) {
  .home .club::after {
    background-image: url("assets/img/sp_club_bg02.png");
  }
}
.home .club .content {
  position: relative;
  z-index: 15;
}
.home .club .head-line03 {
  margin-bottom: -3rem;
  color: #fdd29e;
  text-align: center;
  font-size: 8rem;
  position: relative;
  top: -7.1rem;
}
.home .club .head-line03-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.home .club .head-line03-inner img {
  width: 8.9rem;
  position: absolute;
  top: -0.9rem;
  left: -8.6rem;
}
.home .club .head-line03-img02 {
  width: 9.9rem !important;
  left: auto !important;
  right: -7.8rem;
  top: -0.3rem !important;
}
.home .club .head-line03-txt {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .home .club .head-line03 {
    font-size: 3rem;
  }
}
.home .club-title {
  margin-bottom: 0.9rem;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  letter-spacing: 0.15em;
}
.home .club-title img {
  margin: -0.9rem 0.7rem 0 0.1rem;
  width: 2.7rem;
  display: inline-block;
  vertical-align: middle;
}
.home .club-price {
  margin-bottom: 2rem;
  padding: 1.4rem 0 1.5rem;
  color: #0091d3;
  border-top: 1px dashed #0091d3;
  border-bottom: 1px dashed #0091d3;
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.home .club-wid {
  position: relative;
}
@media screen and (min-width: 835px) {
  .home .club-wid {
    margin: 0 auto;
    max-width: 50rem;
  }
}
.home .club .com-button03 {
  margin-top: 2rem;
}
.home .club .com-button03-link {
  width: 30.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .home .club-img {
    margin: -1.8rem 4.2rem 0 0;
    width: 32.1rem;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .home .club-img02 {
    margin: -3.9rem 0 0 4.8rem;
    width: 30rem;
    right: auto;
    left: 100%;
  }
}
@media screen and (max-width: 834px) {
  .home .club {
    margin-bottom: 4.8rem;
    padding: 5rem 0 6.5rem;
  }
  .home .club-show {
    margin-top: 0.9rem;
    display: flex;
    justify-content: center;
  }
  .home .club-show-img {
    margin: 3.5rem -0.1rem 0 0;
    width: 18.9rem;
  }
  .home .club-show-img02 {
    margin: 0;
    width: 14.7rem;
  }
  .home .club .head-line03 {
    margin-bottom: 1.5rem;
    top: auto;
    line-height: 1.2;
  }
  .home .club .head-line03-inner img {
    width: 7.1rem;
    top: -0.5rem;
    left: -7rem;
  }
  .home .club .head-line03-img02 {
    margin: 0;
    width: 7.7rem !important;
    right: -5.8rem;
    top: 0 !important;
  }
  .home .club-title {
    margin-bottom: 1.3rem;
    font-size: 2.1rem;
  }
  .home .club-title img {
    margin: -0.9rem 0 0;
  }
  .home .club-price {
    padding: 1.2rem 0;
    font-size: 2rem;
  }
  .home .club .com-button03-link {
    width: 100%;
  }
}
.home .news {
  margin-bottom: 12.2rem;
}
@media screen and (min-width: 835px) {
  .home .news .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.home .news-photo {
  width: 45rem;
  overflow: hidden;
  border-radius: 2rem;
}
.home .news-photo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home .news-photo {
    margin-bottom: 3.3rem;
    width: auto;
    height: 38.5vw;
  }
  .home .news-photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home .news-right {
  margin: 0.4rem 0 0 8rem;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .home .news-right {
    margin: 0;
  }
}
.home .news .head-line03 {
  margin-bottom: 2.9rem;
  color: #0091d3;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .home .news .head-line03 {
    margin-bottom: 2rem;
  }
}
.home .news .head-line02 {
  margin-bottom: 3.9rem;
}
.home .news .head-line02-big {
  margin-bottom: 1.3rem;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .home .news .head-line02-big {
    margin-bottom: 0.7rem;
    font-size: 2rem;
    font-family: "Zen Maru Gothic", serif;
  }
}
@media screen and (max-width: 834px) {
  .home .news .head-line02 {
    margin-bottom: 2.1rem;
  }
}
.home .news-list {
  border-top: 1px dashed #ADAFB5;
  line-height: 1.5;
}
.home .news-list-item {
  border-bottom: 1px dashed #ADAFB5;
}
.home .news-list-link {
  padding: 2.3rem 5rem 2.3rem 1rem;
  width: 100%;
  display: flex;
  position: relative;
}
.home .news-list-link::after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  background: url("assets/img/icon13.png") no-repeat left top/100% 100%;
  content: "";
  transition: 0.3s;
}
.home .news-list-link-time {
  width: 10.6rem;
  color: #0091d3;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.home .news-list-link-txt {
  margin-top: -0.1rem;
  flex: 1;
}
@media screen and (min-width: 835px) {
  .home .news-list-link:hover {
    background-color: #F9F6EE;
  }
  .home .news-list-link:hover .news-list-link-time {
    color: #f08300;
  }
  .home .news-list-link:hover::after {
    right: 1rem;
    background-image: url("assets/img/icon14.png");
  }
}
@media screen and (max-width: 834px) {
  .home .news-list-link {
    padding: 0.9rem 5rem 1.4rem 1rem;
    display: block;
    font-size: 1.5rem;
  }
  .home .news-list-link-time {
    margin-bottom: 0.5rem;
    width: auto;
    display: block;
    font-size: 1.2rem;
  }
  .home .news-list-link-txt {
    margin-top: 0;
  }
}
.home .news .com-button03 {
  margin-top: 3.9rem;
}
@media screen and (max-width: 834px) {
  .home .news .com-button03 {
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .home .news {
    margin-bottom: 5.3rem;
  }
}
.home .blog .head-line03, .home .case .head-line03 {
  color: #0091d3;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2.7rem;
}
.home .blog .head-line02, .home .case .head-line02 {
  margin-bottom: 3.1rem;
  text-align: center;
}
.home .blog .head-line02-big, .home .case .head-line02-big {
  margin-bottom: 1.8rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 834px) {
  .home .blog .head-line03, .home .case .head-line03 {
    font-size: 3rem;
    margin-bottom: 2.1rem;
  }
  .home .blog .head-line02, .home .case .head-line02 {
    margin-bottom: 2rem;
  }
  .home .blog .head-line02-big, .home .case .head-line02-big {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}
.home .blog-blog_slider, .home .case-blog_slider {
  overflow: hidden;
  padding: 5px 10px;
}
.home .blog-blog_slider .swiper-slide, .home .case-blog_slider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s;
}
.home .blog-blog_slider .swiper-slide:hover, .home .case-blog_slider .swiper-slide:hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 834px) {
  .home .blog-blog_slider .swiper-slide:hover, .home .case-blog_slider .swiper-slide:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  }
}
.home .blog-blog_slider-wrap, .home .case-blog_slider-wrap {
  width: 100%;
  padding: 0 30px;
  position: relative;
}
.home .blog-blog_slider-top, .home .case-blog_slider-top {
  padding: 16px;
}
.home .blog-blog_slider-top-title, .home .case-blog_slider-top-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #0091d3;
}
.home .blog-blog_slider-bottom, .home .case-blog_slider-bottom {
  padding: 0 16px 16px 16px;
}
.home .blog-blog_slider-link-img, .home .case-blog_slider-link-img {
  width: 100%;
  aspect-ratio: 226/120;
}
.home .blog-blog_slider-link-img img, .home .case-blog_slider-link-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .blog-blog_slider-link-txt, .home .case-blog_slider-link-txt {
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home .blog-blog_slider-recruit, .home .case-blog_slider-recruit {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.3rem;
  color: #AFA078;
  font-weight: 700;
}
.home .blog-blog_slider-recruit img, .home .case-blog_slider-recruit img {
  width: 18px;
  height: auto;
}
.home .blog-blog_slider-tag, .home .case-blog_slider-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.home .blog-blog_slider-tag-item a, .home .case-blog_slider-tag-item a {
  padding: 0 7px 2px;
  font-size: 1.3rem;
  font-weight: 400;
  border: solid 1px #ADAFB5;
  border-radius: 5px;
}
.home .blog-blog_slider .swiper-button-prev,
.home .blog-blog_slider .swiper-button-next, .home .case-blog_slider .swiper-button-prev,
.home .case-blog_slider .swiper-button-next {
  width: 13px; /* ボタンの幅 */
  height: 20px; /* ボタンの高さ */
  background-size: contain; /* 表示したいサイズ */
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s;
}
.home .blog-blog_slider .swiper-button-prev:hover > svg,
.home .blog-blog_slider .swiper-button-next:hover > svg, .home .case-blog_slider .swiper-button-prev:hover > svg,
.home .case-blog_slider .swiper-button-next:hover > svg {
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .home .blog-blog_slider .swiper-button-prev:hover > svg,
  .home .blog-blog_slider .swiper-button-next:hover > svg, .home .case-blog_slider .swiper-button-prev:hover > svg,
  .home .case-blog_slider .swiper-button-next:hover > svg {
    opacity: 1;
  }
}
.home .blog-blog_slider, .home .case-blog_slider {
  /* 次ページボタンのスタイル */
}
.home .blog-blog_slider .swiper-button-next > svg, .home .case-blog_slider .swiper-button-next > svg {
  fill: #0091d3;
}
.home .blog-blog_slider .swiper-button-next.swiper-button-disabled, .home .case-blog_slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.home .blog-blog_slider, .home .case-blog_slider {
  /* 前ページボタンのスタイル */
}
.home .blog-blog_slider .swiper-button-prev > svg, .home .case-blog_slider .swiper-button-prev > svg {
  fill: #0091d3;
  transform: scaleX(-1);
}
.home .blog-blog_slider .swiper-button-prev.swiper-button-disabled, .home .case-blog_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  transform: scaleX(1);
}
.home .blog-blog_slider .swiper-button-prev:after,
.home .blog-blog_slider .swiper-button-next:after, .home .case-blog_slider .swiper-button-prev:after,
.home .case-blog_slider .swiper-button-next:after {
  display: none;
}
.home .movie .head-line03 {
  color: #0091d3;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2.7rem;
}
.home .movie .head-line02 {
  margin-bottom: 3.1rem;
  text-align: center;
}
.home .movie .head-line02-big {
  margin-bottom: 1.8rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 834px) {
  .home .movie .head-line03 {
    font-size: 3rem;
    margin-bottom: 2.1rem;
  }
  .home .movie .head-line02 {
    margin-bottom: 2rem;
  }
  .home .movie .head-line02-big {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}
.home .movie-flex {
  display: flex;
  justify-content: space-between;
}
.home .movie-flex-sub {
  width: calc(50% - 4rem);
}
.home .movie-flex-ttl {
  margin-bottom: 1.1rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.home .movie-flex-ttl img {
  margin: -0.4rem 1rem 0 0;
  width: 4rem;
  display: inline-block;
  vertical-align: middle;
}
.home .movie-flex-inner {
  border-radius: 2rem;
  border: 0.5rem solid #fdd29e;
  overflow: hidden;
  aspect-ratio: 560/315;
}
.home .movie-flex-inner iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .home .movie-flex {
    display: block;
  }
  .home .movie-flex-sub {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .home .movie-flex-sub:last-child {
    margin-bottom: 0;
  }
  .home .movie-flex-ttl {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .home .movie-flex-ttl img {
    margin: -0.4rem 1rem 0 0;
    width: 4rem;
  }
  .home .movie-flex-inner {
    border-radius: 1rem;
    border-width: 0.3rem;
    aspect-ratio: 560/315;
  }
}

.information {
  padding: 10.1rem 0 11.5rem;
  background-color: #F9F6EE;
}
.information .content {
  position: relative;
}
@media screen and (min-width: 835px) {
  .information .content {
    padding-left: 16.3rem;
  }
  .information .head-line01 {
    position: absolute;
    top: -0.1rem;
    left: 0;
    height: 100%;
  }
  .information-inner {
    display: flex;
  }
  .information-inner-left {
    width: 50rem;
  }
  .information-inner-right {
    margin: -0.1rem 0 0 6.4rem;
    flex: 1;
  }
  .information-right {
    flex: 1;
  }
}
@media screen and (max-width: 834px) {
  .information {
    padding: 4rem 0 4.6rem;
  }
  .information-inner-left {
    margin-bottom: 1.6rem;
  }
}
.information-list {
  margin: 0 0.4rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 0 2.1rem;
}
.information-list-item {
  padding-bottom: 0.2rem;
  width: 15rem;
  height: 15rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information-list-item::before {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.6rem;
  left: 0.8rem;
  background: url("assets/img/information_icon04.png") no-repeat left top/100% 100%;
  content: "";
}
.information-list-txt {
  color: #0091d3;
  font-size: 1.6rem;
  line-height: 1.25;
  display: block;
}
.information-list-txt-big {
  font-weight: 700;
  font-size: 1.7rem;
}
.information-list img {
  margin: 0 auto 0.5rem;
  width: 4.3rem;
}
@media screen and (max-width: 834px) {
  .information-list {
    margin: 0 0 1.4rem;
    gap: 0 1rem;
    justify-content: center;
  }
  .information-list-item {
    width: 9.7rem;
    height: 9.7rem;
  }
  .information-list-item::before {
    width: 1.9rem;
    height: 1.9rem;
    top: 0.1rem;
    left: 0.3rem;
  }
  .information-list-txt {
    font-size: 1.3rem;
    line-height: 1.15;
  }
  .information-list-txt-big {
    font-size: 1.3rem;
  }
  .information-list img {
    margin-bottom: 0.5rem;
    width: 2.7rem;
  }
}
.information-txt {
  line-height: 2.13;
  text-align: justify;
  letter-spacing: 0.05em;
}
.information-txt-bold {
  color: #0091d3;
}
@media screen and (min-width: 835px) {
  .information-txt-bold {
    font-weight: 700;
  }
}
@media screen and (max-width: 834px) {
  .information-txt {
    line-height: 2;
  }
}
.information-table {
  margin-bottom: 2.2rem;
  padding: 0.9rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid #0091d3;
  background: #FFF;
}
.information-table table {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
}
.information-table table th, .information-table table td {
  padding: 1.9rem 0.5rem;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  box-sizing: border-box;
}
.information-table table th {
  padding-left: 1.5rem;
  width: 28.3%;
  color: #FFF;
  font-weight: 600;
  text-align: left;
  background-color: #0091d3;
}
.information-table table img {
  margin: 0 auto;
  width: 1.5rem;
}
.information-table-blank {
  width: 2%;
}
.information-table .outfit-fonts {
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .information-table {
    margin-bottom: 2rem;
    padding: 0.4rem;
  }
  .information-table table th, .information-table table td {
    padding: 1.7rem 0.4rem 1rem;
    font-size: 1.3rem;
    line-height: 1.15;
  }
  .information-table table th {
    padding-left: 0.6rem;
    width: 24.5%;
  }
  .information-table table img {
    margin: 0 auto;
    width: 1.5rem;
  }
  .information-table-blank {
    display: none;
  }
  .information-table .outfit-fonts {
    letter-spacing: 0.15em;
  }
}
.information-data {
  margin-bottom: 2.1rem;
}
.information-data-item {
  margin-bottom: 0.6rem;
  display: flex;
}
.information-data-item:last-child {
  margin-bottom: 0;
}
.information-data-ttl {
  width: 8rem;
  height: 3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 2rem;
  background-color: #0091d3;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information-data-ttl-bg {
  background-color: #f08300;
}
.information-data-txt {
  margin: -0.1rem 0 0 1rem;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .information-data {
    font-size: 1.5rem;
    margin-bottom: 1.9rem;
  }
  .information-data-item {
    margin-bottom: 0.4rem;
  }
  .information-data-ttl {
    width: 7rem;
    height: 3rem;
    font-size: 1.3rem;
  }
  .information-data-txt {
    margin: -0.1rem 0 0 0.5rem;
  }
}

.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 {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .page-hero-content {
    padding: 60px 5% 0px;
  }
}
.page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero-content-nav-list {
  display: flex;
}
.page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #0c71aa;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
}
.page-hero-content-nav-list-item-link:hover {
  color: #0091d3;
}
@media screen and (max-width: 834px) {
  .page-hero-content-nav-list-item-link:hover {
    color: #0c71aa;
  }
}
.page-hero-content-title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-title {
    font-size: 3rem;
  }
}
.page-hero-content-sub {
  font-family: "Hepta Slab", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #0091d3;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-sub {
    margin-bottom: 30px;
  }
}
.page-hero-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/560;
}
@media screen and (max-width: 834px) {
  .page-hero-img {
    aspect-ratio: 390/200;
  }
}
.page-hero-img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-hero-img .com-topic_path-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-img .com-topic_path-wrap {
    position: static;
  }
}
.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: "Hepta Slab", serif;
  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: #F25F5F;
}
@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 #0091d3;
  height: 22px;
  width: 22px;
  top: 12px;
  left: 0px;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #0091d3;
  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 #0091d3;
  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 #0091d3;
  z-index: 1;
}
.page-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0091d3;
  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: #FFF;
  z-index: -10;
}
.page-contact-form-inner:hover .page-contact-form-inner-txt {
  color: #FFF;
}
.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: #000;
  }
  .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 #0091d3;
  transition: border-color 0.3s;
}
.page-contact-link a:hover {
  border-color: rgba(0, 145, 211, 0);
}
@media screen and (max-width: 834px) {
  .page-contact-link a:hover {
    border-color: #0091d3;
  }
}
@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: #CA9866;
  border-bottom: 1px solid #F9F6EE;
  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 #f08300;
  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: #CA9866;
  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 #F9F6EE;
}
.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 #F9F6EE;
  color: #f08300;
  font-size: 1.4rem;
  font-family: "Hepta Slab", serif;
}
.page-template-content-main-pagination .page-numbers.current {
  color: #FFF;
  pointer-events: none;
}
.page-template-content-main-pagination .page-numbers.current::before {
  background: #0c71aa;
  width: calc(105% + 30px);
}
.page-template-content-main-pagination .page-numbers.prev, .page-template-content-main-pagination .page-numbers.next {
  background-color: #f08300;
}
.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: #f08300;
}
.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: #0091d3;
  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: #FFF;
  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 #F9F6EE;
}
.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: #0091d3;
}
.page-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.page-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #303030;
}
.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: #0091d3;
}
.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 #F9F6EE;
}
.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 #F9F6EE;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
@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);
  }
}
.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: #F9F6EE;
  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: #0091d3;
  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 #F9F6EE;
}
.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: #CA9866;
}
.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: #0091d3;
  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 #F9F6EE;
  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: #F9F6EE;
  padding: 20px;
}
.page-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #F9F6EE;
}
.page-template-content-side-contact-tel {
  display: block;
  font-family: "Hepta Slab", serif;
  text-align: center;
  font-size: 2.2rem;
  color: #0c71aa;
  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: #303030;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-template-content-side-contact-open span {
  font-family: "Hepta Slab", serif;
  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: #FFF;
  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: #0091d3;
  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: #0c71aa;
  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: #f08300;
  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 #000;
}
.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: #0091d3;
  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: #0091d3;
  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: #FFF;
}
.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: #0091d3;
}
@media screen and (max-width: 834px) {
  .parts-side ul li:hover {
    color: #303030;
  }
}
.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 #0091d3;
  padding: 5px 10px;
  transition: 0.3s;
  color: #303030;
}
.parts-color-item-btn:hover {
  opacity: 0.5;
}
.parts-color-item-btn.color_text-white {
  background-color: #0091d3;
}
.parts-color-item-btn.color_bg-main-dark {
  color: #FFF;
}
.parts-color-item-btn.color_bg-gray-dark {
  color: #FFF;
}
.parts-color-item-btn.color_bg-gray-black {
  color: #FFF;
}

.single-hero-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: 1px solid #000;
}
.single-case-treatment-notes-swiper {
  margin-bottom: 5px;
}
.single-case-treatment-notes-swiper-container {
  position: relative;
  overflow: hidden;
}
.single-case-treatment-notes-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-case-treatment-notes-swiper-container .swiper-button-next,
.single-case-treatment-notes-swiper-container .swiper-button-prev {
  width: 31px;
  height: 30px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-case-treatment-notes-swiper-container .swiper-button-next svg,
.single-case-treatment-notes-swiper-container .swiper-button-prev svg {
  width: 15px;
  height: 15px;
  stroke: #0091d3;
  stroke-width: 3;
}
.single-case-treatment-notes-swiper-container .swiper-button-next:after,
.single-case-treatment-notes-swiper-container .swiper-button-prev:after {
  display: none;
}
.single-case-treatment-notes-swiper-container .swiper-button-next {
  right: -1px;
}
.single-case-treatment-notes-swiper-container .swiper-button-next svg {
  transform: rotate(180deg);
}
.single-case-treatment-notes-swiper-container .swiper-button-prev {
  left: -1px;
}
.single-case-treatment-notes-text-swiper {
  margin-bottom: 40px;
}
.single-case-treatment-notes-text-swiper-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-container {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.single-case-treatment-notes-text-swiper-container .swiper-wrapper {
  width: calc(100% - 150px);
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-container .swiper-wrapper {
    width: 100%;
  }
}
.single-case-treatment-notes-text-swiper-container .swiper-pagination {
  position: relative;
  text-align: left;
  line-height: 1;
  width: auto;
  transform: translateY(1.4rem);
}
.single-case-treatment-notes-text-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0091d3;
  opacity: 0.4;
}
.single-case-treatment-notes-text-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.single-case-treatment-notes-text-swiper-container .swiper-pagination-fraction {
  margin-bottom: 0px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-container .swiper-pagination-fraction {
    margin-bottom: 5px;
  }
}
.single-case-treatment-notes-text-swiper-container .swiper-notification {
  display: none;
}
.single-case-treatment-notes-text-swiper-pagination-wrap {
  display: flex;
  gap: 10px;
}
.single-case-treatment-notes-text-swiper-text {
  display: block;
  width: calc(100% - 150px);
}
@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-text {
    width: 100%;
  }
}
.single-relevance-swiper-link-case-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2.22/1;
}
.single-relevance-swiper-link-case-img-before {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-relevance-swiper-link-case-img-before-text {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
}
.single-relevance-swiper-link-case-img-after {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-relevance-swiper-link-case-img-after-text {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
}
.single-relevance-swiper-link-case-content-table-th {
  position: relative;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px 5px 15px;
  width: 90px;
  vertical-align: top;
}
.single-relevance-swiper-link-case-content-table-th._w-auto {
  width: auto;
}
.single-relevance-swiper-link-case-content-table-th::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid #0091d3;
}
.single-relevance-swiper-link-case-content-table-th::after {
  content: " : ";
}
.single-relevance-swiper-link-case-content-table-td {
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0px;
  color: #ADAFB5;
}

.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-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  border-radius: 100vh;
}
.archive-hero-content-nav-list {
  display: flex;
}
.archive-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  transition: opacity 0.3s;
}
.archive-hero-content-nav-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .archive-hero-content-nav-list-item-link:hover {
    opacity: 1;
  }
}
.archive-hero-content-title {
  font-size: 4rem;
  line-height: 1;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 834px) {
  .archive-hero-content-title {
    font-size: 3rem;
  }
}
.archive-hero-content-sub {
  font-family: "Hepta Slab", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  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 #000;
  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: #0091d3;
  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%;
}
.archive-post-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .archive-post-list {
    margin-bottom: 40px;
  }
}
.archive-post-item {
  width: 100%;
}
.archive-post-link {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.archive-post-link:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .archive-post-link:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 834px) {
  .archive-post-link {
    flex-direction: column;
  }
}
.archive-post-img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 !important;
}
@media screen and (max-width: 834px) {
  .archive-post-img {
    width: 100%;
  }
}
.archive-post-content {
  padding: 24px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 834px) {
  .archive-post-content {
    width: 100%;
    padding: 16px;
  }
}
.archive-post-content-top {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ADAFB5;
}
.archive-post-content-title {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) {
  .archive-post-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .archive-post-content-title {
    font-size: 1.6rem;
  }
}
.archive-post-content-excerpt {
  font-size: 1.4rem;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.archive-post-content-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive-post-content-date {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #626671;
}
.archive-post-content-date img {
  width: 14px;
  margin-right: 4px;
}
.archive-post-content-category {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #626671;
}
.archive-post-content-category img {
  width: 14px;
  margin-right: 4px;
}

.header-box {
  padding: 3.9rem 4rem 3rem 5.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-box.fixed {
  transform: translateY(0);
  font-size: 6rem;
}
@media screen and (max-width: 834px) {
  .header-box {
    padding: 1.2rem 1.9rem;
  }
}
.header-logo-txt {
  margin-top: 1.9rem;
  font-weight: 400;
  color: #626671;
  display: block;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .header-logo-txt {
    margin: 2.1rem 0 0 -0.3rem;
  }
}
.header-logo-link {
  display: block;
}
.header-logo-img {
  width: 26rem;
}
@media screen and (max-width: 834px) {
  .header-logo-img {
    width: 18.2rem;
  }
}
.header-right {
  margin-top: 1.1rem;
  flex: 1;
}
.header-navi {
  margin-bottom: 2.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
  font-size: 1.5rem;
  gap: 0 2rem;
  letter-spacing: 0.07em;
}
.header-navi-img {
  width: 2.2rem;
  position: relative;
  bottom: -0.3rem;
}
@media screen and (min-width: 835px) {
  .header-navi a:hover {
    color: #0091d3;
  }
}
.header-navi02 {
  margin: 2.2rem 0.1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
  font-size: 1.4rem;
  gap: 0 3.2rem;
  letter-spacing: 0.07em;
}
.header-navi02 a {
  color: #0091d3;
}
@media screen and (min-width: 835px) {
  .header-navi02 a:hover {
    color: #303030;
  }
}
.header-navi02-item {
  position: relative;
}
.header-navi02-item::after {
  font-size: 1.6rem;
  position: absolute;
  top: -0.1rem;
  right: -2.1rem;
  content: "/";
  transform: rotate(30deg);
}
.header-navi02-item:last-child::after {
  display: none;
}
.header-message {
  margin: 0 1px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.header-message-btn-link {
  padding: 0.8rem 1rem 1rem;
  width: 15.6rem;
  color: #FFF;
  display: block;
  font-size: 2.3rem;
  font-family: "Hepta Slab", "Noto Sans JP", serif;
  text-align: center;
  border-radius: 1rem;
  background: #0091d3;
  line-height: 1;
  letter-spacing: 0.03em;
}
.header-message-btn-link strong {
  font-size: 2.1rem;
  font-weight: 600;
}
.header-message-btn-link img {
  margin: -0.6rem 0.2rem 0 0;
  width: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}
.header-message-btn-sml {
  margin-top: 0.4rem;
  padding-top: 0.5rem;
  display: block;
  border-top: 1px dashed #fff;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 835px) {
  .header-message-btn-link:hover {
    background-color: #7EC022;
  }
}
.header-message-tel {
  margin: 0.4rem 3.1rem 0 0;
  line-height: 1;
}
.header-message-tel-link {
  display: block;
  font-size: 3.6rem;
  font-family: "Hepta Slab", serif;
}
.header-message-tel-link img {
  margin: -0.6rem 0.2rem 0 0;
  width: 3.7rem;
  display: inline-block;
  vertical-align: middle;
}
.header-message-tel-txt {
  margin-bottom: 0.7rem;
  color: #0091d3;
  display: block;
  font-size: 1.3rem;
}
.header-hum {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8.1rem;
  height: 8rem;
  aspect-ratio: 1/1;
  background-color: #0c71aa;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .header-hum {
    margin-left: auto;
    position: fixed;
    width: 6.5rem;
    height: 6.5rem;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 835px) {
  .header-hum:hover {
    background-color: #539FC6;
  }
}
.header-hum::after {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  color: #FFF;
  font-family: "Hepta Slab", serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.044rem;
  transform: translateX(-50%);
  white-space: nowrap;
  content: "MENU";
}
@media screen and (max-width: 834px) {
  .header-hum::after {
    bottom: 0.8rem;
  }
}
.header-hum-icon {
  position: relative;
  width: 2.2rem;
  margin-bottom: 1.2rem;
  height: 1.3rem;
}
.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 #FFF;
  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: 50%;
}
.header-hum-icon span:nth-child(3) {
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .header-hum-icon {
    margin-bottom: 0.3rem;
  }
}
.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-fix {
  padding: 0 8rem 0 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  transition: 0.3s;
}
.header-fix.fixed {
  transform: translateY(0);
}
.header-fix .header-right {
  margin-top: 0;
}
.header-fix .header-message-tel {
  margin: 1.2rem 1.9rem 0 0;
}
.header-fix .header-message-tel-txt {
  margin-bottom: 1.1rem;
  font-size: 1.3rem;
}
.header-fix .header-message-tel-link {
  font-size: 3rem;
  letter-spacing: 0.03em;
}
.header-fix .header-message-btn-link {
  padding-top: 1.4rem;
  width: 17.6rem;
  height: 8rem;
  border-radius: 0;
}
.header-fix .header-logo {
  margin: 1.7rem 0 0 2rem;
  width: 20rem;
}
@media screen and (max-width: 834px) {
  .header-fix {
    height: 6.5rem;
  }
  .header-fix .header-logo {
    margin: 1.2rem 0 0 1.9rem;
  }
}

.home .header-fix {
  transform: translateY(-100%);
}
.home .header-fix.fixed {
  transform: translateY(0);
}

.fixed .header-fix {
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  .fixed .header-fix {
    transform: translateY(0);
  }
}

.menu-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: #F9F6EE;
  z-index: 99;
  display: none;
}
.menu-box .content {
  max-width: 100rem;
}
.menu-box-inner {
  padding: 21.2rem 0;
}
.menu-box .head-line06 {
  margin-bottom: 2.6rem;
  color: #0091d3;
  font-size: 1.5rem;
}
.menu-box .head-line06::after {
  margin-top: -0.1rem;
  background-color: #0091d3;
}
@media screen and (max-width: 834px) {
  .menu-box .head-line06::after {
    margin-top: 0.1rem;
  }
}
.menu-box * + .head-line06 {
  margin-top: 3.8rem;
}
@media screen and (max-width: 834px) {
  .menu-box-inner {
    padding: 8.6rem 0;
  }
  .menu-box .head-line06 {
    margin-bottom: 1.2rem;
  }
  .menu-box * + .head-line06 {
    margin-top: 1.6rem;
  }
  .menu-box .com-button06 {
    padding-top: 0.6rem;
    gap: 1rem 0;
    margin: 0 0.2rem 0 0.1rem;
  }
  .menu-box .com-button07 {
    padding-top: 0.6rem;
  }
}
@media screen and (min-width: 835px) {
  .menu-box .com-button05 {
    gap: 1.5rem;
    justify-content: flex-start;
  }
  .menu-box .com-button05-item {
    width: calc((100% - 6rem) / 5);
  }
}
.menu-box .com-button05-link {
  padding: 0 3.3rem 0 2.4rem;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #0091d3;
  letter-spacing: 0.08em;
}
.menu-box .com-button05-link::after {
  right: 1.7rem;
  background-image: url("assets/img/icon21.png");
}
@media screen and (min-width: 835px) {
  .menu-box .com-button05-link:hover {
    border-color: #0c71aa;
    background-color: #0c71aa;
  }
}
@media screen and (max-width: 834px) {
  .menu-box .com-button05 {
    margin: 0 0.5rem 0 0.1rem;
    gap: 1rem 0;
  }
  .menu-box .com-button05-item {
    width: calc(50% - 0.5rem);
  }
  .menu-box .com-button05-link {
    height: 4.8rem;
    padding: 0 2.6rem 0 1.4rem;
    justify-content: flex-start;
  }
  .menu-box .com-button05-link::after {
    right: 0.7rem;
  }
}

.home .footer {
  margin-top: 12.2rem;
}
@media screen and (max-width: 834px) {
  .home .footer {
    margin-top: 4.7rem;
  }
}

.footer .information {
  padding: 10.3rem 0 10.1rem;
}
.footer .information .content {
  padding-left: 0;
}
.footer .information .head-line03 {
  margin-bottom: 2.2rem;
  color: #0091d3;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .footer .information-top {
    margin-bottom: 0.9rem;
    display: flex;
    justify-content: space-between;
  }
  .footer .information-top-logo {
    margin-top: -0.4rem;
    width: 38.6rem;
  }
  .footer .information-top-right {
    width: 33.7rem;
  }
  .footer .information-inner-left {
    width: 57.2rem;
  }
  .footer .information-list {
    margin: 0 0 1.4rem;
  }
  .footer .information-table table th {
    width: 40.3%;
  }
  .footer .information .com-button02 {
    margin-top: 2.7rem;
  }
  .footer .information .com-button02-link {
    width: 38rem;
  }
}
@media screen and (max-width: 834px) {
  .footer .information {
    padding: 3.9rem 0 4.1rem;
  }
  .footer .information-top-logo {
    width: 25rem;
    margin-bottom: 2.2rem;
  }
  .footer .information .head-line03 {
    margin-bottom: 2.7rem;
    font-size: 1.3rem;
  }
}
.footer .information-map {
  padding: 2rem 2rem;
  margin-top: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer .information-map-image {
  width: 55.5rem;
}
.footer .information-map-image img {
  width: 100%;
  border-radius: 1rem;
}
.footer .information-map-right {
  flex: 1;
  margin: 5.6rem 0 0 5rem;
}
.footer .information-map .head-line03 {
  margin-bottom: 2.2rem;
}
.footer .information-map .com-txt {
  margin-bottom: 2rem;
  letter-spacing: 0.08em;
}
.footer .information-map-list {
  border-top: 1px dotted #ADAFB5;
  line-height: 1.5;
  font-size: 1.8rem;
}
.footer .information-map-list-item {
  padding: 1.2rem 0.5rem;
  border-bottom: 1px dotted #ADAFB5;
  display: flex;
}
.footer .information-map-list-icon {
  margin: 0.2rem 1.4rem 0 0;
  width: 2.2rem;
}
.footer .information-map-list-txt {
  margin-top: -0.1rem;
  flex: 1;
}
.footer .information-map .com-button {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .footer .information-map {
    margin: 3rem -1.2rem 0;
    padding: 1rem;
    display: block;
  }
  .footer .information-map-image {
    width: auto;
    margin-bottom: 2.2rem;
  }
  .footer .information-map-right {
    margin: 0;
  }
  .footer .information-map .head-line03 {
    margin-bottom: 1.5rem;
  }
  .footer .information-map .com-txt {
    margin-bottom: 1.4rem;
  }
  .footer .information-map-list {
    font-size: 1.6rem;
  }
  .footer .information-map-list-item {
    padding: 0.8rem 0.5rem;
  }
  .footer .information-map-list-icon {
    margin: 0.2rem 1.4rem 0 0;
    width: 2.2rem;
  }
  .footer .information-map-list-txt {
    margin-top: -0.1rem;
  }
  .footer .information-map .com-button {
    margin-top: 1.5rem;
  }
  .footer .information-map .com-button-link {
    width: 16.8rem;
  }
}
.footer .foot-btm {
  color: #FFF;
  background-color: #0091d3;
  padding: 9.4rem 0 10rem;
}
@media screen and (max-width: 834px) {
  .footer .foot-btm {
    padding: 3.5rem 0 10rem;
  }
}
.footer .f-imgbox {
  margin: 0 -0.5rem 2.5rem;
}
.footer .f-imgbox-link {
  color: #303030;
  border-radius: 2.5rem;
  border: 0.5rem solid #fdd29e;
  background: #FFF;
  display: block;
}
@media screen and (min-width: 835px) {
  .footer .f-imgbox-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .f-imgbox-link:hover {
    opacity: 0.9;
  }
}
.footer .f-imgbox__photo {
  position: relative;
}
.footer .f-imgbox__photo img {
  width: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 834px) {
  .footer .f-imgbox__photo img.pc {
    display: none;
  }
  .footer .f-imgbox__photo img.sp {
    display: block;
  }
}
.footer .f-imgbox__photo .txt {
  position: absolute;
  right: 1rem;
  bottom: -0.5rem;
  color: #fdd29e;
  font-family: "Hepta Slab", serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 0.8;
}
@media screen and (max-width: 834px) {
  .footer .f-imgbox__photo .txt {
    display: none;
  }
}
.footer .f-imgbox__text {
  padding: 1rem 3rem;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .footer .f-imgbox__text {
    padding: 1rem 3rem 3.5rem;
  }
}
.footer .f-imgbox__text .head {
  margin-bottom: 2.7rem;
  font-size: 1.9rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .footer .f-imgbox__text .head {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
  }
}
.footer .f-imgbox__text .title {
  padding: 0.4rem 0 0.7rem;
  color: #f08300;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.375rem;
  font-feature-settings: "palt";
  border-top: 2px dotted currentColor;
  border-bottom: 2px dotted currentColor;
}
@media screen and (max-width: 834px) {
  .footer .f-imgbox__text .title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 835px) {
  .footer .f-imgbox {
    margin-bottom: 3.5rem;
  }
  .footer .f-imgbox__photo {
    width: calc(100% - 35.4rem);
  }
  .footer .f-imgbox__text {
    width: 34rem;
    flex-shrink: 0;
  }
}
.footer .f-sns {
  margin: 0 auto 10rem;
}
.footer .f-sns-link {
  padding: 1.4rem 1.5rem 1.5rem;
  border-radius: 2rem;
}
.footer .f-sns .img {
  width: 6rem;
  margin: 0 auto 0.5rem;
}
.footer .f-sns .en-head {
  font-family: "Hepta Slab", serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.footer .f-sns .list {
  margin-left: -2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .f-sns .list li {
  width: calc((100% - 3rem) / 4);
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.footer .f-sns .list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.5rem solid #303030;
  border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .footer .f-sns {
    margin-bottom: 3rem;
  }
  .footer .f-sns .f-imgbox__text {
    padding: 0rem 0 0;
  }
  .footer .f-sns .img {
    margin-bottom: 0.1rem;
  }
  .footer .f-sns .en-head {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
  }
  .footer .f-sns .list {
    margin: 0.9rem 0.2rem 0 0;
    gap: 1rem;
  }
  .footer .f-sns .list li {
    width: calc(50% - 0.5rem);
  }
}
.footer .f-navi {
  margin-bottom: 2rem;
}
@media screen and (min-width: 835px) {
  .footer .f-navi {
    margin-bottom: 4.2rem;
    display: flex;
    gap: 4rem;
    justify-content: space-between;
  }
  .footer .f-navi__sub {
    width: calc((80% - 4rem) / 2);
  }
  .footer .f-navi__sub:first-child {
    width: 18.5%;
  }
}
@media screen and (max-width: 834px) {
  .footer .f-navi {
    letter-spacing: 0.05em;
  }
}
.footer .f-navi__sub {
  padding-left: 1.8rem;
  border-left: 2px dotted #fdd29e;
}
@media screen and (max-width: 834px) {
  .footer .f-navi__sub {
    margin-bottom: 2.5rem;
    padding-left: 0.8rem;
  }
  .footer .f-navi__sub .navi-list01 {
    gap: 0;
    -moz-columns: 2;
         columns: 2;
  }
}
.footer .f-navi__sub .title {
  margin-bottom: 2.1rem;
  color: #fdd29e;
  line-height: 1.2;
  font-family: "Hepta Slab", serif;
}
@media screen and (max-width: 834px) {
  .footer .f-navi__sub .title {
    margin-bottom: 1.6rem;
  }
}
.footer .f-navi__sub .navi-list li:not(:last-child) {
  margin-bottom: 1.55rem;
}
@media screen and (max-width: 834px) {
  .footer .f-navi__sub .navi-list li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.footer .f-navi__sub .navi-list a {
  font-weight: 600;
}
@media screen and (min-width: 835px) {
  .footer .f-navi__sub .navi-list a:hover {
    color: #fdd29e;
  }
}
@media screen and (max-width: 834px) {
  .footer .f-navi__sub .navi-list a {
    font-weight: 400;
  }
}
.footer .f-navi__sub .navi-list.colum2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .f-navi__sub .navi-list.colum2 > li {
  width: 50%;
}
.footer .f-banner {
  margin: 0 0 4rem;
}
@media screen and (min-width: 835px) {
  .footer .f-banner {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer .f-banner li {
    width: calc((100% - 2.4rem) / 4);
    max-width: 27.1rem;
  }
}
@media screen and (max-width: 834px) {
  .footer .f-banner li {
    margin-bottom: 0.8rem;
  }
  .footer .f-banner li:last-child {
    margin-bottom: 0;
  }
}
.footer .f-banner li img {
  width: 100%;
  vertical-align: top;
}
.footer .f-banner li a {
  display: block;
  position: relative;
}
.footer .f-banner li a .txt {
  position: absolute;
  font-size: 2rem;
  left: 0;
  width: 100%;
  top: 50%;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .footer .f-banner li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 834px) {
  .footer .f-banner {
    margin-bottom: 2.8rem;
  }
}
.footer .f_address {
  margin-bottom: 2.2rem;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .footer .f_address {
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: 0.09rem;
    line-height: 2;
  }
}
.footer .copyright {
  text-align: right;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .footer .copyright {
    letter-spacing: 0.09rem;
  }
}

.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 #0091d3;
    background: #FFF;
    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 #0091d3;
    background: #FFF;
    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;
}