/* 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ */
#mainVisual {
  background: transparent linear-gradient(179deg, #5CB2E8 0%, #0741AF 100%) 0% 0% no-repeat padding-box;
}

#mainVisual .cntInner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1366px;
  height: 767px;
  /* padding-left: 42%; */
}

#mainVisual .cntImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 730px;
  height: 89%;
}

#mainVisual .cntImg img {
  object-position: bottom;
}

#mainVisual .cntBox {
  position: relative;
  width: 62%;
  min-width: 679px;
  padding: 0 20px 52px;
  z-index: 2;
  color: #fff;
}

#mainVisual .cntText-01 {
  position: relative;
  margin-bottom: 17px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

#mainVisual .cntText-01::before,
#mainVisual .cntText-01::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 40px;
  margin-bottom: -9px;
  background: #fff;
}

#mainVisual .cntText-01::before {
  margin-right: 25px;
  transform: rotate(-39deg);
}

#mainVisual .cntText-01::after {
  margin-left: 25px;
  transform: rotate(39deg);
}

#mainVisual .cntText-02 {
  display: block;
  max-width: 575px;
  margin: 0 auto;
  padding: 5px;
  border: 2px solid #fff;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-align: center;
}

#mainVisual .cntText-03 {
  margin-top: 20px;
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 87px;
  text-align: center;
}

#mainVisual .cntText-03 .xl {
  font-size: 9rem;
}

#mainVisual .cntText-03 .l {
  font-size: 7rem;
}

#mainVisual .cntText-03 .m {
  font-size: 6.5rem;
}

#mainVisual .cntText-03 .s {
  font-size: 5rem;
}

#mainVisual .cntText-03 .marker {
  margin: 0 -0.07em 0 -0.14em;
  padding: 0 5px;
  background: linear-gradient(transparent calc(100% - 23px), #63ACEA calc(100% - 23px), #63ACEA calc(100% - 6px), transparent calc(100% - 6px));
  letter-spacing: .08em;
}

#mainVisual .cntText-03 .asterisk {
  position: relative;
}

/* #mainVisual .cntText-03 .asterisk::after {
  content: "��";
  position: absolute;
  top: -0.85em;
  right: -0.25em;
  font-size: 2rem;
  font-size: .3em;
  font-weight: 600;
  letter-spacing: .1em;
} */

#mainVisual .cntText-04 {
  max-width: 590px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}

#mainVisual .cntBtns {
  margin: 47px auto 0;
}

@media screen and (max-width: 1200px) {
  #mainVisual .cntInner {
    max-height: 78vw;
  }

  #mainVisual .cntImg {
    max-width: 65vw;
    margin-left: -12vw;
  }

  #mainVisual .cntText-02 {
    max-width: 55vw;
  }

  #mainVisual .cntText-03 {
    font-size: 3.80vw;
    line-height: 7.25vw;
  }

  #mainVisual .cntText-03 .xl {
    font-size: 7.5vw;
  }

  #mainVisual .cntText-03 .l {
    font-size: 5.83vw;
  }

  #mainVisual .cntText-03 .m {
    font-size: 5.41vw;
  }

  #mainVisual .cntText-03 .s {
    font-size: 4.16vw;
  }
}

/* TAB */
@media screen and (max-width: 899px) {
  #mainVisual .cntInner {
    align-items: flex-start;
    padding-top: 92px;
    height: 577px;
    max-height: 100%;
  }

  #mainVisual .cntImg {
    max-width: 80vw;
  }

  #mainVisual .cntBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  #mainVisual .cntText-01 {
    font-size: 1.7rem;
    line-height: 1.17;
    text-align: center;
  }

  #mainVisual .cntText-01::before,
  #mainVisual .cntText-01::after {
    position: absolute;
    top: 0;
    height: 45px;
    margin: 0;
  }

  #mainVisual .cntText-01::before {
    left: -25px;
  }

  #mainVisual .cntText-01::after {
    right: -25px;
  }

  #mainVisual .cntText-02 {
    width: 100%;
    max-width: 302px;
    font-size: 1.8rem;
  }

  #mainVisual .cntText-03 .marker {
    background: linear-gradient(transparent calc(100% - 15px), #63ACEA calc(100% - 15px), #63ACEA calc(100% - 0px), transparent calc(100% - 0px));
  }

  #mainVisual .cntText-04 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 20px;
    color: #fff;
    font-size: 2.12vw;
    letter-spacing: .04em;
    line-height: 1.5;
    z-index: 3;
  }

  #mainVisual .cntText-04::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #072C69;
    opacity: .3;
    z-index: -1;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #mainVisual .cntInner {
    justify-content: center;
    padding-top: 95px;
  }

  #mainVisual .cntImg {
    width: 100%;
    max-width: 100%;
    height: 266px;
    margin: 0;
  }

  #mainVisual .cntBox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #mainVisual .cntText-01 {
    margin-bottom: 6px;
  }

  #mainVisual .cntText-01::before,
  #mainVisual .cntText-01::after {
    width: 1px;
  }

  #mainVisual .cntText-01::before {
    left: -20px;
  }

  #mainVisual .cntText-01::after {
    right: -20px;
  }

  #mainVisual .cntText-02 {
    max-width: 80vw;
    border-width: 1px;
  }

  #mainVisual .cntText-03 {
    font-size: 7.44vw;
    line-height: 1.2;
  }

  #mainVisual .cntText-03 .xl {
    font-size: 13vw;
  }

  #mainVisual .cntText-03 .l {
    font-size: 10vw;
  }

  #mainVisual .cntText-03 .m {
    font-size: 10vw;
  }

  #mainVisual .cntText-03 .s {
    font-size: 7.4vw;
  }

  #mainVisual .cntText-03 .asterisk::after {
    top: 0.6em;
    right: -0.6em;
    font-size: .8rem;
  }
}

/* 螟ｱ讌ｭ菫晞匱繧ｵ繝昴�繝医▲縺ｦ�� */
#_benefit {
  position: relative;
  padding: 87px 20px 0;
  overflow: hidden;
}

#_benefit .cntBox-01 {
  margin-bottom: 87px;
  text-align: center;
}

#_benefit .cntBox-01 .title {
  margin-bottom: 48px;
  color: #0A50C4;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: .2em;
}

#_benefit .cntBox-01 .text {
  font-size: 1.9rem;
  letter-spacing: .15em;
  line-height: 1.17;
}

#_benefit .cntBox-01 .text .l {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: .1em;
  color: var(--c-b-light);
}

#_benefit .cntBox-01 .text .xl {
  display: inline-block;
  margin-bottom: 36px;
  transform: translateY(6px);
  font-size: 9rem;
  font-weight: bold;
  letter-spacing: 0;
  color: var(--c-b-light);
}

#_benefit .cntBox-02 {
  position: relative;
  padding: 105px 4px 68px;
  border: 3px solid var(--c-b-dark);
  border-radius: 5px;
}

#_benefit .cntBox-02 .title {
  position: absolute;
  top: -0.85em;
  left: 50%;
  padding: 0 19px;
  background: #fff;
  transform: translateX(-50%);
  color: var(--c-b-dark);
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 2.7rem;
  text-align: center;
}

#_benefit .cntBox-02 .title .s {
  font-size: 2.3rem;
}

#_benefit .cntBox-02 dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px 0;
  align-items: center;
}

#_benefit .cntBox-02 dt {
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

#_benefit .cntBox-02 .dt-01 {
  letter-spacing: .5em;
}

#_benefit .cntBox-02 .dt-02 {
  letter-spacing: .15em;
}

#_benefit .cntBox-02 dd {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
}

#_benefit .cntBox-02 .bubble {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#_benefit .cntBox-02 .dd-01 .bubble {
  bottom: calc(100% + 6px);
  width: 76px;
  height: 46px;
  padding-top: 4px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2276%22%20height%3D%2246%22%20viewBox%3D%220%200%2076%2046%22%3E%20%3Cg%20id%3D%22%E5%90%88%E4%BD%93_7%22%20data-name%3D%22%E5%90%88%E4%BD%93%207%22%20transform%3D%22translate(319%20-41)%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M-286.916%2C77.27H-316a3%2C3%2C0%2C0%2C1-3-3V44a3%2C3%2C0%2C0%2C1%2C3-3h70a3%2C3%2C0%2C0%2C1%2C3%2C3V74.269a3%2C3%2C0%2C0%2C1-3%2C3h-28.084L-280.5%2C87Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%20-280.500244140625%2083.36714935302734%20L%20-275.1605529785156%2075.26950836181641%20L%20-245.9997100830078%2075.26950836181641%20C%20-245.4484558105469%2075.26950836181641%20-245%2074.82062530517578%20-245%2074.26889801025391%20L%20-245%2044.00009536743164%20C%20-245%2043.44886016845703%20-245.4484558105469%2043.00040817260742%20-245.9997100830078%2043.00040817260742%20L%20-315.9999084472656%2043.00040817260742%20C%20-316.5511474609375%2043.00040817260742%20-316.9996032714844%2043.44886016845703%20-316.9996032714844%2044.00009536743164%20L%20-316.9996032714844%2074.26889801025391%20C%20-316.9996032714844%2074.82062530517578%20-316.5511474609375%2075.26950836181641%20-315.9999084472656%2075.26950836181641%20L%20-285.8394775390625%2075.26950836181641%20L%20-280.500244140625%2083.36714935302734%20M%20-280.5003051757812%2087.00030517578125%20L%20-286.9163818359375%2077.26950836181641%20L%20-315.9999084472656%2077.26950836181641%20C%20-317.6567993164062%2077.26950836181641%20-318.9996032714844%2075.92580413818359%20-318.9996032714844%2074.26889801025391%20L%20-318.9996032714844%2044.00009536743164%20C%20-318.9996032714844%2042.34320831298828%20-317.6567993164062%2041.00040817260742%20-315.9999084472656%2041.00040817260742%20L%20-245.9997100830078%2041.00040817260742%20C%20-244.3428039550781%2041.00040817260742%20-243%2042.34320831298828%20-243%2044.00009536743164%20L%20-243%2074.26889801025391%20C%20-243%2075.92580413818359%20-244.3428039550781%2077.26950836181641%20-245.9997100830078%2077.26950836181641%20L%20-274.0836791992188%2077.26950836181641%20L%20-280.5003051757812%2087.00030517578125%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23707070%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') bottom/contain no-repeat;
  color: #707070;
}

#_benefit .cntBox-02 .dd-02 .bubble {
  top: calc(100% + 6px);
  width: 159px;
  height: 52px;
  padding-top: 16px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22158.999%22%20height%3D%2251.999%22%20viewBox%3D%220%200%20158.999%2051.999%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_8%22%20data-name%3D%22%E5%90%88%E4%BD%93%208%22%20d%3D%22M1148%2C93V52h73.083l6.417-11%2C6.417%2C11H1307V93Z%22%20transform%3D%22translate(-1148%20-41)%22%20fill%3D%22%235cb2e8%22%2F%3E%3C%2Fsvg%3E') top/contain no-repeat;
  color: #fff;
}

#_benefit .cntBox-02 .image {
  flex-shrink: 0;
  height: 78px;
}

#_benefit .cntBox-02 .image img {
  object-position: left;
}

#_benefit .cntBox-02 .text {
  color: #7C7C7C;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.1;
}

#_benefit .cntBox-02 .dd-01 .text {
  margin-left: 12px;
}

#_benefit .cntBox-02 .dd-02 .text {
  color: var(--c-b-dark);
}

#_benefit .cntBox-02 .text .l {
  font-size: 3rem;
}

#_benefit .cntBox-02 .notes {
  margin-top: 20px;
  color: #656565;
  font-size: 1.7rem;
  letter-spacing: .15em;
  text-align: right;
  padding-right: 7px;
}

#_benefit .cntBox-03 {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  /* padding-top: 186px; */
  text-align: center;
}

#_benefit .cntBox-03 .box {
  position: relative;
  max-width: 966px;
  margin-left: auto;
  padding-bottom: 65px;
  /* padding-right: 400px; */
  padding-right: 29.29%;
}

#_benefit .cntBox-03 .box::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 46.7%;
  width: 490px;
  height: 479px;
  background: url(../img/top/benefit_img-01.png) bottom/contain no-repeat;
  z-index: -1;
}

#_benefit .cntBox-03 .text-01 {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  color: var(--c-b-dark);
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: .2em;
}

#_benefit .cntBox-03 .text-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 94px solid transparent;
  border-left: 94px solid transparent;
  border-top: 44px solid #E5EEF5;
  border-bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#_benefit .cntBox-03 .text-02 {
  position: relative;
  max-width: 452px;
  margin: 0 auto;
  padding: 4px;
  background: var(--c-b-dark);
  border-radius: 100px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .15em;
}

#_benefit .cntBox-03 .text-02::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 12px solid var(--c-b-dark);
  border-bottom: 0;
  transform: translateX(-50%);
}

#_benefit .cntBox-03 .text-02 b {
  font-weight: bold;
  letter-spacing: .05em;
}

#_benefit .cntBox-03 .text-03 {
  margin-bottom: 10px;
  color: var(--c-b-dark);
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.14;
}

#_benefit .cntBox-03 .text-03 .l {
  margin: 0 3px;
  font-family: var(--ff-en);
  font-size: 13rem;
  font-weight: bold;
  letter-spacing: 0;
  vertical-align: -8px;
}

#_benefit .cntBox-03 .text-04 {
  margin-bottom: 22px;
  font-size: 2.5rem;
  letter-spacing: .05em;
}

#_benefit .cntBox-03 .text-05 {
  color: #656565;
  font-size: 1.7rem;
  letter-spacing: .15em;
}

@media screen and (max-width: 1200px) {
  #_benefit .cntBox-02 dl {
    grid-template-columns: 10vw 1fr;
  }

  #_benefit .cntBox-02 dt {
    font-size: 2.08vw;
  }

  #_benefit .cntBox-02 .text {
    font-size: 1.91vw;
  }

  #_benefit .cntBox-02 .text .l {
    font-size: 2.5vw;
  }
}

/* TAB */
@media screen and (max-width: 899px) {
  #_benefit {
    margin-bottom: 0;
  }

  #_benefit .cntBox-01 .title {
    font-size: calc(35px - (899px - 100vw) / (419 / 15));
  }

  #_benefit .cntBox-01 .text {
    font-size: calc(19px - (899px - 100vw) / (419 / 3));
  }

  #_benefit .cntBox-01 .text .l {
    font-size: calc(40px - (899px - 100vw) / (419 / 12));
  }

  #_benefit .cntBox-01 .text .xl {
    font-size: calc(90px - (899px - 100vw) / (419 / 30));
  }

  #_benefit .cntBox-02 {
    padding: 7.97vw 4.25vw 5.58vw;
  }

  #_benefit .cntBox-02 .title {
    font-size: 4.52vw;
  }

  #_benefit .cntBox-02 .title .s {
    font-size: inherit;
  }

  #_benefit .cntBox-02 dl {
    grid-template-columns: 1fr;
    gap: 5.31vw;
  }

  #_benefit .cntBox-02 dt {
    margin-bottom: -13px;
    font-size: 4.25vw;
    font-size: calc(25px - (899px - 100vw) / (419 / 9));
    text-align: left;
    letter-spacing: .1em !important;
  }

  #_benefit .cntBox-02 dd {
    gap: 0;
  }

  #_benefit .cntBox-02 .dd-02 {
    display: block;
  }

  #_benefit .cntBox-02 .dd-02 .bubble {
    top: 18.5vw;
    left: 3.5vw;
    width: calc(159px - (899px - 100vw) / (419 / 49));
    height: calc(52px - (899px - 100vw) / (419 / 16));
    font-size: calc(20px - (899px - 100vw) / (419 / 6));
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110.577%22%20height%3D%2236.759%22%20viewBox%3D%220%200%20110.577%2036.759%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_9%22%20data-name%3D%22%E5%90%88%E4%BD%93%209%22%20d%3D%22M-8953.5-1026.652v-28.1h9.022l6.469-8.656%2C6.47%2C8.656h88.616v28.1Z%22%20transform%3D%22translate(8953.505%201063.411)%22%20fill%3D%22%235cb2e8%22%2F%3E%3C%2Fsvg%3E');
    transform: none;
    padding-top: 2vw;
  }

  #_benefit .cntBox-02 .image {
    height: 18vw;
  }

  #_benefit .cntBox-02 .text {
    font-size: calc(23px - (899px - 100vw) / (419 / 7));
  }

  #_benefit .cntBox-02 .dd-01 .text {
    margin-left: 2.92vw;
  }

  #_benefit .cntBox-02 .dd-02 .text {
    margin-top: .5em;
    font-size: calc(23px - (899px - 100vw) / (419 / 5));
    text-align: right;
  }

  #_benefit .cntBox-02 .text .l {
    font-size: calc(30px - (899px - 100vw) / (419 / 7));
  }

  #_benefit .cntBox-02 .dd-02 .text .l {
    font-size: calc(30px - (899px - 100vw) / (419 / 5));
  }

  #_benefit .cntBox-02 .notes {
    margin-top: 4vw;
    font-size: 1.2rem;
    text-align: left;
  }

  #_benefit .cntBox-03 {
    /* padding-top: 16.22vw; */
  }

  #_benefit .cntBox-03 .box {
    padding-right: 0;
    padding-bottom: 17vw;
  }

  #_benefit .cntBox-03 .box::before {
    left: auto;
    right: -6vw;
    width: 44vw;
    height: 34vw;
    background-size: cover;
    background-position: top left;
  }

  #_benefit .cntBox-03 .text-01 {
    top: 5.58vw;
    font-size: calc(25px - (899px - 100vw) / (419 / 10));
  }

  #_benefit .cntBox-03 .text-02 {
    width: 57.4vw;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 3.98vw;
  }

  #_benefit .cntBox-03 .text-03 {
    font-size: calc(50px - (899px - 100vw) / (419 / 22));
  }

  #_benefit .cntBox-03 .text-03 .l {
    margin: 0 2vw;
    font-size: calc(130px - (899px - 100vw) / (419 / 66));
    vertical-align: -3px;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_benefit {
    padding-top: 7.97vw;
  }

  #_benefit .cntBox-01 {
    margin-bottom: 7.97vw;
  }

  #_benefit .cntBox-01 .title {
    margin-bottom: 5.31vw;
    font-size: 2rem;
  }

  #_benefit .cntBox-01 .text {
    font-size: 4vw;
    line-height: 1.875;
  }

  #_benefit .cntBox-01 .text .xl {
    margin-top: -18px;
    margin-bottom: -4px;
  }

  #_benefit .cntBox-02 .title {
    padding-left: 3.72vw;
    padding-right: 3.72vw;
    font-weight: 600;
  }

  #_benefit .cntBox-02 dt {
    font-size: 1.6rem;
  }

  #_benefit .cntBox-02 .dd-02 .bubble {
    left: 2.3vw;
    width: 29vw;
    height: 9.77vw;
    padding-top: 3.4vw;
    font-size: 3.72vw;
  }

  #_benefit .cntBox-02 .notes {
    margin-top: 3.65vw;
    letter-spacing: .08em;
  }

  #_benefit .cntBox-02 .dd-01 .text {
    font-size: 4.25vw;
  }

  #_benefit .cntBox-02 .text .l {
    font-size: 6.11vw;
  }

  #_benefit .cntBox-02 .dd-02 .text {
    font-size: 4.78vw;
  }

  #_benefit .cntBox-02 .dd-02 .text .l {
    font-size: 6.64vw;
  }

  #_benefit .cntBox-03 .box::before {
    width: 44.94vw;
  }

  #_benefit .cntBox-03 .text-01::before {
    border-right: 18vw solid transparent;
    border-left: 18vw solid transparent;
    border-top: 7.9vw solid #E5EEF5;
  }

  #_benefit .cntBox-03 .text-02::before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 7px solid var(--c-b-dark);
  }

  #_benefit .cntBox-03 .text-03 {
    margin-bottom: 0;
    font-size: 7vw;
  }

  #_benefit .cntBox-03 .text-03 .l {
    font-size: 17vw;
  }

  #_benefit .cntBox-03 .text-04 {
    margin-bottom: 8px;
    font-size: 4.25vw;
  }

  #_benefit .cntBox-03 .text-05 {
    font-size: 3.19vw;
  }
}

/* 縺頑か縺ｿ */
#_worries {
  background: #E5EEF5;
  overflow: hidden;
  padding: 97px 20px 130px;
}

#_worries .cntInner {
  text-align: center;
}

#_worries .cntTitle {
  color: var(--c-main);
  font-size: 3rem;
  letter-spacing: .2em;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-bottom: 44px;
}

#_worries .cntTitle::before,
#_worries .cntTitle::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--c-main);
  top: 50%;
}

#_worries .cntTitle::before {
  left: -24px;
}

#_worries .cntTitle::after {
  right: -19px;
}

#_worries .cntText-catch {
  text-align: center;
}

#_worries .cntText-catch .txt {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .15em;
  display: inline-block;
  padding: 0 12px 10px;
  background: linear-gradient(transparent 50%, var(--c-y-light) 50%);
  ;
  text-align: center;
  margin-bottom: 8px;
}

#_worries .cntText {
  letter-spacing: .1em;
  font-weight: 400;
  line-height: 2.187;
  padding-bottom: 60px;
}

#_worries .cntText-caution {
  color: #072C69;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-align: center;
}

#_worries .cntText-caution::before {
  content: "";
  display: block;
  width: 41px;
  height: 36px;
  margin: 0 auto 25px;
  background: url(../img/common/icon-exclamation-triangle.svg) center/contain no-repeat;
}

#_worries .cntBox {
  position: relative;
  display: flex;
  /* grid-template-columns: 1fr 1fr; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 93px;
  font-size: 2rem;
  letter-spacing: .15em;
  line-height: 1.75;
  text-align: center;
}

#_worries .cntBox .item {
  position: relative;
  width: 100%;
  width: 40vw;
  z-index: 2;
  white-space: nowrap;
}

#_worries .cntBox .item .text{
  font-size: 3.5rem;
  margin-bottom: 10px;
}

#_worries .cntBox .item img{
  width: 200px;
}

#_worries .cntBox .item img.worries_02{
  margin-left: -75px;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_worries {
    padding: 58px 20px 40px;
  }

  #_worries .cntTitle {
    font-size: 2rem;
    margin-bottom: 22px;
  }

  #_worries .cntTitle::before,
  #_worries .cntTitle::after {
    width: 3px;
    height: 3px;
  }

  #_worries .cntTitle::before {
    left: -13px;
  }

  #_worries .cntTitle::after {
    right: -13px;
  }

  #_worries .cntText-catch .txt {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .1em;
    padding: 0 0 10px 6px;
    background: linear-gradient(transparent 55%, var(--c-y-light) 55%);
    margin-bottom: 35px;
  }

  #_worries .cntText {
    letter-spacing: .05em;
    padding-bottom: 0;
  }

  #_worries .cntText-caution {
    font-size: 2rem;
    letter-spacing: .12em;
    line-height: 1.65;
  }

  #_worries .cntText-caution::before {
    width: 28px;
    height: 25px;
    margin: 0 auto 27px;
  }

  #_worries .cntBox {
    gap: 30px;
    display: flex;
    flex-direction: column;
    max-width: 336px;
    margin: 22px auto 0;
    /* padding-bottom: 133px; */
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.43;
  }

  #_worries .cntBox::before {
    top: auto;
    bottom: 0;
    /* left: 50%; */
    width: 130px;
    height: 161px;
    background-position: center;
    z-index: 1;
  }

  #_worries .cntBox .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    z-index: 2;
    width: auto;
  }

  #_worries .cntBox .item img{
    width: 100px;
  }

  #_worries .cntBox .item img.worries_02{
    margin-left: -30px;
  }

  #_worries .cntBox .item img.worries_03{
    margin-left: -20px;
  }

  #_worries .cntBox .item .text{
    font-size: 2rem;
  }

  #_worries .cntBox .item::before {
    top: 8px;
    left: -8px;
    width: 153px;
    height: 106px;
    max-height: 28vw;
    background: url(../img/top/caution-bubble-01_sp.svg) center/contain no-repeat;
    transform: none;
  }

  #_worries .cntBox .item:nth-of-type(2)::before {
    top: -16px;
    left: -12px;
    width: 189px;
    height: 140px;
    max-height: 37vw;
    margin: 0;
    background-image: url(../img/top/caution-bubble-02_sp.svg);
  }

  #_worries .cntBox .item:nth-of-type(3)::before {
    top: 11px;
    left: -6px;
    width: 186px;
    height: 117px;
    max-height: 31vw;
    background-image: url(../img/top/caution-bubble-03_sp.svg);
  }

  #_worries .cntBox .item:nth-of-type(4)::before {
    top: 3px;
    left: auto;
    right: -10px;
    width: 140px;
    height: 110px;
    max-height: 29vw;
    margin-top: -0.5%;
    background-image: url(../img/top/caution-bubble-04_sp.svg);
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_worries {
    padding: 38px 20px 40px;
  }

  #_worries .cntText-catch .txt {
    font-size: 5vw;
  }

  #_worries .cntText {
    font-size: 4vw;
  }

  #_worries .cntBox .item:nth-of-type(4) {
    padding-right: 2vw;
  }

  #_worries .cntBox .item::before {
    width: 91%;
  }

  #_worries .cntBox .item:nth-of-type(2)::before {
    width: 112%;
  }

  #_worries .cntBox .item:nth-of-type(3)::before {
    width: 110%;
  }

  #_worries .cntBox .item:nth-of-type(4)::before {
    right: -8vw;
    width: 110%;
  }
}

@media screen and (max-width: 376px) {
  #_worries .cntBox {
    font-size: 4vw;
  }

  #_worries .cntBox .item {
    height: 26vw;
  }

  #_worries .cntBox .item:nth-of-type(3)::before {
    top: 2vw;
  }
}

/* 螟ｱ讌ｭ菫晞匱繧ｵ繝昴�繝医ｒ蛻ｩ逕ｨ縺吶ｋ縺薙→縺ｧ隗｣豎ｺ縺ｧ縺阪∪縺呻ｼ� */
#_points {
  position: relative;
  padding: 96px 20px 56px;
}

#_points::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 36px solid #E5EEF5;
  border-bottom: 0;
  transform: translateX(-50%);
}

#_points .cntTitle {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.666;
  text-align: center;
  padding-bottom: 86px;
}

#_points .cntList {
  padding-bottom: 53px;
}

#_points .cntItem {
  position: relative;
  padding: 50px 10px;
}

#_points .cntItem+.cntItem {
  margin-top: 103px;
}

#_points .cntItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0A50C4, #5CB2E8) border-box border-box;
  border: 5px solid transparent;
  border-radius: 8px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  z-index: -1;
}

#_points .cntItem .point {
  position: absolute;
  font-size: 3.1rem;
  letter-spacing: .03em;
  font-weight: 600;
  font-family: var(--ff-en);
  color: var(--c-b-dark);
  background: #fff;
  top: -52px;
  left: 42px;
  padding-left: 3px;
}

#_points .cntItem .num {
  font-size: 5.6rem;
  letter-spacing: 0;
}

#_points .cntItem .title {
  font-size: 3.5rem;
  color: var(--c-main);
  text-align: center;
  font-weight: 900;
  letter-spacing: .075em;
  position: relative;
  /* padding-bottom: 29px; */
  /* margin-bottom: 20px; */
}

/* #_points .cntItem .title::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 63px;
  background: var(--c-b-dark);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */

#_points .cntItem .l {
  display: inline-block;
  font-size: 6.1rem;
  font-family: var(--ff-en);
  font-weight: 700;
  letter-spacing: 0;
}

#_points .cntItem .m {
  font-size: 3rem;
  /* letter-spacing: 0; */
}

#_points .cntItem .line {
  display: inline-block;
  background: linear-gradient(transparent calc(100% - 22px), var(--c-y-light) calc(100% - 22px));
  min-height: 55px;
}

#_points .cntItem .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
}

#_points .cntItem .text {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 1.85;
}

#_points .cntItem .bold {
  font-size: 2.3rem;
  font-weight: 700;
}

#_points .cntItem .small {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .14em;
  color: #8991A0;
  padding-top: 18px;
}

#_points .cntItem .middle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  padding-top: 14px;
}

#_points .cntBtns {
  margin: 0 auto;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_points {
    padding: 66px 20px 30px;
  }

  #_points::before {
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #E5EEF5;
  }

  #_points .cntTitle {
    font-size: 2rem;
    letter-spacing: .05em;
    padding-bottom: 49px;
  }

  #_points .cntList {
    padding-bottom: 0;
  }

  #_points .cntItem,
  #_points .cntItem.s {
    padding: 30px 10px;
  }

  #_points .cntItem+.cntItem {
    margin-top: 61px;
  }

  #_points .cntItem::before {
    border-width: 4px;
  }

  #_points .cntItem .point {
    font-size: 1.5rem;
    top: -25px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #_points .cntItem .num {
    font-size: 2.8rem;
  }

  #_points .cntItem .title,
  #_points .cntItem.s .title {
    font-size: 2.2rem;
    letter-spacing: 0;
  }

  #_points .cntItem .title::after {
    height: 1px;
    width: 36px;
  }

  #_points .cntItem .line {
    min-height: 30px;
    background: linear-gradient(transparent calc(100% - 12px), var(--c-y-light) calc(100% - 12px));
  }

  #_points .cntItem .l {
    margin-bottom: -3px;
    font-size: 3.5rem;
  }

  #_points .cntItem .m {
    font-size: 2rem;
  }

  #_points .cntItem .text {
    font-size: 1.6rem;
    letter-spacing: .05em;
  }

  #_points .cntItem .bold {
    font-size: 1.9rem;
  }

  #_points .cntItem .small {
    font-size: 1.2rem;
    letter-spacing: .075em;
    padding-top: 7px;
  }

  #_points .cntItem .middle {
    font-size: 1.4rem;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_points {
    padding: 36px 20px 30px;
  }

  #_points .cntItem::before {
    border-width: 3px;
  }

  #_points .cntItem .text {
    font-size: 4vw;
  }

  #_points .cntItem .bold {
    font-size: 5vw;
  }
}

/* 螟ｱ讌ｭ邨ｦ莉伜女邨ｦ縺ｮ豬√ｌ */
#_flow {
  /* padding: 0 20px; */
  padding: 166px 20px 100px;
  position: relative;
}

#_flow .cntInner {
  /* padding: 166px 0 100px;
  position: relative; */
}

#_flow::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 113px;
  background: linear-gradient(180deg, var(--c-b-light) 0%, var(--c-b-dark) 100%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#_flow .cntTitle {
  padding-bottom: 58px;
}

#_flow .cntText {
  text-align: center;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.187;
  padding-bottom: 64px;
}

#_flow .cntList {
  display: flex;
  justify-content: space-around;
  gap: 0 50px;
  text-align: center;
}

#_flow .cntList .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  position: relative;
}

#_flow .cntList .item::before {
  position: absolute;
  content: "";
  display: inline-block;
  /* border-width: 16px 0 16px 28px; */
  top: 135px;
  right: -90px;
  width: 28px;
  height: 32px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.18%22%20height%3D%2232.407%22%20viewBox%3D%220%200%2028.18%2032.407%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_21%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2021%22%20d%3D%22M15.336%2C1.508a1%2C1%2C0%2C0%2C1%2C1.734%2C0L31.545%2C26.681a1%2C1%2C0%2C0%2C1-.867%2C1.5H1.729a1%2C1%2C0%2C0%2C1-.867-1.5Z%22%20transform%3D%22translate(28.18)%20rotate(90)%22%20fill%3D%22%2363acea%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
}

#_flow .cntList .item:first-of-type::before {
  right: -70px;
}

#_flow .cntList .item:last-child::before {
  content: none;
}

/* #_flow .cntList .item:nth-of-type(2) {
  margin-left: -2.2%;
  padding-right: 2%;
} */

#_flow .cntList .image {
  max-width: 188px;
  /* height: 240px; */
  margin-bottom: 44px;
}

#_flow .cntList .item:nth-of-type(2) .image {
  margin-right: -8px;
}

#_flow .cntList .item:nth-of-type(3) .image {
  margin-left: -8px;
}

#_flow .cntList .step {
  font-size: 3.5rem;
  font-family: var(--ff-en);
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--c-b-light);
  line-height: 1.18;
  padding-bottom: 12px;
}

#_flow .cntList .num {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: .2em;
}

#_flow .cntList .text {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .1em;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_flow {
    padding: 110px 20px 57px;
  }

  #_flow::before {
    width: 2px;
    height: 87px;
  }

  #_flow .cntTitle {
    padding-bottom: 24px;
  }

  #_flow .cntText {
    letter-spacing: .05em;
    padding-bottom: 35px;
  }

  #_flow .cntList {
    padding-right: 0;
    gap: 78px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #_flow .cntList .item{
    width: 100%;
  }

  #_flow .cntList .item::before {
    top: auto;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 19px;
    height: 22px;
  }

  #_flow .cntList .item:nth-of-type(2) {
    margin-left: 0;
    padding-right: 0;
  }

  #_flow .cntList .image {
    height: 163px;
    margin-bottom: 13px;
  }

  #_flow .cntList .item:nth-of-type(2) .image {
    margin-right: 0;
    height: 145px;
  }

  #_flow .cntList .item:nth-of-type(3) .image {
    margin-left: 0;
    padding-top: 8px;
  }

  #_flow .cntList .step {
    font-size: 1.8rem;
    padding-bottom: 1px;
    padding-left: 6px;
  }

  #_flow .cntList .num {
    font-size: 3rem;
    letter-spacing: .1em;
  }

  #_flow .cntList .text {
    font-size: 2rem;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_flow .cntText {
    font-size: 4vw;
  }
}

/* 縺�￥繧牙女邨ｦ縺ｧ縺阪ｋ縺ｮ�� */
#_example {
  position: relative;
  padding: 97px 20px 100px;
  background: #E5EEF5;
}

#_example:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 36px solid #fff;
  border-bottom: 0;
  transform: translateX(-50%);
}

#_example .cntTitle {
  text-align: center;
  color: var(--c-main);
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: .2em;
  padding-bottom: 19px;
}

#_example .cntText {
  text-align: center;
  color: var(--c-main);
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .1em;
  padding-bottom: 68px;
}

#_example .cntText .txt {
  position: relative;
}

#_example .cntText .txt::before,
#_example .cntText .txt::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  height: 3px;
  width: 50px;
  background: var(--c-main);
  border-radius: 1px;
}

#_example .cntText .txt::before {
  left: -67px;
}

#_example .cntText .txt::after {
  right: -67px;
}

#_example .cntText .narrow {
  letter-spacing: .04em;
}

#_example .cntSubtit {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .15em;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 0 4px;
  border-radius: 100px;
  color: #fff;
  position: relative;
  margin-bottom: 38px;
}

#_example .cntSubtit::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

#_example .cntSubtit.normal {
  background: #8991A0;
}

#_example .cntSubtit.support {
  margin-top: 105px;
  background: var(--c-main);
}

#_example .cntSubtit.normal::before {
  border-color: #8991A0 transparent transparent transparent;
}

#_example .cntSubtit.support::before {
  border-color: var(--c-main) transparent transparent transparent;
}

#_example .cntSubtit .large {
  font-size: 3rem;
}

#_example .cntBox {
  display: flex;
  justify-content: space-between;
  gap: 20px 20px;
}

#_example .cntBox .item {
  max-width: 429px;
  width: 100%;
  border-radius: 10px;
  padding: 24px 10px 31px;
  background: #fff;
}

#_example .cntBox.support .item {
  border: 3px solid var(--c-main);
}

#_example .cntBox .top {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .2em;
}

#_example .cntBox.normal .top {
  color: #8991A0;
}

#_example .cntBox.support .top {
  color: var(--c-main);
}

#_example .cntBox .text {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .05em;
  padding-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 70px;
}

#_example .cntBox .num {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.05;
}

#_example .cntBox .border {
  max-width: 287px;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto;
  line-height: 1.55;
  margin-bottom: 8px;
}

#_example .cntBox.normal .border {
  color: #8991A0;
  border: 1px solid #8991A0;
}

#_example .cntBox.support .border {
  color: var(--c-main);
  border: 1px solid var(--c-main);
}

#_example .cntBox .price {
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#_example .cntBox.normal .price {
  color: #8991A0;
}

#_example .cntBox.support .price {
  color: var(--c-b-dark);
}

#_example .cntBox .vertical {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: .25em;
  writing-mode: vertical-rl;
  display: inline-block;
  margin-bottom: 4px;
}

#_example .cntBox .int {
  font-size: 9rem;
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1;
}

#_example .cntBox .dec {
  font-size: 6.5rem;
  font-weight: 700;
  font-family: var(--ff-en);
  line-height: 1.06;
}

#_example .cntBox .unit {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1;
  margin-left: 3px;
}

#_example .cntBox.cntBox.support {
  padding-bottom: 80px;
}

#_example .cntBtns {
  margin: 0 auto;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_example {
    padding: 67px 20px 100px;
  }

  #_example:after {
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #fff;
  }

  #_example .cntTitle {
    font-size: calc(35px - (899px - 100vw) / (524 / 15));
    /* font-size: 2rem; */
    letter-spacing: .12em;
    padding-bottom: 2px;
  }

  #_example .cntText {
    font-size: 1.6rem;
    padding-bottom: 23px;
  }

  #_example .cntText .txt::before,
  #_example .cntText .txt::after {
    top: 50%;
    height: 1px;
    width: 20px;
  }

  #_example .cntText .txt::before {
    left: -28px;
  }

  #_example .cntText .txt::after {
    right: -28px;
  }

  #_example .cntSubtit {
    font-size: 1.6rem;
    max-width: 300px;
    padding: 1px 0 2px;
    margin-bottom: 23px;
  }

  #_example .cntSubtit::before {
    bottom: -7px;
  }

  #_example .cntSubtit.support {
    margin-top: 27px;
  }

  #_example .cntSubtit .large {
    font-size: 2rem;
  }

  #_example .cntBox {
    justify-content: center;
    flex-wrap: wrap;
  }

  #_example .cntBox .item {
    border-radius: 7px;
    padding: 20px 10px;
    max-width: 300px;
  }

  #_example .cntBox .top {
    font-size: 2.2rem;
    letter-spacing: .1em;
  }

  #_example .cntBox .text {
    font-size: 1.7rem;
    padding-bottom: 8px;
    height: 40px;
  }

  #_example .cntBox .num {
    font-size: 2.6rem;
  }

  #_example .cntBox .border {
    max-width: 214px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  #_example .cntBox .price {
    height: 80px;
  }

  #_example .cntBox .vertical {
    font-size: 2.1rem;
  }

  #_example .cntBox .int {
    font-size: 6.5rem;
  }

  #_example .cntBox .dec {
    font-size: 4.8rem;
  }

  #_example .cntBox .unit {
    font-size: 3.8rem;
  }

  #_example .cntBox.cntBox.support {
    padding-bottom: 0;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_example {
    padding: 39px 20px 48px;
  }
}

/* 螟ｱ讌ｭ菫晞匱繧ｵ繝昴�繝医さ繝ｳ繧ｷ繧ｧ繝ｫ繧ｸ繝･邏ｹ莉� */
#_profile {
  padding: 102px 20px 118px;
  overflow: hidden;
}

#_profile .cntTitle {
  padding-bottom: 34px;
}

#_profile .cntText {
  text-align: center;
  padding-bottom: 116px;
}

#_profile .cntText .text {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.65;
  background: linear-gradient(transparent 60%, var(--c-y-light) 60%);
}

#_profile .cntText .text.t {
  padding: 0 0px 4px 8px;
}

#_profile .cntText .text.b {
  padding: 0 14px 4px 17px;
}

#_profile .cntText .num {
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: .05em;
}

#_profile .cntText .narrow {
  letter-spacing: -3.5px;
}

#_profile .cntList .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 805px;
  margin: 0 auto;
}

#_profile .cntList .item:nth-of-type(2n) {
  align-items: end;
  max-width: 720px;
  height: 475px;
  margin-top: -176px;
}

#_profile .cntList .image {
  position: relative;
  /* flex-shrink: 0; */
  width: 512px;
  max-width: 50vw;
  height: 475px;
  max-height: 50vw;
  /* margin-right: -90px; */
  background: linear-gradient(170deg, #F0F9FA, #C5D1DE);
  clip-path: polygon(38% 0%, 100% 0%, 62% 100%, 0 100%);
}

#_profile .cntList .item:nth-of-type(2n) .image {
  /* margin-right: 0; */
  margin-left: -50%;
}

#_profile .cntList .image img {
  position: absolute;
  bottom: 0;
  right: 26px;
  width: 67.63%;
  height: 91.98%;
  object-fit: cover;
  object-position: left;
}

#_profile .cntList .texts {
  position: relative;
  width: 100%;
  padding-top: 41px;
  z-index: 2;
}

#_profile .cntList .item:nth-of-type(2n-1) .texts {
  margin-left: -90px;
}

#_profile .cntList .item:nth-of-type(2n) .texts {
  order: -1;
  padding-top: 0;
  padding-bottom: 11.3%
}

#_profile .cntList .title {
  margin-bottom: 2px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .1em;
}

#_profile .cntList .small {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1em;
}

#_profile .cntList .text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.92;
  white-space: nowrap;
}

#_profile .cntList .tbg {
  display: inline-block;
  padding: 1px 11% 0px 17px;
  line-height: 1.8;
  background: linear-gradient(259deg, #5CB2E8, #0741AF) bottom/100% 88% no-repeat;
}

#_profile .cntList .item:nth-of-type(2n-1) .tbg:last-child {
  padding-right: 6%;
}

#_profile .cntList .item:nth-of-type(2n) .tbg {
  padding-left: 26px;
}

#_profile .cntList .item:nth-of-type(3) {
  margin-top: 30px;
  margin-right: 28px;
}

#_profile .cntList .item:nth-of-type(4) {
  margin-right: 70px;
}

#_profile .cntList .item:nth-of-type(4) .texts {
  margin-right: -150px;
}

@media screen and (max-width: 899px) {
  #_profile {
    padding: 70px 20px 10vw;
  }

  #_profile .cntTitle {
    padding-bottom: 27px;
  }

  #_profile .cntText {
    /* text-align: center; */
    padding-bottom: 38px;
  }

  #_profile .cntText .text {
    font-size: 2rem;
    /* font-weight: 600; */
    /* letter-spacing: .1em; */
    /* line-height: 1.65; */
    /* background: linear-gradient(transparent 60%, var(--c-y-light) 60%); */
  }

  #_profile .cntText .text.t {
    padding: 0 2px 2px 1px;
  }

  #_profile .cntText .text.b {
    padding: 0 4px 2px 4px;
  }

  #_profile .cntText .num {
    font-size: 2.8rem;
    /* font-weight: 700; */
    /* letter-spacing: .05em; */
  }

  #_profile .cntList {
    max-width: 400px;
    margin: 0 auto;
  }

  #_profile .cntList .item {
    position: relative;
    height: auto !important;
  }

  #_profile .cntList .item:nth-of-type(2n) {
    display: flex;
    justify-content: flex-end;
    margin-top: -27px !important;
  }

  #_profile .cntList .item:nth-of-type(3) {
    margin-top: 18px;
    margin-right: 0;
  }

  #_profile .cntList .item:nth-of-type(4) {
    margin-right: 0;
  }

  #_profile .cntList .image {
    width: 277px;
    height: 225px;
  }

  #_profile .cntList .item:nth-of-type(2n-1) .image {
    margin-left: -22px;
  }

  #_profile .cntList .item:nth-of-type(2n) .image {
    margin-left: 0;
    margin-right: -22px;
  }

  #_profile .cntList .image img {
    width: 59.2%;
    height: 92%;
    right: 26%;
  }

  #_profile .cntList .item:nth-of-type(2n) .image img {
    left: 20%;
    right: auto;
  }

  #_profile .cntList .texts {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: 180px;
    padding-top: 34px;
  }

  #_profile .cntList .item:nth-of-type(2n-1) .texts {
    right: 0;
    margin: 0;
  }

  #_profile .cntList .item:nth-of-type(2n) .texts {
    left: 0;
    margin: 0;
    padding-bottom: 13px;
  }

  #_profile .cntList .item:nth-of-type(4) .texts {
    margin-bottom: -30px;
  }

  #_profile .cntList .title {
    /* margin-bottom: 2px; */
    font-size: 1.5rem;
  }

  #_profile .cntList .small {
    font-size: 1rem;
  }

  #_profile .cntList .text {
    /* color: #fff; */
    font-size: 1.7rem;
    /* font-weight: 400; */
    letter-spacing: .05em;
    /* line-height: 1.92;
    white-space: nowrap; */
  }

  #_profile .cntList .tbg {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_profile {
    padding: 40px 20px 70px;
  }

  #_profile .cntList .image {
    width: 72vw;
    max-width: 72vw;
    height: 60vw;
    max-height: 60vw;
  }

  #_profile .cntList .texts {
    min-width: 47vw;
  }

  #_profile .cntList .text {
    font-size: 4.52vw;
  }
}

/* 蛹ｻ逋よｩ滄未縺ｨ繧よ署謳ｺ縺励※縺�ｋ縺九ｉ螳牙ｿ� */
#_certificate {
  padding: 146px 20px;
  background: #F5F7F8;
  overflow: hidden;
}

#_certificate .cntInner {
  display: flex;
  gap: 0 8px;
}

#_certificate .cntImg {
  position: relative;
  z-index: 3;
}

#_certificate .cntImg img {
  display: block;
  box-shadow: #00000029 0 6px 12px;
}

#_certificate .cntBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

#_certificate .cntBox::before,
#_certificate .cntBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#_certificate .cntBox::before {
  width: 518px;
  height: 518px;
  background: #A1CAED;
  z-index: -2;
}

#_certificate .cntBox::after {
  width: 484px;
  height: 484px;
  border: 3px solid #fff;
  z-index: -1;
}

#_certificate .cntTitle {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .1em;
}

#_certificate .cntTitle .large {
  font-size: 3.5rem;
  letter-spacing: .2em;
}

#_certificate .cntText {
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.6;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_certificate {
    padding-bottom: 70px;
  }

  #_certificate .cntInner {
    flex-direction: column-reverse;
    max-width: 600px;
  }

  #_certificate .cntImg {
    width: 63%;
  }

  #_certificate .cntBox {
    align-self: flex-end;
    margin-bottom: 4.5vw;
    margin-right: 5vw;
  }

  #_certificate .cntBox::before {
    width: 320px;
    height: 320px;
  }

  #_certificate .cntBox::after {
    width: 300px;
    height: 300px;
    border-width: 2px;
  }

  #_certificate .cntTitle {
    margin-bottom: 11px;
    font-size: 1.8rem;
    line-height: 1.25;
  }

  #_certificate .cntTitle .large {
    font-size: 2.6rem;
  }

  #_certificate .cntText {
    font-size: 1.3rem;
    line-height: 1.69;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_certificate {
    padding-top: 29vw;
    padding-bottom: 14vw;
  }

  #_certificate .cntBox::before {
    width: 271px;
    height: 271px;
  }

  #_certificate .cntBox::after {
    width: 255px;
    height: 255px;
    border-width: 1px;
  }
}

/* 謇蝨ｨ蝨ｰ */
#_location {
  padding: 130px 20px 117px;
}

#_location .cntTitle {
  padding-bottom: 98px;
}

#_location .cntBox {
  display: flex;
}

#_location .cntBox .textbox {
  flex-basis: 43.834%;
  padding-right: 20px;
}

#_location .cntBox .logos {
  display: flex;
  justify-content: left;
  gap: 0 35px;
  height: 85px;
  margin: 20px 0 42px;
}

#_location .cntBox .logo {}

#_location .cntBox .name {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .075em;
}

#_location .cntBox .address {
  margin-top: 13px;
  font-weight: 400;
  letter-spacing: .075em;
}

#_location .cntBox .mapbox {
  flex-basis: 56.166%;
  width: 100%;
}

#_location .cntBox .map {
  display: block;
  height: 273px;
}

/* PC */
@media screen and (min-width: 900px) {
  #_location .cntTitle .ja::before {
    left: -200px;
  }

  #_location .cntTitle .ja::after {
    right: -200px;
  }
}

/* TAB */
@media screen and (max-width: 899px) {
  #_location {
    padding: 10vw 20px 11vw;
  }

  #_location .cntTitle {
    padding-bottom: 33px;
  }

  #_location .cntBox {
    display: block;
  }

  #_location .cntBox .textbox {
    padding-right: 0;
  }

  #_location .cntBox .logos {
    justify-content: center;
    gap: 0 42px;
    margin: 0 0 30px;
  }

  #_location .cntBox .border {
    border: 1px solid #C5D1DE;
    padding: 24px 33px;
    margin-bottom: 20px;
  }

  #_location .cntBox .name {
    font-size: 2rem;
  }

  #_location .cntBox .address {
    margin-top: 9px;
    font-size: 1.4rem;
  }

  #_location .cntBox .map {
    height: 48vw;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_location {
    padding-top: 30px;
    padding-bottom: 44px;
  }
}

/* 驕句霧閠�ュ蝣ｱ繧偵メ繧ｧ繝�け */
#_check {
  padding: 91px 20px 100px;
  position: relative;
}

#_check::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F2F7FC;
  z-index: -3;
}

#_check .cntTitle {
  text-align: center;
  margin-bottom: 14px;
}

#_check .cntTitle .text {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .1em;
  display: inline-block;
  position: relative;
}

#_check .cntTitle .text::before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 24px;
  background: url(../img/common/deco-01.svg) center/contain no-repeat;
}

#_check .cntText {
  text-align: center;
  font-weight: 400;
  color: #656565;
  letter-spacing: .15em;
}

#_check .cntList {
  width: 100%;
  margin-top: 124px;
  min-width: 500px;
}

#_check .cntList th {
  font-size: 2rem;
  letter-spacing: .075em;
}

#_check .cntList thead th {
  position: relative;
  padding: 18px 0 24px;
  color: #fff;
  font-weight: 600;
}

#_check .cntList thead th:nth-of-type(1) {
  width: 25.3%;
}

#_check .cntList thead th:nth-of-type(2) {
  width: 42.7%;
  padding-top: 7px;
  vertical-align: top;
}

#_check .cntList thead th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #707070;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: -1;
}

#_check .cntList thead th:nth-of-type(1)::before {
  content: none;
}

#_check .cntList thead th:nth-of-type(2)::before {
  content: "";
  top: -24px;
  height: calc(100% + 24px);
  background: #0A50C4;
  border: 5px solid #0A50C4;
  border-bottom: none;
}

#_check .cntList thead .recommend {
  position: absolute;
  top: -61px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}

#_check .cntList thead .recommend .text {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .15em;
  color: #0A50C4;
}

#_check .cntList thead .recommend .text::before,
#_check .cntList thead .recommend .text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 24px;
  background: #0A50C4;
  border-radius: 2px;
}

#_check .cntList thead .recommend .text::before {
  transform: rotate(-40deg);
  left: -20px;
}

#_check .cntList thead .recommend .text::after {
  transform: rotate(40deg);
  right: -20px;
}

#_check .cntList tbody tr {
  border-bottom: 8px solid transparent;
  height: 116px;
}

#_check .cntList tbody th {
  position: relative;
  background: #fff;
  text-align: center;
  align-content: center;
  font-size: 2rem;
  letter-spacing: .075em;
}

#_check .cntList tbody tr:nth-of-type(2n) th {
  background: #E5EEF5;
}

#_check .cntList tbody td {
  position: relative;
  letter-spacing: .075em;
  line-height: 1.75;
  text-align: center;
  align-content: center;
}

#_check .cntList tbody td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
}

#_check .cntList tbody td::after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: calc(100% + 8px);
  border-left: 5px solid #0A50C4;
  border-right: 5px solid #0A50C4;
  z-index: -1;
}

#_check .cntList tbody td:first-of-type::after {
  content: "";
}

#_check .cntList tbody tr:nth-of-type(2n) td::before {
  background: #DBDBDB;
}

#_check .cntList tbody td:first-of-type {
  font-weight: 700;
}

#_check .cntList tbody tr:nth-of-type(2n) td:first-of-type::before {
  background: #D6DFEF;
}

#_check .cntList tbody tr:last-child td:first-of-type::after {
  border-bottom: 5px solid #0A50C4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_check {
    padding: 80px 20px 70px;
  }

  #_check .cntTitle .text {
    font-size: calc(30px - (899px - 100vw) / (419 / 10));
    line-height: 1.5;
  }

  #_check .cntTitle .text::before {
    top: auto;
    right: -0.8em;
    bottom: 1em;
    width: 1em;
    height: 1em;
  }

  #_check .cntText {
    font-size: calc(16px - (899px - 100vw) / (419 / 4));
    letter-spacing: .1em;
  }

  #_check .cntList {
    margin-top: 100px;
    margin-bottom: 10px;
  }

  #_check .cntList thead tr {
    position: relative;
  }

  #_check .cntList thead th {
    padding: 10px 0 12px !important;
  }

  #_check .cntList thead th:nth-of-type(1) {
    width: 16%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
  }

  #_check .cntList thead th:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: #f2f7fc;
    border-radius: 0;
  }

  #_check .cntList thead th:nth-of-type(2) {
    width: 45%;
    vertical-align: inherit;
  }

  #_check .cntList thead th::before {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  #_check .cntList thead th:nth-of-type(2)::before {
    top: 0;
    height: 100%;
  }

  #_check .cntList thead .recommend {
    top: -31px;
  }

  #_check .cntList thead .recommend .text {
    font-size: 1.5rem;
    letter-spacing: .12em;
  }

  #_check .cntList thead .recommend .text::before,
  #_check .cntList thead .recommend .text::after {
    top: 5px;
    width: 1px;
    height: 18px;
  }

  #_check .cntList thead .recommend .text::before {
    left: -15px;
  }

  #_check .cntList thead .recommend .text::after {
    right: -5px;
  }

  #_check .cntList tbody tr {
    position: relative;
    height: 80px;
    border: none;
  }

  #_check .cntList tbody th {
    position: sticky;
    top: 0;
    left: 0;
    width: 82px;
    background: #8991A0 !important;
    z-index: 3;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.3;
  }

  #_check .cntList tbody th::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 1px;
    background: #A8AFBE;
  }

  #_check .cntList tbody tr:last-child th::before {
    content: none;
  }

  #_check .cntList tbody td {
    min-height: 80px;
    padding: 18px 0;
    letter-spacing: .05em;
  }

  #_check .cntList tbody td::after {
    height: calc(100% + 4px);
    border-width: 2px !important;
  }

  #_check .cntList tbody td:nth-of-type(2)::after {
    content: "";
    border-color: #707070;
    border-color: #707070;
  }

  #_check .cntList tbody tr:last-child td:nth-of-type(2)::after {
    border-bottom: 2px solid #707070;
  }

  #_check .cntList tbody tr:last-child td::after {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  #_check .cntList tbody td .small {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_check {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  #_check .cntTitle {
    margin-bottom: 10px;
  }

  #_check .cntTitle .text {
    font-size: 2rem;
  }

  #_check .cntText {
    font-size: 1.2rem;
  }

  #_check .cntList {
    margin-top: 50px;
  }

}

/* 縺雁ｮ｢讒倥�螢ｰ */
#_voice {
  padding: 92px 20px 95px;
  overflow: hidden;
}

#_voice .cntTitle {
  padding-bottom: 22px;
}

#_voice .cntText-catch {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .2em;
  font-weight: 400;
  padding-bottom: 14px;
}

#_voice .cntList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 100px;
}

#_voice .cntList .item {
  width: 70vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#_voice .cntList .item img{
  width: 25vw;
}

#_voice .cntList .image {
  position: absolute;
  top: 0;
  right: -20px;
  width: 300px;
  height: 390px;
  z-index: -1;
}

#_voice .cntList .item:nth-of-type(2n-1) .image {
  /* margin-right: -17px; */
}

#_voice .cntList .item:nth-of-type(2n) .image {
  left: -35px;
  right: auto;
  /* margin-left: -33px; */
}

#_voice .cntList .image::before,
#_voice .cntList .image::after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 178px;
  width: 120px;
  height: 308px;
  background: #fff;
  transform: rotate(22deg);
  transform-origin: bottom left;
}

#_voice .cntList .image::before {
  width: 4px;
  background: linear-gradient(192deg, #5CB2E8, #0741AF) center/cover no-repeat;
  z-index: 2;
}

#_voice .cntList .image img {
  position: relative;
  z-index: -2;
}

#_voice .cntList .texts {
  /* width: 527px; */
  max-width: 100%;
}

#_voice .cntList .title {
  font-weight: bold;
  display: inline-block;
  color: #FFF;
  padding: 20px;
  border-radius: 20px;
  background-color: #63ACEA;
  margin-bottom: 6px;
  font-size: 2.6rem;
  letter-spacing: .15em;
  line-height: 1.8;
  /* white-space: nowrap; */
}

#_voice .cntList .name {
  margin-bottom: 21px;
  font-size: 1.8rem;
  letter-spacing: .075em;
  color: var(--c-main);
  padding-left: 18px;
  position: relative;
}

#_voice .cntList .item:nth-of-type(2n-1) .name {
  margin-left: 16px;
}

#_voice .cntList .name::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  left: 1px;
  top: calc(50% - 5px);
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2211.667%22%20viewBox%3D%220%200%2010%2011.667%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_28%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2028%22%20d%3D%22M4.97%2C1.481a1%2C1%2C0%2C0%2C1%2C1.728%2C0L10.789%2C8.5A1%2C1%2C0%2C0%2C1%2C9.926%2C10H1.741A1%2C1%2C0%2C0%2C1%2C.877%2C8.5Z%22%20transform%3D%22translate(10)%20rotate(90)%22%20fill%3D%22%23072c69%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
}

#_voice .cntList .large {
  font-size: 2.3rem;
}

#_voice .cntList .desc {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  width: 420px;
  color: var(--c-main);
  letter-spacing: .075em;
  line-height: 1.6;
}

#_voice .cntList .item:nth-of-type(2n-1) .desc {
  margin-left: 16px;
}

#_voice .cntList .desc dt {
  /* width: 30%; */
  /* padding-bottom: 20px; */
  /* margin-bottom: 10px; */
  /* display: inline-block; */
  width: 91px;
}

#_voice .cntList .desc dd {
  width: calc(100% - 91px);
  /* width: 70%; */
  /* padding-bottom: 20px;
  background-color: #F3F3F3; */
  /* margin-bottom: 10px; */
  /* display: inline-block; */
}

/* PC */
@media screen and (min-width: 900px) {
  #_voice .cntTitle .ja::before {
    left: -150px;
  }

  #_voice .cntTitle .ja::after {
    right: -150px;
  }
}

/* TAB */
@media screen and (max-width: 899px) {
  #_voice {
    padding: 65px 20px 60px;
  }

  #_voice .cntText-catch {
    padding-bottom: 0;
  }

  #_voice .cntList .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    width: 100%;
  }

  /* #_voice .cntList .item:nth-of-type(2n-1) {
    justify-content: flex-start;
  } */

  #_voice .cntList .item:nth-of-type(2n) {
    flex-direction: column-reverse;
  }

  #_voice .cntList .item+.item {
    margin-top: 23px !important;
  }

  #_voice .cntList .item .texts{
    max-width: 90vw;
  }

  #_voice .cntList .image {
    position: relative;
    left: 0;
    right: 0;
    flex-shrink: 0;
    width: 39.89vw;
    max-width: 250px;
    height: 51.86vw;
    max-height: 390px;
  }

  #_voice .cntList .item.item:nth-of-type(2n-1) .image {
    align-self: flex-end;
  }

  #_voice .cntList .item:nth-of-type(2n) .image {
    left: 0;
  }

  #_voice .cntList .image::before,
  #_voice .cntList .image::after {
    /* left: 24vw; */
    left: 64%;
    /* bottom: -4.25vw; */
    bottom: -6%;
    /* width: 150px; */
    height: 41.22vw;
    max-height: 308px;
  }

  #_voice .cntList .title {
    padding: 10px;
    border-radius: 20px;
    top: 30vw;
    line-height: inherit;
  }

  #_voice .cntList .item img{
    width: 90vw;
  }

  #_voice .cntList .item.item:nth-of-type(2n-1) .title {
    left: 0;
  }

  #_voice .cntList .item.item:nth-of-type(2n) .title {
    left: 30vw;
  }

  #_voice .cntList .title {
    font-size: calc(26px - (899px - 100vw) / (419 / 9));
  }

  #_voice .cntList .tbg::before {
    top: 10%;
    height: 90%;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_voice {
    padding: 45px 0 48px;
  }

  #_voice .cntTitle {
    padding: 0 20px;
    padding-bottom: 7px;
  }
  #_voice .cntList{
    gap: 10px;
    margin-top: 30px;
  }

  #_voice .cntText-catch {
    font-size: 1.6rem;
    letter-spacing: .075em;
  }

  #_voice .cntList .image {
    width: 150px;
    height: 195px;
  }

  #_voice .cntList .image::before,
  #_voice .cntList .image::after {
    left: 90px;
    bottom: -20px;
    height: 155px;
  }

  #_voice .cntList .image::before {
    width: 2px;
  }

  #_voice .cntList .title {
    top: 34vw;
    font-size: 1.325rem;
  }

  #_voice .cntList .item .title {
    top: 110px;
    letter-spacing: .05em;
  }

  #_voice .cntList .item.item:nth-of-type(2n) .title {
    left: 0;
    margin: 0;
  }

  #_voice .cntList .tbg {
    padding: 0 5px;
  }

  #_voice .cntList .name {
    margin-bottom: 13px;
    margin-left: 0 !important;
    font-size: 3.19vw;
  }

  #_voice .cntList .large {
    font-size: 4.25vw;
  }

  #_voice .cntList .desc {
    margin-left: 0 !important;
    font-size: 3.45vw;
    line-height: 1.76;
  }

  #_voice .cntList .desc dt {
    width: auto;
  }
}

/* 繧ｵ繝昴�繝医�豬√ｌ */
#_support {
  padding: 120px 20px 81px;
  background: #E7EDF0;
}

#_support .cntTitle {
  padding-bottom: 67px;
}

#_support .cntList {
  margin-bottom: 79px;
  position: relative;
}

#_support .cntList .item {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
}

#_support .cntList .item+.item {
  margin-top: 57px;
}

#_support .cntList .circle {
  position: relative;
  min-width: 166px;
  height: 166px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin-right: 54px;
}

#_support .cntList .circle::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

#_support .cntList .item+.item .circle::before {
  /* position: absolute;
  content: "";
  height: 100px;
  width: 5px;
  top: -100px;
  left: 50px; */
}

#_support .cntList .circle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 2px);
  width: 5px;
  height: 100%;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.031%22%20height%3D%2211%22%20viewBox%3D%220%200%205.031%2011%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_32371%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2032371%22%20transform%3D%22translate(-427%20-15363)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11853%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011853%22%20d%3D%22M447.5%2C11201.5a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5v-1a2.5%2C2.5%2C0%2C0%2C1%2C5%2C0v1A2.5%2C2.5%2C0%2C0%2C1%2C447.5%2C11201.5Z%22%20transform%3D%22translate(-17.969%204167.5)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24726%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024726%22%20width%3D%225%22%20height%3D%2211%22%20transform%3D%22translate(427%2015363)%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: repeat-y;
}

#_support .cntList .item:last-child .circle::after {
  content: none;
}

#_support .cntList .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#_support .cntList .step {
  position: absolute;
  top: -11px;
  left: -20px;
  color: #63ACEA;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: var(--ff-en);
  letter-spacing: .05em;
  line-height: 1;
  display: flex;
}

#_support .cntList .st {
  padding-top: 26px;
}

#_support .cntList .num {
  font-size: 5.5rem;
  font-weight: 500;
}

#_support .cntList .texts {
  max-width: 570px;
  width: 100%;
}

#_support .cntList .title {
  font-size: 2.5rem;
  letter-spacing: .12em;
  font-weight: 600;
  color: #63ACEA;
  padding-bottom: 8px;
}

#_support .cntList .txt {
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.875;
}

#_support .cntBtns {
  margin: 0 auto;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_support {
    padding: 60px 20px 60px;
  }

  #_support .cntTitle {
    padding-bottom: 34px;
  }

  #_support .cntList {
    margin-bottom: 0;
  }

  #_support .cntList .item {}

  #_support .cntList .item+.item {
    margin-top: 38px;
  }

  #_support .cntList .circle {
    min-width: 98px;
    height: 98px;
    margin-right: 11px;
  }

  #_support .cntList .circle::before {
    right: -8px;
  }

  #_support .cntList .circle::after {
    width: 4px;
    height: 100%;
  }

  #_support .cntList .step {
    top: -11px;
    left: 0px;
    font-size: 1.3rem;
  }

  #_support .cntList .st {
    padding-top: 13px;
  }

  #_support .cntList .num {
    font-size: 2.8rem;
  }

  #_support .cntList .title {
    font-size: calc(25px - (899px - 100vw) / (375 / 7));
  }

  #_support .cntList .txt {
    font-size: 1.3rem;
    letter-spacing: .075em;
    line-height: 1.769;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_support {
    padding: 45px 20px;
  }
}

/* FAQ */
#_faq {
  padding: 76px 20px 90px;
}

#_faq .cntTitle {
  margin-bottom: 85px;
}

#_faq .cntTitle .ja {
  font-size: 5rem;
  font-weight: 700;
  font-family: var(--ff-en);
  letter-spacing: .1em;
}

#_faq .cntTitle .en {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--ff-main);
  letter-spacing: .28em;
}

#_faq .cntList {
  max-width: 70vw;
  width: 100%;
  margin: 0 auto;
}

#_faq .cntList .item {
  width: 100%;
  border: 4px solid #63ACEA;
  border-radius: 15px;
  padding-bottom: 16px;
}

#_faq .cntList .item+.item {
  margin-top: 28px;
}

#_faq .cntList .top {
  color: #fff;
  background: #63ACEA;
  padding: 3px 16px 6px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#_faq .cntList .num {
  flex-basis: 13.127%;
  display: flex;
  justify-content: center;
}

#_faq .cntList .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: var(--ff-en);
  color: #63ACEA;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

#_faq .cntList .question {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .12em;
  color: #fff;
}

#_faq .cntList .answer {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: .12em;
  font-weight: bold;
  line-height: 2;
  font-size: 2rem;
}

/* PC */
@media screen and (min-width: 900px) {
  #_faq .cntTitle .ja::before {
    left: -175px;
  }

  #_faq .cntTitle .ja::after {
    right: -175px;
  }
}

/* TAB */
@media screen and (max-width: 899px) {
  #_faq {
    padding: 50px 20px 70px;
  }

  #_faq .cntTitle {
    margin-bottom: 35px;
  }

  /* #_faq .cntTitle .ja{
    display: block;
  }
  #_faq .cntTitle .ja::before{
    left: 0;
  }
  #_faq .cntTitle .ja::after{
    right: 0;
  } */
  #_faq .cntTitle .ja {
    font-size: calc(50px - (899px - 100vw) / (524 / 30));
  }

  #_faq .cntTitle .en {
    font-size: 1.3rem;
    letter-spacing: .12em;
  }

  #_faq .cntList{
    max-width: 90vw;
  }

  #_faq .cntList .item {
    border: 2px solid #63ACEA;
    border-radius: 7px;
    max-width: 580px;
    margin: 0 auto;
  }

  #_faq .cntList .item+.item {
    margin-top: 28px;
  }

  #_faq .cntList .top {
    padding: 4px 10px 5px;
  }

  #_faq .cntList .num {
    width: 48px;
    flex-basis: auto;
  }

  #_faq .cntList .circle {
    font-size: 1.7rem;
    width: 33px;
    height: 33px;
  }

  #_faq .cntList .question {
    width: calc(100% - 48px);
    font-size: 1.8rem;
    letter-spacing: .075em;
  }

  #_faq .cntList .answer {
    letter-spacing: .05em;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_faq {
    padding: 26px 20px 51px;
  }

  #_faq .cntTitle {
    margin-bottom: 22px;
  }

  #_faq .cntList .circle {
    font-size: 1.3rem;
    width: 26px;
    height: 26px;
  }

  #_faq .cntList .question {
    font-size: 1.5rem;
  }

  #_faq .cntList .answer {
    font-size: 1.3rem;
  }
}

/* 莉｣陦ｨ繝｡繝�そ繝ｼ繧ｸ */
#_message {
  padding: 0 20px;
  overflow: hidden;
}

#_message .cntTitle {
  padding-bottom: 48px;
}

#_message .cntBox {
  display: flex;
  justify-content: left;
  position: relative;
  padding-bottom: 75px;
}

#_message .cntBox::before {
  position: absolute;
  content: "";
  width: calc(100vw - (50vw - 50%));
  /* height: 595px; */
  height: calc(100% - 63px);
  bottom: 0;
  right: 0;
  background: #F2F7FC;
  z-index: -1;
}

#_message .cntBox .images {
  flex-basis: 39.798%;
  margin-left: -75px;
}

#_message .cntBox .portrait {
  position: relative;
  width: 430px;
  margin-bottom: 50px;
  padding-top: 93%;
  background: linear-gradient(170deg, #F0F9FA 0%, #C5D1DE 100%);
  clip-path: polygon(38% 0%, 100% 0%, 62% 100%, 0 100%);
}

#_message .cntBox .portrait img {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 62.79%;
  height: 102.5%;
  object-fit: contain;
  object-position: bottom;
}

#_message .cntBox .name {
  height: 65px;
  margin-left: 75px;
  object-fit: contain;
}

#_message .cntBox .texts {
  max-width: 461px;
  width: 100%;
}

#_message .cntBox .title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .05em;
  padding: 39px 10px 0 7px;
  margin-bottom: 23px;
  display: inline-block;
}

#_message .cntBox .tbg {
  position: relative;
}

#_message .cntBox .tbg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  bottom: -4px;
  left: 0;
  background: transparent linear-gradient(249deg, #5CCDE8 0%, #63ACEA 26%, #0741AF 100%);
  z-index: -1;
}

#_message .cntBox .txt {
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.5;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_message .cntBox {
    flex-direction: column;
    padding-bottom: 6.38vw;
  }

  #_message .cntBox::before {
    width: 100vw;
    height: 100%;
    right: -20px;
  }

  #_message .cntBox .images {
    display: flex;
    align-items: flex-end;
    margin-bottom: 4.52vw;
    margin-left: -20px;
  }

  #_message .cntBox .portrait {
    /* flex-shrink: 0; */
    width: 292px;
    height: 270px;
    max-height: 48vw;
    margin-top: -28px;
    margin-bottom: 0;
    padding: 0;
  }

  #_message .cntBox .portrait::before {
    width: 100%;
    height: 100%;
  }

  #_message .cntBox .name {
    display: block;
    margin: 0 0 0 10px;
    padding-right: 28px;
  }

  #_message .cntBox .title {
    margin-bottom: 10px;
    padding-top: 22px;
    font-size: calc(30px - (899px - 100vw) / (419 / 9));
    line-height: 1.71;
    white-space: nowrap;
  }

  #_message .cntBox .texts {
    align-self: flex-end;
    max-width: calc(100% - 58px);
    padding-right: 8px;
  }

  #_message .cntBox .tbg::before {
    height: .47em;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_message .cntBox .portrait {
    width: 195px;
    height: 180px;
    width: 51.86vw;
    height: 47.87vw;
  }

  #_message .cntBox .name {
    /* margin-bottom: 22px; */
    padding-right: 0;
    height: 7.9vw;
  }

  #_message .cntBox .title {
    padding-top: 5.85vw;
    font-size: 5.5vw;
  }

  #_message .cntBox .txt {
    font-size: 3.45vw;
  }

}

/* 辟｡譁儻EB隱ｬ譏惹ｼ壹↓蜿ょ刈縺励ｈ縺�ｼ� */
#_lecture {
  padding: 100px 20px 60px;
}

#_lecture .cntTitle {
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: .1em;
  color: var(--c-main);
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 3px solid #000;
  margin-bottom: 46px;
}

#_lecture .cntTitle .large {
  font-size: 6rem;
  letter-spacing: .12em;
  color: var(--c-b-dark);
}

#_lecture .cntTitle .en {
  font-weight: 700;
  letter-spacing: .05em;
}

#_lecture .cntText {
  text-align: center;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: .075em;
  line-height: 1.739;
  margin-bottom: 50px;
}

#_lecture .cntBox-outline {
  border: 5px solid var(--c-main);
  border-radius: 10px;
  margin-bottom: 55px;
}

#_lecture .cntBox-outline .top {
  text-align: center;
  padding: 12px 0 20px;
  background: var(--c-main);
  position: relative;
}

#_lecture .cntBox-outline .top::before,
#_lecture .cntBox-outline .top::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 3px;
  top: calc(50% - 3px);
  right: 37px;
  border-radius: 1px;
  background: #fff;
}

#_lecture .cntBox-outline .top:not(.active):after {
  transform: rotate(90deg);
}

#_lecture .cntBox-outline .title {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: .1em;
  color: #fff;
}

#_lecture .cntBox-outline .en {
  font-weight: 700;
  letter-spacing: .075em;
}

#_lecture .cntBox-outline .content {
  padding: 41px 47px 64px;
}

#_lecture .cntBox-outline .index {
  font-size: 1.9rem;
  letter-spacing: .2em;
  padding-left: 29px;
  margin-bottom: 8px;
  position: relative;
}

#_lecture .cntBox-outline .index::before {
  position: absolute;
  content: "";
  top: calc(50% - 7px);
  left: 0;
  width: 20px;
  height: 17px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217.223%22%20viewBox%3D%220%200%2020%2017.223%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_31%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2031%22%20d%3D%22M8.7%2C2.234a1.5%2C1.5%2C0%2C0%2C1%2C2.594%2C0l7.395%2C12.735a1.5%2C1.5%2C0%2C0%2C1-1.3%2C2.253H2.605a1.5%2C1.5%2C0%2C0%2C1-1.3-2.253Z%22%20transform%3D%22translate(20%2017.223)%20rotate(180)%22%20fill%3D%22%2363acea%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
}

#_lecture .cntBox-outline .text {
  font-weight: 400;
  letter-spacing: .15em;
  padding-left: 29px;
  padding-bottom: 41px;
  line-height: 1.882;
}

#_lecture .cntBox-outline .list {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: .15em;
  padding-left: 29px;
  padding-bottom: 41px;
  line-height: 1.882;
}

#_lecture .cntBox-outline .item {
  text-indent: -1em;
  padding-left: 1em;
}

#_lecture .cntBox-outline .pclink {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: #63ACEA;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  padding-bottom: 41px;
}

#_lecture .cntBox-outline .btns {
  max-width: 633px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin: 0 auto 50px;
}

#_lecture .cntBox-outline .splink {
  display: block;
  padding: 18px 100px 24px 20px;
  border-radius: 10px;
  background: transparent linear-gradient(180deg, var(--c-b-light) 0%, var(--c-b-dark) 100%);
  box-shadow: 0px 3px 6px #00000029;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .0em;
  position: relative;
  transition: box-shadow .3s;
}

#_lecture .cntBox-outline .splink:hover {
  box-shadow: none;
}

#_lecture .cntBox-outline .arrow {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

#_lecture .cntBox-outline .arrow::before,
#_lecture .cntBox-outline .arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  border-radius: 1px;
  background: #fff;
  top: calc(50% - 1px);
  right: 11px;
  transform-origin: 9px center;
}

#_lecture .cntBox-outline .arrow::before {
  transform: rotate(45deg);
}

#_lecture .cntBox-outline .arrow::after {
  transform: rotate(-45deg);
}

#_lecture .cntBox-outline .model {
  font-family: var(--ff-en);
  font-size: 1.9rem;
  letter-spacing: .1em;
}

#_lecture .cntBox-outline .small {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .15em;
  color: #707070;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

#_lecture .cntBox-outline .line {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: .1em;
  margin-top: -7px;
}

#_lecture .cntBox-outline .tbg {
  display: inline;
  background: linear-gradient(transparent 53%, var(--c-y-light) 53%);
  line-height: 2.176;
  padding-bottom: 10px;
  padding-left: 6px;
}

#_lecture .cntBox-form {
  border: 5px solid var(--c-main);
  border-radius: 10px;
  /* height: 1171px; */
  margin-bottom: 63px;
  padding: 50px 20px 0;
}

#_lecture .cntBox-form .content {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

#form table {
  width: 100%;
}

#form div.event_calendar {
  margin: 0;
}

#form tr th>p {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: .2em;
  /* margin-bottom: 13px; */
  position: relative;
}

#form .form_th_notes {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .3em;
  background: var(--c-main);
  color: #fff;
  margin-left: 14px;
  padding: 3px 8px 3px 12px;
  border-radius: 5px;
}

#form th .form_th_caution,
#form .form_th_caution {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: .075em;
  color: var(--c-main);
  margin-left: 8px;
}

#_lecture .cntBox-form .narrow {
  letter-spacing: .1em;
}

#form {
  max-width: 730px;
  margin: 0 auto;
}

#form input.husegutospm {
  display: none !important;
}

#form tr {
  margin-top: 50px;
  display: block;
}

#form tr:first-child {
  margin-top: 0;
}

#form tr th,
#form tr td {
  display: block;
  width: 100%;
  text-align: left;
}

#_lecture .cntBox-form input {
  display: block;
}

form#UserItemForm input[type="text"],
form#UserItemForm input[type="email"] {
  max-width: 710px;
  width: 100%;
  height: 70px;
  border: 2px solid #707070;
  border-radius: 10px;
  /*  margin-bottom: 53px;*/
  letter-spacing: .1em;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: var(--ff-main);
  padding: 0 10px;
}

form#UserItemForm input[type="text"]::placeholder,
form#UserItemForm input[type="email"]::placeholder,
#form td .form_td_notes {
  color: #707070;
  font-weight: normal;
}

#form .form_btn_txt {
  margin-top: 36px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: .05em;
}

#form .form_btn_txt a {
  color: #63ACEA;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#form input.submit_orange {
  display: block;
  width: 226px;
  height: 58px;
  margin: 22px auto 58px;
  position: relative;
  transition: all .3s;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--ff-main);
  letter-spacing: .1em;
  color: var(--c-main);
  text-align: left;
  padding-left: 43px;
  background: url(../img/common/submit_btn_before.png) center top / 100% no-repeat;
}

#form input.submit_orange:hover {
  background-image: url(../img/common/submit_btn_after.png);
  color: #fff;
}

#_lecture .cntBox-line {
  border: 5px solid #5EC03E;
  border-radius: 10px;
  padding: 30px 20px 38px;
}

#_lecture .cntBox-line .title {
  max-width: 400px;
  margin: 0 auto 8px;
}

#_lecture .cntBox-line .button {
  width: 211px;
  height: 76px;
  margin: 0 auto;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  background: transparent linear-gradient(180deg, var(--c-g-light) 0%, var(--c-g-dark) 100%);
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
  transition: box-shadow .3s;
}

#_lecture .cntBox-line .button:hover {
  box-shadow: none;
}

#_lecture .cntBox-line .button .text {
  color: #fff;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 25px;
}

#_lecture .cntBox-line .button .text .middle {
  font-size: 1.9rem;
}

#_lecture .cntBox-line .button .text .large {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .25em;
}

#_lecture .cntBox-line .button .icon {
  width: 52px;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_lecture {
    padding: 45px 20px 40px;
  }

  #_lecture .cntTitle {
    /* font-size: 4vw; */
    /* font-size: calc(45px - (899px - 100vw) / (419 / 29)); */
    font-size: 4vw;
    padding-bottom: 7px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
  }

  #_lecture .cntTitle .large {
    /* font-size: 6vw; */
    /* font-size: calc(60px - (899px - 100vw) / (419 / 35)); */
    font-size: 6vw;
  }

  #_lecture .cntText {
    /* font-size: calc(23px - (899px - 100vw) / (419 / 10)); */
    font-size: 1.8rem;
    text-align: left;
  }

  #_lecture .cntBox-outline {
    border: 3px solid var(--c-main);
    border-radius: 3px;
  }

  #_lecture .cntBox-outline .top {
    padding: 11px 0;
  }

  #_lecture .cntBox-outline .top::before,
  #_lecture .cntBox-outline .top::after {
    width: 15px;
    height: 2px;
    top: calc(50% - 2px);
    right: 13px;
  }

  #_lecture .cntBox-outline .title {
    font-size: calc(28px - (899px - 100vw) / (419 / 8));
    letter-spacing: .05em;
  }

  #_lecture .cntBox-outline .en {
    letter-spacing: .05em;
  }

  #_lecture .cntBox-outline .content {
    padding: 22px 20px 30px;
  }

  #_lecture .cntBox-outline .index {
    font-size: 1.6rem;
    letter-spacing: .05em;
    padding-left: 17px;
  }

  #_lecture .cntBox-outline .index::before {
    top: calc(50% - 3px);
    width: 12px;
    height: 10px;
  }

  #_lecture .cntBox-outline .text {
    font-size: 1.3rem;
    letter-spacing: .075em;
    padding-left: 0px;
    padding-bottom: 21px;
    line-height: 1.692;
  }

  #_lecture .cntBox-outline .list {
    font-size: 1.3rem;
    letter-spacing: .075em;
    padding-left: 0px;
    padding-bottom: 21px;
    line-height: 1.692;
  }

  #_lecture .cntBox-outline .pclink {
    font-size: 1.5rem;
    padding-bottom: 12px;
  }

  #_lecture .cntBox-outline .btns {
    flex-direction: column;
    gap: 12px 0;
    margin: 0 auto 24px;
  }

  #_lecture .cntBox-outline .splink {
    display: block;
    padding: 15px 10px;
    border-radius: 100px;
    text-align: center;
    padding-right: 30px;
  }

  #_lecture .cntBox-outline .arrow {
    height: 25px;
    width: 25px;
  }

  #_lecture .cntBox-outline .arrow::before,
  #_lecture .cntBox-outline .arrow::after {
    width: 7px;
    right: 7px;
    transform-origin: 6px center;
  }

  #_lecture .cntBox-outline .model {
    font-size: 1.6rem;
    letter-spacing: .05em;
  }

  #_lecture .cntBox-outline .small {
    padding-top: 16px;
  }

  #_lecture .cntBox-outline .line {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: .05em;
  }

  #_lecture .cntBox-outline .tbg {
    background: linear-gradient(transparent 60%, var(--c-y-light) 60%);
    line-height: 2;
    padding-bottom: 3px;
    padding-left: 0;
  }
}

.sp_br,
.sp_display {
  display: none;
}

/* TAB */
@media screen and (max-width: 899px) {
  .sp_br {
    display: block;
  }

  #_lecture .cntBox-form {
    padding: 27px 23px 34px;
  }

  #_lecture .cntBox-form .index {
    font-size: 1.7rem;
    letter-spacing: .05em;
  }

  #_lecture .cntBox-form li+li .index {
    margin-top: 34px;
  }

  #_lecture .cntBox-form .index .required {
    font-size: 1.45rem;
  }

  #_lecture .cntBox-form input[type=text],
  #_lecture .cntBox-form input[type=email] {
    height: 50px;
    margin-bottom: 0;
    border-width: 1px;
    border-radius: 3px;
    letter-spacing: 0;
  }

  #form input.submit_orange {
    margin-bottom: 0;
  }

  #_lecture .cntBox-line {
    padding: 19px 19px 32px;
    border-width: 4px;
  }

  #_lecture .cntBox-line .title {
    margin-bottom: 3px;
    width: 78vw;
  }

  #_lecture .cntBox-line .button {
    width: 269px;
    height: 71px;
    border-radius: 15px;
  }

  #_lecture .cntBox-line .button .text {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .02em;
  }

  #_lecture .cntBox-line .button .icon {
    width: 50px;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  #_lecture {
    padding: 27px 20px 24px;
  }

  #_lecture .cntTitle {
    font-size: 4.25vw;
  }

  #_lecture .cntTitle .large {
    font-size: 6.64vw;
  }

  #_lecture .cntText {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }

  #_lecture .cntBox-outline {
    margin-bottom: 15px;
  }

  #_lecture .cntBox-outline .arrow {
    border-width: 1px;
  }

  #_lecture .cntBox-outline .arrow::before,
  #_lecture .cntBox-outline .arrow::after {
    right: 8px;
    height: 1px;
  }

  #_lecture .cntBox-form {
    margin-bottom: 6vw;
  }

  #form tr th>p {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }

  #form tr th .form_th_notes {
    margin-left: 2px;
    padding: 0px 5px 0px 5px;
    font-size: 1.3rem;
    letter-spacing: .1em;
  }

  #form tr td .form_td_notes {
    margin-top: 2px;
    color: #707070;
    font-size: 1.4rem;
    letter-spacing: .02em;
  }

  #_lecture .cntBox-form .narrow {
    margin-top: 22px;
  }

  #_lecture .cntBox-form .index .small {
    margin-left: 0;
    font-size: 1.3rem;
  }

  #form .form_btn_txt {
    margin-top: 5.85vw;
    font-size: 3.45vw;
  }

  /*  #_lecture .cntBox-form .button{
    width: 173px;
    height: 43px;
    padding-left: 26px;
    border-radius: 5px;
    border-width: 1px;
    font-size: 1.6rem;
  }
  #_lecture .cntBox-form .button .arrow{
    width: 22px;
    height: 22px;
    border-width: 1px;
  }
  #_lecture .cntBox-form .button .arrow::before,
  #_lecture .cntBox-form .button .arrow::after{
    right: 8px;
    height: 1px;
    width: 5px;
    transform-origin: 5px center;
  }*/
  #_lecture .cntBox-line {
    border-width: 3px;
  }

  #_lecture .cntBox-line .title {
    max-width: 100%;
  }

  #_lecture .cntBox-line .button {
    max-width: 100%;
    border-radius: 10px;
  }

  #_lecture .cntBox-line .button .text {
    font-size: 6.38vw;
  }

  #form div.event_times>label:not(:last-child),
  #form div.event_times>span:not(:last-child) {
    margin-right: 10px;
  }

  #form div.event_times>span {
    font-size: 1.5rem;
  }
}