/* variable */
/* color */
/* base */
/* bg */
/* primary */
/* secondary */
/* border */
/* grad */
/* error */
/* blank */
/* others */
/* mixin */
.c-mhs {
  --mhs-max-width: 1120px;
}
.c-mhs-header {
  display: grid;
  place-items: center;
  height: 540px;
  padding: 0 20px;
  margin: 0 -20px 40px;
  background: url("../img/header_bg01@sp.png") no-repeat 0 0/240px auto, url("../img/header_bg02@sp.png") no-repeat 100% 100%/240px auto;
  background-color: #e0f5fc;
}
@media screen and (min-width: 769px) {
  .c-mhs-header {
    height: 400px;
    padding: 0;
    margin: 0 -32px 40px;
    background: url("../img/header_bg01.png") no-repeat 0 50%/auto 100%, url("../img/header_bg02.png") no-repeat 100% 50%/auto 100%;
    background-color: #e0f5fc;
  }
}
.c-mhs-header__inner {
  max-width: var(--mhs-max-width);
  margin: 0 auto;
  text-align: center;
}
.c-mhs-header__logo {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .c-mhs-header__logo {
    margin-bottom: 24px;
  }
}
.c-mhs-header__logo img {
  width: 85.3333333333%;
  max-width: 320px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .c-mhs-header__logo img {
    width: 400px;
    max-width: none;
  }
}
.c-mhs-header__text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #17b3d8;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-mhs-header__text {
    font-size: 48px;
  }
}
.c-mhs-header__text > span {
  display: inline;
  margin: 16px 0;
  line-height: 1;
  background: linear-gradient(0deg, transparent 8%, white 8%, white 85%, transparent 85%);
}
.c-mhs-cta {
  max-width: var(--mhs-max-width);
  padding: 32px 16px;
  margin: 0 auto;
  background: #d2e1fb;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .c-mhs-cta {
    padding: 32px;
  }
}
.c-mhs-cta__issue {
  display: grid;
  gap: 32px 16px;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .c-mhs-cta__issue {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-mhs-cta__issue li {
  position: relative;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border-radius: 10px;
}
.c-mhs-cta__issue li::before {
  position: absolute;
  top: -10px;
  right: 2px;
  width: 32px;
  height: 32px;
  content: "";
}
.c-mhs-cta__issue li.__icon1::before {
  background: url("../img/icon_issue1.png") no-repeat 50% 50%/16px 29px;
}
.c-mhs-cta__issue li.__icon2::before {
  background: url("../img/icon_issue2.png") no-repeat 50% 50%/20px 24px;
}
.c-mhs-cta__issue li::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 20%;
  content: "";
  border-top: solid 8px #fff;
  border-right: solid 20px #fff;
  border-bottom: solid 8px transparent;
  border-left: solid 20px transparent;
  transform: skew(30deg);
}
.c-mhs-cta__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .c-mhs-cta__title {
    font-size: 32px;
  }
}
.c-mhs-cta__sol {
  display: grid;
  max-width: 840px;
  margin: 0 auto;
}
.c-mhs-cta__sol__block {
  padding: 16px 24px 24px;
  text-align: center;
  background: #fff;
  border-radius: 8px 0 0 8px;
}
.c-mhs-cta__sol__block__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #1760e5;
}
.c-mhs-cta__sol__block__lead {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.c-mhs-cta__sol__block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-mhs-cta__sol__block__list {
    gap: 10px;
  }
}
.c-mhs-cta__sol__block__list li {
  padding: 2px 12px;
  font-size: 14px;
  color: #fff;
  background: #1760e5;
  border-radius: 4px;
}
.c-mhs-cta__sol__block__note {
  margin-top: 8px;
  font-size: 12px;
  color: #888;
}
.c-mhs-cta__sol__block__inner {
  position: relative;
  display: inline-block;
}
.c-mhs-cta__sol__block__tokuten {
  position: absolute;
  top: calc(50% - 32px);
  right: -58px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 62px;
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #17b3d8;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .c-mhs-cta__sol__block__tokuten {
    right: -80px;
  }
}
.c-mhs-cta__sol__plus {
  position: relative;
  margin: -16px auto;
}
.c-mhs-cta__sol__plus img {
  display: block;
}
.c-mhs-cta__button-area {
  margin-top: 24px;
  text-align: center;
}
.c-mhs-section {
  max-width: var(--mhs-max-width);
  margin: 0 auto 80px;
}
.c-mhs-hd2 {
  position: relative;
  padding-bottom: 24px;
  margin: 64px 0 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-mhs-hd2 {
    margin: 80px 0 32px;
    font-size: 32px;
  }
}
.c-mhs-hd2::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  width: 48px;
  height: 4px;
  content: "";
  background: #1760e5;
}
@media screen and (min-width: 769px) {
  .c-mhs-hd2::after {
    left: calc(50% - 32px);
    width: 64px;
  }
}
.c-mhs-point-nav__inner {
  display: flex;
  flex-flow: column wrap;
  gap: 16px 32px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-mhs-point-nav__inner {
    flex-direction: row;
  }
}
.c-mhs-point-nav li {
  flex: 0 0 calc((100% - 64px) / 3);
}
.c-mhs-point-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #2b2b2b;
  text-align: center;
  background: #edeff4;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .c-mhs-point-nav li a {
    transition: background 200ms ease-in-out;
  }
  .c-mhs-point-nav li a:hover {
    background: #d6d9e4;
  }
}
.c-mhs-point-nav li a .__p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #1760e5;
}
.c-mhs-point-nav li a .__p > em {
  font-size: 20px;
  font-style: normal;
}
.c-mhs-point-nav li a .__t {
  display: grid;
  flex: 1 0 auto;
  place-items: center;
}
.c-mhs-point-nav li a::after {
  display: block;
  width: 12px;
  height: 12px;
  margin: 10px auto 0;
  content: "";
  background: url("../img/icon_arrow_bottom.svg") no-repeat 50% 50%/contain;
}
.c-mhs-point__lead {
  font-size: 20px;
  text-align: center;
}
.c-mhs-point__lead strong {
  color: #1760e5;
}
.c-mhs-point img {
  max-width: 100%;
  height: auto;
}
.c-mhs-point > p {
  margin-bottom: 40px;
}
.c-mhs-point-hd {
  margin: 80px 0 32px;
  text-align: center;
}
.c-mhs-point-hd__point {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.c-mhs-point-hd__point strong {
  position: relative;
  display: inline-block;
  padding: 2px 24px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #1760e5;
  background: #d2e1fb;
  border-radius: 4px;
}
.c-mhs-point-hd__point strong::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
  content: "";
  border-top: solid 16px #d2e1fb;
  border-right: solid 8px transparent;
  border-bottom: solid 0 transparent;
  border-left: solid 8px transparent;
}
.c-mhs-point-hd__point span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1760e5;
  border-radius: 50%;
}
.c-mhs-point-hd__point span > em {
  font-size: 20px;
  font-style: normal;
}
.c-mhs-point-hd__title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
.c-mhs-img-txt {
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 769px) {
  .c-mhs-img-txt {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-mhs-img-txt__txt p {
  margin-bottom: 16px;
}
.c-mhs-img-txt__img img {
  width: 100%;
  height: auto;
}
.c-mhs-img3col {
  display: grid;
  gap: 48px 32px;
}
@media screen and (min-width: 769px) {
  .c-mhs-img3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-mhs-img3col__img {
  margin-bottom: 12px;
}
.c-mhs-img3col__img img {
  width: 100%;
  height: auto;
}
.c-mhs-img3col__label {
  line-height: 2.4;
  text-align: center;
}
.c-mhs-img3col__label span {
  display: inline-block;
  padding: 1px 24px 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #1760e5;
  border-radius: 4px;
}
.c-mhs-img3col__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.c-mhs-img3col__text {
  margin-top: 16px;
}
.c-mhs-img2col {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .c-mhs-img2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-mhs-img2col__img img {
  width: 100%;
  height: auto;
}
.c-mhs-img2col__title {
  position: relative;
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-mhs-img2col__title {
    font-size: 24px;
  }
}
.c-mhs-img2col__title span {
  position: relative;
  padding-right: 16px;
  background: #fff;
}
.c-mhs-img2col__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-top: 1px solid #c1c9e8;
}
.c-mhs-img2col__text {
  margin-top: 32px;
}
.c-mhs-notes {
  max-width: var(--mhs-max-width);
  margin: 16px auto 0;
  font-size: 14px;
}
.c-mhs-notes a {
  color: #1760e5;
  text-decoration: underline;
}

.u-fz85p {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
