.btn-cta {
  width: 409px;
  max-width: 100%;
  padding: 22px 50px 26px;
  border-radius: 100px;
  background: #EFB10F;
  color: #fff;
  overflow: hidden;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.btn-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 15px;
  background-color: #fff;
  mask-image: url("assets/images/icons/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("assets/images/icons/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  transform-origin: center center;
}
.btn-cta-bg {
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 163, 17, 0.56);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .btn-cta {
    padding: 15px 30px 15px;
  }
}

.cta-box:hover {
  background-color: rgba(1, 169, 187, 0.8);
}
.cta-box:hover .btn-cta::after {
  transform: translateY(-50%) scale(1.2);
  transform-origin: center center;
}

.btn-more, .btn-more-bl {
  min-width: 260px;
  max-width: 100%;
  width: fit-content;
  padding: 9px 50px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #01A9BB;
  color: #01A9BB;
  text-align: center;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
}
.btn-more::after, .btn-more-bl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 15px;
  background-color: #01A9BB;
  mask-image: url("assets/images/icons/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("assets/images/icons/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  transform-origin: center center;
}
.btn-more:hover, .btn-more-bl:hover {
  background-color: rgba(1, 169, 187, 0.8);
  color: #fff;
}
.btn-more:hover::after, .btn-more-bl:hover::after {
  background-color: #fff;
}
.btn-more-bl {
  background: #01A9BB;
  color: #fff;
}
.btn-more-bl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 15px;
  background-color: #fff;
  mask-image: url("assets/images/icons/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("assets/images/icons/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  transform-origin: center center;
}
.btn-more-bl:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #01A9BB;
}
.btn-more-bl:hover::after {
  background-color: #01A9BB;
}

.title-sec-mincho, .title-sec-mincho-sm {
  font-size: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-bottom: 38px;
}
.title-sec-mincho span, .title-sec-mincho-sm span {
  color: #01A9BB;
}
@media screen and (max-width: 768px) {
  .title-sec-mincho, .title-sec-mincho-sm {
    margin-bottom: 25px;
  }
}
.title-sec-mincho-sm {
  font-size: clamp(26px, 21.0276243094px + 1.3259668508vw, 38px);
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.title-sec-gothic, .title-sec-underline, .title-sec-underline-bl {
  font-size: clamp(20px, 15.0276243094px + 1.3259668508vw, 32px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .title-sec-gothic, .title-sec-underline, .title-sec-underline-bl {
    font-size: clamp(26px, 21.0276243094px + 1.3259668508vw, 38px);
    line-height: 1.6;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }
}

.title-sec-underline, .title-sec-underline-bl {
  position: relative;
}
.title-sec-underline::after, .title-sec-underline-bl::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  background-color: #000;
}

.title-sec-underline-bl::after {
  background-color: #01A9BB;
}

.lead-sec {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
}

.card-bl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 33px;
}
.card-bl .card {
  width: calc((100% - 132px) / 5);
  min-width: fit-content;
  padding: 14px 30px 17px;
  text-align: center;
  background-color: #01A9BB;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .card-bl {
    gap: 20px;
    justify-content: center;
  }
  .card-bl .card {
    width: calc((100% - 20px) / 2);
    padding: 10px 20px;
  }
}

.card-flow {
  text-align: center;
}
.card-flow .card {
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
  text-align: center;
  position: relative;
}
.card-flow .card-title {
  font-size: clamp(20px, 15.0276243094px + 1.3259668508vw, 32px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: bold;
  text-align: center;
  margin: 15px;
}
.card-flow .card-content {
  max-width: 667px;
  padding: 15px 25px 35px;
  margin: auto;
}
.card-flow .card-img {
  border-radius: 3px;
  margin-bottom: 20px;
  min-height: 200px;
}
.card-flow .card-tag-vertical {
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  letter-spacing: 0.4em;
  background-color: #2E2D2C;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: fit-content;
  z-index: 2;
  padding: 12px 7px;
  min-height: 259px;
  height: fit-content;
  white-space: nowrap;
}
.card-flow .card-tag-bl {
  font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  background-color: #01A9BB;
  border-radius: 0 0 3px 3px;
  color: #fff;
  width: 165px;
  min-width: fit-content;
  text-align: center;
  padding: 5px;
  margin: 0 auto 26px;
  font-weight: 500;
}
.card-flow .card .bg-gray {
  padding: 0 20px 38px;
}
@media screen and (max-width: 768px) {
  .card-flow .card-content {
    padding: 10px 25px 50px;
  }
  .card-flow .card-img {
    width: 100%;
    height: 200px;
  }
  .card-flow .card-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .card-flow .card-tag-vertical {
    font-size: clamp(14px, 14px + 0vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    writing-mode: initial;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
    padding: 7px;
    min-height: auto;
    white-space: initial;
  }
}

.card-cases {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card-cases .card {
  width: 100%;
  padding: 30px;
  padding-bottom: 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.16);
}
.card-cases .card-tag {
  background-color: #AD9200;
  color: #fff;
  border-radius: 100px;
  width: 142px;
  min-width: fit-content;
  padding: 3px 30px;
  text-align: center;
  white-space: nowrap;
}
.card-cases .card-tag-wrap {
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 20px;
  transform: translateY(-50%);
  padding-right: 20px;
  z-index: 2;
}
.card-cases .card-info {
  align-items: center;
}
.card-cases .card-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 56.7543859649%;
  aspect-ratio: 647/266;
  height: auto;
  margin: 10px 0;
  position: relative;
}
.card-cases .card-title-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background: url(assets/images/common/decor-bubble-left.svg) no-repeat right/auto 100%;
}
.card-cases .card-title {
  font-size: clamp(26px, 21.0276243094px + 1.3259668508vw, 38px);
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 500;
  padding: 20px 40px 20px 24px;
}
@media screen and (max-width: 900px) {
  .card-cases .card-title {
    padding-left: 0;
    padding-right: 30px;
  }
  .card-cases .card-title br {
    display: none;
  }
}
.card-cases .card-img {
  width: 43.8596491228%;
  max-width: 100%;
  aspect-ratio: 500/302;
  object-fit: cover;
  border-radius: 20px;
}
.card-cases .card-more {
  margin: auto;
}
.card-cases .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: baseline;
  gap: 40px;
  font-weight: 500;
}
.card-cases .card-content-container {
  width: calc((100% - 120px) / 4);
}
.card-cases .card-content-container:last-child .card-content-title::after {
  content: none;
}
.card-cases .card-content-container:nth-child(3) .card-content-title::after {
  background-color: #01A9BB;
}
@media screen and (max-width: 900px) {
  .card-cases .card-content-container:nth-child(2) .card-content-title::after {
    content: none;
  }
}
.card-cases .card-content-title {
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-width: 2px;
  border-radius: 3px;
  position: relative;
}
.card-cases .card-content-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-color: #000;
  mask-image: url("assets/images/icons/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("assets/images/icons/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .card-cases .card-content-title::after {
    content: none;
  }
}
.card-cases .card-content-list-sm {
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.card-cases .card-content-list strong {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.card-cases .card-content-list strong::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #faff7b;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .card-cases {
    gap: 30px;
  }
  .card-cases .card {
    padding: 32px 10px 0;
  }
  .card-cases .card-tag {
    width: 104px;
    padding: 3px 20px;
  }
  .card-cases .card-tag-wrap {
    top: 4px;
    left: 0;
  }
  .card-cases .card-info {
    gap: 0;
  }
  .card-cases .card-title-wrap {
    width: 100%;
    margin: 0;
  }
  .card-cases .card-title-wrap::after {
    top: 0;
    left: 0;
    right: auto;
    background: url(assets/images/common/decor-bubble-under.svg) no-repeat right/auto 100%;
  }
  .card-cases .card-title {
    padding: 35px 20px 56px 6px;
  }
  .card-cases .card-img {
    width: 100%;
    margin-top: -20px;
  }
  .card-cases .card-content {
    flex-direction: column;
    gap: 40px;
  }
  .card-cases .card-content-container {
    width: 100%;
  }
  .card-cases .card-content-title {
    padding: 7px 10px;
    margin-bottom: 15px;
  }
  .card-cases .card-content-title::after {
    content: none;
  }
  .card-cases .card-content-list-title, .card-cases .card-content-list, .card-cases .card-content-list-sm {
    margin-left: 15px;
  }
}

.card-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 44px 23px;
}
.card-icons .card {
  width: 212px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  text-align: center;
  aspect-ratio: 220/191;
  font-weight: bold;
}
.card-icons .card-icon {
  width: 100px;
  height: 80px;
}
.card-icons .card-title {
  font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.card-icons .card-num span {
  font-size: clamp(20px, 15.0276243094px + 1.3259668508vw, 32px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .card-icons {
    justify-content: flex-start;
    margin: auto;
    max-width: 463px;
    gap: 30px 23px;
  }
  .card-icons .card {
    width: calc((100% - 23px) / 2);
  }
}

.list-rounds-wrap {
  border: 1px solid #01A9BB;
}
.list-rounds-wrap .list-title {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #01A9BB;
  background-color: #F1FBFC;
  width: fit-content;
  padding: 20px 46px;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.list-rounds-wrap .list-note {
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #01A9BB;
  border-radius: 100px;
  width: 552px;
  max-width: 95%;
  padding: 4px 15px;
  margin: auto;
  transform: translateY(50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-rounds-wrap .list-title {
    font-size: clamp(14px, 14px + 0vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 10px 7px;
  }
  .list-rounds-wrap .list-note {
    padding: 12px 20px;
  }
}

.list-rounds {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 0 40px 20px;
  gap: 40px;
}
.list-rounds .item {
  width: calc((100% - 160px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.list-rounds .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 127px;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #01A9BB;
  border-radius: 50%;
  color: #01A9BB;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.list-rounds .item-content {
  display: flex;
  flex-direction: column;
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  gap: 5px;
  font-weight: 500;
}
.list-rounds .item::after {
  content: "";
  position: absolute;
  top: 53px;
  right: -30.5px;
  width: 21px;
  height: 21px;
  background-color: #01A9BB;
  mask-image: url("assets/images/icons/icon-cross.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("assets/images/icons/icon-cross.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s;
}
.list-rounds .item:last-child::after {
  content: none !important;
}
@media screen and (max-width: 900px) {
  .list-rounds .item {
    width: calc((100% - 80px) / 3);
  }
  .list-rounds .item:nth-child(3)::after {
    content: none;
  }
}
.list-rounds.is-scrled .item:nth-child(1)::after {
  transition-delay: 0.3s;
}
.list-rounds.is-scrled .item:nth-child(2)::after {
  transition-delay: 0.6s;
}
.list-rounds.is-scrled .item:nth-child(3)::after {
  transition-delay: 0.9s;
}
.list-rounds.is-scrled .item:nth-child(4)::after {
  transition-delay: 1.2s;
}
.list-rounds.is-scrled .item:nth-child(5)::after {
  transition-delay: 1.5s;
}
.list-rounds.is-scrled .item::after {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .list-rounds {
    flex-direction: column;
    padding: 40px 15px;
    gap: 88px;
  }
  .list-rounds .item {
    align-items: flex-start;
    flex-direction: row;
    gap: 25px;
    width: 100%;
  }
  .list-rounds .item::after {
    top: auto;
    bottom: -54.5px;
    right: calc(50% - 10.5px);
    transform: translateY(-10px);
  }
  .list-rounds .item:nth-child(3)::after {
    content: "";
  }
}

.text-in-arrow {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #01A9BB;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 30px 0 27px;
  padding: 14px 40px 20px;
  position: relative;
  background: url("assets/images/common/mask-text-arrow.svg") no-repeat center/auto 100%;
  filter: drop-shadow(0 6px 6px rgba(0, 133, 172, 0.15));
}
@media screen and (max-width: 768px) {
  .text-in-arrow {
    background: url("assets/images/common/mask-text-arrow-mb.svg") no-repeat center/auto 100%;
    margin: 49px 0 35px;
  }
}

.list-wh {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.list-wh-title {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 11px;
}
.list-wh .item {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #fff;
  border-radius: 3px;
  width: 356px;
  min-width: fit-content;
  max-width: 100%;
  padding: 8px 10px;
  margin: auto;
  box-shadow: 0px 0px 8px rgba(0, 133, 172, 0.1);
}
.list-wh .text-bold {
  font-weight: bold;
}
.list-wh .list-arrow {
  width: 15px;
  margin: auto;
  margin-top: -11px;
}

.list-wh-column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 23px;
}
.list-wh-column .item {
  font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.01em;
  width: 220px;
}
.list-wh-column .bg-primary {
  padding: 15px;
  border-radius: 3px;
  border: 1px dashed #01A9BB;
  position: relative;
  gap: 50px;
}
.list-wh-column .bg-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  width: 47px;
  height: 15px;
  background: url("assets/images/icons/icon-arrow-round.svg") no-repeat center/contain;
  z-index: 2;
}
.list-wh-column .bg-primary .item {
  position: relative;
}
.list-wh-column .bg-primary .item::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 57px;
  background: url("assets/images/icons/icon-arrow-l-bl.svg") no-repeat center/contain;
  z-index: 2;
}
.list-wh-column .bg-primary .item:first-child::after {
  bottom: -57px;
  left: 20%;
}
.list-wh-column .bg-primary .item:nth-child(2)::after {
  top: -57px;
  right: 20%;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .list-wh-column .bg-primary::after {
    top: auto;
    bottom: -45px;
    right: auto;
    left: 50%;
    width: 15px;
    height: 47px;
    transform: translateX(-50%);
    background: url("assets/images/icons/icon-arrow-l-bl-under.svg") no-repeat center/contain;
  }
}

.list-disc, .list-disc-bl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list-disc .item, .list-disc-bl .item {
  position: relative;
  padding-left: calc(11px + 10px);
}
.list-disc .item::before, .list-disc-bl .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #BFBFBF;
  border-radius: 100px;
}
.list-disc-bl .item {
  position: relative;
  padding-left: calc(11px + 10px);
}
.list-disc-bl .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #01A9BB;
  border-radius: 100px;
}

.list-faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.list-faq-title {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}
.list-faq-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #01A9BB;
}
.list-faq .item {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 22px;
}
.list-faq .item-q, .list-faq .item-a {
  display: flex;
  gap: 17px;
}
.list-faq .item-q span, .list-faq .item-a span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  font-weight: bold;
}
.list-faq .item-q {
  font-weight: bold;
  padding: 39px 33px 29px 0;
}
.list-faq .item-q span {
  background-color: #fff;
  color: #01A9BB;
  border: 1px solid #01A9BB;
}
.list-faq .item-a {
  font-weight: 500;
  padding-left: 55px;
}
.list-faq .item-a span {
  background-color: #01A9BB;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .list-faq-wrap {
    gap: 60px;
  }
  .list-faq .item {
    padding-bottom: 10px;
  }
  .list-faq .item-q, .list-faq .item-a {
    gap: 7px;
  }
  .list-faq .item-q span, .list-faq .item-a span {
    width: 28px;
    height: 28px;
  }
  .list-faq .item-q {
    padding: 20px 33px 15px 0;
  }
  .list-faq .item-a {
    padding-left: 30px;
  }
}

.list-tag {
  gap: 10px;
  width: 100vw;
  overflow: scroll;
  left: -20px;
}
.list-tag li {
  white-space: nowrap;
}

.news-tag, .news-tag-all {
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 5px 17px;
  border-radius: 100px;
}
.news-tag-all {
  color: #0085AC;
  background-color: #E5F7F7;
}

.list-news .item {
  border-bottom: 1px solid #DBDBDB;
}
.list-news .item a {
  display: block;
  padding: 29px 0 23px;
}
.list-news .item a:hover {
  color: #01A9BB;
}
.list-news .item a:hover .item-title::after {
  background-color: #01A9BB;
}
.list-news .item-info {
  align-items: center;
}
.list-news .item-date {
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #9B9B9B;
  padding-right: 21px;
}
.list-news .item-title {
  font-weight: 500;
  margin-top: 19px;
  position: relative;
}
.list-news .item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 13px;
  background-color: #8D8D8D;
  mask-image: url("assets/images/icons/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("assets/images/icons/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  transform-origin: center center;
}
.list-news .item-title::after {
  mask-image: url("assets/images/icons/icon-arrow-thin.svg");
  -webkit-mask-image: url("assets/images/icons/icon-arrow-thin.svg");
}
@media screen and (max-width: 768px) {
  .list-news .item a {
    padding: 20px 0 12px;
  }
  .list-news .item-date {
    padding-right: 12px;
  }
  .list-news .item-title {
    margin-top: 11px;
  }
}

.table-basic {
  font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.01em;
  width: 100%;
  border-top: 1px solid #DBDBDB;
  text-align: left;
}
.table-basic tr {
  border-bottom: 1px solid #DBDBDB;
}
.table-basic th {
  font-weight: bold;
  min-width: 200px;
}
.table-basic th, .table-basic td {
  padding: 23px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-basic th, .table-basic td {
    display: block;
    padding: 18px 10px;
  }
  .table-basic td {
    padding-top: 0;
  }
}

.bg-primary {
  background-color: #F1FBFC;
}

.bg-secondary {
  background-color: #E6F3F7;
}

.bg-gray {
  background-color: #F3F4F4;
}

.bg-gray-d {
  background-color: #8D8D8D;
}

.bg-bl {
  background-color: #01A9BB;
}

.bg-bl-gradation {
  background: linear-gradient(to top, #0085ac 0%, #00a5a6 100%);
}

.bg-wh {
  background-color: #fff;
}

.bg-line, .bg-line-2, .bg-line-1 {
  position: absolute;
  top: 0;
  width: 53.4722222222vw;
  height: 100%;
  transform: skew(28deg);
  z-index: -1;
  pointer-events: none;
}
.bg-line-1 {
  left: 0;
}
.bg-line-2 {
  left: -100vw;
}
.bg-line-wh {
  background-color: #fff;
}
.bg-line-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-gray-img {
  background: url(assets/images/common/bg-gray.webp) no-repeat center/cover;
  position: relative;
}
.bg-gray-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.6);
}
.bg-gray-img > div {
  position: relative;
  z-index: 1;
}

.border-bk {
  border: 1px solid #000;
}

.border-bl {
  border: 1px solid #01A9BB;
}

.radius-sm {
  border-radius: 3px;
}

.radius-md {
  border-radius: 5px;
}

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

.radius-img {
  border-radius: 20px;
}

.img-filter, .img-filter-mult {
  position: relative;
  display: block;
}
.img-filter::after, .img-filter-mult::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0085AC;
  opacity: 0.4;
  mix-blend-mode: lighten;
}
.img-filter-mult::after {
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.parallax-wrap {
  position: relative;
  height: 538px;
  overflow: hidden;
}
.parallax-wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: -1;
}
.parallax-wrap .parallax-img .img-filter-mult,
.parallax-wrap .parallax-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .parallax-wrap {
    height: 393px;
  }
}
@media screen and (min-width: 1000px) {
  .parallax-wrap .parallax-img .img-filter-mult,
  .parallax-wrap .parallax-img img {
    width: 100%;
    height: auto;
    object-position: center center;
  }
}
@media screen and (min-width: 1200px) {
  .parallax-wrap .parallax-img {
    top: -30%;
  }
}

.mask, .mask-img-l1, .mask-img-r2, .mask-img-r1, .mask-bl {
  position: absolute;
  clip-path: polygon(26.13% 0%, 100% 0%, 73.86% 100%, 0% 100%);
  z-index: 5;
}
.mask-wrap {
  overflow: hidden;
}
.mask-bl {
  right: -150px;
  bottom: -180px;
  width: 574px;
  height: 528px;
  background: #E6F3F7;
  z-index: -1;
}
.mask-img-r1 {
  right: -40px;
  top: -50px;
  width: 33.3333333333vw;
  min-width: 290px;
  max-width: 640px;
  height: auto;
  aspect-ratio: 480/250;
  background: url(assets/images/common/mask-img-r1.jpg) no-repeat top/cover;
}
.mask-img-r2 {
  right: -85px;
  bottom: -250px;
  width: 40.2777777778vw;
  min-width: 304px;
  max-width: 700px;
  height: auto;
  aspect-ratio: 580/412;
  background: url(assets/images/common/mask-img-r2.jpg) no-repeat bottom/cover;
}
@media screen and (max-width: 768px) {
  .mask-img-r2 {
    bottom: -310px;
    right: -30px;
  }
}
.mask-img-l1 {
  left: -100px;
  bottom: -140px;
  width: 39.0277777778vw;
  min-width: 340px;
  max-width: 700px;
  height: auto;
  aspect-ratio: 562/385;
  background: url(assets/images/common/mask-img-l1.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mask-img-l1 {
    bottom: -30px;
    left: -60px;
  }
}

.gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/752;
  min-height: 659px;
}
.gallery::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 10px;
  width: 680px;
  max-width: 70%;
  height: auto;
  aspect-ratio: 680/150;
  background: url(assets/images/icons/text-tasai.svg) no-repeat bottom/contain;
}
.gallery-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: none;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gallery {
    min-height: auto;
    max-height: 659px;
    aspect-ratio: 3/4;
  }
}

.slot-copy-svg .cls-1 {
  fill: #01A9BB;
}
.slot-copy-svg .cls-2 {
  fill: #f5f6f6;
  fill: #ebebeb;
}

.header {
  width: 100%;
  height: 102px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 33px 40px;
}
.header .header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header .logo {
  max-width: 143px;
  align-self: start;
}
.header .header-nav {
  display: flex;
  gap: 32px;
  margin-right: clamp(220px, 27vw, 640px);
}
.header .header-nav a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  text-underline-offset: 2px;
}
.header .header-cta {
  position: fixed;
  top: 0;
  right: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header .header-cta::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -18px;
  aspect-ratio: 82/63;
  width: 82px;
  background: url(assets/images/icons/icon-logo-sm.svg) no-repeat center/contain;
}
.header .header-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 19px 13px;
  text-decoration: none;
  color: #fff;
}
.header .header-cta a::before {
  content: url(assets/images/icons/icon-mail-ye.svg);
  margin-right: 6px;
  aspect-ratio: 1/1;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header {
    height: 86px;
    padding: 22px 20px;
  }
  .header .header-inner {
    align-items: center;
  }
  .header .hamburger {
    display: block;
    position: relative;
    width: 27px;
    height: 20px;
  }
  .header .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #01A9BB;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header .hamburger span:first-of-type {
    top: 0;
  }
  .header .hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .header .hamburger span:last-of-type {
    top: 100%;
  }
  .header .hamburger.is-open span:first-of-type {
    top: 50%;
    transform: rotate(45deg);
  }
  .header .hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger.is-open span:last-of-type {
    top: 50%;
    transform: rotate(-45deg);
  }
  .header .header-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header .header-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header .header-cta {
    position: relative;
    right: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .header .header-cta a {
    padding: 13px;
  }
}

main {
  margin-top: 102px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 86px;
  }
}

@media screen and (min-width: 768px) {
  main.no-header-space {
    margin-top: 0;
  }
}

.footer {
  width: 100%;
}
.footer .footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 25px;
}
.footer .footer-inner .footer-sns {
  display: flex;
  gap: 7px;
}
.footer .footer-inner .footer-nav {
  display: flex;
  gap: 20px;
}
.footer .footer-inner .footer-nav a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
  text-underline-offset: 2px;
}
.footer .footer-copyright {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #000;
  color: #9b9b9b;
  font-weight: bold;
  font-size: 14px;
}

.cta-box {
  background-color: #01A9BB;
  color: #fff;
  font-weight: bold;
  padding: 36px 94px;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.cta-box-content {
  max-width: 100%;
}
.cta-box-title {
  font-size: clamp(20px, 15.0276243094px + 1.3259668508vw, 32px);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.cta-box-text {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 23px;
  white-space: nowrap;
}
.cta-box-bg {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 250px;
  height: 191px;
  background: url(assets/images/icons/icon-logo.svg) no-repeat center/100% auto;
  pointer-events: none;
}
.cta-box .btn-cta {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 870px) {
  .cta-box {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cta-box {
    padding: 39px 35px;
  }
  .cta-box-title {
    text-align: center;
  }
  .cta-box-text {
    font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
}

.form p {
  margin: 0 !important;
}
.form .flex {
  gap: 0 14px;
}
.form-label {
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 8px;
}
.form-required {
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #be0000;
  color: #fff;
  padding: 2px 7px;
  margin-left: 9px;
  border-radius: 3px;
}
.form-item {
  width: 100%;
}
.form-item input,
.form-item textarea {
  width: 100%;
  min-height: 55px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.form-note {
  color: #8d8d8d;
  margin-left: 14px;
}
.form .form-privacy-content {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 25px;
  margin-top: 55px;
  max-height: 273px;
  overflow: auto;
}
.form .btn-more-bl {
  cursor: pointer;
}
.form .btn-more-bl input[type=submit] {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: inherit;
}
.form .btn-more-bl .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 768px) {
  .form-label,
  .form .form-privacy-content, .form-mei {
    margin-top: 30px !important;
  }
  .form-note {
    display: block;
    margin: 0;
  }
  .form .form-privacy-content {
    max-height: 500px;
  }
  .form .form-privacy-check {
    width: fit-content;
  }
  .form .form-privacy-check .form-required {
    display: block;
    width: fit-content;
    margin-left: 46px;
  }
}

.home .header-cta {
  transform: translateY(-100px);
}
@media (max-width: 768px) {
  .home .header-cta {
    transform: none !important;
  }
}

.top-hero .hero-copy-top {
  font-size: clamp(30px, 21.7127071823px + 2.2099447514vw, 50px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.top-hero .hero-copy-bottom {
  font-size: clamp(30px, 17.5690607735px + 3.3149171271vw, 60px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 24px;
}
.top-hero .hero-svg {
  max-width: 800px;
}
.top-hero .hero-svg-st0 {
  fill: #01a9bb;
}
.top-hero .hero-svg-st1 {
  fill: #e6f3f7;
  isolation: isolate;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .top-hero .mask-img-r1 {
    z-index: 99999999;
  }
}
@media screen and (max-width: 768px) {
  .top-hero .row-xxl {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}

.top-about .slot-copy-svg {
  width: 596px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-about .row-xxl {
    padding-top: 200px;
  }
}

.top-career .career-chart {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-career .row-lg {
    padding-top: 225px;
  }
}

.top-cases {
  margin-top: -40px;
}
.top-cases .note {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #01a9bb;
  background-color: #fff;
  padding: 17px;
  border-radius: 100px;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.16);
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .top-cases .note {
    margin-top: 30;
  }
}

.top-message .flex {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .top-message .flex .width-50:last-child {
    margin-left: calc(86 / 1440 * 100vw);
  }
}
.top-message .flex img {
  aspect-ratio: 415/486;
  width: 415px;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 22px;
  text-align: center;
}
.top-message .top-message-position {
  font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .top-message .title-sec-en,
  .top-message .title-sec-gothic {
    text-align: center;
  }
  .top-message .title-sec-gothic {
    margin-bottom: 35px;
  }
}

.top-faq .list-disc-bl,
.top-news .list-disc-bl {
  gap: 30px;
}
.top-faq .list-disc-bl .item,
.top-news .list-disc-bl .item {
  display: block;
  padding-left: calc(14px + 10px);
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-faq .list-disc-bl .item::before,
.top-news .list-disc-bl .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #01A9BB;
  border-radius: 100px;
}
.top-faq .list-disc-bl .item.is-active,
.top-news .list-disc-bl .item.is-active {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-news {
  overflow: hidden;
}
.top-news .list-tag {
  cursor: pointer;
}
@media screen and (max-width: 940px) {
  .top-news .mb-none {
    display: none;
  }
  .top-news .list-news {
    padding-top: 10px;
  }
}

.anim-rect {
  opacity: 0;
}

.anim-clipr-1,
.anim-clipr-2,
.anim-clipr-3 {
  clip-path: inset(0% 0% 0% 100%);
}

.anim-clipl-1,
.anim-clipl-2,
.anim-clipl-3 {
  clip-path: inset(0% 100% 0% 0%);
}

.anim-fadeinr-1,
.anim-fadeinr-2,
.anim-fadinr-3 {
  opacity: 0;
  transform: translateX(-20px);
}

.anim-fadeinl-1,
.anim-fadeinl-2,
.anim-fadinl-3 {
  opacity: 0;
  transform: translateX(20px);
}

.anim-fadeup-hero,
.anim-fadeup-1,
.anim-fadeup-2,
.anim-fadeup-3 {
  opacity: 0;
  transform: translateY(20px);
}

.anim-fadedown-future,
.anim-fadedown-1,
.anim-fadedown-2,
.anim-fadedown-3 {
  opacity: 0;
  transform: translateY(-20px);
}

.anim-pop {
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transform-origin: bottom center;
}

a,
.link,
.btn,
input[type=submit],
[class^=btn-],
[class*=" btn-"],
[class^=link-],
[class*=" link-"],
.hover-opacity,
.accordion-trigger .accordion-trigger-text {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a::before, a::after,
.link::before,
.link::after,
.btn::before,
.btn::after,
input[type=submit]::before,
input[type=submit]::after,
[class^=btn-]::before,
[class^=btn-]::after,
[class*=" btn-"]::before,
[class*=" btn-"]::after,
[class^=link-]::before,
[class^=link-]::after,
[class*=" link-"]::before,
[class*=" link-"]::after,
.hover-opacity::before,
.hover-opacity::after,
.accordion-trigger .accordion-trigger-text::before,
.accordion-trigger .accordion-trigger-text::after {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover,
.link:hover,
.btn:hover,
input[type=submit]:hover,
[class^=btn-]:hover,
[class*=" btn-"]:hover,
[class^=link-]:hover,
[class*=" link-"]:hover,
.hover-opacity:hover,
.accordion-trigger .accordion-trigger-text:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover::before, a:hover::after,
.link:hover::before,
.link:hover::after,
.btn:hover::before,
.btn:hover::after,
input[type=submit]:hover::before,
input[type=submit]:hover::after,
[class^=btn-]:hover::before,
[class^=btn-]:hover::after,
[class*=" btn-"]:hover::before,
[class*=" btn-"]:hover::after,
[class^=link-]:hover::before,
[class^=link-]:hover::after,
[class*=" link-"]:hover::before,
[class*=" link-"]:hover::after,
.hover-opacity:hover::before,
.hover-opacity:hover::after,
.accordion-trigger .accordion-trigger-text:hover::before,
.accordion-trigger .accordion-trigger-text:hover::after {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav a:hover,
.logo:hover,
.hover-opacity:hover {
  opacity: 0.6;
}

.accordion-trigger:hover .accordion-trigger-text {
  color: #01A9BB;
}

.accordion-trigger {
  cursor: pointer;
}

.accordion-trigger-text {
  width: fit-content;
  position: relative;
}
.accordion-trigger-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #0085AC;
  mask-image: url("assets/images/icons/icon-plus.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("assets/images/icons/icon-plus.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
}
.accordion-trigger-text.is-open::after {
  mask-image: url("assets/images/icons/icon-minus.svg");
  -webkit-mask-image: url("assets/images/icons/icon-minus.svg");
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.loading-wrap {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-wrap .loading {
  width: 603px;
  height: 109px;
  max-width: 90%;
}

#load-svg-text2,
#load-svg-text3,
#load-svg-text4,
#load-svg-text5 {
  transform: translateY(-60px);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, p, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-behavior: smooth;
}

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

:target {
  scroll-margin-top: 102px;
}
@media screen and (max-width: 768px) {
  :target {
    scroll-margin-top: 86px;
  }
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #000;
  background-color: #fff;
  font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
input[type=submit] {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a {
  color: #000;
}

strong {
  font-weight: bold;
}

.row {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .row {
    padding: 42px 0;
  }
}
.row-btm {
  padding: 60px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-btm {
    padding: 42px 0;
    padding-top: 0;
  }
}
.row-top {
  padding: 60px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-top {
    padding: 42px 0;
    padding-bottom: 0;
  }
}
.row-xxs {
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .row-xxs {
    padding: 20px 0;
  }
}
.row-xxs-btm {
  padding: 25px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-xxs-btm {
    padding: 20px 0;
    padding-top: 0;
  }
}
.row-xxs-top {
  padding: 25px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-xxs-top {
    padding: 20px 0;
    padding-bottom: 0;
  }
}
.row-xs {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .row-xs {
    padding: 28px 0;
  }
}
.row-xs-btm {
  padding: 40px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-xs-btm {
    padding: 28px 0;
    padding-top: 0;
  }
}
.row-xs-top {
  padding: 40px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-xs-top {
    padding: 28px 0;
    padding-bottom: 0;
  }
}
.row-sm {
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .row-sm {
    padding: 36px 0;
  }
}
.row-sm-btm {
  padding: 55px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-sm-btm {
    padding: 36px 0;
    padding-top: 0;
  }
}
.row-sm-top {
  padding: 55px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-sm-top {
    padding: 36px 0;
    padding-bottom: 0;
  }
}
.row-md {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .row-md {
    padding: 42px 0;
  }
}
.row-md-btm {
  padding: 60px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-md-btm {
    padding: 42px 0;
    padding-top: 0;
  }
}
.row-md-top {
  padding: 60px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-md-top {
    padding: 42px 0;
    padding-bottom: 0;
  }
}
.row-lg {
  padding: 105px 0;
}
@media screen and (max-width: 768px) {
  .row-lg {
    padding: 60px 0;
  }
}
.row-lg-btm {
  padding: 105px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-lg-btm {
    padding: 60px 0;
    padding-top: 0;
  }
}
.row-lg-top {
  padding: 105px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-lg-top {
    padding: 60px 0;
    padding-bottom: 0;
  }
}
.row-xl {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .row-xl {
    padding: 80px 0;
  }
}
.row-xl-btm {
  padding: 150px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-xl-btm {
    padding: 80px 0;
    padding-top: 0;
  }
}
.row-xl-top {
  padding: 150px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-xl-top {
    padding: 80px 0;
    padding-bottom: 0;
  }
}
.row-xxl {
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  .row-xxl {
    padding: 160px 0;
  }
}
.row-xxl-btm {
  padding: 180px 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .row-xxl-btm {
    padding: 160px 0;
    padding-top: 0;
  }
}
.row-xxl-top {
  padding: 180px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .row-xxl-top {
    padding: 160px 0;
    padding-bottom: 0;
  }
}

.wrap, .wrap-lg, .wrap-sm {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrap-sm {
  max-width: 840px;
}
.wrap-lg {
  max-width: 1360px;
}

.wrap .wrap-sm, .wrap-sm .wrap-sm, .wrap-lg .wrap-sm {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .padding-mb-sm {
    padding: 0 10px;
  }
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

.font-mincho {
  font-family: "Zen Old Mincho", serif;
}

.font-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

.fw-500 {
  font-weight: 500;
}

.text-bl {
  color: #01A9BB;
}

.text-wh {
  color: #fff;
}

.note {
  color: #2E2D2C;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: clamp(14px, 14px + 0vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.ta-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.ta-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ta-right {
    text-align: left;
  }
}

.flex {
  display: flex;
  flex-basis: auto;
}

@media screen and (max-width: 768px) {
  .mb-column {
    flex-direction: column;
    gap: 40px;
  }
}
.layout-column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 940px) {
  .layout-column {
    flex-direction: column;
  }
}

.width-50 {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .width-50 {
    width: 100% !important;
  }
}

.width-60 {
  width: 660px;
  max-width: 100%;
}
@media screen and (max-width: 940px) {
  .width-60 {
    width: 100%;
  }
}

.width-70 {
  width: 776px;
  max-width: 100%;
}
@media screen and (max-width: 940px) {
  .width-70 {
    width: 100%;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
  top: calc(102px + 70px);
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mb-none {
    display: none !important;
  }
}

.br-pc-none br {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-pc-none br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br-mb-none br {
    display: none;
  }
}

.editor-content a {
  color: #0085AC;
  text-decoration: underline;
}
.editor-content p,
.editor-content img,
.editor-content ul,
.editor-content ol,
.editor-content table,
.editor-content blockquote {
  margin: 25px 0;
  margin-bottom: 0;
}
.editor-content p:first-child {
  margin-top: 0;
}
.editor-content h2 {
  font-size: clamp(18px, 15.9281767956px + 0.5524861878vw, 23px);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: bold;
}
.editor-content ul {
  list-style: inherit;
  padding: initial;
}
.editor-content ul li,
.editor-content ol li {
  margin-top: 15px;
}
.editor-content ol {
  counter-reset: num_parent;
}
.editor-content ol li {
  padding-left: 30px;
  position: relative;
}
.editor-content ol li::before {
  counter-increment: num_parent;
  content: counter(num_parent) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.editor-content ol ol {
  margin-top: 10px;
  margin-left: 20px;
  counter-reset: num_children;
}
.editor-content ol ol li {
  margin-top: 5px;
  padding-left: 35px;
}
.editor-content ol ol li::before {
  counter-increment: num_children;
  content: "(" counter(num_children) ")";
}
@media screen and (max-width: 768px) {
  .editor-content p,
  .editor-content img,
  .editor-content ul,
  .editor-content ol,
  .editor-content table,
  .editor-content blockquote {
    margin: 20px 0;
  }
  .editor-content ol li {
    padding-left: 20px;
  }
  .editor-content ol ol {
    margin-left: 0;
  }
  .editor-content ol ol li {
    padding-left: 25px;
  }
}
