@charset "UTF-8";
/* Scss Document */
/* =10px */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
}

body {
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 10px;
  font-weight: 300;
  /*62.5%*/
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  /* スマホを横向きにすると文字が余計に拡大されるのを防ぐ */
  color: #0e0e0e;
  background: #fff;
  counter-reset: number 0;
  overflow-x: hidden;
}

body:has(.active) {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  letter-spacing: 0.0125em;
}

p {
  font-size: clamp(1.5rem, calc(1.452rem + 0.2vw), 1.6rem);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: distribute;
  word-break: break-all;
  word-break: normal;
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  color: #F38BA0;
}

a:focus,
*:focus {
  outline: none;
}

blockquote {
  padding-left: 2em;
  padding-right: 2em;
}
blockquote blockquote {
  padding-left: 4em;
  padding-right: 4em;
}

.container {
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1153px;
  }
}

.container-fluid {
  padding-left: 4%;
  padding-right: 4%;
}

div.top-header {
  position: relative;
  background-image: url("../../images/top/heaer_bg.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 100%;
  margin-bottom: 128px;
}
div.top-header:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  bottom: -32px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FEF2D7 transparent transparent transparent;
  border-width: 32px 48px 0 48px;
}

header {
  position: relative;
  z-index: calc(infinity);
  background-image: url("../../images/top/top_header_sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  header {
    background-image: url("../../images/top/top_header_lg.png");
    background-size: 100% 48%;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  header {
    background-image: url("../../images/top/top_header.png");
    background-size: 100% 100%;
    margin-bottom: 32px;
  }
}
header a {
  display: block;
}
header.header-content {
  background-image: none;
}

.js-logo-before {
  display: block;
  z-index: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .js-logo-before {
    max-width: 280px;
  }
}

.js-logo-after {
  z-index: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  max-width: 130px;
}

.header-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .header-wrapper {
    grid-template-columns: 1fr 3fr;
  }
}

.header-wrapper-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .header-wrapper-top {
    grid-template-columns: 1fr 3.5fr;
    gap: 24px;
  }
}

.logo {
  position: fixed;
  width: 100%;
  top: 0;
}

#footer-area {
  padding: 0;
}

footer .footer-logo img {
  display: block;
  width: 140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
footer .copy {
  background: #0080CB;
  text-align: center;
  color: #fff;
  font-size: x-small;
  padding: 16px;
}

.content {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .content {
    margin-top: 64px;
  }
}
@media (min-width: 992px) {
  .content {
    margin-top: 96px;
  }
}

/*infoエリアをはじめは非表示*/
#pp {
  display: none;
}

.modaal-container {
  border-radius: 16px !important;
}

.modaal-content-container h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500 !important;
  font-size: clamp(1.8rem, calc(1.727rem + 0.36vw), 2rem);
  margin-bottom: 16px;
  text-align: center;
  margin-bottom: 32px;
}
.modaal-content-container p {
  font-size: 1.5rem;
  margin-bottom: 32px;
}
.modaal-content-container .p-word_ki {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
.modaal-content-container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.7rem, calc(1.664rem + 0.18vw), 1.8rem);
  margin-bottom: 8px;
  border-bottom: solid 2px #0e0e0e;
  margin-bottom: 16px;
}
.modaal-content-container ul,
.modaal-content-container ol {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
}
.modaal-content-container ul li + li,
.modaal-content-container ol li + li {
  margin-top: 0.5em;
}

.modaal-inline,
.modaal-wrapper {
  z-index: calc(infinity + 100) !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: black !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #c00 !important;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #f00 !important;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: white !important;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l-nav__area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-nav__pc {
  display: none;
}
@media (min-width: 1200px) {
  .l-nav__pc {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .l-nav__pc ul {
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    gap: 1.5em;
    list-style-type: none;
    padding: 8px 24px;
    background: #fff;
    border-radius: calc(infinity * 1px);
    -moz-border-radius: calc(infinity * 1px);
    -webkit-border-radius: calc(infinity * 1px);
  }
  .l-nav__pc ul a {
    color: #0e0e0e;
    text-decoration: none;
    display: block;
  }
  .l-nav__pc ul li.line a {
    color: #06C755;
  }
}

@media (min-width: 1200px) {
  .l-nav__sp {
    display: none;
  }
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 99999999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #00B8EE;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav h3 {
  position: absolute;
  width: 50%;
  left: 5%;
  top: 5%;
}
@media (min-width: 768px) {
  #g-nav h3 {
    width: 30%;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: left;
  position: relative;
  white-space: nowrap;
}

#g-nav li + li {
  margin-top: 0.5em;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 80px 10px 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav li a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#g-nav li.contact a {
  color: #00B8EE;
  background: #fff;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  font-weight: 400;
}
#g-nav li.contact a:after {
  content: none;
}
#g-nav li.contact a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-size: 2.5rem;
}

#g-nav li.line a {
  color: #06C755;
  background: #fff;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  font-weight: 400;
}
#g-nav li.line a:after {
  content: none;
}
#g-nav li.line a:before {
  /* using style CSS custom property */
  font: var(--fa-font-brands);
  content: "";
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-size: 2.25rem;
}

#g-nav li.tel a {
  color: #F4A000;
  background: #fff;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  font-weight: 400;
}
#g-nav li.tel a span {
  font-size: small;
  font-weight: normal;
}
#g-nav li.tel a span:before {
  content: "【";
}
#g-nav li.tel a span:after {
  content: "】";
}
#g-nav li.tel a:after {
  content: none;
}
#g-nav li.tel a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-size: 2.5rem;
}

#g-nav li.copy {
  font-size: x-small;
  color: #fff;
  text-align: center;
  margin-top: 32px;
}

.openbtn {
  position: fixed;
  top: 8px;
  right: 2%;
  background: #FFF;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: calc(infinity);
}
.openbtn.active {
  background: #00B8EE;
  border: solid 0.75px #fff;
}
@media (min-width: 1200px) {
  .openbtn {
    display: none;
  }
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
}

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
  height: 2px;
  background: #00B8EE;
  width: 62%;
  left: 10px;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 18px;
  left: 11px;
  font-size: x-small;
  text-transform: uppercase;
  color: #00B8EE;
}

.openbtn span:nth-of-type(3) {
  top: 36px;
}

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background: #fff;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background: #fff;
}

#pagenation {
  text-align: center;
  padding-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  #pagenation {
    padding-top: 120px;
    margin-bottom: 120px;
  }
}
#pagenation i {
  color: #00B8EE;
}
#pagenation #pagenation-list {
  display: inline-block;
}
#pagenation:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#pagenation #pagenation-list {
  font-size: 1.8rem;
}
#pagenation #pagenation-list li {
  float: left;
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 7px 5px 0;
}
#pagenation #pagenation-list li:last-child {
  margin-left: 0;
}
#pagenation #pagenation-list a, #pagenation #pagenation-list span {
  background: none;
  display: block;
  margin: 0;
  padding: 3px 17px;
  line-height: 1.5;
  text-align: center;
}
#pagenation #pagenation-list .current {
  color: #00B8EE;
}
#pagenation #pagenation-list .omit {
  padding: 3px 2px;
  color: #0e0e0e;
}
#pagenation #pagenation-list li a {
  color: #0e0e0e;
  text-decoration: none;
}
#pagenation #pagenation-list a:hover {
  color: #00B8EE;
  text-decoration: none;
}

.c-button__primary {
  display: inline-block;
  font-size: clamp(1.6rem, calc(1.504rem + 0.4vw), 1.8rem);
  margin: 64px 0;
}
.c-button__primary a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  background: #00B8EE;
  padding: 8px 24px;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
}
.c-button__primary a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 1em;
}

.c-button__primary-orange {
  display: inline-block;
  font-size: clamp(1.6rem, calc(1.504rem + 0.4vw), 1.8rem);
  margin: 64px 0;
}
.c-button__primary-orange a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  background: #F7B515;
  padding: 8px 24px;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
}
.c-button__primary-orange a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 1em;
}

.c-button__primary-navy {
  display: inline-block;
  font-size: clamp(1.6rem, calc(1.504rem + 0.4vw), 1.8rem);
  margin: 64px 0;
}
.c-button__primary-navy a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  background: #005BAB;
  padding: 8px 24px;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
}
.c-button__primary-navy a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 1em;
}

.c-button__secondary {
  text-align: center;
  font-size: clamp(1.6rem, calc(1.504rem + 0.4vw), 1.8rem);
}
.c-button__secondary a {
  display: block;
  text-decoration: none;
  color: #00B8EE;
  border: solid 2px #00B8EE;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 16px;
}
.c-button__secondary a span:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 0.5em;
}

.c-button__bluebg {
  background: #00B8EE;
}
.c-button__bluebg a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 8px;
}

.c-button__back {
  margin-bottom: 80px;
  display: inline-block;
  font-size: 1.8rem;
}
.c-button__back a {
  display: block;
  color: #0e0e0e;
  text-decoration: none;
  padding: 8px;
}
.c-button__back a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  color: #00B8EE;
  margin-right: 8px;
}

.c-grid__eco-cute {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
}
.c-grid__eco-cute p {
  margin-bottom: 32px;
}
.c-grid__eco-cute .item-0 {
  padding-left: 20px;
  padding-right: 20px;
}
.c-grid__eco-cute .sub-item {
  background: #DCF5FD;
  padding: 80px 40px 40px;
  border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
}
@media (min-width: 1200px) {
  .c-grid__eco-cute {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 160px;
    padding-left: 24px;
  }
  .c-grid__eco-cute p {
    margin-bottom: 0;
  }
  .c-grid__eco-cute .item-1 {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-left: 80px;
    position: relative;
    top: -32px;
    z-index: -3;
  }
  .c-grid__eco-cute .item-1 .sub-item {
    grid-template-columns: 1.25fr 1fr;
    display: grid;
    grid-template-rows: subgrid;
    gap: 1em 64px;
    background: #DCF5FD;
    padding: 80px 40px 40px;
    border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
  }
  .c-grid__eco-cute .item-1 .sub-item .sub-item-title {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.c-grid__reform {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
.c-grid__reform .item-2 {
  position: relative;
}
@media (min-width: 992px) {
  .c-grid__reform {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 24px 40px;
  }
  .c-grid__reform .item-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .c-grid__reform .item-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .c-grid__reform .item-3 {
    grid-column: 2/3;
    grid-row: 2/3;
    align-content: end;
  }
}
@media (min-width: 1200px) {
  .c-grid__reform {
    gap: 24px 80px;
  }
}

.c-grid__sekourei {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .c-grid__sekourei {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
}
.c-grid__sekourei .item-1 {
  background: #FEF2D7;
  border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  padding: 16px;
}
@media (min-width: 992px) {
  .c-grid__sekourei .item-1 {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.c-grid__sekourei .item-1 h3 {
  font-size: clamp(1.8rem, calc(1.704rem + 0.4vw), 2rem);
  font-weight: 500;
  color: #F7B515;
}
.c-grid__sekourei .item-1 h3 br:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .c-grid__sekourei .item-1 h3 br:nth-child(2) {
    display: block;
  }
}
.c-grid__sekourei .item-1 h4 {
  font-size: 1.6rem;
  font-weight: 400;
  border-left: solid 4px #F7B515;
  padding: 2px 8px;
  margin-bottom: 1em;
}
.c-grid__sekourei .item-2 {
  background: #FEF2D7;
  padding: 16px;
}
@media (min-width: 992px) {
  .c-grid__sekourei .item-2 {
    border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
  }
}
.c-grid__sekourei .item-2 ul.c-grid__beforeafter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.c-grid__sekourei .item-2 ul.c-grid__beforeafter img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.c-grid__sekourei .item-2 ul.c-grid__beforeafter li {
  position: relative;
}
.c-grid__sekourei .item-2 ul.c-grid__beforeafter li span {
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 4%;
  left: 4%;
}
@media (min-width: 992px) {
  .c-grid__sekourei .item-2 ul.c-grid__beforeafter li:nth-child(2) {
    margin-top: 40%;
  }
}

.c-grid__sekourei:nth-child(even) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .c-grid__sekourei:nth-child(even) {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
  }
}
.c-grid__sekourei:nth-child(even) .item-1 {
  order: 1;
}
@media (min-width: 992px) {
  .c-grid__sekourei:nth-child(even) .item-1 {
    order: 2;
  }
}
.c-grid__sekourei:nth-child(even) .item-1 h3 {
  font-size: clamp(1.8rem, calc(1.704rem + 0.4vw), 2rem);
  font-weight: 500;
  color: #F7B515;
}
.c-grid__sekourei:nth-child(even) .item-1 h3 br:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .c-grid__sekourei:nth-child(even) .item-1 h3 br:nth-child(2) {
    display: block;
  }
}
.c-grid__sekourei:nth-child(even) .item-1 h4 {
  font-size: 1.6rem;
  font-weight: 400;
  border-left: solid 4px #F7B515;
  padding: 2px 8px;
  margin-bottom: 1em;
}
.c-grid__sekourei:nth-child(even) .item-2 {
  order: 2;
  background: #FEF2D7;
  border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  padding: 16px;
}
@media (min-width: 992px) {
  .c-grid__sekourei:nth-child(even) .item-2 {
    order: 1;
  }
}
.c-grid__sekourei:nth-child(even) .item-2 ul.c-grid__beforeafter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.c-grid__sekourei:nth-child(even) .item-2 ul.c-grid__beforeafter img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.c-grid__sekourei:nth-child(even) .item-2 ul.c-grid__beforeafter li {
  position: relative;
}
.c-grid__sekourei:nth-child(even) .item-2 ul.c-grid__beforeafter li span {
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 4%;
  left: 4%;
}
@media (min-width: 992px) {
  .c-grid__sekourei:nth-child(even) .item-2 ul.c-grid__beforeafter li:nth-child(2) {
    margin-top: 40%;
  }
}

.p-water .c-grid__water {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .p-water .c-grid__water {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-water .c-grid__water .item-1 {
  order: 2;
}
.p-water .c-grid__water .item-1 img {
  display: none;
}
@media (min-width: 992px) {
  .p-water .c-grid__water .item-1 img {
    display: block;
    width: 50%;
    height: auto;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .p-water .c-grid__water .item-1 {
    order: 1;
  }
}
.p-water .c-grid__water .item-2 {
  order: 1;
  position: relative;
}
@media (min-width: 992px) {
  .p-water .c-grid__water .item-2 {
    order: 2;
  }
}
.p-water .c-grid__water .item-2 img.dot {
  position: absolute;
  width: 40%;
  top: -5%;
  left: -20%;
  z-index: -1;
}

.p-water .c-grid__water:nth-child(odd) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .p-water .c-grid__water:nth-child(odd) {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-water .c-grid__water:nth-child(odd) .item-1 {
  order: 2;
}
.p-water .c-grid__water:nth-child(odd) .item-1 img {
  display: none;
}
@media (min-width: 992px) {
  .p-water .c-grid__water:nth-child(odd) .item-1 img {
    display: block;
    width: 50%;
    height: auto;
    margin-bottom: 16px;
  }
}
.p-water .c-grid__water:nth-child(odd) .item-2 {
  order: 1;
  position: relative;
}
.p-water .c-grid__water:nth-child(odd) .item-2 img.dot {
  display: none;
}

.c-grid2__outline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-grid2__outline {
    grid-template-columns: 1fr 1fr;
  }
}

.c-grid3to2__works {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 16px 8px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .c-grid3to2__works {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    margin-top: 80px;
  }
}
.c-grid3to2__works .item-before {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 992px) {
  .c-grid3to2__works .item-before {
    grid-column: 1/2;
    grid-row: 1/1;
  }
}
.c-grid3to2__works .item-after {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (min-width: 992px) {
  .c-grid3to2__works .item-after {
    grid-column: 2/3;
    grid-row: 1/1;
  }
}
.c-grid3to2__works .item-before,
.c-grid3to2__works .item-after {
  position: relative;
}
.c-grid3to2__works .item-before img,
.c-grid3to2__works .item-after img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.c-grid3to2__works .item-before:before,
.c-grid3to2__works .item-after:before {
  content: attr(data-text);
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.8);
  z-index: 1;
  top: 8px;
  left: 8px;
}
.c-grid3to2__works .item-doc {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media (min-width: 992px) {
  .c-grid3to2__works .item-doc {
    grid-column: 3/4;
    grid-row: 1/1;
    align-content: end;
  }
}
.c-grid3to2__works .item-doc h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.c-grid3to2__works .item-doc h3 br:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .c-grid3to2__works .item-doc h3 br:nth-child(2) {
    display: block;
  }
}
.c-grid3to2__works .item-doc h4 {
  font-size: 1.6rem;
  color: #0e0e0e;
}

.c-grid3to2__works-single {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 3fr;
  gap: 16px 8px;
  margin-top: 40px;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .c-grid3to2__works-single {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr;
    gap: 16px;
    margin-top: 80px;
  }
}
.c-grid3to2__works-single .item-before {
  grid-column: 1/1;
  grid-row: 1/2;
}
@media (min-width: 992px) {
  .c-grid3to2__works-single .item-before {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.c-grid3to2__works-single .item-after {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 992px) {
  .c-grid3to2__works-single .item-after {
    grid-column: 2/3;
    grid-row: 1/1;
  }
}
.c-grid3to2__works-single .item-before,
.c-grid3to2__works-single .item-after {
  position: relative;
}
.c-grid3to2__works-single .item-before img,
.c-grid3to2__works-single .item-after img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.c-grid3to2__works-single .item-before:before,
.c-grid3to2__works-single .item-after:before {
  content: attr(data-text);
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.8);
  z-index: 1;
  top: 8px;
  left: 8px;
}
.c-grid3to2__works-single .item-doc {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media (min-width: 992px) {
  .c-grid3to2__works-single .item-doc {
    grid-column: 1/3;
    grid-row: 2/3;
    align-content: end;
  }
}
.c-grid3to2__works-single .item-doc h3 {
  font-size: 1.8rem;
}
.c-grid3to2__works-single .item-doc h3 br:nth-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .c-grid3to2__works-single .item-doc h3 br:nth-child(2) {
    display: block;
  }
}
.c-grid3to2__works-single .item-doc h4 {
  font-size: 1.6rem;
  color: #0e0e0e;
  margin-bottom: 1.5em;
}

.gap {
  display: inline-block;
  background-color: inherit;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.c-flex__2to1-product {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 64px 0;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-flex__2to1-product {
    gap: 32px 24px;
  }
}
.c-flex__2to1-product > div {
  flex-basis: 100%;
  border: solid 2px #FA0000;
  background-image: url("../../images/top/bg_price.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60% auto;
}
@media (min-width: 768px) {
  .c-flex__2to1-product > div {
    flex-basis: calc(50% - 24px);
    background-size: 70% auto;
  }
}
.c-flex__2to1-product h5 {
  font-size: clamp(1.5rem, calc(1.356rem + 0.59vw), 1.8rem);
  text-align: center;
  background: #FA0000;
  color: #fff;
  position: relative;
  padding: 8px 4px;
}
.c-flex__2to1-product h5 span {
  background: #FA0000;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  z-index: 1;
}
.c-flex__2to1-product h5:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-flex__2to1-product .price_grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 1em;
}
@media (min-width: 768px) {
  .c-flex__2to1-product .price_grid {
    grid-template-columns: 1fr 0.4fr;
  }
}
@media (min-width: 992px) {
  .c-flex__2to1-product .price_grid {
    grid-template-columns: 1fr 0.25fr;
  }
}
.c-flex__2to1-product .yen {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: small;
  text-align: left;
  align-content: end;
  position: relative;
  color: #FA0000;
  -webkit-text-stroke-width: 6px;
  padding-bottom: 1em;
}
.c-flex__2to1-product .yen:before {
  content: attr(data-text);
  position: absolute;
  color: #FA0000;
  left: 0;
  -webkit-text-stroke-width: 0;
  z-index: 30;
}
.c-flex__2to1-product .yen:after {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  left: 0;
  -webkit-text-stroke-width: 4px;
  z-index: 20;
}
.c-flex__2to1-product .yen :after, .c-flex__2to1-product .yen :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
.c-flex__2to1-product .price {
  text-align: right;
  justify-content: right;
}
.c-flex__2to1-product .c-price {
  display: inline-block;
  position: relative;
  color: #FA0000;
  font-size: clamp(3rem, calc(1.556rem + 5.93vw), 6rem);
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-text-stroke-width: 8px;
}
@media (min-width: 768px) {
  .c-flex__2to1-product .c-price {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .c-flex__2to1-product .c-price {
    font-size: 5.8rem;
  }
}
.c-flex__2to1-product .c-price:before {
  content: attr(data-text);
  position: absolute;
  color: #FA0000;
  left: 0;
  -webkit-text-stroke-width: 0;
  z-index: 30;
}
.c-flex__2to1-product .c-price:after {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  left: 0;
  -webkit-text-stroke-width: 4px;
  z-index: 20;
}
.c-flex__2to1-product .c-price :after, .c-flex__2to1-product .c-price :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.c-aspect__square {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.c-aspect__43 {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

ul.c-top__gallery {
  list-style-type: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.c-bg__stripe {
  position: absolute;
  top: -16%;
  right: -4%;
  z-index: -1;
}
.c-bg__stripe img {
  width: 40vw;
  height: auto;
}
@media (min-width: 768px) {
  .c-bg__stripe img {
    width: 30vw;
  }
}
@media (min-width: 992px) {
  .c-bg__stripe img {
    width: 24vw;
  }
}
@media (min-width: 1200px) {
  .c-bg__stripe img {
    width: 14vw;
  }
}
@media (min-width: 768px) {
  .c-bg__stripe {
    top: -30%;
    right: -8%;
  }
}
@media (min-width: 992px) {
  .c-bg__stripe {
    top: -40%;
    right: -16%;
  }
}
@media (min-width: 1200px) {
  .c-bg__stripe {
    top: -40%;
    right: -16%;
  }
}

.mw_wp_form_preview div.align__center > span {
  display: none;
}
.mw_wp_form_preview p.not_confirm {
  display: none;
}
.mw_wp_form_preview td > p {
  display: contents;
}

.mwform-checkbox-field-text {
  font-size: 1.6rem;
}

#your-zip {
  width: 10em !important;
}

.mw_wp_form_preview span.doui,
.mw_wp_form_preview p.doui {
  display: none;
}
@media (min-width: 768px) {
  .mw_wp_form_preview .table-style-simple th {
    max-width: 13em;
  }
}

textarea::placeholder {
  font-size: 13px;
}

::placeholder {
  font-size: small;
}

span.must {
  color: red;
  font-size: small;
}

/****************************************

		  Form

*****************************************/
form {
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  width: 80%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0.75em;
  outline: none;
  border: 1px solid #ccc;
  background: #F7F9FC;
  color: #0e0e0e;
  font-size: 1.6rem;
  box-sizing: border-box;
}
input[type=text]:last-of-type,
input[type=password]:last-of-type,
input[type=email]:last-of-type,
textarea:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  input[type=text],
input[type=password],
input[type=email],
textarea {
    width: 50%;
    max-width: 100%;
  }
}

input[type=text].number {
  width: 4em;
}

input[type=text].zip {
  width: 8em;
}

input[type=email].bg_red,
input[type=text].bg_red,
textarea.bg_red {
  background: #FBDCE0;
}

textarea {
  width: 100%;
}
@media (min-width: 768px) {
  textarea {
    width: 80%;
    max-width: 100%;
  }
}

.mwform-tel-field input[type=text] {
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

@media (min-width: 768px) {
  label {
    display: inline;
  }
}

.form-box input[type=text] {
  background: #fff;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #FFE7CC;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #f9b05e;
  -moz-box-shadow: 0 0 3px #f9b05e;
  box-shadow: 0 0 3px #f9b05e;
  color: #0e0e0e;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
  font-size: 1.5rem;
  padding: 1.5em 3em;
  margin-bottom: 5px;
  background-color: #00B8EE;
  color: #fff;
  border: solid 1px #00B8EE;
  -webkit-transition: none;
  transition: none;
  width: 90%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
    width: 40%;
  }
}
@media (min-width: 768px) {
  input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
    width: 45%;
  }
}

input[type=submit].f-btn:hover,
input[type=reset].f-btn:hover,
input[type=button].f-btn:hover {
  border: solid 1px #00B8EE;
  background: #fff;
  color: #00B8EE;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input[type=submit]:disabled.f-btn,
input[type=reset]:disabled.f-btn,
input[type=button]:disabled.f-btn {
  color: #fff;
  background-color: #d7d7d7;
  border: solid 2px #d7d7d7;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

select {
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}

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

.c-form__ipselect {
  overflow: hidden;
  margin-bottom: 16px;
}

.c-form__ipselect select {
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
}

.c-form__ipselect select::-ms-expand {
  display: none;
}

.c-form__ipselect.c-form__sl {
  position: relative;
  display: inline-block;
}

.c-form__ipselect.c-form__sl::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.c-form__ipselect.c-form__sl select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.mw_wp_form_preview .c-form__ipselect.c-form__sl::before {
  display: contents;
}

.kakunin {
  margin-top: 16px;
}
.kakunin input[type=text] {
  margin-top: 16px;
}

.mw_wp_form_preview .kakunin {
  display: none;
}

table {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
  border: solid 1px #D2D2D2;
}
table tbody,
table tr,
table th,
table td {
  display: block;
  width: 100%;
}
table tr {
  border-bottom: solid 1px #D2D2D2;
}
table tr:last-child {
  border-bottom: none;
}
table th,
table td {
  text-align: left;
}
table th {
  padding: 16px 16px 0 16px;
  font-weight: 500;
}
table td {
  padding: 0 16px 16px 16px;
}
table ul {
  list-style-type: none;
}
@media (min-width: 768px) {
  table {
    display: table;
    border-collapse: collapse;
  }
  table tbody {
    display: table-row-group;
  }
  table tr {
    display: table-row;
  }
  table td,
table th {
    display: table-cell;
    padding: 24px 8px;
  }
  table th {
    width: 6em;
    white-space: nowrap;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
  }
  table td {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  table th {
    padding-right: 24px;
  }
  table td {
    padding-left: 48px;
  }
}
table.outline {
  width: 100%;
  border-left: none;
  border-right: none;
}
table.outline th {
  padding: 16px;
  font-weight: normal;
  background: #DCF5FD;
}
table.outline td {
  padding: 16px;
}
table.simple {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}
table.simple th {
  font-weight: 500;
  vertical-align: top;
}

.top-header h5 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.8rem, calc(1.511rem + 1.19vw), 2.4rem);
  margin-bottom: 96px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .top-header h5 {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .top-header h5 {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .top-header h5 {
    padding-top: 120px;
    margin-bottom: 180px;
  }
}

.p-top__hero img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-top_catch {
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, calc(1.356rem + 0.59vw), 1.8rem);
}
@media (min-width: 768px) {
  .p-top_catch {
    letter-spacing: 0.25em;
  }
}

.p-ecocuteblock {
  position: relative;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-ecocuteblock {
    margin-bottom: 80px;
  }
}

.p-ecocute__bg {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -1;
}
@media (min-width: 992px) {
  .p-ecocute__bg {
    padding-left: 0;
    padding-right: 40px;
  }
}
.p-ecocute__bg:before {
  position: absolute;
  top: -48%;
  right: -32%;
  content: url("../../images/top/bg_water.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
  z-index: -2;
}
@media (min-width: 768px) {
  .p-ecocute__bg:before {
    position: absolute;
    top: -30%;
    right: -23%;
    transform: scale(0.7);
  }
}
@media (min-width: 1200px) {
  .p-ecocute__bg:before {
    position: absolute;
    top: -48%;
    right: -36%;
    transform: scale(0.6);
  }
}
.p-ecocute__bg:after {
  position: absolute;
  bottom: -32%;
  left: -32%;
  content: url("../../images/top/bg_stripe.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
  z-index: -2;
}
@media (min-width: 768px) {
  .p-ecocute__bg:after {
    bottom: -12%;
    left: -18%;
    transform: scale(0.9);
  }
}
@media (min-width: 1200px) {
  .p-ecocute__bg:after {
    bottom: -36%;
    left: -36%;
    transform: scale(0.7);
  }
}
.p-ecocute__bg img {
  position: relative;
  z-index: -1;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .p-ecocute__bg img {
    margin-bottom: 0;
  }
}

.p-productlist {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .p-productlist {
    padding-top: 80px;
  }
}

/*アコーディオン全体*/
ul.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

ul.accordion-area li {
  margin: 10px 0;
}

ul.accordion-area div.title {
  cursor: pointer;
}

/*アコーディオンで現れるエリア*/
ul.accordion-area .box {
  display: none;
  /*はじめは非表示*/
}

.p-water {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-water {
    margin-bottom: 80px;
  }
}

section.faq {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  section.faq {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  section.faq {
    margin-bottom: 124px;
  }
}
section.faq article {
  background: #D2ECFA;
  padding: 24px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

section.outline {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  section.outline {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  section.outline {
    margin-bottom: 124px;
  }
}

span.must:after {
  content: "必須";
  font-size: x-small;
  line-height: 1;
  color: #fff;
  background: red;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

section.pp_area {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  section.pp_area {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  section.pp_area {
    margin-bottom: 160px;
  }
}
section.pp_area > article.pp {
  margin-bottom: 64px;
}
section.pp_area > article.pp h3.u-v3_pp {
  font-style: 1.7rem;
  font-weight: 400;
}

.modaal-content-container h2 {
  font-size: clamp(2.2rem, calc(1.911rem + 1.19vw), 2.8rem);
  margin-bottom: 1.5em;
  text-align: left;
}
.modaal-content-container h2.u-v2__blue-line {
  color: #00B8EE;
  position: relative;
  padding-left: 24px;
  z-index: 999;
}
.modaal-content-container h2.u-v2__blue-line span {
  display: block;
  line-height: 1;
}
.modaal-content-container h2.u-v2__blue-line span.border {
  display: inline-block;
  font-weight: normal;
  font-size: small;
  border-bottom: solid 0.5px #00B8EE;
}
.modaal-content-container h2.u-v2__blue-line:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  border-radius: 5px;
  background: #00B8EE;
}

article.pp {
  counter-reset: number 0;
}
article.pp h4 {
  font-size: clamp(1.5rem, calc(1.452rem + 0.2vw), 1.6rem);
  font-weight: 500;
  margin-bottom: 16px;
  color: #0e0e0e;
}
article.pp h4:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: clamp(1.5rem, calc(1.452rem + 0.2vw), 1.6rem);
}
article.pp h5 {
  font-size: clamp(1.5rem, calc(1.452rem + 0.2vw), 1.6rem);
  margin-bottom: 1em;
}
article.pp blockquote > p {
  padding-left: 1em;
  padding-right: 1em;
}
article.pp p {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
article.pp ul {
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 1.5em;
}
article.pp dl {
  font-size: clamp(1.5rem, calc(1.452rem + 0.2vw), 1.6rem);
  padding-left: 1em;
  padding-right: 1em;
}

.page_404 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.page_404 .text-box h3 span {
  display: block;
}

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

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

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

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 1.5em !important;
}

.mb-3 {
  margin-bottom: 2em !important;
}

.mb-4 {
  margin-bottom: 2.5em !important;
}

.mb-5 {
  margin-bottom: 3em !important;
}

.mb-6 {
  margin-bottom: 5em !important;
}

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

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 1.5em !important;
}

.mt-3 {
  margin-top: 2em !important;
}

.mt-4 {
  margin-top: 2.5em !important;
}

.mt-5 {
  margin-top: 3em !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-2 {
  margin-left: 1.5em !important;
}

.ml-3 {
  margin-left: 2em !important;
}

.ml-4 {
  margin-left: 2.5em !important;
}

.ml-5 {
  margin-left: 3em !important;
}

h2 {
  font-size: clamp(2.2rem, calc(1.911rem + 1.19vw), 2.8rem);
  margin-bottom: 1.5em;
}
h2.u-v2__blue-line {
  color: #00B8EE;
  position: relative;
  padding-left: 24px;
  z-index: -1;
}
h2.u-v2__blue-line span {
  display: block;
  line-height: 1;
}
h2.u-v2__blue-line span.border {
  display: inline-block;
  font-weight: normal;
  font-size: small;
  border-bottom: solid 0.5px #00B8EE;
}
h2.u-v2__blue-line:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  border-radius: 5px;
  background: #00B8EE;
}
h2.u-v2__orange-line {
  color: #F7B515;
  position: relative;
  padding-left: 24px;
  z-index: -1;
}
h2.u-v2__orange-line span {
  display: block;
  line-height: 1;
}
h2.u-v2__orange-line span.border {
  display: inline-block;
  font-weight: normal;
  font-size: small;
  border-bottom: solid 0.5px #F7B515;
}
h2.u-v2__orange-line:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  border-radius: 5px;
  background: #F7B515;
}
h2.u-v2__navy-line {
  color: #005BAB;
  position: relative;
  padding-left: 24px;
  z-index: -1;
}
h2.u-v2__navy-line span {
  display: block;
  line-height: 1;
}
h2.u-v2__navy-line span.border {
  display: inline-block;
  font-weight: normal;
  font-size: small;
  border-bottom: solid 0.5px #005BAB;
}
h2.u-v2__navy-line:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  border-radius: 5px;
  background: #005BAB;
}
h2.u-v2__faq-blue {
  position: relative;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #00B8EE;
  display: inline-block;
  padding: 8px 32px;
  color: #fff;
}
h2.u-v2__faq-blue:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 20px;
  border-left: 16px solid #00B8EE;
  border-radius: 0 0 0 20px;
}
h2.u-v2__bluebg {
  background: #00B8EE;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 8px;
}

h3 {
  font-size: clamp(1.8rem, calc(1.511rem + 1.19vw), 2.4rem);
  margin-bottom: 1em;
}
h3.u-v3__blue-border {
  color: #00B8EE;
  border-left: solid 4px #00B8EE;
  padding-left: 16px;
}
h3.u-v3__arrow-blue {
  display: inline-block;
  background: #00B8EE;
  color: #fff;
  padding: 8px 3em;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  position: relative;
  margin-bottom: 3em;
}
h3.u-v3__arrow-blue:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  bottom: -28px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00B8EE transparent transparent transparent;
  border-width: 24px 24px 0 24px;
}
h3.u-v3__arrow-orange {
  display: inline-block;
  background: #F7B515;
  color: #fff;
  padding: 8px 3em;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  position: relative;
  margin-bottom: 3em;
}
h3.u-v3__arrow-orange:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  bottom: -28px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #F7B515 transparent transparent transparent;
  border-width: 24px 24px 0 24px;
}
h3.u-v3_pp {
  border-bottom: none;
}

h4 {
  font-size: clamp(1.7rem, calc(1.652rem + 0.2vw), 1.8rem);
  font-weight: 400;
  color: #00B8EE;
  margin-bottom: 0.5em;
}

p.u-border__w {
  display: inline-block;
  border-top: solid 2px #0e0e0e;
  border-bottom: solid 2px #0e0e0e;
  padding: 8px;
}

section.faq div.faq-wrap {
  position: relative;
  margin-bottom: 64px;
}
section.faq dl {
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 60% auto;
  grid-template-rows: 1fr auto;
}
@media (min-width: 992px) {
  section.faq dl {
    grid-template-columns: 32% auto;
  }
}
section.faq dl dt.item-1 {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: -8px;
}
@media (min-width: 992px) {
  section.faq dl dt.item-1 {
    margin-left: 0;
  }
}
section.faq dl dt span {
  position: relative;
  font-weight: normal;
  color: #fff;
  background: #F7B515;
  display: inline-block;
  padding: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
section.faq dl dt span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 20px;
  border-left: 16px solid #F7B515;
  border-radius: 0 0 0 20px;
}
section.faq dl dd.item-2 {
  background: #fff;
  border: solid 1px #F7B515;
  padding: 32px 8px 16px 8px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: -16px;
  width: 98%;
  margin-left: 2%;
  padding-left: 24px;
}
@media (min-width: 992px) {
  section.faq dl dd.item-2 {
    padding: 16px;
    width: 80%;
    margin-top: -64px;
    margin-left: 20%;
    padding-left: 16%;
  }
}
section.faq dl dd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}
section.faq dl dd img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 100%;
}
@media (min-width: 992px) {
  section.faq dl dd:has(img) {
    grid-template-columns: 2fr 1fr;
  }
}

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