@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: 55%;
  vertical-align: super;
}

/* ======================================
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: 30px;
  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;
  text-align: justify;
}

.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 32px;
}

@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: 24px;
  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 10px;
  }

  .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 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .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;
  }
}
/* ↓2022026sum01 追記 ========================================= */

.main_ttl{
  padding-bottom: 0;
  margin-bottom: 0;
}

.heading-02 + p.notes{
  text-align: center;
  margin: 10px 0 60px;
}
.notes + .tex-box{
  margin: 0 0 90px;
}
.notes + .tex-box .tex{
  text-align: center;
}

/* section_01 */
.wrap_person_text{
  display: flex;
  gap: 20px;
  margin: 45px 0 60px;
  width: min(100%, 660px);
  margin: 45px auto 60px;
}

.wrap_person_text .img{
  width: 150px;
}

.wrap_person_text .img p{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 5px;
}

.wrap_person_text .img p span{
  font-size: 14px;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.wrap_person_text .img p span span{
  font-size: 20px;
}

.wrap_person_text .txt{
  position: relative;
  width: calc(100% - 180px);
  background-image: url(../img/img_03-1.jpg), url(../img/img_03.jpg);
  background-repeat: no-repeat no-repeat;
  background-position: top left, bottom right;
  background-size: 64px;
  padding: 0 15px;
  margin: 12px 0;
}

.wrap_sec01{
  background: url(../img/img_06.jpg) no-repeat top right/contain;
  padding: 50px 0;
  margin-top: 60px;
}

.wrap_sec01 h2{
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 100px;
  margin-bottom: 30px;
}

.wrap_sec01 .faq p{
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 40px;
  padding: 20px 24px;
  margin-bottom: 20px;
}

.wrap_sec01 .faq p.q{
  background-image: url(../img/img_04.png);
}
.wrap_sec01 .faq p.a{
  background-image: url(../img/img_05.png);
}

/* section_02 */
.ttl_underline{
  width: fit-content;
  color: #1E1E1E;
  font-size: 30px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 5px;
  margin: 0 auto 50px;
}

.ttl_underline::before{
  content: "";
  width: 100%;
  height: 3px;
  background: #1E1E1E;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 70px;
  margin-bottom: 100px;
}

.section_02 ul li{
  position: relative;
  width: calc((100% - 70px)/2);
}

.section_02 ul li.item::before{
  content: "";
  width: 56px;
  height: 112px;
  background: url(../img/img_08.jpg) no-repeat center/contain;
  position: absolute;
  top: 10px;
  right: -15px;
  z-index: -1;
}

.section_02 ul li h3{
  width: 89px;
  margin: 0 auto 15px;
}

.ttl_blue{
  font-size: 22px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00adc9;
  text-align: center;
  margin-bottom: 18px;
}

.section_02 ul li figure{
  width: 82%;
  margin: 20px auto 0;
}

/* section_03 */

.section_03{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 35px 40px;
  border: 1px solid #000;
  margin-bottom: 90px;
}

.section_03 h2{
  width: 128px;
  position: absolute;
  top: -16px;
  left: 16px;
}

.section_03 .txt{
  width: 70%;
}

.section_03 h3{
  font-size: 24px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}

.section_03 .notes {
  margin-top: 8px;
}

.section_03 figure{
  display: block;
  width: 28%;
  margin-top: -66px;
}

/* section_04 */

.section_04 ul{
  display: flex;
  gap: 35px;
  margin-bottom: 150px;
}

.section_04 ul li.trouble_img{
  order: 2;
  width: 280px;
  padding-top: 100px;
}
.section_04 ul li.trouble_txt{
  width: calc((100% - 350px) / 2);
}
.section_04 ul li.trouble_txt.left{
  order: 1;
}
.section_04 ul li.trouble_txt.right{
  order: 3;
}

.section_04 ul li h3{
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-image: url(../img/img_15.jpg), url(../img/img_15-1.jpg);
  background-repeat: no-repeat no-repeat;
  background-position: top left, bottom right;
  background-size: 51px;
  padding: 16px 0;
  margin-bottom: 15px;
}

.section_04 ul li.left > p{
  margin-bottom: 45px;
}

.section_04 ul li.right > h3{
  margin-top: 45px;
}

/* section_05 */

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

.section_05 h2 span{
  width: 241px;
  position: absolute;
  top: -80px;
  left: 22%;
  transform: translateX(-50%);
}

.wrap_point{
  width: min(94%,580px);
  position: relative;
  border: 1px dashed #00adc9;
  padding: 30px 40px;
  border-radius: 20px;
  margin: 0 auto 20px;
}

.wrap_point h3{
  width: 96px;
  position: absolute;
  top: -16px;
  left: 24px;
}

.wrap_step{
  display: flex;
  gap: 30px 45px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.wrap_step .step{
  width: calc((100% - 45px) / 2);
}

.wrap_step .step h3{
  width: 51px;
  margin: 0 auto 15px;
}

.wrap_step .step ul{
  display: flex;
  gap: 15px;
}

.wrap_step .step ul .txt{
  width: calc(100% - (15px + 180px));
}

.wrap_step .step ul .txt .ttl_blue{
  font-size: 16px;
  text-align: left;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.wrap_step .step ul .txt .tex{
  font-size: 14px;
  line-height: 1.7;
}

.wrap_step .step ul .img{
  width: 180px;
}

/* section_06 */

.section_06{
  background: #fdf9d9;
  padding: 30px 40px 35px;
  border-radius: 20px;
  margin-bottom: 110px;
}

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

.section_06 ul{
  display: flex;
  gap: 50px;
}

.section_06 ul li{
  flex: 1;
}

.section_06 ul li figure{
  position: relative;
  display: block;
  width: 140px;
  margin: 0 auto 10px;
}

.section_06 ul li figure .new_color{
  width: 65px;
  position: absolute;
  top: -27px;
  left: -15px;
}

.section_06 ul li h3{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.section_06 ul li .tex{
  font-size: 14px;
  line-height: 1.7;
}

/* section_07 */

.section_07 .heading-02 + p.notes {
  margin-bottom: 30px;
}

.wrap_base{
  width: 86%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.wrap_base .img{
  width: 250px;
}

.wrap_base .txt{
  width: calc(100% - (30px + 250px));
}

.ttl_bgblue{
  color: #fff;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 20px;
}

.ttl_bgblue span{
  display: inline-block;
  background: #00adc9;
  padding: 1px 5px;
  /* text-decoration: underline solid #00adc9 120%;
  text-underline-offset: -19px;
  text-decoration-skip-ink: none; */
}

.icon_plus{
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #00adc9;
  margin: 10px auto 20px;
}

.wrap_item_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 90px;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 50px;
  margin-bottom: 70px;
}

.wrap_item_list ul li{
  width: calc((100% - 90px) / 2);
}

.wrap_item_list ul li figure{
  width: 85%;
  display: block;
  margin: 0 auto 25px;
}

.fwb{
  font-weight: bold;
}

.wrap_item_list ul li a{
  color: #3c3f7c;
  font-weight: bold;
}

.wrap_item_list ul li .notes{
  margin-top: 6px;
}

/* section_08 */
.section_08{
  margin-bottom: 70px;
}

.section_08 ol{
  display: flex;
  gap: 20px;
}

.section_08 ol li{
  flex: 1;
}

.section_08 ol li a{
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border: 5px solid #80d6e4;
  border-radius: 20px;
}

.section_08 ol li a::after{
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/img_36.jpg) no-repeat center/contain;
  margin: 8px auto 0;
}

.txt_blueborder{
  display: block;
  width: fit-content;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00adc9;
  padding: 5px;
  border: 1px solid #00adc9;
  margin: 0 auto 10px;
}

.section_08 ol li a p{
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
}

.section_08 ol li a p span{
  font-size: 20px;
  color: #00adc9;
}

/* section_09 */

.section_09,
.section_10{
  margin-bottom: 100px;
}

.ttl_reco{
  position: relative;
  width: fit-content;
  text-align: center;
  padding: 25px 20px 35px;
  border-top: 3px solid #00adc9;
  border-bottom: 3px solid #00adc9;
  margin: 0 auto 45px;
}

.ttl_reco .txt_blueborder{
  margin-bottom: 20px;
}

.skin_category{
  display: block;
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.section_09 .ttl_reco::before,
.section_09 .ttl_reco::after,
.section_10 .ttl_reco::before,
.section_10 .ttl_reco::after,
.section_11 .ttl_reco::before,
.section_11 .ttl_reco::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.section_09 .ttl_reco::before{
  width: 65px;
  height: 125px;
  background: url(../img/img_37.png) no-repeat center/contain;
  left: max(-4.6vw,-65px);
}
.section_09 .ttl_reco::after{
  width: 62px;
  height: 102px;
  background: url(../img/img_38.png) no-repeat center/contain;
  right: max(-4.6vw,-65px);
}

.wrap_reco{
  position: relative;
  width: fit-content;
  background-color: #e2dfdd;
  padding: 30px 20px 10px;
  border-radius: 10px;
  corner-shape: bevel;
  margin: 0 auto 15px;
}

.wrap_reco h3{
  width: max-content;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #cd3b1a;
  padding: 7px 15px;
  border-radius: 15px;
}

.wrap_reco li{
  font-size: 14px;
  margin-bottom: 10px;
}

.wrap_reco li::before{
  content: "□";
  
}

.wrap_reco + figure{
  width: min(100%,500px);
  margin: 0 auto 10px;
}

.wrap_reco + figure + .notes{
  width: min(100%,500px);
  margin: 0 auto 20px;
}

.wrap_flow{
  display: flex;
  justify-content: center;
  gap: 45px;
  
}

.wrap_flow li{
  max-width: 220px;
  flex: 1;
}

.wrap_flow li .ttl_blue{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin: 15px 0;
}

.wrap_flow li .tex{
  font-size: 14px;
}

.wrap_flow + .icon_plus{
  margin: 20px auto;
}

/* section_10 */

.section_10 .ttl_reco::before{
  width: 58px;
  height: 90px;
  background: url(../img/img_43.png) no-repeat center/contain;
  left: max(-4.6vw,-65px);
}
.section_10 .ttl_reco::after{
  width: 61px;
  height: 101px;
  background: url(../img/img_44.png) no-repeat center/contain;
  right: max(-4.6vw,-65px);
}

/* section_11 */

.section_11 .ttl_reco::before{
  width: 65px;
  height: 123px;
  background: url(../img/img_48.png) no-repeat center/contain;
  left: max(-4.6vw,-65px);
}
.section_11 .ttl_reco::after{
  width: 106px;
  height: 75px;
  background: url(../img/img_49.png) no-repeat center/contain;
  right: max(-7vw,-100px);
}

.wrap_finishing{
  position: relative;
  width: min(100%,500px);
  padding: 20px 10px;
  border: 4px double #00adc9;
  margin: 25px auto 30px;
}

.wrap_finishing::after{
  content: "";
  display: block;
  width: 86px;
  height: 94px;
  background: url(../img/img_53.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -54px;
}

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

.img_happy{
  width: min(100%,650px);
  margin: 60px auto 15px;
}

.img_happy + .notes{
  width: min(100%,650px);
  margin: 0 auto 70px;
}

/* product-area */

.product-area .heading-02{
  width: fit-content;
  margin: 64px auto 28px;
}

.product-area .heading-02::after {
  width: min(94vw, 540px);
}

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

.heading-02 + p.notes {
  margin: 10px 0 30px;
}

.notes + .tex-box {
  text-align: left;
  margin: 0 0 40px;
}

.img_01 figure{
  margin: 0 calc(50% - 50vw);
}

.notes + .tex-box .tex{
  text-align: left;
}

/* section_01 */

.wrap_person_text {
  gap: 0;
  flex-direction: column;
  padding: 0;
  margin: 20px 0 30px;
}

.wrap_person_text .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 25px;
}

.wrap_person_text .img figure {
  width: 120px;
}

.wrap_person_text .img p{
  width: max-content;
}

.wrap_person_text .txt {
  width: min(100%, 550px);
  margin: 0 auto;
  background-size: 50px;
  padding: 0 5px;
  margin: 5px auto;
}

.wrap_sec01 {
  background: url(../img/img_06.jpg) no-repeat left 55px / contain;
  padding: 0 20px 40px;
  margin: 0 calc(50% - 50vw);
}

.wrap_sec01 h2 {
  font-size: 17px;
  margin: 0 auto max(76vw, 291px);
}

.wrap_sec01 .faq {
  width: min(100%, 550px);
  margin: 0 auto;
}
.wrap_sec01 .faq p {
  font-size: 19px;
  line-height: 1.6;
  background-size: 32px;
  padding: 15px;
  margin-bottom: 10px;
}

/* section_02 */
.ttl_underline {
  font-size: 24px;
  padding-bottom: 8px;
  margin: 0 auto 25px;
}

.section_02 ul {
  width: min(100%, 550px);
  gap: 35px;
  flex-direction: column;
  margin: 0 auto 80px;
}

.section_02 ul li {
  width: 100%;
}

.section_02 ul li.item::before {
  width: 45px;
  height: 90px;
  top: 25px;
  right: 0;
}

.section_02 ul li h3 {
  width: 71px;
}

.ttl_blue {
  font-size: 18px;
}

.section_02 ul li .notes {
  margin-top: 10px;
}

/* section_03 */

.section_03 {
  width: min(100%, 550px);
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin: 0 auto 70px;
}

.section_03 h2 {
  width: 103px;
  top: -12px;
  left: 15px;
}

.section_03 .txt {
  width: 100%;
}

.section_03 figure {
  width: 170px;
  margin-top: 0;
}

.section_03 h3 {
  font-size: 20px;
}

/* section_04 */

.section_04 ul {
  width: min(100%, 550px);
  align-items: center;
  flex-direction: column;
  margin: 0 auto 140px;
}

.section_04 ul li.trouble_img,
.section_04 ul li.trouble_txt.left,
.section_04 ul li.trouble_txt.right {
  order: inherit;
}

.section_04 ul li.trouble_img {
  width: min(100%, 224px);
  padding-top: 0;
}

.section_04 ul li.trouble_txt {
  width: 100%;
}

.section_04 ul li h3 {
  font-size: 20px;
  margin: 0 auto 15px;
  width: min(100%, 205px);
}

.section_04 ul li.left > p{
  margin-bottom: 25px;
}

.section_04 ul li.right > h3{
  margin-top: 35px;
}

/* section_05 */

.section_05 h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

.section_05 h2 span {
  width: 193px;
  top: -57px;
  left: 31%;
}

.wrap_point {
  width: min(100%, 350px);
  padding: 20px;
}

.wrap_point h3 {
  width: 78px;
  top: -12px;
  left: 17px;
}

.wrap_step {
  width: min(100%, 550px);
  gap: 20px;
  flex-direction: column;
  margin: 0 auto 40px;
}

.wrap_step .step {
  width: 100%;
}

.wrap_step .step h3 {
  width: 40px;
  margin: 0 auto 10px;
}

.wrap_step .step.reverse ul{
  flex-direction: row-reverse;
}

.wrap_step .step ul .img{
  width: 150px;
}

.wrap_step .step ul .txt{
  width: calc(100% - (15px + 150px));
}

.wrap_step .step ul .txt .ttl_blue {
  font-size: 14px;
  margin-bottom: 8px;
}

/* section_06 */

.section_06 {
  padding: 20px 30px;
  border-radius: 0;
  margin: 0 calc(50% - 50vw) 70px;
}

.section_06 h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.section_06 ul {
  gap: 30px;
  flex-direction: column;
}

.section_06 ul li h3 {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.section_06 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_06 ul li.reverse{
  flex-direction: row-reverse;
}

.section_06 ul li figure {
  width: 110px;
  margin: 0;
}

.section_06 ul li figure .new_color {
  width: 52px;
  top: -20px;
  left: -9px;
}

.section_06 ul li .txt{
  width: calc(100% - (110px + 8px));
}

/* section_07 */

.section_07 .heading-02 + p.notes {
  margin-bottom: 35px;
}

.wrap_base {
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

.wrap_base .img {
  width: 200px;
}

.wrap_base .txt {
  width: 90%;
}

.ttl_bgblue {
  font-size: 19px;
  margin-bottom: 10px;
}

.wrap_base .txt .tex,
.wrap_item_list ul li .tex{
  font-size: 14px;
  line-height: 1.7;
}

.icon_plus {
  font-size: 50px;
  margin: 0 auto 10px;
}

.wrap_item_list{
  margin: 0 calc(50% - 50vw) ;
}

.wrap_item_list ul {
  gap: 40px;
  flex-direction: column;
  padding: 25px 35px 35px;
  margin-bottom: 80px;
}

.wrap_item_list ul li {
  width: 100%;
}

.wrap_item_list ul li figure {
  width: 65%;
  margin: 0 auto 15px;
}

/* section_08 */

.section_08 ol {
  width: min(100%, 550px);
  gap: 10px;
  flex-direction: column;
  margin: 0 auto;
}

.section_08 ol li a {
  padding: 5px 35px 7px 7px;
  border: 4px solid #80d6e4;
}

.txt_blueborder {
  font-size: 14px;
  padding: 3px;
  margin: 0 auto 3px;
}

.section_08 ol li a p {
  line-height: 1.4;
}

.section_08 ol li a p span {
  font-size: 18px;
}

.section_08 ol li a::after {
  width: 25px;
  height: 25px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* section_09 */

.section_09, .section_10 {
  margin-bottom: 80px;
}

.ttl_reco {
  width: min(100%, 325px);
  font-size: 10px;
  padding: 15px 0px;
  margin: 0 auto 30px;
}

.ttl_reco .txt_blueborder {
  margin-bottom: 7px;
}

.skin_category {
  font-size: 24px;
  margin-bottom: 8px;
}

.section_09 .ttl_reco::before, 
.section_09 .ttl_reco::after, 
.section_10 .ttl_reco::before, 
.section_10 .ttl_reco::after, 
.section_11 .ttl_reco::before, 
.section_11 .ttl_reco::after {
  top: 26%;
  z-index: 1;
}

.section_09 .ttl_reco::before {
  width: 48px;
  height: 92px;
  left: max(-3.7vw, -13px);
}

.section_09 .ttl_reco::after {
  width: 46px;
  height: 76px;
  right: max(-7.2vw, -25px);
}

.wrap_reco {
  padding: 32px 20px 10px;
  margin: 0 auto 20px;
}

.wrap_reco h3 {
  top: -12px;
  font-size: 14px;
}

.wrap_reco + figure {
  margin: 0 auto 7px;
}

.wrap_reco + figure + .notes {
  margin: 0 auto 35px;
}

.wrap_flow {
  width: min(100%, 550px);
  gap: 20px;
  flex-direction: column;
  margin: 0 auto;
}

.wrap_flow li {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_flow li.reverse{
  flex-direction: row-reverse;
}

.wrap_flow li figure{
  width: 165px;
}

.wrap_flow li .txt{
  width: calc(100% - (165px + 20px));
}

.wrap_flow li .ttl_blue {
  font-size: 14px;
  text-align: left;
  margin: 0;
}

/* section_10 */

.section_10 .ttl_reco::before {
  width: 43px;
  height: 67px;
}

.section_10 .ttl_reco::after {
  width: 46px;
  height: 76px;
}

/* section_11 */

.section_11 .ttl_reco::before {
  width: 48px;
  height: 92px;
}

.section_11 .ttl_reco::after {
  width: 80px;
  height: 56px;
  right: max(-4.9vw, -18px);
}

.wrap_flow + .icon_plus {
  margin: 0 auto;
}

.wrap_finishing {
  width: min(97%, 400px);
  padding: 20px 10px;
  margin: 20px auto;
}

.wrap_finishing p {
  font-size: 20px;
}

.wrap_finishing::after {
  width: 64px;
  height: 70px;
  top: 10px;
  right: -15px;
}

.img_happy {
  width: auto;
  margin: 60px auto 15px;
  margin: 30px calc(50% - 50vw) 5px;
}

.img_happy + .notes{
  margin: 0;
}

/* product-area */

.product-area .heading-02 {
  margin: 100px auto 40px;
}

} /* /SP */



/* タブレット */
@media screen and (max-width: 975px) and (min-width: 768px) {
  .wrap_sec01 {
    background: url(../img/img_06.jpg) no-repeat bottom right / 45vw;
  }
  .section_02 ul li.item::before {
    right: -55px;
  }
  
  .section_04 ul {
    width: min(100%, 550px);
    align-items: center;
    flex-direction: column;
    margin: 0 auto 140px;
  }
  
  .section_04 ul li.trouble_img,
  .section_04 ul li.trouble_txt.left,
  .section_04 ul li.trouble_txt.right {
    order: inherit;
  }
  
  .section_04 ul li.trouble_img {
    width: min(100%, 224px);
    padding-top: 0;
  }
  
  .section_04 ul li.trouble_txt {
    width: 100%;
  }
  
  .section_04 ul li h3 {
    font-size: 20px;
    margin: 0 auto 15px;
    width: min(100%, 205px);
  }
  
  .section_04 ul li.left > p{
    margin-bottom: 25px;
  }
  
  .section_04 ul li.right > h3{
    margin-top: 35px;
  }
  
  .wrap_step {
    width: min(100%, 550px);
    gap: 20px;
    flex-direction: column;
    margin: 0 auto 40px;
  }
  
  .wrap_step .step {
    width: 100%;
  }
  
  .wrap_step .step h3 {
    width: 40px;
    margin: 0 auto 10px;
  }
  
  .wrap_step .step.reverse ul{
    flex-direction: row-reverse;
  }
  
  .wrap_step .step ul .img{
    width: 150px;
  }
  
  .wrap_step .step ul .txt{
    width: calc(100% - (15px + 150px));
  }
  
  .wrap_step .step ul .txt .ttl_blue {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .section_06 ul {
    gap: 30px;
    flex-direction: column;
  }
  
  .section_06 ul li h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  
  .section_06 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .section_06 ul li.reverse{
    flex-direction: row-reverse;
  }
  
  .section_06 ul li figure {
    width: 110px;
    margin: 0;
  }
  
  .section_06 ul li figure .new_color {
    width: 52px;
    top: -20px;
    left: -9px;
  }
  
  .section_06 ul li .txt{
    width: calc(100% - (110px + 8px));
  }
  
  .section_09 .ttl_reco::before, 
  .section_09 .ttl_reco::after, 
  .section_10 .ttl_reco::before, 
  .section_10 .ttl_reco::after, 
  .section_11 .ttl_reco::before, 
  .section_11 .ttl_reco::after {
    top: 20%;
    z-index: 1;
  }
  
  .section_09 .ttl_reco::after {
    right: max(-7.2vw, -15px);
  }
  
  .section_11 .ttl_reco::after {
    right: max(-4.9vw, -18px);
  }
  
  .wrap_finishing::after {
    right: -24px;
  }
}

/* /2022026sum01 追記 ========================================= */

