@charset "UTF-8";

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

sup {
  font-size: 70%;
  vertical-align: top;
}

/* ======================================
basic
====================================== */
img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

/* ======================================
utility style
====================================== */
/* ----- media display ----- */
.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.tab-on {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }

  .tab-on {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/* タブレット */
@media screen and (max-width: 975px) and (min-width: 540px) {
  .tab-on {
    display: block;
  }

  .sp-on {
    display: none;
  }

  .pc-on {
    display: block;
  }
}

/* -----clearfix----- */
/* .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
} */
/* .clearfix {
  display: block;
} */
/* ======================================
layer
====================================== */
.l-wrap {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

/* ======================================
component
====================================== */
/* -----
area
 ----- */
/* .content-area{
   padding-bottom: 50px;
 } */
@media screen and (max-width: 767px) {
  .content-area {
    padding-bottom: 30px;
  }

  .content-area .inner {
    padding-top: 24px;
  }
}

/* -----
heading
 ----- */
.heading-02 {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 29px;
  color: #3c3f7c;
  text-align: center;
  margin: 64px 0 28px;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.002em;
}

/* .heading-02 span {
  font-size: 26px;
} */
.heading-02-inner {
  display: inline-block;
}

.heading-02::after {
  position: absolute;
  content: "";
  width: 92%;
  height: 1px;
  border-bottom: 1px solid #878787;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-02_none::after {
  content: none;
}

.heading-03 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 20px 0 28px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: #1e1e1e;
}

.heading-box {
  position: relative;
}

.heading-box .heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #3c3f7c;
  text-align: center;
  margin: 48px 0 56px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.heading-box .heading span {
  font-size: 20px;
  color: #1e1e1e;
}

.heading-box .img-box {
  position: absolute;
  width: 80px;
  top: -12px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .heading-02 {
    margin: 40px 0 18px;
  }

  .heading-02-inner::after {
    width: calc(100% + 8px);
    bottom: -14px;
  }

  .heading-box {
    position: relative;
    width: 98%;
    max-width: 400px;
    margin: 0 auto;
  }

  .heading-03 {
    margin: 24px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .heading-box .heading {
    font-size: 24px;
    text-align: left;
    margin: 32px 0 0;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .heading-box .heading span {
    display: inline-block;
    font-size: 16px;
    color: #1e1e1e;
  }

  .heading-box .img-box {
    width: 80px;
    top: 0;
  }
}

/* -----
text
----- */
.tex-box {
  margin: 32px 0;
}

.tex {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.002em;
  color: #1e1e1e;
}

.notes {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.002em;
  color: #1e1e1e;
}

@media screen and (max-width: 767px) {
  .tex-box {
    margin: 16px 0;
  }

  .notes {
    margin-top: 20px;
    font-size: 10px;
  }
}

/* -----
img
----- */
.img-box .img-box-inner {
  padding: 40px 0 40px;
}

@media screen and (max-width: 767px) {
  .img-box .img-box-inner {
    padding: 24px 0;
  }
}

/* -----
column
----- */
/* -----float----- */
.float-box-col2 .tex {
  /* display: inline; */
}

.float-box-col2 .text02 {
  padding-top: 24px;
}

.float-box-col2 .img-box {
  float: right;
  width: auto;
  margin: 0 16px 32px 48px;
}

.float-box-col2 .img01 {
  width: 180px;
}

.float-box-col2 .img02 {
  width: 270px;
}

/* -----flex box----- */
.col1 .tex {
  margin: 40px 0;
  text-align: center;
}

.col2 {
  display: flex;
  justify-content: space-between;
}

.col2 .img-box {
  width: 41%;
  margin: 0 0 0 48px;
}

.col2 .tex {
  width: 52%;
}

.col2 .img-box img {
  width: 100%;
}

.col2-02 {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.col2-02 .img-box {
  /* width: 32%; */
  font-size: 14px;
  line-height: 1.8;
  /* margin: 0 48px 0 0; */
}

/* .col2-02 .tex{
  width: 60%;
} */
.col2-02 .img-box img {
  width: 100%;
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 767px) {

  /* -----float----- */
  .sp-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-flex .img-box {
    order: 2;
  }

  .sp-flex .text02 {
    order: 3;
  }

  .float-box-col2 .text02 {
    padding-top: 0;
  }

  .float-box-col2 .img-box {
    float: none;
    width: auto;
    margin: 24px 0;
  }

  .float-box-col2 .img01 {
    width: 180px;
  }

  .float-box-col2 .img02 {
    width: 270px;
  }

  /* -----flex box----- */
  .col1 .tex {
    margin: 24px 0;
    text-align: left;
  }

  .col2 {
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: center;
  }

  .col2 .img-box {
    width: 100%;
    margin: 32px 0 24px;
  }

  .col2 .tex {
    width: 100%;
  }

  .col2-02 {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    margin-top: 0;
  }

  .col2-02 .img-box {
    width: 68%;
    margin: 0 0 32px 0;
  }

  .col2-02 .tex {
    width: 100%;
  }
}

/* -----
movie
----- */
.movie-area {
  margin: 48px 0;
  padding: 40px;
  background-color: #e2e2eb;
}

.movie-area .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #3c3f7c;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.movie-box {
  margin: 0 auto;
  max-width: 700px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 50.15%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .movie-area {
    position: relative;
    left: -20px;
    width: 100vw;
    margin: 40px 0;
    padding: 24px 20px;
  }

  .movie-area .title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .movie-box {
    margin: 0 auto;
    width: 100%;
  }

  .youtube {
    padding-top: 50.25%;
  }
}

/* -----
box
----- */
.cont-box {
  padding: 40px;
  background: #ffffff;
  border: 2px solid #3c3f7c;
  border-radius: 20px;
}

.cont-box .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #3c3f7c;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.cont-box .title.title_01 {
  font-weight: 600;
}

.cont-box .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_01+.box .tex {
  width: 45%;
}

.title_01+.box .img-box {
  width: 46%;
}

.cont-box .box .img-box {
  margin-left: 32px;
}

.cont-box .box .img-box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cont-box {
    margin-top: 48px;
    padding: 24px 16px;
    border-radius: 16px;
  }

  .cont-box .title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .cont-box .box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }

  .title_01+.box .tex {
    width: 100%;
  }

  .title_01+.box .img-box {
    width: 77%;
  }

  .cont-box .box .img-box {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .cont-box .box .img-box img {
    width: 100%;
  }
}

/* -----
button
----- */
.btn-box {
  margin: 24px 0;
}

.btn-box .btn01 {
  margin-bottom: 24px;
}

.btn-box .btn01:last-child {
  margin-bottom: 0;
}

.btn01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 24px;
  text-align: center;
}

.btn01 a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 19px 12px;
  border: 1px solid #3c3f7c;
  font-size: 18px;
  text-decoration: none;
  color: #3c3f7c;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.btn01 a:hover {
  color: #fff;
  background: #3c3f7c;
}

.btn01 a::after {
  content: ">";
  position: absolute;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .btn-box {
    margin: 20px 0;
  }

  .btn-box .btn01 {
    margin-bottom: 20px;
  }

  .btn01 {
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .btn01 a {
    width: 100%;
    padding: 8px 16px 9px;
    line-height: 1.25;
  }

  .btn01 a::after {
    content: ">";
    position: absolute;
    top: calc((100% - 20px) / 2);
    right: 8px;
  }
}

/* -----
product
----- */
.prodt-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
}

.prod-img {
  width: 44%;
  margin-right: 48px;
}

.prod-img img {
  width: 100%;
}

.prod-img a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.prod-img a:hover {
  opacity: 0.7;
}

.prod-detail {
  width: 50%;
}

.prod-detail .prod-name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.prod-detail .prod-price {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.875;
}

.prod-detail .prod-tex {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .product-area {
    padding-top: 16px;
    margin-bottom: 60px;
  }

  .prodt-box {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }

  .prod-img {
    width: min(100%, 550px);
    margin: 0 auto 24px;
  }

  .prod-img img {
    width: 100%;
  }

  .prod-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .prod-detail .prod-name {
    margin-bottom: 12px;
  }

  .prod-detail .prod-price {
    text-align: center;
  }

  .prod-detail .prod-tex {
    margin-top: 28px;
  }
}

/* ======================================
common.cssの上書き
====================================== */
/* .main-contents {
  overflow: hidden;
} */
.com-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1039px) {
  .com-wrap {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .com-wrap {
    display: block;
    margin-right: 0;
  }
}

.com-wrap .com-nav-area {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .com-wrap .com-nav-area {
    width: 100%;
  }
}

.com-wrap .com-main-area {
  max-width: 780px;
  width: calc(100% - 220px);
}

@media screen and (max-width: 767px) {
  .com-wrap .com-main-area {
    width: 100%;
  }
}

.com-wrap .com-nav-area ul li a {
  height: auto;
  padding-top: 11px;
  padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .com-wrap .com-nav-area ul li a {
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .com-wrap .com-nav-area ul li a::after {
    content: ">";
    position: absolute;
    right: 1.5em;
    top: calc((100% - 14px) / 2);
  }
}

@media screen and (max-width: 1039px) {
  .udl-head {
    padding-bottom: 5px;
  }
}

.com-nav-area {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  line-height: 1.15;
}

.com-nav-area--02 {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {

  /* 共通 */
  .pc-only,
  .pc-on {
    display: none;
  }

  .tab-on {
    display: none;
  }

  .sp-only,
  .sp-on {
    display: block !important;
  }
}

/* ↓2025spr01 追記 ========================================= */
:root {
  --color-br: #be747d;
  --color-gr: #71a060;
  --color-bl: #6596c6;
  --color-pu: #a07fbb;
}

.heading-02 span {
  font-size: 26px;
}

.heading-02 sup {
  font-size: 60%;
  vertical-align: super;
}

.border {
  border-width: 4px;
  border-style: solid;
}

.border.border-color-br {
  border-color: var(--color-br);
}

.border.border-color-gr {
  border-color: var(--color-gr);
}

.border.border-color-bl {
  border-color: var(--color-bl);
}

.border.border-color-pu {
  border-color: var(--color-pu);
}

.text-color-br {
  color: var(--color-br);
}

.text-color-gr {
  color: var(--color-gr);
}

.text-color-bl {
  color: var(--color-bl);
}

.text-color-pu {
  color: var(--color-pu);
}

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

@media screen and (max-width: 767px) {
  .tex-box .tex {
    text-align: left;
  }
}

.tex-box sup {
  font-size: 50%;
  vertical-align: super;
}

.color-box {
  position: relative;
  padding: 15px;
  background: url(../img/bg.jpg) repeat-y center top/100% auto;
}

@media screen and (max-width: 767px) {
  .color-box {
    margin-left: -20px;
    margin-right: -20px;
    padding: 25px 20px 35px;
    border-radius: 0;
  }
}

.col-box-wrapper {
  border: 2px solid #ebd7d9;
  border-radius: 20px;
  /* padding: 3px; */
}

.col-box-inner {
  padding: 14px 15px 215px;
}

@media screen and (min-width: 767px) {
  .col-box-inner {
    padding: 0px 35px 0px;
  }
}


@media screen and (max-width: 767px) {
  .img-box.img_01 figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.img-box.img_01 figure figcaption {
  font-size: 12px;
  text-align: right;
  margin-block: 12px;
}

@media screen and (max-width: 767px) {
  .img-box.img_01 figure figcaption {
    padding-right: 20px;

    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.col-box {
  margin-block: 12px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .col-box {
    margin-top: 20px;
  }
}

.col-box .col-box__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .col-box .col-box__item {
    flex-direction: column;
    gap: 24px;
  }
}

.col-box .col-box__item .text-box {
  flex: 1;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  .col-box .col-box__item .text-box {
    max-width: 100%;
  }
}

.col-box .col-box__item .text-box .text-box__title {
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .col-box .col-box__item .text-box .text-box__title {
    text-align: center;
    font-size: 20px;
  }
}

.col-box .col-box__item .text-box .text-box__title+p {
  margin-top: 12px;
  text-align: justify;
}

.col-box .col-box__item .text-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #1e1e1e;
}

.col-box .col-box__item .img-box {
  flex: 1;
  max-width: 207px;

}

@media screen and (max-width: 767px) {
  .col-box .col-box__item .img-box {
    /* max-width: 100%; */
    width: 65%;
    padding-inline: 10px;
    position: absolute;
    bottom: -4%;
  }
}

@media screen and (min-width: 767px) {
  .igakusho {
    position: relative;
    top: -30px;
  }
}

.col-box .col-box__item:not(.img-box) .text-box {
  max-width: 100%;
}

.col-box .col-box__item:nth-child(even) .text-box {
  order: 1;
}

@media screen and (max-width: 767px) {
  .col-box .col-box__item:nth-child(even) .text-box {
    order: 0;
  }
}

.col-box .col-box__item:nth-child(even) .img-box {
  order: 0;
}

@media screen and (max-width: 767px) {
  .col-box .col-box__item:nth-child(even) .img-box {
    order: 1;
  }
}

.sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.sec-title img {
  max-width: 143px;
  /* margin: 0 auto; */
}

.sec-title .tex {
  font-size: 30px;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .sec-title .tex {
    font-size: 24px;
  }
}

.sub-contents {
  margin-block: 70px 0;
  background-image: url(../img/bg-sub-contents-top.svg), url(../img/bg-sub-contents-btm.svg);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  padding-block: 30px;
}

.sub-contents .sub-contents__title {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sub-contents .sub-contents__title {
    font-size: 20px;
  }
}

.sub-contents .sub-contents__title .icon {
  position: absolute;
  top: -75px;
  left: 30px;
}

.sub-contents .sub-contents__title .icon img {
  max-width: 69px;
}

@media screen and (max-width: 767px) {
  .sub-contents .sub-contents__title .icon {
    top: -70px;
    left: 22px;
  }

  .sub-contents .sub-contents__title .icon img {
    max-width: 60px;
  }
}

/* section-01 */
.section-01 {
  margin-block: 40px 0;
}

.section-01 .col-box-wrapper {
  position: relative;
}

.section-01 h2 {
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 32px;
  width: 143px;
  position: absolute;
  top: -4%;
  left: 4%;
}

@media screen and (min-width: 767px) {
  .section-01 h2 {
    line-height: 1.4;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 32px;
    width: 143px;
    position: absolute;
    top: -7%;
    left: 4%;
  }
}



/* section-02 */
.section-02 {
  margin-block: 120px 0;
}

.section-02 h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 32px;
  color: #3c3f7c;
}

.section-02 .keyword-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .section-02 .keyword-list {
    grid-template-columns: 1fr;
    flex-direction: column;
    width: 86%;
    margin: 0 auto;
    gap: 10px;
  }
}

.section-02 .keyword-list__item {
  background-color: #fff;
  border-radius: 15px;
}

.section-02 .keyword-list__item>a {
  display: flex;
  gap: 12px;
  border-radius: 15px;
  padding: 25px 25px;
  align-items: center;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .section-02 .keyword-list__item>a {
    padding: 20px 20px;
  }
}

@media (hover: hover) {
  .section-02 .keyword-list__item>a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .section-02 .keyword-list__item>a .icon-num {
    width: 35px;
  }
}

.section-02 .keyword-list__item>a .tex {
  flex: 1;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .section-02 .keyword-list__item>a .tex {
    font-size: 19px;
  }
}

/* section-03 */
.section-03 {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .section-03 {
    margin-block: 30px 0;
  }
}

.section-03 .top-img {
  position: absolute;
  top: -88px;
  left: -4px;
  width: 280px;
}

@media screen and (max-width: 960px) {
  .section-03 .top-img {
    max-width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .section-03 .top-img {
    display: block;
    position: static;
    width: 100%;
    max-width: 90%;
    margin: -10px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .section-03 .col-box {
    margin-top: 20px;
  }
}

.section-03 .notes {
  font-size: 12px !important;
}

@media screen and (max-width: 767px) {
  .section-03 .notes {
    font-size: 10px !important;
  }
}

.section-03 .col-box-wrapper {
  margin-top: 15px;
}

/* ↓content-01 */
@media screen and (max-width: 767px) {
  .section-01 .content-01 {
    position: relative;
  }
}

.section-03 .content-01 {
  margin-top: 0px;
}

.section-03 .content-01 .col-box-inner {
  padding: 30px 20px 10px 37px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-01 .col-box-inner {
    padding: 30px 15px 10px;
  }
}

.section-03 .content-01 .col-box .col-box__item {
  gap: 18px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-01 .col-box .col-box__item {
    gap: 0px;
  }
}

.section-03 .content-01 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 217px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-01 .col-box .col-box__item .img-box {
    max-width: 70%;
    padding-inline: 10px;
    margin-top: -15px;
  }

  .section-03 .content-01 .col-box .col-box__item .notes {
    margin-top: -15px;
  }
}

/* ↓content-02 */
.section-03 .content-02 .col-box .col-box__item {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-02 .col-box .col-box__item {
    gap: 20px;
  }
}

.section-03 .content-02 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 285px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-02 .col-box .col-box__item .img-box {
    max-width: 90%;
    padding-inline: 10px;
  }
}

/* ↓content-03 */
.section-03 .content-03 .col-box-inner {
  padding: 30px 37px 20px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-03 .col-box-inner {
    padding: 30px 15px 10px;
  }
}

.section-03 .content-03 .col-box {
  gap: 0;
}

.section-03 .content-03 .col-box .col-box__item {
  flex-flow: column;
}

.section-03 .content-03 .col-box .col-box__item .text-box__title {
  text-align: center;
}

.section-03 .content-03 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .section-03 .content-03 .col-box .notes {
    margin-top: 0px;
  }
}

/* ↓content-04 */
.section-03 .content-04 .col-box .col-box__item {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-04 .col-box .col-box__item {
    gap: 20px;
  }
}

.section-03 .content-04 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 210px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-04 .col-box .col-box__item .img-box {
    max-width: 80%;
    padding-inline: 10px;
  }
}

/* ↓content-05 */
.section-03 .content-05 .col-box-inner {
  padding: 30px 37px 20px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-05 .col-box-inner {
    padding: 30px 15px 10px;
  }
}

.section-03 .content-05 .col-box {
  gap: 0;
}

.section-03 .content-05 .col-box .col-box__item {
  flex-flow: column;
  gap: 10px;
}

.section-03 .content-05 .col-box .col-box__item .text-box__title {
  text-align: center;
}

.section-03 .content-05 .col-box .col-box__item .img-box-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-05 .col-box .col-box__item .img-box-wrapper {
    flex-flow: column;
  }
}

.section-03 .content-05 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.7;
}

/* ↓content-06 */
.section-03 .content-06 .col-box-inner {
  padding: 30px 37px 20px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-06 .col-box-inner {
    padding: 30px 15px 10px;
  }
}

.section-03 .content-06 .col-box .col-box__item {
  gap: 20px;
}

.section-03 .content-06 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 210px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-06 .col-box .col-box__item .img-box {
    max-width: 80%;
    padding-inline: 10px;
  }
}

/* ↓content-07 */
.section-03 .content-07 .col-box .col-box__item {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-07 .col-box .col-box__item {
    gap: 20px;
  }
}

.section-03 .content-07 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 202.4873px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-07 .col-box .col-box__item .img-box {
    max-width: 70%;
    padding-inline: 10px;
  }
}

/* ↓content-08 */
.section-03 .content-08 .col-box .col-box__item {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-08 .col-box .col-box__item {
    gap: 20px;
  }
}

.section-03 .content-08 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 202.4873px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-08 .col-box .col-box__item .img-box {
    max-width: 70%;
    padding-inline: 10px;
  }
}

/* ↓content-09 */
.section-03 .content-09 .col-box .col-box__item {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-09 .col-box .col-box__item {
    gap: 20px;
  }
}

.section-03 .content-09 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 206.4873px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-09 .col-box .col-box__item .img-box {
    max-width: 70%;
    padding-inline: 10px;
  }

  .section-03 .content-09 .col-box .col-box__item p {
    word-break: break-all;
  }
}

/* ↓content-10 */
.section-03 .content-10 .col-box .col-box__item {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-10 .col-box .col-box__item {
    gap: 20px;
  }
}

.section-03 .content-10 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 206.4873px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-10 .col-box .col-box__item .img-box {
    max-width: 70%;
    padding-inline: 10px;
  }
}

/* ↓content-11 */
.section-03 .content-11 .col-box .col-box__item {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-11 .col-box .col-box__item {
    gap: 20px;
  }
}

.section-03 .content-11 .col-box .col-box__item .img-box {
  flex: 1;
  max-width: 285px;
}

@media screen and (max-width: 767px) {
  .section-03 .content-11 .col-box .col-box__item .img-box {
    max-width: 100%;
    padding-inline: 10px;
  }
}

/* ↑2025spr01 追記 ========================================= */

/* ↓2025aut02 追記 ========================================= */


.aut02 .heading-02 {
  font-size: 29px;

}


.product-area-area {
  font-size: 12px;
}


.news {
  margin-top: 50px;
  margin-bottom: 150px;
}

@media screen and (min-width: 767px) {
  .news {
    margin-top: 60px;
  }
}


.news h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 50px;
  position: relative;
}

.news h2::after {
  position: absolute;
  content: "";
  width: 68%;
  height: 1px;
  border-bottom: 1px solid #000;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news__box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;

}


.news__img-1 {
  display: block;
  width: 20%;
}

@media screen and (min-width: 767px) {
  .news__img-1 {
    display: block;
    width: 14%;
  }
}

.news__img-2 {
  display: block;
  width: 86%;
}


.news .tex {
  margin-bottom: 60px;
  line-height: 1.5;
}

.news__container {
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 25px 20px 25px;
}

@media screen and (min-width: 767px) {
  .news__container {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    padding: 30px 40px 30px;
  }
}

.news__ttl {
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .news__ttl {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
  }
}


.news__txt {
  font-size: 16px;
  line-height: 1.7;
}

.news__boximg {
  display: block;
  width: 86px;
}


.news__manicon {
  width: 234px;
}

@media screen and (min-width: 767px) {
  .news__manicon {
    width: 515px;
  }
}

.question__h2-wrap {
  position: relative;
  width: 315px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) { 
  .question__h2-wrap {
    width: 375px;
  }
}

.question__h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #3c3f7c;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.002em;
}

@media screen and (min-width: 767px) {
  .question__h2 {
    padding-bottom: 30px;
  }
}

.question__h2-small {
  font-size: 27px;
}

.question__fukidashibox {
  position: absolute;
  top: -75%;
  right: 0;
  width: 110px;
}

@media screen and (min-width: 767px) {
  .question__fukidashibox {
    position: absolute;
    top: -50%;
    right: -25%;
    width: 100px;
  }
}

.question__fukidashi {
  position: relative;
  display: block;
}

.question__fukidashitxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

.question__wrap {
  background: #dee;
  padding: 35px 20px;
  margin: 0 calc(50% - 50vw) 40px;
}

@media screen and (min-width: 767px) {
  .question__wrap {
    background: #dee;
    padding: 45px 35px;
    margin: 0 0 100px;
  }
}

.question__container {
  margin-bottom: 50px;
}

.question__container:nth-child(6) {
  margin-bottom: 0px;
}

.question__question {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  position: relative;
}

.question__question::after {
 content: "";
 position: absolute;
 bottom: -10px;
 left: 50%;
 transform: translateX(-50%);
 width: 16px;
 height: 26px;
 background: #fff;
 border-radius: 58%;
}


@media screen and (min-width: 767px) {
  .question__question {
    width: 100%;
    border-radius: 10px;
  }
}


.question__question-icon {
  display: block;
  width: 70px;
  position: absolute;
  top: -12%;
  left: 40%;
}

@media screen and (min-width: 767px) {
  .question__question-icon {
    left: 44%;
  }
}



.question__question-ttl {
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 35px 0;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .question__question-ttl {
    margin-bottom: 40px;
  }
}


.question__anser {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .question__anser {
    margin-bottom: 55px;
    flex-direction: row;
    align-items: start;
    gap: 50px;
  }
}

.question__anser-icon {
  display: block;
  width: 70px;
  margin: 20px auto;

}


.question__anser-icon {
  display: block;
  width: 70px;
  margin: 20px auto;
}

@media screen and (min-width: 767px) {
  .question__anser-icon {
    display: block;
    width: 100px;
    margin: 0px auto;
    object-fit: contain;
  }
}


.question__h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #09c;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .question__h3 {
    font-size: 18px;
    text-align: left;
    color: #09c;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.question__h3-2 {
  font-size: 17.5px;
  font-weight: bold;
  text-align: center;
  color: #e58;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .question__h3-2 {
    text-align: left;
    width: 327px;
  }
}

.question__h3-3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #95a;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .question__h3-3 {
    text-align: left;
  }
}

/* @media screen and (min-width: 767px) {
.question__box-03 {
  display: flex;
  align-items: center;
  gap: 10px;
}
} */


@media screen and (min-width: 1020px) {
  .question__anser-box-2 {
    display: flex;
    align-items: start;
    gap: 23px;
  }
}

.question__anser-txt {
  font-size: 16px;
  line-height: 1.8;
}

.question__anser-txt-2 {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 767px) {
  .question__anser-txt-2 {
   /* width: 78%; */
  }
}

@media screen and (min-width: 1020px) {
  .question__anser-txt-2 {
   width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .question__box-03 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1020px) {
  .question__box-03 {
    margin-bottom: 0px;
  }
}



.question__check {
  border: 2px dotted #6cd;
  border-radius: 20px;
  padding: 30px 15px;
  position: relative;
}



@media screen and (min-width: 767px) {
  .question__check {
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

.question__check-pos {
  border: 2px dotted #6cd;
  border-radius: 20px;
  padding: 30px 15px;
  position: relative;
}

@media screen and (min-width: 1020px) {
  .question__check-pos {
    padding: 30px 40px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 50px;
  }
}

.question__check-2 {
  border: 2px dotted #95a;
  border-radius: 20px;
  padding: 30px 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .question__check-2 {
    gap: 20px;
  }

}

.question__check-3 {
  border: 2px dotted #6cd;
  border-radius: 20px;
  padding: 30px 15px;
  position: relative;
}

@media screen and (min-width: 1020px) {
  .question__check-3 {
    border: 2px dotted #6cd;
    border-radius: 20px;
    padding: 25px 35px;
    display: flex;
  }
}

@media screen and (min-width: 767px) {
  .question__check-3-box {
    padding: 0px 0px;
    gap: 40px;
  }
}

@media screen and (min-width: 1020px) {
  .question__check-3-box {
    padding: 0px 0px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 40px;
  }
}

.question__icon {
  width: 143px;
  position: absolute;
  top: -5%;
  left: 5%;
}

@media screen and (min-width: 767px) {
  .question__icon {
    width: 160px;
    position: absolute;
    top: -6%;
    left: 2%;
  }
}

@media screen and (min-width: 1020px) {
  .question__icon {
    width: 160px;
    position: absolute;
    top: -12%;
    left: 2%;
  }
}

.question__icon-2 {
  width: 143px;
  position: absolute;
  top: -5%;
  left: 5%;
}

@media screen and (min-width: 767px) {
  .question__icon-2 {
    width: 160px;
    position: absolute;
    top: -6%;
    left: 2%;
  }
}

@media screen and (min-width: 1020px) {
  .question__icon-2 {
    width: 160px;
    position: absolute;
    top: -10%;
    left: 2%;
  }
}

.question__icon-3 {
  width: 143px;
  position: absolute;
  top: -5%;
  left: 5%;
}

@media screen and (min-width: 650px) {
  .question__icon-3 {
    width: 143px;
    position: absolute;
    top: -12%;
    left: 5%;
  }
}

@media screen and (min-width: 767px) {
  .question__icon-3 {
    width: 160px;
    position: absolute;
    top: -6%;
    left: 2%;
  }
}

@media screen and (min-width: 1020px) {
  .question__icon-3 {
    width: 160px;
    position: absolute;
    top: -12%;
    left: 2%;
  }
}


.question__checkbox {
  margin: 0 auto 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .question__checkbox {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

@media screen and (min-width: 1020px) {
  .question__checkbox {
    margin: 0 0 0 0;
    width: 183px;
  }
}

.question__checkbox-2 {
  width: 129px;
  margin: 0 auto;
}

.question__check-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #09c;
  margin-bottom: 10px;
}

.question__check-ttl-2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #95a;
  margin-bottom: 10px;
}

.question__check-ttl-3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.question__check-ttl-4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #09c;
  margin-bottom: 20px;
  line-height: 1.5;
}


.question__check-txt {
  font-size: 14px;
  line-height: 1.5;
}

.question__baby-icon {
  width: 250px;
  margin: 0 auto;
 visibility: visible;
}

@media screen and (min-width: 767px) {
  .question__baby-icon {
    width: 112px;
    display: block;
  }
}

@media screen and (min-width: 1020px) {
  .question__baby-icon {
    width: 112px;
    visibility: hidden;
  }
}

.question__baby-icon-pc {
  width: 250px;
  margin: 0 auto;
  display: none;
}

@media screen and (min-width: 767px) {
  .question__baby-icon-pc {
    width: 160px;
    display: none;
    position: absolute;
    top: -16%;
    right: 5%;
  }
}

@media screen and (min-width: 1020px) {
  .question__baby-icon-pc {
    width: 160px;
    display: block;
    position: absolute;
    top: -16%;
    right: 5%;
  }
}

.question__baby-icon-pc-2 {
  width: 250px;
  margin: 0 auto;
  display: none;
}

@media screen and (min-width: 767px) {
  .question__baby-icon-pc-2 {
 width: 170px;
 display: none;
 position: absolute;
 top: -4%;
 right: 5%;
  }
}

@media screen and (min-width: 1020px) {
  .question__baby-icon-pc-2 {
 width: 170px;
 display: block;
 position: absolute;
 top: -4%;
 right: 5%;
  }
}

.question__baby-icon-2 {
  width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .question__baby-icon-2 {
    width: 155px;
  }
}

@media screen and (min-width: 1020px) {
  .question__baby-icon-2 {
    width: 160%;
  }
}

.suport {
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
 .suport {
   margin-bottom: 80px;
 }
}

.suport__wrap {
  margin-bottom: 40px;
}

.suport__wrap:nth-child(4) {
  margin-bottom: 0px;
}

/* @media screen and (min-width: 767px) {
  .suport__wrap {
    display: flex;
    align-items: center;
  }
} */

@media screen and (min-width: 767px) {
  .suport__wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.suport__h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #3c3f7c;
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.3;
  letter-spacing: 0.002em;
  position: relative;
  width: 325px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .suport__h2 {
    width: 93%;
    max-width: 725px; 
  }
}

.suport__h2-small {
  font-size: 27px;
}

.suport__icon-gell {
  position: absolute;
  bottom: -9%;
  right: -5%;
  display: block;
  width: 50px;
}

@media screen and (min-width: 769px) {
  .suport__icon-gell {
    position: absolute;
    bottom: -9%;
    right: -5%;
    display: block;
    width: 65px;
  }
}

@media screen and (min-width: 927px) {
  .suport__icon-gell {
    position: absolute;
    bottom: 15%;
    right: -3%;
    display: block;
    width: 65px;
  }
}

@media screen and (min-width: 928px) {
  .suport__icon-gell {
    position: absolute;
    bottom: 15%;
    right: -3%;
    display: block;
    width: 65px;
  }
}

.suport__icon {
  display: block;
  width: 80px;
  margin-bottom: 15px;
}

.suport__ttl {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 20px;
  color: #b77;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.suport__txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.002em;
}

.suport__wraparea {
  display: none;
}

@media screen and (min-width: 767px) {
.suport__wraparea {
  display: block;
}
}

.suport__img {
  width: 325px;
  margin: 10px auto 0;
  display: block;
}

@media screen and (min-width: 767px) {
  .suport__img {
    width: 1628px;
    margin: 0px auto 0;
    display: block;
  }
}

.suport__img-2 {
  width: 250px;
  margin: 10px auto 0;
  display: block;
}

.moisture__h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #3c3f7c;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.002em;
}

.moisture__h2-small {
  font-size: 27px;
}

.moisture__wrap {
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .moisture__wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.moisture__icon-gell {
  position: absolute;
  bottom: -27%;
  right: 0%;
  display: block;
  width: 70px;
}

@media screen and (min-width: 767px) {
  .moisture__icon-gell {
    position: absolute;
    bottom: 15%;
    right: 3%;
    display: block;
    width: 65px;
  }
}

.moisture__icon {
  display: block;
  width: 80px;
  margin-bottom: 15px;
}

.moisture__ttl {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 20px;
  color: #b77;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.moisture__txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.002em;
  /* margin-bottom: 15px; */
}

.moisture__wraparea {
  display: none;
}

@media screen and (min-width: 767px) {
.moisture__wraparea {
  display: block;
}
}

.moisture__img {
  width: 325px;
  margin: 10px auto 0;
  display: block;
}

@media screen and (min-width: 767px) {
  .moisture__img {
    width: 100%;
    margin: 0px auto 0;
    display: block;
  }
}

.moisture__img-2 {
  width: 250px;
  margin: 10px auto 0;
  display: block;
}

@media screen and (min-width: 767px) {
  .moisture__img-2 {
    width: 315px;
    margin: 0px auto 0;
  }
}


/* ↑2025aut02 追記 ========================================= */