@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

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

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "dnp-shueimgostd-l", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #505050;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: #505050;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1600px) {
  .wrapper {
    padding: 0;
  }
}

.sec-bottom {
  margin-bottom: 100px;
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

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

p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .sp-none {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 130;
}
.l-header .header__body {
  display: flex;
  justify-content: space-between;
}
.l-header .header__logo {
  width: 100px;
  height: fit-content;
  margin: 10px 20px 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .l-header .header__logo {
    width: 184px;
    margin-left: 5%;
  }
}
.l-header .header__toggle {
  position: relative;
}
.l-header .header__toggle .toggle-wrap {
  position: relative;
  z-index: 130;
  width: 95px;
  height: 76px;
  background: url("../images/bg_bgmenu.png") no-repeat center/cover;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .l-header .header__toggle .toggle-wrap {
    width: 150px;
    height: 116px;
  }
}
.l-header .header__toggle .toggle-box {
  position: absolute;
  top: -14px;
  right: -9px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .l-header .header__toggle .toggle-box {
    top: 0;
    right: 0;
  }
}
.l-header .header__toggle .toggle-box span:not(.menu) {
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #5ad2ff;
  border-radius: 10px;
  transform: translateX(-50%);
  transition: 0.3s;
}
.l-header .header__toggle .toggle-box span:nth-child(1) {
  top: 28px;
}
.l-header .header__toggle .toggle-box span:nth-child(2) {
  top: 38px;
}
.l-header .header__toggle .menu {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: bold;
  font-family: "Montserrat Alternates", sans-serif;
  color: #5ad2ff;
  line-height: 1;
}
.l-header .header__toggle .menu::before {
  content: "Menu";
}
.l-header .header__toggle .toggle-wrap.is-active span:nth-child(1) {
  top: 34px;
  transform: translateX(-50%) rotate(45deg);
}
.l-header .header__toggle .toggle-wrap.is-active span:nth-child(2) {
  top: 34px;
  transform: translateX(-50%) rotate(-45deg);
}
.l-header .header__toggle .toggle-wrap.is-active .menu::before {
  content: "Close";
}
.l-header .header__toggle .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 120px 40px 40px;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  z-index: 120;
  overflow-y: auto;
}
.l-header .header__toggle .nav.is-open {
  transform: translateY(0);
}
@media screen and (min-width: 835px) {
  .l-header .header__toggle .nav {
    height: auto;
    min-height: 700px;
    border-radius: 0 0 100% 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }
}
.l-header .header__toggle .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 110;
}
.l-header .header__toggle .menu-overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.l-header .header__toggle .menu-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .l-header .header__toggle .menu-list {
    flex-direction: row;
  }
}
.l-header .header__toggle .menu-list li .menu-title {
  font-family: "Montserrat Alternates", sans-serif;
  color: #5ad2ff;
  font-size: 17px;
  margin-bottom: 18px;
  position: relative;
  padding-right: 16px;
}
.l-header .header__toggle .menu-list li a {
  font-size: 24px;
  color: #5ad2ff;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 1.5em;
}
@media screen and (min-width: 835px) {
  .l-header .header__toggle .menu-list li a {
    width: max-content;
  }
}
.l-header .header__toggle .menu-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/header-arrow.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.l-header .header__toggle .limited-block {
  position: relative;
}
.l-header .header__toggle .limited-block::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -29px;
  width: 62px;
  height: 70px;
  background-image: url("../images/btn_icon-02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  .l-header .header__toggle .limited-block::after {
    top: 70px;
    right: 28%;
  }
}
.l-header .header__toggle .limited-block .limited-ttl {
  max-width: 359px;
  margin: 60px auto 40px;
}
@media screen and (min-width: 835px) {
  .l-header .header__toggle .limited-block .limited-ttl {
    margin-top: 100px;
  }
}
.l-header .header__toggle .limited-block .limited-menu {
  text-align: center;
}
.l-header .header__toggle .limited-block .limited-menu a {
  font-size: 24px;
  color: #5ad2ff;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 12px 1.5em 12px 0;
  border-bottom: 2px solid #5ad2ff;
  position: relative;
}
.l-header .header__toggle .limited-block .limited-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/header-arrow.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.mv_icon-bottom {
  position: relative;
}
@media screen and (min-width: 835px) {
  .mv_icon-bottom::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -286px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 100%;
    z-index: 5;
    width: 100%;
    height: 546px;
  }
}
@media screen and (min-width: 835px) {
  .mv_icon-bottom .mv-person {
    position: absolute;
    left: 50%;
    bottom: 235px;
    transform: translateX(-50%);
    z-index: 4;
    width: 400px;
    height: 337px;
    background: url("../images/mv_w.png") no-repeat center top/contain;
  }
}

.mv {
  position: relative;
}
.mv__bg {
  position: relative;
  width: 100%;
  height: 600px;
  background: url("../images/bg_mv-sp.png") no-repeat center center/cover;
}
@media screen and (min-width: 835px) {
  .mv__bg {
    min-height: 100vh;
    height: 100%;
    background: url("../images/bg_mv.jpg") no-repeat center center/cover;
  }
}
.mv__bg .img-woman {
  display: none;
}
@media screen and (min-width: 835px) {
  .mv__bg .img-woman {
    display: block;
    position: absolute;
    bottom: 202px;
    left: 50%;
    transform: translateX(-50%) rotate(1deg);
    z-index: 4;
    width: 362px;
  }
}
.mv__has-icon {
  display: none;
}
@media screen and (min-width: 835px) {
  .mv__has-icon {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 1000px;
  }
}
@media screen and (min-width: 1600px) {
  .mv__has-icon {
    max-width: 1600px;
  }
}
.mv__60th {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: 86px;
  width: 680px;
}
.mv__60th .img {
  position: relative;
  z-index: 3;
}
.mv__60th-icon {
  display: block;
  width: 152px;
  position: absolute;
  top: 236px;
  right: 102px;
  z-index: 2;
}
.mv__items {
  display: none;
}
@media screen and (min-width: 835px) {
  .mv__items {
    display: block;
  }
  .mv__items .item {
    position: absolute;
  }
  .mv__items .item.__01 {
    width: 146px;
    left: 17%;
    top: 10%;
  }
  .mv__items .item.__02 {
    width: 104px;
    left: 15%;
    top: 39%;
  }
  .mv__items .item.__03 {
    width: 268px;
    left: 8%;
    top: 52%;
  }
  .mv__items .item.__04 {
    width: 200px;
    right: 10%;
    top: 7%;
  }
  .mv__items .item.__05 {
    width: 121px;
    right: 12%;
    top: 34%;
  }
  .mv__items .item.__06 {
    width: 200px;
    right: 10%;
    top: 54%;
  }
}

.l-footer {
  background: #fff;
}
.l-footer .footer {
  font-size: 12px;
  padding: 60px 0;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  .l-footer .footer {
    padding: 100px 0;
  }
}
.l-footer .footer__logo {
  width: 197px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .l-footer .footer__logo {
    margin-bottom: 80px;
  }
}
.l-footer .footer__body {
  margin: 60px 0 0;
}
@media screen and (min-width: 835px) {
  .l-footer .footer__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 835px) {
  .l-footer .footer__nav {
    display: flex;
    gap: 40px;
  }
}
.l-footer .footer__nav .nav-block li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}
.l-footer .footer__nav .nav-block li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer .footer__copy {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 12px;
}

/* ボタンのスタイル */
.totop-btn {
  position: fixed; /* 画面に対して固定位置に配置 */
  bottom: 20px; /* 画面下部から20pxの位置 */
  right: 20px; /* 画面右側から20pxの位置 */
  width: 50px;
  height: 50px;
  background-color: #FFF;
  color: #5ad2ff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%; /* 丸いボタンにする */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: solid 1px #5ad2ff;
  transition: opacity 0.3s;
  z-index: 9999; /* 一番手前に表示 */
}

/* ホバー時の演出 */
.totop-btn:hover {
  opacity: 0.8;
}

body.page-home .s-greeting {
  margin-top: -60px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-greeting {
    margin-top: -140px;
  }
}
body.page-home .s-greeting__head {
  text-align: center;
  position: relative;
  z-index: 6;
}
body.page-home .s-greeting__head .img_kikuron {
  margin-bottom: 114px;
}
body.page-home .s-greeting__head h2 {
  font-size: clamp(28px, 2.5vw, 35px);
  color: #5ad2ff;
  margin-bottom: 54px;
  line-height: 1.6;
}
body.page-home .s-greeting__head p {
  line-height: 1.7;
  letter-spacing: 0.4em;
  font-size: clamp(16px, 3vw, 20px);
  text-align: left;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  body.page-home .s-greeting__head p {
    width: max-content;
  }
}
body.page-home .s-greeting__head .img_dot {
  margin: clamp(60px, 8vw, 120px) 0;
}
@media screen and (min-width: 835px) {
  body.page-home .s-greeting__body {
    display: flex;
    gap: 80px;
  }
}
body.page-home .s-greeting__body .cont-l {
  width: calc(100% + 20px);
  position: relative;
  background: #5ad2ff;
  border-radius: 0 354px 354px 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  max-height: 390px;
  transform-origin: left center;
  transform: scaleX(0);
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  body.page-home .s-greeting__body .cont-l {
    width: 550px;
    overflow: visible;
  }
}
body.page-home .s-greeting__body .cont-l .img {
  max-width: 300px;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 835px) {
  body.page-home .s-greeting__body .cont-l .img {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-width: 440px;
  }
}
body.page-home .s-greeting__body .cont-l .name-desc {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 30px;
  left: 39px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-greeting__body .cont-l .name-desc {
    writing-mode: initial;
    top: inherit;
    right: 370px;
    bottom: 30px;
    left: inherit;
  }
}
body.page-home .s-greeting__body .cont-l .name-desc span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
body.page-home .s-greeting__body .cont-l .name-desc span.name {
  margin-right: 10px;
  font-size: 30px;
}
body.page-home .s-greeting__body .cont-r {
  flex: 1;
  font-family: sans-serif;
}
body.page-home .s-greeting__body .cont-r h4 {
  font-size: clamp(22px, 2.2vw, 30px);
  color: #5ad2ff;
  line-height: 1.8;
  margin-bottom: 60px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-greeting__body .cont-r h4 {
    margin-top: 0;
  }
}
body.page-home .s-greeting__body .cont-r p {
  line-height: 1.8;
}
body.page-home .s-greeting__body .cont-r p.indent {
  text-indent: 1em;
}
body.page-home .s-greeting__body .cont-r p.mb {
  margin-bottom: 1em;
}
body.page-home .s-timeline .dot {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-timeline .dot {
    margin-bottom: 120px;
  }
}
body.page-home .s-timeline .dot .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5ad2ff;
  font-size: 26px;
  padding: 0 20px;
  background: #fff;
  position: absolute;
}
@media screen and (min-width: 835px) {
  body.page-home .s-timeline .dot .ttl {
    padding: 0 10px;
    font-size: 35px;
  }
}
body.page-home .s-timeline {
  margin: 0 0 60px;
}
body.page-home .s-timeline .wc {
  font-size: clamp(24px, 5vw, 38px);
}
body.page-home .s-timeline .wc::before {
  content: "●";
  font-size: 0.3em;
  vertical-align: middle;
  margin: 0 1.2em 0 0;
  color: #5AD2FF;
}
body.page-home .s-timeline .timeline_block {
  max-width: 960px;
  margin-inline: auto;
}
body.page-home .s-timeline .timeline_row {
  position: relative;
}
body.page-home .s-timeline .timeline_row::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: calc(100% - 30px);
  background: #5AD2FF;
  top: 36px;
  left: 0.35em;
}
@media screen and (min-width: 835px) {
  body.page-home .s-timeline .timeline_row {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 835px) {
  body.page-home .s-timeline time {
    width: 330px;
  }
}
body.page-home .s-timeline .timeline_body {
  padding-left: 2em;
  position: relative;
  padding: 2em 1em 3em;
  margin: 0 0 0 1em;
}
@media screen and (min-width: 835px) {
  body.page-home .s-timeline .timeline_body {
    width: calc(100% - 250px);
    padding: 0 1em 3em;
  }
}
body.page-home .s-timeline .timeline_body p {
  margin: 0 0 1em;
}
body.page-home .s-timeline .timeline_body a {
  text-decoration: underline;
}
body.page-home .s-timeline .timeline_body .figcaption {
  font-size: 16px;
  color: #505050;
  display: block;
  margin: 0.7em 0 0;
}
body.page-home .s-timeline .timeline_more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
body.page-home .s-timeline .common-btn.js-bounce-btn.is-open {
  display: none;
}
body.page-home .s-campaign {
  text-align: center;
  background: #e2f3ed;
  border-radius: 200px 200px 0 0;
  padding-bottom: 160px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-campaign {
    border-radius: 50% 50% 0 0/20% 20% 0 0;
  }
}
body.page-home .s-campaign .inner {
  max-width: 960px;
  margin: 0 auto;
  line-height: 2;
}
body.page-home .s-campaign .img_ttl {
  margin: 56px 0;
}
body.page-home .s-campaign picture {
  margin-bottom: 64px;
  display: block;
}
body.page-home .s-campaign .text-desc {
  background: #fff;
  padding: 40px;
  line-height: 2;
  text-align: left;
  margin: 0 auto 60px;
  border-radius: 60px;
}
body.page-home .s-campaign .text-desc span {
  display: block;
  margin: 28px 0;
  color: #5ad2ff;
  font-size: 17px;
}
body.page-home .s-campaign .text {
  margin: 40px 0 80px;
}
body.page-home .s-campaign .img_03 {
  position: relative;
  background: #fffffa;
  padding: 40px;
  border-radius: 60px;
  margin: 0 auto 70px;
}
body.page-home .s-campaign .img_03::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 65px;
  background: #fffffa;
  clip-path: polygon(50% 0%, 18% 100%, 80% 100%);
}
body.page-home .s-campaign .profile-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (min-width: 835px) {
  body.page-home .s-campaign .profile-block {
    flex-direction: row;
  }
}
body.page-home .s-campaign .profile-block .cont-l {
  width: 170px;
}
body.page-home .s-campaign .profile-block .cont-r {
  flex: 1;
  text-align: left;
  font-size: 12px;
}
body.page-home .s-campaign .profile-block .cont-r h4 {
  font-size: 25px;
}
body.page-home .s-present {
  position: relative;
  text-align: center;
  margin-bottom: 200px;
}
body.page-home .s-present::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("../images/kumo.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
body.page-home .s-present__title-block {
  margin-bottom: 68px;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__title-block::before {
    content: "";
    position: absolute;
    top: 4%;
    left: 0%;
    width: 187px;
    height: 274px;
    background-image: url("../images/present_icon-01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 0;
  }
  body.page-home .s-present__title-block::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -4%;
    width: 190px;
    height: 313px;
    background-image: url("../images/present_icon-02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 0;
  }
}
body.page-home .s-present__title-block .title-head {
  max-width: 762px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}
body.page-home .s-present__title-block .note {
  background: #5ad2ff;
  color: #fff;
  font-size: clamp(18px, 5vw, 30px);
  padding: 4px 20px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.6;
}
body.page-home .s-present__title-block .note::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 18px;
  background: #5ad2ff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
body.page-home .s-present__title-block .title {
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.6;
  color: #5ad2ff;
  width: fit-content;
  margin: 20px auto 0;
  position: relative;
}
body.page-home .s-present__title-block .title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20%;
  width: 42px;
  height: 101px;
  background-image: url("../images/impact_icon-l.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__title-block .title::before {
    width: 71px;
    height: 170px;
  }
}
body.page-home .s-present__title-block .title::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -20%;
  width: 42px;
  height: 101px;
  background-image: url("../images/impact_icon-r.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__title-block .title::after {
    width: 71px;
    height: 170px;
  }
}
body.page-home .s-present__title-block .title span {
  display: block;
  font-size: clamp(19px, 4vw, 34px);
  width: fit-content;
  margin: 8px auto 0;
  background: #295496;
  color: #ffe600;
  padding: 0 0.5em;
  border-radius: 6px;
}
body.page-home .s-present__lists {
  display: grid;
  grid-template-columns: minmax(0, 400px);
  justify-content: center;
  gap: 40px;
  margin-bottom: 120px;
  position: relative;
}
body.page-home .s-present__lists.no-icon::before {
  display: none;
}
body.page-home .s-present__lists.no-icon::after {
  display: none;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  body.page-home .s-present__lists::before {
    content: "";
    position: absolute;
    top: -47%;
    left: 0%;
    width: 245px;
    height: 271px;
    background-image: url("../images/present_icon-l.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 2;
  }
  body.page-home .s-present__lists::after {
    content: "";
    position: absolute;
    top: -57%;
    right: -4%;
    width: 310px;
    height: 339px;
    background-image: url("../images/present_icon-r.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 2;
  }
}
body.page-home .s-present__lists li {
  position: relative;
  border-radius: 50%;
  z-index: 3;
}
body.page-home .s-present__lists li::before {
  position: absolute;
  top: 3%;
  left: 10%;
  width: 54px;
  height: 54px;
  background: #5ad2ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-family: "Montserrat Alternates", sans-serif;
}
body.page-home .s-present__lists li:nth-child(1)::before {
  content: "1";
}
body.page-home .s-present__lists li:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 95px;
  height: 104px;
  background-image: url("../images/present_icon-l.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__lists li:nth-child(1)::after {
    display: none;
  }
}
body.page-home .s-present__lists li:nth-child(2)::before {
  content: "2";
}
body.page-home .s-present__lists li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -28%;
  right: -5%;
  width: 136px;
  height: 141px;
  background-image: url("../images/present_icon-r.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__lists li:nth-child(2)::after {
    display: none;
  }
}
body.page-home .s-present__lists li:nth-child(3)::before {
  content: "3";
}
body.page-home .s-present__lists li:nth-child(4)::before {
  content: "4";
}
body.page-home .s-present__lists li:nth-child(5)::before {
  content: "5";
}
body.page-home .s-present__lists li .img {
  aspect-ratio: 1/1;
  padding: 20px;
  border-radius: 50%;
  border: 5px solid #5ad2ff;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 80%;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__lists li .img {
    width: auto;
  }
}
body.page-home .s-present__lists li p {
  font-size: clamp(16px, 2.2vw, 25px);
  color: #5ad2ff;
}
body.page-home .s-present__lists li p span {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__lists li p span {
    font-size: 20px;
  }
}
body.page-home .s-present__howto {
  margin-bottom: 80px;
}
body.page-home .s-present__howto .dot {
  position: relative;
  margin-bottom: 44px;
}
body.page-home .s-present__howto .dot .howto-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5ad2ff;
  font-size: 26px;
  padding: 0 20px;
  background: #fff;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__howto .dot .howto-ttl {
    padding: 0 10px;
    font-size: 35px;
  }
}
body.page-home .s-present__howto .step-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: 750px;
  margin: 0 auto;
  font-size: 12px;
}
body.page-home .s-present__howto .step-list.mb40 {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__howto .step-list {
    gap: 40px;
    font-size: 14px;
  }
}
body.page-home .s-present__howto .step-list li {
  display: flex;
  flex-direction: column;
}
body.page-home .s-present__howto .step-list .step {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 12px 30px;
  background: #5ad2ff;
  color: #fff;
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: bold;
  border-radius: 100px;
}
body.page-home .s-present__howto .step-list .step::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 18px;
  background: #5ad2ff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
body.page-home .s-present__howto .step-list .step-desc {
  border: 2px solid #5ad2ff;
  border-radius: 30px;
  padding: 20px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  text-align: left;
  height: 100%;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__howto .step-list .step-desc {
    aspect-ratio: 1/1;
    height: auto;
  }
}
body.page-home .s-present__howto .step-list .step-desc .img {
  margin-bottom: 20px;
}
body.page-home .s-present__howto .follow_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
body.page-home .s-present__howto .follow_list a {
  background: #FFF;
  border-radius: 50%;
  display: block;
  padding: 16px;
}
body.page-home .s-present__howto .follow_list img {
  width: 40px;
}
body.page-home .s-present__product {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6;
}
body.page-home .s-present__product .dot {
  position: relative;
  margin-bottom: 60px;
}
body.page-home .s-present__product .dot .howto-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5ad2ff;
  font-size: 20px;
  padding: 0 20px;
  background: #fff;
  position: absolute;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__product .dot .howto-ttl {
    padding: 0 10px;
    font-size: 24px;
  }
}
body.page-home .s-present__product .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__product .product-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
body.page-home .s-present__product .product-list li {
  max-width: 250px;
  height: 100%;
  margin: 0 0 30px;
}
body.page-home .s-present__product .product-list li .unit {
  display: block;
  background: #5ad2ff;
  color: #FFF;
  line-height: 2;
  border-radius: 20px 20px 0 0;
}
body.page-home .s-present__product .product-list li strong {
  display: block;
  font-size: 1.2em;
}
body.page-home .s-present__product .product-list li .img {
  aspect-ratio: 1/1;
  max-width: 250px;
  max-height: 250px;
  border: solid 1px #5ad2ff;
  padding: 2px;
  overflow: hidden;
}
body.page-home .s-present__product .product-list li .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
body.page-home .s-present__product .product-list li p {
  margin-top: 8px;
  font-size: 13px;
}
body.page-home .s-present__product .note {
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__product .note {
    width: max-content;
  }
}
body.page-home .s-present .notice-count {
  padding: 2em;
  border: solid 1px #CCC;
  margin: 0 auto 30px;
  width: 400px;
  max-width: 100%;
}
body.page-home .s-present .notice-count h3 {
  margin: 0 0 1em;
}
body.page-home .s-present .notice-count dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}
body.page-home .s-present .notice-count dt {
  margin: 0;
  min-width: 120px;
  margin-right: 20px;
}
body.page-home .s-present .notice-count dd {
  margin: 0;
  flex-grow: 1;
}
body.page-home .s-present__btn {
  margin-top: 80px;
  position: relative;
}
body.page-home .s-present__btn::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -15px;
  left: -3%;
  width: 107px;
  height: 84px;
  background-image: url("../images/btn_icon-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  body.page-home .s-present__btn::before {
    display: block;
    right: calc(50% + 252px);
    width: 200px;
    height: 147px;
    left: inherit;
    bottom: -50px;
  }
}
body.page-home .s-present__btn::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -3%;
  width: 9%;
  height: 100%;
  background-image: url(../images/btn_icon-02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  aspect-ratio: 93/105;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__btn::after {
    width: 71px;
    right: calc(50% - 343px);
  }
}
body.page-home .s-present__btn .text {
  color: #5ad2ff;
  position: relative;
  line-height: 1.6;
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto 20px;
}
body.page-home .s-present__btn .text::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9%;
  width: 42px;
  height: 56px;
  background-image: url("../images/impact_icon-l.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__btn .text::before {
    left: -4%;
  }
}
body.page-home .s-present__btn .text::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -9%;
  width: 42px;
  height: 56px;
  background-image: url("../images/impact_icon-r.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present__btn .text::after {
    right: -4%;
  }
}
body.page-home .s-present__btn .text span {
  color: #ff0000;
}
body.page-home .s-present .campaign-receipt {
  overflow: hidden;
  padding: 60px 0;
}
body.page-home .s-present {
  /* SNSキャンペーン用 CSS上書き */
}
body.page-home .s-present .campaign-sns {
  margin: 60px 0 60px;
  padding: 60px 0;
  background: #dcfaff;
  overflow: hidden;
}
body.page-home .s-present .campaign-sns .common-btn {
  background: #FFF;
}
body.page-home .s-present .campaign-sns .dot .howto-ttl {
  background: #dcfaff;
}
body.page-home .s-present .campaign-sns .s-present__lists {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present .campaign-sns .s-present__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
body.page-home .s-present .campaign-sns .s-present__lists li::before {
  display: none;
}
body.page-home .s-present .campaign-sns .s-present__lists li .img {
  width: auto;
  padding: 20px 10px;
  border-radius: 10px;
  border: none;
  aspect-ratio: inherit;
}
@media screen and (min-width: 835px) {
  body.page-home .s-present .campaign-sns .s-present__lists li .img {
    padding: 20px 40px;
  }
}
body.page-home .s-present .campaign-sns .s-present__lists li:nth-child(1)::after {
  display: none;
}
body.page-home .s-present .campaign-sns .s-present__lists li:nth-child(2)::after {
  display: none;
}
body.page-home .s-event {
  margin-bottom: 180px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  body.page-home .s-event .row {
    display: flex;
    justify-content: space-between;
  }
}
body.page-home .s-event .row .col {
  flex-basis: 48%;
}
body.page-home .s-event .img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
body.page-home .notice {
  padding: 0 1em;
  margin: 30px 0;
}
body.page-home .notice p {
  font-size: 14px;
  line-height: 1.8;
  text-indent: -1.3em;
}
body.page-home .notice p::before {
  content: "※";
  margin-right: 4px;
}
body.page-home .main-wrap_know {
  position: relative;
  background: #dcfaff;
  padding-bottom: 200px;
}
body.page-home .main-wrap_know::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("../images/kumo-b.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
body.page-home .main-wrap_know .content-head {
  position: relative;
}
body.page-home .main-wrap_know .content-head p {
  text-align: left;
}
@media screen and (min-width: 835px) {
  body.page-home .main-wrap_know .content-head p {
    width: max-content;
    margin-inline: auto;
  }
}
body.page-home .main-wrap_know .content-head::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  width: 130px;
  height: 155px;
  background-image: url("../images/know-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  body.page-home .main-wrap_know .content-head::before {
    top: 4%;
    left: 2%;
    width: 210px;
    height: 256px;
    display: block;
  }
}
body.page-home .main-wrap_know .content-head::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -5px;
  width: 95px;
  height: 144px;
  background-image: url("../images/know-02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1025px) {
  body.page-home .main-wrap_know .content-head::after {
    top: 3%;
    right: 5%;
    width: 171px;
    height: 255px;
    display: block;
  }
}
body.page-home .s-ranking {
  position: relative;
  text-align: left;
  padding-bottom: 200px;
}
body.page-home .s-ranking::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("../images/kumo.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
body.page-home .s-ranking__1st {
  max-width: 640px;
  margin: 0 auto 100px;
}
body.page-home .s-ranking__1st h2 {
  font-size: clamp(24px, 4vw, 40px);
  color: #5ad2ff;
  margin-bottom: 30px;
  text-align: center;
}
body.page-home .s-ranking__1st p {
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  body.page-home .s-ranking__1st p {
    width: max-content;
    margin-inline: auto;
  }
}
body.page-home .s-ranking__1st .img.__taoru {
  width: 150px;
  margin: 40px auto;
}
@media screen and (min-width: 835px) {
  body.page-home .s-ranking__1st .img.__taoru {
    max: 200px;
  }
}
body.page-home .s-ranking__voice {
  background: #dcfaff;
  padding: 60px 0;
  position: relative;
}
body.page-home .s-ranking__voice::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 65px;
  background: #dcfaff;
  clip-path: polygon(50% 0%, 18% 100%, 80% 100%);
}
body.page-home .s-ranking__voice h2 {
  font-size: clamp(16px, 4vw, 25px);
  color: #5ad2ff;
  margin-bottom: 60px;
}
body.page-home .s-ranking__voice .voice-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  column-gap: 16px;
  row-gap: 60px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-ranking__voice .voice-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.page-home .s-ranking__voice .voice-list li {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 60px 20px 20px;
  position: relative;
}
body.page-home .s-ranking__voice .voice-list li::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 89px;
  height: 89px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.page-home .s-ranking__voice .voice-list li.male::before {
  background-image: url("../images/voice_blue.png");
}
body.page-home .s-ranking__voice .voice-list li.male span {
  color: #5ad2ff;
}
body.page-home .s-ranking__voice .voice-list li.female::before {
  background-image: url("../images/voice_red.png");
}
body.page-home .s-ranking__voice .voice-list li.female span {
  color: #ff7879;
}
body.page-home .s-ranking__voice .voice-list li p {
  line-height: 1.5;
}
body.page-home .s-ranking__voice .voice-list li p span {
  display: block;
  margin-top: 14px;
  text-align: center;
}
body.page-home .s-ranking__list {
  padding-top: 60px;
}
body.page-home .s-ranking__list .ranking-list {
  display: grid;
  grid-template-columns: minmax(0, 283px);
  justify-content: center;
  gap: 36px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-ranking__list .ranking-list {
    grid-template-columns: repeat(2, minmax(0, 400px));
  }
}
body.page-home .s-ranking__list .ranking-list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
body.page-home .s-ranking__list .ranking-list li .img {
  border-radius: 30px;
  border: 3px solid #5ad2ff;
  overflow: hidden;
  min-height: 214px;
  width: 100%;
  padding: 10px;
}
body.page-home .s-ranking__list .ranking-list li .img img {
  aspect-ratio: 295/227;
  width: 100%;
  display: block;
  object-fit: contain;
}
body.page-home .s-ranking__list .ranking-list li h2 {
  font-size: clamp(16px, 4vw, 23px);
  line-height: 1.6;
  color: #5ad2ff;
}
body.page-home .s-ranking__list .ranking-list li p {
  line-height: 1.8;
}
body.page-home .s-history {
  position: relative;
  text-align: center;
  background: #5ad2ff;
  padding-bottom: 200px;
  /* overflow: hidden; */
}
body.page-home .s-history::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("../images/kumo-bb.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
body.page-home .s-history .content-head h2 {
  color: #fff;
}
body.page-home .s-history__intro {
  color: #fff;
  margin-bottom: 80px;
}
body.page-home .s-history__intro .img {
  margin-bottom: 32px;
}
body.page-home .s-history__intro p {
  line-height: 2;
}
body.page-home .s-history__list {
  overflow: hidden;
}
body.page-home .s-history__list .history-list li {
  margin-bottom: 80px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-history__list .history-list li:nth-child(2) .item-wrap {
    flex-direction: row-reverse;
  }
}
body.page-home .s-history__list .history-list li .list-ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  body.page-home .s-history__list .history-list li .list-ttl {
    display: flex;
    gap: 10px;
  }
}
body.page-home .s-history__list .history-list li .list-ttl span {
  display: block;
}
@media screen and (min-width: 835px) {
  body.page-home .s-history__list .history-list li .list-ttl .ttl {
    width: 312px;
  }
}
body.page-home .s-history__list .history-list li .list-ttl .dot-w {
  display: none;
}
@media screen and (min-width: 835px) {
  body.page-home .s-history__list .history-list li .list-ttl .dot-w {
    display: block;
    flex: 1;
  }
}
body.page-home .s-history__list .history-list li .item-wrap {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-bottom: 46px;
  align-items: center;
}
@media screen and (min-width: 835px) {
  body.page-home .s-history__list .history-list li .item-wrap {
    flex-direction: row;
  }
}
body.page-home .s-history__list .history-list li .item-wrap .item-img {
  width: 300px;
}
body.page-home .s-history__list .history-list li .item-wrap .item-img .img-box {
  width: 300px;
  height: 296px;
  background-image: url("../images/history_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: 0 auto 60px;
}
body.page-home .s-history__list .history-list li .item-wrap .item-img .img-box .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 300px;
}
body.page-home .s-history__list .history-list li .item-wrap .item-img .js-slide-bg,
body.page-home .s-history__list .history-list li .item-wrap .item-img .js-slide-bg-right,
body.page-home .s-history__list .history-list li .item-wrap .item-img .js-zoom-in {
  opacity: 1;
}
body.page-home .s-history__list .history-list li .item-wrap .item-img .common-btn {
  width: 100%;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
}
body.page-home .s-history__list .history-list li .item-wrap .item-img .common-btn:hover {
  background: #FFF;
  color: #5ad2ff;
  opacity: 1;
}
body.page-home .s-history__list .history-list li .item-wrap .item-img .common-btn::before {
  right: 10px;
}
body.page-home .s-history__list .history-list li .item-wrap .item-text {
  flex: 1;
  padding: 40px;
  border-radius: 60px;
  background: #fff;
  text-align: left;
}
body.page-home .s-history__list .history-list li .item-wrap .item-text h2 {
  margin-bottom: 20px;
  font-size: clamp(16px, 2.2vw, 25px);
  line-height: 1.6;
  color: #5ad2ff;
}
body.page-home .s-history__list .history-list li .item-wrap .item-text p {
  line-height: 1.5;
}
body.page-home .s-history__movie .movie-slider {
  max-width: 840px;
  margin: 0 auto;
}
body.page-home .s-history__movie .movie-slider .slick-slide {
  box-sizing: border-box;
  margin: 0 10px;
}
body.page-home .s-history__movie .movie-slider .movie-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  aspect-ratio: 800/450;
}
body.page-home .s-history__movie .movie-slider .movie-video {
  width: 100%;
  display: block;
  border-radius: 30px;
}
body.page-home .s-history__movie .movie-slider .movie-play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: #e6e6e6;
  cursor: pointer;
  transition: 0.3s;
}
body.page-home .s-history__movie .movie-slider .movie-play::before {
  content: "▶";
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
body.page-home .s-history__movie .movie-slider .movie-item.is-play .movie-play::before {
  content: "❚❚";
}
body.page-home .s-history__movie .movie-slider .slick-dots {
  bottom: -35px;
}
body.page-home .s-history__movie .movie-slider .slick-dots li {
  margin: 0 2px;
}
body.page-home .s-history__movie .movie-slider .slick-dots button::before {
  font-size: 10px;
  color: #f5d8c9;
  opacity: 1;
  font-size: 40px;
}
body.page-home .s-history__movie .movie-slider .slick-dots .slick-active button::before {
  color: #fff;
}
body.page-home .s-history .awaster_history {
  margin: 0 auto 60px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  body.page-home .s-history .awaster_history {
    border-radius: 60px;
  }
}
body.page-home .campaign-nav {
  background: #dcfaff;
  margin: 20px 0 30px;
  padding: 10px 0 10px;
}
@media screen and (min-width: 835px) {
  body.page-home .campaign-nav {
    margin: 30px 0 60px;
    padding: 60px 0 60px;
  }
}
body.page-home .campaign-nav ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}
body.page-home .campaign-nav a {
  color: #5ad2ff;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 10px;
  border: 2px solid #5ad2ff;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  background-color: #FFF;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.page-home .campaign-nav a {
    font-size: 26px;
    padding: 25px 50px;
    border: 4px solid #5ad2ff;
  }
}
body.page-home .campaign-nav a:hover {
  background-color: #5ad2ff;
  color: #fff;
}
body.page-home .campaign-nav a::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 18px;
  background: #5ad2ff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

body.page-campaign,
body.page-campaign-sns {
  background: #dcfaff;
}
body.page-campaign .campaign-head,
body.page-campaign-sns .campaign-head {
  max-width: 1200px;
  margin: 100px auto;
  position: relative;
}
body.page-campaign .campaign-head::before,
body.page-campaign-sns .campaign-head::before {
  content: "";
  position: absolute;
  bottom: -27%;
  left: 2%;
  width: 59px;
  height: 120px;
  background-image: url("../images/campaign_head01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  body.page-campaign .campaign-head::before,
  body.page-campaign-sns .campaign-head::before {
    bottom: -6%;
    left: 8%;
    width: 149px;
    height: 303px;
  }
}
body.page-campaign .campaign-head::after,
body.page-campaign-sns .campaign-head::after {
  content: "";
  position: absolute;
  bottom: -26%;
  right: 2%;
  width: 72px;
  height: 118px;
  background-image: url("../images/campaign_head02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  body.page-campaign .campaign-head::after,
  body.page-campaign-sns .campaign-head::after {
    bottom: -9%;
    right: 7%;
    width: 190px;
    height: 313px;
  }
}
body.page-campaign .campaign-head .title-head,
body.page-campaign-sns .campaign-head .title-head {
  max-width: 762px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}
body.page-campaign .campaign-head .note,
body.page-campaign-sns .campaign-head .note {
  background: #5ad2ff;
  color: #fff;
  font-size: 16px;
  padding: 4px 20px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.6;
  text-align: center;
}
body.page-campaign .campaign-head .note::before,
body.page-campaign-sns .campaign-head .note::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 18px;
  background: #5ad2ff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
body.page-campaign .campaign-head .title,
body.page-campaign-sns .campaign-head .title {
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.6;
  color: #5ad2ff;
  width: fit-content;
  margin: 20px auto 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
body.page-campaign .campaign-head .title::before,
body.page-campaign-sns .campaign-head .title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20%;
  width: 42px;
  height: 101px;
  background-image: url("../images/impact_icon-l.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  body.page-campaign .campaign-head .title::before,
  body.page-campaign-sns .campaign-head .title::before {
    width: 71px;
    height: 170px;
  }
}
body.page-campaign .campaign-head .title::after,
body.page-campaign-sns .campaign-head .title::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -20%;
  width: 42px;
  height: 101px;
  background-image: url("../images/impact_icon-r.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  body.page-campaign .campaign-head .title::after,
  body.page-campaign-sns .campaign-head .title::after {
    width: 71px;
    height: 170px;
  }
}
body.page-campaign .campaign-head .title span,
body.page-campaign-sns .campaign-head .title span {
  display: block;
  font-size: clamp(16px, 3vw, 23px);
  background: linear-gradient(transparent 60%, #ffe600 60%);
  width: fit-content;
  margin: 0 auto;
}
body.page-campaign .common-btn,
body.page-campaign-sns .common-btn {
  margin-top: 60px;
  background: #fff;
  text-align: center;
  padding-right: 70px;
}
body.page-campaign .common-btn.wpcf7-submit,
body.page-campaign-sns .common-btn.wpcf7-submit {
  padding-left: 70px;
}
body.page-campaign .parameter,
body.page-campaign-sns .parameter {
  max-width: 700px;
  margin: 0 auto 100px;
}
body.page-campaign .parameter .parameter-list,
body.page-campaign-sns .parameter .parameter-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 660px;
  margin-inline: auto;
}
body.page-campaign .parameter .parameter-list::after,
body.page-campaign-sns .parameter .parameter-list::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 16%;
  width: 68%;
  height: 2px;
  background-image: url(../images/dot.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 2px;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  body.page-campaign .parameter .parameter-list::after::after,
  body.page-campaign-sns .parameter .parameter-list::after::after {
    top: 42px;
    height: 3px;
  }
}
body.page-campaign .parameter .parameter-list li,
body.page-campaign-sns .parameter .parameter-list li {
  position: relative;
  z-index: 2;
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body.page-campaign .parameter .parameter-list li.is-done .number,
body.page-campaign-sns .parameter .parameter-list li.is-done .number {
  background-color: #5ad2ff;
  color: #fff;
}
body.page-campaign .parameter .parameter-list li.is-active .number,
body.page-campaign-sns .parameter .parameter-list li.is-active .number {
  background-color: #5ad2ff;
  color: #fff;
}
body.page-campaign .parameter .parameter-list li.is-active .ttl,
body.page-campaign-sns .parameter .parameter-list li.is-active .ttl {
  color: #4a4a4a;
  font-weight: 700;
}
body.page-campaign .parameter .parameter-list .number,
body.page-campaign-sns .parameter .parameter-list .number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5ad2ff;
  background-color: #fff;
  color: #5ad2ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  body.page-campaign .parameter .parameter-list .number,
  body.page-campaign-sns .parameter .parameter-list .number {
    width: 80px;
    height: 80px;
    border-width: 3px;
    font-size: 40px;
  }
}
body.page-campaign .parameter .parameter-list .ttl,
body.page-campaign-sns .parameter .parameter-list .ttl {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  color: #9d9d9d;
}
@media screen and (min-width: 835px) {
  body.page-campaign .parameter .parameter-list .ttl,
  body.page-campaign-sns .parameter .parameter-list .ttl {
    min-height: 4em;
    font-size: 20px;
  }
}
body.page-campaign .campaign-box,
body.page-campaign-sns .campaign-box {
  background: #fff;
  border-radius: 40px;
  padding: 50px 20px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .campaign-box,
  body.page-campaign-sns .campaign-box {
    border-radius: 80px;
    padding: 100px 90px;
  }
}
body.page-campaign .question-block:not(:first-child),
body.page-campaign-sns .question-block:not(:first-child) {
  margin-top: 50px;
}
body.page-campaign .question-head,
body.page-campaign-sns .question-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .question-head,
  body.page-campaign-sns .question-head {
    align-items: center;
    gap: 30px;
  }
}
body.page-campaign .q-number,
body.page-campaign-sns .q-number {
  color: #5ad2ff;
  font-size: 16px;
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
  flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  body.page-campaign .q-number,
  body.page-campaign-sns .q-number {
    font-size: 25px;
  }
}
body.page-campaign .q-title,
body.page-campaign-sns .q-title {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
}
@media screen and (min-width: 835px) {
  body.page-campaign .q-title,
  body.page-campaign-sns .q-title {
    font-size: 25px;
  }
}
body.page-campaign .check-list,
body.page-campaign-sns .check-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .check-list,
  body.page-campaign-sns .check-list {
    margin-top: 40px;
    gap: 30px 50px;
  }
}
body.page-campaign .check-list label,
body.page-campaign-sns .check-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.page-campaign .check-list label,
  body.page-campaign-sns .check-list label {
    gap: 14px;
  }
}
body.page-campaign .check-list label input,
body.page-campaign-sns .check-list label input {
  position: absolute;
  opacity: 0;
}
body.page-campaign .check-list label span,
body.page-campaign-sns .check-list label span {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 0.6em;
}
@media screen and (min-width: 835px) {
  body.page-campaign .check-list label span,
  body.page-campaign-sns .check-list label span {
    font-size: 18px;
  }
}
body.page-campaign .check-list label span::before,
body.page-campaign-sns .check-list label span::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #5ad2ff;
  background: #fff;
}
body.page-campaign .check-list label input:checked + span,
body.page-campaign-sns .check-list label input:checked + span {
  color: #5ad2ff;
}
body.page-campaign .check-list label input:checked + span::before,
body.page-campaign-sns .check-list label input:checked + span::before {
  background: #5ad2ff;
}
body.page-campaign .check-list .wpcf7-radio label span::before,
body.page-campaign-sns .check-list .wpcf7-radio label span::before {
  border-radius: 50%;
}
body.page-campaign .receipt-block,
body.page-campaign-sns .receipt-block {
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .receipt-block,
  body.page-campaign-sns .receipt-block {
    margin-top: 120px;
  }
}
body.page-campaign .receipt-block .wpcf7-not-valid-tip,
body.page-campaign-sns .receipt-block .wpcf7-not-valid-tip {
  display: none;
}
body.page-campaign .receipt-title,
body.page-campaign-sns .receipt-title {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
}
body.page-campaign .upload-btn,
body.page-campaign-sns .upload-btn {
  width: 100%;
  max-width: 320px;
  height: 64px;
  margin-top: 20px;
  border-radius: 20px;
  background: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
body.page-campaign .upload-btn input,
body.page-campaign-sns .upload-btn input {
  display: none;
}
body.page-campaign .upload-btn .img-up,
body.page-campaign-sns .upload-btn .img-up {
  position: relative;
  padding-left: 44px;
  font-size: 16px;
  font-weight: 700;
  color: #555;
}
@media screen and (min-width: 835px) {
  body.page-campaign .upload-btn .img-up,
  body.page-campaign-sns .upload-btn .img-up {
    padding-left: 60px;
  }
}
body.page-campaign .upload-btn .img-up::before,
body.page-campaign-sns .upload-btn .img-up::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../images/camera.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  body.page-campaign .upload-btn .img-up::before,
  body.page-campaign-sns .upload-btn .img-up::before {
    width: 30px;
    height: 30px;
  }
}
body.page-campaign .receipt-note,
body.page-campaign-sns .receipt-note {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.page-campaign .receipt-note span,
body.page-campaign-sns .receipt-note span {
  font-size: 11px;
  line-height: 1.8;
  color: #9d9d9d;
}
@media screen and (min-width: 835px) {
  body.page-campaign .receipt-note span,
  body.page-campaign-sns .receipt-note span {
    font-size: 18px;
  }
}
body.page-campaign .file-name,
body.page-campaign-sns .file-name {
  margin-top: 16px;
  color: #5ad2ff;
}
body.page-campaign .campaign-box,
body.page-campaign-sns .campaign-box {
  background: #fff;
  border-radius: 40px;
  padding: 50px 20px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .campaign-box,
  body.page-campaign-sns .campaign-box {
    border-radius: 80px;
    padding: 100px 90px;
  }
}
body.page-campaign .form-block,
body.page-campaign-sns .form-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .form-block,
  body.page-campaign-sns .form-block {
    gap: 50px;
  }
}
body.page-campaign .form-group,
body.page-campaign-sns .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .form-group,
  body.page-campaign-sns .form-group {
    gap: 16px;
  }
}
body.page-campaign .form-group--row,
body.page-campaign-sns .form-group--row {
  gap: 16px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .form-group--row,
  body.page-campaign-sns .form-group--row {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}
body.page-campaign .form-group--row .form-col,
body.page-campaign-sns .form-group--row .form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  body.page-campaign .form-group--row .form-col,
  body.page-campaign-sns .form-group--row .form-col {
    gap: 16px;
  }
}
body.page-campaign .form-label,
body.page-campaign-sns .form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  body.page-campaign .form-label,
  body.page-campaign-sns .form-label {
    font-size: 20px;
    gap: 12px;
  }
}
body.page-campaign .required,
body.page-campaign-sns .required {
  font-size: 11px;
  font-weight: 400;
  color: #5ad2ff;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  body.page-campaign .required,
  body.page-campaign-sns .required {
    font-size: 16px;
  }
}
body.page-campaign .form-input,
body.page-campaign-sns .form-input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  background: #f0f4f8;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1;
  transition: border-color 0.2s ease, background 0.2s ease;
  appearance: none;
  outline: none;
}
@media screen and (min-width: 835px) {
  body.page-campaign .form-input,
  body.page-campaign-sns .form-input {
    height: 70px;
    padding: 0 24px;
    border-radius: 14px;
    font-size: 20px;
  }
}
body.page-campaign .form-input:focus,
body.page-campaign-sns .form-input:focus {
  border-color: #5ad2ff;
  background: #fff;
}
body.page-campaign .form-input::placeholder,
body.page-campaign-sns .form-input::placeholder {
  color: #c5c5c5;
}
body.page-campaign .form-input.p-postal-code,
body.page-campaign-sns .form-input.p-postal-code {
  width: 8em;
}
@media screen and (min-width: 835px) {
  body.page-campaign .form-input.p-postal-code,
  body.page-campaign-sns .form-input.p-postal-code {
    width: 100%;
  }
}
.s-campaign_thx {
  padding: 80px 0 120px;
  text-align: center;
}
.s-campaign_thx .tittle-thx {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 700;
  color: #5ad2ff;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .tittle-thx {
    margin-bottom: 40px;
  }
}
.s-campaign_thx p {
  font-size: 13px;
  line-height: 2;
  color: #4a4a4a;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx p {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
.s-campaign_thx .title-present {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 12px 30px;
  background: #5ad2ff;
  color: #fff;
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: bold;
  border-radius: 100px;
}
.s-campaign_thx .title-present::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 18px;
  background: #5ad2ff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.s-campaign_thx .title-present::after {
  content: "";
  position: absolute;
  bottom: -72px;
  right: -21%;
  width: 72px;
  height: 80px;
  background-image: url("../images/btn_icon-02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .title-present::after {
    bottom: -15px;
    right: -30%;
  }
}
.s-campaign_thx .download-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 60px;
  background: #fff;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-box {
    gap: 70px;
    margin-bottom: 80px;
  }
}
.s-campaign_thx .download-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-group {
    gap: 30px;
  }
}
.s-campaign_thx .download-label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #5ad2ff;
  padding: 4px 20px;
  border-radius: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-label {
    font-size: 18px;
    padding: 6px 30px;
  }
}
.s-campaign_thx .download-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-items {
    gap: 30px;
  }
}
.s-campaign_thx .download-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: calc(50% - 10px);
  max-width: 280px;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-item {
    width: auto;
    gap: 20px;
  }
}
.s-campaign_thx .download-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-item img {
    width: 240px;
    border-radius: 14px;
  }
}
.s-campaign_thx .download-group:last-child .download-item {
  width: 160px;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-group:last-child .download-item {
    width: 180px;
  }
}
.s-campaign_thx .download-group:last-child .download-item img {
  aspect-ratio: 9/19.5;
}
.s-campaign_thx .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: #5ad2ff;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.s-campaign_thx .download-btn:hover {
  opacity: 0.75;
}
.s-campaign_thx .download-btn span {
  position: relative;
  padding-left: 22px;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-btn span {
    padding-left: 28px;
  }
}
.s-campaign_thx .download-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12l7 7 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  .s-campaign_thx .download-btn span::before {
    width: 18px;
    height: 18px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e1500b;
  font-size: 18px;
  text-align: center;
  background: #FFF;
  width: 600px;
  margin: 10px auto 60px;
  padding: 30px;
  border-radius: 20px;
  max-width: 80%;
  line-height: 1.7;
}

.campaign-rule {
  margin: 60px 0;
  text-align: center;
}
.campaign-rule .rule-block {
  max-width: 720px;
  margin: 0 auto;
}
.campaign-rule .inner {
  background: #FFF;
  max-height: 500px;
  overflow-y: scroll;
  padding: 2em;
  border-radius: 10px;
  line-height: 1.8;
  font-size: 15px;
  text-align: left;
}
.campaign-rule .dot {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .campaign-rule .dot {
    margin-bottom: 120px;
  }
}
.campaign-rule .dot .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5ad2ff;
  font-size: 26px;
  padding: 0 20px;
  background: #dcfaff;
  position: absolute;
}
@media screen and (min-width: 835px) {
  .campaign-rule .dot .ttl {
    padding: 0 10px;
    font-size: 35px;
  }
}

.s-sponge {
  background: #fff;
  padding: 40px 5% 20px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 835px) {
  .s-sponge {
    padding: 80px 5%;
  }
}
.s-sponge .lead_p {
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-sponge .lead_p {
    width: max-content;
    margin-inline: auto;
  }
}
.s-sponge__choice {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-sponge__choice .choice_card {
  position: relative;
}
.s-sponge__choice .choice_card .card-move {
  width: 100%;
  height: 100%;
}
.s-sponge__choice .choice_card .card-body {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  height: 320px;
}
@media screen and (min-width: 835px) {
  .s-sponge__choice .choice_card .card-body {
    height: 400px;
  }
}
.s-sponge__choice .choice_card .card-body .card-nav {
  display: flex;
  z-index: 10;
  position: absolute;
  right: 40px;
  bottom: 40px;
  align-items: center;
  padding: 12px 16px;
  gap: 15px;
  border-radius: 20px;
  background: #dcfaff;
  color: #5ad2ff;
  cursor: pointer;
}
.s-sponge__choice .choice_card .card-body .card-item {
  position: absolute;
  inset: 0;
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.s-sponge__choice .choice_card .card-body .card-item__figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.s-sponge__choice .choice_card .card-body .card-item__img {
  background: #fff;
  border: 3px solid #5ad2ff;
  border-radius: clamp(30px, 4vw, 60px);
  transition: background 0.3s;
}
.s-sponge__choice .choice_card .card-body {
  /* 後ろカード */
}
.s-sponge__choice .choice_card .card-body .card-item:not(.active) {
  transform: rotate(6deg) scale(0.93);
  z-index: 1;
}
.s-sponge__choice .choice_card .card-body .card-item:not(.active) .card-item__img {
  background: #5ad2ff;
}
.s-sponge__choice .choice_card .card-body {
  /* 前カード */
}
.s-sponge__choice .choice_card .card-body .card-item.active {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  z-index: 3;
}
.s-sponge__choice .choice_card .card-body .card-item.active .card-item__img {
  background: #fff;
}
.s-sponge__choice .choice_card .card-body {
  /* 消えるアニメーション */
}
.s-sponge__choice .choice_card .card-body .card-item.out {
  transform: rotate(-15deg) translateX(-100px) scale(0.9);
  opacity: 0;
  z-index: 4;
}
.s-sponge__choice .choice_card .card-desc {
  width: 100%;
  background: #dcfaff;
  border-radius: clamp(30px, 4vw, 60px);
  text-align: left;
  position: relative;
  min-height: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .s-sponge__choice .choice_card .card-desc {
    margin-top: 60px;
  }
}
.s-sponge__choice .choice_card .card-desc::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 65px;
  background: #dcfaff;
  clip-path: polygon(50% 0%, 18% 100%, 80% 100%);
}
.s-sponge__choice .choice_card .card-desc .title-head {
  margin-bottom: 26px;
}
.s-sponge__choice .choice_card .card-desc .title-head h2 {
  font-size: clamp(16px, 4vw, 25px);
  color: #5ad2ff;
  margin-bottom: 16px;
}
.s-sponge__choice .choice_card .card-desc .title-head p {
  line-height: 1.8;
}
.s-sponge__choice .choice_card .card-desc .recommend h2 {
  font-size: 16px;
  color: #5ad2ff;
  margin-bottom: 16px;
  position: relative;
}
.s-sponge__choice .choice_card .card-desc .recommend h2 span {
  background: #dcfaff;
  display: inline-block;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.s-sponge__choice .choice_card .card-desc .recommend h2::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 225px;
  height: 2px;
  background-image: url("../images/dot-s.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .s-sponge__choice .choice_card .card-desc .recommend h2::before {
    width: 422px;
  }
}
.s-sponge__choice .choice_card .card-desc .recommend p {
  line-height: 1.8;
}
.s-sponge__choice .choice_card .card-desc-item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) translateY(10px);
  width: 80%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (min-width: 835px) {
  .s-sponge__choice .choice_card .card-desc-item {
    width: calc(100% - 120px);
  }
}
.s-sponge__choice .choice_card .card-desc-item.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) translateY(0);
  pointer-events: auto;
}
.s-sponge__variation .ttl-label {
  max-width: 640px;
  margin: 0 auto 40px;
}
.s-sponge__variation .variation-list {
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .s-sponge__variation .variation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
}
.s-sponge__variation .variation-list li {
  margin-bottom: 30px;
  flex-basis: calc(50% - 10px);
  border-bottom: solid 1px #5ad2ff;
  padding-bottom: 30px;
  position: relative;
}
.s-sponge__variation .variation-list li:first-child {
  border-top: solid 1px #5ad2ff;
  padding-top: 30px;
}
@media screen and (min-width: 835px) {
  .s-sponge__variation .variation-list li:first-child {
    border-top: none;
    padding-top: none;
  }
}
@media screen and (min-width: 835px) {
  .s-sponge__variation .variation-list li {
    display: flex;
    gap: 10px;
  }
  .s-sponge__variation .variation-list li:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #5ad2ff;
    right: -10px;
  }
}
.s-sponge__variation .variation-list li .img {
  border-radius: clamp(30px, 4vw, 60px);
  overflow: hidden;
  margin-bottom: 68px;
}
@media screen and (min-width: 835px) {
  .s-sponge__variation .variation-list li .img {
    width: 150px;
    margin-bottom: 0;
    margin-bottom: 26px;
  }
}
.s-sponge__variation .variation-list li .text-desc {
  flex: 1;
  text-align: left;
  position: relative;
}
.s-sponge__variation .variation-list li .text-desc::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 97px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.s-sponge__variation .variation-list li .text-desc.__01::before {
  background-image: url("../images/change-icon01.png");
}
.s-sponge__variation .variation-list li .text-desc.__02::before {
  background-image: url("../images/change-icon02.png");
}
.s-sponge__variation .variation-list li .text-desc.__03::before {
  background-image: url("../images/change-icon03.png");
}
.s-sponge__variation .variation-list li .text-desc.__04::before {
  background-image: url("../images/change-icon04.png");
}
.s-sponge__variation .variation-list li .text-desc h2 {
  font-size: 20px;
  color: #5ad2ff;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .s-sponge__variation .variation-list li .text-desc h2 {
    font-size: 23px;
  }
}
.s-sponge__variation .variation-list li .text-desc p {
  line-height: 1.5;
  font-size: clamp(14px, 2vw, 15px);
}
.s-sponge__variation .variation_item {
  font-size: 14px;
  line-height: 1.6;
}
.s-sponge__variation .variation_item .item_img {
  margin-top: 20px;
}
.s-sponge__variation .variation_item .item_img img {
  max-width: 100%;
  width: auto;
  height: 100px;
  vertical-align: bottom;
  object-fit: cover;
  margin-right: 10px;
}
.s-sponge__change .change-head {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-sponge__change .change-head h2 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 40px;
  line-height: 1.4;
  color: #5ad2ff;
}
.s-sponge__change .change-head p {
  line-height: 2;
  text-align: left;
}
.s-sponge__change .change-point .dot {
  position: relative;
  margin-bottom: 80px;
}
.s-sponge__change .change-point .dot .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #5ad2ff;
  font-size: 20px;
  padding: 0 20px;
  background: #fff;
  position: absolute;
}
@media screen and (min-width: 835px) {
  .s-sponge__change .change-point .dot .ttl {
    padding: 0 10px;
    font-size: 25px;
  }
}
.s-sponge__change .change-point .point-list li {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .s-sponge__change .change-point .point-list li {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
.s-sponge__change .change-point .point-list li .img {
  border-radius: clamp(30px, 4vw, 60px);
  overflow: hidden;
  margin-bottom: 68px;
}
@media screen and (min-width: 835px) {
  .s-sponge__change .change-point .point-list li .img {
    width: 350px;
    margin-bottom: 0;
  }
}
.s-sponge__change .change-point .point-list li .text-desc {
  flex: 1;
  text-align: left;
  position: relative;
}
.s-sponge__change .change-point .point-list li .text-desc::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 97px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.s-sponge__change .change-point .point-list li .text-desc.__01::before {
  background-image: url("../images/change-icon01.png");
}
.s-sponge__change .change-point .point-list li .text-desc.__02::before {
  background-image: url("../images/change-icon02.png");
}
.s-sponge__change .change-point .point-list li .text-desc.__03::before {
  background-image: url("../images/change-icon03.png");
}
.s-sponge__change .change-point .point-list li .text-desc.__04::before {
  background-image: url("../images/change-icon04.png");
}
.s-sponge__change .change-point .point-list li .text-desc h2 {
  font-size: 20px;
  color: #5ad2ff;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .s-sponge__change .change-point .point-list li .text-desc h2 {
    font-size: 23px;
  }
}
.s-sponge__change .change-point .point-list li .text-desc p {
  line-height: 1.5;
}
.s-sponge__change .change-keep {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-sponge__change .change-keep:last-child {
  margin-bottom: 0;
}
.s-sponge__change .change-keep h2 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 40px;
  line-height: 1.4;
  color: #5ad2ff;
}
.s-sponge__change .change-keep .img {
  border-radius: clamp(30px, 4vw, 60px);
  overflow: hidden;
  margin: 40px 0 0;
}
.s-sponge__change .change-keep p {
  line-height: 2;
  text-align: left;
}
.s-sponge__change .change-maintenance {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-sponge__change .change-maintenance:last-child {
  margin-bottom: 0;
}
.s-sponge__change .change-maintenance h2 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 40px;
  line-height: 1.4;
  color: #5ad2ff;
}
.s-sponge__change .change-maintenance .img {
  border-radius: clamp(30px, 4vw, 60px);
  overflow: hidden;
  margin: 40px 0 0;
}
.s-sponge__change .change-maintenance p {
  line-height: 1.5;
  text-align: left;
}
.s-sponge__change .change-maintenance .card-desc {
  width: 100%;
  background: #dcfaff;
  border-radius: clamp(30px, 4vw, 60px);
  text-align: left;
  position: relative;
  min-height: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .s-sponge__change .change-maintenance .card-desc {
    margin-top: 60px;
  }
}
.s-sponge__change .change-maintenance .card-desc .title-head {
  margin-bottom: 26px;
}
.s-sponge__change .change-maintenance .card-desc .title-head h2 {
  font-size: clamp(16px, 4vw, 25px);
  color: #5ad2ff;
  margin-bottom: 16px;
}
.s-sponge__change .change-maintenance .card-desc .title-head h2 span {
  display: block;
  font-size: 0.7em;
}
.s-sponge__change .change-maintenance .card-desc .title-head p {
  line-height: 1.5;
}
.s-sponge__change .change-maintenance .card-desc-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(10px);
  width: 80%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (min-width: 835px) {
  .s-sponge__change .change-maintenance .card-desc-item {
    width: calc(100% - 120px);
  }
}

.ttl-label {
  background: #5ad2ff;
  color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  font-size: clamp(16px, 4vw, 25px);
  margin-bottom: 40px;
  line-height: 1.4;
}

.common_head {
  position: relative;
  padding-left: 60px;
  margin-bottom: 76px;
}
@media screen and (min-width: 835px) {
  .common_head {
    padding-left: 0px;
  }
}
.common_head::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 87px;
  height: 56px;
  background-image: url("../images/sponge-icon01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .common_head::before {
    top: 0;
    left: 15%;
    width: 178px;
    height: 124px;
  }
}
.common_head .img-sub {
  margin-bottom: 10px;
  width: 31%;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .common_head .img-sub {
    width: 100%;
    margin-bottom: 20px;
  }
}
.common_head h2 {
  font-size: clamp(28px, 4vw, 45px);
  background: linear-gradient(transparent 60%, #ffe600 60%);
  position: relative;
  display: inline-block;
  letter-spacing: 0.06em;
}
.common_head h2::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -17px;
  width: 21px;
  height: 24px;
  background-image: url("../images/impact_icon-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
.common_head h2 span {
  font-size: clamp(20px, 4vw, 36px);
}

.content-head {
  text-align: center;
}
.content-head h2 {
  font-family: "Montserrat Alternates", sans-serif;
  color: #5ad2ff;
  font-size: 60px;
  margin-bottom: clamp(16px, 4vw, 56px);
  transform: skewX(-8deg);
  position: relative;
  z-index: 2;
}
.content-head h2 span {
  display: block;
  font-family: "dnp-shueimgostd-l", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 16px;
  transform: skewX(8deg);
  line-height: 1.4;
}
.content-head p {
  line-height: 1.8;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.s-taoru {
  background: #fff;
  padding: 80px 5%;
  text-align: center;
  border-radius: 50px;
}
.s-taoru .common_head::before {
  left: -19px;
}
@media screen and (min-width: 835px) {
  .s-taoru .common_head::before {
    left: 12%;
  }
}
.s-taoru__choice {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-taoru__choice p {
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: left;
}
.s-taoru__change .change-head {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-taoru__change .change-head h2 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 40px;
  line-height: 1.4;
  color: #5ad2ff;
}
.s-taoru__change .change-head p {
  line-height: 2;
  text-align: left;
}
.s-taoru__change .change-point .point-list li {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .s-taoru__change .change-point .point-list li {
    display: flex;
    gap: 60px;
  }
}
.s-taoru__change .change-point .point-list li .img {
  border-radius: clamp(30px, 4vw, 60px);
  overflow: hidden;
  margin-bottom: 68px;
}
@media screen and (min-width: 835px) {
  .s-taoru__change .change-point .point-list li .img {
    width: 350px;
    margin-bottom: 0;
    margin-bottom: 26px;
  }
}
.s-taoru__change .change-point .point-list li .text-desc {
  flex: 1;
  text-align: left;
  position: relative;
}
.s-taoru__change .change-point .point-list li .text-desc::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 97px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.s-taoru__change .change-point .point-list li .text-desc.__01::before {
  background-image: url("../images/common-point01.png");
}
.s-taoru__change .change-point .point-list li .text-desc.__02::before {
  background-image: url("../images/common-point02.png");
}
.s-taoru__change .change-point .point-list li .text-desc.__03::before {
  background-image: url("../images/common-point03.png");
}
.s-taoru__change .change-point .point-list li .text-desc.__04::before {
  background-image: url("../images/common-point04.png");
}
.s-taoru__change .change-point .point-list li .text-desc h2 {
  font-size: 20px;
  color: #5ad2ff;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .s-taoru__change .change-point .point-list li .text-desc h2 {
    font-size: 23px;
  }
}
.s-taoru__change .change-point .point-list li .text-desc p {
  line-height: 2;
}
.s-taoru__change .change-keep {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-taoru__change .change-keep:last-child {
  margin-bottom: 0;
}
.s-taoru__change .change-keep h2 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 40px;
  line-height: 1.4;
  color: #5ad2ff;
}
.s-taoru__change .change-keep .img {
  border-radius: clamp(30px, 4vw, 60px);
  overflow: hidden;
  margin: 40px 0;
}
.s-taoru__change .change-keep p {
  line-height: 2;
  text-align: left;
}
.s-taoru__sirason {
  max-width: 640px;
  margin: 0 auto;
}
.s-taoru__sirason p {
  line-height: 2;
  margin: 40px 0;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-taoru__sirason p {
    margin: 60px 0;
  }
}
.s-taoru__maintenance .change-head {
  max-width: 640px;
  margin: 0 auto 100px;
}
.s-taoru__maintenance .change-head h2 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 40px;
  line-height: 1.4;
  color: #5ad2ff;
}
.s-taoru__maintenance .change-head p {
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-taoru__maintenance .maintenance_gallery ul {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}
.s-taoru__maintenance .maintenance_gallery ul li {
  flex-basis: calc(33.333% - 13.333px);
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}

.common-btn {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  border-radius: 50px;
  border: 3px solid #5ad2ff;
  font-size: 20px;
  color: #5ad2ff;
  box-shadow: 8px 8px 0 #5ad2ff;
}
@media screen and (min-width: 835px) {
  .common-btn {
    width: 520px;
    padding: 24px;
    font-size: 27px;
  }
}
.common-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.qa-content .qa-items {
  background: #dcfaff;
  border-radius: 60px;
  padding: 40px 20px 80px;
  min-height: 260px;
  position: relative;
}
.qa-content .qa-items::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 77px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/qa_icon.png");
}
@media screen and (min-width: 835px) {
  .qa-content .qa-items::before {
    right: 16px;
    width: 151px;
    height: 120px;
  }
}
.qa-content .qa-items li {
  font-size: 25px;
  line-height: 1.6;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  max-height: 0;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease, visibility 0.5s;
}
.qa-content .qa-items li.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 1000px;
}
.qa-content .qa-items li .btn-block {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.qa-content .qa-items li .btn-block button {
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  background: #5ad2ff;
  line-height: 1;
  cursor: pointer;
}
.qa-content .qa-items li .img {
  max-width: 280px;
  margin: 0 auto 40px;
}
.qa-content .qa-items li .common-btn {
  width: 224px;
  padding: 8px;
  background: #fff;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .qa-content .qa-items li .common-btn {
    width: 244px;
    padding: 10px;
    font-size: 20px;
  }
}
.qa-content .qa-items li .more {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  text-decoration: underline;
  color: #0693e3;
}
.qa-content .qa-progress {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -29px;
  position: relative;
}
.qa-content .qa-progress.is-hide {
  display: none;
}
.qa-content .qa-progress span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: 0.3s ease;
}
.qa-content .qa-progress span.is-current {
  background: #5ad2ff;
  transform: scale(1.2);
}
.qa-content .qa-progress span.is-done {
  background: #5ad2ff;
  opacity: 0.5;
}

.pagination {
  margin: 60px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #3a3a3a;
  color: #fff;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

.content-body {
  margin-top: 32px;
}
.content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.content-body p:last-child {
  margin-bottom: 48px;
}
.content-body .wp-block-column .wp-block-heading {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 20px;
}
.content-body .wp-block-column p {
  font-size: 14px;
}
.content-body .wp-block-column p a {
  text-decoration: underline;
}
.content-body .wp-block-column .wp-block-image {
  aspect-ratio: 3/2;
}
.content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  font-size: 10px;
  margin: 120px 0 0;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  gap: 8px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: justify;
  padding: 10px 0;
}
.breadcrumb .breadcrumb__list .current-item {
  color: #0da0a0;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  max-width: 1200px;
  text-align: left;
  line-height: 1.6;
}
.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}
.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}
.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}
.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}
.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}
.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}
.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}
.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}
.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}
.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}
.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}
.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}
.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}
.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}
.s-contact__01 .container-form form .select-container {
  position: relative;
}
.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}
.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}
.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}
.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}
.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}/*# sourceMappingURL=style.css.map */