@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

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

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

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

:where([type=search]) {
  outline-offset: -2px;
}

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

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

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: auto;
}

html {
  width: 100% !important;
  margin: 0 auto;
}

body {
  width: 100% !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
  overflow: clip;
}

@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  @supports (overflow-x: clip) {
    html, body {
      overflow-x: clip;
    }
  }
  html {
    width: 100% !important;
    min-width: 100% !important;
    transform: none !important;
  }
  body {
    width: 100% !important;
    min-width: 100% !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.header,
.mainVisual,
.scene,
.merit,
.productPrice,
.productServer,
.areaDelivery,
.flow,
.faq,
.footer {
  width: 100%;
  overflow-x: hidden;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .header,
  .mainVisual,
  .scene,
  .merit,
  .productPrice,
  .productServer,
  .areaDelivery,
  .flow,
  .faq,
  .footer {
    padding: 20px 0;
  }
}

.scene__inner,
.merit__inner,
.productPrice__inner,
.productServer__inner,
.areaDelivery__inner,
.flow__inner,
.faq__inner,
.footer__inner {
  max-width: 1080px; /* PC版のコンテンツ幅を想定 */
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .scene__inner,
  .merit__inner,
  .productPrice__inner,
  .productServer__inner,
  .areaDelivery__inner,
  .flow__inner,
  .faq__inner,
  .footer__inner {
    padding: 0 20px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.2s !important;
}
.delay-3 {
  animation-delay: 0.3s !important;
}
.delay-4 {
  animation-delay: 0.4s !important;
}
.delay-5 {
  animation-delay: 0.5s !important;
}
.delay-6 {
  animation-delay: 0.6s !important;
}
.delay-7 {
  animation-delay: 0.7s !important;
}
.delay-8 {
  animation-delay: 0.8s !important;
}
.delay-9 {
  animation-delay: 0.9s !important;
}
.delay-10 {
  animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  line-break: strict;
}

body.tanki {
  background-color: #E7F9FF;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

:where(a) {
  color: #058aa7;
}
a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  main.shinano {
    padding-bottom: 100px;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1104px;
  padding: 0 12px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.title {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.title:after {
  content: "";
  position: absolute;
}

.title-lead {
  font-weight: 700;
  color: #000;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title-lead {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
  }
}

.pB0 {
  padding-bottom: 0 !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mT0 {
  margin-top: 0 !important;
}

section[id],
[id^=merit] {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 768px) {
  section[id],
  [id^=merit] {
    scroll-margin-top: 70px;
  }
}

.data-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 0.1s, 0.1s;
  will-change: opacity, transform;
}

.data-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.input-error-txt {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #d6082e;
  font-size: 1.4rem;
}
.input-error-txt::before {
  content: "";
  display: block;
  margin-top: 0.5em;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon-important.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.input-txt {
  position: relative;
}
.input-txt.error input {
  border-color: #d6082e;
  background-color: rgba(214, 8, 46, 0.05);
}
.input-txt input {
  padding: 0 12px;
  width: 100%;
  height: 48px;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.6rem;
}
.input-txt input:disabled {
  background-color: #aaa;
  pointer-events: none !important;
}
.input-txt input:disabled + .flatpickr-input {
  background-color: #aaa;
  pointer-events: none !important;
}
.input-txt input[size] {
  max-width: 100%;
  width: auto;
}
.input-radio {
  position: relative;
}
.input-radio + .input-radio {
  margin-top: 12px;
}
.input-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s;
  pointer-events: none;
}
.input-radio input:checked {
  border-color: #058aa7;
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #058aa7;
}
.input-radio input:disabled {
  background-color: #aaa;
}
.input-radio label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 36px;
  min-height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
}
:checked + .input-radio label {
  border-color: #058aa7;
}
:disabled + .input-radio label {
  background-color: #aaa;
  color: #fff;
}
.input-checkbox {
  position: relative;
}
.input-checkbox + .input-checkbox {
  margin-top: 12px;
}
.input-checkbox.error input {
  border-color: #d6082e;
  background-color: #d6082e;
}
.input-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #b0b0b0;
  border-radius: 2px;
  background: #fff;
  background-image: url(../img/common/icon-checked.svg);
  background-position: center top 4px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s;
}
.input-checkbox input:checked {
  border-color: #058aa7;
  background-color: #058aa7;
}
.input-checkbox input:disabled {
  background-color: #aaa;
}
.input-checkbox label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 36px;
  min-height: 48px;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
}
:checked + .input-checkbox label {
  border-color: #058aa7;
}
:disabled + .input-checkbox label {
  background-color: #aaa;
  color: #fff;
}
.error > .input-checkbox label {
  color: #d6082e;
}
.input-select.error select {
  border-color: #d6082e;
  background-color: rgba(214, 8, 46, 0.05);
}
.input-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 0 32px 0 12px;
  width: 100%;
  width: 100%;
  height: 48px;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  background-image: url(../img/common/arrow-select.svg);
  background-position: right 12px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  font-size: 1.6rem;
}
.input-select select:disabled {
  background-color: #aaa;
}
.input-textarea.error textarea {
  border-color: #d6082e;
  background-color: rgba(214, 8, 46, 0.05);
}
.input-textarea textarea {
  display: block;
  padding: 16px 12px;
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  resize: vertical;
}
.input-textarea textarea:disabled {
  background-color: #aaa;
}
.input-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-toggle input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: flex;
  margin: 0;
  width: 52px;
  height: 24px;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0.2;
  cursor: pointer;
  transition: 0.2s;
}
.input-toggle input::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1a1a1a;
  transition: 0.2s;
}
.input-toggle input:checked {
  border-color: #058aa7;
  background-color: #058aa7;
  opacity: 1;
}
.input-toggle input:checked::after {
  left: 28px;
  background-color: #fff;
}
.input-toggle label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}

.flex-btnlist {
  width: 750px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .flex-btnlist {
    width: 279px;
  }
}
.flex-btnlist-item {
  width: 350px;
  height: 120px;
  border-radius: 60px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flex-btnlist-item {
    width: 100%;
    height: 75px;
  }
}
.flex-btnlist-item.orange {
  background-color: #FF7530;
  box-shadow: 0 7px 0 0 #F6F845;
}
.flex-btnlist-item.orange .flex-btnlist-item-text {
  position: relative;
}
.flex-btnlist-item.orange .flex-btnlist-item-text::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -28px;
  transform: translateY(-45%);
  width: 20px;
  height: 27px;
  background: url(../img/cp_line_left.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flex-btnlist-item.orange .flex-btnlist-item-text::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -28px;
  transform: translateY(-45%);
  width: 20px;
  height: 27px;
  background: url(../img/cp_line_right.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.flex-btnlist-item.blue {
  background-color: #0953A0;
  box-shadow: 0 7px 0 0 #86D5E5;
}
.flex-btnlist-item-text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flex-btnlist-item-text {
    font-size: 1.4rem;
  }
}
.flex-btnlist-item-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .flex-btnlist-item-title {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}
.flex-btnlist-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .flex-btnlist-item a {
    padding-bottom: 0;
  }
}
.flex-btnlist-item:hover {
  box-shadow: none;
  transform: translateY(7px);
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal_content {
  position: relative;
  max-height: 90vh;
  transform: translateY(8px) scale(0.98);
  transition: transform 0.25s ease;
}
.modal_content img {
  max-width: 100%;
  max-height: 90vh;
  display: block;
}
.modal.is-open .modal_content {
  transform: translateY(0) scale(1);
}
.modal_close {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  font-size: 2.6rem;
  line-height: 36px;
  text-align: center;
  opacity: 1;
  color: #fff;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .modal_close {
    top: -20px;
    right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .modal_close.js-close-spec {
    top: -35px;
    left: -20px;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    font-size: 2.6rem;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    color: #86D5E5;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .modal_close.js-close-spec {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal_close.close01 {
    top: -34px;
    right: 0px;
  }
}

.modal.spec {
  align-items: stretch;
  justify-content: flex-end;
}
.modal.spec .drawer_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.spec .drawer_content {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  background: #E7F9FF;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.15);
}
.modal.spec .drawer_inner {
  padding: 50px 32px 24px;
  overflow-y: auto;
  flex: 1;
  position: relative;
}
.modal.spec .drawer_media {
  margin: 0 0 16px;
  overflow-x: hidden;
  position: relative;
  display: flex;
}
.modal.spec .drawer_media picture:first-child {
  width: 302px;
  display: block;
}
.modal.spec .drawer_media picture:last-child {
  width: 1773px;
  display: block;
}
.modal.spec .drawer_note {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #222;
}
.modal.spec .drawer_close {
  position: absolute;
  top: 16px;
  right: auto;
  left: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 2.4rem;
  line-height: 1;
  color: #86D5E5;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .modal.spec .drawer_close {
    top: 12px;
    right: 22px;
    left: initial;
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 768px) {
  .modal.spec .drawer_content {
    width: 100%;
    position: relative;
  }
  .modal.spec .drawer_inner {
    padding: 50px 20px 40px;
  }
  .modal.spec .drawer_note {
    font-size: 1.2rem;
  }
  .modal.spec .drawer_media {
    margin: 0 calc(50% - 50vw) 12px;
    padding: 0 20px 32px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .modal.spec .drawer_media picture,
  .modal.spec .drawer_media img {
    width: 677px;
  }
  .modal.spec .drawer_media::-webkit-scrollbar {
    height: 0;
  }
  .modal.spec .drawer_content .customScrollbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 336px;
    width: 234px;
    height: 5px;
    background: #D0EEF7;
    border-radius: 50px;
    pointer-events: none;
    overflow: hidden;
    z-index: 5;
  }
  .modal.spec .drawer_content .customScrollbar_thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background: #86D5E5;
    border-radius: 50px;
    width: 60px;
  }
}
.modal.spec.is-open .drawer_overlay {
  opacity: 1;
}
.modal.spec.is-open .drawer_content {
  transform: translateX(0);
}

.modal.spec.campaign-drawer .campaign-banner_content {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal.spec.campaign-drawer .campaign-banner_content {
    width: 100%;
    background: none;
  }
}
.modal.spec.campaign-drawer .campaign-banner {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .modal.spec.campaign-drawer .campaign-banner {
    margin: 30px auto 0;
  }
}
.modal.spec.campaign-drawer .campaign-banner_note-list {
  margin: 0;
  padding: 0 38px 13px;
  margin-top: 16px;
  list-style: none;
  display: block;
  opacity: 1;
  max-height: none;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .modal.spec.campaign-drawer .campaign-banner_note-list {
    padding: 0 0 7px;
    margin-top: 24px;
  }
}
.modal.spec.campaign-drawer .campaign-banner_note-list-item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.modal.spec.campaign-drawer .campaign-banner_note-list-item.list-none {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .modal.spec.campaign-drawer .campaign-banner_note-list-item {
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -2rem;
    padding-left: 2rem;
  }
  .modal.spec.campaign-drawer .campaign-banner_note-list-item.list-none {
    margin-left: 20px;
    padding-left: 0;
    text-indent: 0;
  }
}
.modal.spec.campaign-drawer .campaign-banner_cta {
  color: #F6F845;
}
.modal.spec.campaign-drawer .drawer_content {
  background: transparent;
  height: 100%;
}
.modal.spec.campaign-drawer .drawer_inner {
  padding: 0;
}
.modal.spec.campaign-drawer .drawer_close {
  top: -2px;
  right: 0;
  left: initial;
  width: 37px;
  height: 37px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal.spec.campaign-drawer .drawer_close {
    top: -3px;
    right: 0px;
    border: 0;
    cursor: pointer;
    font-size: 2.6rem;
  }
}

.header {
  background-color: #86D5E5;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 19px 0;
  }
  .header.is-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
  }
}
.header_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 0 15px;
    z-index: 200;
  }
}
.header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .header-left {
    gap: 8px;
  }
}
.header-left-text {
  font-weight: 700;
  color: #fff;
  font-family: "BIZ UDGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .header-left-text {
    font-size: 1.4rem;
  }
}
.header_logo {
  width: 175px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 120px;
    z-index: 200;
  }
}
.header_logo a {
  font-size: 2.4rem;
  color: #0953A0;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header_nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }
}
.header_list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.header_item a {
  font-size: 1.6rem;
  color: #0953A0;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.header_contact {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header_button {
  height: 43px;
  padding: 7px 0;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.header_button:last-child {
  box-shadow: none;
}
.header_button.request {
  width: 120px;
  background-color: #FF7530;
  color: #FFF;
}
.header_button.contact {
  width: 193px;
  background-color: #0953A0;
  color: #FFF;
}
.header_button.tel {
  position: relative;
  width: 175px;
  color: #0953A0;
  padding: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 9px;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}
.header_button.tel p {
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 2px;
  margin-left: -8px;
  letter-spacing: -0.017em;
  font-family: "Noto Sans CJK JP", sans-serif;
}
.header_button.tel:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../img/phone_icon.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header_hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding-right: 4px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .header_hamburger {
    display: flex;
  }
}
.header_hamburger span {
  width: 28px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}
.header_hamburger:hover span {
  background-color: #fff;
}
.header_hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header_hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header_hamburger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.header_navMobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(134, 213, 229, 0.98);
  z-index: 150;
  overflow-y: auto;
  padding-top: 70px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header_navMobile {
    display: block;
  }
}
.header_navMobile.is-open {
  opacity: 1;
  visibility: visible;
}
.header_navMobile_list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.header_navMobile_item a {
  display: block;
  padding: 14px 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header_navMobile_contact {
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.header_navMobile_button {
  height: 43px;
  padding: 13px 0;
  border-radius: 25px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.header_navMobile_button.request {
  width: 120px;
  background-color: #FF7530;
  color: #FFF;
}
.header_navMobile_button.contact {
  width: 193px;
  background-color: #0953A0;
  color: #FFF;
}
.header_navMobile_button.tel {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #0953A0;
  padding: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 17px;
  letter-spacing: 0.05em;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
}
.header_navMobile_button.tel p {
  font-size: 1.2rem;
  padding-top: 2px;
  letter-spacing: -0.017em;
  font-weight: 500;
  margin-left: -2px;
}
.header_navMobile_button.tel:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 13px;
  width: 17px;
  height: 17px;
  background: url(../img/phone_icon.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header_navMobile_button.tel:hover {
  transform: none;
}
.header_navMobile_button.company {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  color: #fff;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: none;
}
.header_navMobile_button.company:after {
  content: "";
  position: absolute;
  top: 23%;
  right: -16px;
  width: 12px;
  height: 12px;
  background: url(../img/link_window.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header.is-stuck {
  background-color: rgba(134, 213, 229, 0.5);
}

.header.tanki {
  background-color: #86D5E5;
}

.footer {
  background-color: #86D5E5;
  margin: 0 auto;
  padding: 88px 0 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 15px 50px;
    margin: 0;
  }
}
.footer-inner {
  max-width: 1123px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 0;
  }
}
.footer-logo {
  width: 178px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 120px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.footer-sitemap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-sitemap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .footer-column {
    width: 210px;
  }
  .footer-column:nth-child(1) {
    width: 223px;
  }
  .footer-column:nth-child(2) {
    width: 223px;
  }
  .footer-column:nth-child(3) {
    width: 223px;
  }
}
@media screen and (max-width: 768px) {
  .footer-column:nth-child(1) {
    order: 1;
    width: 187px;
  }
  .footer-column:nth-child(2) {
    order: 3;
    margin-top: 70px;
    width: 187px;
  }
  .footer-column:nth-child(3) {
    order: 2;
    width: 141px;
  }
  .footer-column:nth-child(4) {
    order: 4;
    width: 141px;
  }
}
.footer-heading {
  font-size: 1.4rem;
  color: #FFF;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.036em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-heading {
    font-size: 1.2rem;
    margin-bottom: 26px;
  }
}
.footer-heading.company a {
  position: relative;
}
.footer-heading.company a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/link_window.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .footer-list li {
    margin-bottom: 4px;
  }
}
.footer-list li a {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer-list li a {
    font-size: 1.2rem;
  }
}
.footer-list li a:hover {
  color: #FFF;
}
.footer-copyright {
  font-size: 1rem;
  color: #fff;
  margin-top: 60px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    margin-top: 30px;
  }
}

.gNav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}
.gNav-list-item {
  display: flex;
  align-items: center;
  flex: auto;
  justify-content: center;
  padding: 12px 0;
  text-align: center;
}
.gNav-list-item::before {
  content: "";
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  width: 1px;
  height: 22px;
}
.gNav-list-item::after {
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 1px;
  height: 22px;
  background-color: #eaeaea;
}
.gNav-list-item:last-child::after {
  background-color: transparent;
}
.gNav-list-item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0 8px;
  width: -moz-fit-content;
  width: fit-content;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.4rem;
}
.gNav-list-item-link:hover {
  text-decoration: none;
}

.mainVisual {
  position: relative;
  padding: 0;
  background: #86D5E5;
  display: flex;
  align-items: center;
  overflow: visible;
}
.mainVisual::before {
  content: "";
  position: absolute;
  background: url(../img/mizutama.png) no-repeat center center;
  background-size: cover;
  width: 431px;
  height: 420px;
  left: 50%;
  margin-left: -931.5px;
  z-index: 1;
  top: 210px;
}
.mainVisual::after {
  content: "";
  position: absolute;
  background: url(../img/mizutama.png) no-repeat center center;
  background-size: cover;
  width: 333px;
  height: 305px;
  z-index: 1;
  right: calc(50% - 531.5px);
  margin-right: -300px;
  top: -10px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .mainVisual {
    flex-direction: column;
    padding: 0;
  }
  .mainVisual::before, .mainVisual::after {
    display: none;
  }
}
.mainVisual_inner {
  position: relative;
  z-index: 2;
  max-width: 1063px;
  margin: 0 auto;
  padding: 10px 20px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mainVisual_inner {
    width: 100%;
    padding: 0px 15px 26px 15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 0;
  }
}
.mainVisual_text {
  position: relative;
  max-width: 500px;
  z-index: 2;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .mainVisual_text {
    padding: 0 45px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual_text {
    padding: 0 25px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 25px 0 84px;
    margin: 0;
    order: 2;
  }
}
.mainVisual_text_lead {
  position: relative;
  font-size: 3.2rem;
  color: #0953A0;
  white-space: nowrap;
  margin-bottom: 16px;
  display: inline-block;
  padding: 0px 15px;
  background: #fff;
  width: 315px;
  border-radius: 10px;
  height: 52px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: -0.031em;
}
.mainVisual_text_lead:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F845;
  z-index: -1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mainVisual_text_lead {
    width: 175px;
    height: 28px;
    font-size: 1.8rem;
    padding: 5px;
    line-height: 1;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  .mainVisual_text_lead::before {
    border-radius: 5px;
  }
}
.mainVisual_text_title {
  font-size: 54px;
  font-family: "M PLUS 2", sans-serif;
  color: #FFF;
  margin-bottom: 30px;
  letter-spacing: -0.07em;
  font-weight: 800;
  margin-bottom: 31px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .mainVisual_text_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_text_title {
    font-size: 3rem;
    letter-spacing: -0.07em;
    margin-bottom: 5px;
    text-align: left;
    white-space: nowrap;
  }
}
.mainVisual_text_point {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .mainVisual_text_point {
    padding-bottom: 37px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_text_point {
    width: 247px;
    margin: 0;
  }
}
.mainVisual_text_point_inner {
  position: relative;
  max-width: 185px;
}
@media screen and (max-width: 768px) {
  .mainVisual_text_point_inner {
    width: 116px;
  }
}
.mainVisual_text_point_inner_ttl {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainVisual_text_point_inner_ttl {
    font-size: 1.2rem;
  }
}
.mainVisual_text_point_inner_price {
  position: absolute;
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1;
  color: #0953A0;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(transparent 70%, #f6f846 70%, #f6f846 95%, transparent 95%);
}
@media screen and (max-width: 768px) {
  .mainVisual_text_point_inner_price {
    font-size: 1.4rem;
  }
}
.mainVisual_text_point_inner_price_number {
  font-size: 44px;
  line-height: 1;
  color: #0953A0;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .mainVisual_text_point_inner_price_number {
    font-size: 2.8rem;
  }
}
.mainVisual_text_point_inner_price_number02 {
  font-size: 48px;
  line-height: 1;
  color: #0953A0;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .mainVisual_text_point_inner_price_number02 {
    font-size: 2.8rem;
  }
}
.mainVisual_text_point_inner_note {
  position: absolute;
  width: 100%;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  line-height: 1.6;
  color: #86D5E5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .mainVisual_text_point_inner_note {
    font-size: 8px;
    letter-spacing: -0.1em;
    bottom: 16%;
  }
}
.mainVisual_image-server {
  width: 111px;
}
@media screen and (min-width: 769px) {
  .mainVisual_image-server {
    transform: translateY(31px);
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual_image-server {
    width: 90px;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_image-server {
    position: absolute;
    top: 0;
    left: 28px;
    width: 49px;
    order: 1;
  }
}
.mainVisual_campaign {
  width: 411px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mainVisual_campaign {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual_campaign {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual_campaign {
    width: 346px;
    padding: 0 20px 0;
  }
}
.mainVisual_campaign_refresh {
  width: 206px;
}
@media screen and (max-width: 768px) {
  .mainVisual_campaign_refresh {
    width: 290px;
  }
}
.mainVisual_campaign_refresh_person {
  width: 309px;
}
.mainVisual_campaign_refresh_text {
  position: relative;
  width: 282px;
  height: 165px;
  background: #FF7530;
  border-radius: 10px;
  padding: 10px 8px 8px;
}
.mainVisual_campaign_refresh_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -71px;
  width: 109px;
  height: 121px;
  background: url(../img/mv_bottle_left.png) no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mainVisual_campaign_refresh_text::before {
    width: 88px;
    height: 125px;
    left: -47px;
  }
}
.mainVisual_campaign_refresh_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -64px;
  width: 109px;
  height: 121px;
  background: url(../img/mv_bottle_right.png) no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mainVisual_campaign_refresh_text::after {
    width: 88px;
    height: 125px;
    right: -40px;
  }
}
.mainVisual_campaign_refresh_text .campaign-banner {
  width: 100%;
  height: 100%;
  padding: 0;
}
.mainVisual_campaign_refresh_text .campaign-banner_main {
  background: url(../img/cp-banner-bg.png) no-repeat center center;
  background-size: 100% auto;
  height: 122px;
  width: 100%;
}
.mainVisual_campaign_refresh_text .campaign-banner_main::after {
  content: none;
}
.mainVisual_campaign_refresh_text .campaign-banner_content {
  background: none;
  border-radius: 0;
  padding: 0;
  transform: translateY(-6px);
}
@media screen and (max-width: 768px) {
  .mainVisual_campaign_refresh_text .campaign-banner_title {
    font-size: 2.2rem !important;
  }
}
.mainVisual_campaign_refresh_text .campaign-banner_season {
  margin-top: 0;
}
.mainVisual_campaign_refresh_text .campaign-banner_season_text {
  font-size: 1.6rem;
  line-height: 1;
}
.mainVisual_campaign_refresh_text .campaign-banner_title {
  font-size: 2.4rem;
}
.mainVisual_campaign_refresh_text .campaign-banner_highlight {
  font-size: 3.8rem;
  margin-left: -4px;
}
.mainVisual_campaign_refresh_text .campaign-banner_offer-text {
  font-size: 2rem;
}
.mainVisual_campaignTag {
  font-size: 1.8rem;
  color: #FFF;
  background-color: #FF7530;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.mainVisual_campaignText {
  font-size: 60px;
  color: #FFF;
  margin-bottom: 15px;
}
.mainVisual_campaignText span {
  color: #FF7530;
}
@media screen and (max-width: 768px) {
  .mainVisual_campaignText {
    font-size: 4rem;
  }
}
.mainVisual_campaignButton {
  display: inline-block;
  padding: 3px 20px;
  border-radius: 10px;
  background-color: #FFF;
  color: #0953A0;
  font-size: 1.6rem;
}
.mainVisual_image {
  position: absolute;
  bottom: 20px;
  right: 10%;
  z-index: 2;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mainVisual_image {
    position: relative;
    margin: 20px auto 0;
    right: auto;
    width: 120px;
    bottom: auto;
  }
}
.mainVisual_image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.scene {
  padding: 150px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .scene {
    padding: 35px 0px 50px;
  }
}
@media screen and (min-width: 769px) {
  .scene .inner {
    position: relative;
    overflow: visible;
  }
  .scene .inner::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: -350px;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
  .scene .inner::after {
    content: "";
    position: absolute;
    bottom: 23%;
    right: -330px;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
}
.scene_head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 800;
  color: #0953A0;
  text-align: center;
  margin: 0 auto 100px;
  padding: 0 70px;
}
@media screen and (max-width: 768px) {
  .scene_head {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -0.028em;
    margin-bottom: 22px;
    padding: 0 20px;
  }
}
.scene_head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 118px;
  background: url(../img/sec01_img_left.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .scene_head:before {
    width: 45px;
    height: 75px;
    left: -20px;
  }
}
.scene_head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 118px;
  background: url(../img/sec01_img_right.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .scene_head:after {
    width: 45px;
    height: 75px;
    right: -20px;
  }
}
.scene_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  list-style: none;
  margin: 0 auto;
}
.scene_list-item {
  width: 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .scene_list-item {
    width: 120px;
  }
}
.scene_list-item-image {
  width: 140px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .scene_list-item-image {
    width: 120px;
    margin: 0 auto 5px;
  }
}
.scene_list-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.scene_list-item-text {
  font-size: 1.6rem;
  color: #0953A0;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .scene_list-item-text {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
.scene-presentation {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .scene-presentation {
    margin-top: 50px;
  }
}
.scene-presentation-text {
  margin: 80px auto 0;
  max-width: 402px;
}
@media screen and (max-width: 768px) {
  .scene-presentation-text {
    margin: 50px auto 0;
    max-width: 226px;
  }
}
.scene-presentation-text-title {
  position: relative;
  font-size: 3.2rem;
  color: #0953A0;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .scene-presentation-text-title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.scene-presentation-text-title:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 19px;
  background: url(../img/img_server3_line.png) no-repeat center center;
  background-size: 100% auto;
}
.scene-presentation-text-image {
  width: 355px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .scene-presentation-text-image {
    width: 230px;
  }
}

.scene_text--yellow {
  color: #86D5E5;
  background: linear-gradient(transparent 70%, #f6f846 70%, #f6f846 95%, transparent 95%);
  display: inline;
}

.merit {
  background-color: #86D5E5;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .merit .inner {
    padding: 0;
  }
}
.merit .title {
  font-size: 38px;
  color: #FFF;
  text-align: center;
  margin-bottom: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .merit .title {
    font-size: 2rem;
    padding: 0;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.merit_item {
  background: #E7F9FF;
}
.merit_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .merit_contents {
    padding: 0 15px;
    gap: 40px;
  }
}
.merit_header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.merit_number {
  font-size: 2.4rem;
  color: #FFF;
  background-color: #0953A0;
  padding: 16px 10px;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  min-width: 68px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.merit_head {
  font-size: 3.2rem;
  color: #0953A0;
}
@media screen and (max-width: 768px) {
  .merit_head {
    font-size: 2.4rem;
  }
}
.merit_text {
  color: #000;
  margin-bottom: 40px;
}
.merit_list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .merit_list {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .merit_list #merit01 {
    position: relative;
  }
  .merit_list #merit01::before {
    content: "";
    position: absolute;
    top: 68%;
    left: -36%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
  .merit_list #merit01::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -37%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
  .merit_list #merit02 {
    position: relative;
  }
  .merit_list #merit02::before {
    content: "";
    position: absolute;
    top: 84%;
    left: -36%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
  .merit_list #merit02::after {
    content: "";
    position: absolute;
    top: 72%;
    right: -37%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
  .merit_list #merit04 {
    position: relative;
  }
  .merit_list #merit04::before {
    content: "";
    position: absolute;
    top: 44%;
    left: -36%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
  .merit_list #merit04::after {
    content: "";
    position: absolute;
    top: 22%;
    right: -37%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
  .merit_list #merit06 {
    position: relative;
  }
  .merit_list #merit06::before {
    content: "";
    position: absolute;
    top: 64%;
    left: -36%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
  .merit_list #merit06::after {
    content: "";
    position: absolute;
    top: 25%;
    right: -37%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotate(-30deg);
  }
}
.merit_list-item {
  position: relative;
}
.merit_list-item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 40px;
}
.merit_list-item-inner {
  position: relative;
  background: #E7F9FF;
  box-shadow: 0 9px 0 -1px #fff;
  padding: 60px 40px;
  border-radius: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .merit_list-item-inner {
    padding: 26px 20px 30px;
    margin-bottom: 40px;
    overflow: clip;
  }
}
.merit_list-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(../img/sec-dot.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .merit_list-item-inner:before {
    height: 26px;
    background-size: cover;
  }
}
.merit_list-item_header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .merit_list-item_header {
    margin-bottom: 30px;
  }
}
.merit_list-item_number {
  font-size: 1.2rem;
  color: #FFF;
  background: url(../img/bg_sec02no.png) no-repeat center center;
  background-size: 100% auto;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  width: 68px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .merit_list-item_number {
    font-size: 8px;
    width: 39px;
    height: 55px;
    padding-top: 13px;
    margin-top: 4px;
  }
}
.merit_list-item_number-num {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .merit_list-item_number-num {
    font-size: 1.4rem;
    padding-top: 1px;
  }
}
.merit_list-item_head {
  font-size: 38px;
  color: #0953A0;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .merit_list-item_head {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
}
.merit_list-item-text {
  margin: 0 auto;
  width: 650px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .merit_list-item-text {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 32px;
  }
}
.merit_list-item-comparison {
  text-align: center;
}
.merit_list-item-comparison_title {
  font-size: 2.8rem;
  color: #0953A0;
  line-height: 1.6;
  font-weight: 900;
  background: linear-gradient(transparent 70%, #f6f846 70%, #f6f846 95%, transparent 95%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .merit_list-item-comparison_title {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.merit_list-item-comparison_water {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .merit_list-item-comparison_water {
    align-items: flex-end;
    gap: 11px;
    margin-bottom: 30px;
  }
}
.merit_list-item-comparison_image {
  width: 76px;
}
@media screen and (max-width: 768px) {
  .merit_list-item-comparison_image {
    width: 57px;
  }
}
.merit_list-item-comparison_image img {
  display: block;
}
.merit_list-item-comparison_price {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
}
.merit_list-item-comparison_price_label {
  display: block;
  font-size: 2rem;
  color: #0953A0;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 76%, #86D5E5 76%, #86D5E5 90%, transparent 90%);
}
@media screen and (max-width: 768px) {
  .merit_list-item-comparison_price_label {
    font-size: 1.8rem;
  }
}
.merit_list-item-comparison_price_spec {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #0953A0;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .merit_list-item-comparison_price_spec {
    font-size: 1.6rem;
  }
}
.merit_list-item-comparison_price_cost {
  color: #0953A0;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .merit_list-item-comparison_price_cost {
    font-size: 1.4rem;
  }
}
.merit_list-item-comparison_price_cost_strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .merit_list-item-comparison_price_cost_strong {
    font-size: 1.8rem;
  }
}
.merit_comparison {
  text-align: center;
}
.merit_comparison_title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  color: #0953A0;
  margin: 60px auto 40px;
  font-weight: 900;
  line-height: 1.6;
  background: linear-gradient(transparent 80%, #f6f846 80%, #f6f846 95%, transparent 95%);
}
@media screen and (max-width: 768px) {
  .merit_comparison_title {
    font-size: 2rem;
    margin: 40px auto 30px;
  }
}
.merit_comparison_title-lead {
  display: block;
  background: none;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit_comparison_title-lead {
    font-size: 1.4rem;
  }
}
.merit_comparison_water {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.merit_comparison_image {
  width: 76px;
}
.merit_comparison_image img {
  display: block;
}
.merit_comparison_price {
  text-align: left;
}
.merit_comparison_price_label {
  font-size: 2rem;
  color: #0953A0;
}
.merit_comparison_price_spec {
  font-size: 1.8rem;
  color: #0953A0;
}
.merit_comparison_price_cost {
  font-size: 2.8rem;
  color: #0953A0;
}
.merit_comparison_table {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 23px;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merit_comparison_table {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
  }
}
.merit_comparison_unit {
  font-size: 2.8rem;
  color: #0953A0;
  padding-bottom: 10px;
}
.merit_comparison_price_cost {
  font-size: 28px;
  color: #0953A0;
}
.merit_priceBox {
  width: 150px;
  height: 178px;
  border-radius: 15px;
  background-color: #86D5E5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit_priceBox {
    width: 65px;
    height: 106px;
    padding: 18px 6px 29px;
  }
}
.merit_priceBox_unit {
  width: 180px;
  height: 120px;
  border-radius: 15px 0 0 15px;
  background: #fff;
  padding: 27px 0;
}
@media screen and (max-width: 768px) {
  .merit_priceBox_unit {
    width: 70px;
    height: 70px;
    border-radius: 15px 0 0 15px;
    padding: 15px 7px;
  }
}
.merit_priceBox_unit_number {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  color: #0953A0;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .merit_priceBox_unit_number {
    font-size: 1.6rem;
  }
}
.merit_priceBox_unit_Label {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  color: #0953A0;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .merit_priceBox_unit_Label {
    font-size: 1.6rem;
  }
}
.merit_priceBox_arrow {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 24px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .merit_priceBox_arrow {
    top: -2px;
    width: 24px;
    height: 13px;
  }
}
.merit_priceBox_arrow img {
  display: block;
}
.merit_priceBox_label {
  font-size: 28px;
  margin: 0;
}
.merit_priceBox_value {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .merit_priceBox_value {
    font-size: 1.6rem;
  }
}
.merit_priceBox_number {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .merit_priceBox_number {
    font-size: 2.8rem;
  }
}
.merit .unit.merit_priceBox {
  background-color: #fff;
}
.merit .shinano.merit_priceBox {
  width: 200px;
  height: 178px;
  background-color: #0953A0;
  position: relative;
  box-shadow: 0 8px 0 0 #86D5E5;
}
@media screen and (max-width: 768px) {
  .merit .shinano.merit_priceBox {
    width: 114px;
    height: 106px;
    padding: 18px 20px;
    box-shadow: 0 4px 0 0 #86D5E5;
  }
}
.merit .shinano.merit_priceBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0953A0;
  z-index: 1;
  pointer-events: none;
  border-radius: 15px;
}
.merit .shinano.merit_priceBox .merit_priceBox_label {
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  padding: 32px 0 16px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .merit .shinano.merit_priceBox .merit_priceBox_label {
    font-size: 1.8rem;
    padding: 18px 0 4px;
  }
}
.merit .shinano.merit_priceBox .merit_priceBox_value {
  background: linear-gradient(transparent 72%, #f6f846 72%, #f6f846 84%, transparent 83%);
  padding-bottom: 15px;
}
.merit .a.merit_priceBox,
.merit .b.merit_priceBox {
  position: relative;
  justify-content: flex-end;
  gap: 17px;
  background-color: transparent;
  overflow: visible;
  box-shadow: 0 8px 0 0 #86D5E5;
}
@media screen and (max-width: 768px) {
  .merit .a.merit_priceBox,
  .merit .b.merit_priceBox {
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 0 0 #86D5E5;
  }
}
.merit .a.merit_priceBox::after,
.merit .b.merit_priceBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
  border-radius: 15px;
}
.merit .a.merit_priceBox .merit_priceBox_label,
.merit .b.merit_priceBox .merit_priceBox_label {
  font-size: 28px;
  color: #0953A0;
  position: relative;
  z-index: 2;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit .a.merit_priceBox .merit_priceBox_label,
  .merit .b.merit_priceBox .merit_priceBox_label {
    font-size: 1.6rem;
  }
}
.merit .a.merit_priceBox .merit_priceBox_label_en,
.merit .b.merit_priceBox .merit_priceBox_label_en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.merit .a.merit_priceBox .merit_priceBox_value,
.merit .b.merit_priceBox .merit_priceBox_value {
  font-size: 24px;
  color: #0953A0;
  position: relative;
  z-index: 2;
  line-height: 1.6;
  font-weight: 700;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .merit .a.merit_priceBox .merit_priceBox_value,
  .merit .b.merit_priceBox .merit_priceBox_value {
    font-size: 1.4rem;
    gap: 1px;
  }
}
.merit .a.merit_priceBox .merit_priceBox_value_number,
.merit .b.merit_priceBox .merit_priceBox_value_number {
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit .a.merit_priceBox .merit_priceBox_value_number,
  .merit .b.merit_priceBox .merit_priceBox_value_number {
    font-size: 1.6rem;
  }
}
.merit_costlist {
  display: flex;
  justify-content: space-around;
  max-width: 750px;
  margin: 0 auto;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .merit_costlist {
    display: grid;
    grid-template-columns: 160px 160px;
    justify-items: center;
    justify-content: center;
    gap: 20px 14px;
  }
}
.merit_costlist_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  width: 177px;
  height: 177px;
  background: #86D5E5;
  border-radius: 15px;
  padding: 23px 17px;
  box-shadow: 0px 7px 0px -1px #0953A0;
}
@media screen and (max-width: 768px) {
  .merit_costlist_item {
    width: 100%;
    height: 74px;
    padding: 10px 2px 4px;
    gap: 0;
    box-shadow: 0px 4px 0px -1px #0953A0;
  }
}
.merit_costlist_item_text {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 1.2;
  flex: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .merit_costlist_item_text {
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1.6;
  }
}
.merit_costlist_item_value {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .merit_costlist_item_value {
    font-size: 1.4rem;
    padding-left: 12px;
  }
}
.merit_costlist_item_value_number {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .merit_costlist_item_value_number {
    font-size: 44px;
  }
}
.merit_costlist_item_caption {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .merit_costlist_item_caption {
    font-size: 1rem;
    bottom: 7px;
    right: 9px;
  }
}
.merit_costlist_item .merit__costlist_box {
  background-color: #0953A0;
  color: #FFF;
  font-size: 24px;
  border-radius: 15px;
  padding: 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.merit_costlist_item .merit__costlist_value {
  font-size: 80px;
  color: #0953A0;
  line-height: 1;
}
.merit_caption {
  margin-top: 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit_caption {
    margin-top: 26px;
  }
}
.merit_caption_list {
  max-width: 750px;
  margin: 0 auto;
}
.merit_caption_list_item {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .merit_caption_list_item {
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -0.8rem;
    padding-left: 0.8rem;
  }
}
.merit_caption_list_item a {
  text-decoration: underline;
}
.merit_caselist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .merit_caselist {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.merit_caselist_item {
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  list-style: none;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  background: #fff;
}
.merit_caselist_item_content {
  background-color: #86D5E5;
  padding: 10px 62px 0;
  flex: 1;
  position: relative;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_content {
    padding: 11px 12px;
  }
}
.merit_caselist_item_content:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 25px;
  background: url(../img/sec02_case_triangle.png) no-repeat center center;
  background-size: contain;
}
.merit_caselist_item_content_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  background: url(../img/sec02_02_case.png) no-repeat center center;
  background-size: contain;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_content_title {
    font-size: 1.2rem;
    padding: 6px 0;
  }
}
.merit_caselist_item_content_title-num {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_content_title-num {
    font-size: 1.6rem;
  }
}
.merit_caselist_item_content_question {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 26px auto 22px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .merit_caselist_item_content_question {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .merit_caselist_item_content_question {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_content_question {
    font-size: 2rem;
    margin: 10px 0 12px;
  }
}
.merit_caselist_item_content_description {
  font-size: 1.4rem;
  color: #0953A0;
  text-align: center;
  position: absolute;
  top: 35px;
  line-height: 1.4;
  left: 50%;
  transform: translateX(-50%);
  width: 327px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_content_description {
    top: 20px;
    letter-spacing: -0.05em;
  }
}
.merit_caselist_item_content_image_fukidashi {
  position: relative;
  text-align: center;
  background: url(../img/sec02_02fukidashi.png) no-repeat center center;
  background-size: 100% auto;
  width: 327px;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_content_image_fukidashi {
    width: 100%;
    max-width: 289px;
    height: 122px;
  }
}
.merit_caselist_item_content_image {
  max-width: 263px;
  margin: -30px auto 20px;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_content_image {
    width: 217px;
  }
}
.merit_caselist_item_and {
  padding: 30px 0px 17px;
  margin: 0 auto;
  position: relative;
}
.merit_caselist_item_and:after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -100px;
  width: 92px;
  height: 96px;
  background: url(../img/sec02_ok_illust.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .merit_caselist_item_and:after {
    bottom: -11px;
    right: -51px;
    width: 64px;
    height: 66px;
  }
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_and:after {
    bottom: -11px;
    right: -31px;
    width: 64px;
    height: 66px;
  }
}
.merit_caselist_item_solution {
  background-color: #0953A0;
  padding: 13px 0 21px;
  margin: 0 20px 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_solution {
    padding: 20px 0px;
    margin: 0;
  }
}
.merit_caselist_item_logo {
  width: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.6rem;
  color: #0953A0;
  font-weight: 700;
}
.merit_caselist_item_logo picture {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_logo picture {
    width: 120px;
  }
}
.merit_caselist_item_answer {
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_answer {
    font-size: 2rem;
  }
}
.merit_caselist_item_answer small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .merit_caselist_item_answer small {
    font-size: 1.4rem;
  }
}
.merit_support {
  text-align: center;
  background-color: #FFF;
  border: 10px solid #86D5E5;
  border-radius: 20px;
  padding: 18px 0 23px;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merit_support {
    border: 6px solid #86D5E5;
    padding: 27px 16px 10px;
  }
}
.merit_support-top {
  font-size: 2rem;
  color: #0953A0;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit_support-top {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.merit_support-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -22px;
  width: 17px;
  height: 21px;
  background: url(../img/sec02_support_left.png) no-repeat center center;
  background-size: contain;
}
.merit_support-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -22px;
  width: 17px;
  height: 21px;
  background: url(../img/sec02_support_right.png) no-repeat center center;
  background-size: contain;
}
.merit_support-heartbox {
  background: url(../img/sec02_heart_illust.png) no-repeat center -10px;
  background-size: 242px;
}
@media screen and (max-width: 768px) {
  .merit_support-heartbox {
    background-size: 265px;
    background-position: center 50px;
    padding-bottom: 50px;
  }
}
.merit_support-heartbox-title {
  position: relative;
  font-size: 3.2rem;
  color: #0953A0;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit_support-heartbox-title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.merit_support-heartbox-text {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .merit_support-heartbox-text {
    gap: 0;
  }
}
.merit_support-heartbox-text-img {
  transform: translateY(16px);
}
.merit_support-heartbox-text-img:first-child {
  width: 123px;
}
.merit_support-heartbox-text-img:last-child {
  width: 132px;
}
@media screen and (max-width: 768px) {
  .merit_support-heartbox-text-img {
    display: none;
  }
}
.merit_support-heartbox-text-txt {
  width: 432px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .merit_support-heartbox-text-txt {
    font-weight: 500;
  }
}
.merit_delivery_options {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .merit_delivery_options {
    flex-direction: column;
    gap: 60px;
    padding-top: 30px;
  }
}
.merit_delivery_options_plan {
  width: 50%;
  flex-basis: 50%;
  background-color: #FFF;
  border-radius: 15px;
  border: 10px solid #86D5E5;
  padding: 70px 24px 53px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit_delivery_options_plan {
    width: 320px;
    flex-basis: 100%;
    border: 6px solid #86D5E5;
    margin: 0 auto;
    padding: 40px 20px 34px;
  }
}
@media screen and (max-width: 320px) {
  .merit_delivery_options_plan {
    max-width: 100%;
  }
}
.merit_delivery_options_plan--regular {
  border-color: #0953A0;
}
.merit_delivery_options_plan_tag {
  background: #86D5E5;
  border-radius: 50px;
  padding: 11px 0;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 385px;
  height: 56px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.merit_delivery_options_plan_tag::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 14px;
  background: url(../img/sec02_case_triangle.png) no-repeat center center;
  background-size: contain;
}
.merit_delivery_options_plan_tag.color-main::after {
  background: url(../img/sec02_rectangle_blue02.png) no-repeat center center;
  background-size: contain;
  bottom: -11px;
}
@media screen and (max-width: 768px) {
  .merit_delivery_options_plan_tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 260px;
    height: 61px;
    top: -40px;
  }
  .merit_delivery_options_plan_tag::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 14px;
    background: url(../img/sec02_case_triangle.png) no-repeat center center;
    background-size: contain;
  }
  .merit_delivery_options_plan_tag.color-main::after {
    background: url(../img/sec02_rectangle_blue02.png) no-repeat center center;
    background-size: contain;
    bottom: -11px;
  }
}
.merit_delivery_options_plan--regular .merit_delivery_options_plan_tag {
  background-color: #0953A0;
}
.merit_delivery_options_plan_title {
  font-size: 36px;
  color: #86D5E5;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit_delivery_options_plan_title {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.merit_delivery_options_plan--regular .merit_delivery_options_plan_title {
  color: #0953A0;
}
.merit_delivery_options_plan_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .merit_delivery_options_plan_detail {
    align-items: flex-start;
    gap: 10px;
  }
}
.merit_delivery_options_plan_detail_image {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .merit_delivery_options_plan_detail_image {
    width: 60px;
  }
}
.merit_delivery_options_plan_detail_txt {
  width: 280px;
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .merit_delivery_options_plan_detail_txt {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .merit_delivery_options_plan_detail_txt_note {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.merit_payment_list {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 20px;
  max-width: 750px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .merit_payment_list {
    flex-wrap: nowrap;
    gap: 9px;
  }
}
.merit_payment_list_item {
  position: relative;
  background-color: #0953A0;
  color: #FFF;
  font-size: 2.4rem;
  padding: 10px;
  border-radius: 10px;
  flex-grow: 1;
  text-align: center;
  box-shadow: 0 5px 0 0 #86D5E5;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit_payment_list_item {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 5px 0;
  }
}
.merit_payment_note {
  max-width: 750px;
  margin: 60px auto 0;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .merit_payment_note {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 30px auto 0;
  }
}
.merit_exchange_box {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box {
    gap: 0;
    padding-top: 8px;
  }
}
.merit_exchange_box-image {
  width: 386px;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box-image {
    width: 148px;
  }
}
.merit_exchange_box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 267px;
  background: #fff;
  justify-content: center;
  height: 229px;
  margin-bottom: 63px;
  border-radius: 10px;
  box-shadow: 0 8px 0 0 #86D5E5;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box-content {
    width: 207px;
    height: 103px;
    margin-bottom: 27px;
    gap: 0;
    box-shadow: 0 3px 0 0 #86D5E5;
  }
}
.merit_exchange_box-content-title {
  position: absolute;
  top: -13px;
  font-size: 24px;
  background-color: #86D5E5;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  width: 211px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box-content-title {
    font-size: 1.6rem;
    width: 109px;
    line-height: 1;
    padding: 8px 0;
    top: -10px;
  }
}
.merit_exchange_box-content-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box-content-title:before {
    width: 7px;
    height: 7px;
    left: 6px;
  }
}
.merit_exchange_box-content-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box-content-title:after {
    width: 7px;
    height: 7px;
    right: 6px;
  }
}
.merit_exchange_box-content-period {
  font-size: 24px;
  color: #0953A0;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box-content-period {
    font-size: 1.6rem;
    padding-top: 10px;
  }
}
.merit_exchange_box-content-caption {
  color: #0953A0;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit_exchange_box-content-caption {
    font-size: 1.4rem;
  }
}
.merit_quality {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .merit_quality {
    padding: 27px 0 20px;
  }
}
.merit_quality_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .merit_quality_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .merit_quality_item:first-child {
    flex-direction: column-reverse;
  }
}
.merit_quality_item_image {
  max-width: 489px;
  flex-shrink: 0;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .merit_quality_item_image {
    width: 100%;
    padding-top: 0;
  }
}
.merit_quality_item-content {
  max-width: 490px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .merit_quality_item-content {
    width: 100%;
  }
}
.merit_quality_item-content-title {
  font-size: 28px;
  color: #0953A0;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .merit_quality_item-content-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.merit_quality_item-content-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #0953A0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .merit_quality_item-content-text {
    font-size: 1.4rem;
  }
}
.merit_quality_item_line {
  width: 408px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merit_quality_item_line {
    width: 240px;
  }
}

.productPrice {
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .productPrice {
    overflow-x: visible;
  }
}
@media screen and (max-width: 1070px) {
  .productPrice {
    overflow-x: visible;
  }
}
@media screen and (max-width: 768px) {
  .productPrice {
    padding: 50px 0;
  }
}
.productPrice .inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .productPrice .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .productPrice .inner {
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .productPrice .inner {
    position: relative;
    overflow: visible;
  }
  .productPrice .inner::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: -290px;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
  .productPrice .inner::after {
    content: "";
    position: absolute;
    bottom: 23%;
    right: -280px;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
}
.productPrice .title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #86D5E5 !important;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .productPrice .title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .productPrice .title-lead {
    margin-bottom: 20px;
    text-align: left;
  }
}
.productPrice-bottle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle {
    padding: 0;
  }
}
.productPrice-bottle-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 2.8rem;
  color: #0953A0;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-title.fukidashi01 {
    font-size: 2rem;
  }
}
.productPrice-bottle-title.fukidashi01::before {
  content: "";
  position: absolute;
  top: -42px;
  left: -106px;
  width: 105px;
  height: 90px;
  background: url(../img/sec03_fukidashi.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-title.fukidashi01::before {
    top: -37px;
    left: -30px;
    width: 54px;
    height: 47px;
  }
}
.productPrice-bottle-lead {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.6;
  font-weight: 700;
}
.productPrice-bottle-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail {
    flex-direction: column;
    gap: 20px;
  }
}
.productPrice-bottle-detail-image {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail-image {
    flex-direction: column;
    gap: 20px;
  }
}
.productPrice-bottle-detail-image picture {
  width: 111px;
  filter: drop-shadow(0px 0px 5px rgba(199, 199, 199, 0.5));
}
.productPrice-bottle-detail-info {
  width: 253px;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail-info {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.productPrice-bottle-detail-info-name {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0953A0;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail-info-name {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
.productPrice-bottle-detail-info-price {
  font-size: 2rem;
  font-weight: 700;
  color: #0953A0;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail-info-price {
    width: 255px;
    margin: 0 auto;
  }
}
.productPrice-bottle-detail-info-price-amount {
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0953A0;
}
.productPrice-bottle-detail-info-note {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail-info-note {
    font-size: 1.4rem;
    width: 255px;
    margin: 0 auto;
  }
}
.productPrice-bottle-detail-spec {
  width: 660px;
  border-radius: 10px;
  background: #86D5E5;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail-spec {
    width: 100%;
    padding: 10px;
  }
}
.productPrice-bottle-detail-spec-text {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .productPrice-bottle-detail-spec-text {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.productPrice-server {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .productPrice-server {
    margin-top: 50px;
  }
}
.productPrice-server .title {
  font-size: 2.8rem;
  color: #0953A0;
  text-align: center;
  margin-bottom: 10px;
}
.productPrice-server_lead {
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.productPrice-server-list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 auto 60px;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .productPrice-server-list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
  }
}
.productPrice-server-list-item {
  width: 196px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item {
    width: 218px;
  }
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item {
    gap: 10px;
  }
}
.productPrice-server-list-item.standerd {
  width: 240px;
}
.productPrice-server-list-item.eco {
  width: 205px;
}
.productPrice-server-list-item-image {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .productPrice-server-list-item-image {
    width: 146px;
  }
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item-image {
    width: 107px;
    margin-bottom: 0;
  }
}
.productPrice-server-list-item-image picture {
  display: block;
  width: 100%;
}
.productPrice-server-list-item-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.productPrice-server-list-item-image.takuimg {
  width: 97px;
}
.productPrice-server-list-item-image.ecoimg::before {
  content: "";
  position: absolute;
  bottom: 38px;
  right: -17px;
  background: url(../img/sec03_eco42.png) no-repeat;
  background-size: contain;
  width: 97px;
  height: 97px;
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item-image.ecoimg::before {
    width: 65px;
    height: 65px;
    bottom: 16px;
    right: -12px;
  }
}
.productPrice-server-list-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item-content {
    gap: 10px;
  }
}
.productPrice-server-list-item-content-name {
  font-size: 2.4rem;
  color: #0953A0;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item-content-name {
    font-size: 2rem;
  }
}
.productPrice-server-list-item-content-price {
  font-size: 2rem;
  color: #0953A0;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item-content-price {
    font-size: 2rem;
  }
}
.productPrice-server-list-item-content-priceValue {
  font-size: 3.2rem;
  color: #0953A0;
  font-family: "Poppins", sans-serif;
  padding: 0 4px;
  line-height: 1;
}
.productPrice-server-list-item-content-size {
  color: #0953A0;
  line-height: 1.6;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .productPrice-server-list-item-content-size {
    line-height: 1.4;
  }
}
.productPrice-server_specButton {
  display: block;
  width: 362px;
  margin: 0 auto 80px;
  padding: 5px 0px;
  border: 1px solid #0953A0;
  border-radius: 50px;
  text-align: center;
  color: #0953A0;
  font-weight: 700;
  height: 36px;
  line-height: 1.6;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .productPrice-server_specButton {
    margin-bottom: 50px;
    width: 304px;
    max-width: 100%;
    font-size: 1.4rem;
    padding: 3px 0;
    height: 32px;
  }
}
.productPrice-server_specButton:hover {
  background: #E7F9FF;
}
.productPrice-server_specButton.is-active {
  background: #E7F9FF;
}
.productPrice-server_specDetail {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0 auto 80px;
  width: 1080px;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}
@media screen and (max-width: 768px) {
  .productPrice-server_specDetail {
    margin-bottom: 50px;
  }
}
.productPrice-server_specDetail.is-open {
  display: block;
  opacity: 1;
  padding: 50px 20px 30px;
  margin-top: 20px;
  background: #E7F9FF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .productPrice-server_specDetail.is-open {
    max-width: none !important;
    width: auto !important;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .productPrice-server_specDetail.is-open::-webkit-scrollbar {
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .productPrice-server_specDetail.is-open {
    width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .productPrice-server_specDetail.is-open {
    padding: 50px 22px 20px;
    margin-top: 20px;
    width: 720px;
  }
}
.productPrice-server_specDetail-close {
  display: none;
}
.productPrice-server_specDetail.is-open .productPrice-server_specDetail-close {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #86D5E5;
  cursor: pointer;
  z-index: 20;
  line-height: 1;
  padding: 0;
}
.productPrice-server_specDetail.is-open .productPrice-server_specDetail-close:hover {
  opacity: 0.7;
}
.productPrice-server_specDetail-media {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .productPrice-server_specDetail-media {
    overflow-x: visible;
    overflow-y: visible;
  }
}
.productPrice-server_specDetail-media .customScrollbar {
  position: absolute;
  left: 23%;
  bottom: 0;
  width: 234px;
  height: 5px;
  background: #fff;
  border-radius: 50px;
  pointer-events: none;
  z-index: 3;
}
.productPrice-server_specDetail-media .customScrollbar_thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background: #86D5E5;
  border-radius: 50px;
  width: 60px;
}
@media screen and (max-width: 1070px) {
  .productPrice-server_specDetail-media .customScrollbar {
    display: block !important;
    bottom: 0;
  }
}
@media screen and (min-width: 1071px) {
  .productPrice-server_specDetail-media .customScrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .productPrice-server_specDetail-media .customScrollbar {
    bottom: 0;
    left: 19%;
  }
}
.productPrice-server_specDetail-mediaPc {
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.productPrice-server_specDetail-mediaPc::-webkit-scrollbar {
  height: 0;
}
.productPrice-server_specDetail-mediaPc picture {
  display: block;
  flex-shrink: 0;
}
.productPrice-server_specDetail-mediaPc picture:first-child {
  width: 150px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  background: #E7F9FF;
}
.productPrice-server_specDetail-mediaPc picture:last-child {
  width: 882px;
}
.productPrice-server_specDetail-mediaPc picture img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .productPrice-server_specDetail-media {
    margin-bottom: 15px;
    overflow-x: visible;
    padding-bottom: 10px;
  }
}
.productPrice-server_specDetail-mediaSp {
  display: flex;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: max(20px, 680px - 100vw + 60px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.productPrice-server_specDetail-mediaSp::-webkit-scrollbar {
  height: 0;
}
.productPrice-server_specDetail-mediaSp picture {
  display: block;
  flex-shrink: 0;
}
.productPrice-server_specDetail-mediaSp picture:first-child {
  width: 125px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  background: #E7F9FF;
}
.productPrice-server_specDetail-mediaSp picture:last-of-type {
  width: 546px;
}
.productPrice-server_specDetail-mediaSp picture img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.productPrice-server_specDetail-note {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .productPrice-server_specDetail-note {
    font-size: 1.2rem;
  }
}
.productPrice-server_option {
  text-align: center;
}
.productPrice-server_optionTitle {
  font-size: 2.8rem;
  color: #0953A0;
  margin-bottom: 40px;
}
.productPrice-server_optionList {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-top: 30px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .productPrice-server_optionList {
    gap: 0;
    padding-top: 0;
    width: 294px;
    margin: 0 auto;
  }
}
.productPrice-server_optionItem {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .productPrice-server_optionItem {
    width: 147px;
  }
}
.productPrice-server_optionImage {
  width: 220px;
  height: 220px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .productPrice-server_optionImage {
    width: 124px;
    height: auto;
    margin: 0 auto 13px;
  }
}
.productPrice-server_optionName {
  font-size: 2.4rem;
  color: #0953A0;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .productPrice-server_optionName {
    font-size: 1.6rem;
  }
}

.companyVoice {
  position: relative;
  background-image: url(../img/bg_dot_w.svg);
  background-repeat: repeat;
  background-position: center top;
  background-color: #E7F9FF;
  padding: 100px 0 90px;
}
@media screen and (max-width: 768px) {
  .companyVoice {
    padding: 50px 0;
  }
}
.companyVoice .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .companyVoice .inner {
    padding: 0 20px;
  }
}
.companyVoice .title {
  color: #0953A0;
  margin-bottom: 40px;
}
.companyVoice .title-lead {
  margin: 0 auto;
}
.companyVoice_lead {
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .companyVoice_lead {
    font-size: 1.6rem;
    margin: 20px 0 30px;
  }
}
.companyVoice-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
  overflow: visible;
  scroll-behavior: auto;
  padding: 0;
  list-style: none;
  margin: 80px auto 0;
  max-width: 1080px;
}
@media screen and (max-width: 1000px) {
  .companyVoice-list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .companyVoice-list {
    gap: 20px;
    padding: 0 10px;
    max-width: none;
    margin-top: 30px;
  }
}
.companyVoice-list-item {
  position: relative;
  width: 100%;
  max-width: 327px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  padding-left: 27px;
  background: #fff;
  padding: 40px 20px 30px;
  border-radius: 6px;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .companyVoice-list-item {
    width: 100%;
    max-width: 300px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    flex: 1 1 287px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.companyVoice-list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.companyVoice-list-item-image-tag {
  font-size: 2.4rem;
  color: #FFF;
  background-color: #86D5E5;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .companyVoice-list-item-image-tag {
    font-size: 1.4rem;
    top: 20px;
    left: 20px;
    padding: 5px 10px;
  }
}
.companyVoice-list-item-image-img {
  max-width: 287px;
  height: 230px;
  border-radius: 10px;
}
.companyVoice-list-item-image-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.companyVoice-list-item-ttl {
  font-size: 2rem;
  color: #0953A0;
  padding: 30px 0px 20px;
  line-height: 1.6;
  font-weight: 700;
  min-height: 114px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .companyVoice-list-item-ttl {
    font-size: 1.8rem;
    padding: 10px 0 0;
    min-height: auto;
    display: block;
  }
}
.companyVoice-list-item-name {
  padding-bottom: 30px;
  font-size: 1.4rem;
  color: #0953A0;
  font-weight: 700;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 72px;
}
.companyVoice-list-item-name a {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .companyVoice-list-item-name {
    font-size: 1.4rem;
    padding: 20px 0 10px;
    height: auto;
    display: block;
  }
}
.companyVoice-list-item-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  margin-top: auto;
  cursor: pointer;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .companyVoice-list-item-icon {
    width: 30px;
    height: auto;
    margin-top: 0px;
  }
}
.companyVoice-list-item-icon picture, .companyVoice-list-item-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.companyVoice-list-item-content {
  padding-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease, padding-top 0.3s ease;
}
.companyVoice-list-item-content-ttl {
  width: -moz-fit-content;
  width: fit-content;
  background: #86D5E5;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  margin: 0 auto 30px;
}
.companyVoice-list-item-content-text {
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .companyVoice-list-item-content-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.companyVoice-list-item-content-text:last-child {
  margin-bottom: 0;
}
.companyVoice-list-item.is-open .companyVoice-list-item-icon {
  transform: rotate(180deg);
}
.companyVoice-list-item.is-open .companyVoice-list-item-content {
  padding-top: 30px;
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1006px) {
  .areaDelivery .areaDelivery-content {
    position: relative;
  }
  .areaDelivery .areaDelivery-content-tableWrap {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 20px 20px 20px 0;
    border-left: 20px solid #fff;
  }
  .areaDelivery .areaDelivery-content-tableWrap::-webkit-scrollbar {
    height: 0;
  }
  .areaDelivery .areaDelivery-content-tableWrap .customScrollbar {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 234px;
    height: 5px;
    background: #E7F9FF;
    border-radius: 50px;
    pointer-events: none;
    z-index: 3;
  }
}
@media screen and (max-width: 1006px) and (min-width: 619px) and (max-width: 768px) {
  .areaDelivery .areaDelivery-content-tableWrap .customScrollbar {
    display: none;
  }
}
@media screen and (max-width: 1006px) {
  .areaDelivery .areaDelivery-content-tableWrap .customScrollbar_thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background: #86D5E5;
    border-radius: 50px;
    width: 60px;
  }
  .areaDelivery .areaDelivery-content-table {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .areaDelivery .areaDelivery-content-table::-webkit-scrollbar {
    height: 0;
  }
  .areaDelivery .areaDelivery-content .customScrollbar {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 18px;
    width: 234px;
    height: 5px;
    background: #E7F9FF;
    border-radius: 50px;
    pointer-events: none;
    z-index: 3;
  }
  .areaDelivery .areaDelivery-content .customScrollbar_thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background: #86D5E5;
    border-radius: 50px;
    width: 60px;
  }
}
@media screen and (max-width: 1006px) and (min-width: 619px) and (max-width: 768px) {
  .areaDelivery .areaDelivery-content .customScrollbar {
    display: none;
  }
}
@media screen and (max-width: 1006px) and (max-width: 600px) {
  .areaDelivery .areaDelivery-content .customScrollbar {
    display: block;
    right: -29px;
  }
}
.areaDelivery {
  margin: 0 auto;
  padding: 100px 0 100px;
}
@media screen and (max-width: 1006px) {
  .areaDelivery {
    overflow-x: visible;
  }
}
@media screen and (max-width: 768px) {
  .areaDelivery {
    padding: 50px 0;
  }
}
.areaDelivery .title {
  color: #0953A0 !important;
  font-size: 3.8rem;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .areaDelivery .title {
    font-size: 2.8rem;
    margin: 0 auto 30px;
  }
}
.areaDelivery .title-lead {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .areaDelivery .title-lead {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 769px) {
  .areaDelivery-content {
    display: grid;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    padding-top: 40px;
    width: 100%;
    grid-template-columns: 373px 676px;
  }
}
@media screen and (max-width: 1088px) {
  .areaDelivery-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .areaDelivery-content {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.areaDelivery-content-map {
  min-width: 295px;
  height: 310px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-map {
    width: 196px;
    margin: 0 auto;
  }
}
.areaDelivery-content-map img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.areaDelivery-content-tableWrap {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.areaDelivery-content-tableWrap::-webkit-scrollbar {
  height: 0;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableWrap {
    width: 100%;
    overflow: scroll;
  }
}
.areaDelivery-content-table {
  width: 677px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: visible;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-table {
    border: none;
    width: 605px;
    overflow: visible;
    margin: 0 auto;
  }
}
.areaDelivery-content-tableRow {
  display: contents;
}
.areaDelivery-content-tableCell {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  height: 72px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableCell {
    font-size: 1.4rem;
    min-height: 64px;
  }
}
.areaDelivery-content-tableCell:last-child {
  border-right: none;
}
.areaDelivery-content-tableCell--category {
  color: #0953A0;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 15px 0 0 15px;
  border: 4px solid #0953A0;
  margin-right: 5px;
  margin-bottom: 8px;
  letter-spacing: -0.056em;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableCell--category {
    font-size: 1.4rem;
    margin: 0 7px 7px 0;
  }
}
.areaDelivery-content-tableCell--category:last-child {
  border-radius: 0 0 0 15px;
}
.areaDelivery-content-tableCell--region {
  width: 175px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 8px;
  letter-spacing: -0.0625em;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableCell--region {
    font-size: 1.4rem;
    margin: 0 7px 7px 0;
  }
}
.areaDelivery-content-tableCell--region.tokyo {
  background-color: #FF7530;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableCell--region.tokyo {
    width: 153px;
  }
}
.areaDelivery-content-tableCell--region.honshu {
  background-color: #86D5E5;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableCell--region.honshu {
    width: 153px;
  }
}
.areaDelivery-content-tableCell--region.other {
  background-color: #0953A0;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableCell--region.other {
    width: 153px;
  }
}
.areaDelivery-content-tableCell--delivery {
  background-color: #E7F9FF;
  color: #0953A0;
  margin-right: 5px;
  margin-bottom: 8px;
  border-bottom: 4px solid #0953A0;
}
.areaDelivery-content-tableCell--delivery--toell {
  background-color: #FF7530;
  color: #FFF;
}
.areaDelivery-content-tableCell--delivery--takkyubin {
  background-color: #E8F4FF;
  color: #0953A0;
}
.areaDelivery-content-tableCell--shipping {
  background-color: #E7F9FF;
  color: #0953A0;
  margin-right: 5px;
  margin-bottom: 8px;
  border-bottom: 4px solid #0953A0;
}
.areaDelivery-content-tableCell--shipping--free {
  background-color: #FFF;
  color: #0953A0;
  font-size: 2rem;
}
.areaDelivery-content-tableCell--shipping--paid {
  background-color: #E8F4FF;
  color: #0953A0;
  font-size: 1.8rem;
}
.areaDelivery-content-tableCell--minOrder {
  background-color: #E7F9FF;
  color: #0953A0;
  margin-right: 5px;
  margin-bottom: 8px;
  border-bottom: 4px solid #0953A0;
}
@media screen and (max-width: 768px) {
  .areaDelivery-content-tableCell {
    border-right: none;
  }
  .areaDelivery-content-tableCell--category {
    width: 118px;
    border-radius: 0;
    border-right: none;
    border: 4px solid #0953A0;
    border-radius: 15px 0 0 15px;
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #fff !important;
    isolation: isolate;
    box-shadow: -20px 0 0 0 #fff, 10px 0 0 0 #fff;
  }
  .areaDelivery-content-tableCell--minOrder {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .areaDelivery-content-tableCell--category {
    width: 132px;
    border-radius: 15px 0 0 15px;
    border: 4px solid #0953A0;
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #fff;
    isolation: isolate;
    box-shadow: -20px 0 0 0 #fff, 10px 0 0 0 #fff;
  }
}

.flow {
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .flow {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .flow .inner {
    position: relative;
    overflow: visible;
  }
  .flow .inner::before {
    content: "";
    position: absolute;
    bottom: 15%;
    left: -290px;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
  .flow .inner::after {
    content: "";
    position: absolute;
    bottom: 33%;
    right: -280px;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
}
.flow .title {
  color: #0953A0;
  margin-bottom: 30px;
}
.flow .title-lead {
  font-weight: 700;
  color: #000;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow .title-lead {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.flow-steplist {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 750px;
  margin: 0 auto;
  list-style: none;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .flow-steplist {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
}
.flow-steplist-item {
  background: #86D5E5;
  position: relative;
  z-index: 1;
  flex-basis: 33%;
  padding: 30px 0px;
  border-radius: 10px;
  box-shadow: 0px 7px 0px -1px #0953A0;
}
@media screen and (max-width: 768px) {
  .flow-steplist-item {
    width: 240px;
    padding: 20px 0;
    box-shadow: 0px 5px 0px -1px #0953A0;
  }
}
.flow-steplist-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  width: 25px;
  height: 54px;
  background: url(../img/sec06_arrow_blue.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .flow-steplist-item:not(:last-child)::after {
    background: url(../img/sec07_arrow_blue.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 25px;
    top: initial;
    right: initial;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow-steplist-item:nth-child(1) {
  z-index: 3;
}
.flow-steplist-item:nth-child(2) {
  z-index: 2;
}
.flow-steplist-item:nth-child(3) {
  z-index: 1;
}
.flow-steplist-item-number {
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}
.flow-steplist-item-number-Label {
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .flow-steplist-item-number-Label {
    font-size: 1.2rem;
  }
}
.flow-steplist-item-number-count {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 4px;
  font-family: "Poppins", sans-serif;
  border-bottom: 5px solid #fff;
  display: inline;
}
@media screen and (max-width: 768px) {
  .flow-steplist-item-number-count {
    font-size: 2rem;
  }
}
.flow-steplist-item-content {
  min-height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}
.flow-steplist-item-img {
  padding: 0px 35px;
}
@media screen and (max-width: 768px) {
  .flow-steplist-item-img {
    width: 140px;
    padding: 0;
  }
}
.flow-steplist-item-name {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center;
  min-height: 5.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow-steplist-item-name {
    font-size: 2rem;
    min-height: 4.8rem;
  }
}
.flow-steplist-item-icon {
  color: #F6F845;
  font-size: 3.2rem;
}
.flow .banner-box-item:last-child {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .flow .banner-box-item:last-child {
    width: 100vw;
    margin: 50px calc(50% - 50vw);
    padding: 0 10px;
  }
}

.faq {
  background-color: #E7F9FF;
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 50px 0 70px;
    margin: 0;
  }
}
.faq .inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .faq .inner {
    padding: 0 20px;
  }
}
.faq .title {
  color: #0953A0;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .faq .title {
    margin-bottom: 30px;
  }
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
}
.faq-list-item {
  position: relative;
  margin-bottom: 40px;
}
.faq-list-item:last-child {
  margin-bottom: 0;
}
.faq-list-item-question {
  background-color: #0953A0;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-list-item-question {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 15px 10px;
  }
}
.faq-list-item-question-qmark, .faq-list-item-question-qmark-text {
  font-size: 2rem;
  margin-right: 10px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .faq-list-item-question-qmark, .faq-list-item-question-qmark-text {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-right: 15px;
  }
}
.faq-list-item-question-qmark-text {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .faq-list-item-question-qmark-text {
    white-space: pre-line;
  }
}
.faq-list-item-question-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  min-width: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  margin-left: auto;
  order: 999;
}
@media screen and (max-width: 768px) {
  .faq-list-item-question-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
.faq-list-item-question-icon::before, .faq-list-item-question-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.faq-list-item-question-icon::before {
  width: 24px;
  height: 4px;
}
@media screen and (max-width: 768px) {
  .faq-list-item-question-icon::before {
    width: 14px;
    height: 2px;
  }
}
.faq-list-item-question-icon::after {
  width: 4px;
  height: 24px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .faq-list-item-question-icon::after {
    width: 2px;
    height: 14px;
  }
}
.faq-list-item.is-open .faq-list-item-question-icon::after {
  opacity: 0;
}
.faq-list-item.is-open .faq-list-item-answer {
  padding: 20px;
}
.faq-list-item-answer {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 20px;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .faq-list-item-answer {
    font-size: 1.4rem;
  }
}
.faq-list-item-answer-txt {
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq-list-item-answer-txt {
    margin-bottom: 20px;
  }
}
.faq-list-item-answer-txt:last-child {
  margin-bottom: 0;
}
.faq-list-item-answer-txt strong {
  color: #0953A0;
}
.faq-list-item-answer a {
  text-decoration: underline;
  transition: 0.3s;
}
.faq-list-item-answer a:hover {
  background: #E7F9FF;
  opacity: 1;
}
.faq-list-item-answer-small {
  font-size: 1.2rem;
}
.faq-list-item-guide {
  margin-top: 20px;
}
.faq-list-item-guide-title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.faq-list-item-guide-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.faq-list-item-guide-item {
  width: 316px;
  background-color: #FFF;
  border-radius: 13px;
  padding: 30px 0;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-item {
    width: 248px;
    padding: 15px 20px;
    font-size: 1.2rem;
    border-radius: 3px;
  }
}
.faq-list-item-guide-item-title {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-item-title {
    margin-bottom: 10px;
  }
}
.faq-list-item-guide-item-users {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  padding: 5px 20px;
  background-color: #86D5E5;
  border-radius: 6px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-item-users {
    font-size: 1.6rem;
    padding: 5px 15px;
  }
}
.faq-list-item-guide-item-condition {
  color: #86D5E5;
  margin: 13px 0;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-item-condition {
    font-size: 1.3rem;
    margin: 10px 0;
  }
}
.faq-list-item-guide-item-icon {
  width: 40px;
  height: 30px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-item-icon {
    width: 30px;
    height: 22px;
  }
}
.faq-list-item-guide-item-bottle, .faq-list-item-guide-item-monthly {
  font-size: 2.4rem;
  color: #0953A0;
  margin-top: 13px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq-list-item-guide-item-bottle, .faq-list-item-guide-item-monthly {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.faq-list-item-guide-item-value {
  font-family: "Poppins", sans-serif;
}
.faq_button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  margin: 20px 0 0;
  padding: 5px 19px;
  border-radius: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0953A0;
  border: 4px solid #0953A0;
  background: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .faq_button {
    font-size: 1.4rem;
    line-height: 1;
    padding: 8px 20px;
    height: 34px;
    border: 2px solid #0953A0;
  }
}
.faq_button--inquiry {
  margin-bottom: 0;
}

.campaign {
  position: relative;
  padding: 0 30px 0;
}
@media screen and (min-width: 769px) {
  .campaign .campaign_box {
    position: relative;
    background: #FF7530;
    text-align: center;
    max-width: 1080px;
    margin: 100px auto 20px;
    padding: 110px 38px 182px;
    border-radius: 40px;
  }
  .campaign .campaign_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -27%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
  .campaign .campaign_box::after {
    content: "";
    position: absolute;
    bottom: 27%;
    right: -36%;
    width: 431px;
    height: 420px;
    background: url(../img/mizutama.png) no-repeat;
    background-size: 100%;
    transform: rotate(-30deg);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .campaign {
    margin: 50px auto;
    padding: 0;
  }
}
.campaign-contents {
  background: url(../img/campaign_ft_bg.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.campaign-contents-lead {
  font-size: 2.4rem;
  color: #FFF;
  line-height: 1.6;
  font-weight: 700;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.campaign-contents-lead-year {
  font-family: "Poppins", sans-serif;
}
.campaign-contents-lead:before {
  content: "";
  position: absolute;
  top: 46%;
  left: -28px;
  transform: translateY(-45%);
  width: 21px;
  height: 32px;
  background: url("../img/cp_line_left.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.campaign-contents-lead::after {
  content: "";
  position: absolute;
  top: 46%;
  right: -27px;
  transform: translateY(-45%);
  width: 21px;
  height: 32px;
  background: url("../img/cp_line_right.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.campaign-contents-title {
  font-size: 4rem;
  color: #FF7530;
  line-height: 1;
  font-weight: 900;
  padding-top: 32px;
}
.campaign-contents-titleValue {
  font-size: 69px;
  color: #FF7530;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .campaign-contents-title {
    font-size: 4rem;
  }
}
.campaign-contents-period {
  font-size: 1.6rem;
  color: #0953A0;
  line-height: 1;
  font-weight: 500;
  background-color: #FFF;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
  margin: 20px auto 50px;
}
.campaign-contents-imageContainer {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: flex-end;
  margin: 0 auto;
}
.campaign-contents-imageContainer-item.bottle {
  position: relative;
  width: 470px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  margin-left: 91px;
}
.campaign-contents-imageContainer-item.bottle:before {
  content: "";
  position: absolute;
  top: -40px;
  left: -15%;
  width: 719px;
  height: 150px;
  background: url("../img/kirakira.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.campaign-contents-imageContainer-item.bottle picture {
  width: 180px;
}
.campaign-contents-imageContainer-item.text {
  width: 150px;
  padding-bottom: 14px;
}
.campaign-contents-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 387px;
  height: 75px;
  border-radius: 50px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #FF7530;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-contents-button:hover {
  background: #F6F845;
}
.campaign-contents-notelist {
  padding: 0 10px 32px;
  text-align: left;
  font-weight: 500;
  max-width: 750px;
  margin: 40px auto 0;
}
.campaign-contents-notelist-item {
  font-size: 1.4rem;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
.campaign-contents-notelist-item.list-none {
  list-style: none;
  padding-left: 3rem;
}
.campaign-contents-notelist-title {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .campaign-contents {
    margin: 0 auto;
  }
  .campaign-contents-item {
    margin: 0 auto;
  }
}

.banner-box {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .banner-box {
    max-width: 356px;
    margin: 0 auto;
  }
}
.banner-box-item:last-child {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .banner-box-item:last-child {
    margin-top: 50px;
  }
}
.banner-box .campaign-banner-wrapper {
  display: block;
}
.banner-box a:hover .campaign-banner_cta,
.banner-box .campaign-banner-wrapper:hover .campaign-banner_cta {
  color: #F6F845;
}

@media screen and (max-width: 768px) {
  .campaign-banner {
    max-width: 356px;
    margin: 0 auto;
    background: #FF7530;
    padding: 34px 10px 23px;
    border-radius: 10px;
  }
}
.campaign-banner_content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: #FF7530;
  border-radius: 10px;
  padding: 10px 0px 17px;
}
@media screen and (max-width: 768px) {
  .campaign-banner_content {
    padding: 0;
  }
}
.campaign-banner_season {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign-banner_season {
    margin-top: -23px;
  }
}
.campaign-banner_season-text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.056em;
  margin: 0 auto;
}
.campaign-banner_season-text:before {
  content: "";
  position: absolute;
  top: 46%;
  left: -28px;
  transform: translateY(-45%);
  width: 17px;
  height: 17px;
  background: url(../img/cp_line_left.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.campaign-banner_season-text:after {
  content: "";
  position: absolute;
  top: 46%;
  right: -25px;
  transform: translateY(-45%);
  width: 17px;
  height: 17px;
  background: url(../img/cp_line_right.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .campaign-banner_season-text {
    font-size: 1.4rem;
  }
}
.campaign-banner_season-text_year {
  font-family: "Roboto", sans-serif;
}
.campaign-banner_main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 9px;
  background: url(../../assets/img/cp_bg.png) no-repeat center center;
  background-size: 100%;
  height: 184px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign-banner_main {
    background: url(../../assets/img/campaign_ft_bg.png) no-repeat center center;
    background-size: 100% auto;
    align-items: center;
    background-position: top;
    border-radius: 10px;
    padding-bottom: 0;
    align-items: center;
    gap: 0;
    height: 119px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-banner_main::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 17px;
    width: 99px;
    height: 88px;
    background: url(../img/cam_text_y_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    transform: rotate(4deg);
  }
}
.campaign-banner_product {
  width: 185px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .campaign-banner_product {
    width: 100px;
    flex: 0 0 100px;
    margin: 0;
  }
}
@media screen and (max-width: 345px) {
  .campaign-banner_product {
    width: 80px;
    flex: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .campaign-banner_product--left {
    transform: translate(6px, -36px);
  }
}
@media screen and (max-width: 768px) {
  .campaign-banner_product--right {
    transform: translate(-17px, -34px);
  }
}
.campaign-banner_headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .campaign-banner_headline {
    text-align: center;
    padding-top: 15px;
    gap: 12px;
  }
}
.campaign-banner_offer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.campaign-banner_offer-text {
  font-size: 33px;
  color: #FF7530;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign-banner_offer-text {
    font-size: 2rem;
  }
}
.campaign-banner_title {
  font-size: 4rem;
  font-weight: 900;
  color: #FF7530;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .campaign-banner_title {
    font-size: 2.2rem;
  }
}
.campaign-banner_highlight {
  color: #FF7A3D;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-left: -9px;
}
@media screen and (max-width: 768px) {
  .campaign-banner_highlight {
    font-size: 3.2rem;
    margin-left: -2px;
  }
}
.campaign-banner_period {
  background-color: #fff;
  color: #0953A0;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  width: 232px;
  height: 29px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .campaign-banner_period {
    width: 200px;
    height: 25px;
    padding: 3px 0 0;
    font-size: 1.4rem;
  }
}
.campaign-banner_capacity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
.campaign-banner_capacity-image {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.campaign-banner_capacity-label {
  font-size: 1.2rem;
  color: #FFF;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .campaign-banner_capacity-label {
    font-size: 1.1rem;
  }
}
.campaign-banner_capacity-value {
  font-size: 1.6rem;
  color: #FFF;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .campaign-banner_capacity-value {
    font-size: 1.4rem;
  }
}
.campaign-banner_volume {
  background-color: #FFD700;
  color: #FF7A3D;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 800;
}
.campaign-banner_times {
  margin: 0 4px;
  font-weight: 500;
}
.campaign-banner_count {
  background-color: #FFD700;
  color: #FF7A3D;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 800;
}
.campaign-banner_cta {
  color: #fff;
  font-weight: 700;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .campaign-banner_cta {
    padding: 0;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 13px;
  }
}
.campaign-banner_cta.is-active {
  color: #F6F845;
}
.campaign-banner_note-list {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin-top: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}
@media screen and (max-width: 768px) {
  .campaign-banner_note-list {
    padding: 0;
    margin-top: 0;
  }
}
.campaign-banner_note-list.is-open {
  display: block;
  opacity: 1;
  padding: 0 38px 13px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .campaign-banner_note-list.is-open {
    padding: 0 0 7px;
    margin-top: 24px;
  }
}
.campaign-banner_note-list.is-transitioning {
  display: block;
}
.campaign-banner_note-list-item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.campaign-banner_note-list-item.list-none {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .campaign-banner_note-list-item.list-none {
    margin-left: 20px;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign-banner_note-list-item {
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -2rem;
    padding-left: 2rem;
  }
}

.tanki-banner {
  background: url(../../assets/img/mv_bg_tanki.svg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  height: 224px;
}
@media screen and (max-width: 768px) {
  .tanki-banner {
    background: url(../../assets/img/bg_tanki@sp.png) no-repeat center center;
    background-size: cover;
    max-width: 356px;
    height: 224px;
  }
}
.tanki-banner_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tanki-banner_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 135px;
  height: 145px;
  background: url(../../assets/img/tanki_img.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content::after {
    width: 61px;
    height: 66px;
    right: 20px;
    bottom: 0;
  }
}
.tanki-banner_content_title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content_title {
    font-size: 15px;
    margin-bottom: 17px;
  }
}
.tanki-banner_content_title span {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #F6F845;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content_title span {
    font-size: 1.8rem;
    display: block;
    margin: 0 auto 3px;
  }
}
.tanki-banner_content_title span::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/tanki_line_y.png) no-repeat center center;
  background-size: contain;
}
.tanki-banner_content_plan {
  display: flex;
  background: #fff;
  border-radius: 6px;
  width: 437px;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #0953A0;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content_plan {
    width: 100%;
    max-width: 330px;
    height: 41px;
  }
}
.tanki-banner_content_plan-left {
  background: #0953A0;
  width: 163px;
  padding: 8px 16px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content_plan-left {
    max-width: 123px;
    padding: 5px 0px 7px;
    font-size: 27px;
    gap: 7px;
    letter-spacing: 0.126em;
    display: flex;
    justify-content: center;
  }
}
.tanki-banner_content_plan-left picture {
  display: block;
  width: 36px;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content_plan-left picture {
    width: 26px;
  }
}
.tanki-banner_content_plan-right {
  width: 274px;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 900;
  border-radius: 0 6px 6px 0;
  color: #0953A0;
  -webkit-text-fill-color: #0953A0;
  -webkit-text-stroke: 1.3px #0953A0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content_plan-right {
    max-width: 206px;
    font-size: 27px;
    letter-spacing: 0.1em;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 9px;
  }
}
@media screen and (max-width: 355px) {
  .tanki-banner_content_plan-right {
    font-size: 22px;
    padding-right: 4px;
  }
}
.tanki-banner_content_btn {
  background-color: #fff;
  color: #0953A0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 7px 20px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .tanki-banner_content_btn {
    font-size: 1.4rem;
    margin-top: 17px;
  }
}

a:hover .tanki-banner_content_btn {
  background-color: #F6F845;
}

.fixedNav {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fixedNav {
    display: block;
  }
}
.fixedNav_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.fixedNav_button {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}
.fixedNav_button--request {
  background-color: #FF7530;
  color: #FFF;
}
.fixedNav_button--contact {
  background-color: #0953A0;
  color: #FFF;
  width: 193px;
}
.fixedNav_tel {
  text-align: center;
}
.fixedNav_telNumber {
  font-size: 1.6rem;
  color: #0953A0;
  line-height: 1.2;
}
.fixedNav_telHours {
  font-size: 1rem;
  color: #0953A0;
  line-height: 1.2;
}

.Tanki-MainVisual {
  overflow: visible;
  background: url(../img/mv_bg_tanki.svg) no-repeat center center;
  background-size: cover;
  max-width: 1080px;
  height: 323px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .Tanki-MainVisual {
    padding: 50px 0 46px;
  }
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual {
    background: url(../img/bg_tanki@sp.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 272px;
    padding: 22px 0 0;
  }
}
.Tanki-MainVisual .inner {
  position: relative;
  display: flex;
  max-width: 780px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual .inner {
    flex-direction: column;
    align-items: center;
    padding: 0 4px 46px;
    gap: 0;
  }
}
.Tanki-MainVisual-title {
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.07em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 320px) {
  .Tanki-MainVisual-title {
    font-size: 3.8rem;
    letter-spacing: -5px;
    text-align: center;
  }
}
.Tanki-MainVisual-title-waterServer {
  display: block;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  font-family: "M PLUS 2", sans-serif;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual-title-waterServer {
    font-size: 4rem;
    white-space: pre;
  }
}
.Tanki-MainVisual-title-plan {
  width: 437px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual-title-plan {
    width: 330px;
    margin-top: 12px;
  }
}
.Tanki-MainVisual-lead {
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual-lead {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
.Tanki-MainVisual-lead-highlight {
  position: relative;
  color: #F6F845;
}
.Tanki-MainVisual-lead-highlight::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/tanki_line_y.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual-lead-highlight::before {
    width: 100%;
    height: 8px;
    left: -2px;
    bottom: -5px;
  }
}
.Tanki-MainVisual-imageContainer.img01 {
  width: 67px;
  height: 292px;
  z-index: 3;
}
.Tanki-MainVisual-imageContainer.img02 {
  width: 144px;
  height: 156px;
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual-imageContainer.img02 {
    padding: 0;
    width: 300px;
    height: auto;
    position: absolute;
    bottom: -3px;
  }
  .Tanki-MainVisual-imageContainer.img02 picture {
    display: block;
    width: 61px;
    height: 66px;
    margin: 0 0 0 auto;
  }
}
.Tanki-MainVisual-image {
  width: 100%;
  max-width: 400px; /* Adjust based on your server image size */
  height: auto;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual .tanki-banner_content_plan {
    width: 100%;
    max-width: 320px;
    height: 41px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 345px) {
  .Tanki-MainVisual .tanki-banner_content_plan {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual .tanki-banner_content_plan-right {
    max-width: 206px;
  }
}
@media screen and (max-width: 345px) {
  .Tanki-MainVisual .tanki-banner_content_plan-right {
    padding-right: 4px;
  }
}
.Tanki-MainVisual-note {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .Tanki-MainVisual-note {
    font-size: 1.2rem;
  }
}

.Concern {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .Concern {
    padding-top: 30px;
  }
}
.Concern-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.Concern-head {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0953A0;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Concern-head {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.Concern-flow {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
  background: url(../img/sec02_02fukidashi.png) no-repeat center center;
  background-size: 100% auto;
  width: 387px;
  height: 163px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Concern-flow {
    width: 100%;
    max-width: 341px;
    height: 144px;
  }
}
.Concern-flow-text {
  color: #0953A0;
  text-align: center;
  position: absolute;
  width: 327px;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .Concern-flow-text {
    font-size: 1.6rem;
    top: 26px;
  }
}
.Concern-listContainer {
  margin: 30px auto 50px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .Concern-listContainer {
    padding: 0;
    margin: 0 auto;
  }
}
.Concern-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 46px;
}
@media screen and (max-width: 1000px) {
  .Concern-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .Concern-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.Concern-list-item {
  position: relative;
}
.Concern-list-item-image {
  width: 100%;
  height: auto;
  max-width: 208px;
}
.Concern-list-item-box {
  width: 208px;
  height: 162px;
  padding: 30px 32px;
}
@media screen and (max-width: 768px) {
  .Concern-list-item-box {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
    padding: 0 10px 19px;
  }
  .Concern-list-item-box.reverse {
    flex-direction: row-reverse;
  }
}
.Concern-list-item-box-image {
  position: absolute;
  right: -90px;
  width: 96px;
  height: 96px;
  bottom: -48px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .Concern-list-item-box-image {
    position: initial;
    width: 69px;
    height: 69px;
    padding-top: 33px;
  }
}
.Concern-list-item-box-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #86D5E5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .Concern-list-item-box-text {
    width: -moz-fit-content;
    width: fit-content;
    height: 84px;
    position: relative;
    padding: 20px 14px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
}
.Concern-list-item-box-text:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 34px;
  height: 19px;
  background: url(../img/tanki-fukidashi.png) no-repeat center center;
  background-size: 100% auto;
}

/* ========================================
// Plan Section
======================================== */
.Plan {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .Plan {
    padding: 50px 0 13px;
  }
}
.Plan .inner {
  position: relative;
  overflow: visible;
}
.Plan .inner::before {
  content: "";
  position: absolute;
  bottom: 15%;
  left: -350px;
  width: 333px;
  height: 305px;
  background: url(../img/mizutama02.png) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .Plan .inner::before {
    display: none;
  }
}
.Plan .inner::after {
  content: "";
  position: absolute;
  bottom: 33%;
  right: -330px;
  width: 333px;
  height: 305px;
  background: url(../img/mizutama02.png) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .Plan .inner::after {
    display: none;
  }
}
.Plan-answer {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .Plan-answer {
    margin-bottom: 50px;
  }
}
.Plan-answer-text {
  font-weight: 700;
  color: #0953A0;
  line-height: 1.6;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Plan-answer-text {
    padding: 0;
  }
}
.Plan-answer-text-strong {
  font-size: 2.4rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Plan-answer-text-strong {
    font-size: 1.4rem;
  }
}
.Plan-answer-text-large {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  display: inline;
  text-align: center;
  background: linear-gradient(transparent 80%, #f6f846 80%, #f6f846 95%, transparent 95%);
}
@media screen and (max-width: 768px) {
  .Plan-answer-text-large {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}
.Plan-listContainer {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .Plan-listContainer {
    margin-bottom: 14px;
  }
}
.Plan-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .Plan-list {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
}
.Plan-list-item {
  width: calc(33.33% - 20px);
  background-color: #FFF;
  border-radius: 10px;
  padding: 120px 0 50px;
  position: relative;
  box-shadow: 0px 7px 0px -1px #86D5E5;
}
@media screen and (max-width: 768px) {
  .Plan-list-item {
    width: 100%;
    max-width: 300px;
    padding: 80px 14px 20px;
    box-shadow: 0px 4px 0px -1px #86D5E5;
  }
}
.Plan-list-item-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0953A0;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .Plan-list-item-title {
    font-size: 2.4rem;
  }
}
.Plan-list-item-caption {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Plan-list-item-caption {
    font-size: 1.4rem;
    padding: 0;
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
}
.Plan-list-item-image {
  width: 208px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Plan-list-item-image {
    width: 173px;
  }
}
.Plan-list-item-point {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0953A0;
  border-radius: 6px;
  padding: 15px 0;
  width: 180px;
  height: 111px;
}
@media screen and (max-width: 768px) {
  .Plan-list-item-point {
    top: -23px;
    padding: 10px 0;
    width: 180px;
    height: 84px;
  }
}
.Plan-list-item-point-text {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #F6F845;
  line-height: 1.1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Plan-list-item-point-text {
    font-size: 1rem;
  }
}
.Plan-list-item-point-text-number {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Plan-list-item-point-text-number {
    font-size: 2rem;
  }
}
.Plan-list-item-point-text-main {
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .Plan-list-item-point-text-main {
    font-size: 1.8rem;
    padding-top: 4px;
  }
}
.Plan-note {
  font-weight: 700;
  color: #0953A0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Plan-note {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .ClientVoice {
    padding: 120px 0 80px;
    background-image: url(../img/bg_dot_w.svg);
    background-repeat: repeat;
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .ClientVoice {
    padding: 50px 0 0;
  }
}
.ClientVoice .title {
  color: #0953A0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ClientVoice .title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.ClientVoice-listContainer {
  max-width: 980px;
  margin: 0 auto;
}
.ClientVoice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.ClientVoice-list-item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 176px 36px 30px;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item {
    width: 100%;
    max-width: 335px;
    padding: 130px 20px 30px;
    margin: 0 auto;
  }
}
.ClientVoice-list-item-caseTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 136px;
  background: #86D5E5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-caseTitle {
    height: 107px;
    padding: 16px 0 32px;
  }
}
.ClientVoice-list-item-caseTitle::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 14px;
  background: url(../img/sec02_case_triangle.png) no-repeat center center;
  background-size: contain;
}
.ClientVoice-list-item-caseTitle-top {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-caseTitle-top {
    font-size: 1.4rem;
  }
}
.ClientVoice-list-item-caseTitle-top-number {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  text-align: center;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-caseTitle-top-number {
    font-size: 1.6rem;
    padding-left: 2px;
  }
}
.ClientVoice-list-item-caseTitle-text {
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-caseTitle-text {
    font-size: 2.4rem;
  }
}
.ClientVoice-list-item-details {
  text-align: left;
  margin-bottom: 20px;
}
.ClientVoice-list-item-details-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-details-row {
    gap: 5px;
  }
}
.ClientVoice-list-item-details-label {
  background-color: #86D5E5;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
  width: 140px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-details-label {
    font-size: 1.4rem;
    width: 96px;
    padding: 7px 20px;
  }
}
.ClientVoice-list-item-details-value {
  background-color: #E7F9FF;
  color: #0953A0;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 0 10px 10px 0;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-details-value {
    font-size: 1.4rem;
    padding: 7px 20px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.ClientVoice-list-item-text {
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ClientVoice-list-item-text {
    font-size: 1.4rem;
  }
}
.ClientVoice-list-item-image {
  width: 100%;
  height: auto;
}

.SafetySupport {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .SafetySupport {
    padding-top: 50px;
  }
}
.SafetySupport .title {
  color: #0953A0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .SafetySupport .title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.SafetySupport .inner {
  position: relative;
  overflow: visible;
}
.SafetySupport .inner::before {
  content: "";
  position: absolute;
  bottom: 17%;
  left: -350px;
  width: 333px;
  height: 305px;
  background: url(../img/mizutama02.png) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .SafetySupport .inner::before {
    display: none;
  }
}
.SafetySupport .inner::after {
  content: "";
  position: absolute;
  bottom: 60%;
  right: -330px;
  width: 333px;
  height: 305px;
  background: url(../img/mizutama02.png) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .SafetySupport .inner::after {
    display: none;
  }
}
.SafetySupport-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .SafetySupport-list {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.SafetySupport-list-item {
  width: calc(33.33% - 29px);
  background-color: #86D5E5;
  border-radius: 10px;
  padding: 33px 21px 28px;
  box-shadow: 0px 7px 0px -1px #0953A0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .SafetySupport-list-item {
    width: 100%;
    max-width: 335px;
    padding: 30px 40px;
    gap: 20px;
  }
}
.SafetySupport-list-item-content-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .SafetySupport-list-item-content-title {
    margin-bottom: 10px;
  }
}
.SafetySupport-list-item-content-title::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 8px;
  background-color: #F6F845;
}
@media screen and (max-width: 768px) {
  .SafetySupport-list-item-content-title::after {
    bottom: -10px;
    height: 6px;
  }
}
.SafetySupport-list-item-content-text {
  color: #FFF;
  text-align: justify;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .SafetySupport-list-item-content-text {
    padding-top: 9px;
  }
}
.SafetySupport-list-item-img {
  width: 162px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .SafetySupport-list-item-img {
    width: 135px;
  }
}

.Contract {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .Contract {
    padding: 50px 0;
  }
}
.Contract .inner {
  position: relative;
  overflow: visible;
}
.Contract .inner::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: -350px;
  width: 333px;
  height: 305px;
  background: url(../img/mizutama02.png) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .Contract .inner::before {
    display: none;
  }
}
.Contract .inner::after {
  content: "";
  position: absolute;
  bottom: 59%;
  right: -330px;
  width: 333px;
  height: 305px;
  background: url(../img/mizutama02.png) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .Contract .inner::after {
    display: none;
  }
}
.Contract-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0953A0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .Contract-title {
    font-size: 1.8rem;
    margin: 0 auto 23px;
  }
}
.Contract-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 19px;
  background: url(../img/img_server3_line.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .Contract-title::after {
    bottom: -13px;
    height: 13px;
  }
}
.Contract-imageContainer {
  width: 355px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Contract-imageContainer {
    width: 226px;
  }
}
.Contract-image {
  max-width: 355px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.Contract-button {
  display: block;
  padding: 20px 50px;
  border-radius: 70px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .Contract-button {
    width: 100%;
    max-width: 350px;
    font-size: 2rem;
    padding: 15px 30px;
  }
}
.Contract-button--entry {
  background-color: #FF7530;
  color: #FFF;
}
.Contract-button--contact {
  background-color: #0953A0;
  color: #FFF;
}
.Contract-otherPlan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .Contract-otherPlan {
    flex-direction: column;
    gap: 10px;
    padding-top: 50px;
  }
}
.Contract-otherPlan-image {
  max-width: 74px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .Contract-otherPlan-image {
    width: 50px;
  }
}
.Contract-otherPlan-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .Contract-otherPlan-content {
    align-items: center;
  }
}
.Contract-otherPlan-content-lead {
  font-size: 2rem;
  font-weight: 700;
  color: #0953A0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Contract-otherPlan-content-lead {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.Contract-otherPlan-content-button {
  display: block;
  padding: 22px 46px;
  border: 4px solid #0953A0;
  border-radius: 50px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0953A0;
  text-align: center;
  line-height: 1;
  background: #fff;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .Contract-otherPlan-content-button {
    width: 335px;
    height: 55px;
    font-size: 19px;
    padding: 13px 2px;
    border: 2px solid #0953A0;
  }
}
@media screen and (max-width: 320px) {
  .Contract-otherPlan-content-button {
    width: 310px;
  }
}
.Contract-otherPlan-content-button:hover {
  opacity: 1;
  background-color: #E7F9FF;
}
@media screen and (max-width: 768px) {
  .Contract .flex-btnlist {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }
  .Contract .flex-btnlist-item {
    max-width: 279px;
  }
}/*# sourceMappingURL=style.css.map */