@charset "UTF-8";

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

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  color: var(--text-navy);
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

sup {
  font-size: 60%;
}

a {
  color: inherit;
  text-decoration: none;
}

.intext-link {
  text-decoration: underline;
}

@media only screen and (min-width: 641px) {
  .show-small {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hide-small {
    display: none !important;
  }
}

.weight-bold {
  font-weight: 700;
}
.weight-black {
  font-weight: 900;
}

.row,
.inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 641px) {
  .row {
    width: min(83.33333333333334vw, 1200px);
  }
  .inner {
    width: min(69.44444444444444vw, 1000px);
  }
}
@media only screen and (max-width: 640px) {
}

.notes-list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.notes-list > li:before {
  content: "※";
}

/** ROOT SETTING
==============================================*/
:root {
  --text-navy: #000e78;
  --text-grey: #666;
}
.text-grey {
  color: var(--text-grey);
}
@media screen and (min-width: 641px) {
  /* 1440px size */
  :root {
    --pixel01: min(0.06944444444444445vw, 1px);
    --pixel02: min(0.1388888888888889vw, 2px);
    --pixel03: min(0.20833333333333334vw, 3px);
    --pixel04: min(0.2777777777777778vw, 4px);
    --pixel05: min(0.3472222222222222vw, 5px);
    --pixel06: min(0.4166666666666667vw, 6px);
    --pixel07: min(0.4861111111111111vw, 7px);
    --pixel08: min(0.5555555555555556vw, 8px);
    --pixel09: min(0.625vw, 9px);
    --pixel10: min(0.6944444444444444vw, 10px);
    --pixel11: min(0.7638888888888888vw, 11px);
    --pixel12: min(0.8333333333333334vw, 12px);
    --pixel13: min(0.9027777777777777vw, 13px);
    --pixel14: min(0.9722222222222222vw, 14px);
    --pixel15: min(1.0416666666666665vw, 15px);
    --pixel16: min(1.1111111111111112vw, 16px);
    --pixel17: min(1.1805555555555556vw, 17px);
    --pixel18: min(1.25vw, 18px);
    --pixel19: min(1.3194444444444444vw, 19px);
    --pixel20: min(1.3888888888888888vw, 20px);
    --pixel21: min(1.4583333333333333vw, 21px);
    --pixel22: min(1.5277777777777777vw, 22px);
    --pixel23: min(1.597222222222222vw, 23px);
    --pixel24: min(1.6666666666666667vw, 24px);
    --pixel25: min(1.7361111111111112vw, 25px);
    --pixel26: min(1.8055555555555554vw, 26px);
    --pixel27: min(1.875vw, 27px);
    --pixel28: min(1.9444444444444444vw, 28px);
    --pixel29: min(2.013888888888889vw, 29px);
    --pixel30: min(2.083333333333333vw, 30px);
    --pixel31: min(2.1527777777777777vw, 31px);
    --pixel32: min(2.2222222222222223vw, 32px);
    --pixel33: min(2.2916666666666665vw, 33px);
    --pixel34: min(2.361111111111111vw, 34px);
    --pixel35: min(2.430555555555556vw, 35px);
    --pixel36: min(2.5vw, 36px);
    --pixel37: min(2.569444444444444vw, 37px);
    --pixel38: min(2.638888888888889vw, 38px);
    --pixel39: min(2.7083333333333335vw, 39px);
    --pixel40: min(2.7777777777777777vw, 40px);
    --pixel41: min(2.8472222222222223vw, 41px);
    --pixel42: min(2.9166666666666665vw, 42px);
    --pixel43: min(2.986111111111111vw, 43px);
    --pixel44: min(3.0555555555555554vw, 44px);
    --pixel45: min(3.125vw, 45px);
    --pixel46: min(3.194444444444444vw, 46px);
    --pixel47: min(3.2638888888888893vw, 47px);
    --pixel48: min(3.3333333333333335vw, 48px);
    --pixel49: min(3.4027777777777777vw, 49px);
    --pixel50: min(3.4722222222222223vw, 50px);
    --pixel51: min(3.5416666666666665vw, 51px);
    --pixel52: min(3.6111111111111107vw, 52px);
    --pixel53: min(3.680555555555556vw, 53px);
    --pixel54: min(3.75vw, 54px);
    --pixel55: min(3.8194444444444446vw, 55px);
    --pixel56: min(3.888888888888889vw, 56px);
    --pixel57: min(3.958333333333333vw, 57px);
    --pixel58: min(4.027777777777778vw, 58px);
    --pixel59: min(4.097222222222222vw, 59px);
    --pixel60: min(4.166666666666666vw, 60px);
    --pixel61: min(4.236111111111112vw, 61px);
    --pixel62: min(4.305555555555555vw, 62px);
    --pixel63: min(4.375vw, 63px);
    --pixel64: min(4.444444444444445vw, 64px);
    --pixel65: min(4.513888888888888vw, 65px);
    --pixel66: min(4.583333333333333vw, 66px);
    --pixel67: min(4.652777777777778vw, 67px);
    --pixel68: min(4.722222222222222vw, 68px);
    --pixel69: min(4.791666666666667vw, 69px);
    --pixel70: min(4.861111111111112vw, 70px);
    --pixel71: min(4.930555555555555vw, 71px);
    --pixel72: min(5vw, 72px);
    --pixel73: min(5.069444444444445vw, 73px);
    --pixel74: min(5.138888888888888vw, 74px);
    --pixel75: min(5.208333333333334vw, 75px);
    --pixel76: min(5.277777777777778vw, 76px);
    --pixel77: min(5.347222222222222vw, 77px);
    --pixel78: min(5.416666666666667vw, 78px);
    --pixel79: min(5.486111111111111vw, 79px);
    --pixel80: min(5.555555555555555vw, 80px);
    --pixel81: min(5.625vw, 81px);
    --pixel82: min(5.694444444444445vw, 82px);
    --pixel83: min(5.763888888888889vw, 83px);
    --pixel84: min(5.833333333333333vw, 84px);
    --pixel85: min(5.902777777777778vw, 85px);
    --pixel86: min(5.972222222222222vw, 86px);
    --pixel87: min(6.041666666666667vw, 87px);
    --pixel88: min(6.111111111111111vw, 88px);
    --pixel89: min(6.180555555555555vw, 89px);
    --pixel90: min(6.25vw, 90px);
    --pixel91: min(6.319444444444445vw, 91px);
    --pixel92: min(6.388888888888888vw, 92px);
    --pixel93: min(6.458333333333334vw, 93px);
    --pixel94: min(6.527777777777779vw, 94px);
    --pixel95: min(6.597222222222222vw, 95px);
    --pixel96: min(6.666666666666667vw, 96px);
    --pixel97: min(6.736111111111111vw, 97px);
    --pixel98: min(6.805555555555555vw, 98px);
    --pixel99: min(6.875000000000001vw, 99px);
    --pixel100: min(6.944444444444445vw, 100px);
  }
}
@media screen and (max-width: 640px) {
  /* 375px size */
  :root {
    --pixel01: 0.26666666666666666vw;
    --pixel02: 0.5333333333333333vw;
    --pixel03: 0.8vw;
    --pixel04: 1.0666666666666667vw;
    --pixel05: 1.3333333333333335vw;
    --pixel06: 1.6vw;
    --pixel07: 1.866666666666667vw;
    --pixel08: 2.1333333333333333vw;
    --pixel09: 2.4vw;
    --pixel10: 2.666666666666667vw;
    --pixel11: 2.933333333333333vw;
    --pixel12: 3.2vw;
    --pixel13: 3.4666666666666663vw;
    --pixel14: 3.733333333333334vw;
    --pixel15: 4vw;
    --pixel16: 4.266666666666667vw;
    --pixel17: 4.533333333333333vw;
    --pixel18: 4.8vw;
    --pixel19: 5.066666666666666vw;
    --pixel20: 5.333333333333334vw;
    --pixel21: 5.6000000000000005vw;
    --pixel22: 5.866666666666666vw;
    --pixel23: 6.133333333333333vw;
    --pixel24: 6.4vw;
    --pixel25: 6.666666666666667vw;
    --pixel26: 6.933333333333333vw;
    --pixel27: 7.199999999999999vw;
    --pixel28: 7.466666666666668vw;
    --pixel29: 7.733333333333333vw;
    --pixel30: 8vw;
    --pixel31: 8.266666666666666vw;
    --pixel32: 8.533333333333333vw;
    --pixel33: 8.799999999999999vw;
    --pixel34: 9.066666666666666vw;
    --pixel35: 9.333333333333334vw;
    --pixel36: 9.6vw;
    --pixel37: 9.866666666666667vw;
    --pixel38: 10.133333333333333vw;
    --pixel39: 10.4vw;
    --pixel40: 10.666666666666668vw;
    --pixel41: 10.933333333333334vw;
    --pixel42: 11.200000000000001vw;
    --pixel43: 11.466666666666667vw;
    --pixel44: 11.733333333333333vw;
    --pixel45: 12vw;
    --pixel46: 12.266666666666666vw;
    --pixel47: 12.533333333333333vw;
    --pixel48: 12.8vw;
    --pixel49: 13.066666666666665vw;
    --pixel50: 13.333333333333334vw;
    --pixel51: 13.600000000000001vw;
    --pixel52: 13.866666666666665vw;
    --pixel53: 14.133333333333335vw;
    --pixel54: 14.399999999999999vw;
    --pixel55: 14.666666666666666vw;
    --pixel56: 14.933333333333335vw;
    --pixel57: 15.2vw;
    --pixel58: 15.466666666666667vw;
    --pixel59: 15.733333333333333vw;
    --pixel60: 16vw;
    --pixel61: 16.266666666666666vw;
    --pixel62: 16.53333333333333vw;
    --pixel63: 16.8vw;
    --pixel64: 17.066666666666666vw;
    --pixel65: 17.333333333333336vw;
    --pixel66: 17.599999999999998vw;
    --pixel67: 17.866666666666667vw;
    --pixel68: 18.133333333333333vw;
    --pixel69: 18.4vw;
    --pixel70: 18.666666666666668vw;
    --pixel71: 18.933333333333334vw;
    --pixel72: 19.2vw;
    --pixel73: 19.466666666666665vw;
    --pixel74: 19.733333333333334vw;
    --pixel75: 20vw;
    --pixel76: 20.266666666666666vw;
    --pixel77: 20.533333333333335vw;
    --pixel78: 20.8vw;
    --pixel79: 21.066666666666666vw;
    --pixel80: 21.333333333333336vw;
    --pixel81: 21.6vw;
    --pixel82: 21.866666666666667vw;
    --pixel83: 22.133333333333333vw;
    --pixel84: 22.400000000000002vw;
    --pixel85: 22.666666666666664vw;
    --pixel86: 22.933333333333334vw;
    --pixel87: 23.200000000000003vw;
    --pixel88: 23.466666666666665vw;
    --pixel89: 23.733333333333334vw;
    --pixel90: 24vw;
    --pixel91: 24.266666666666666vw;
    --pixel92: 24.53333333333333vw;
    --pixel93: 24.8vw;
    --pixel94: 25.066666666666666vw;
    --pixel95: 25.333333333333336vw;
    --pixel96: 25.6vw;
    --pixel97: 25.866666666666667vw;
    --pixel98: 26.13333333333333vw;
    --pixel99: 26.400000000000002vw;
    --pixel100: 26.666666666666668vw;
  }
}

/** heading-h2
==============================================*/
.heading-h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.heading-h2 span {
  font-weight: 700;
  position: relative;
}
.heading-h2__pc .num {
  font-size: 125%;
  top: -0.05em;
}
.heading-h2__pc .s {
  top: 0.1em;
}
@media screen and (min-width: 641px) {
  .heading-h2__pc {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: var(--pixel10);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--pixel04);
    border: 1px solid var(--text-navy);
    background-color: #fff;
    line-height: 180%;
    font-size: var(--pixel32);
    margin-top: var(--pixel12);
    margin-bottom: var(--pixel12);
  }
  .heading-h2__pc .s {
    font-size: var(--pixel24);
  }
  .heading-h2__pc .l {
    font-size: var(--pixel40);
  }
  .heading-h2__pc .ll {
    font-size: var(--pixel48);
  }
  .heading-h2__pc.heading-h2__grd {
    background: -webkit-linear-gradient(left, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
    background: linear-gradient(90deg, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  }
}
@media screen and (max-width: 640px) {
  .heading-h2__sp {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 0 var(--pixel08);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--pixel04);
    border: 1px solid var(--text-navy);
    background-color: #fff;
    line-height: 150%;
    font-size: var(--pixel22);
    margin-top: var(--pixel04);
    margin-bottom: var(--pixel04);
  }
  .heading-h2__pc .s {
    font-size: var(--pixel14);
  }
  .heading-h2__pc .l {
    font-size: var(--pixel22);
  }
  .heading-h2__pc .ll {
    font-size: var(--pixel26);
  }
  .heading-h2__sp.heading-h2__grd {
    background: -webkit-linear-gradient(left, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
    background: linear-gradient(90deg, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  }
}

/** heading-h3
==============================================*/
.heading-h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.heading-h3 span {
  font-weight: 700;
}
.heading-h3--en:before {
  content: attr(data-en);
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-navy);
  font-weight: 900;
  line-height: 1;
  background: -webkit-linear-gradient(left, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  background: linear-gradient(90deg, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 641px) {
  .heading-h3__pc {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 0 var(--pixel08);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--pixel04);
    border: 1px solid var(--text-navy);
    background-color: #fff;
    line-height: 150%;
    font-size: var(--pixel24);
    margin-top: var(--pixel04);
    margin-bottom: var(--pixel04);
  }
  .heading-h3__pc.heading-h3__grd {
    background: -webkit-linear-gradient(left, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
    background: linear-gradient(90deg, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  }
  .heading-h3__pc.heading-h3__nv {
    background-color: var(--text-navy);
    color: #fff;
  }
  .heading-h3__pc.heading-h3__s {
    font-size: var(--pixel16);
    padding: var(--pixel04);
    margin-top: var(--pixel02);
    margin-bottom: var(--pixel02);
  }
  .heading-h3--en:before {
    font-size: var(--pixel80);
    margin-bottom: var(--pixel36);
  }
}
@media screen and (max-width: 640px) {
  .heading-h3__sp {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 0 var(--pixel08);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: var(--pixel04);
    border: 1px solid var(--text-navy);
    background-color: #fff;
    line-height: 150%;
    font-size: var(--pixel18);
    margin-top: var(--pixel04);
    margin-bottom: var(--pixel04);
  }
  .heading-h3__sp.heading-h3__s {
    margin-top: var(--pixel02);
    margin-bottom: var(--pixel02);
    font-size: var(--pixel14);
    padding: var(--pixel04);
  }
  .heading-h3__sp.heading-h3__grd {
    background: -webkit-linear-gradient(left, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
    background: linear-gradient(90deg, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  }
  .heading-h3__sp.heading-h3__nv {
    background-color: var(--text-navy);
    color: #fff;
  }
  .heading-h3--en:before {
    font-size: var(--pixel40);
    margin-bottom: var(--pixel12);
  }
}

/** button-primary
==============================================*/
.button-primary {
  border-radius: 9999px;
  background: -webkit-linear-gradient(left, #001ade 0%, #000e78 100%);
  background: linear-gradient(90deg, #001ade 0%, #000e78 100%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.button-primary .text {
  color: #fff;
  font-weight: 900;
}
.button-primary:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.button-primary--arrow:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%3E%20%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2232%22%20fill%3D%22white%22%2F%3E%20%3Cpath%20d%3D%22M16%2031.75H48%22%20stroke%3D%22%23000E78%22%20stroke-width%3D%224%22%2F%3E%20%3Cpath%20d%3D%22M28%2016L48%2031.5556L28%2047.1111%22%20stroke%3D%22%23000E78%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E");
}
.button-primary--inactive {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 641px) {
  .button-primary {
    padding: var(--pixel16) var(--pixel16) var(--pixel16) var(--pixel40);
  }
  .button-primary--l {
    font-size: var(--pixel22);
  }
  .button-primary--s {
    font-size: var(--pixel20);
  }
  .button-primary:after {
    width: var(--pixel64);
    height: var(--pixel64);
    margin-left: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .button-primary {
  }
  .button-primary:after {
    width: var(--pixel40);
    height: var(--pixel40);
    margin-left: var(--pixel16);
  }
  .button-primary--l {
    font-size: var(--pixel18);
    padding: var(--pixel16) var(--pixel16) var(--pixel16) var(--pixel24);
  }
  .button-primary--s {
    font-size: var(--pixel14);
    padding: var(--pixel08) var(--pixel16) var(--pixel08) var(--pixel24);
  }
}

/** a-link
==============================================*/
.a-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid;
}
.a-link .text {
  font-weight: 700;
}
.a-link:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23000E78%22%2F%3E%3Cpath%20d%3D%22M7.95312%203.88892L7.95313%2011.8889%22%20stroke%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.8906%206.88892L8.00174%2011.8889L4.11285%206.88892%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: var(--pixel16);
  height: var(--pixel16);
  margin-left: var(--pixel08);
}
@media screen and (min-width: 641px) {
  .a-link {
    padding: var(--pixel08);
  }
  .a-link .text {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .a-link {
    padding: var(--pixel08) var(--pixel04);
  }
  .a-link .text {
    font-size: var(--pixel16);
  }
}

/** card-cases
==============================================*/
.card-cases {
  border: 1px solid;
  border-radius: var(--pixel24);
}
@media screen and (min-width: 641px) {
  .card-cases {
    width: min(24.444444444444443vw, 352px);
    padding: var(--pixel24) var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .card-cases {
    width: 81.06666666666666vw;
    padding: var(--pixel24);
  }
}

.card-cases__visual {
  position: relative;
}
.card-cases__img {
  overflow: hidden;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  border: 1px solid;
  aspect-ratio: 6/7;
}
.card-cases__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.card-cases__title {
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .card-cases__img {
    width: min(16.666666666666664vw, 240px);
  }
  .card-cases__title {
    bottom: var(--pixel04);
  }
}
@media screen and (max-width: 640px) {
  .card-cases__img {
    width: 100%;
  }
  .card-cases__title {
    bottom: var(--pixel07);
  }
}

.card-cases__info {
  margin-top: var(--pixel20);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 641px) {
  .card-cases__txt {
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .card-cases__txt {
    font-size: var(--pixel14);
  }
}

/** card-points
==============================================*/
.card-points {
  border-radius: var(--pixel08);
  border: 1px solid;
  background: -webkit-linear-gradient(309deg, #fafffe 0%, #f6fadf 50%, #fafffe 100%);
  background: linear-gradient(141deg, #fafffe 0%, #f6fadf 50%, #fafffe 100%);
  box-shadow: var(--pixel04) var(--pixel04) 0 0 #000e78;
}
.card-points__title {
  font-weight: 900;
  text-align: center;
}
.card-points__visual {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 1px solid;
  background-color: #fff;
}
.card-points__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (min-width: 641px) {
  .card-points {
    width: min(22.22222222222222vw, 320px);
    padding: var(--pixel40) var(--pixel32) var(--pixel32);
  }
  .card-points__title {
    font-size: var(--pixel24);
    margin-bottom: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .card-points {
    width: 72.53333333333333vw;
    padding: var(--pixel24) var(--pixel16) var(--pixel16);
  }
  .card-points__title {
    font-size: var(--pixel18);
    margin-bottom: var(--pixel16);
  }
}

/** a-image
==============================================*/
.a-image {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .a-image {
    border-radius: var(--pixel24);
    box-shadow: 0 0 var(--pixel40) 0 rgba(148, 239, 196, 0.4);
    aspect-ratio: 1;
    width: min(31.944444444444443vw, 460px);
  }
}
@media screen and (max-width: 640px) {
  .a-image {
    border-radius: var(--pixel08);
    box-shadow: 0 0 var(--pixel16) 0 rgba(148, 239, 196, 0.4);
    aspect-ratio: 327 / 240;
    width: 100%;
  }
}

/** card-flow
==============================================*/
.card-flow {
  counter-reset: number;
}

.card-flow__item:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 var(--text-navy);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-navy);
  font-size: var(--pixel48);
  font-weight: 900;
  line-height: 150%;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 641px) {
  .card-flow__item:before {
    top: calc(0px - var(--pixel48));
  }
}
@media screen and (max-width: 640px) {
  .card-flow__item:before {
    top: calc(0px - var(--pixel40));
  }
}

.card-flow__item {
  position: relative;
  border-radius: var(--pixel08);
  border: 1px solid;
  background: -webkit-linear-gradient(left, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  background: linear-gradient(90deg, #e7f6f2 0%, #f6fadf 50%, #dbfeee 100%);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
}
@media screen and (min-width: 641px) {
  .card-flow__item {
    width: min(22.22222222222222vw, 320px);
    padding: var(--pixel40) var(--pixel24) var(--pixel24) var(--pixel24);
    margin-top: var(--pixel48);
  }
}
@media screen and (max-width: 640px) {
  .card-flow__item {
    width: 100%;
    padding: var(--pixel44) var(--pixel24) var(--pixel24) var(--pixel24);
    margin-top: var(--pixel34);
  }
}

.card-flow__visual {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  border: 1px solid;
  background-color: #fff;
}
.card-flow__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.card-flow__title {
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .card-flow__title {
    top: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .card-flow__title {
    top: var(--pixel32);
  }
}

/** user-comment
==============================================*/
.user-comment {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: var(--pixel04) var(--pixel08);
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid;
  background-color: #fff;
  box-shadow: var(--pixel04) var(--pixel04) 0 0 var(--text-navy);
}
.user-comment__set {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: var(--pixel20) var(--pixel16);
}
@media screen and (min-width: 641px) {
  .user-comment {
    border-radius: var(--pixel24);
  }
  .user-comment__set {
    padding: var(--pixel20) var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .user-comment {
    border-radius: var(--pixel08);
  }
  .user-comment__set {
    padding: var(--pixel04) 0;
  }
}

.user-comment__img {
  overflow: hidden;
  border-radius: 50%;
  margin-right: var(--pixel16);
  aspect-ratio: 1/1;
  border: 1px solid;
}
.user-comment__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (min-width: 641px) {
  .user-comment__img {
    min-width: min(11.11111111111111vw, 160px);
    max-width: min(11.11111111111111vw, 160px);
  }
}
@media screen and (max-width: 640px) {
  .user-comment__img {
    min-width: var(--pixel80);
    max-width: var(--pixel80);
  }
}

.user-comment__txt {
  line-height: 140%;
}
.user-comment__txt .em {
  font-weight: 900;
}
@media screen and (min-width: 641px) {
  .user-comment__txt {
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .user-comment__txt {
    font-size: var(--pixel16);
  }
}

/** faq-set
==============================================*/
.faq-set__dl {
  border-top: 0.5px solid;
}

.faq-set__q:before {
  content: "Q.";
  line-height: 1;
  position: absolute;
}
.faq-set__q {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  background-color: rgba(0, 14, 120, 0.08);
  border-right: 0.5px solid;
  border-left: 0.5px solid;
  border-bottom: 0.5px solid;
  text-align: left;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (min-width: 641px) {
  .faq-set__q:before {
    font-size: var(--pixel40);
    top: var(--pixel35);
    left: var(--pixel44);
  }
  .faq-set__q {
    padding: var(--pixel44) var(--pixel44) var(--pixel44) min(7.569444444444444vw, 109px);
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .faq-set__q:before {
    font-size: var(--pixel24);
    top: var(--pixel14);
    left: var(--pixel16);
  }
  .faq-set__q {
    padding: var(--pixel16) var(--pixel16) var(--pixel16) var(--pixel57);
    font-size: var(--pixel14);
  }
}

.faq-set__a:before {
  content: "A.";
  line-height: 1;
  position: absolute;
}
.faq-set__a {
  position: relative;
  border-bottom: 0.5px solid;
  border-right: 0.5px solid;
  border-left: 0.5px solid;
  line-height: 180%;
}
@media screen and (min-width: 641px) {
  .faq-set__a:before {
    font-size: var(--pixel40);
    top: var(--pixel35);
    left: var(--pixel44);
  }
  .faq-set__a {
    padding: var(--pixel44) var(--pixel44) var(--pixel44) min(7.569444444444444vw, 109px);
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .faq-set__a:before {
    font-size: var(--pixel24);
    top: var(--pixel14);
    left: var(--pixel16);
  }
  .faq-set__a {
    padding: var(--pixel16) var(--pixel16) var(--pixel16) var(--pixel57);
    font-size: var(--pixel14);
  }
}

/** info-table
==============================================*/
.info-table {
  border: 0.5px solid;
}
@media screen and (min-width: 641px) {
  .info-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 640px) {
}

.info-table > dt,
.info-table > dd {
  line-height: 180%;
}
@media screen and (min-width: 641px) {
  .info-table > dt:not(:last-of-type),
  .info-table > dd:not(:last-of-type) {
    border-bottom: 0.5px solid;
  }
}
@media screen and (max-width: 640px) {
}

.info-table > dt {
  background-color: rgba(0, 14, 120, 0.08);
  font-weight: 700;
  list-style: 180%;
}
@media screen and (min-width: 641px) {
  .info-table > dt {
    border-right: 0.5px solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding: var(--pixel24);
    font-size: var(--pixel16);
    min-width: min(15.833333333333332vw, 228px);
  }
}
@media screen and (max-width: 640px) {
  .info-table > dt {
    padding: var(--pixel12);
    font-size: var(--pixel14);
    border-bottom: 0.5px solid;
  }
}

.info-table > dd {
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .info-table > dd {
    padding: var(--pixel24);
    font-size: var(--pixel16);
  }
  .info-table > dd:not(:last-child) {
    border-bottom: 0.5px solid;
  }
  .info-table > dd .small {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .info-table > dd {
    padding: var(--pixel12);
    font-size: var(--pixel14);
  }
  .info-table > dd .small {
    font-size: var(--pixel12);
  }
}

/** ACCORDION
==============================================*/
@media screen and (min-width: 641px) {
  .accordion-head {
    cursor: pointer;
  }
}

/** MODAL OPEN
==============================================*/
[data-micromodal-transition] {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

[data-micromodal-transition].is-open {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .modal-open {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .modal-open:hover {
    opacity: 0.8;
  }

  button.modal-open:hover {
    opacity: 1;
  }
}

/** MODAL MICROMODAL
==============================================*/
.modal-micromodal {
  display: none;
}

.modal-micromodal.is-open {
  display: block;
}

@-webkit-keyframes modalfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes modalfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes modalfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.modal-micromodal[aria-hidden="false"] .modal-overlay {
  -webkit-animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-micromodal[aria-hidden="true"] .modal-overlay {
  -webkit-animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* .modal-micromodal .modal-container,
.modal-micromodal .modal-overlay {
  will-change: transform;
} */

/** MODAL OVERLAY
==============================================*/
.modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .modal-overlay {
    padding: var(--pixel50);
  }
}
@media screen and (max-width: 640px) {
  .modal-overlay {
    padding: var(--pixel50) var(--pixel30);
  }
}

/** MODAL CONTAINER
==============================================*/
/* close button */
.modal-close__button {
  display: block;
  font-weight: 700;
  text-align: center;
  position: absolute;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22button%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039.54%2039.54%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%221.77%22%20y1%3D%221.77%22%20x2%3D%2237.77%22%20y2%3D%2237.77%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2237.77%22%20y1%3D%221.77%22%20x2%3D%221.77%22%20y2%3D%2237.77%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .modal-close__button {
    width: var(--pixel40);
    height: var(--pixel40);
    bottom: 100%;
    left: calc(100% + var(--pixel10));
  }
}
@media screen and (max-width: 640px) {
  .modal-close__button {
    width: var(--pixel25);
    height: var(--pixel25);
    right: calc(0px - var(--pixel15));
    bottom: calc(100% + var(--pixel10));
  }
}

/* container */
.modal-container::-webkit-scrollbar {
  display: none;
}

.modal-container {
  position: relative;
  background-color: #fff;
  border-radius: var(--pixel05);
  max-height: calc(100vh - var(--pixel100));
}
@media only screen and (min-width: 641px) {
  .modal-container {
    width: min(53.333333333333336vw, 768px);
    padding: var(--pixel60);
  }
}
@media only screen and (max-width: 640px) {
  .modal-container {
    padding: var(--pixel55) var(--pixel20);
  }
}

/** MODAL CONTENT
==============================================*/
.modal-content {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: var(--pixel60);
  /* min-height: 60vh; */
  /* max-height: calc(100vh - var(--pixel40)); */
  max-height: calc(100vh - var(--pixel40) - min(32vw, 160px));
}
/* @media only screen and (min-width: 641px) {
  .modal-content {
  }
}
@media only screen and (max-width: 640px) {
  .modal-content {
    max-height: calc(100vh - var(--pixel40));
  }
} */

/** MODAL INFORMATION
==============================================*/
.modal-information__lead,
.modal-information__title {
  font-weight: 500;
}

.modal-information__lead--center,
.modal-information__title--center {
  text-align: center;
}

.modal-information__head {
  margin-bottom: min(1.8301610541727673vw, 25px);
}

.modal-information__lead {
  font-size: min(1.171303074670571vw, 16px);
}

.modal-information__title {
  font-size: 1.4641288433382138vw;
}

.modal-information__body > *:not(:first-child) {
  margin-top: min(1.8301610541727673vw, 25px);
}

.modal-information__simple:not(:first-child) {
  margin-top: min(1.8301610541727673vw, 25px);
}

.modal-information__bgcolor {
  background-color: #f1f1f1;
}

.modal-information__bgcolor:not(:first-child) {
  margin-top: min(1.8301610541727673vw, 25px);
}

.modal-information__bgcolor {
  padding: min(2.1961932650073206vw, 30px);
}

.modal-information__item:not(:first-child) {
  margin-top: min(1.8301610541727673vw, 25px);
}

.modal-information__item > *:not(:first-child) {
  margin-top: min(0.7320644216691069vw, 10px);
}

.modal-information__txt {
  font-size: min(1.171303074670571vw, 16px);
}

.modal-information__notes > li {
  text-indent: -1em;
  padding-left: 1em;
}

.modal-information__notes > li:before {
  content: "※";
}

.modal-information__notes > li {
  font-size: min(0.8784773060029283vw, 12px);
}

/** MODAL ENTRY
==============================================*/
.entry-course__txt {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .entry-course__txt {
    font-size: var(--pixel20);
  }
}
@media only screen and (max-width: 640px) {
  .entry-course__txt {
    font-size: var(--pixel16);
  }
}

@media only screen and (min-width: 641px) {
  .entry-course__list {
    margin-top: var(--pixel40);
  }
}
@media only screen and (max-width: 640px) {
  .entry-course__list {
    margin-top: var(--pixel20);
  }
}

.entry-course__list > li:not(:first-child) {
  margin-top: var(--pixel20);
}

.entry-course__item--300 {
  background-color: #162f7c;
}

.entry-course__item--200 {
  background-color: #088f98;
}

.entry-course__item {
  color: #fff;
  padding: var(--pixel20) var(--pixel60) var(--pixel20) var(--pixel25);
  position: relative;
  display: block;
}

.entry-course__item:hover {
  color: #fff;
}

.entry-course__item:before {
  content: "";
  position: absolute;
  width: var(--pixel24);
  height: var(--pixel24);
  background-color: #fff;
  border-radius: 50%;
  right: var(--pixel25);
  top: calc(50% - var(--pixel12));
}

.entry-course__item:after {
  content: "";
  position: absolute;
  width: var(--pixel09);
  height: var(--pixel10);
  -webkit-clip-path: polygon(var(--pixel09) 50%, 0% 0%, 0% var(--pixel10));
  clip-path: polygon(var(--pixel09) 50%, 0% 0%, 0% var(--pixel10));
  right: var(--pixel31);
  top: calc(50% - var(--pixel05));
}

.entry-course__item--300 .entry-course__item:after {
  background-color: #162f7c;
}

.entry-course__item--200 .entry-course__item:after {
  background-color: #088f98;
}

.entry-course__course {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.entry-course__course * {
  line-height: 1;
}

.entry-course__course .num {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  margin-right: var(--pixel08);
  position: relative;
  bottom: 0.05em;
}
@media only screen and (min-width: 641px) {
  .entry-course__course .num {
    font-size: var(--pixel67);
  }
}
@media only screen and (max-width: 640px) {
  .entry-course__course .num {
    font-size: var(--pixel40);
  }
}

.entry-course__course .txt > span {
  display: block;
}

.entry-course__course .txt .course {
  font-weight: 700;
}
.entry-course__course .txt .rate {
  font-weight: 500;
}
@media only screen and (min-width: 641px) {
  .entry-course__course .txt .course {
    font-size: var(--pixel20);
  }
  .entry-course__course .txt .rate {
    font-size: var(--pixel16);
    margin-top: var(--pixel10);
  }
}
@media only screen and (max-width: 640px) {
  .entry-course__course .txt .course {
    font-size: var(--pixel18);
    line-height: 1.5;
  }
  .entry-course__course .txt .rate {
    font-size: var(--pixel14);
    margin-top: var(--pixel05);
  }
}

@media only screen and (min-width: 641px) {
  .entry-course__notes {
    margin-top: var(--pixel40);
  }
  .entry-course__notes > li {
    font-size: var(--pixel16);
  }
}
@media only screen and (max-width: 640px) {
  .entry-course__notes {
    margin-top: var(--pixel20);
  }
  .entry-course__notes > li {
    font-size: var(--pixel12);
  }
}

.result-course__ttl {
  text-align: center;
  font-size: var(--pixel17);
}

.result-course__name {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .result-course__name {
    font-size: var(--pixel25);
    margin-top: var(--pixel25);
  }
  .result-course__entry {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: var(--pixel35);
  }
}
@media only screen and (max-width: 640px) {
  .result-course__name {
    font-size: var(--pixel20);
    margin-top: var(--pixel10);
  }
  .result-course__entry {
    margin-top: var(--pixel20);
  }
}

.result-course__entry-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.result-course__entry-btn--main {
  background-color: #ef5b3e;
}
.result-course__entry-btn--outline {
  border: var(--pixel02) solid var(--text-navy);
  background-color: #fff;
}
.result-course__entry-btn:before {
  content: "";
  position: absolute;
  width: var(--pixel24);
  height: var(--pixel24);
  background-color: #fff;
  border-radius: 50%;
  right: var(--pixel20);
  top: calc(50% - var(--pixel12));
}
.result-course__entry-btn--main:before {
  background-color: #fff;
}
.result-course__entry-btn--outline:before {
  background-color: var(--text-navy);
}
.result-course__entry-btn:after {
  content: "";
  position: absolute;
  width: var(--pixel09);
  height: var(--pixel10);
  -webkit-clip-path: polygon(var(--pixel09) 50%, 0% 0%, 0% var(--pixel10));
  clip-path: polygon(var(--pixel09) 50%, 0% 0%, 0% var(--pixel10));
  right: var(--pixel26);
  top: calc(50% - var(--pixel05));
}
.result-course__entry-btn--main:after {
  background-color: #ef5b3e;
}
.result-course__entry-btn--outline:after {
  background-color: #fff;
}
.result-course__entry-txt {
  display: block;
  font-weight: 700;
}
.result-course__entry-btn--main .result-course__entry-txt {
  color: #fff;
}
.result-course__entry-btn--outline .result-course__entry-txt {
  color: var(--text-navy);
}
.result-course__entry-sub {
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 641px) {
  .result-course__entry-btn {
    padding: var(--pixel20);
    min-height: var(--pixel94);
  }
  .result-course__entry-btn:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .result-course__entry-btn--main {
    width: 100%;
  }
  .result-course__entry-btn--outline {
    width: calc(50% - var(--pixel10));
  }
  .result-course__entry-txt {
    font-size: var(--pixel22);
  }
  .result-course__entry-sub {
    font-size: var(--pixel15);
  }
}
@media only screen and (max-width: 640px) {
  .result-course__entry-btn {
    padding: var(--pixel10);
    min-height: var(--pixel60);
  }
  .result-course__entry-btn:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .result-course__entry-txt {
    font-size: var(--pixel20);
  }
  .result-course__entry-sub {
    font-size: var(--pixel14);
  }
}

@media only screen and (min-width: 641px) {
  .result-course__notes {
    margin-top: var(--pixel25);
  }
  .result-course__notes > li {
    font-size: var(--pixel16);
  }
}
@media only screen and (max-width: 640px) {
  .result-course__notes {
    margin-top: var(--pixel15);
  }
  .result-course__notes > li {
    font-size: var(--pixel13);
  }
}

@media only screen and (min-width: 641px) {
  .howto-kantan {
    margin-top: var(--pixel40);
  }
}
@media only screen and (max-width: 640px) {
  .howto-kantan {
    margin-top: var(--pixel20);
  }
}

.howto-kantan-contents__head {
  background-color: #e5e5e5;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
}
.howto-kantan-contents__head:after,
.howto-kantan-contents__head:before {
  content: "";
  content: "";
  position: absolute;
  top: calc(50% - var(--pixel04));
  right: var(--pixel26);
  width: var(--pixel01);
  height: var(--pixel09);
  background-color: #333;
  -webkit-transform-origin: 50% calc(100% - min(0.1vw, 0.5px));
  transform-origin: 50% calc(100% - min(0.1vw, 0.5px));
}
.howto-kantan-contents__head:before {
  -webkit-transform: rotate(48.35deg);
  transform: rotate(48.35deg);
}
.howto-kantan-contents__head:after {
  -webkit-transform: rotate(-48.35deg);
  transform: rotate(-48.35deg);
}
.howto-kantan-contents__head.is-active:before,
.howto-kantan-contents__head.is-active:after {
  top: calc(50% - var(--pixel10));
}
.howto-kantan-contents__head.is-active:before {
  -webkit-transform: rotate(-131.65deg);
  transform: rotate(-131.65deg);
}
.howto-kantan-contents__head.is-active:after {
  -webkit-transform: rotate(131.65deg);
  transform: rotate(131.65deg);
}
@media only screen and (min-width: 641px) {
  .howto-kantan-contents__head {
    font-size: var(--pixel17);
    padding: var(--pixel15) var(--pixel20);
  }
}
@media only screen and (max-width: 640px) {
  .howto-kantan-contents__head {
    font-size: var(--pixel14);
    padding: var(--pixel10) var(--pixel20);
  }
}

@media only screen and (min-width: 641px) {
  .howto-kantan-contents__body {
    padding: var(--pixel25);
  }
}
@media only screen and (max-width: 640px) {
  .howto-kantan-contents__body {
    padding: var(--pixel15) var(--pixel10);
  }
}

.howto-kantan-box__ttl {
  text-align: center;
  color: #084198;
  font-weight: 700;
}
.howto-kantan-box__txt {
  line-height: 1.8;
}
.howto-kantan-box__inline-dot > li {
  display: inline-block;
  line-height: 1.8;
  margin-right: 0.5em;
}
.howto-kantan-box__inline-dot > li:before {
  content: "・";
  margin-right: 0.5em;
}
.howto-kantan-box__dot > li {
  line-height: 1.8;
}
@media only screen and (min-width: 641px) {
  .howto-kantan-box:not(:first-child) {
    margin-top: var(--pixel30);
  }
  .howto-kantan-box > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .howto-kantan-box__ttl {
    font-size: var(--pixel20);
  }
  .howto-kantan-box__txt {
    font-size: var(--pixel16);
  }
  .howto-kantan-box__inline-dot > li {
    font-size: var(--pixel16);
  }
  .howto-kantan-box__dot > li {
    font-size: var(--pixel16);
  }
  .howto-kantan-box__notes > li {
    font-size: var(--pixel12);
  }
}
@media only screen and (max-width: 640px) {
  .howto-kantan-box:not(:first-child) {
    margin-top: var(--pixel25);
  }
  .howto-kantan-box > *:not(:first-child) {
    margin-top: var(--pixel05);
  }
  .howto-kantan-box__ttl {
    font-size: var(--pixel16);
  }
  .howto-kantan-box__txt {
    font-size: var(--pixel13);
  }
  .howto-kantan-box__inline-dot > li {
    font-size: var(--pixel13);
  }
  .howto-kantan-box__dot > li {
    font-size: var(--pixel13);
  }
  .howto-kantan-box__notes > li {
    font-size: var(--pixel11);
  }
}

.kantan-step__index {
  width: 100%;
  margin-bottom: var(--pixel05);
}

.kantan-step > li:not(:first-child) {
  margin-top: var(--pixel58);
  position: relative;
}
.kantan-step > li:not(:first-child):before {
  content: "";
  background-color: #084198;
  position: absolute;
  left: calc(50% - var(--pixel23));
  top: calc(0px - var(--pixel39));
  width: var(--pixel46);
  height: var(--pixel20);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 641px) {
  .kantan-step > li {
    /* max-width: 500px; */
  }
}

.kantan-step__info {
  background-color: #f0f0f0;
  padding: var(--pixel20) var(--pixel18) var(--pixel30);
}
@media only screen and (min-width: 641px) {
  .kantan-step__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .kantan-step__info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .kantan-step__info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .kantan-step__info > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .kantan-step__info > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.kantan-step__ttl {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .kantan-step__ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    font-size: var(--pixel18);
    margin-bottom: var(--pixel20);
  }
}
@media only screen and (max-width: 640px) {
  .kantan-step__ttl {
    font-size: var(--pixel15);
    margin-bottom: var(--pixel10);
  }
}

.kantan-step__img {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .kantan-step__img {
    -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 only screen and (min-width: 641px) {
  .kantan-step__txt > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .kantan-step__txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    padding-left: var(--pixel15);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .kantan-step__txt-txt {
    font-size: var(--pixel16);
  }
  .kantan-step__txt-dot > li {
    font-size: var(--pixel14);
  }
  .kantan-step__txt-notes > li {
    font-size: var(--pixel12);
  }
}
@media only screen and (max-width: 640px) {
  .kantan-step__txt > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .kantan-step__txt {
    margin-top: var(--pixel13);
  }
  .kantan-step__txt-txt {
    font-size: var(--pixel13);
  }
  .kantan-step__txt-dot > li {
    font-size: var(--pixel13);
  }
  .kantan-step__txt-notes > li {
    font-size: var(--pixel10);
  }
}
