@charset "UTF-8";
.radius--0 {
  --radius: 0;
  --radius-lg: 0;
}

.radius--5 {
  --radius: 5px;
  --radius-lg: 8px;
}

.radius--10 {
  --radius: 10px;
  --radius-lg: 16px;
}

.radius--50 {
  --radius: 50px;
  --radius-lg: 50px;
}

* {
  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: #212121;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

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: var(--theme, #6b88af);
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, var(--theme-light, #cbd5e3)));
  background: linear-gradient(to bottom, transparent 50%, var(--theme-light, #cbd5e3) 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%;
}

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

.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.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: var(--theme, #6b88af) !important;
}

.color_bg-main-light {
  background-color: var(--theme-light, #cbd5e3) !important;
}

.color_bg-main-dark {
  background-color: var(--theme-dark, #3b4b60) !important;
}

.color_bg-sub {
  background-color: var(--theme, #6b88af) !important;
}

.color_bg-sub-light {
  background-color: var(--theme-light, #cbd5e3) !important;
}

.color_bg-sub-dark {
  background-color: var(--theme-dark, #3b4b60) !important;
}

.color_bg-sub2 {
  background-color: var(--theme, #6b88af) !important;
}

.color_bg-sub2-light {
  background-color: var(--theme-light, #cbd5e3) !important;
}

.color_bg-sub2-dark {
  background-color: var(--theme-dark, #3b4b60) !important;
}

.color_bg-gray-white {
  background-color: #f5f5f5 !important;
}

.color_bg-gray-light {
  background-color: #d1cdc7 !important;
}

.color_bg-gray {
  background-color: #828282 !important;
}

.color_bg-gray-dark {
  background-color: #4d4d4d !important;
}

.color_bg-gray-black {
  background-color: #212121 !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: var(--theme, #6b88af) !important;
}

.color_text-main-light {
  color: var(--theme-light, #cbd5e3) !important;
}

.color_text-main-dark {
  color: var(--theme-dark, #3b4b60) !important;
}

.color_text-sub {
  color: var(--theme, #6b88af) !important;
}

.color_text-sub-light {
  color: var(--theme-light, #cbd5e3) !important;
}

.color_text-sub-dark {
  color: var(--theme-dark, #3b4b60) !important;
}

.color_text-sub2 {
  color: var(--theme, #6b88af) !important;
}

.color_text-sub2-light {
  color: var(--theme-light, #cbd5e3) !important;
}

.color_text-sub2-dark {
  color: var(--theme-dark, #3b4b60) !important;
}

.color_text-gray-white {
  color: #f5f5f5 !important;
}

.color_text-gray-light {
  color: #d1cdc7 !important;
}

.color_text-gray {
  color: #828282 !important;
}

.color_text-gray-dark {
  color: #4d4d4d !important;
}

.color_text-gray-black {
  color: #212121 !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: "Shippori Mincho", serif !important;
}

.font-en {
  font-family: "Shippori Mincho", 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: var(--theme, #6b88af);
  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: var(--radius);
  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: #828282;
  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: var(--theme, #6b88af);
}

.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: var(--theme, #6b88af);
}

.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: 100px 0;
}

@media screen and (max-width: 834px) {
  .com-section {
    padding: 40px 0;
  }
}

.com-spacer-section {
  padding-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .com-spacer-section {
    padding-bottom: 40px;
  }
}

.com-spacer-large {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .com-spacer-large {
    margin-bottom: 25px;
  }
}

.com-spacer-medium {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-spacer-medium {
    margin-bottom: 15px;
  }
}

.com-spacer-small {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .com-spacer-small {
    margin-bottom: 12px;
  }
}

.com-spacer-xsmall {
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .com-spacer-xsmall {
    margin-bottom: 10px;
  }
}

.com-spacer-xxsmall {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .com-spacer-xxsmall {
    margin-bottom: 5px;
  }
}

.com-contentWidth {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .com-contentWidth {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.com-contentWidth.__1200 {
  max-width: 1300px;
}

.com-contentWidth.__1400 {
  max-width: 1500px;
}

.com-contentWidth.__900 {
  max-width: 1000px;
}

.com-bgc-white {
  background-color: #ffffff;
}

.com-bgc-main {
  background-color: var(--theme, #6b88af);
}

.com-bgc-main-light {
  background-color: var(--theme-light, #cbd5e3);
}

.com-bgc-sub {
  background-color: var(--theme, #6b88af);
}

.com-bgc-gray-light {
  background-color: #d1cdc7;
}

.com-bgc-gray-white {
  background-color: #f5f5f5;
}

.com-c-white {
  color: #ffffff;
}

.com-text-body-m {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0em;
}

@media screen and (max-width: 834px) {
  .com-text-body-m {
    font-size: 1.45rem;
  }
}

.com-text-body-s {
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 0em;
  color: #828282;
}

@media screen and (max-width: 834px) {
  .com-text-body-s {
    font-size: 1.3rem;
  }
}

.com-text-body-l {
  font-size: 1.7rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 834px) {
  .com-text-body-l {
    font-size: 1.6rem;
  }
}

.com-text-accent-en {
  font-family: "Shippori Mincho", sans-serif;
  color: var(--theme, #6b88af);
  line-height: 1;
}

.com-text-accent-en._xl {
  font-size: 8rem;
}

@media screen and (max-width: 834px) {
  .com-text-accent-en._xl {
    font-size: 5rem;
  }
}

.com-text-accent-en._l {
  font-size: 3.8rem;
}

@media screen and (max-width: 834px) {
  .com-text-accent-en._l {
    font-size: 3.5rem;
  }
}

.com-text-accent-en._m {
  font-size: 2.2rem;
}

@media screen and (max-width: 834px) {
  .com-text-accent-en._m {
    font-size: 2rem;
  }
}

.com-text-accent-en._s {
  font-size: 1.5rem;
}

.com-text-accent-en._ss {
  font-size: 1.2rem;
}

.com-text-accent-en._25 {
  font-size: 2.5rem;
}

@media screen and (max-width: 834px) {
  .com-text-accent-en._25 {
    font-size: 2rem;
  }
}

.com-text-accent-jp {
  color: var(--theme, #6b88af);
}

.com-text-accent-jp._l {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (max-width: 834px) {
  .com-text-accent-jp._l {
    font-size: 3rem;
  }
}

.com-text-accent-jp._m {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4em;
}

@media screen and (max-width: 834px) {
  .com-text-accent-jp._m {
    font-size: 2rem;
  }
}

.com-text-accent-jp._s {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.com-h1 {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Shippori Mincho", 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: var(--theme, #6b88af);
}

.com-h1-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-h2 {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 834px) {
  .com-h2 {
    font-size: 2.4rem;
  }
}

.com-h2._basic {
  text-align: center;
  background-color: var(--theme, #6b88af);
  overflow: clip;
  border-radius: var(--radius);
  padding: 15px;
  color: #ffffff;
}

.com-h2._border01 {
  text-align: center;
  overflow: clip;
  padding: 15px;
  border-bottom: 1px solid var(--theme, #6b88af);
}

.com-h2._border02 {
  text-align: center;
  overflow: clip;
  padding: 15px;
  border-top: 1px solid var(--theme, #6b88af);
  border-bottom: 1px solid var(--theme, #6b88af);
}

.com-h2._accent01 {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.com-h2._accent01 .com-h2-icon {
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  fill: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-h2._accent01 .com-h2-icon {
    width: 40px;
  }
}

.com-h2._accent02 {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.com-h2._accent02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 0;
  border-bottom: 3px solid var(--theme, #6b88af);
}

.com-h2-top {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 834px) {
  .com-h2-top {
    font-size: 2.5rem;
  }
}

.com-h2-top span {
  color: var(--theme, #6b88af);
}

.com-h2-top-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .com-h3 {
    font-size: 1.8rem;
  }
}

.com-h3._border {
  border-bottom: 1px dashed var(--theme, #6b88af);
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .com-h3._border {
    padding-bottom: 8px;
  }
}

.com-h3._dots {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 834px) {
  .com-h3._dots {
    padding-left: 20px;
  }
}

.com-h3._dots:before {
  content: "";
  position: absolute;
  top: calc((1lh - 20px) / 2);
  left: 0;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--theme, #6b88af);
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .com-h3._dots:before {
    width: 15px;
    top: calc((1lh - 15px) / 2);
  }
}

.com-h3.com-underline {
  border-bottom: 1px solid #828282;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .com-h3.com-underline {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.com-h4 {
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 700;
}

.com-h4._accent01 {
  color: var(--theme, #6b88af);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.com-h4._accent01 .com-h4-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.com-h4._accent01 .com-h4-bar {
  position: relative;
  width: 100%;
}

.com-h4._accent01 .com-h4-bar:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--theme, #6b88af);
}

.com-h4._accent02 {
  padding-left: 13px;
  border-left: 3px solid var(--theme, #6b88af);
}

.com-h4-dot {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--theme, #6b88af);
}

.com-h4-dot:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--theme, #6b88af);
  border-radius: 50%;
}

.com-h4-icon {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #212121;
}

@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: var(--theme, #6b88af);
}

@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: var(--theme, #6b88af);
}

@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: var(--theme, #6b88af);
}

@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: var(--theme, #6b88af);
}

@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: var(--theme, #6b88af);
}

@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: var(--theme, #6b88af);
}

@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: "Shippori Mincho", sans-serif;
  font-size: 8rem;
  line-height: 1.45;
  font-weight: 300;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-accent-en-l, .com-accent-en-large {
    font-size: 5rem;
  }
}

.com-accent-en-lm {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 6rem;
  line-height: 1.45;
  font-weight: 300;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-accent-en-lm {
    font-size: 4.2rem;
  }
}

.com-accent-en-m, .com-accent-en-medium {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 300;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-accent-en-m, .com-accent-en-medium {
    font-size: 3.5rem;
  }
}

.com-accent-en-ms {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  line-height: 1.45;
  font-weight: 300;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-accent-en-ms {
    font-size: 2.8rem;
  }
}

.com-accent-en-s, .com-accent-en-small {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 300;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-accent-en-s, .com-accent-en-small {
    font-size: 2rem;
  }
}

.com-index {
  padding: 30px;
  border-radius: var(--radius-lg);
  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: var(--theme, #6b88af);
}

.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: var(--theme, #6b88af);
}

.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: var(--radius);
  width: 100%;
  height: auto;
}

.com-img._w380 {
  width: 380px;
  height: auto;
}

@media screen and (max-width: 834px) {
  .com-img._w380 {
    width: 100%;
  }
}

.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: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-col4 {
    -ms-grid-columns: (1fr)[2];
        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: var(--theme-dark, #3b4b60);
  text-align: center;
}

.com-col4-item-underline::after {
  content: "";
  position: absolute;
  background-color: var(--theme-light, #cbd5e3);
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(38% + 60px);
      grid-template-columns: 1fr calc(38% + 60px);
  -webkit-column-gap: 60px;
          column-gap: 60px;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-col-img_right {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

.com-col-img_right-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
}

.com-col-img_right-text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

.com-col-img_right-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  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;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.com-col-img_right._md {
  -ms-grid-columns: calc(50% - 60px) 1fr;
      grid-template-columns: calc(50% - 60px) 1fr;
}

@media screen and (max-width: 834px) {
  .com-col-img_right._md {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

.com-col-img_right._lg {
  -ms-grid-columns: calc(30% + 60px) 1fr;
      grid-template-columns: calc(30% + 60px) 1fr;
}

@media screen and (max-width: 834px) {
  .com-col-img_right._lg {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

.com-col-img_left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(38% + 60px) 1fr;
      grid-template-columns: calc(38% + 60px) 1fr;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-col-img_left {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

.com-col-img_left-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
}

.com-col-img_left-text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

.com-col-img_left-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  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;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.com-col-img_left._md {
  -ms-grid-columns: 1fr calc(50% - 60px);
      grid-template-columns: 1fr calc(50% - 60px);
}

@media screen and (max-width: 834px) {
  .com-col-img_left._md {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

.com-col-img_left._lg {
  -ms-grid-columns: 1fr calc(30% + 60px);
      grid-template-columns: 1fr calc(30% + 60px);
}

@media screen and (max-width: 834px) {
  .com-col-img_left._lg {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
        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-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

.com-ul-dots-item {
  position: relative;
  padding-left: 29px;
  font-size: 1.55rem;
}

@media screen and (max-width: 834px) {
  .com-ul-dots-item {
    font-size: 1.45rem;
  }
}

.com-ul-dots-item:before {
  content: "";
  position: absolute;
  top: calc((1lh - 11px) / 2);
  left: 6px;
  width: 11px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--theme, #6b88af);
  border-radius: 50%;
}

.com-ul-dots._underline {
  gap: 0;
  border-top: 1px dashed var(--theme, #6b88af);
}

.com-ul-dots._underline .com-ul-dots-item {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--theme, #6b88af);
}

.com-ul-dots._underline .com-ul-dots-item:before {
  top: calc((1lh - 11px + 16px) / 2);
}

.com-ul-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.com-ul-check-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

.com-ul-check-item-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;
  width: 24px;
  height: 1lh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.com-ul-check-item-icon-svg {
  width: 24px;
  height: 24px;
  fill: var(--theme, #6b88af);
}

.com-ul-check-item-icon._border {
  width: 1lh;
  height: 1lh;
  border: 1px solid var(--theme, #6b88af);
  border-radius: 3px;
}

.com-ul-check-item-text {
  font-size: 1.55rem;
}

@media screen and (max-width: 834px) {
  .com-ul-check-item-text {
    font-size: 1.45rem;
  }
}

.com-ul-check._underline {
  border-top: 1px dashed var(--theme, #6b88af);
  gap: 0;
}

.com-ul-check._underline .com-ul-check-item {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--theme, #6b88af);
  width: 100%;
}

.com-ul-number-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  padding-left: 15px;
  border-left: 1px solid var(--theme, #6b88af);
}

.com-ul-number-01-item {
  position: relative;
  padding-left: 40px;
}

.com-ul-number-01-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(1lh / 2);
  left: 0;
  height: 0;
}

.com-ul-number-01-item-icon-text {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-ul-number-01-item-icon-text {
    font-size: 2rem;
  }
}

.com-ul-number-01-item-text {
  font-size: 1.7rem;
}

@media screen and (max-width: 834px) {
  .com-ul-number-01-item-text {
    font-size: 1.6rem;
  }
}

.com-ul-number-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  padding: 15px 0;
  border-top: 1px solid var(--theme, #6b88af);
  border-bottom: 1px solid var(--theme, #6b88af);
}

.com-ul-number-02-item {
  position: relative;
  padding-left: 40px;
}

.com-ul-number-02-item-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;
  position: absolute;
  top: calc((1lh - 24px) / 2);
  left: 0;
  width: 24px;
  height: 24px;
  background-color: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}

.com-ul-number-02-item-icon-text {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}

.com-ul-number-02-item-text {
  font-size: 1.7rem;
}

@media screen and (max-width: 834px) {
  .com-ul-number-02-item-text {
    font-size: 1.6rem;
  }
}

.com-ul-nenpyu-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
      grid-template-columns: -webkit-max-content 1fr;
      grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
}

.com-ul-nenpyu-01-item {
  display: contents;
}

.com-ul-nenpyu-01-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  height: 100%;
  font-size: 1.3rem;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #828282;
}

.com-ul-nenpyu-01-item-text {
  font-size: 1.55rem;
}

@media screen and (max-width: 834px) {
  .com-ul-nenpyu-01-item-text {
    font-size: 1.45rem;
  }
}

.com-ul-nenpyu-02 {
  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;
  border-top: 1px dashed var(--theme, #6b88af);
}

.com-ul-nenpyu-02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px dashed var(--theme, #6b88af);
  width: 100%;
}

.com-ul-nenpyu-02-item-heading {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--theme, #6b88af);
}

.com-ul-nenpyu-02-item-text {
  font-size: 1.55rem;
}

@media screen and (max-width: 834px) {
  .com-ul-nenpyu-02-item-text {
    font-size: 1.45rem;
  }
}

.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: 15px;
    gap: 20px;
  }
}

.com-point-img {
  width: 150px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -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 #d1cdc7;
}

@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 var(--theme-dark, #3b4b60);
  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: var(--theme-dark, #3b4b60);
  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: var(--theme-dark, #3b4b60);
  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: 20px;
  border-bottom: 1px solid #d1cdc7;
}

.com-underline._dashed {
  border-bottom: 1px dashed #d1cdc7;
}

.com-note {
  padding-left: 15px;
  border-left: 1px solid #4d4d4d;
}

.com-note .com-ul-note {
  color: #4d4d4d;
  font-size: 1.4rem;
}

.com-risk-note {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #d1cdc7;
  background-color: #ffffff;
  border-radius: var(--radius);
}

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

.com-risk-note-title {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: var(--theme, #6b88af);
  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: #212121;
  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-risk-note-content ul,
.com-risk-note-content ol {
  margin-left: 1.2em;
  margin-bottom: 1em;
}

.com-risk-note-content ul {
  list-style: disc;
}

.com-risk-note-content ol {
  list-style: decimal;
}

.com-table01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d1cdc7;
}

.com-table01 tr {
  border-bottom: 1px solid #d1cdc7;
}

.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 {
    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%;
  background-color: #ffffff;
}

@media screen and (max-width: 834px) {
  .com-table01 td {
    width: 100%;
  }
}

.com-table02 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d1cdc7;
}

@media screen and (max-width: 834px) {
  .com-table02 th,
  .com-table02 td {
    display: block;
    width: 100%;
  }
}

.com-table02 tr {
  border-bottom: 1px solid #d1cdc7;
}

.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;
  background-color: #ffffff;
}

@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: "Shippori Mincho", 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;
  background-color: #ffffff;
}

.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: var(--radius);
}

@media screen and (max-width: 834px) {
  .com-table02-img img {
    max-width: none;
  }
}

.com-table03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d1cdc7;
  border-left: 1px solid #d1cdc7;
}

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

@media screen and (max-width: 834px) {
  .com-table03-head {
    width: 100%;
    border-right: 1px solid #d1cdc7;
    border-bottom: none;
  }
}

.com-table03-text {
  width: 74%;
  padding: 20px;
  border-bottom: 1px solid #d1cdc7;
  border-right: 1px solid #d1cdc7;
  background-color: #ffffff;
}

@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: "Shippori Mincho", 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: var(--radius-lg);
  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: 30px;
    margin-bottom: 30px;
  }
}

.com-flow-item:last-child {
  margin-bottom: 0;
}

.com-flow-item:last-child::after {
  display: none;
}

.com-flow-item::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 50px;
  border-left: 2px solid var(--theme-dark, #3b4b60);
  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: "Shippori Mincho", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  color: var(--theme-dark, #3b4b60);
}

@media screen and (max-width: 834px) {
  .com-flow-item-step p {
    font-size: 3.5rem;
  }
}

.com-flow-item-text {
  width: 51%;
}

@media screen and (max-width: 834px) {
  .com-flow-item-text {
    width: 100%;
  }
}

.com-flow-item-text h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-text h3 {
    font-size: 1.8rem;
  }
}

.com-flow-item-img {
  width: 25%;
  min-width: 180px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-img {
    width: 100%;
    min-width: none;
  }
}

.com-flow-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--radius);
}

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

@media screen and (max-width: 834px) {
  .com-faq-list-item {
    padding: 15px;
  }
}

.com-faq-list-item:first-child {
  padding-top: 0;
}

.com-faq-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.com-faq-list-item-q {
  position: relative;
  padding-top: 15px;
  padding-left: 70px;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
    min-height: 60px;
  }
}

.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: var(--theme, #6b88af);
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Shippori Mincho", sans-serif;
}

.com-faq-list-item-a {
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-a {
    padding-left: 70px;
  }
}

.com-faq-list-item-a::before {
  content: "A";
  display: -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: #f5f5f5;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--theme-dark, #3b4b60);
  font-family: "Shippori Mincho", sans-serif;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-a::before {
    left: 0;
  }
}

.com-box01 {
  padding: 60px 50px;
  border-radius: var(--radius-lg);
  background-color: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .com-box01 {
    padding: 30px 15px;
  }
}

.com-box01-head {
  border-bottom: dashed 1px #828282;
  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: var(--theme, #6b88af);
}

.com-box01-head-h2 {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  color: var(--theme-dark, #3b4b60);
  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 #828282;
}

.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 #d1cdc7;
  border-radius: var(--radius);
}

@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: "Shippori Mincho", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-dark, #3b4b60);
  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: var(--radius);
}

@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);
  padding: 20px;
  background-color: #ffffff;
  border-radius: var(--radius);
}

@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    width: 100%;
  }
}

@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: var(--theme-dark, #3b4b60);
}

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

@media screen and (max-width: 834px) {
  .com-box03-contact-item-head {
    font-size: 1.7rem;
  }
}

.com-box03-contact-item-phone {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  color: var(--theme-dark, #3b4b60);
  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: "Shippori Mincho", 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: 10px;
}

.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: var(--radius);
  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: var(--theme, #6b88af);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-dark, #3b4b60);
  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: #d1cdc7;
  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: var(--theme-dark, #3b4b60);
  -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: var(--theme, #6b88af);
  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: var(--theme-dark, #3b4b60);
  border: none;
}

.com-btn02._white::before {
  background-color: var(--theme-dark, #3b4b60);
}

.com-btn02._white::after {
  background-color: #ffffff;
}

.com-btn02._white .com-btn02-arrow01 {
  fill: var(--theme-dark, #3b4b60);
  -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 var(--theme-dark, #3b4b60);
}

.com-btn02.color-red::after {
  background-color: #e53935;
}

.com-btn02.color-red::before {
  background-color: #9f1815;
}

.com-btn02.color-sub::after {
  background-color: var(--theme, #6b88af);
}

.com-btn02.color-sub::before {
  background-color: var(--theme-darker);
}

.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: var(--radius);
  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: var(--theme, #6b88af);
  -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: var(--theme-dark, #3b4b60);
  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: var(--theme-dark, #3b4b60);
  border: 1px solid var(--theme-light, #cbd5e3);
}

.com-btn03._white::before {
  background-color: #d1cdc7;
}

.com-btn03._white::after {
  background-color: #ffffff;
}

.com-btn04 {
  border: 1px solid var(--theme, #6b88af);
  background-color: var(--theme, #6b88af);
  border-radius: 100vh;
  padding: 9px 15px 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .com-btn04:hover {
    background-color: #ffffff;
  }
  .com-btn04:hover .com-btn04-text {
    color: var(--theme, #6b88af);
  }
  .com-btn04:hover .com-btn04-arrow02 {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
    color: var(--theme, #6b88af);
  }
}

@media screen and (max-width: 834px) {
  .com-btn04 {
    padding: 8px 10px 8px 15px;
    gap: 6px;
  }
}

.com-btn04-text {
  font-weight: 400;
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .com-btn04-text {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.com-btn04-arrow02 {
  width: 18px;
  height: 15px;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -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;
}

.com-btn04._transparent {
  background-color: rgba(255, 255, 255, 0);
}

.com-btn04._transparent .com-btn04-text {
  color: #4d4d4d;
}

.com-btn04._transparent .com-btn04-arrow02 {
  color: var(--theme, #6b88af);
}

@media (hover: hover) and (pointer: fine) {
  .com-btn04._transparent:hover {
    background-color: var(--theme, #6b88af);
  }
  .com-btn04._transparent:hover .com-btn04-text {
    color: #ffffff;
  }
  .com-btn04._transparent:hover .com-btn04-arrow02 {
    color: #ffffff;
  }
}

.com-btn05 {
  border: 1px solid var(--theme, #6b88af);
  background-color: rgba(var(--theme, #6b88af), 0);
  border-radius: 100vh;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .com-btn05:hover {
    background-color: var(--theme, #6b88af);
  }
  .com-btn05:hover .com-btn05-text {
    color: #ffffff;
  }
  .com-btn05:hover .com-btn05-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
    color: #ffffff;
  }
}

@media screen and (max-width: 834px) {
  .com-btn05 {
    padding: 15px 20px;
    gap: 6px;
  }
}

.com-btn05-text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--theme, #6b88af);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .com-btn05-text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}

.com-btn05-arrow {
  width: 11px;
  height: 16px;
  color: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -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;
}

.com-btn05._white {
  border-color: #ffffff;
}

.com-btn05._white .com-btn05-text {
  color: #ffffff;
}

.com-btn05._white .com-btn05-arrow {
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .com-btn05._white:hover {
    background-color: #ffffff;
  }
  .com-btn05._white:hover .com-btn05-text {
    color: var(--theme, #6b88af);
  }
  .com-btn05._white:hover .com-btn05-arrow {
    color: var(--theme, #6b88af);
  }
}

.com-button-round-01 {
  display: block;
  position: relative;
  padding: 8px 45px 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vh;
  background-color: var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.com-button-round-01:hover {
  background-color: var(--theme-dark, #3b4b60);
}

.com-button-round-01-text {
  display: inline-block;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2;
  color: #ffffff;
}

@media screen and (max-width: 834px) {
  .com-button-round-01-text {
    font-size: 1.45rem;
  }
}

.com-button-round-01-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.com-button-round-02 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 45px 8px 20px;
  border-radius: 100vh;
  background-color: #ffffff;
  border: 1px solid var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.com-button-round-02:hover {
  background-color: var(--theme, #6b88af);
}

.com-button-round-02:hover .com-button-round-02-text {
  color: #ffffff;
}

.com-button-round-02:hover .com-button-round-02-icon {
  fill: #ffffff;
}

.com-button-round-02-text {
  display: inline-block;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2;
  color: var(--theme, #6b88af);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .com-button-round-02-text {
    font-size: 1.45rem;
  }
}

.com-button-round-02-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.com-button-square-01 {
  display: block;
  position: relative;
  padding: 8px 45px 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--radius);
  background-color: var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.com-button-square-01:hover {
  background-color: var(--theme-dark, #3b4b60);
}

.com-button-square-01-text {
  display: inline-block;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2;
  color: #ffffff;
}

@media screen and (max-width: 834px) {
  .com-button-square-01-text {
    font-size: 1.45rem;
  }
}

.com-button-square-01-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.com-button-square-02 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 45px 8px 20px;
  border-radius: var(--radius);
  background-color: #ffffff;
  border: 1px solid var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.com-button-square-02:hover {
  background-color: var(--theme, #6b88af);
}

.com-button-square-02:hover .com-button-square-02-text {
  color: #ffffff;
}

.com-button-square-02:hover .com-button-square-02-icon {
  fill: #ffffff;
}

.com-button-square-02-text {
  display: inline-block;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2;
  color: var(--theme, #6b88af);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .com-button-square-02-text {
    font-size: 1.45rem;
  }
}

.com-button-square-02-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.com-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--theme, #6b88af);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.com-button-text-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--theme, #6b88af);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .com-button-text-text {
    font-size: 1.4rem;
  }
}

.com-button-text-icon {
  width: 20px;
  height: 20px;
  fill: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.com-button-text:hover {
  border-color: var(--theme-dark, #3b4b60);
}

.com-button-text:hover .com-button-text-text {
  color: var(--theme-dark, #3b4b60);
}

.com-button-text:hover .com-button-text-icon {
  fill: var(--theme-dark, #3b4b60);
}

.com-button-mini {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 100vh;
  background-color: var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.com-button-mini:hover {
  background-color: var(--theme-dark, #3b4b60);
}

.com-button-mini-text {
  display: block;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #ffffff;
}

.com-button-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

@media (max-width: 1200px) {
  .com-button-list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 810px) {
  .com-button-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.com-button-list-wrapper {
  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;
  gap: 20px;
}

.com-button-list .com-button-square-02,
.com-button-list .com-button-square-01,
.com-button-list .com-button-round-01,
.com-button-list .com-button-round-02 {
  width: 100%;
}

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

.com-link01 span {
  font-weight: 700;
  color: var(--theme-dark, #3b4b60);
}

.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 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: 80px;
  height: 20px;
  background-color: #212121;
  font-size: 1.1rem;
  line-height: calc(20 / 11);
  letter-spacing: 0.04em;
  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: 80px;
  height: 20px;
  background-color: #212121;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: calc(20 / 11);
  letter-spacing: 0.04em;
  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-table {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.com-schedule-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme, #6b88af);
  padding: 2.5px 0;
}

.com-schedule-table-head-title {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.55rem;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-head-title {
    padding: 0 5px;
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.com-schedule-table-head-item {
  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: 35px;
  height: 35px;
  font-weight: 500;
  font-size: 1.55rem;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-head-item {
    width: 34px;
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.com-schedule-table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 2.5px 0;
}

.com-schedule-table-body-title {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-body-title {
    padding: 0 5px;
    font-size: 1.5rem;
    line-height: calc(25 / 15);
    letter-spacing: 0.04em;
  }
}

.com-schedule-table-body-item {
  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: 35px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-schedule-table-body-item {
    width: 34px;
  }
}

.com-schedule-table-body-item-dot {
  width: 10px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #4d4d4d;
  border-radius: 50%;
}

.com-schedule-table-body-item-slash {
  width: 13px;
  height: 0px;
  border-bottom: 2px solid #4d4d4d;
  position: relative;
}

.com-schedule-table-body-item-circle {
  width: 10px;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1.5px solid #4d4d4d;
  border-radius: 50%;
}

.com-schedule-text-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
      grid-template-columns: -webkit-max-content 1fr;
      grid-template-columns: max-content 1fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  margin: 0;
}

.com-schedule-text-list-title {
  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;
  padding: 0 5.5px;
  height: 30px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: calc(22.5 / 14);
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  background-color: var(--theme, #6b88af);
  border-radius: var(--radius);
}

@media screen and (max-width: 834px) {
  .com-schedule-text-list-title {
    font-size: 1.2rem;
    line-height: calc(20 / 12);
    letter-spacing: 0;
  }
}

.com-schedule-text-list-detail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-schedule-text-list-detail-large {
  position: relative;
  padding-right: 30px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: calc(33 / 30);
  letter-spacing: 0.1em;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-schedule-text-list-detail-large {
    font-size: 2rem;
    line-height: calc(25 / 20);
    letter-spacing: 0.07em;
  }
}

.com-schedule-text-list-detail-large::after {
  content: "/";
  position: absolute;
  top: 52%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  color: var(--theme, #6b88af);
}

.com-schedule-text-list-detail-large:last-child {
  padding-right: 0;
}

.com-schedule-text-list-detail-large:last-child::after {
  display: none;
}

.com-schedule-text-list-detail-small {
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
  color: #4d4d4d;
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .com-schedule-text-list-detail-small {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.com-schedule-text-list-detail-small::after {
  content: "/";
  position: absolute;
  top: 52%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  color: var(--theme, #6b88af);
}

.com-schedule-text-list-detail-small:last-child {
  padding-right: 0;
}

.com-schedule-text-list-detail-small:last-child::after {
  display: none;
}

.com-infomation-detai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 834px) {
  .com-infomation-detai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.com-infomation-detai-box {
  width: 50%;
  max-width: 565px;
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box {
    width: 100%;
  }
}

.com-infomation-detai-box-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: calc(30 / 24);
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-title {
    margin-bottom: 15px;
  }
}

.com-infomation-detai-box-access {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-access {
    margin-bottom: 12px;
  }
}

.com-infomation-detai-box-access-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
      grid-template-columns: -webkit-max-content 1fr;
      grid-template-columns: max-content 1fr;
  -webkit-column-gap: 48px;
          column-gap: 48px;
  row-gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-access-list {
    -webkit-column-gap: 28px;
            column-gap: 28px;
    row-gap: 12px;
  }
}

.com-infomation-detai-box-access-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-access-list-title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: calc(28 / 14);
    letter-spacing: 0.06em;
  }
}

.com-infomation-detai-box-access-list-title-icon {
  width: 32px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-access-list-title-icon {
    width: 28px;
  }
}

.com-infomation-detai-box-access-list-detail {
  width: 100%;
}

.com-infomation-detai-box-access-list-detail-text {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-access-list-detail-text {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    letter-spacing: 0.06em;
  }
}

.com-infomation-detai-box-access-list-detail-text._underline {
  line-height: calc(27 / 15.5);
  padding: 6.5px 0;
  border-bottom: 1px dashed #d1cdc7;
}

@media screen and (max-width: 834px) {
  .com-infomation-detai-box-access-list-detail-text._underline {
    line-height: calc(20 / 14);
    letter-spacing: 0.06em;
    padding: 5px 0;
  }
}

.com-cta-head {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: calc(45 / 32);
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-cta-head {
    font-size: 2.1rem;
    line-height: calc(35 / 21);
  }
}

@media screen and (max-width: 834px) {
  .com-cta-head {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 834px) {
  .com-cta-head {
    text-align: left;
  }
}

.com-cta {
  width: 100%;
}

.com-cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.com-cta-list-item {
  width: calc((100% - 60px) / 3);
  border-top: 1px solid;
  border-bottom: 1px solid;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item {
    width: 100%;
  }
}

.com-cta-list-item._phone {
  border-color: var(--theme, #6b88af);
}

.com-cta-list-item._phone .com-cta-list-item-link {
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item._phone .com-cta-list-item-link {
    pointer-events: auto;
  }
}

.com-cta-list-item._phone .com-cta-list-item-link-icon {
  background-color: var(--theme, #6b88af);
}

.com-cta-list-item._phone .com-cta-list-item-link-body-label {
  color: var(--theme, #6b88af);
}

.com-cta-list-item._web {
  border-color: #828282;
}

.com-cta-list-item._web .com-cta-list-item-link-icon {
  background-color: #4d4d4d;
}

.com-cta-list-item._web .com-cta-list-item-link-body-label {
  color: #828282;
}

.com-cta-list-item._line {
  border-color: #2db530;
}

.com-cta-list-item._line .com-cta-list-item-link-icon {
  background-color: #2db530;
}

.com-cta-list-item._line .com-cta-list-item-link-body-label {
  color: #2db530;
}

.com-cta-list-item-link {
  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;
  width: 100%;
  height: 130px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item-link {
    height: 96px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .com-cta-list-item-link:hover {
    background-color: #ffffff;
  }
}

.com-cta-list-item-link-icon {
  position: absolute;
  top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item-link-icon {
    width: 45px;
    height: 45px;
  }
}

.com-cta-list-item-link-icon-img {
  width: 30px;
  height: auto;
  fill: #ffffff;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item-link-icon-img {
    width: 26px;
  }
}

.com-cta-list-item-link-body {
  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;
}

.com-cta-list-item-link-body-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item-link-body-label {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.com-cta-list-item-link-body-phone {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: calc(35 / 30);
  letter-spacing: 0.1em;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item-link-body-phone {
    font-size: 2.6rem;
    letter-spacing: 0.07em;
  }
}

.com-cta-list-item-link-body-main {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: calc(30 / 26);
  letter-spacing: 0.15em;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-cta-list-item-link-body-main {
    font-size: 2.6rem;
    letter-spacing: 0.07em;
  }
}

.com-title-en {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .com-title-en {
    font-size: 5rem;
  }
}

.com-title-jp {
  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;
}

.com-title-jp-large {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.com-title-jp-small {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  font-weight: 400;
}

.com-layout-1_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: 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .com-layout-1_column {
    gap: 15px;
  }
}

.com-layout-2_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: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .com-layout-2_column {
    gap: 15px;
  }
}

.com-layout-2_column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.com-layout-2_column-content._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content._reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.com-layout-2_column-content-text {
  width: calc(100% * 380 / 1200);
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.com-layout-2_column-content-img {
  width: calc(100% * 760 / 1200);
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.com-layout-2_column-content-item {
  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;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content-item {
    width: 100%;
  }
}

.com-layout-2_column-content-item-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content-item-top {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .com-layout-2_column-content-item-top > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .com-layout-2_column-content-item-top > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.com-layout-2_column-content-item-bottom {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}

.com-layout-2_column-content._h3 .com-layout-2_column-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: calc(100% * 570 / 1200);
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content._h3 .com-layout-2_column-content-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.com-layout-2_column-content._h3 .com-layout-2_column-content-img {
  width: calc(100% * 570 / 1200);
}

@media screen and (max-width: 834px) {
  .com-layout-2_column-content._h3 .com-layout-2_column-content-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.com-layout-3_column-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-layout-3_column-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.com-layout-3_column-content-item {
  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;
}

.com-layout-3_column-content-item-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .com-layout-3_column-content-item-inner {
    -ms-grid-columns: 42% 58%;
        grid-template-columns: 42% 58%;
  }
}

.com-layout-3_column-content-item-top {
  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;
}

.com-layout-3_column-content-item-bottom {
  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;
}

.com-layout-4_column-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-layout-4_column-content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.com-layout-4_column-content-item {
  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) {
  .com-layout-4_column-content-item {
    gap: 5px;
  }
}

.com-layout-topics {
  position: relative;
  border-radius: var(--radius);
  padding: 30px;
}

@media screen and (max-width: 834px) {
  .com-layout-topics {
    padding: 25px 20px 20px;
  }
}

.com-layout-topics._01 {
  border-radius: 0;
  border: 1px solid #d1cdc7;
}

.com-layout-topics._01 .com-layout-topics-content {
  -ms-grid-rows: auto auto 1fr;
      grid-template-rows: auto auto 1fr;
}

@media screen and (max-width: 834px) {
  .com-layout-topics._01 .com-layout-topics-content {
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

.com-layout-topics._01 .com-layout-topics-content-img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

@media screen and (max-width: 834px) {
  .com-layout-topics._01 .com-layout-topics-content-img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}

.com-layout-topics._01 .com-layout-topics-content .com-layout-topics-icon {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.com-layout-topics._01 .com-layout-topics-content .com-h4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.com-layout-topics._01 .com-layout-topics-content .com-text-body-m {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

@media screen and (max-width: 834px) {
  .com-layout-topics._01 .com-layout-topics-content .com-text-body-m {
    grid-column: 1 / -1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.com-layout-topics._02 .com-layout-topics-icon {
  position: absolute;
  top: -7px;
  left: 19px;
  margin: 0;
}

.com-layout-topics._03 {
  padding: 20px 0px;
  border-radius: 0;
  border-top: 1px solid #d1cdc7;
  border-bottom: 1px solid #d1cdc7;
}

.com-layout-topics._03 .com-layout-topics-content {
  -ms-grid-rows: auto auto 1fr;
      grid-template-rows: auto auto 1fr;
}

@media screen and (max-width: 834px) {
  .com-layout-topics._03 .com-layout-topics-content {
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

.com-layout-topics._03 .com-layout-topics-content-img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .com-layout-topics._03 .com-layout-topics-content-img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}

.com-layout-topics._03 .com-layout-topics-content .com-layout-topics-icon {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.com-layout-topics._03 .com-layout-topics-content .com-h4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.com-layout-topics._03 .com-layout-topics-content .com-text-body-m {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

@media screen and (max-width: 834px) {
  .com-layout-topics._03 .com-layout-topics-content .com-text-body-m {
    grid-column: 1 / -1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.com-layout-topics-icon {
  padding: 0px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  background-color: var(--theme, #6b88af);
  border-radius: var(--radius);
}

@media screen and (max-width: 834px) {
  .com-layout-topics-icon {
    font-size: 1.3rem;
  }
}

.com-layout-topics-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 834px) {
  .com-layout-topics-content {
    -ms-grid-columns: 90px 1fr;
        grid-template-columns: 90px 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}

.com-layout-topics-content:not(:has(> .com-layout-topics-content-img)) {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.com-layout-topics-content:not(:has(> .com-layout-topics-content-img)) .com-layout-topics-icon,
.com-layout-topics-content:not(:has(> .com-layout-topics-content-img)) .com-h4,
.com-layout-topics-content:not(:has(> .com-layout-topics-content-img)) .com-text-body-m {
  -ms-grid-column: 1;
  grid-column: 1;
}

@media screen and (max-width: 834px) {
  .com-layout-topics-content:not(:has(> .com-layout-topics-content-img)) .com-text-body-m {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.com-layout-topics-content-img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--radius);
}

@media screen and (max-width: 834px) {
  .com-layout-topics-content-img {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.com-layout-topics-content .com-h4 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
}

.com-layout-topics-content .com-text-body-m {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  margin: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-topics-content .com-text-body-m {
    grid-column: 1 / -1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.com-layout-box_01 {
  display: -ms-grid;
  display: grid;
}

.com-layout-box_01._2_col {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-layout-box_01._2_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
}

.com-layout-box_01._3_col {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-layout-box_01._3_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
}

.com-layout-box_01-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: var(--theme, #6b88af);
}

.com-layout-box_01-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 30px;
}

.com-layout-box_02 {
  display: -ms-grid;
  display: grid;
}

.com-layout-box_02._2_col {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-layout-box_02._2_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
}

.com-layout-box_02._3_col {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-layout-box_02._3_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
}

.com-layout-box_02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 30px 40px 40px;
  border: 2px solid var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-layout-box_02-item {
    padding: 20px;
  }
}

.com-layout-box_02-item-head {
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px dashed var(--theme, #6b88af);
}

.com-layout-box_03 {
  display: -ms-grid;
  display: grid;
}

.com-layout-box_03._2_col {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-layout-box_03._2_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
}

.com-layout-box_03._3_col {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-layout-box_03._3_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
}

.com-layout-box_03-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 30px 40px 40px;
}

@media screen and (max-width: 834px) {
  .com-layout-box_03-item {
    padding: 20px;
  }
}

.com-layout-box_03-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  background-color: var(--theme, #6b88af);
}

.com-layout-point_box {
  display: -ms-grid;
  display: grid;
}

.com-layout-point_box._2_col {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 50px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box._2_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.com-layout-point_box._3_col {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box._3_col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.com-layout-point_box._3_col .com-layout-point_box-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box._3_col .com-layout-point_box-item {
    -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
  }
}

.com-layout-point_box._3_col .com-layout-point_box-item-img {
  width: 150px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box._3_col .com-layout-point_box-item-img {
    width: 100%;
  }
}

.com-layout-point_box._4_col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box._4_col {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
}

.com-layout-point_box._4_col .com-layout-point_box-item-img {
  width: 120px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box._4_col .com-layout-point_box-item-img {
    width: 80px;
  }
}

.com-layout-point_box-item {
  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;
  gap: 10px;
}

.com-layout-point_box-item-point {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-layout-point_box-item-point {
    font-size: 2rem;
  }
}

.com-layout-point_box-item-img {
  width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  overflow: hidden;
}

.com-layout-point_box-item-top {
  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;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box-item-top {
    gap: 5px;
  }
}

.com-layout-point_box-item-bottom {
  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;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .com-layout-point_box-item-bottom {
    gap: 5px;
  }
}

.com-layout-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  width: 100%;
  padding: 20px 20px 20px 16px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .com-layout-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 15px 0px;
    width: 100%;
  }
}

.com-layout-index._01 {
  border-top: 1px solid #d1cdc7;
  border-bottom: 1px solid #d1cdc7;
}

.com-layout-index._02 {
  background-color: #f5f5f5;
  border-radius: var(--radius);
}

.com-layout-index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.com-layout-index-title-icon {
  width: 25px;
  height: auto;
  aspect-ratio: 1 / 1;
  fill: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.com-layout-index-title-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-layout-index-title-text {
    font-size: 1.3rem;
  }
}

.com-layout-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-layout-index-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-left: 10px;
  }
}

.com-layout-index-list-col-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: 10px;
}

@media screen and (max-width: 834px) {
  .com-layout-index-list-col-list {
    gap: 5px;
  }
}

.com-layout-index-list-col-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.com-layout-index-list-col-list-item-link-icon {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.05;
  color: var(--theme, #6b88af);
}

.com-layout-index-list-col-list-item-link-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #828282;
}

@media screen and (max-width: 834px) {
  .com-layout-index-list-col-list-item-link-text {
    font-size: 1.3rem;
  }
}

.com-layout-table {
  width: 100%;
}

.com-layout-table._simple {
  border-top: 1px solid #d1cdc7;
}

.com-layout-table._simple .com-layout-table-th,
.com-layout-table._simple .com-layout-table-td {
  border-bottom: 1px solid #d1cdc7;
}

.com-layout-table._simple .com-layout-table-th {
  width: 26.67%;
}

.com-layout-table._simple .com-layout-table-td {
  width: 73.33%;
}

@media screen and (max-width: 834px) {
  .com-layout-table._simple tr {
    display: block;
  }
  .com-layout-table._simple .com-layout-table-th,
  .com-layout-table._simple .com-layout-table-td {
    display: block;
    width: 100%;
  }
  .com-layout-table._simple .com-layout-table-th {
    padding: 10px 0px 0px;
    border: none;
  }
  .com-layout-table._simple .com-layout-table-td {
    padding: 0px 0px 10px;
  }
}

.com-layout-table._simple_02 .com-layout-table-th,
.com-layout-table._simple_02 .com-layout-table-td {
  border-bottom: 1px dashed #d1cdc7;
  padding: 5px 0px;
}

.com-layout-table._simple_02 .com-layout-table-th {
  width: 18%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  white-space: nowrap;
  padding-right: 10px;
  vertical-align: top;
}

.com-layout-table._simple_02 .com-layout-table-td {
  width: 82%;
}

.com-layout-table._basic {
  border: 1px solid #d1cdc7;
}

.com-layout-table._basic tr:last-child .com-layout-table-th,
.com-layout-table._basic tr:last-child .com-layout-table-td {
  border-bottom: none;
}

.com-layout-table._basic .com-layout-table-th,
.com-layout-table._basic .com-layout-table-td {
  border-bottom: 1px solid #d1cdc7;
}

.com-layout-table._basic .com-layout-table-th {
  width: 34.44%;
  background-color: #f5f5f5;
  vertical-align: top;
}

.com-layout-table._basic .com-layout-table-td {
  width: 65.56%;
}

.com-layout-table._basic .com-layout-table-td-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: 5px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-layout-table._basic tr {
    display: block;
  }
  .com-layout-table._basic .com-layout-table-th,
  .com-layout-table._basic .com-layout-table-td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .com-layout-table._basic .com-layout-table-th {
    border: none;
  }
}

.com-layout-table._basic_02 {
  border: 1px solid #d1cdc7;
}

.com-layout-table._basic_02 tr:last-child .com-layout-table-th,
.com-layout-table._basic_02 tr:last-child .com-layout-table-td {
  border-bottom: none;
}

.com-layout-table._basic_02 .com-layout-table-th,
.com-layout-table._basic_02 .com-layout-table-td {
  border-bottom: 1px solid #d1cdc7;
}

.com-layout-table._basic_02 .com-layout-table-th {
  width: 21%;
  background-color: #f5f5f5;
  vertical-align: top;
}

.com-layout-table._basic_02 .com-layout-table-td {
  width: 79%;
}

.com-layout-table._basic_02 .com-layout-table-td-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: 5px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-layout-table._basic_02 tr {
    display: block;
  }
  .com-layout-table._basic_02 .com-layout-table-th,
  .com-layout-table._basic_02 .com-layout-table-td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .com-layout-table._basic_02 .com-layout-table-th {
    border: none;
  }
}

.com-layout-table-th, .com-layout-table-td {
  padding: 20px;
  text-align: left;
}

.com-layout-table-th-price, .com-layout-table-td-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

.com-layout-table-th-price-item, .com-layout-table-td-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}

.com-layout-table-th-price-item-unit, .com-layout-table-td-price-item-unit {
  font-size: 1.55rem;
  line-height: 2;
}

.com-layout-table-th-2_col, .com-layout-table-td-2_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-layout-table-th-2_col, .com-layout-table-td-2_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.com-layout-table-th-2_col-left, .com-layout-table-td-2_col-left {
  width: 24%;
}

@media screen and (max-width: 834px) {
  .com-layout-table-th-2_col-left, .com-layout-table-td-2_col-left {
    width: 100%;
  }
}

.com-layout-table-th-2_col-right, .com-layout-table-td-2_col-right {
  width: 76%;
}

@media screen and (max-width: 834px) {
  .com-layout-table-th-2_col-right, .com-layout-table-td-2_col-right {
    width: 100%;
  }
}

.com-layout-comparison_table {
  width: 100%;
}

.com-layout-comparison_table-tabs {
  display: none;
}

@media screen and (max-width: 834px) {
  .com-layout-comparison_table-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .com-layout-comparison_table-tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 8px;
    border: none;
    border-radius: var(--radius);
    background-color: #f5f5f5;
    color: var(--theme, #6b88af);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .com-layout-comparison_table-tab.is-active {
    background-color: var(--theme, #6b88af);
    color: #ffffff;
  }
}

.com-layout-comparison_table-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #d1cdc7;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: #ffffff;
}

.com-layout-comparison_table-corner, .com-layout-comparison_table-service, .com-layout-comparison_table-label, .com-layout-comparison_table-cell {
  padding: 15px;
  vertical-align: middle;
  border-right: 2px solid #d1cdc7;
  border-bottom: 1px solid #d1cdc7;
}

.com-layout-comparison_table-corner:last-child, .com-layout-comparison_table-service:last-child, .com-layout-comparison_table-label:last-child, .com-layout-comparison_table-cell:last-child {
  border-right: none;
}

@media screen and (max-width: 834px) {
  .com-layout-comparison_table-corner, .com-layout-comparison_table-service, .com-layout-comparison_table-label, .com-layout-comparison_table-cell {
    border-right: none;
  }
}

@media screen and (max-width: 834px) {
  .com-layout-comparison_table-label {
    border-right: 2px solid #d1cdc7;
  }
}

.com-layout-comparison_table-corner, .com-layout-comparison_table-service {
  border-bottom: 2px solid #d1cdc7;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.com-layout-comparison_table-corner, .com-layout-comparison_table-label {
  width: 12.5%;
}

.com-layout-comparison_table-service, .com-layout-comparison_table-cell {
  width: 29.17%;
}

.com-layout-comparison_table-label {
  background-color: #f5f5f5;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.com-layout-comparison_table-cell {
  text-align: center;
}

.com-layout-comparison_table-cell._align-left {
  text-align: left;
}

.com-layout-comparison_table tbody tr:last-child .com-layout-comparison_table-label,
.com-layout-comparison_table tbody tr:last-child .com-layout-comparison_table-cell {
  border-bottom: none;
}

.com-layout-comparison_table-img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: var(--radius);
  margin: 0 auto;
}

.com-layout-comparison_table-status {
  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;
  gap: 8px;
}

.com-layout-comparison_table-status-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.com-layout-comparison_table-price {
  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;
}

.com-layout-comparison_table-price-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.com-layout-comparison_table-price-unit {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .com-layout-comparison_table-price-unit {
    font-size: 1.45rem;
  }
}

.com-layout-comparison_table-price-note {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #828282;
}

@media screen and (max-width: 834px) {
  .com-layout-comparison_table .com-layout-comparison_table-table {
    border-radius: var(--radius) var(--radius) 0 0;
  }
  .com-layout-comparison_table thead {
    display: none;
  }
  .com-layout-comparison_table .com-layout-comparison_table-label {
    width: 28%;
    padding: 16px 10px;
    font-size: 1.3rem;
  }
  .com-layout-comparison_table .com-layout-comparison_table-cell {
    width: 72%;
    padding: 16px 12px;
  }
  .com-layout-comparison_table .com-layout-comparison_table-cell:not(.is-active) {
    display: none;
  }
  .com-layout-comparison_table .com-layout-comparison_table-img {
    max-width: 100%;
  }
  .com-layout-comparison_table .com-layout-comparison_table-status-icon._circle {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .com-layout-comparison_table .com-layout-comparison_table-status-icon._triangle {
    border-left-width: 22px;
    border-right-width: 22px;
    border-bottom-width: 36px;
  }
  .com-layout-comparison_table .com-layout-comparison_table-status-icon._cross {
    width: 36px;
    height: 36px;
  }
  .com-layout-comparison_table .com-layout-comparison_table-status-icon._cross::before, .com-layout-comparison_table .com-layout-comparison_table-status-icon._cross::after {
    width: 40px;
    height: 3px;
  }
}

.com-layout-flow-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: var(--radius);
}

@media screen and (max-width: 834px) {
  .com-layout-flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
}

.com-layout-flow-item:last-child {
  margin-bottom: 0;
}

.com-layout-flow-item:last-child::after {
  display: none;
}

.com-layout-flow-item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 50px;
  border-left: 2px solid var(--theme-dark, #3b4b60);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-layout-flow-item::after {
    bottom: -20px;
    height: 30px;
  }
}

.com-layout-flow-item-step {
  width: 10.5%;
  min-width: 120px;
}

@media screen and (max-width: 834px) {
  .com-layout-flow-item-step {
    width: 100%;
    min-width: 100%;
  }
}

.com-layout-flow-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-layout-flow-item-text {
    width: 100%;
    gap: 10px;
  }
}

.com-layout-flow-item-img {
  width: 31%;
  min-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-flow-item-img {
    width: 100%;
    min-width: 100%;
  }
}

.com-layout-flow-item-img img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.com-layout-flow-item:not(:has(.com-layout-flow-item-img)) .com-layout-flow-item-text {
  width: 76%;
}

@media screen and (max-width: 834px) {
  .com-layout-flow-item:not(:has(.com-layout-flow-item-img)) .com-layout-flow-item-text {
    width: 100%;
  }
}

.com-layout-flow_02-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-layout-flow_02-item {
    gap: 0;
  }
}

.com-layout-flow_02-item:first-child .com-layout-flow_02-item-inner {
  border-top: 1px dashed #d1cdc7;
}

.com-layout-flow_02-item:last-child .com-layout-flow_02-item-step::before {
  display: none;
}

.com-layout-flow_02-item-step {
  position: relative;
  margin: 10px 0;
}

.com-layout-flow_02-item-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  border-left: 1px solid var(--theme, #6b88af);
}

.com-layout-flow_02-item-step-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;
  width: 55px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-flow_02-item-step-icon {
    width: 45px;
  }
}

.com-layout-flow_02-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  gap: 30px;
  width: 100%;
  border-bottom: 1px dashed #d1cdc7;
}

@media screen and (max-width: 834px) {
  .com-layout-flow_02-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
}

.com-layout-flow_02-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-layout-flow_02-item-text {
    width: 100%;
    gap: 10px;
  }
}

.com-layout-flow_02-item-img {
  width: 35.5%;
  min-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-flow_02-item-img {
    width: 100%;
    min-width: 100%;
  }
}

.com-layout-flow_02-item-img img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.com-layout-flow_02-item:not(:has(.com-layout-flow-item-img)) .com-layout-flow-item-text {
  width: 76%;
}

@media screen and (max-width: 834px) {
  .com-layout-flow_02-item:not(:has(.com-layout-flow-item-img)) .com-layout-flow-item-text {
    width: 100%;
  }
}

.com-layout-faq._white .com-faq-list-item-a::before {
  background-color: #ffffff;
}

.com-layout-faq-list-item {
  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;
  padding: 20px;
  border-bottom: solid 1px #828282;
}

@media screen and (max-width: 834px) {
  .com-layout-faq-list-item {
    padding: 20px 0;
    gap: 10px;
  }
}

.com-layout-faq-list-item:first-child {
  padding-top: 0;
}

.com-layout-faq-list-item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-layout-faq-list-item-q {
    gap: 15px;
  }
}

.com-layout-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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  font-size: 2.5rem;
  color: #ffffff;
  font-family: "Shippori Mincho", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-faq-list-item-q::before {
    font-size: 2rem;
  }
}

.com-layout-faq-list-item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-layout-faq-list-item-a {
    gap: 15px;
  }
}

.com-layout-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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 2.5rem;
  color: var(--theme, #6b88af);
  border: 1px solid var(--theme, #6b88af);
  font-family: "Shippori Mincho", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-faq-list-item-a::before {
    font-size: 2rem;
  }
}

.com-layout-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--radius);
}

@media screen and (max-width: 834px) {
  .com-layout-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.com-layout-cta-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 834px) {
  .com-layout-cta-img {
    width: 100%;
    height: 250px;
  }
}

.com-layout-cta-img-wrap {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .com-layout-cta-img-wrap {
    width: 100%;
    height: 250px;
  }
}

.com-layout-cta-content {
  width: 50%;
  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;
  padding: 80px;
}

@media screen and (max-width: 834px) {
  .com-layout-cta-content {
    width: 100%;
    padding: 20px;
  }
}

.com-layout-cta-content-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;
  gap: 5px;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
}

.com-layout-cta-content-link._phone {
  background-color: #828282;
}

.com-layout-cta-content-link._web {
  background-color: var(--theme, #6b88af);
}

.com-layout-cta-content-link._line {
  background-color: #2db530;
}

.com-layout-cta-content-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.com-layout-cta-content-link-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #ffffff;
}

.com-layout-cta-content-link-icon svg {
  width: 100%;
  height: 100%;
}

.com-layout-cta_02 {
  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;
  gap: 10px;
  padding: 40px 0;
  border-top: 1px solid var(--theme, #6b88af);
  border-bottom: 1px solid var(--theme, #6b88af);
  background-color: #ffffff;
}

@media screen and (max-width: 834px) {
  .com-layout-cta_02 {
    padding: 30px 0;
  }
}

.com-layout-cta_02-title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-layout-cta_02-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.com-layout-cta_02-img {
  width: 150px;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .com-layout-cta_02-img {
    width: 120px;
  }
}

.com-layout-cta_02-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}

.com-layout-cta_02-desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.com-layout-cta_02-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
}

@media screen and (max-width: 834px) {
  .com-layout-cta_02-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.com-layout-cta_02-links .com-layout-cta-content-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.com-layout-case_single-before_after {
  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;
}

.com-layout-case_single-before_after-item {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  border-top-left-radius: 0;
  overflow: hidden;
}

.com-layout-case_single-before_after-item-text {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  padding: 0 5px;
  z-index: 1;
}

.com-layout-case_double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
      grid-template-areas: "title table" "text table" "before after";
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 834px) {
  .com-layout-case_double {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: none;
        grid-template-rows: none;
        grid-template-areas: "title" "before" "after" "text" "table";
    row-gap: 20px;
  }
}

.com-layout-case_double-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  margin-bottom: 0;
}

.com-layout-case_double-text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}

.com-layout-case_double-table {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: table;
  width: 100%;
}

.com-layout-case_double-before {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: before;
}

@media screen and (min-width: 835px) {
  .com-layout-case_double-before {
    margin-top: 20px;
  }
}

.com-layout-case_double-after {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: after;
}

@media screen and (min-width: 835px) {
  .com-layout-case_double-after {
    margin-top: 20px;
  }
}

.com-layout-case_double-label {
  margin-bottom: 10px;
}

.com-layout-case_double-imgs {
  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;
}

.com-layout-case_double-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  -o-object-fit: cover;
     object-fit: cover;
}

.com-layout-case-slider {
  width: 100%;
}

.com-layout-case-slider-empty {
  text-align: center;
  color: #828282;
}

.com-layout-case-slider-clip {
  width: 100%;
  overflow: hidden;
}

.com-layout-case-slider-item {
  height: auto;
}

.com-layout-case-slider-item-inner {
  display: block;
  height: 100%;
  border: 1px solid #d1cdc7;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: #ffffff;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .com-layout-case-slider-item-inner:hover {
    opacity: 0.85;
  }
}

.com-layout-case-slider-item-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.com-layout-case-slider-item-media-before, .com-layout-case-slider-item-media-after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.com-layout-case-slider-item-media-before img, .com-layout-case-slider-item-media-after img {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-layout-case-slider-item-media-after {
  width: 50%;
  z-index: 1;
}

.com-layout-case-slider-item-media-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  padding: 2px 5px;
}

@media screen and (max-width: 834px) {
  .com-layout-case-slider-item-media-label {
    background-color: #ffffff;
    color: var(--theme, #6b88af);
  }
}

.com-layout-case-slider-item-media-before .com-layout-case-slider-item-media-label {
  left: 0;
}

.com-layout-case-slider-item-media-after .com-layout-case-slider-item-media-label {
  right: 0;
}

.com-layout-case-slider-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 18px 16px 20px;
}

.com-layout-case-slider-item-row {
  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: 0 4px;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #4d4d4d;
}

.com-layout-case-slider-item-row::before {
  content: "–";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2px;
  color: #4d4d4d;
}

.com-layout-case-slider-item-row-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.com-layout-case-slider-item-row-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-weight: 400;
  color: #828282;
}

.com-layout-case-slider-item-risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.com-layout-case-slider-item-risk-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: 2px;
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style: none;
}

.com-layout-case-slider-item-risk-list-item {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #828282;
}

.com-layout-case-slider-item-risk-list-item::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: -1em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #828282;
}

.com-layout-case-slider-control {
  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: 20px;
  margin-top: 24px;
}

@media screen and (max-width: 834px) {
  .com-layout-case-slider-control {
    margin-top: 16px;
  }
}

.com-layout-case-slider-control-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.com-layout-case-slider-control-icon {
  width: 30px;
  height: auto;
  aspect-ratio: 1 / 1;
  fill: var(--theme, #6b88af);
}

.com-layout-case-slider-prev, .com-layout-case-slider-next {
  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: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--theme, #6b88af);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

@media screen and (max-width: 834px) {
  .com-layout-case-slider-prev, .com-layout-case-slider-next {
    width: 40px;
    height: 40px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .com-layout-case-slider-prev:hover, .com-layout-case-slider-next:hover {
    background-color: var(--theme-light, #cbd5e3);
  }
}

.com-layout-case-slider-prev .com-layout-case-slider-control-icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.com-layout-case-slider-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--theme, #6b88af);
  text-decoration: none;
  border-bottom: 1px solid var(--theme, #6b88af);
  padding-bottom: 2px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .com-layout-case-slider-more:hover {
    opacity: 0.7;
  }
}

.com-layout-case-slider-more-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.com-layout-case-slider-more-icon {
  width: 14px;
  height: 12px;
  fill: none;
  stroke: currentColor;
}

.com-layout-blog-single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(250px, 31.25%, 350px) minmax(0, 1fr);
      grid-template-columns: clamp(250px, 31.25%, 350px) minmax(0, 1fr);
      grid-template-areas: "img head" "img body";
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: var(--radius);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-single {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "head" "img" "body";
    gap: 10px;
    padding: 20px;
  }
}

.com-layout-blog-single._no-img {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: "head" "body";
}

.com-layout-blog-single-head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 0;
  border-top: 1px dashed var(--theme, #6b88af);
  border-bottom: 1px dashed var(--theme, #6b88af);
  color: var(--theme, #6b88af);
  -ms-flex-item-align: start;
      align-self: start;
}

.com-layout-blog-single-head-icon {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: currentColor;
}

.com-layout-blog-single-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: img;
  width: 100%;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.com-layout-blog-single-img-el {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.com-layout-blog-single-body {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: body;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  min-width: 0;
  min-height: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-single-body {
    gap: 10px;
  }
}

.com-layout-blog-single-meta {
  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: 15px;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-single-meta {
    gap: 10px;
  }
}

.com-layout-blog-single-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-single-title {
    font-size: 1.6rem;
  }
}

.com-layout-blog-single-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  white-space: nowrap;
}

.com-layout-blog-single-date-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--theme, #6b88af);
}

.com-layout-blog-single-excerpt {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-single-excerpt {
    font-size: 1.35rem;
  }
}

.com-layout-blog-single-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.com-layout-blog-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;
}

.com-layout-blog-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.com-layout-blog-list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px minmax(0, 1fr);
      grid-template-columns: 200px minmax(0, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 15px 0;
  border-top: 1px dashed #d1cdc7;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-list-item {
    -ms-grid-columns: 100px minmax(0, 1fr);
        grid-template-columns: 100px minmax(0, 1fr);
    gap: 15px;
    padding: 15px 0;
  }
}

.com-layout-blog-list-item:last-child {
  border-bottom: 1px dashed #d1cdc7;
}

.com-layout-blog-list-item._no-img {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.com-layout-blog-list-item-img {
  width: 100%;
}

.com-layout-blog-list-item-img-el {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.com-layout-blog-list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  min-width: 0;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-list-item-body {
    gap: 10px;
  }
}

.com-layout-blog-list-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

@media screen and (max-width: 834px) {
  .com-layout-blog-list-item-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5px;
  }
}

.com-layout-blog-list-item-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--theme, #6b88af);
  white-space: nowrap;
}

.com-layout-blog-list-item-date-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: currentColor;
}

.com-layout-blog-list-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.com-layout-blog-list-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.com-author-card {
  padding: 25px 40px;
  background-color: #f5f5f5;
  margin: 40px 0;
  border-radius: var(--radius);
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .com-author-card {
    padding: 20px 20px;
    margin: 30px 0;
    border-radius: var(--radius);
  }
}

.com-author-card._white {
  background-color: #ffffff;
}

.com-author-card._pattern1 .com-author-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--theme-dark, #3b4b60);
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.com-author-card._pattern1 .com-author-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-inner {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.com-author-card._pattern1 .com-author-card-left {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.com-author-card._pattern1 .com-author-card-img {
  margin: 0 0 10px;
  border-radius: var(--radius);
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-img {
    margin: 0;
    width: 110px;
  }
}

.com-author-card._pattern1 .com-author-card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-author-card._pattern1 .com-author-card-meta {
  text-align: center;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-meta {
    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;
    text-align: left;
  }
}

.com-author-card._pattern1 .com-author-card-meta-job {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #4d4d4d;
}

.com-author-card._pattern1 .com-author-card-meta-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: 0.1em;
}

.com-author-card._pattern1 .com-author-card-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.com-author-card._pattern1 .com-author-card-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-desc {
    font-size: 1.2rem;
  }
}

.com-author-card._pattern1 .com-author-card-history {
  list-style: disc;
  padding-left: 1.2em;
}

.com-author-card._pattern1 .com-author-card-history li {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-history li {
    font-size: 1.2rem;
  }
}

.com-author-card._pattern1 .com-author-card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 10px;
  border-bottom: 1px solid #d1cdc7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.com-author-card._pattern1 .com-author-card-link span {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--theme-dark, #3b4b60);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-link span {
    font-size: 1.2rem;
  }
}

.com-author-card._pattern1 .com-author-card-link 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-author-card._pattern1 .com-author-card-link:hover {
  border-bottom: 1px solid var(--theme-light, #cbd5e3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-author-card._pattern1 .com-author-card-link:hover span {
  color: var(--theme, #6b88af);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-author-card._pattern1 .com-author-card-link:hover img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern1 .com-author-card-link:hover img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.com-author-card._pattern2 .com-author-card-header {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.6;
  color: var(--theme-dark, #3b4b60);
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern2 .com-author-card-header {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.com-author-card._pattern2 .com-author-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern2 .com-author-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.com-author-card._pattern2 .com-author-card-img {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--radius);
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern2 .com-author-card-img {
    width: 110px;
  }
}

.com-author-card._pattern2 .com-author-card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-author-card._pattern2 .com-author-card-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.com-author-card._pattern2 .com-author-card-desc {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern2 .com-author-card-desc {
    font-size: 1.2rem;
  }
}

.com-author-card._pattern2 .com-author-card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 10px;
  border-bottom: 1px solid #d1cdc7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern2 .com-author-card-link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.com-author-card._pattern2 .com-author-card-link span {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--theme-dark, #3b4b60);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern2 .com-author-card-link span {
    font-size: 1.2rem;
  }
}

.com-author-card._pattern2 .com-author-card-link 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-author-card._pattern2 .com-author-card-link:hover {
  border-bottom: 1px solid var(--theme-light, #cbd5e3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-author-card._pattern2 .com-author-card-link:hover span {
  color: var(--theme, #6b88af);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-author-card._pattern2 .com-author-card-link:hover img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern2 .com-author-card-link:hover img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.com-author-card._pattern3 {
  margin: 0;
  padding: 40px;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern3 {
    padding: 20px;
  }
}

.com-author-card._pattern3._white {
  background-color: #ffffff;
  border-top: 1px solid #d1cdc7;
  border-bottom: 1px solid #d1cdc7;
}

.com-author-card._pattern3._white .com-author-card-head {
  padding: 0;
  border: none;
}

.com-author-card._pattern3 .com-author-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern3 .com-author-card-inner {
    -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;
    gap: 10px;
    text-align: start;
  }
}

.com-author-card._pattern3 .com-author-card-img {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern3 .com-author-card-img {
    width: 100px;
  }
}

.com-author-card._pattern3 .com-author-card-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-author-card._pattern3 .com-author-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern3 .com-author-card-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
  }
}

.com-author-card._pattern3 .com-author-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 0;
  border-top: 1px dashed #d1cdc7;
  border-bottom: 1px dashed #d1cdc7;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern3 .com-author-card-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.com-author-card._pattern3 .com-author-card-head .com-h4 {
  margin: 0;
  color: inherit;
}

.com-author-card._pattern3 .com-author-card-head-icon {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: currentColor;
  color: var(--theme, #6b88af);
}

.com-author-card._pattern3 .com-text-body-s,
.com-author-card._pattern3 .com-h3,
.com-author-card._pattern3 .com-text-body-m {
  margin: 0;
}

.com-author-card._pattern3 .com-author-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  .com-author-card._pattern3 .com-author-card-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.com-siteNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-siteNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.com-siteNav-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 834px) {
  .com-siteNav-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.com-siteNav-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-siteNav-right {
    width: 100%;
  }
}

.com-siteNav-title {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--theme, #6b88af);
}

.com-siteNav-title-text {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
  color: var(--theme, #6b88af);
}

.com-siteNav-main-list, .com-siteNav-other-list, .com-siteNav-treatment-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: 10px;
}

.com-siteNav-main-list-item-link, .com-siteNav-other-list-item-link, .com-siteNav-treatment-list-item-link {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
  color: #4d4d4d;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .com-siteNav-main-list-item-link:hover, .com-siteNav-other-list-item-link:hover, .com-siteNav-treatment-list-item-link:hover {
    color: var(--theme, #6b88af);
  }
}

.com-siteNav-main, .com-siteNav-other {
  width: 23.66%;
  max-width: 220px;
}

@media screen and (max-width: 834px) {
  .com-siteNav-main, .com-siteNav-other {
    width: 100%;
    max-width: 100%;
  }
}

.com-siteNav-main-inner, .com-siteNav-other-inner {
  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) {
  .com-siteNav-main-inner, .com-siteNav-other-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

@media screen and (max-width: 834px) {
  .com-siteNav-main-list, .com-siteNav-other-list {
    width: 50%;
  }
}

.com-siteNav-treatment {
  width: 41.94%;
  max-width: 390px;
}

@media screen and (max-width: 834px) {
  .com-siteNav-treatment {
    width: 100%;
    max-width: 100%;
  }
}

.com-siteNav-treatment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.com-siteNav-treatment-list {
  width: 50%;
  max-width: 180px;
}

.com-siteNav-sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 834px) {
  .com-siteNav-sns {
    width: 100%;
  }
}

.com-siteNav-sns-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;
}

@media screen and (max-width: 834px) {
  .com-siteNav-sns-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 20px;
  }
}

.com-siteNav-sns-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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.com-siteNav-sns-list-item-link-icon {
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.com-siteNav-sns-list-item-link-text {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}

@media (hover: hover) and (pointer: fine) {
  .com-siteNav-sns-list-item-link:hover {
    opacity: 0.8;
  }
}

.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: var(--theme, #6b88af);
  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 var(--theme, #6b88af);
  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: var(--theme, #6b88af);
  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: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.staff-box-name-en {
  color: #828282;
  font-family: "Shippori Mincho", 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: var(--theme, #6b88af);
  -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: #d1cdc7;
  -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;
}

.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: var(--theme, #6b88af);
  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: var(--theme, #6b88af);
  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 {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-page {
  position: relative;
  background-color: #ffffff;
}

.parts-side {
  position: fixed;
  top: 120px;
  right: 0;
  width: 240px;
  padding: 40px;
  height: calc(100vh - 150px);
  overflow-y: auto;
  -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 {
    position: static;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
}

.parts-side ul {
  line-height: 1.4;
}

.parts-side ul li {
  margin-bottom: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.parts-side ul li:hover {
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .parts-side ul li:hover {
    color: #212121;
  }
}

.parts-side ul li:not([class]) {
  margin-top: 20px;
  font-weight: 700;
}

.parts-side ul li.pl10 a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  word-break: break-all;
}

.parts-side ul li.pl10 a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.parts-main {
  width: 100%;
}

.parts-head {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts-head {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-head02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}

.parts-head03 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.parts-p {
  margin-bottom: 10px;
}

.parts-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.parts-color-item {
  width: calc((100% - 80px) / 5);
  height: auto;
}

.parts-color-item-btn {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--theme, #6b88af);
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #212121;
}

.parts-color-item-btn:hover {
  opacity: 0.5;
}

.parts-color-item-btn.color_text-white {
  background-color: var(--theme, #6b88af);
}

.parts-color-item-btn.color_bg-main-dark {
  color: #ffffff;
}

.parts-color-item-btn.color_bg-gray-dark {
  color: #ffffff;
}

.parts-color-item-btn.color_bg-gray-black {
  color: #ffffff;
}

.parts-color-item-btn.color_bg-sub-dark {
  color: #ffffff;
}

.parts-color-item-btn.color_bg-sub2-dark {
  color: #ffffff;
}

.parts-color._code code {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #828282;
  display: block;
  margin: 5px 0;
}

.parts-shortcode {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts-shortcode {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.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-tent {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-tent-page {
  position: relative;
  background-color: #ffffff;
}

.parts-tent-page .code-copy {
  background-color: var(--theme, #6b88af);
}

.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-tent-side {
    position: static;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
}

.parts-tent-side ul {
  line-height: 1.4;
}

.parts-tent-side ul li {
  margin-bottom: 10px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.parts-tent-side ul li:hover {
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .parts-tent-side ul li:hover {
    color: #212121;
  }
}

.parts-tent-side ul li:not([class]) {
  margin-top: 20px;
  font-weight: 700;
}

.parts-tent-side ul li.pl10 a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}

.parts-tent-side ul li.pl10 a::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.parts-tent-main {
  width: 100%;
}

.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-tent-head {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-tent-head02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}

.parts-tent-head03 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.parts-tent-p {
  margin-bottom: 10px;
}

.parts-tent-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.parts-tent-color-item {
  width: calc((100% - 80px) / 5);
  height: auto;
}

.parts-tent-color-item-btn {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--theme, #6b88af);
  padding: 5px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #212121;
}

.parts-tent-color-item-btn:hover {
  opacity: .5;
}

.parts-tent-color-item-btn.color_text-white {
  background-color: var(--theme, #6b88af);
}

.parts-tent-color-item-btn.color_bg-main-dark {
  color: #ffffff;
}

.parts-tent-color-item-btn.color_bg-gray-dark {
  color: #ffffff;
}

.parts-tent-color-item-btn.color_bg-gray-black {
  color: #ffffff;
}

.parts-tent-color-item-btn.color_bg-sub-dark {
  color: #ffffff;
}

.parts-tent-color-item-btn.color_bg-sub2-dark {
  color: #ffffff;
}

.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;
  gap: 40px;
  width: 100%;
  height: 80px;
  padding: 0 0 0 25px;
  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 #00000040;
          box-shadow: 0px 1px 4px 0px #00000040;
}

.header-inner.__scroll {
  top: 0;
}

@media screen and (max-width: 834px) {
  .header-inner {
    width: 100%;
    height: 65px;
    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;
  height: 100%;
}

.header-logo img {
  width: auto;
  height: 43px;
}

@media screen and (max-width: 834px) {
  .header-logo img {
    height: 27px;
  }
}

.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%;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .header-hum:hover {
    background-color: var(--theme-light, #cbd5e3);
  }
}

.header-hum-icon {
  position: relative;
  width: 24px;
  height: 16px;
}

.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 var(--theme, #6b88af);
  -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: "Shippori Mincho", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .header-hum-text {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.header-hum-text-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header-hum.active .header-hum-icon span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header-hum.active .header-hum-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header-hum.active .header-hum-icon span:nth-child(3) {
  opacity: 0;
}

.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%;
  gap: 20px;
}

.header-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .header-nav-list {
    display: none;
  }
}

.header-nav-list-item {
  height: 100%;
}

.header-nav-list-item-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%;
}

.header-nav-list-item-contact-title {
  font-size: 1.55rem;
  line-height: calc(28 / 15.5);
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #4d4d4d;
}

.header-nav-list-item-contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1px;
}

.header-nav-list-item-contact-phone-icon {
  width: 19px;
  height: 19px;
  fill: #4d4d4d;
}

.header-nav-list-item-contact-phone-num {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1;
  color: #4d4d4d;
}

.header-nav-list-item-sns {
  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;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .header-nav-list-item-sns:hover {
    opacity: 0.8;
  }
}

.header-nav-list-item-sns-icon {
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-nav-list-item-sns-text {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}

.header-nav-list-item-reserve {
  height: 100%;
  padding: 0px 20px;
  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;
  background-color: var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .header-nav-list-item-reserve:hover {
    background-color: var(--theme-dark, #3b4b60);
  }
}

.header-nav-list-item-reserve-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

.header-nav-list-item-reserve-top-icon {
  width: 27px;
  height: 28px;
  fill: #ffffff;
}

.header-nav-list-item-reserve-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header-nav-list-item-reserve-top-text-en {
  position: relative;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  color: #ffffff;
}

.header-nav-list-item-reserve-top-text-jp {
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
}

.header-nav-list-item-reserve-tag {
  font-size: 1.3rem;
  line-height: calc(21 / 13);
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #ffffff;
}

.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;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-drawerMenu-contents {
  position: absolute;
  top: 0;
  left: 0;
  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%;
  max-height: 100%;
  padding: 80px 0 50px;
  background-color: #f5f5f5;
  overflow-y: auto;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents {
    height: 100%;
    max-height: 100%;
    padding: 60px 0;
  }
}

.header-drawerMenu-contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-drawerMenu-contents-inner {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.footer-top {
  background-color: #f5f5f5;
  padding: 100px 0;
}

@media screen and (max-width: 834px) {
  .footer-top {
    padding: 40px 0;
  }
}

@media screen and (max-width: 834px) {
  .footer-top {
    padding-bottom: calc(40px + 70px);
  }
}

.footer-bottom {
  background-color: var(--theme, #6b88af);
  padding: 40px 60px 60px;
}

@media screen and (max-width: 834px) {
  .footer-bottom {
    padding: 30px 20px calc(30px + 70px);
  }
}

.footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-copyright {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .footer-copyright {
    font-size: 1.4rem;
  }
}

.footer-nav {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .footer-nav {
    margin-bottom: 25px;
  }
}

.footer-top-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 834px) {
  .footer-top-bnr-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.footer-top-bnr-list-item {
  width: 100%;
  max-width: 384px;
  height: auto;
  aspect-ratio: 384 / 150;
}

@media screen and (max-width: 834px) {
  .footer-top-bnr-list-item {
    max-width: 100%;
  }
}

.footer-top-bnr-list-item-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .footer-top-bnr-list-item-link:hover {
    opacity: 0.8;
  }
}

.footer-top-bnr-list-item-link-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer-infomation {
  background-color: #ffffff;
  padding: 100px 0;
}

@media screen and (max-width: 834px) {
  .footer-infomation {
    padding: 40px 0;
  }
}

.footer-infomation-logo {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .footer-infomation-logo {
    margin-bottom: 25px;
  }
}

.footer-infomation-logo-img {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto;
}

.footer-infomation-top {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .footer-infomation-top {
    margin-bottom: 25px;
  }
}

.footer-infomation-bottom {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .footer-infomation-bottom {
    margin-bottom: 25px;
  }
}

.footer-infomation-news {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .footer-infomation-news {
    margin-bottom: 25px;
  }
}

.footer-infomation-news-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: calc(45 / 32);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-title {
    font-size: 2.2rem;
    line-height: calc(35 / 22);
  }
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-title {
    margin-bottom: 12px;
  }
}

.footer-infomation-news-list {
  border-top: 1px solid #d1cdc7;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-list {
    margin-bottom: 12px;
  }
}

.footer-infomation-news-list-item {
  border-bottom: 1px solid #d1cdc7;
}

.footer-infomation-news-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-list-item-link {
    gap: 12px;
    padding: 16px 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer-infomation-news-list-item-link:hover {
    background-color: #d1cdc7;
  }
  .footer-infomation-news-list-item-link:hover .footer-infomation-news-list-item-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.footer-infomation-news-list-item-date {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: calc(20 / 13);
  letter-spacing: 0.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  color: var(--theme, #6b88af);
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-list-item-date {
    width: 85px;
  }
}

.footer-infomation-news-list-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  color: #4d4d4d;
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-list-item-title {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    letter-spacing: 0.06em;
  }
}

.footer-infomation-news-list-item-arrow {
  width: 18px;
  height: 15px;
  color: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -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;
}

.footer-infomation-news-empty {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: calc(32 / 15.5);
  letter-spacing: 0.08em;
  padding: 24px 0;
  border-top: 1px solid #d1cdc7;
  border-bottom: 1px solid #d1cdc7;
  color: #828282;
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-empty {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 834px) {
  .footer-infomation-news-empty {
    padding: 16px 0;
  }
}

.btm-fixed-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 6px;
  z-index: 999;
}

.btm-fixed-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.btm-fixed-box-list-item {
  width: 100%;
  height: 65px;
  border-radius: var(--radius);
  -webkit-box-shadow: 0px 1px 4px 0px #00000040;
          box-shadow: 0px 1px 4px 0px #00000040;
}

.btm-fixed-box-list-item.__web .btm-fixed-box-list-item-link {
  background-color: var(--theme, #6b88af);
}

.btm-fixed-box-list-item.__phone .btm-fixed-box-list-item-link {
  background-color: #4d4d4d;
}

.btm-fixed-box-list-item.__line {
  width: auto;
  aspect-ratio: 1 / 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btm-fixed-box-list-item.__line .btm-fixed-box-list-item-link {
  background-color: #2db530;
}

.btm-fixed-box-list-item-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;
  gap: 4px;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
}

.btm-fixed-box-list-item-link-icon {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.btm-fixed-box-list-item-link-text {
  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;
}

.btm-fixed-box-list-item-link-text-large {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: calc(25 / 18);
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}

.btm-fixed-box-list-item-link-text-small {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.36;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}

.btm-fixed-box-list-item-link-line {
  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: 4px;
}

.btm-fixed-box-list-item-link-line-icon {
  width: 29px;
  height: auto;
}

.btm-fixed-box-list-item-link-line-text {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  color: #ffffff;
}

.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 var(--theme, #6b88af);
    background: #ffffff;
    left: calc(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 var(--theme, #6b88af);
    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-common.css.map */