@charset "UTF-8";
/*
Theme Name: 
Description: カラーパターン1（デフォルト：ブルーグレー）
Color Pattern: color1
Pattern Name: パターン1（ブルーグレー）
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          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.6rem;
  color: #343330;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    overflow-x: hidden;
    width: 100%;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

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

strong {
  color: #2793EA;
}
strong._sub {
  color: #8a6333;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #dbeaf7));
  background: linear-gradient(to bottom, transparent 50%, #dbeaf7 50%);
}
mark._sub {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #DAC7AF));
  background: linear-gradient(to bottom, transparent 50%, #DAC7AF 50%);
}

.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;
}

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

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;
}

@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;
}

@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;
  }
}

.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: #DDDDDC !important;
}
.color_bg-main-light {
  background-color: #DAC7AF !important;
}
.color_bg-main-dark {
  background-color: #B28247 !important;
}
.color_bg-sub {
  background-color: #406C30 !important;
}
.color_bg-sub-light {
  background-color: #f5e6c9 !important;
}
.color_bg-sub-dark {
  background-color: #8a6333 !important;
}
.color_bg-sub2 {
  background-color: #D8E66B !important;
}
.color_bg-sub2-light {
  background-color: #92bac4 !important;
}
.color_bg-sub2-dark {
  background-color: #123138 !important;
}
.color_bg-gray-white {
  background-color: #f5f5f5 !important;
}
.color_bg-gray-light {
  background-color: #F5F5F5 !important;
}
.color_bg-gray {
  background-color: #B5B2AD !important;
}
.color_bg-gray-dark {
  background-color: #64625A !important;
}
.color_bg-gray-black {
  background-color: #343330 !important;
}
.color_bg-white {
  background-color: #FFFFFF !important;
}
.color_bg-line {
  background-color: #2db530 !important;
}
.color_bg-image_repeat {
  background-image: url(./assets/img/bg_page.png);
  background-size: 50px 50px;
  background-position: center;
  background-repeat: repeat;
}
.color_bg-image_whole {
  background-image: url(./assets/img/bg_page_whole.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.color_text-main {
  color: #DDDDDC !important;
}
.color_text-main-light {
  color: #DAC7AF !important;
}
.color_text-main-dark {
  color: #B28247 !important;
}
.color_text-sub {
  color: #406C30 !important;
}
.color_text-sub-light {
  color: #f5e6c9 !important;
}
.color_text-sub-dark {
  color: #8a6333 !important;
}
.color_text-sub2 {
  color: #D8E66B !important;
}
.color_text-sub2-light {
  color: #92bac4 !important;
}
.color_text-sub2-dark {
  color: #123138 !important;
}
.color_text-gray-white {
  color: #f5f5f5 !important;
}
.color_text-gray-light {
  color: #F5F5F5 !important;
}
.color_text-gray {
  color: #B5B2AD !important;
}
.color_text-gray-dark {
  color: #64625A !important;
}
.color_text-gray-black {
  color: #343330 !important;
}
.color_text-white {
  color: #FFFFFF !important;
}
.color_text-link {
  color: #2DABF1 !important;
}
.color_text-error {
  color: #ea6565 !important;
}
.color_text-line {
  color: #2db530 !important;
}

.font-jp-p {
  font-family: "Noto Sans JP", sans-serif !important;
}
.font-jp-s {
  font-family: "Noto Serif JP", serif !important;
}
.font-en {
  font-family: "Reddit Sans", sans-serif !important;
}

.lh10 {
  line-height: 1 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh16 {
  line-height: 1.6 !important;
}
.lh17 {
  line-height: 1.7 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
.lh19 {
  line-height: 1.9 !important;
}
.lh20 {
  line-height: 2 !important;
}
.lh21 {
  line-height: 2.1 !important;
}
.lh22 {
  line-height: 2.2 !important;
}
.lh23 {
  line-height: 2.3 !important;
}
.lh24 {
  line-height: 2.4 !important;
}
.lh25 {
  line-height: 2.5 !important;
}
.lh26 {
  line-height: 2.6 !important;
}
.lh27 {
  line-height: 2.7 !important;
}
.lh28 {
  line-height: 2.8 !important;
}
.lh29 {
  line-height: 2.9 !important;
}
.lh30 {
  line-height: 3 !important;
}

@media screen and (max-width: 834px) {
  .sp_lh10 {
    line-height: 1 !important;
  }
  .sp_lh11 {
    line-height: 1.1 !important;
  }
  .sp_lh12 {
    line-height: 1.2 !important;
  }
  .sp_lh13 {
    line-height: 1.3 !important;
  }
  .sp_lh14 {
    line-height: 1.4 !important;
  }
  .sp_lh15 {
    line-height: 1.5 !important;
  }
  .sp_lh16 {
    line-height: 1.6 !important;
  }
  .sp_lh17 {
    line-height: 1.7 !important;
  }
  .sp_lh18 {
    line-height: 1.8 !important;
  }
  .sp_lh19 {
    line-height: 1.9 !important;
  }
  .sp_lh20 {
    line-height: 2 !important;
  }
  .sp_lh21 {
    line-height: 2.1 !important;
  }
  .sp_lh22 {
    line-height: 2.2 !important;
  }
  .sp_lh23 {
    line-height: 2.3 !important;
  }
  .sp_lh24 {
    line-height: 2.4 !important;
  }
  .sp_lh25 {
    line-height: 2.5 !important;
  }
  .sp_lh26 {
    line-height: 2.6 !important;
  }
  .sp_lh27 {
    line-height: 2.7 !important;
  }
  .sp_lh28 {
    line-height: 2.8 !important;
  }
  .sp_lh29 {
    line-height: 2.9 !important;
  }
  .sp_lh30 {
    line-height: 3 !important;
  }
}

.fs10 {
  font-size: 1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs20 {
  font-size: 2rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs38 {
  font-size: 3.8rem !important;
}
.fs40 {
  font-size: 4rem !important;
}
.fs42 {
  font-size: 4.2rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs46 {
  font-size: 4.6rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
.fs50 {
  font-size: 5rem !important;
}

@media screen and (max-width: 834px) {
  .sp_fs10 {
    font-size: 1rem !important;
  }
  .sp_fs12 {
    font-size: 1.2rem !important;
  }
  .sp_fs14 {
    font-size: 1.4rem !important;
  }
  .sp_fs16 {
    font-size: 1.6rem !important;
  }
  .sp_fs18 {
    font-size: 1.8rem !important;
  }
  .sp_fs20 {
    font-size: 2rem !important;
  }
  .sp_fs22 {
    font-size: 2.2rem !important;
  }
  .sp_fs24 {
    font-size: 2.4rem !important;
  }
  .sp_fs26 {
    font-size: 2.6rem !important;
  }
  .sp_fs28 {
    font-size: 2.8rem !important;
  }
  .sp_fs30 {
    font-size: 3rem !important;
  }
  .sp_fs32 {
    font-size: 3.2rem !important;
  }
  .sp_fs34 {
    font-size: 3.4rem !important;
  }
  .sp_fs36 {
    font-size: 3.6rem !important;
  }
  .sp_fs38 {
    font-size: 3.8rem !important;
  }
  .sp_fs40 {
    font-size: 4rem !important;
  }
  .sp_fs42 {
    font-size: 4.2rem !important;
  }
  .sp_fs44 {
    font-size: 4.4rem !important;
  }
  .sp_fs46 {
    font-size: 4.6rem !important;
  }
  .sp_fs48 {
    font-size: 4.8rem !important;
  }
  .sp_fs50 {
    font-size: 5rem !important;
  }
}

.fw300 {
  font-weight: 300 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw700 {
  font-weight: 700 !important;
}

@-webkit-keyframes moveLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.anim-fadeIn-1 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-fadeIn-1.in-view {
  opacity: 1;
}

.anim-slideIn-l-1 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-l-1.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-1 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-r-1.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-1 {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-t-1.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-1 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-b-1.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-1 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-scaleIn-1.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-2 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-fadeIn-2.in-view {
  opacity: 1;
}

.anim-slideIn-l-2 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-l-2.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-2 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-r-2.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-2 {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-t-2.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-b-2.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-2 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-scaleIn-2.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-3 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-fadeIn-3.in-view {
  opacity: 1;
}

.anim-slideIn-l-3 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-l-3.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-3 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-r-3.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-3 {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-t-3.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-3 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-b-3.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-3 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-scaleIn-3.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-4 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-fadeIn-4.in-view {
  opacity: 1;
}

.anim-slideIn-l-4 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-l-4.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-4 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-r-4.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-4 {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-t-4.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-4 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-b-4.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-4 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-scaleIn-4.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-5 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-fadeIn-5.in-view {
  opacity: 1;
}

.anim-slideIn-l-5 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-l-5.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-5 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-r-5.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-5 {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-t-5.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-5 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-b-5.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-5 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-scaleIn-5.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-6 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-fadeIn-6.in-view {
  opacity: 1;
}

.anim-slideIn-l-6 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-l-6.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-6 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-r-6.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-6 {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-t-6.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-6 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-b-6.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-6 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-scaleIn-6.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-1-long {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-fadeIn-1-long.in-view {
  opacity: 1;
}

.anim-slideIn-l-1-long {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-l-1-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-1-long {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-r-1-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-1-long {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-t-1-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-1-long {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-slideIn-b-1-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-1-long {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.anim-scaleIn-1-long.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-2-long {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-fadeIn-2-long.in-view {
  opacity: 1;
}

.anim-slideIn-l-2-long {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-l-2-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-2-long {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-r-2-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-2-long {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-t-2-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-2-long {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-slideIn-b-2-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-2-long {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.anim-scaleIn-2-long.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-3-long {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-fadeIn-3-long.in-view {
  opacity: 1;
}

.anim-slideIn-l-3-long {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-l-3-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-3-long {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-r-3-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-3-long {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-t-3-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-3-long {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-slideIn-b-3-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-3-long {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anim-scaleIn-3-long.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-4-long {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-fadeIn-4-long.in-view {
  opacity: 1;
}

.anim-slideIn-l-4-long {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-l-4-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-4-long {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-r-4-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-4-long {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-t-4-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-4-long {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-slideIn-b-4-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-4-long {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.anim-scaleIn-4-long.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-5-long {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-fadeIn-5-long.in-view {
  opacity: 1;
}

.anim-slideIn-l-5-long {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-l-5-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-5-long {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-r-5-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-5-long {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-t-5-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-5-long {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-slideIn-b-5-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-5-long {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anim-scaleIn-5-long.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anim-fadeIn-6-long {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-fadeIn-6-long.in-view {
  opacity: 1;
}

.anim-slideIn-l-6-long {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-l-6-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-r-6-long {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-r-6-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-t-6-long {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-t-6-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-slideIn-b-6-long {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-slideIn-b-6-long.in-view {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim-scaleIn-6-long {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.anim-scaleIn-6-long.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.parts-color-item-btn.js-get-color.js-animation-demo-btn {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  background-color: #DDDDDC;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
}
.parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-1.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-2.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-3.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-4.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-5.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-6.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-1-long.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-2-long.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-3-long.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-4-long.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-5-long.in-view, .parts-color-item-btn.js-get-color.js-animation-demo-btn.anim-fadeIn-6-long.in-view {
  -webkit-animation: demoFadeIn 5s ease-out infinite;
          animation: demoFadeIn 5s ease-out infinite;
}
.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*=anim-slideIn-l].in-view {
  -webkit-animation: demoSlideLeft 5s ease-out infinite;
          animation: demoSlideLeft 5s ease-out infinite;
}
.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*=anim-slideIn-r].in-view {
  -webkit-animation: demoSlideRight 5s ease-out infinite;
          animation: demoSlideRight 5s ease-out infinite;
}
.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*=anim-slideIn-t].in-view {
  -webkit-animation: demoSlideTop 5s ease-out infinite;
          animation: demoSlideTop 5s ease-out infinite;
}
.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*=anim-slideIn-b].in-view {
  -webkit-animation: demoSlideBottom 5s ease-out infinite;
          animation: demoSlideBottom 5s ease-out infinite;
}
.parts-color-item-btn.js-get-color.js-animation-demo-btn[class*=anim-scaleIn].in-view {
  -webkit-animation: demoScale 5s ease-out infinite;
          animation: demoScale 5s ease-out infinite;
}

@-webkit-keyframes demoFadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes demoFadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes demoSlideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes demoSlideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes demoSlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes demoSlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes demoSlideTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes demoSlideTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes demoSlideBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes demoSlideBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes demoScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes demoScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.com-topic_path {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.com-topic_path ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.com-topic_path ul li,
.com-topic_path ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  color: #B5B2AD;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.com-topic_path ul li {
  position: relative;
  gap: 10px;
}
.com-topic_path ul li .icon_arrow {
  width: 7px;
  height: 10px;
  fill: #2793EA;
}
.com-topic_path ul a {
  -webkit-transition: opacity 0.3s;
  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: #2793EA;
}
.com-topic_path-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 16px 20px;
  overflow-x: auto;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-topic_path-wrap {
    padding: 10px 20px;
  }
}
.com-section {
  padding: 90px 0 90px;
}
@media screen and (max-width: 834px) {
  .com-section {
    padding: 50px 0 50px;
  }
}
.com-spacer-section {
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .com-spacer-section {
    margin-bottom: 50px;
  }
}
.com-spacer-large {
  margin-bottom: 60px;
}
.com-spacer-medium {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .com-spacer-medium {
    margin-bottom: 20px;
  }
}
.com-spacer-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .com-spacer-small {
    margin-bottom: 10px;
  }
}
.com-spacer-xsmall {
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .com-spacer-xsmall {
    margin-bottom: 10px;
  }
}
.com-spacer-xxsmall {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .com-spacer-xxsmall {
    margin-bottom: 5px;
  }
}
.com-contentWidth {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .com-contentWidth {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.com-contentWidth.__1150 {
  max-width: 1250px;
}
.com-contentWidth.__1200 {
  max-width: 1300px;
}
.com-contentWidth.__1400 {
  max-width: 1500px;
}
.com-bgc-white {
  background-color: #FFFFFF;
}
.com-bgc-main {
  background-color: #2793EA;
}
.com-bgc-main-light {
  background-color: #DAC7AF;
}
.com-bgc-sub {
  background-color: #406C30;
}
.com-bgc-gray-light {
  background-color: #F5F5F5;
}
.com-bgc-gray-white {
  background-color: #f5f5f5;
}
.com-c-white {
  color: #FFFFFF;
}
.com-h1 {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", 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: #2793EA;
}
.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.4rem;
  line-height: 1.45;
  text-align: center;
  color: #2793EA;
  background-color: rgba(149, 201, 243, 0.3);
  border-top: 2px solid #2793EA;
  border-bottom: 2px solid #2793EA;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .com-h2 {
    font-size: 1.8rem;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.com-h2-top {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-weight: 500;
  padding: 60px 0;
  margin: 0 auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #2793EA;
  letter-spacing: 0.15em;
  isolation: isolate;
}
@media screen and (max-width: 834px) {
  .com-h2-top {
    padding: 52px 0;
    font-size: 2.2rem;
  }
}
.com-h2-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 170px;
  background-image: url(assets/img/h2-top-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .com-h2-top::before {
    width: 80px;
    height: 136px;
  }
}
@media screen and (max-width: 834px) {
  .com-h2-top {
    font-size: 2.5rem;
  }
}
.com-h2-top span {
  color: #947124;
}
.com-h2-top-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}
.com-h3 {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #2793EA;
  padding: 5px 0 5px 15px;
  margin-bottom: 10px;
  border-left: 2px solid #2793EA;
}
@media screen and (max-width: 834px) {
  .com-h3 {
    font-size: 1.8rem;
  }
}
.com-h3.com-underline {
  border-bottom: 1px solid #2793EA;
  border-left: none;
  padding: 0 0 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .com-h3.com-underline {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.com-h3._no-leftline {
  border-left: none;
  padding: 0;
}
.com-h4 {
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 500;
  color: #64625A;
}
.com-h4-dot {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #2793EA;
}
.com-h4-dot:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #2793EA;
  border-radius: 50%;
}
.com-h4-icon {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #343330;
}
@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: #2793EA;
}
@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;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .com-accent-jp {
    font-size: 2rem;
  }
}
.com-accent-jp-l, .com-accent-jp-large {
  font-size: 7rem;
  line-height: 1.45;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-l, .com-accent-jp-large {
    font-size: 4rem;
  }
}
.com-accent-jp-lm {
  font-size: 5.2rem;
  line-height: 1.45;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-lm {
    font-size: 3.6rem;
  }
}
.com-accent-jp-m, .com-accent-jp-medium {
  font-size: 3.6rem;
  line-height: 1.45;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-m, .com-accent-jp-medium {
    font-size: 3.2rem;
  }
}
.com-accent-jp-ms {
  font-size: 2.8rem;
  line-height: 1.45;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-ms {
    font-size: 2.5rem;
  }
}
.com-accent-jp-s, .com-accent-jp-small {
  font-size: 2.2rem;
  line-height: 1.45;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-jp-s, .com-accent-jp-small {
    font-size: 1.8rem;
  }
}
.com-accent-en-l, .com-accent-en-large {
  font-family: "Reddit Sans", sans-serif;
  font-size: 8rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-en-l, .com-accent-en-large {
    font-size: 5rem;
  }
}
.com-accent-en-lm {
  font-family: "Reddit Sans", sans-serif;
  font-size: 6rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-en-lm {
    font-size: 4.2rem;
  }
}
.com-accent-en-m, .com-accent-en-medium {
  font-family: "Reddit Sans", sans-serif;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-en-m, .com-accent-en-medium {
    font-size: 3.5rem;
  }
}
.com-accent-en-ms {
  font-family: "Reddit Sans", sans-serif;
  font-size: 3.2rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-en-ms {
    font-size: 2.8rem;
  }
}
.com-accent-en-s, .com-accent-en-small {
  font-family: "Reddit Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-accent-en-s, .com-accent-en-small {
    font-size: 2rem;
  }
}
.com-index {
  padding: 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #2793EA;
}
.com-index-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #d1cdc7;
}
.com-index-list-item-link-icon {
  width: 25px;
  height: 25px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  fill: #2793EA;
}
.com-index-list-item-link:hover .com-index-list-item-link-icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 834px) {
  .com-index-list-item-link:hover .com-index-list-item-link-icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.com-img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.com-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .com-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.com-col2._gap_40 {
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .com-col2._gap_40 {
    gap: 20px;
  }
}
.com-col2._gap_40 .com-col2-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 834px) {
  .com-col2._gap_40 .com-col2-item {
    width: 100%;
  }
}
.com-col2-item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 834px) {
  .com-col2-item {
    width: 100%;
  }
}
.com-col2._circle img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .com-col2._circle img {
    width: 170px;
    height: 170px;
  }
}
.com-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .com-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.com-col3._gap_40 {
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .com-col3._gap_40 {
    gap: 20px;
  }
}
.com-col3-item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 834px) {
  .com-col3-item {
    width: 100%;
  }
}
.com-col3._circle img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: auto;
  margin-left: auto;
}
.com-col4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.com-col4-item {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}
.com-col4-item-underline {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B28247;
  text-align: center;
}
.com-col4-item-underline::after {
  content: "";
  position: absolute;
  background-color: #DAC7AF;
  top: 0;
  height: 1px;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width ease 0.3s;
  transition: width ease 0.3s;
}
@media screen and (min-width: 835px) {
  .com-col4-item:hover .com-col4-item-underline::after {
    width: 100%;
    -webkit-transition: width ease 0.3s;
    transition: width ease 0.3s;
  }
}
.com-col4-item-text {
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 809px) {
  .com-col4-item-text {
    font-size: 1.6rem;
  }
}
.com-col4-item._no-hover:hover .com-col4-item-underline::after {
  width: 0;
}
.com-col-img_right {
  display: grid;
  grid-template-columns: 1fr calc(38% + 60px);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 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: 100%;
  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_right._md {
  grid-template-columns: calc(50% - 60px) 1fr;
}
@media screen and (max-width: 834px) {
  .com-col-img_right._md {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.com-col-img_right._lg {
  grid-template-columns: calc(30% + 60px) 1fr;
}
@media screen and (max-width: 834px) {
  .com-col-img_right._lg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.com-col-img_left {
  display: grid;
  grid-template-columns: calc(38% + 60px) 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  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: 100%;
  -ms-flex-negative: 0;
      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-col-img_left._md {
  grid-template-columns: 1fr calc(50% - 60px);
}
@media screen and (max-width: 834px) {
  .com-col-img_left._md {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.com-col-img_left._lg {
  grid-template-columns: 1fr calc(30% + 60px);
}
@media screen and (max-width: 834px) {
  .com-col-img_left._lg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.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.6em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #2793EA;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: #2793EA;
  -ms-flex-negative: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}
.com-ul-check_02 > li:last-child {
  margin-bottom: 0;
}
.com-ul-check_02 > li p {
  padding: 5px 0 0 56px;
}
@media screen and (max-width: 834px) {
  .com-ul-check_02 > li p {
    padding: 10px 10px 0 20px;
  }
}
.com-ul-check_02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .com-ul-check_02-item {
    gap: 10px;
  }
}
.com-ul-check_02-item-icon {
  position: relative;
  top: 0.1em;
  padding: 0.2em;
  width: 40px;
  height: 40px;
  background-color: #dbeaf7;
  border-radius: 50%;
  padding: 8px 0 0 8px;
  fill: #2793EA;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .com-ul-check_02-item-icon {
    width: 32px;
    height: 32px;
    padding: 4px 0 0 4px;
  }
}
.com-ul-check_02-item .com-h3 {
  padding-top: 4px;
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 834px) {
  .com-ul-check_02-item .com-h3 {
    padding-top: 3px;
    margin-bottom: 0;
  }
}
.com-ul-check_02-item .com-h4 {
  padding-top: 5px;
}
.com-ul-check_02._white .com-ul-check_02-item-icon {
  background-color: #FFFFFF;
}
.com-ul-check_03 {
  margin-bottom: 30px;
}
.com-ul-check_03:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-check_03 {
    margin-bottom: 20px;
  }
}
.com-ul-check_03 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}
.com-ul-check_03 > li:last-child {
  margin-bottom: 0;
}
.com-ul-check_03 > li p {
  padding-left: 5px;
  margin: auto 0;
}
@media screen and (max-width: 834px) {
  .com-ul-check_03 > li p {
    padding: 0;
  }
}
.com-ul-check_03-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .com-ul-check_03-item {
    gap: 10px;
  }
}
.com-ul-check_03-item-icon {
  position: relative;
  top: 0.1em;
  padding: 0.2em;
  width: 40px;
  height: 40px;
  background-color: #dbeaf7;
  border-radius: 50%;
  padding: 8px 0 0 8px;
  fill: #2793EA;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .com-ul-check_03-item-icon {
    width: 32px;
    height: 32px;
    padding: 4px 0 0 4px;
  }
}
.com-ul-check_03._white .com-ul-check_03-item-icon {
  background-color: #FFFFFF;
}
.com-ul-num01 {
  margin-bottom: 30px;
}
.com-ul-num01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-num01 {
    margin-bottom: 20px;
  }
}
.com-ul-num01 > li {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
}
.com-ul-num01 > li:last-child {
  margin-bottom: 0;
}
.com-ul-num01 > li {
  counter-increment: li;
}
.com-ul-num01 > li:before {
  content: counter(li);
  position: absolute;
  top: 0.2rem;
  left: 1.45rem;
  color: #2793EA;
  font-weight: 700;
  line-height: 1.45;
  padding-top: 4px;
  font-size: 2rem;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .com-ul-num01 > li:before {
    font-size: 1.8rem;
    left: 0;
    width: 37px;
    text-align: center;
  }
}
.com-ul-num01 > li:after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #dbeaf7;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .com-ul-num01 > li:after {
    width: 32px;
    height: 32px;
    padding: 4px 0 0 4px;
  }
}
.com-ul-num01 > li .com-h3 {
  padding: 4px 0 0 56px;
  border-left: none;
}
@media screen and (max-width: 834px) {
  .com-ul-num01 > li .com-h3 {
    padding-top: 7px;
    padding-left: 50px;
  }
}
.com-ul-num01 > li .com-h4 {
  padding: 7px 0 0 56px;
}
@media screen and (max-width: 834px) {
  .com-ul-num01 > li .com-h4 {
    padding-left: 50px;
  }
}
.com-ul-num01 > li p {
  padding: 5px 0 0 56px;
}
@media screen and (max-width: 834px) {
  .com-ul-num01 > li p {
    padding: 10px 10px 0 20px;
  }
}
.com-ul-num01._white > li:after {
  background-color: #FFFFFF;
}
.com-ul-num02 {
  margin-bottom: 30px;
}
.com-ul-num02:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .com-ul-num02 {
    margin-bottom: 20px;
  }
}
.com-ul-num02 > li {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
}
.com-ul-num02 > li:last-child {
  margin-bottom: 0;
}
.com-ul-num02 > li {
  counter-increment: li;
}
.com-ul-num02 > li:before {
  content: counter(li);
  position: absolute;
  top: 0.2rem;
  left: 1.45rem;
  color: #2793EA;
  font-weight: 700;
  line-height: 1.45;
  padding-top: 4px;
  font-size: 2rem;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .com-ul-num02 > li:before {
    font-size: 1.8rem;
    left: 0;
    width: 37px;
    text-align: center;
  }
}
.com-ul-num02 > li:after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #dbeaf7;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .com-ul-num02 > li:after {
    width: 32px;
    height: 32px;
    padding: 4px 0 0 4px;
  }
}
.com-ul-num02 > li p {
  padding: 5px 0 0 56px;
}
@media screen and (max-width: 834px) {
  .com-ul-num02 > li p {
    padding: 0 0 0 50px;
  }
}
.com-ul-num02._white > li:after {
  background-color: #FFFFFF;
}
.com-ul-num03 > li {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
}
.com-ul-num03 > li:last-child {
  margin-bottom: 0;
}
.com-ul-num03 > li .com-ul-num03-item-num {
  position: absolute;
  top: 0;
  left: 0;
  color: #2793EA;
  font-weight: 700;
  line-height: 1.45;
  background-color: #dbeaf7;
  border-radius: 50%;
  padding: 0;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .com-ul-num03 > li .com-ul-num03-item-num {
    width: 36px;
    height: 36px;
    min-height: auto;
    padding: 8px 0 0 1px;
    font-size: 1.8rem;
    left: 0;
    text-align: center;
    line-height: 1;
  }
}
.com-ul-num03 > li p {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 56px;
}
@media screen and (max-width: 834px) {
  .com-ul-num03 > li p {
    min-height: 36px;
    padding: 0 0 0 50px;
  }
}
.com-ul-num03._white > li .com-ul-num03-item-num {
  background-color: #FFFFFF;
}
.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;
  white-space: nowrap;
  vertical-align: top;
}
.com-info-icon {
  width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.com-info-icon + * {
  margin-top: 0;
}
.com-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .com-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .com-point-img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.com-point-text {
  width: 100%;
}
.com-point-text-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e3df;
}
@media screen and (max-width: 834px) {
  .com-point-text-head {
    margin-bottom: 20px;
  }
}
.com-point._right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .com-point._right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.com-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 40px;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .com-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
}
.com-comment-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .com-comment-img-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.com-comment-img {
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #B28247;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .com-comment-img {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.com-comment-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.com-comment-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 35px;
  height: 28px;
  background-color: #B28247;
  mask-image: url(./assets/img/arr_answer.svg);
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: contain;
  -webkit-mask-image: url(./assets/img/arr_answer.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: contain;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .com-comment-img::after {
    right: 5px;
    width: 30px;
    height: 23px;
  }
}
.com-comment-img-comment {
  color: #B28247;
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}
.com-comment-text {
  width: 100%;
}
.com-comment-text-head {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .com-comment-text-head {
    margin-bottom: 8px;
  }
}
.com-comment-text-head-title {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .com-comment-text-head-title {
    font-size: 1.8rem;
  }
}
.com-comment._right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .com-comment._right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.com-underline {
  padding-bottom: 30px;
  border-bottom: 1px dashed #B5B2AD;
  margin-bottom: 30px;
}
.com-note {
  padding-left: 15px;
  border-left: 1px solid #64625A;
}
.com-note .com-ul-note {
  color: #64625A;
  font-size: 1.4rem;
}
.com-table01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e3df;
}
.com-table01 tr {
  border-bottom: 1px solid #e6e3df;
}
.com-table01 tr:last-child {
  border-bottom: none;
}
.com-table01 th,
.com-table01 td {
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .com-table01 th,
  .com-table01 td {
    padding: 12px 18px;
    display: block;
    width: 100%;
  }
}
.com-table01 th {
  width: 34%;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .com-table01 th {
    width: 100%;
    border-bottom: none;
  }
}
.com-table01 td {
  width: 66%;
}
@media screen and (max-width: 834px) {
  .com-table01 td {
    width: 100%;
  }
}
.com-table02 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e3df;
}
@media screen and (max-width: 834px) {
  .com-table02 th,
  .com-table02 td {
    display: block;
    width: 100%;
    padding: 12px 18px;
  }
}
.com-table02 tr {
  border-bottom: 1px solid #e6e3df;
}
.com-table02 tr:last-child {
  border-bottom: none;
}
.com-table02 td:last-child {
  padding-bottom: 20px;
}
.com-table02-head {
  width: 26%;
  padding: 20px;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .com-table02-head {
    width: 100%;
    border-bottom: none;
  }
}
.com-table02-text {
  width: 48%;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .com-table02-text {
    width: 100%;
    padding-bottom: 0px;
  }
}
.com-table02-text-price {
  text-align: right;
  line-height: 1;
}
.com-table02-text-price span {
  font-family: "Reddit Sans", sans-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 20px 0;
}
.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-table03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e6e3df;
  border-left: 1px solid #e6e3df;
}
@media screen and (max-width: 834px) {
  .com-table03 th,
  .com-table03 td {
    display: block;
    width: 100%;
  }
}
.com-table03-head {
  width: 34%;
  padding: 20px;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid #e6e3df;
}
@media screen and (max-width: 834px) {
  .com-table03-head {
    width: 100%;
    border-right: 1px solid #e6e3df;
    border-bottom: none;
  }
}
.com-table03-text {
  width: 74%;
  padding: 20px;
  border-bottom: 1px solid #e6e3df;
  border-right: 1px solid #e6e3df;
}
@media screen and (max-width: 834px) {
  .com-table03-text {
    width: 100%;
  }
}
.com-table03-text-price {
  text-align: right;
  line-height: 1;
}
.com-table03-text-price span {
  font-family: "Reddit Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  padding-right: 5px;
}
@media screen and (max-width: 834px) {
  .com-table03-text-price span {
    font-size: 2rem;
  }
}
.com-flow._white .com-flow-item {
  background-color: #FFFFFF;
}
.com-flow-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .com-flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 25px;
    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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 50px;
  border-left: 2px solid #0057a1;
  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: "Reddit Sans", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  color: #0057a1;
}
@media screen and (max-width: 834px) {
  .com-flow-item-step p {
    font-size: 3.2rem;
  }
}
.com-flow-item-text {
  width: 51%;
}
@media screen and (max-width: 834px) {
  .com-flow-item-text {
    width: 100%;
  }
}
.com-flow-item-text .com-h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .com-flow-item-text .com-h3 {
    border-left: none;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .com-flow-item-text .com-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._white .com-faq-list-item-a::before {
  background-color: #FFFFFF;
}
.com-faq-list-item {
  padding: 30px;
  border-bottom: solid 1px #B5B2AD;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item {
    padding: 15px 5px;
  }
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
    min-height: 40px;
    padding-left: 50px;
  }
}
.com-faq-list-item-q::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #2793EA;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item-q::before {
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
    left: 0;
  }
}
.com-faq-list-item-a {
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item-a {
    padding-left: 50px;
  }
}
.com-faq-list-item-a::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #DDDDDC;
  font-size: 2.4rem;
  font-weight: 500;
  color: #B28247;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 834px) {
  .com-faq-list-item-a::before {
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
  }
}
.com-box01 {
  padding: 60px 50px;
  border-radius: 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .com-box01 {
    padding: 30px 15px;
  }
}
.com-box01-head {
  border-bottom: dashed 1px #B5B2AD;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .com-box01-head {
    margin-bottom: 40px;
  }
}
.com-box01-head-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.com-box01-head-icon-img {
  width: 50px;
  height: 50px;
  fill: #2793EA;
}
.com-box01-head-h2 {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  color: #B28247;
  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 #B5B2AD;
}
.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: #f5f5f5;
  border: 1px solid #F5F5F5;
  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: "Reddit Sans", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  color: #B28247;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .com-box03-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.com-box03-contact-item {
  position: relative;
  width: calc((100% - 45px) / 3);
}
@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    width: 100%;
  }
}
.com-box03-contact-item {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 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: $line-color;*/
}
.com-box03-contact-item._line .com-box03-contact-item-icon-img {
  width: 100%;
  height: 100%;
  /*width: 25px;
            height: 25px;*/
}
.com-box03-contact-item-icon {
  position: absolute;
  top: -11px;
  left: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #B28247;
}
.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 #F5F5F5;
}
@media screen and (max-width: 834px) {
  .com-box03-contact-item-head {
    font-size: 1.7rem;
  }
}
.com-box03-contact-item-phone {
  font-family: "Reddit Sans", sans-serif;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  color: #0057a1;
  margin-bottom: 10px;
}
.com-box03-contact-item-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.com-box03-contact-item-time-num {
  font-family: "Reddit Sans", sans-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.com-btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 3px 10px;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.com-btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #B28247;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.com-btn01::after {
  content: "";
  background: #2793EA;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: #F5F5F5;
  font-weight: 400;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.com-btn01._line::after {
  background-color: #2db530;
}
.com-btn02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 3px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 100vh;
  overflow: hidden;
  z-index: 1;
}
.com-btn02 img {
  width: 25px;
  height: 25px;
}
.com-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #B28247;
  -webkit-transition: width 0.3s;
  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: #2793EA;
  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: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.com-btn02-arrow02 {
  width: 23px;
  height: 6px;
  stroke: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.com-btn02._white {
  color: #B28247;
  border: none;
}
.com-btn02._white::before {
  background-color: #B28247;
}
.com-btn02._white::after {
  background-color: #FFFFFF;
}
.com-btn02._white .com-btn02-arrow01 {
  fill: #B28247;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .com-btn02._white:hover .com-btn02-text {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .com-btn02._white:hover .com-btn02-arrow01 {
    fill: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.com-btn02._border {
  border: 1px solid #B28247;
}
.com-btn02.color-red::after {
  background-color: #e53935;
}
.com-btn02.color-red::before {
  background-color: rgb(159.4736842105, 23.6842105263, 20.5263157895);
}
.com-btn02.color-sub::after {
  background-color: #406C30;
}
.com-btn02.color-sub::before {
  background-color: rgb(22.1538461538, 37.3846153846, 16.6153846154);
}
.com-btn03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 13px 20px;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #2793EA;
  -webkit-transition: width 0.3s;
  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: #B28247;
  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: #0057a1;
  border: 1px solid #0057a1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.com-btn03._white::before {
  background-color: transparent;
}
.com-btn03._white::after {
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.com-btn03._white:hover {
  color: #B28247;
  border: 1px solid #B28247;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.com-btn03._white:hover::after {
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.com-link01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.com-link01 span {
  font-weight: 700;
  color: #2793EA;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.com-link01 img {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.com-link01:hover span {
  color: #0057a1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.com-link01:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 834px) {
  .com-link01:hover img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.com-img_switch {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.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;
      -ms-user-select: none;
          user-select: none;
  draggable: false;
}
.com-img_switch-item-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 2px;
  background-color: #FFFFFF;
  z-index: 20;
}
.com-img_switch-item-overlay-thumb {
  position: absolute;
  top: 50%;
  right: -36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}
.com-img_switch-item-overlay-thumb-arrow {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 18px;
  stroke: #FFFFFF;
  stroke-width: 2;
  z-index: 10;
}
.com-img_switch-item-overlay-thumb-arrow.__reverse {
  left: auto;
  right: 12px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 40px;
  background-color: #343330;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}
.com-img_switch-item-overlay-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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;
      -ms-user-select: none;
          user-select: none;
  draggable: false;
}
.com-img_switch-item-base::before {
  content: "AFTER";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 40px;
  background-color: #343330;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}
.com-img_switch-item-base img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #2793EA;
}
@media screen and (max-width: 834px) {
  .com-schedule-table-head {
    padding: 8px 10px 8px 20px;
  }
}
.com-schedule-table-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 154px;
  height: 40px;
}
@media screen and (max-width: 834px) {
  .com-schedule-table-head-title {
    width: 120px;
  }
}
.com-schedule-table-head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}
@media screen and (max-width: 834px) {
  .com-schedule-table-head-item {
    line-height: 1.4;
    text-align: center;
  }
}
.com-schedule-table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .com-schedule-table-body {
    padding: 8px 10px 8px 20px;
  }
}
.com-schedule-table-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Reddit Sans", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #B28247;
  width: 154px;
  height: 40px;
}
@media screen and (max-width: 834px) {
  .com-schedule-table-body-title {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 120px;
  }
}
.com-schedule-table-body-item {
  font-family: "Reddit Sans", sans-serif;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}
.com-schedule-table-body-item-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #B28247;
  border-radius: 50%;
  z-index: 1;
}
.com-schedule-table-body-item-slash {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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: #B28247;
  -webkit-transform: translate(-50%, -50%) rotate(38.16deg);
          transform: translate(-50%, -50%) rotate(38.16deg);
}
.com-schedule-table-body-item-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 13px;
  background-color: #B28247;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.com-schedule-holiday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.com-schedule-holiday-tag {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background-color: #B28247;
  border-radius: 5px;
}
.com-schedule-holiday-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.com-title {
  text-align: center;
  position: relative;
}
.com-title-en {
  font-family: "Reddit Sans", sans-serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #F5F5F5;
  display: block;
}
@media screen and (max-width: 1200px) {
  .com-title-en {
    font-size: 8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 834px) {
  .com-title-en {
    font-size: 4.2rem;
    color: #F5F5F5;
  }
}
.com-title-en._white {
  color: #FFFFFF;
}
.com-title-jp {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #2793EA;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 834px) {
  .com-title-jp {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.3em;
  }
}
.com-title-jp._white {
  color: #FFFFFF;
}
.com-risk-note {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #F5F5F5;
  background-color: #FFFFFF;
  border-radius: 12px;
}
@media screen and (max-width: 834px) {
  .com-risk-note {
    padding: 18px 14px;
  }
}
.com-risk-note-entry:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F5F5F5;
}
.com-risk-note-title {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #2793EA;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .com-risk-note-title {
    font-size: 1.6rem;
  }
}
.com-risk-note-content {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 8px;
  color: #343330;
  line-height: 1.8;
}
.com-risk-note-content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.com-risk-note-content p:last-child {
  margin-bottom: 0;
}
.com-title2-en {
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #2793EA;
  margin-bottom: 20px;
  display: block;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 834px) {
  .com-title2-en {
    font-size: 4.2rem;
    line-height: 1.2380952381;
    margin-bottom: 3px;
  }
}
.com-title2-jp {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.15em;
  color: #2793EA;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .com-title2-jp {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.lower-template-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .lower-template-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: #2793EA;
  border-bottom: 1px solid #F5F5F5;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lower-template-content-main-list:last-child {
  margin-bottom: 0;
}
.lower-template-content-main-list-item {
  width: 100%;
}
.lower-template-content-main-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-template-content-main-list-item-link:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
.lower-template-content-main-list-item-link-thumbnail {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-thumbnail {
    width: 100%;
    aspect-ratio: 280/126;
  }
}
.lower-template-content-main-list-item-link-txt {
  padding: 15px;
}
.lower-template-content-main-list-item-link-txt-title {
  display: block;
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2793EA;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; /* autoprefixer: off */
  overflow: hidden;
}
@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: 2;
  -webkit-box-orient: vertical; /* autoprefixer: off */
  overflow: hidden;
}
.lower-template-content-main-list-item-link-txt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  border-top: 1px solid #F5F5F5;
}
.lower-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #B5B2AD;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.lower-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
  font-size: 1.4rem;
  font-family: "Reddit Sans", sans-serif;
}
.lower-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}
.lower-template-content-main-pagination .page-numbers.current::before {
  background: #B28247;
  width: calc(105% + 30px);
}
.lower-template-content-main-pagination .page-numbers.prev, .lower-template-content-main-pagination .page-numbers.next {
  background-color: #F5F5F5;
}
.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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lower-template-content-main-pagination .page-numbers.prev:after, .lower-template-content-main-pagination .page-numbers.next:after {
  background: #F5F5F5;
}
.lower-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #2793EA;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.lower-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}
.lower-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}
.lower-template-content-main-author {
  font-size: 1.4rem;
  color: #B5B2AD;
  text-align: right;
  margin-bottom: 20px;
}
.lower-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F5F5F5;
}
.lower-template-content-main-head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}
.lower-template-content-main-head-top-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #2793EA;
}
.lower-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.lower-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #343330;
}
.lower-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-head-title {
    font-size: 3rem;
  }
}
.lower-template-content-main-head-title span {
  color: #2793EA;
}
.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.4rem;
  line-height: 1.45;
  text-align: center;
  color: #2793EA;
  background-color: rgba(149, 201, 243, 0.3);
  border-top: 2px solid #2793EA;
  border-bottom: 2px solid #2793EA;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-body h2 {
    font-size: 1.8rem;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.lower-template-content-main-body h3 {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #2793EA;
  padding: 5px 0 5px 15px;
  margin-bottom: 10px;
  border-left: 2px solid #2793EA;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-body h3 {
    font-size: 1.8rem;
  }
}
.lower-template-content-main-body h3._no-leftline {
  border-left: none;
  padding: 0;
}
.lower-template-content-main-body h4 {
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 500;
  color: #64625A;
}
.lower-template-content-main-body p {
  margin-bottom: 15px;
}
.lower-template-content-main-body-case-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-body-case-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.lower-template-content-main-body-case-img-item {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-body-case-img-item {
    width: 100%;
  }
}
.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-item img:last-child {
  margin-top: 20px;
}
.lower-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -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;
}
@media screen and (max-width: 834px) {
  .lower-template-content-main-body-case-img::before {
    top: calc(50% + 10px);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.lower-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #F5F5F5;
}
@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;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 112%;
  }
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid #F5F5F5;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
          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 {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F5F5F5;
}
.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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #e6e3df;
  -webkit-transition: width 0.3s;
  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: #F5F5F5;
  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 {
  -webkit-transform: rotate(180deg);
          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: #2793EA;
  margin-bottom: 10px;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #F5F5F5;
}
.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: #B5B2AD;
}
.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #2793EA;
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .lower-template-content-side {
    width: 100%;
  }
}
.lower-template-content-side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #2793EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 #F5F5F5;
  -webkit-transition: opacity 0.3s;
  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: #64625A;
  margin-bottom: 30px;
}
.lower-template-content-side-contact {
  background-color: #f5f5f5;
  padding: 20px;
}
.lower-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.lower-template-content-side-contact-tel {
  display: block;
  font-family: "Reddit Sans", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #B28247;
  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: #343330;
  line-height: 1.3;
  margin-bottom: 10px;
}
.lower-template-content-side-contact-open span {
  font-family: "Reddit Sans", sans-serif;
  font-size: 2rem;
  margin-left: 5px;
}
.lower-template-content-side-contact-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
.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: #B28247;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.lower-template-content-side-contact-link:after {
  content: "";
  background-color: #2793EA;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  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: #F5F5F5;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.lower-template-content-side-contact-link._line::after {
  background-color: #2db530;
}
.lower-template-content-test {
  width: 100%;
  height: 500px;
  background-color: #2793EA;
}
.lower-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px dashed #F5F5F5;
  border-bottom: 1px dashed #F5F5F5;
}
.lower-template-related-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .lower-template-related-pages-list {
    gap: 10px;
  }
}
.lower-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 1024px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}
.lower-contact {
  position: relative;
}
.lower-contact-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #406C30;
}
.lower-contact-desc {
  margin-bottom: 60px;
  text-align: center;
}
.lower-contact-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.lower-contact-table-required {
  color: #ea6565;
}
@media screen and (max-width: 834px) {
  .lower-contact-table-required {
    margin-left: 10px;
  }
}
.lower-contact-table-required:first-child {
  margin-left: 10px;
}
.lower-contact-table-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr th, .lower-contact-table tr td {
    display: block;
    width: 100%;
  }
}
.lower-contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
.lower-contact-table tr td {
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.lower-contact-table tr td .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #B5B2AD;
  height: 26px;
  width: 26px;
  top: 12px;
  left: 2px;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #2793EA;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 10px;
}
.lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before,
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #B5B2AD;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 1.1rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
    top: 1.1rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
  background-color: #F5F5F5;
}
.lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
  display: block;
  width: 3rem;
  padding-left: 0;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
    padding-top: 2rem;
    width: 1.6rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #B5B2AD;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0rem;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
  }
}
.lower-contact-table tr td .wpcf7-text,
.lower-contact-table tr td .wpcf7-select,
.lower-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #B5B2AD;
  outline: none;
}
.lower-contact-table tr td .wpcf7-text::-webkit-input-placeholder, .lower-contact-table tr td .wpcf7-select::-webkit-input-placeholder, .lower-contact-table tr td .wpcf7-textarea::-webkit-input-placeholder {
  color: #B5B2AD;
}
.lower-contact-table tr td .wpcf7-text::-moz-placeholder, .lower-contact-table tr td .wpcf7-select::-moz-placeholder, .lower-contact-table tr td .wpcf7-textarea::-moz-placeholder {
  color: #B5B2AD;
}
.lower-contact-table tr td .wpcf7-text:-ms-input-placeholder, .lower-contact-table tr td .wpcf7-select:-ms-input-placeholder, .lower-contact-table tr td .wpcf7-textarea:-ms-input-placeholder {
  color: #B5B2AD;
}
.lower-contact-table tr td .wpcf7-text::-ms-input-placeholder, .lower-contact-table tr td .wpcf7-select::-ms-input-placeholder, .lower-contact-table tr td .wpcf7-textarea::-ms-input-placeholder {
  color: #B5B2AD;
}
.lower-contact-table tr td .wpcf7-text::placeholder,
.lower-contact-table tr td .wpcf7-select::placeholder,
.lower-contact-table tr td .wpcf7-textarea::placeholder {
  color: #B5B2AD;
}
.lower-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}
.lower-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.lower-contact-position_table {
  width: 100%;
  border-top: 2px solid #B5B2AD;
  border-left: 2px solid #B5B2AD;
}
.lower-contact-position_table tr th, .lower-contact-position_table tr td {
  border-right: 2px solid #B5B2AD;
  border-bottom: 2px solid #B5B2AD;
  width: 45%;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th, .lower-contact-position_table tr td {
    padding: 6px;
  }
}
@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th, .lower-contact-position_table tr td {
    display: table-cell;
    width: 46%;
  }
}
.lower-contact-position_table tr th:first-child, .lower-contact-position_table tr td:first-child {
  width: 10%;
}
@media screen and (max-width: 834px) {
  .lower-contact-position_table tr th:first-child, .lower-contact-position_table tr td:first-child {
    display: table-cell;
    width: 8%;
  }
}
.lower-contact-position_table tr th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.lower-contact-position_table .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}
.lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #000000;
  z-index: 1;
}
.lower-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.lower-contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.lower-contact-form-inner:hover .lower-contact-form-inner-txt {
  color: #FFFFFF;
}
.lower-contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-contact-form-inner:hover .lower-contact-form-inner-txt {
    color: #000000;
  }
  .lower-contact-form-inner:hover:before {
    width: 0%;
  }
}
.lower-contact-form-inner > p:not(.lower-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.lower-contact-form-inner > p.lower-contact-form-inner-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}
.lower-contact-form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.lower-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.lower-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.lower-contact-link a:hover {
  border-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 834px) {
  .lower-contact-link a:hover {
    border-color: #000000;
  }
}
.lower-contact .request-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.nav-link-secondary {
  color: #DDDDDC;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.staff-box-ctg {
  border-bottom: 1px solid #D8E66B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.staff-box-ctg h3 {
  color: #D8E66B;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.staff-box-name-jp {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
}
.staff-box-name-en {
  color: #B5B2AD;
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.7px;
}
.staff-box-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 10px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 1px solid #000000;
  z-index: 1;
}
.staff-box-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #DDDDDC;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -1;
}
.staff-box-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -10;
}
.staff-box-cta:hover::before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .staff-box-cta:hover::before {
    width: 0%;
  }
}
.staff-box-cta-btn {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.2px;
}

.home-hero {
  width: 100%;
  height: 100svh;
}
.home-hero .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 147px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .home-hero .swiper-container {
    padding-top: 60px;
  }
}
.home-hero .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .hero-swiper-pagination {
  position: absolute;
  top: 176px;
  right: 23px;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .home-hero .hero-swiper-pagination {
    top: 86px;
  }
}
@media screen and (max-width: 834px) {
  .home-hero .hero-swiper-pagination {
    gap: 5px;
    top: 77px;
    right: 13px;
  }
}
.home-hero .hero-swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 20px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #FFFFFF;
  background-color: transparent;
  font-family: "Reddit Sans", sans-serif;
  opacity: 1;
}
.home-hero .hero-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2793EA;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .home-hero .hero-swiper-pagination .swiper-pagination-bullet:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 834px) {
  .home-hero .hero-swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.home-hero .hero-swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.home-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-hero-wrapper:after {
  content: "";
  width: 100%;
  height: 147px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .home-hero-wrapper:after {
    content: none;
  }
}
.home-hero-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 378px;
  height: 100%;
  padding: 28px 33px 25px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .home-hero-left {
    padding: 72px 16px 22px;
  }
}
@media screen and (max-width: 834px) {
  .home-hero-left {
    padding: 0;
    position: static;
    max-width: auto;
  }
}
.home-hero-left-top {
  width: 100%;
}
.home-hero-left-top-logo {
  margin-bottom: 14px;
}
.home-hero-left-top-logo img {
  width: 272px;
}
@media screen and (max-width: 1200px) {
  .home-hero-left-top-logo {
    display: none;
  }
}
.home-hero-left-top-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6923076923;
  letter-spacing: 0.15em;
  color: #B28247;
}
@media screen and (max-width: 1200px) {
  .home-hero-left-top-text {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 834px) {
  .home-hero-left-top-text {
    position: absolute;
    top: 72px;
    left: 16px;
    z-index: 1;
  }
}
.home-hero-left-bottom {
  width: 378px;
  margin: 0 0 0 -13px;
}
@media screen and (max-width: 834px) {
  .home-hero-left-bottom {
    margin: 0 auto;
    width: calc(100% - 60px);
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.home-hero-left-bottom-news {
  position: relative;
  display: block;
  padding: 12px 55px 12px 20px;
  background-color: #FFFFFF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  gap: 9px;
  border: 1px solid #2793EA;
  pointer-events: auto;
}
@media screen and (min-width: 835px) {
  .home-hero-left-bottom-news:hover {
    background-color: #e6e3df;
    border-color: #8a6333;
  }
  .home-hero-left-bottom-news:hover .home-hero-left-bottom-news-tag {
    color: #8a6333;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .home-hero-left-bottom-news:hover .home-hero-left-bottom-news-title {
    color: #8a6333;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .home-hero-left-bottom-news:hover .home-hero-left-bottom-news-arrow::before {
    -webkit-transform: scale(1.1428571429);
            transform: scale(1.1428571429);
    background-color: #8a6333;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 834px) {
  .home-hero-left-bottom-news {
    padding: 9px 45px 9px 15px;
  }
}
.home-hero-left-bottom-news-tag {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  color: #2793EA;
  letter-spacing: 0.1em;
  font-family: "Reddit Sans", sans-serif;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .home-hero-left-bottom-news-tag {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.home-hero-left-bottom-news-title {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #2793EA;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .home-hero-left-bottom-news-title {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.home-hero-left-bottom-news-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 834px) {
  .home-hero-left-bottom-news-arrow {
    right: 7px;
  }
}
.home-hero-left-bottom-news-arrow svg {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .home-hero-left-bottom-news-arrow svg {
    width: 33px;
  }
}
.home-hero-left-bottom-news-arrow svg rect {
  fill: transparent;
}
.home-hero-left-bottom-news-arrow::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2793EA;
  top: 2px;
  left: 2px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .home-hero-left-bottom-news-arrow::before {
    width: 33px;
    height: 33px;
    top: 3px;
    left: 0px;
  }
}
.home-hero-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 23px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .home-hero-right {
    display: none;
  }
}
.home-hero-right .header-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 12px;
}
.home-hero-right .header-left-contact-title {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
}
.home-hero-right .header-left-contact-phone-icon {
  margin-bottom: 1px;
}
.home-hero-right .header-left-contact-phone-num {
  font-size: 3.8rem;
  line-height: 0.7631578947;
  letter-spacing: 0.15em;
}
.home-hero-right .header-left-reserve {
  height: 70px;
  margin: 0;
}
.home-hero-right .header-left-reserve-arrow {
  right: 25px;
}
.home-hero-right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  margin-right: 7px;
}
.home-hero-right-nav-item:not(:last-child) {
  position: relative;
}
.home-hero-right-nav-item:not(:last-child):after {
  content: "";
  width: 11px;
  height: 11px;
  background: url("./assets/img/icon_nav.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}
.home-hero-right-nav-item-link-text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #64625A;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .home-hero-right-nav-item-link:hover .home-hero-right-nav-item-link-text {
    color: #947124;
  }
}
.home-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 107px 4% 0;
}
@media screen and (max-width: 834px) {
  .home-hero-content {
    padding: 61px 4% 0;
  }
}
.home-hero-content:after {
  content: "";
  width: 266px;
  height: 459px;
  background: url("./assets/img/icon_logo.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  margin-top: 73px;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .home-hero-content:after {
    width: 197px;
    height: 340px;
    margin-top: 34px;
  }
}
.home-hero-content-subtitle {
  font-size: 2rem;
  line-height: 2;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .home-hero-content-subtitle {
    margin-bottom: 19px;
    letter-spacing: 0.14em;
  }
}
.home-hero-content-subtitle small {
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .home-hero-content-subtitle small {
    font-size: 2rem;
    line-height: 2;
  }
}
.home-hero-content-subtitle span {
  font-weight: 600;
}
.home-hero-content-title {
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .home-hero-content-title {
    margin-bottom: 20px;
  }
}
.home-hero-content-title img {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .home-hero-content-title img {
    width: 253px;
  }
}
.home-hero-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-hero-content-list-item {
  border-right: 2px solid rgba(181, 178, 173, 0.6);
}
@media screen and (min-width: 835px) {
  .home-hero-content-list-item:nth-child(2) {
    border-left: 2px solid rgba(181, 178, 173, 0.6);
  }
}
@media screen and (max-width: 834px) {
  .home-hero-content-list-item {
    margin-bottom: 3px;
  }
  .home-hero-content-list-item:first-child {
    border-left: 2px solid rgba(181, 178, 173, 0.6);
  }
  .home-hero-content-list-item:nth-child(4) {
    border-left: 2px solid rgba(181, 178, 173, 0.6);
  }
}
.home-hero-content-list-item a {
  padding: 0 18px;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .home-hero-content-list-item a:hover {
    background-color: rgba(138, 99, 51, 0.6);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 834px) {
  .home-hero-content-list-item a {
    font-size: 1.4rem;
    line-height: 2.5;
    padding: 0 7px;
    min-width: 81px;
  }
}
.home-hero-infomation-news {
  margin-bottom: 40px;
}
.home-hero-infomation-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.home-hero-infomation-news-link-icon {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #B28247;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-hero-infomation-news-link-icon-text {
  font-family: "Reddit Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #FFFFFF;
}
.home-hero-infomation-news-link-text-date {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #B28247;
  margin-bottom: 5px;
}
.home-hero-infomation-news-link-text-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.home-hero-infomation-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 10px;
}
.home-hero-infomation-nav-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 16px 5px;
  border-bottom: 1px solid #DAC7AF;
}
.home-hero-infomation-nav-item-link-jp {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #64625A;
}
.home-hero-infomation-nav-item-link-en {
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #DDDDDC;
}
.home-infomation {
  padding: 60px 0 100px;
}
@media screen and (max-width: 834px) {
  .home-infomation {
    padding: 30px 4% 40px;
  }
}
.home-infomation-lp-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .home-infomation-lp-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.home-infomation-lp-list .footer-lp-list-item {
  max-height: 150px;
}
@media screen and (max-width: 834px) {
  .home-infomation-lp-list .footer-lp-list-item {
    min-height: 109px;
  }
}
.home-infomation-lp-list .footer-lp-list-item-text {
  font-size: 2rem;
}
.home-infomation .com-title {
  margin: 70px 0 50px;
}
@media screen and (max-width: 834px) {
  .home-infomation .com-title {
    margin: 40px 0 20px;
  }
}
.home-infomation-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .home-infomation-intro {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .home-infomation-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 834px) {
  .home-infomation-intro {
    gap: 20px;
  }
}
.home-infomation-intro-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.home-infomation-intro-headline {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2793EA;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 834px) {
  .home-infomation-intro-headline {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    margin-bottom: 15px;
  }
}
.home-infomation-intro-desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .home-infomation-intro-desc {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.home-infomation-intro-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .home-infomation-intro-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.home-infomation-firstvisit {
  position: relative;
  width: 100%;
  min-height: 320px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -1px;
  border: 1px solid #DDDDDC;
}
@media screen and (max-width: 834px) {
  .home-infomation-firstvisit {
    min-height: 300px;
    margin: 0 -8% 40px;
    width: 116%;
    border: none;
    border-radius: 0;
  }
}
.home-infomation-firstvisit-bg {
  position: absolute;
  inset: 0;
}
.home-infomation-firstvisit-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-infomation-firstvisit-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 834px) {
  .home-infomation-firstvisit-bg::after {
    content: none;
  }
}
.home-infomation-firstvisit-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 28px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home-infomation-firstvisit-content {
    padding: 36px 26px 41px 30px;
  }
}
.home-infomation-firstvisit-headline {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home-infomation-firstvisit-headline {
    margin-bottom: 13.5px;
  }
}
.home-infomation-firstvisit-headline-en {
  display: block;
  font-family: "Reddit Sans", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: #2793EA;
}
.home-infomation-firstvisit-headline-jp {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .home-infomation-firstvisit-headline-jp {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.13em;
  }
}
.home-infomation-firstvisit-desc {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
  max-width: 508px;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .home-infomation-firstvisit-desc {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.home-infomation-firstvisit .btn-wrap {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .home-infomation .section-infomation-row {
    gap: 24px;
  }
  .home-infomation .section-infomation-access .com-heading03 {
    margin-bottom: 8px;
  }
  .home-infomation .section-infomation-map {
    margin-bottom: 11px;
  }
  .home-infomation .section-infomation-address {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .home-infomation .section-infomation-address {
    margin-bottom: 14px;
  }
}
.home-concerns {
  position: relative;
  padding: 74px 0 39px;
}
@media screen and (max-width: 834px) {
  .home-concerns {
    padding: 40px 0 24px;
  }
}
.home-concerns-bg {
  position: absolute;
  inset: 0;
  width: calc(100% - 36px);
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .home-concerns-bg {
    width: 100%;
    border-radius: 0;
  }
}
.home-concerns-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-concerns .com-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .home-concerns .com-title {
    margin-bottom: 20px;
  }
}
.home-concerns .com-title-en {
  opacity: 0.2;
}
.home-concerns-top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  .home-concerns-top {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home-concerns-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .home-concerns-top {
    gap: 15px;
    padding: 0 4%;
  }
}
.home-concerns-top-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .home-concerns-top-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.home-concerns-top-left-title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 350;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home-concerns-top-left-title {
    font-size: 2rem;
    line-height: 1.5625;
    margin-bottom: 15px;
  }
}
.home-concerns-top-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-concerns-top-right-text {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .home-concerns-top-right-text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
  }
}
.home-concerns-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
  margin: 24px 0 18px;
}
@media screen and (max-width: 834px) {
  .home-concerns-arrows {
    margin: 17.5px 0 8px;
  }
}
.home-concerns-arrows li {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .home-concerns-arrows li:hover {
    opacity: 0.5;
  }
}
.home-concerns-bottom-item {
  width: 271px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  border: 1px solid #F5F5F5;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .home-concerns-bottom-item:hover {
    background: #FFFFFF;
  }
  .home-concerns-bottom-item:hover .home-concerns-bottom-item-title {
    color: #B28247;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
.home-concerns-bottom-item a {
  border-radius: 10px;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 834px) {
  .home-concerns-bottom-item a {
    padding: 13px 15px 16px;
  }
}
.home-concerns-bottom-item-pic {
  margin-bottom: 5px;
}
.home-concerns-bottom-item-pic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .home-concerns-bottom-item-pic img {
    padding: 0 20px;
  }
}
.home-concerns-bottom-item-title {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2793EA;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.home-concerns-bottom-item-text {
  font-size: 1.4rem;
  line-height: 1.8928571429;
  letter-spacing: 0.05em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .home-concerns-bottom-item-text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.home-treatment {
  padding: 102px 0 107px;
}
@media screen and (max-width: 834px) {
  .home-treatment {
    padding: 51px 4% 49px;
  }
}
.home-treatment .com-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .home-treatment .com-title {
    margin-bottom: 18px;
  }
}
.home-treatment .com-title-en {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .home-treatment .com-title-en {
    letter-spacing: 0.06em;
  }
}
.home-treatment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .home-treatment-top {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home-treatment-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .home-treatment-top {
    gap: 18px;
  }
}
.home-treatment-top-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .home-treatment-top-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.home-treatment-top-left-title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 350;
  letter-spacing: 0.15em;
  color: #2793EA;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home-treatment-top-left-title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    margin-bottom: 18px;
  }
}
.home-treatment-top-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-treatment-top-right-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .home-treatment-top-right-text {
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}
.home-treatment-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 29px 0;
  border-bottom: 1px solid #DDDDDC;
}
.home-treatment-bottom-item:first-child {
  border-top: 1px solid #DDDDDC;
}
@media screen and (max-width: 1024px) {
  .home-treatment-bottom-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .home-treatment-bottom-item {
    padding: 20px 0 29px;
    gap: 15px;
  }
}
.home-treatment-bottom-item-title {
  border-left: 2px solid #2793EA;
  padding-left: 12px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2793EA;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 302px;
          flex: 0 0 302px;
}
@media screen and (max-width: 1200px) {
  .home-treatment-bottom-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 202px;
            flex: 0 0 202px;
  }
}
@media screen and (max-width: 1024px) {
  .home-treatment-bottom-item-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .home-treatment-bottom-item-title {
    font-size: 2rem;
    line-height: 1.35;
    padding-left: 15px;
  }
}
.home-treatment-bottom-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .home-treatment-bottom-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 5px;
  }
}
.home-treatment-bottom-item-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100px;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  position: relative;
}
.home-treatment-bottom-item-list-item-link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .home-treatment-bottom-item-list-item-link:hover:after {
    background: transparent;
  }
  .home-treatment-bottom-item-list-item-link:hover .home-treatment-bottom-item-list-item-link-arrow {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }
}
@media screen and (max-width: 834px) {
  .home-treatment-bottom-item-list-item-link {
    min-height: 70px;
  }
}
.home-treatment-bottom-item-list-item-link-pic {
  width: 100%;
  height: 100%;
}
.home-treatment-bottom-item-list-item-link-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-treatment-bottom-item-list-item-link-text {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .home-treatment-bottom-item-list-item-link-text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.home-treatment-bottom-item-list-item-link-arrow {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.home-treatment-bottom-item-list-item-link-arrow svg {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home-treatment-bottom-item-list-item-link-arrow {
    display: none;
  }
}
.home-feature {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home-feature {
    padding: 28px 0 42px;
  }
}
.home-feature .com-contentWidth {
  max-width: 1348px;
}
.home-feature-bg {
  position: absolute;
  inset: 0;
  width: calc(100% - 36px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .home-feature-bg {
    width: 100%;
    border-radius: 0;
  }
}
.home-feature-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-feature-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .home-feature-content {
    gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .home-feature-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.home-feature-content-left {
  position: sticky;
  top: 100px;
  height: calc(100svh - 100px);
  width: calc((100% - 80px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 534px;
          flex: 0 0 534px;
}
@media screen and (max-width: 1200px) {
  .home-feature-content-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 834px) {
  .home-feature-content-left {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 4%;
  }
}
.home-feature-content-left-subtitle {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #2793EA;
  font-weight: 350;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home-feature-content-left-subtitle {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    margin-bottom: 17px;
  }
}
.home-feature-content-left-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home-feature-content-left-text {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .home-feature-content-right {
    width: 100%;
  }
}
.home-feature-content-right-item {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDC;
}
@media screen and (max-width: 834px) {
  .home-feature-content-right-item {
    margin-bottom: 20px;
  }
}
.home-feature-content-right-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .home-feature-content-right-item:not(:first-child) .home-feature-content-right-item-text_area {
    padding-bottom: 45px;
  }
  .home-feature-content-right-item:not(:first-child) .home-feature-content-right-item-text_area-title {
    letter-spacing: 0.15em;
  }
}
.home-feature-content-right-item-img {
  position: relative;
  aspect-ratio: 634/300;
}
.home-feature-content-right-item-img-num {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #2793EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: -39px;
  right: 18px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .home-feature-content-right-item-img-num {
    bottom: -40px;
    right: 10px;
  }
}
.home-feature-content-right-item-img-num-text-small {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 400;
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: block;
}
.home-feature-content-right-item-img-num-text-large {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 400;
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: block;
}
.home-feature-content-right-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-feature-content-right-item-text_area {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 834px) {
  .home-feature-content-right-item-text_area {
    padding: 20px 20px 25px;
  }
}
.home-feature-content-right-item-text_area-title {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  color: #2793EA;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .home-feature-content-right-item-text_area-title {
    margin-bottom: 15px;
  }
}
.home-feature-content-right-item-text_area-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .home-feature-content-right-item-text_area-text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.home-faq-list_img {
  padding: 52px 0 70px;
}
@media screen and (max-width: 834px) {
  .home-faq-list_img {
    padding: 41px 4% 21px;
  }
}
.home-faq-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .home-faq-pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .home-faq-pic {
    gap: 0;
  }
}
.home-faq-pic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 834px) {
  .home-faq-pic-list {
    gap: 13px;
  }
}
.home-faq-pic-list li {
  border-radius: 10px;
}
.home-faq-pic-list li img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-faq-pic-list.__list01 {
  margin-top: 164px;
}
@media screen and (max-width: 1024px) {
  .home-faq-pic-list.__list01 {
    margin-top: 0;
  }
}
.home-faq-pic-list.__list01 li:nth-child(1) {
  margin-top: 167px;
}
@media screen and (max-width: 834px) {
  .home-faq-pic-list.__list01 li:nth-child(1) {
    margin-top: 81px;
  }
}
.home-faq-pic-list.__list02 li:nth-child(1) {
  margin-top: 83px;
}
@media screen and (max-width: 834px) {
  .home-faq-pic-list.__list02 li:nth-child(1) {
    margin-top: 41px;
  }
}
.home-faq-pic-list.__list02 li:nth-child(2) {
  margin-top: 42px;
}
@media screen and (max-width: 834px) {
  .home-faq-pic-list.__list02 li:nth-child(2) {
    margin-top: 22px;
  }
}
@media screen and (max-width: 834px) {
  .home-faq-top {
    padding: 0 4%;
  }
}
.home-faq-wrap {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .home-faq-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 834px) {
  .home-faq-wrap {
    padding: 20px 4%;
  }
}
.home-faq-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 835px) {
  .home-faq-column:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-faq-column:first-child .home-faq-column-item:first-child .home-faq-column-item-q-text {
    padding: 21px 16px 21px 10px;
  }
}
.home-faq-column:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}
@media screen and (max-width: 1200px) {
  .home-faq-column:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .home-faq-column:last-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.home-faq-column-item {
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .home-faq-column-item:hover {
    background-color: #FBFBFB;
  }
  .home-faq-column-item:hover .home-faq-column-item-q-badge-text {
    color: #B28247;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .home-faq-column-item:hover .home-faq-column-item-q-icon svg path {
    fill: #B28247;
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
}
@media screen and (max-width: 834px) {
  .home-faq-column-item {
    overflow: hidden;
  }
}
.home-faq-column-item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .home-faq-column-item-q {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.home-faq-column-item-q-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 10px 0;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-faq-column-item-q-badge-text {
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2793EA;
  font-family: "Reddit Sans", sans-serif;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.home-faq-column-item-q-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  .home-faq-column-item-q-text {
    padding: 7px 10px 8px 10px;
  }
}
.home-faq-column-item-q-text-content {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  color: #343330;
}
@media screen and (max-width: 834px) {
  .home-faq-column-item-q-text-content {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.home-faq-column-item-q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 22px 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 40px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 834px) {
  .home-faq-column-item-q-icon {
    padding: 22px 16px;
    min-width: 40px;
  }
}
.home-faq-column-item-q-icon svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .home-faq-column-item-q-icon svg {
    width: 8px;
    height: 15px;
  }
}
.home-faq-column-item-q-icon svg path {
  -webkit-transition: stroke 0.3s ease-out;
  transition: stroke 0.3s ease-out;
}
.home-faq-column-item-q-icon svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home-faq-column-item.active .home-faq-column-item-q-icon svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-faq-column-item.active .home-faq-column-item-a {
  padding: 0px 30px 10px 20px;
}
.home-faq-column-item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  overflow: hidden;
  padding: 0px 30px 0px 20px;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0;
}
.home-faq-column-item-a-badge {
  padding: 5px 16px 0 10px;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-faq-column-item-a-badge-text {
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #B5B2AD;
  font-family: "Reddit Sans", sans-serif;
}
.home-faq-column-item-a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 10px;
}
.home-faq-column-item-a-text-content {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  color: #343330;
}
@media screen and (max-width: 834px) {
  .home-faq-column-item-a-text-content {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.home-payment {
  padding: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  .home-payment {
    padding: 25px 4% 40px;
  }
}
.home-payment-text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
  margin-bottom: 20px;
}
.home-payment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .home-payment-content {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .home-payment-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.home-payment-content-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
  gap: 5px;
  background-color: #FFFFFF;
  border-top: 1px solid #DDDDDC;
  border-bottom: 1px solid #DDDDDC;
}
@media screen and (max-width: 834px) {
  .home-payment-content-item {
    width: 100%;
    min-height: 100px;
    gap: 5px;
  }
  .home-payment-content-item:first-child {
    border-top: none;
  }
}
.home-payment-content-item-text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  color: #2793EA;
  letter-spacing: 0.08em;
}
.home-payment-content-item-amount {
  font-family: "Reddit Sans", sans-serif;
  font-size: 2.3rem;
  line-height: 1.3043478261;
  font-weight: 400;
  color: #64625A;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-payment-content-item-amount small {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  margin-top: 2px;
  color: #2793EA;
}
.home-payment-content-item-img img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-payment-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .home-payment-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 23px;
  }
}
.home-payment-buttons .home-com-btn {
  padding: 13px 43px 13px 13px;
}
@media screen and (max-width: 834px) {
  .home-payment-buttons .home-com-btn.__outline {
    padding: 13px 43px 13px 13px;
  }
}
.home-payment-buttons .home-com-btn-arrow {
  right: 14px;
}
.home-doctor {
  padding: 85px 0 112px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .home-doctor {
    padding: 0 0 40px;
  }
}
.home-doctor-banner {
  min-height: 477px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .home-doctor-banner {
    min-height: 266px;
  }
}
.home-doctor-banner-bg {
  position: absolute;
  inset: 0;
  width: calc(100% - 36px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .home-doctor-banner-bg {
    border-radius: 0;
    width: 100%;
  }
}
.home-doctor-banner-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .home-doctor-banner-bg:after {
    border-radius: 0;
  }
}
.home-doctor-banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-doctor-banner-name {
  display: block;
  font-size: 6rem;
  line-height: 1.6666666667;
  letter-spacing: 0.22em;
  color: #F7F7F7;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 1;
  margin-left: 38px;
}
@media screen and (max-width: 834px) {
  .home-doctor-banner-name {
    margin-left: 7px;
    font-size: 2.9rem;
    line-height: 3.4482758621;
  }
}
.home-doctor-content .com-title {
  margin: 65px 0 64px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content .com-title {
    margin: 26px 0 22px;
  }
  .home-doctor-content .com-title .com-title-en {
    letter-spacing: 0.3em;
  }
}
.home-doctor-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
}
@media screen and (max-width: 1024px) {
  .home-doctor-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top {
    gap: 20px;
    padding: 0 4%;
  }
}
.home-doctor-content-top-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .home-doctor-content-top-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.home-doctor-content-top-left-header {
  position: relative;
  padding-left: 22px;
  border-left: 2px solid #2793EA;
  margin-bottom: 73px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-left-header {
    margin-bottom: 20px;
    padding-left: 15px;
  }
}
.home-doctor-content-top-left-header-clinic {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-left-header-clinic {
    margin-bottom: 0;
  }
}
.home-doctor-content-top-left-header-name {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #2793EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-doctor-content-top-left-header-name span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
}
.home-doctor-content-top-left-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-left-photos {
    gap: 21px;
    margin-bottom: 0;
  }
}
.home-doctor-content-top-left-photos-item {
  border-radius: 10px;
}
.home-doctor-content-top-left-photos-item:nth-child(2) {
  margin-top: 38px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-left-photos-item:nth-child(2) {
    margin-top: 31px;
  }
}
.home-doctor-content-top-left-photos-item img {
  border-radius: 10px;
}
.home-doctor-content-top-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-doctor-content-top-right-title {
  font-size: 2.8rem;
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #2793EA;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-right-title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    margin-bottom: 15px;
  }
}
.home-doctor-content-top-right p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-right p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.home-doctor-content-top-right p + p {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-right p + p {
    margin-top: 10px;
  }
}
.home-doctor-content-top-right .home-com-btn {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-top-right .home-com-btn {
    margin-top: 15px;
  }
}
.home-doctor-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 66px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .home-doctor-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 834px) {
  .home-doctor-content-bottom {
    margin-top: 25px;
    padding: 0 4%;
  }
}
.home-doctor-content-bottom-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 29px 0;
  border-bottom: 1px solid #DDDDDC;
  border-top: 1px solid #DDDDDC;
}
@media screen and (max-width: 1024px) {
  .home-doctor-content-bottom-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .home-doctor-content-bottom-item:nth-child(1) {
    border-bottom: none;
  }
}
@media screen and (max-width: 834px) {
  .home-doctor-content-bottom-item {
    padding: 10px 0 20px;
  }
}
.home-doctor-content-bottom-item-title {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2793EA;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-bottom-item-title {
    margin-bottom: 9px;
  }
}
.home-doctor-content-bottom-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.home-doctor-content-bottom-item-list li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .home-doctor-content-bottom-item-list li {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.home-concept {
  padding: 57px 0 70px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home-concept {
    padding: 31px 4% 28px;
  }
}
.home-concept-bg {
  position: absolute;
  inset: 0;
  width: calc(100% - 36px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 834px) {
  .home-concept-bg {
    border-radius: 0;
    width: 100%;
  }
}
.home-concept .com-title {
  margin-bottom: 54px;
}
@media screen and (max-width: 834px) {
  .home-concept .com-title {
    margin-bottom: 20px;
  }
  .home-concept .com-title .com-title-en {
    letter-spacing: 0.2em;
  }
}
.home-concept-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 121px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .home-concept-content {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .home-concept-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.home-concept-content-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-concept-content-left-title {
  font-size: 2.8rem;
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #2793EA;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home-concept-content-left-title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.home-concept-content-left-text {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.08em;
  color: #64625A;
}
.home-concept-content-left-text + p {
  margin-top: 4px;
}
@media screen and (max-width: 834px) {
  .home-concept-content-left-text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.home-concept-content-left .home-com-btn {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .home-concept-content-left .home-com-btn {
    margin-top: 10px;
  }
}
.home-concept-content-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 458px;
          flex: 0 0 458px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .home-concept-content-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.home-concept-content-right-img img {
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .home-concept-content-right-img:nth-child(2) {
    width: 220px;
  }
}
.home-case {
  padding: 107px 0 0;
}
@media screen and (max-width: 834px) {
  .home-case {
    padding: 34px 0 90px;
    margin-top: -1px;
    position: relative;
  }
  .home-case .com-contentWidth {
    padding: 0 8%;
  }
}
.home-case .com-contentWidth {
  max-width: 1319px;
}
.home-case-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 91px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .home-case-top {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .home-case-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .home-case-top {
    gap: 15px;
    margin-bottom: 10px;
  }
}
.home-case-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
@media screen and (max-width: 1024px) {
  .home-case-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .home-case-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .home-case-left .com-title2 {
    text-align: center;
  }
}
.home-case-left .com-title2-en {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .home-case-left .com-title2-en {
    margin-bottom: 2px;
  }
}
.home-case-left .com-title2-jp {
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .home-case-left .com-title2-jp {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 22px;
  }
}
.home-case-right-title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 350;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .home-case-right-title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
  }
}
.home-case-right-text {
  font-size: 1.5rem;
  line-height: 2;
  color: #64625A;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .home-case-right-text {
    font-size: 1.3rem;
  }
}
.home-case-right-text + p {
  margin-top: 4px;
}
.home-case-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .home-case-arrow {
    margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home-case-arrow li {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .home-case-arrow li:hover {
    opacity: 0.5;
  }
}
.home-case-content .js-home-case-slide {
  padding: 10px 0 !important;
}
.home-case-content-item {
  width: 580px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .home-case-content-item {
    width: 330px;
  }
}
@media screen and (min-width: 835px) {
  .home-case-content-item:hover {
    background-color: #F5F5F5;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2509803922);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .home-case-content-item:hover .home-case-content-item-top {
    background-color: #B28247;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
}
.home-case-content-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 6px;
  background-color: #2793EA;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.home-case-content-item-top-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.home-case-content-item-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-case-content-item-pic figure {
  width: 50%;
  position: relative;
}
.home-case-content-item-pic figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-case-content-item-pic figure figcaption {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #64625A;
  background-color: #FFFFFF;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .home-case-content-item-pic figure figcaption {
    font-size: 1.2rem;
    line-height: 2.2727272727;
  }
}
.home-case-content-item-title {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #64625A;
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .home-case-content-item-title {
    margin-bottom: 5px;
  }
}
.home-case-content-item-text {
  padding: 13px 20px;
}
.home-case-content-item-list._flx li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDDDDC;
}
.home-case-content-item-list._flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.home-case-content-item-list._flx2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-case-content-item-list li {
  line-height: 1;
  padding: 5px 0;
}
.home-case-content-item-list li span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #64625A;
  min-width: 38px;
}
@media screen and (max-width: 834px) {
  .home-case-content-item-list li span {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.home-case-content-item-list li em {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.05em;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .home-case-content-item-list li em {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.home-sns {
  padding: 92px 0 122px;
}
@media screen and (max-width: 834px) {
  .home-sns {
    padding: 20px 4% 40px;
  }
}
@media screen and (max-width: 834px) {
  .home-sns .com-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .home-sns .com-title-jp {
    letter-spacing: 0.1em;
  }
}

.home-com-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 13px 48px 13px 18px;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #2793EA;
  background-color: #2793EA;
  color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 835px) {
  .home-com-btn:hover {
    background-color: #947124;
    color: #FFFFFF;
    border-color: #947124;
  }
  .home-com-btn:hover .home-com-btn-arrow {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
@media screen and (max-width: 834px) {
  .home-com-btn {
    padding: 11px 49px 11px 19px;
  }
}
.home-com-btn.__outline {
  border: 1px solid #2793EA;
  background-color: transparent;
  color: #2793EA;
  padding: 8px 44px 8px 16px;
}
@media screen and (min-width: 835px) {
  .home-com-btn.__outline:hover {
    background-color: #FFFFFF;
    color: #B28247;
    border-color: #B28247;
  }
  .home-com-btn.__outline:hover .home-com-btn-arrow svg path {
    stroke: #B28247;
    -webkit-transition: stroke 0.3s ease-out;
    transition: stroke 0.3s ease-out;
  }
}
@media screen and (min-width: 835px) {
  .home-com-btn.__outline._white:hover {
    background-color: #F5F5F5;
  }
}
.home-com-btn-arrow {
  width: 18px;
  position: absolute;
  top: 50%;
  right: 17px;
  line-height: 1;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.home-com-btn-arrow svg path {
  -webkit-transition: stroke 0.3s ease-out;
  transition: stroke 0.3s ease-out;
}

.com-heading03 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  color: #64625A;
  border-left: 1px solid #2793EA;
  padding-left: 13px;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .com-heading03 {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 10px;
  }
}

.page p:not([class]) {
  margin-bottom: 20px;
}
.page p:not([class]):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .page p:not([class]) {
    margin-bottom: 10px;
  }
}
.page-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .page-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 60px;
  }
}
.page-hero-content-photo01-inner {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-inner {
    padding: 60px 5% 0px;
  }
}
.page-hero-content-photo01 .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero-content-photo01 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-hero-content-photo01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.page-hero-content-photo01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #B28247;
  border-left: 1px solid #e6e3df;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
  color: #DDDDDC;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
    color: #B28247;
  }
}
.page-hero-content-photo01-title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-title {
    font-size: 3rem;
  }
}
.page-hero-content-photo01-sub {
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #DDDDDC;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-sub {
    margin-bottom: 30px;
  }
}
.page-hero-content-photo01-img {
  position: relative;
  width: 100%;
  height: auto;
}
.page-hero-content-photo01-img-bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1920/560;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img-bg {
    aspect-ratio: 390/200;
  }
}
.page-hero-content-photo01-img .com-topic_path-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img .com-topic_path-wrap {
    position: static;
  }
}
.page-hero-content-photo01._no_img {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo01._no_img {
    padding: 60px 5% 0px;
  }
}
.page-hero-content-photo02-inner {
  padding: 0px 0px 0px 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-inner {
    padding: 20px 0px 0px;
  }
}
.page-hero-content-photo02-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-hero-content-photo02-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-left {
    gap: 20px;
    width: 100%;
    padding: 0px 5% 20px;
  }
}
.page-hero-content-photo02-top-right {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right {
    width: 100%;
  }
}
.page-hero-content-photo02-top-right img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right img {
    height: auto;
    aspect-ratio: 390/200;
  }
}
.page-hero-content-photo02 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero-content-photo02 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 6.5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
  height: 18.382px;
  border-left: 1px solid #F5F5F5;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #B28247;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
  color: #DDDDDC;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
    color: #B28247;
  }
}
.page-hero-content-photo02-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02-title {
    font-size: 2.6rem;
  }
}
.page-hero-content-photo02-title-wrap {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #DDDDDC;
}
.page-hero-content-photo02-sub {
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #DDDDDC;
}
.page-hero-content-photo02 .com-topic_path-wrap {
  padding: 0px;
}
.page-hero-content-photo02 .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-hero-content-photo02 .com-topic_path ul li, .page-hero-content-photo02 .com-topic_path ul a {
  color: #B28247;
}
.page-hero-content-photo02 .com-topic_path ul li .icon_arrow {
  fill: #B28247;
  margin-left: 5px;
}
.page-hero-content-photo02 .com-topic_path ul a svg {
  fill: #B28247;
}
.page-hero-content-photo02._no_img .page-hero-content-photo02-top {
  padding: 60px 50px 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top {
    padding: 60px 5% 30px;
  }
}
.page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
  width: 78.5%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
    width: 100%;
  }
}
.page-hero-content-photo02._no_img .com-topic_path-wrap {
  padding: 0px;
}
.page-hero-content-photo02._no_img .com-topic_path ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.page-hero-content-photo02._no_img .com-topic_path ul li, .page-hero-content-photo02._no_img .com-topic_path ul a {
  color: #B28247;
}
.page-hero-content-photo02._no_img .com-topic_path ul li .icon_arrow {
  fill: #B28247;
  margin-left: 5px;
}
.page-hero-content-photo02._no_img .com-topic_path ul a svg {
  fill: #B28247;
}
.page-hero-content-photo02._no_img .page-hero-content-photo02-nav {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 50px;
  margin: 0 0 50px;
}
.page-hero-content-photo03-top {
  position: relative;
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top {
    height: auto;
  }
}
.page-hero-content-photo03-top-left {
  width: 73%;
  height: 350px;
  padding: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-left {
    width: 100%;
    height: auto;
    padding: 30px 5% 40px;
    border-radius: 0;
  }
}
.page-hero-content-photo03-top-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 350px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right {
    position: static;
    width: 100%;
    height: auto;
    padding-left: 5%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, #f5f5f5), color-stop(62%, #FFFFFF));
    background: linear-gradient(to bottom, #f5f5f5 62%, #FFFFFF 62%);
  }
}
.page-hero-content-photo03-top-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right img {
    height: auto;
    aspect-ratio: 390/200;
  }
}
.page-hero-content-photo03 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #F5F5F5;
}
.page-hero-content-photo03 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 6.5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
  height: 18.382px;
  border-left: 1px solid #F5F5F5;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #B28247;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
  color: #DDDDDC;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
    color: #B28247;
  }
}
.page-hero-content-photo03-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03-title {
    font-size: 2.6rem;
  }
}
.page-hero-content-photo03-sub {
  margin-bottom: 30px;
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #DDDDDC;
}
.page-hero-content-photo03 .com-topic_path-wrap {
  padding: 0px;
}
.page-hero-content-photo03 .com-topic_path {
  background-color: #f5f5f5;
}
.page-hero-content-photo03 .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-hero-content-photo03 .com-topic_path ul li, .page-hero-content-photo03 .com-topic_path ul a {
  color: #B28247;
}
.page-hero-content-photo03 .com-topic_path ul li .icon_arrow {
  fill: #B28247;
  margin-left: 5px;
}
.page-hero-content-photo03 .com-topic_path ul a svg {
  fill: #B28247;
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-top {
  height: auto;
  padding: 60px 50px 50px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top {
    padding: 60px 5% 30px;
  }
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
  width: 100%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
    width: 100%;
  }
}
.page-hero-content-photo03._no_img .com-topic_path-wrap {
  background-color: #f5f5f5;
  padding: 0px;
}
.page-hero-content-photo03._no_img .com-topic_path ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.page-hero-content-photo03._no_img .com-topic_path ul li, .page-hero-content-photo03._no_img .com-topic_path ul a {
  color: #B28247;
}
.page-hero-content-photo03._no_img .com-topic_path ul li .icon_arrow {
  fill: #B28247;
  margin-left: 5px;
}
.page-hero-content-photo03._no_img .com-topic_path ul a svg {
  fill: #B28247;
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-nav {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 50px;
  margin: 0 0 50px;
}
.page-hero-content-photo03._no_img .page-hero-content-photo03-nav-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-hero-content-smart01-top {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}
.page-hero-content-smart01-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top {
    height: auto;
  }
}
.page-hero-content-smart01-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.page-hero-content-smart01-top .com-topic_path-wrap {
  position: absolute;
  bottom: -62px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top .com-topic_path-wrap {
    bottom: -46px;
  }
}
.page-hero-content-smart01-top .com-topic_path ul li, .page-hero-content-smart01-top .com-topic_path ul a {
  color: #0057a1;
}
.page-hero-content-smart01-top .com-topic_path ul li .icon_arrow {
  fill: #0057a1;
  margin-left: 5px;
}
.page-hero-content-smart01-top .com-topic_path ul a svg {
  fill: #0057a1;
}
.page-hero-content-smart01-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title {
    font-size: 2.2rem;
  }
}
.page-hero-content-smart01-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title-wrap {
    height: 180px;
  }
}
.page-hero-content-smart01-sub {
  font-family: "Reddit Sans", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart01-sub {
    font-size: 5rem;
  }
}
.page-hero-content-smart01 .page-hero-content-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-hero-content-smart01 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 2px solid rgba(181, 178, 173, 0.6);
}
.page-hero-content-smart01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 2px 20px;
  color: #FFFFFF;
  border-left: 2px solid rgba(181, 178, 173, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
  background-color: rgba(138, 99, 51, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-hero-content-smart01._no_img .page-hero-content-smart01-top {
  background-image: url("./assets/img/mv-default.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero-content-smart02 {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02 {
    height: 250px;
    padding-bottom: 0;
  }
}
.page-hero-content-smart02-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-img {
    height: 100%;
  }
}
.page-hero-content-smart02 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .com-topic_path-wrap {
    padding: 25px 0;
  }
}
.page-hero-content-smart02 .com-topic_path ul li, .page-hero-content-smart02 .com-topic_path ul a {
  color: #FFFFFF;
}
.page-hero-content-smart02 .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}
.page-hero-content-smart02 .com-topic_path ul a svg {
  fill: #FFFFFF;
}
.page-hero-content-smart02-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}
.page-hero-content-smart02-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-title-wrap {
    padding: 0 5%;
  }
}
.page-hero-content-smart02-sub {
  font-family: "Reddit Sans", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-sub {
    font-size: 3.5rem;
  }
}
.page-hero-content-smart02-bar {
  width: 500px;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02-bar {
    width: 100%;
  }
}
.page-hero-content-smart02 .page-hero-content-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  background-color: #FFFFFF;
  border: 1px solid #f5f5f5;
  border-radius: 100vh;
}
.page-hero-content-smart02 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.page-hero-content-smart02 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.page-hero-content-smart02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #B28247;
  border-left: 1px solid #e6e3df;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-wrap: nowrap;
}
.page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
  color: #DDDDDC;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
    color: #B28247;
  }
}
.page-hero-content-smart02._no_img {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  background: linear-gradient(to bottom, #B28247 calc(100% - 30px), #FFFFFF calc(100% - 30px));
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img {
    height: 250px;
    padding-bottom: 0;
    background: #B28247;
  }
}
.page-hero-content-smart02._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img .com-topic_path-wrap {
    padding: 25px 0;
  }
}
.page-hero-content-smart02._no_img .com-topic_path ul li, .page-hero-content-smart02._no_img .com-topic_path ul a {
  color: #FFFFFF;
}
.page-hero-content-smart02._no_img .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}
.page-hero-content-smart02._no_img .com-topic_path ul a svg {
  fill: #FFFFFF;
}
.page-hero-content-smart02._no_img .page-hero-content-smart01-top {
  background-color: #f5f5f5;
}
.page-hero-content-smart02._no_img .page-hero-content-smart01-title {
  color: #B28247;
}
.page-hero-content-simple01 {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01 {
    height: auto;
  }
}
.page-hero-content-simple01-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.page-hero-content-simple01-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 5%;
  }
}
.page-hero-content-simple01 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path-wrap {
    overflow-x: scroll;
  }
}
.page-hero-content-simple01 .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-hero-content-simple01 .com-topic_path ul li, .page-hero-content-simple01 .com-topic_path ul a {
  color: #B28247;
}
.page-hero-content-simple01 .com-topic_path ul li .icon_arrow {
  fill: #B28247;
  margin-left: 5px;
}
.page-hero-content-simple01 .com-topic_path ul a svg {
  fill: #B28247;
}
.page-hero-content-simple01-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #B28247;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01-title {
    margin-bottom: 20px;
  }
}
.page-hero-content-simple01-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.page-hero-content-simple01-sub {
  font-family: "Reddit Sans", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  color: #B28247;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01-sub {
    font-size: 3.5rem;
  }
}
.page-hero-content-simple01._no_img {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img {
    height: auto;
  }
}
.page-hero-content-simple01._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path-wrap {
    overflow-x: scroll;
  }
}
.page-hero-content-simple01._no_img .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-hero-content-simple01._no_img .com-topic_path ul li, .page-hero-content-simple01._no_img .com-topic_path ul a {
  color: #B28247;
}
.page-hero-content-simple01._no_img .com-topic_path ul li .icon_arrow {
  fill: #B28247;
  margin-left: 5px;
}
.page-hero-content-simple01._no_img .com-topic_path ul a svg {
  fill: #B28247;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  font-family: "Reddit Sans", sans-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: #ea6565;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #DDDDDC;
  height: 22px;
  width: 22px;
  top: 12px;
  left: 0px;
}
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #DDDDDC;
  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 #DDDDDC;
  outline: none;
}
.page-contact-table tr td .wpcf7-text::-webkit-input-placeholder, .page-contact-table tr td .wpcf7-select::-webkit-input-placeholder, .page-contact-table tr td .wpcf7-textarea::-webkit-input-placeholder {
  color: #B5B2AD;
}
.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: #B5B2AD;
}
.page-contact-table tr td .wpcf7-text:-ms-input-placeholder, .page-contact-table tr td .wpcf7-select:-ms-input-placeholder, .page-contact-table tr td .wpcf7-textarea:-ms-input-placeholder {
  color: #B5B2AD;
}
.page-contact-table tr td .wpcf7-text::-ms-input-placeholder, .page-contact-table tr td .wpcf7-select::-ms-input-placeholder, .page-contact-table tr td .wpcf7-textarea::-ms-input-placeholder {
  color: #B5B2AD;
}
.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: #B5B2AD;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #DDDDDC;
  z-index: 1;
}
.page-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #DDDDDC;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.page-contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.page-contact-form-inner:hover .page-contact-form-inner-txt {
  color: #FFFFFF;
}
.page-contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-contact-form-inner:hover .page-contact-form-inner-txt {
    color: #000000;
  }
  .page-contact-form-inner:hover:before {
    width: 0%;
  }
}
.page-contact-form-inner > p:not(.page-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.page-contact-form-inner > p.page-contact-form-inner-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.page-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 #DDDDDC;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.page-contact-link a:hover {
  border-color: rgba(221, 221, 220, 0);
}
@media screen and (max-width: 834px) {
  .page-contact-link a:hover {
    border-color: #DDDDDC;
  }
}
@media screen and (max-width: 834px) {
  .page-template {
    overflow: hidden;
  }
}
.page-template-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .page-template-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: #D8E66B;
  border-bottom: 1px solid #DAC7AF;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 #406C30;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.page-template-content-main-list-item-link:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
          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: #D8E66B;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  border-top: 1px solid #DAC7AF;
}
.page-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #B5B2AD;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.page-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #DAC7AF;
  color: #406C30;
  font-size: 1.4rem;
  font-family: "Reddit Sans", sans-serif;
}
.page-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}
.page-template-content-main-pagination .page-numbers.current::before {
  background: #B28247;
  width: calc(105% + 30px);
}
.page-template-content-main-pagination .page-numbers.prev, .page-template-content-main-pagination .page-numbers.next {
  background-color: #406C30;
}
.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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-template-content-main-pagination .page-numbers.prev:after, .page-template-content-main-pagination .page-numbers.next:after {
  background: #406C30;
}
.page-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #DDDDDC;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.page-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}
.page-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .page-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}
.page-template-content-main-author {
  font-size: 1.4rem;
  color: #B5B2AD;
  text-align: right;
  margin-bottom: 20px;
}
.page-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DAC7AF;
}
.page-template-content-main-head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}
.page-template-content-main-head-top-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #DDDDDC;
}
.page-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.page-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #343330;
}
.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: #DDDDDC;
}
.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: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-transform: translate(-50%, -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 #DAC7AF;
}
.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 #DAC7AF;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
          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 {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F5F5F5;
}
.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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #DAC7AF;
  -webkit-transition: width 0.3s;
  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: #F5F5F5;
  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 {
  -webkit-transform: rotate(180deg);
          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: #DDDDDC;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #DAC7AF;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #B5B2AD;
}
.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #D8E66B;
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .page-template-content-side {
    width: 100%;
  }
}
.page-template-content-side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #DDDDDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 #DAC7AF;
  -webkit-transition: opacity 0.3s;
  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: #64625A;
  margin-bottom: 30px;
}
.page-template-content-side-contact {
  background-color: #DAC7AF;
  padding: 20px;
}
.page-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #DAC7AF;
}
.page-template-content-side-contact-tel {
  display: block;
  font-family: "Reddit Sans", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #B28247;
  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: #343330;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-template-content-side-contact-open span {
  font-family: "Reddit Sans", sans-serif;
  font-size: 2rem;
  margin-left: 5px;
}
.page-template-content-side-contact-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
.page-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}
.page-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #DDDDDC;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.page-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #B28247;
  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: #406C30;
  -webkit-transform: translateY(-2px);
          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 #F5F5F5;
  border-bottom: 1px dashed #F5F5F5;
}
@media screen and (max-width: 834px) {
  .page-template-related-pages {
    margin-bottom: 50px;
  }
}
.page-template-related-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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);
  }
}

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

.code {
  font-size: 1.8rem;
}
.code-wrap {
  position: relative;
  padding: 40px 20px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #000000;
}
.code-wrap pre {
  overflow-y: auto;
}
div:has(> .code-wrap) {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  div:has(> .code-wrap) {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.code-copy {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: #DDDDDC;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  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: #DDDDDC;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  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-color._code code {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #B5B2AD;
  display: block;
  margin: 5px 0;
}

.single a {
  word-break: break-all;
}
.single-hero-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: 1px solid #000000;
}
.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: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: #DDDDDC;
  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 {
  -webkit-transform: rotate(180deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .single-case-treatment-notes-text-swiper-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.single-case-treatment-notes-text-swiper-container .swiper-wrapper {
  width: calc(100% - 150px);
  -ms-flex-negative: 0;
      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;
  -webkit-transform: translateY(1.4rem);
          transform: translateY(1.4rem);
}
.single-case-treatment-notes-text-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #DDDDDC;
  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: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -ms-flex-negative: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  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;
}
.single-relevance-swiper-link-case-content-table-th::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid #DDDDDC;
}
.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: #B5B2AD;
}

.archive-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .archive-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
.archive-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.archive-hero-content {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .archive-hero-content {
    padding: 60px 5% 0px;
  }
}
.archive-hero-content .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 100vh;
}
.archive-hero-content .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-hero-content .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.archive-hero-content .page-hero-content-nav-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .archive-hero-content .page-hero-content-nav-list-item-link:hover {
    opacity: 1;
  }
}
.archive-hero-content-title {
  font-size: 4rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .archive-hero-content-title {
    font-size: 3rem;
  }
}
.archive-hero-content-sub {
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .archive-hero-content-sub {
    margin-bottom: 30px;
  }
}
.archive-contentWidth {
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .archive-contentWidth {
    padding: 0 5%;
  }
}
.archive-contentWidth .com-h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .archive-contentWidth .com-h3 {
    margin-bottom: 40px;
  }
}
.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.archive-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.archive-list-item-link:hover {
  -webkit-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
}
.archive-list-item-link-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 200px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #F5F5F5;
  -ms-flex-negative: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .archive-pagination {
    margin-top: 40px;
  }
}
.archive-pagination .page-numbers {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000000;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .archive-pagination .page-numbers {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}
.archive-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #DDDDDC;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -1;
}
.archive-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  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%;
}

.contact {
  position: relative;
}
.contact-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #406C30;
}
.contact-desc {
  margin-bottom: 60px;
  text-align: center;
}
.contact-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.contact-table-required {
  color: #ea6565;
}
@media screen and (max-width: 834px) {
  .contact-table-required {
    margin-left: 10px;
  }
}
.contact-table-required:first-child {
  margin-left: 10px;
}
.contact-table-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .contact-table tr th, .contact-table tr td {
    display: block;
    width: 100%;
  }
}
.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) {
  .contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
.contact-table tr td {
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.contact-table tr td .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #B5B2AD;
  height: 26px;
  width: 26px;
  top: 12px;
  left: 2px;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #DDDDDC;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 10px;
}
.contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before,
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #B5B2AD;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 1.1rem;
  }
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
    top: 1.1rem;
  }
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
  background-color: #F5F5F5;
}
.contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
  display: block;
  width: 3rem;
  padding-left: 0;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
    padding-top: 2rem;
    width: 1.6rem;
  }
}
.contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #B5B2AD;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0rem;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
  }
}
.contact-table tr td .wpcf7-text,
.contact-table tr td .wpcf7-select,
.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 #B5B2AD;
  outline: none;
}
.contact-table tr td .wpcf7-text::-webkit-input-placeholder, .contact-table tr td .wpcf7-select::-webkit-input-placeholder, .contact-table tr td .wpcf7-textarea::-webkit-input-placeholder {
  color: #B5B2AD;
}
.contact-table tr td .wpcf7-text::-moz-placeholder, .contact-table tr td .wpcf7-select::-moz-placeholder, .contact-table tr td .wpcf7-textarea::-moz-placeholder {
  color: #B5B2AD;
}
.contact-table tr td .wpcf7-text:-ms-input-placeholder, .contact-table tr td .wpcf7-select:-ms-input-placeholder, .contact-table tr td .wpcf7-textarea:-ms-input-placeholder {
  color: #B5B2AD;
}
.contact-table tr td .wpcf7-text::-ms-input-placeholder, .contact-table tr td .wpcf7-select::-ms-input-placeholder, .contact-table tr td .wpcf7-textarea::-ms-input-placeholder {
  color: #B5B2AD;
}
.contact-table tr td .wpcf7-text::placeholder,
.contact-table tr td .wpcf7-select::placeholder,
.contact-table tr td .wpcf7-textarea::placeholder {
  color: #B5B2AD;
}
.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;
}
.contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.contact-position_table {
  width: 100%;
  border-top: 2px solid #B5B2AD;
  border-left: 2px solid #B5B2AD;
}
.contact-position_table tr th, .contact-position_table tr td {
  border-right: 2px solid #B5B2AD;
  border-bottom: 2px solid #B5B2AD;
  width: 45%;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .contact-position_table tr th, .contact-position_table tr td {
    padding: 6px;
  }
}
@media screen and (max-width: 834px) {
  .contact-position_table tr th, .contact-position_table tr td {
    display: table-cell;
    width: 46%;
  }
}
.contact-position_table tr th:first-child, .contact-position_table tr td:first-child {
  width: 10%;
}
@media screen and (max-width: 834px) {
  .contact-position_table tr th:first-child, .contact-position_table tr td:first-child {
    display: table-cell;
    width: 8%;
  }
}
.contact-position_table tr th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.contact-position_table .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-position_table .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}
.contact-position_table .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #000000;
  z-index: 1;
}
.contact-form-inner-txt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.contact-form-inner:hover .contact-form-inner-txt {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .contact-form-inner:hover .contact-form-inner-txt {
    color: #000000;
  }
  .contact-form-inner:hover:before {
    width: 0%;
  }
}
.contact-form-inner > p:not(.contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.contact-form-inner > p.contact-form-inner-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}
.contact-form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.contact-link a {
  padding-bottom: 3px;
  margin-left: 5px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.contact-link a:hover {
  border-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 834px) {
  .contact-link a:hover {
    border-color: #000000;
  }
}
.contact-link .wpcf7-list-item {
  margin-left: 0 !important;
}
.contact .request-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 900;
  pointer-events: none;
}
.header-inner {
  position: relative;
  top: -100px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 0 0 18px;
  pointer-events: auto;
  -webkit-transition: background-color 0.2s linear 0.6s, top 0.3s;
  transition: background-color 0.2s linear 0.6s, top 0.3s;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.header-inner.__scroll {
  top: 0;
}
@media screen and (max-width: 1200px) {
  .header-inner {
    width: 100%;
    height: 60px;
    padding: 0 0 0 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
.header-inner.active {
  background-color: #FFFFFF;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 100%;
}
.header-left-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header-left-contact {
    display: none;
  }
}
.header-left-contact-title {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #2793EA;
}
.header-left-contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
}
.header-left-contact-phone-icon {
  width: 19px;
  height: 19px;
  fill: #2793EA;
  margin-bottom: 6px;
  display: inline-block;
}
.header-left-contact-phone-icon svg,
.header-left-contact-phone-icon svg path {
  fill: #2793EA;
}
.header-left-contact-phone-num {
  font-family: "Reddit Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1;
  color: #2793EA;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 835px) {
  .header-left-contact-phone-num {
    pointer-events: none;
  }
}
.header-left-reserve {
  width: 190px;
  height: 65px;
  padding: 11px 16px 11px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2793EA;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 100px;
  color: #FFFFFF;
  position: relative;
  margin-right: -10px;
}
@media screen and (max-width: 1200px) {
  .header-left-reserve {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .header-left-reserve:hover {
    background-color: #947124;
  }
  .header-left-reserve:hover .header-left-reserve-arrow {
    right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header-left-reserve-text {
  margin-bottom: -3px;
  display: block;
}
.header-left-reserve-text-en {
  font-size: 2.8rem;
  line-height: 1.0714285714;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 300;
}
.header-left-reserve-text-jp {
  font-size: 2.2rem;
  line-height: 1.2272727273;
  letter-spacing: 0.08em;
}
.header-left-reserve-tag {
  font-size: 1.2rem;
  line-height: 1.0833333333;
  letter-spacing: 0.08em;
  display: block;
}
.header-left-reserve-arrow {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-left-reserve-arrow svg {
  width: 100%;
  height: 100%;
}
.header-logo img {
  width: 194px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .header-logo img {
    width: 151px;
  }
}
.header-logo-text {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .header-logo-text {
    font-size: 1.1rem;
  }
}
.header-logo-text-title {
  font-size: 1.6em;
}
.header-hum {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 100%;
  width: 74px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header-hum {
    width: 60px;
  }
}
@media screen and (min-width: 835px) {
  .header-hum:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header-hum-icon {
  position: relative;
  width: 30px;
  height: 20px;
}
.header-hum-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  border-top: 2px solid #2793EA;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
  transition: top 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header-hum-icon span:nth-child(1) {
  top: 0;
}
.header-hum-icon span:nth-child(2) {
  top: 100%;
}
.header-hum-text {
  position: relative;
  margin-top: 10px;
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2793EA;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .header-hum-text {
    margin-top: 8px;
  }
}
.header-hum-text-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.header-hum.active .header-hum-icon span {
  border-top: 2px solid #B28247;
}
.header-hum.active .header-hum-icon span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(32deg);
          transform: translate(-50%, -50%) rotate(32deg);
}
.header-hum.active .header-hum-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-32deg);
          transform: translate(-50%, -50%) rotate(-32deg);
}
.header-hum.active .header-hum-icon span:nth-child(3) {
  opacity: 0;
}
.header-hum.active .header-hum-text {
  color: #B28247;
}
.header-hum.active .header-hum-text-menu {
  opacity: 0;
}
.header-hum.active .header-hum-text-close {
  opacity: 1;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 100%;
}
.header-nav-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  text-decoration: none;
  color: #2793EA;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  min-width: 50px;
  min-height: 65px;
  border-top: 1px solid #95c9f3;
  border-bottom: 1px solid #95c9f3;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 835px) {
  .header-nav-list-item-link:hover {
    background-color: #F5F5F5;
    border-top: 1px solid #DAC7AF;
    border-bottom: 1px solid #DAC7AF;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .header-nav-list-item-link:hover .header-nav-list-item-link-icon svg path {
    fill: #8a6333;
  }
  .header-nav-list-item-link:hover .header-nav-list-item-link-text {
    color: #8a6333;
  }
}
.header-nav-list-item-link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav-list-item-link-icon svg {
  width: 24px;
  height: 24px;
}
.header-nav-list-item-link-icon svg path {
  fill: #2793EA;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 834px) {
  .header-nav-list-item-link-icon svg {
    width: 18px;
    height: 18px;
  }
}
.header-nav-list-item-link-text {
  font-size: 1.3rem;
  line-height: 1.0769230769;
  color: #2793EA;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0;
}
.header-nav-list-item-link._sns .header-nav-list-item-link-icon {
  margin-bottom: 3px;
}
.header-nav-list-item-link._sns .header-nav-list-item-link-text {
  font-size: 1.3rem;
  line-height: 1.0769230769;
  color: #2793EA;
}
@media screen and (min-width: 835px) {
  .header-nav-list-item-link._sns:hover .header-nav-list-item-link-text {
    color: #8a6333;
  }
}
.header-drawerMenu {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: auto;
  -webkit-transition: top 0.7s;
  transition: top 0.7s;
}
.header-drawerMenu.active {
  top: 0;
  -webkit-transition: top 0.7s 0.2s;
  transition: top 0.7s 0.2s;
}
.header-drawerMenu.active .header-drawerMenu-contents-inner {
  opacity: 1;
}
.header-drawerMenu.active .header-drawerMenu-bg {
  pointer-events: auto;
  opacity: 1;
}
.header-drawerMenu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-drawerMenu-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 215px 0 50px;
  background-color: #B28247;
  overflow-y: auto;
  z-index: 10;
}
.header-drawerMenu-contents:after {
  content: "";
  width: 266px;
  height: 459px;
  background: url("./assets/img/icon_logo.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 57px;
  right: 53px;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents:after {
    width: 172px;
    height: 296px;
    bottom: 26px;
    right: 21px;
  }
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents {
    height: 100%;
    max-height: 100%;
    padding: 100px 0;
  }
}
.header-drawerMenu-contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-drawerMenu-contents-inner {
  max-width: 1000px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 0 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner {
    padding-left: 3%;
    padding-right: 3%;
    gap: 26px 0;
  }
}
.header-drawerMenu-contents-item {
  width: 33.33%;
  border-left: 1px solid #FFFFFF;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-item-other {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 10px;
    gap: 30px;
    margin-top: 30px;
  }
  .header-drawerMenu-contents-item-other .header-drawerMenu-contents-title {
    margin-top: 6px;
  }
  .header-drawerMenu-contents-item-other .header-drawerMenu-contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .header-drawerMenu-contents-item-other .header-drawerMenu-contents-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-drawerMenu-contents-item-other .header-drawerMenu-contents-list li a:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-item {
    width: 50%;
    padding-left: 10px;
  }
}
.header-drawerMenu-contents-title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #DAC7AF;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
}
.header-drawerMenu-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-list {
    gap: 7px;
  }
}
.header-drawerMenu-contents-list-item-link {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.header-drawerMenu-contents-list-item-link:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #DAC7AF;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .header-drawerMenu-contents-list-item-link:hover {
    color: #DAC7AF;
  }
  .header-drawerMenu-contents-list-item-link:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-list-item-link {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.section-infomation {
  background: url("./assets/img/bg_information.webp") center/cover no-repeat;
  padding: 102px 0 100px;
}
@media screen and (max-width: 834px) {
  .section-infomation {
    padding: 40px 3.5%;
  }
}
.section-infomation-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 834px) {
  .section-infomation-logo {
    margin-bottom: 20px;
  }
}
.section-infomation-logo img {
  max-width: 210px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .section-infomation-logo img {
    max-width: 138px;
  }
}
.section-infomation .com-title {
  margin-bottom: 52px;
}
.section-infomation .com-title-en {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .section-infomation .com-title {
    margin-bottom: 19px;
  }
}
.section-infomation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 834px) {
  .section-infomation-content {
    gap: 30px;
  }
}
.section-infomation-content-left {
  width: 100%;
}
.section-infomation-divider {
  width: 100%;
  height: 1px;
  background-color: #B5B2AD;
  border: none;
  margin: 0;
}
.section-infomation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .section-infomation-row {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-infomation-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .section-infomation-row {
    margin-top: 0;
    gap: 20px;
  }
}
.section-infomation-schedule {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .section-infomation-schedule {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.section-infomation-calendar {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.section-infomation-calendar img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section-infomation-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .section-infomation-times {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.section-infomation-times-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7px;
  height: 30px;
  min-width: 70px;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.9230769231;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-infomation-times-tag.__gray {
  background-color: #B5B2AD;
}
.section-infomation-times-tag.__main {
  background-color: #2793EA;
}
.section-infomation-times-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-infomation-times-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .section-infomation-times-item {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.section-infomation-times-item-day {
  color: #2793EA;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-infomation-times-item-time {
  color: #64625A;
}
.section-infomation-holiday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .section-infomation-holiday {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.section-infomation-holiday-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .section-infomation-holiday-text {
    line-height: 2;
  }
}
.section-infomation-access {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 835px) {
  .section-infomation-access .com-heading03 {
    margin-bottom: 20px;
  }
}
.section-infomation-map {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-infomation-map iframe {
  width: 100%;
  height: auto;
}
.section-infomation-map img {
  width: 100%;
  height: auto;
}
.section-infomation-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 17px;
}
.section-infomation-address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.section-infomation-address-item p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .section-infomation-address-item p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .section-infomation-address-item img {
    width: 20px;
    height: auto;
  }
}
.section-infomation-address-icon {
  width: 24px;
  height: 24px;
  fill: #2793EA;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-infomation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .section-infomation-buttons {
    gap: 5px;
  }
}
.section-infomation-buttons .home-com-btn {
  padding: 8px 44px 8px 16px;
}
.section-infomation-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .section-infomation-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.section-infomation-bottom._risk-note {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section-infomation-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.section-infomation-news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .section-infomation-news-header {
    margin-bottom: 20px;
  }
}
.section-infomation-news-header .section-infomation-heading {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .section-infomation-news-header .com-heading03 {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.section-infomation-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 834px) {
  .section-infomation-news-list {
    gap: 3px;
  }
}
.section-infomation-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 23px 0 20px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .section-infomation-news-item:hover {
    background-color: #F5F5F5;
  }
  .section-infomation-news-item:hover .section-infomation-news-item-date {
    color: #B28247;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .section-infomation-news-item:hover svg {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .section-infomation-news-item:hover svg path {
    stroke: #B28247;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 834px) {
  .section-infomation-news-item {
    padding: 0 10px;
    height: 50px;
  }
}
.section-infomation-news-item-date {
  font-family: "Reddit Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  color: #2793EA;
  width: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .section-infomation-news-item-date {
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
}
.section-infomation-news-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #343330;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .section-infomation-news-item-title {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    padding: 0;
  }
}
.section-infomation-news-item svg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .section-infomation-news-item svg {
    display: none;
  }
}
.section-infomation-news-item svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .section-infomation-news .home-com-btn {
    padding: 8px 43px 8px 10px;
  }
}
.section-infomation-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.section-infomation-contact .com-heading03 {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact .com-heading03 {
    margin-bottom: 20px;
  }
}
.section-infomation-contact-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.section-infomation-contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card {
    height: auto;
  }
}
.section-infomation-contact-card.__web {
  background-color: #2793EA;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .section-infomation-contact-card.__web:hover {
    background-color: #947124;
  }
  .section-infomation-contact-card.__web:hover .section-infomation-contact-card-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.section-infomation-contact-card.__phone {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDC;
}
@media screen and (min-width: 835px) {
  .section-infomation-contact-card.__phone {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card.__phone {
    gap: 11px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.section-infomation-contact-card-img {
  width: 150px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card-img {
    width: 90px;
    height: 100px;
  }
}
.section-infomation-contact-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-infomation-contact-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card-content {
    padding: 15px 15px 15px 0;
    gap: 6px;
  }
}
.section-infomation-contact-card-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card-title {
    font-size: 2rem;
  }
}
.section-infomation-contact-card-title span {
  font-family: "Reddit Sans", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 0.725;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card-title span {
    font-size: 3rem;
  }
}
.section-infomation-contact-card-desc {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.13em;
  color: #FFFFFF;
}
.section-infomation-contact-card-label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card-label {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.section-infomation-contact-card-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1px;
}
.section-infomation-contact-card-phone-icon {
  width: 19px;
  height: 19px;
  fill: #2793EA;
  margin-bottom: 2px;
  display: block;
}
.section-infomation-contact-card-phone-number {
  font-family: "Reddit Sans", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 0.7631578947;
  letter-spacing: 0.15em;
  color: #2793EA;
}
@media screen and (max-width: 1200px) {
  .section-infomation-contact-card-phone-number {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card-phone-number {
    font-size: 2.5rem;
    line-height: 1.16;
  }
}
.section-infomation-contact-card-arrow {
  position: absolute;
  top: 6px;
  right: 16px;
  width: 16px;
  height: 13px;
  fill: #FFFFFF;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-card-arrow {
    display: none;
  }
}
.section-infomation-contact-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-sub {
    gap: 6px;
  }
}
.section-infomation-contact-sub-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
  color: #64625A;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-sub-text {
    font-size: 1.5rem;
  }
}
.section-infomation-contact-sub-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1px;
}
@media screen and (min-width: 835px) {
  .section-infomation-contact-sub-phone {
    pointer-events: none;
  }
}
.section-infomation-contact-sub-phone-icon {
  width: 19px;
  height: 19px;
  fill: #2793EA;
  margin-bottom: 7px;
  display: block;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-sub-phone-icon {
    margin-bottom: 2px;
  }
}
.section-infomation-contact-sub-phone-number {
  font-family: "Reddit Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 0.9666666667;
  letter-spacing: 0.15em;
  color: #2793EA;
}
@media screen and (max-width: 834px) {
  .section-infomation-contact-sub-phone-number {
    font-size: 2.2rem;
  }
}

.footer {
  padding: 100px 0;
  background-color: #0057a1;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 40px 3% 100px;
  }
}
.footer-top {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .footer-top {
    margin-bottom: 30px;
  }
}
.footer-top-contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-top-contents-inner {
    gap: 30px 7px;
  }
}
.footer-top-contents-item {
  min-width: 200px;
  border-left: 1px solid #FFFFFF;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-top-contents-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 7px);
    min-width: auto;
  }
}
@media screen and (max-width: 834px) {
  .footer-top-contents-item {
    gap: 10px;
  }
}
.footer-top-contents-title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #95c9f3;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .footer-top-contents-title {
    font-weight: 600;
  }
}
.footer-top-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.footer-top-contents-list-item-link {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .footer-top-contents-list-item-link {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.footer-top-contents-list-item-link:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #DAC7AF;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .footer-top-contents-list-item-link:hover {
    color: #DAC7AF;
  }
  .footer-top-contents-list-item-link:hover:after {
    opacity: 1;
  }
}
.footer-lp {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .footer-lp {
    margin-bottom: 30px;
  }
}
.footer-lp-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .footer-lp-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.footer-lp-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
@media screen and (min-width: 835px) {
  .footer-lp-list-item:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  }
  .footer-lp-list-item:hover .footer-lp-list-item-bg:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
.footer-lp-list-item-bg {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-lp-list-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-lp-list-item-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.footer-lp-list-item-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.08em;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .footer-lp-list-item-text {
    left: 12px;
  }
}
@media screen and (max-width: 834px) {
  .footer-lp-list-item-text {
    left: 20px;
  }
}
.footer-lp-list-item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .footer-lp-list-item-icon {
    right: 12px;
  }
}
@media screen and (max-width: 834px) {
  .footer-lp-list-item-icon {
    right: 20px;
  }
}
.footer-lp-list-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer-bottom-left-address {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .footer-bottom-left-address {
    margin-bottom: 20px;
  }
}
.footer-bottom-left-supported {
  font-size: 1.1rem;
  line-height: 1.3636363636;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.footer-bottom-right-copyright {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .footer-bottom-right-copyright {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    letter-spacing: 0.15em;
  }
}

.btm-fixed-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  z-index: 999;
}
.btm-fixed-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: 0 -5px 0 0;
  width: calc(100% + 5px);
}
.btm-fixed-box-list-item {
  width: calc(33.33% - 5px);
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.btm-fixed-box .btm-fixed-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
.btm-fixed-box .btm-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.btm-fixed-box .btm-text {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.btm-fixed-box .btm-text._small {
  font-size: 1rem;
}
.btm-fixed-box .btm-access {
  background-color: #2793EA;
}
.btm-fixed-box .btm-web {
  background-color: #B28247;
}
.btm-fixed-box .btm-phone {
  background-color: #947124;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          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 #DDDDDC;
    background: #FFFFFF;
    left: 50% !important;
    top: calc(100% + 52px) !important;
  }
}
.mySwiper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 834px) {
  .mySwiper .swiper-button-prev {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid #DDDDDC;
    background: #FFFFFF;
    left: calc(50% - 50px) !important;
    top: calc(100% + 52px) !important;
  }
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 7.25px;
  height: 14.5px;
  display: block;
}
.mySwiper .swiper-button-next::after {
  background-image: url(assets/img/swiper-button-next-r.svg) !important;
}
.mySwiper .swiper-button-prev::after {
  background-image: url(assets/img/swiper-button-next-l.svg) !important;
}/*# sourceMappingURL=style-color1.css.map */