@charset "Shift_JIS";
:root {
  --default-text-color: #333;
  --c-white: #fff;
  --c-light-white: #f2f2f2;
  --c-black: #000;
  --c-red: #e60000;
  --c-light-gray: #ccc;
  --c-gray: #edf1f2;
  --c-dark-gray: #bababa;
  --c-charcoal-gray: #5a5a5a;
  --c-orange: #ea6b01;
  --c-pink: #F7ebeb;
  --col-gap-2: 40px;
  --col-gap-4: 36px;
}

html.is-modal {
  scrollbar-gutter: stable;
  overflow-y: hidden;
  height: auto;
}
html.is-modal body {
  overflow: hidden;
  height: auto;
}
html.medium {
  font-size: 62.5%;
}

div.container {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  color: var(--default-text-color);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  div.container {
    font-size: 1.8rem;
  }
}
div.container *,
div.container *::before,
div.container *::after {
  box-sizing: border-box;
}
div.container h1, div.container h2, div.container h3, div.container h4, div.container h5, div.container h6 {
  font-weight: bold;
}
div.container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
div.container a:link {
  color: inherit;
}
div.container a:visited {
  text-decoration: none;
  color: inherit;
}
div.container a:visited:hover {
  color: inherit;
}
div.container a:link {
  text-decoration: none;
}
div.container a:hover, div.container a:active {
  color: inherit;
  text-decoration: none;
}
div.container button {
  cursor: pointer;
}

body.page--lp .mod-contents-block.bg-white {
  display: none;
}
@media screen and (min-width: 738px) {
  body.page--lp .visible-xs {
    display: none !important;
  }
}
body.page--lp .tradename {
  border-top: none;
  padding: 0;
}
body.page--lp .adjust-font-size {
  position: static;
}
body.page--lp .adjust-font-size > ul li {
  background: none;
  text-indent: initial;
}
body.page--lp .adjust-font-size > ul li.active {
  background-color: #e60000;
}
body.page--lp .adjust-font-size > ul {
  margin-left: 6px;
}
body.page--lp .site-search__submit .js-placeholder-input {
  width: 100% !important;
}
body.page--lp a:visited,
body.page--lp a:link {
  color: initial;
}
body.page--lp .content-wrap {
  padding: 0;
}
body.page--lp .subnav > li > a {
  color: #0066aa;
}
body.page--lp .footer a:link,
body.page--lp .footer a:visited {
  color: #0066aa;
}
body.page--lp .assist-nav-inner .col .box-link li {
  font-size: 14px;
}
body.page--lp .assist-nav-inner .col .box-link li.font-size-fix {
  font-size: 12px;
}
body.page--lp .assist-nav-inner .category {
  font-size: 14px;
}

.mainContent sup {
  vertical-align: super;
  font-size: 0.7em;
  margin-inline: 0.2em;
}

.container {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}

@media all and (min-width: 768px) {
  .container__inner {
    min-width: 1200px;
  }
}

.mainVisual {
  width: 100%;
  height: auto;
  background-color: var(--c-pink);
}

.mainVisual__inner {
  padding: 40px 16px 20px;
}
@media all and (min-width: 768px) {
  .mainVisual__inner {
    padding: 70px 16px 58px;
  }
}

.mainVisual__lead {
  font-size: 1.4rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .mainVisual__lead {
    font-size: 1.6rem;
  }
}

.mainVisual--foot {
  background: none;
}
@media all and (min-width: 768px) {
  .mainVisual--foot {
    position: relative;
    max-width: 1200px;
    margin-inline: auto;
  }
}

@media all and (min-width: 768px) {
  .mainVisual__image {
    width: fit-content;
    margin-left: auto;
  }
}

@media all and (min-width: 768px) {
  .mainVisual__body {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 356px;
    padding: 112px 90px 55px 90px;
    background-color: var(--c-white);
    border-radius: 8px 8px 0 0;
  }
}

.mainVisual__name--large {
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
}

.mainVisual__name {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}

.button--normal {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
}
.button--normal:not(:first-child) {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .button--normal {
    max-width: 336px;
  }
}

.button--modal {
  width: 100%;
  max-width: 162px;
  margin-inline: auto;
}
.button--modal:not(:first-child) {
  margin-top: 10px;
}

.buttonColumns {
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
}

@media all and (min-width: 768px) {
  .buttonColumns--3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 24px;
  }
}

.roundButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 0 19px;
  background-color: var(--c-white);
  border: solid 1px var(--c-charcoal-gray);
  border-radius: 9999px;
}
@media all and (min-width: 768px) {
  .roundButton {
    min-height: 50px;
    font-size: 2rem;
  }
}
.roundButton:after {
  content: "";
  position: absolute;
  right: 19px;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: auto;
  background-image: url("../img/img-ico-02.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.roundButton__text {
  font-weight: 600;
}
.roundButton--modal .roundButton__text {
  font-weight: 400;
}

.roundButton--modal {
  min-height: 50px;
  font-size: 1.4rem;
  font-weight: 400;
}
.roundButton--modal::before {
  position: absolute;
  top: 30%;
  left: 25px;
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #5a5a5a;
}
.roundButton--modal:after {
  position: absolute;
  top: 30%;
  left: 25px;
  right: auto;
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  transform: rotate(-45deg);
  background-color: #5a5a5a;
}

.roundButton--primary {
  min-height: 70px;
  background-color: var(--c-red);
  border-color: transparent;
  font-size: 1.9rem;
}
.roundButton--primary:after {
  background-image: url("../img/img-ico-05.svg");
}
.roundButton--primary:hover {
  border: 2px solid var(--c-red);
  background: var(--c-white);
}
.roundButton--primary:hover:after {
  background-image: url("../img/img-ico-04.svg");
}
.roundButton--primary:hover .roundButton__text--primary {
  color: var(--c-red);
}
.roundButton--primary:hover .roundButton__text--primary::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/img-ico-08.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.roundButton__text--primary {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: var(--c-white);
}
.roundButton__text--primary::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/img-ico-09.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.squareButton {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: 100%;
  min-height: 62px;
  padding: 10px 20px 10px 11px;
  background-color: var(--c-white);
  border: solid 1px var(--c-light-gray);
  border-radius: 10px;
}
.squareButton::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  filter: blur(5px);
  mix-blend-mode: multiply;
}
.squareButton:not(:has(.squareButton__blank)):after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: auto;
}

.squareButton__image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.squareButton__text {
  margin: 0;
  font-size: 1.4rem;
}

.squareButton__blank {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  margin-left: auto;
}

.arrowCard {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 325px;
  padding: 18px 31px 16px 44px;
  border: 1px solid #ddd;
  column-gap: 10px;
}
@media all and (min-width: 768px) {
  .arrowCard {
    width: 100%;
    padding: 30px 53px 22px 48px;
  }
}

.arrowCard--data {
  padding: 21px 1px 16PX 15px;
}
@media all and (min-width: 768px) {
  .arrowCard--data {
    padding: 35px 41px 23px 35px;
  }
}

.arrowCard__item {
  text-align: center;
}
.arrowCard__item:nth-child(2)::before {
  content: "";
  width: 14px;
  height: 16px;
  position: absolute;
  top: 30%;
  left: 48%;
  display: inline-block;
  background: url(../../chao/img/img-ico-11.svg);
  background-size: contain;
}
@media all and (min-width: 768px) {
  .arrowCard__item:nth-child(2)::before {
    width: 26px;
    height: 30px;
    top: 91px;
    left: 281px;
  }
}

.arrowCard__image--pdf {
  width: 79px;
  height: 85px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .arrowCard__image--pdf {
    width: 140px;
    height: auto;
  }
}

.arrowCard__image--data {
  width: 90px;
  height: 85px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .arrowCard__image--data {
    width: 162px;
    height: auto;
  }
}

.arrowCard__detail {
  margin: 9px auto 0;
}
@media all and (min-width: 768px) {
  .arrowCard__detail {
    width: 220px;
    margin-top: 21px;
  }
}

.arrowCard__title {
  font-size: 1.4rem;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .arrowCard__title {
    font-size: 2rem;
  }
}

.arrowCard__description {
  margin-top: 4px;
  text-align: center;
  line-height: 1.75;
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .arrowCard__description {
    margin-top: 10px;
    line-height: 1.9;
    font-size: 1.6rem;
  }
}

.card {
  width: 100%;
  padding: 20px 17px;
  background-color: var(--c-pink);
  border: solid 1px var(--c-light-gray);
  border-radius: 10px;
}
@media all and (min-width: 768px) {
  .card {
    padding: 40px 35px 37px;
  }
}

@media all and (min-width: 768px) {
  .card__column {
    display: flex;
    column-gap: 30px;
  }
}

.card__image {
  text-align: center;
}
@media all and (min-width: 768px) {
  .card__image {
    flex-shrink: 0;
    width: 247px;
    height: 153px;
  }
}

.card__body {
  margin-top: 10px;
}

.card__heading {
  padding-bottom: 6px;
  border-bottom: solid 1px var(--c-dark-gray);
}
@media all and (min-width: 768px) {
  .card__heading {
    padding-bottom: 12px;
  }
}

.card__title {
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .card__title {
    font-size: 2rem;
  }
}

.card__description {
  margin-top: 12px;
  font-size: 1.5rem;
}
@media all and (min-width: 768px) {
  .card__description {
    font-size: 1.8rem;
  }
}

.card__button {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .card__button {
    max-width: 280px;
    margin-top: 30px;
    margin-inline: auto;
  }
}

.iconCard {
  width: 100%;
  height: auto;
}

.iconCard__body {
  position: relative;
  display: grid;
  place-content: center;
  width: 270px;
  min-height: 140px;
  margin-top: 12px;
  margin-inline: auto;
  background-color: var(--c-light-white);
  border-radius: 15px;
}

.iconCard__lead {
  position: absolute;
  top: 0;
  translate: 0 -12px;
  width: 100%;
  color: #888889;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.iconCard__description {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .iconCard__description {
    font-size: 1.6rem;
  }
}

.imageCard {
  display: flex;
  column-gap: 15px;
}

.imageCard__image {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}
@media all and (min-width: 768px) {
  .imageCard__image {
    width: 140px;
    height: 140px;
  }
}

.imageCard__title {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .imageCard__title {
    font-size: 2rem;
  }
}

.imageCard__description {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .imageCard__description {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

@media all and (min-width: 768px) {
  .imageColumnsCard {
    display: flex;
    column-gap: 24px;
  }
}

.imageColumnsCard__image {
  flex-shrink: 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  .imageColumnsCard__image {
    width: 588px;
  }
}

.imageColumnsCard__title {
  margin-top: 22px;
  text-align: center;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .imageColumnsCard__title {
    margin-top: 0;
    text-align-last: left;
  }
}

.imageColumnsCard__description {
  margin-top: 16px;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .imageColumnsCard__description {
    text-align-last: left;
    line-height: 1.7;
    font-size: 1.6rem;
  }
}

.defaultList {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
}
.defaultList:not(:first-child) {
  margin-top: 40px;
}

.stepList:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .stepList:not(:first-child) {
    margin-top: 60px;
  }
}
@media all and (min-width: 768px) {
  .stepList {
    display: flex;
    column-gap: 15px;
  }
}
@media all and (min-width: 768px) {
  .stepList.stepList--noArrow {
    column-gap: 42px;
  }
}

@media all and (min-width: 768px) {
  .stepList__item {
    display: flex;
    column-gap: 14px;
    width: calc((100% - 29px) / 3);
  }
}
@media not all and (min-width: 768px) {
  .stepList__item:not(:first-child) {
    margin-top: 13px;
  }
}
.stepList__item:not(:last-child)::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-image: url("../img/img-ico-03.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media not all and (min-width: 768px) {
  .stepList__item:not(:last-child)::after {
    margin-top: 20px;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .stepList__item:not(:last-child)::after {
    margin-top: 114px;
    transform: rotate(-90deg);
  }
}
.stepList--noArrow .stepList__item:not(:last-child)::after {
  content: none;
}

.stepList__image {
  max-width: 270px;
  margin-inline: auto;
}
@media all and (min-width: 768px) {
  .stepList__image {
    max-width: 372px;
  }
}

.stepList__detail {
  margin-top: 20px;
}

.stepList__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.stepList__description {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .stepList__description {
    font-size: 1.6rem;
  }
}

.normalList:not(:first-child) {
  margin-top: 18px;
}

.normalList__item {
  display: flex;
  column-gap: 5px;
}
.normalList__item:not(:first-child) {
  margin-top: 10px;
}
.normalList__item::before {
  content: "E";
}

@media all and (min-width: 768px) {
  .listWrap {
    width: 1000px;
    margin: auto;
    padding: 0 40px;
  }
}

:root {
  --slider-card-blur-radius-size: 10px;
}

.sliderCard {
  display: block;
  height: 100%;
  background-color: var(--c-white);
  border-radius: 8px;
  box-shadow: 0 0 var(--slider-card-blur-radius-size) rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.sliderCard__detail {
  padding: 10px 10px 11px;
  color: var(--c-black);
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .sliderCard__detail {
    padding: 20px 30px 23px;
    font-size: 1.6rem;
  }
}

.sliderCard__title {
  font-weight: bold;
}

.sliderCard__description {
  margin-top: 6px;
}
@media all and (min-width: 768px) {
  .sliderCard__description {
    margin-top: 18px;
  }
}

.sliderModule__splide {
  position: relative;
}
@media all and (min-width: 768px) {
  .sliderModule__splide:not(.is-active) .sliderModule__splideList, .sliderModule__splide.is-initialized:not(.is-active) .sliderModule__splideList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
  }
}
.sliderModule__splide:not(.is-active) .sliderModule__navigation,
.sliderModule__splide:not(.is-active) .sliderControl, .sliderModule__splide.is-initialized:not(.is-active) .sliderModule__navigation,
.sliderModule__splide.is-initialized:not(.is-active) .sliderControl {
  display: none;
}
.sliderModule__splide.is-once-processing {
  visibility: visible;
}

.sliderModule__splideTrack {
  margin-block: calc(-1 * var(--slider-card-blur-radius-size));
  padding-block: var(--slider-card-blur-radius-size) !important;
}
@media all and (min-width: 768px) {
  .sliderModule__splideTrack {
    margin-inline: calc(-1 * var(--slider-card-blur-radius-size));
    padding-inline: var(--slider-card-blur-radius-size) !important;
  }
}

.sliderModule__navigationPrev,
.sliderModule__navigationNext {
  position: absolute;
  top: calc((100% - 34px) / 2);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: var(--c-white) url("../img/img-ico-01.svg") no-repeat center/10px auto;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 768px) {
  .sliderModule__navigationPrev,
  .sliderModule__navigationNext {
    top: calc((100% - 49px) / 2);
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}

.sliderModule__navigationPrev {
  left: 11px;
  transform: rotate(180deg);
}
@media all and (min-width: 768px) {
  .sliderModule__navigationPrev {
    left: -30px;
  }
}

.sliderModule__navigationNext {
  right: 11px;
}
@media all and (min-width: 768px) {
  .sliderModule__navigationNext {
    right: -30px;
  }
}

.sliderControl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 20px auto 0;
}
.sliderControl--lock {
  display: none;
}
@media all and (min-width: 768px) {
  .sliderControl {
    margin-top: 35px;
  }
}

.sliderControl__pagination .splide__pagination__page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #dcddde;
  border-radius: 50%;
}
.sliderControl__pagination .splide__pagination__page.is-active {
  background-color: #cf0f1a;
}
@media all and (min-width: 768px) {
  .sliderControl__pagination .splide__pagination__page {
    margin: 0 5px;
  }
  .sliderControl__pagination .splide__pagination__page:hover {
    cursor: pointer;
  }
}

.sliderControl__toggle {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 14px;
  margin-left: 17px;
  border-left: 4px solid var(--c-black);
  border-right: 4px solid var(--c-black);
}
.sliderControl__toggle:not(.is-active) {
  background-color: var(--c-black);
  border: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sliderControl__toggle span {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
@media all and (min-width: 768px) {
  .sliderControl__toggle {
    margin-left: 24px;
  }
  .sliderControl__toggle:hover {
    cursor: pointer;
  }
}

.sliderControl__pause {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 14px;
  margin-left: 17px;
  border-left: 4px solid var(--c-black);
  border-right: 4px solid var(--c-black);
}
.sliderControl__pause[aria-pressed=true] {
  background-color: var(--c-black);
  border: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media all and (min-width: 768px) {
  .sliderControl__pause {
    margin-left: 24px;
  }
  .sliderControl__pause:hover {
    cursor: pointer;
  }
}

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

.sliderModule {
  position: relative;
}

.sliderModule__swiper {
  margin-block: calc(-1 * var(--slider-card-blur-radius-size));
  padding: var(--slider-card-blur-radius-size);
}
@media all and (min-width: 768px) {
  .sliderModule__swiper {
    margin-inline: calc(-1 * var(--slider-card-blur-radius-size));
  }
}

.sliderModule__swiperWrapper {
  align-items: stretch !important;
}
.sliderModule__swiperWrapper .swiper-slide {
  height: auto;
}

.annotation {
  display: flex;
  column-gap: 5px;
}
.annotation:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .annotation {
    column-gap: 15px;
  }
}

.annotation__title {
  flex-shrink: 0;
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .annotation__title {
    font-size: 1.4rem;
  }
}

.annotation__text {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .annotation__text {
    font-size: 1.4rem;
  }
}

.breadcrumb {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.breadcrumb__navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  column-gap: 5px;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../img/img-ico-04.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.breadcrumb__link {
  color: #595757;
}

.breadcrumb__text {
  display: block;
  margin-top: 2px;
  color: #595757;
  font-size: 1.2rem;
}
.breadcrumb__item:last-child .breadcrumb__text {
  font-weight: 600;
}

.columns {
  display: grid;
  column-gap: var(--col-gap-2);
  row-gap: 60px;
}
@media all and (min-width: 768px) {
  .columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 768px) {
  .columns.columns--4 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--col-gap-4);
  }
}

@media all and (min-width: 768px) {
  .columns--flex {
    display: flex;
    column-gap: 24px;
  }
}

.columns--center {
  display: flex;
  justify-content: center;
}

.columns--image:not(:first-child) {
  margin-top: 36px;
}
@media all and (min-width: 768px) {
  .columns--image:not(:first-child) {
    margin-top: 60px;
  }
}

.iconModule {
  margin: 40px 0 10px;
  text-align: center;
}

.imageModule {
  text-align: center;
}
.columns--flex .imageModule {
  flex-shrink: 0;
}

.modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-width: none;
}
.modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 95%;
}
@media all and (min-width: 768px) {
  .modal__inner {
    align-items: flex-start;
    overflow-y: scroll;
  }
}

.modal__body {
  position: relative;
  height: 100%;
  padding: 16px;
  background-color: var(--c-white);
}
@media all and (min-width: 768px) {
  .modal__body {
    width: 100%;
    max-width: 1200px;
    padding: 16px 45px;
  }
}

.modal__title {
  margin-bottom: 30px;
  padding: 0 80px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media all and (min-width: 768px) {
  .modal__title {
    font-size: 3.2rem;
  }
}

.modal__movie {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
}
.modal__movie iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.modal__description {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .modal__description {
    font-size: 1.6rem;
  }
}

.modal__close {
  position: absolute;
  top: 0;
  right: 16px;
  translate: 0 -60%;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
@media all and (min-width: 768px) {
  .modal__close {
    top: 8px;
    right: 24px;
    translate: 0;
    width: 70px;
    height: 70px;
  }
}

.modal__button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/img-ico-07.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  background-color: var(--c-white);
  border-radius: 50%;
}
.modal__button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  filter: blur(5px);
  mix-blend-mode: multiply;
}

.movie {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .movie {
    width: fit-content;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .movie img {
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.25));
  }
}

.pageHeading--level01 {
  margin-bottom: 40px;
  padding: 0 28px;
}
@media all and (min-width: 768px) {
  .pageHeading--level01 {
    margin-bottom: 22px;
    text-align: center;
  }
}

.pageHeading__title--level01 {
  font-size: 3.2rem;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .pageHeading__title--level01 {
    font-size: 3.6rem;
  }
}

.pageHeading--level02 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .pageHeading--level02 {
    margin-bottom: 40px;
  }
}
.pageHeading--level02::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-inline: auto;
  background-color: var(--c-red);
}

.pageHeading__title--level02 {
  margin-bottom: 21px;
  font-size: 2.4rem;
}
@media all and (min-width: 768px) {
  .pageHeading__title--level02 {
    margin-bottom: 16px;
    font-size: 3.2rem;
  }
}

.pageHeading--level03 {
  margin-bottom: 40px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .pageHeading--level03 {
    margin-bottom: 30px;
  }
}

.pageHeading__title--level03 {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .pageHeading__title--level03 {
    font-size: 2.4rem;
  }
}

.section {
  width: 100%;
}
.section:not(:first-child) {
  margin-top: 80px;
}
@media all and (min-width: 768px) {
  .section:not(:first-child) {
    margin-top: 100px;
  }
}
.mainVisual + .section, .mainVisual--foot + .section {
  margin-top: 50px;
}

.section__inner {
  width: 100%;
  padding: 0 25px;
}
@media not all and (min-width: 768px) {
  .section__inner--spFull {
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .section__inner {
    max-width: 1250px;
    margin-inline: auto;
  }
}

.section--bgColor__gray {
  padding: 40px 0;
  background-color: var(--c-gray);
}

.text {
  color: var(--default-text-color);
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .text {
    font-size: 1.8rem;
  }
}

.text--small {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .text--small {
    font-size: 1.6rem;
  }
}

.text--xsmall {
  font-size: 1.4rem;
}

.text--bold {
  font-weight: 600;
}

.text--center {
  text-align: center;
}

.textBlock:not(:first-child) {
  margin-top: 20px;
}

@media not all and (min-width: 768px) {
  ._forPC {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  ._forSP {
    display: none !important;
  }
}

._lineBreak {
  display: inline-block !important;
}

._align__center {
  text-align: center !important;
}

._align__right {
  text-align: right !important;
}

._align__left {
  text-align: left !important;
}

@media not all and (min-width: 768px) {
  ._align__center--sp {
    text-align: center;
  }
}

@media not all and (min-width: 768px) {
  ._align__right--sp {
    text-align: right;
  }
}

@media not all and (min-width: 768px) {
  ._align__left--sp {
    text-align: left;
  }
}
