@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.utet {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #22292b;
  padding-bottom: 50px;
}

.utet * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.utet span {
  font-size: inherit;
}

.utet img {
  max-width: 100%;
  height: auto;
}

.utet a {
  transition: all 0.3s;
}

.utet a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
/* なぜかはこいっぱいにならない */
.img {
  max-width: 100%;
  height: auto;
}

/* ↑ここまでは共通で使用可能 */

.bold {
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}
.fw700 {
  font-weight: 700;
}
.t-center {
  text-align: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 80px;
  text-align: center;
  background-color: #1c1c1c;
  color: #fff !important;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  border-radius: 8px;
  padding: 0 40px;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1.4;
}

.btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn--contact {
  background-color: #22292b;
  font-size: 14px;
  max-width: 350px;
  margin-top: 40px;
}

.btn_info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: fit-content;
  margin: 30px 0 0 auto;
}

.btn_info span {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #22292b;
}

.btn_info i {
  font-size: 40px;
}
.fas {
  font-weight: bold;
}
.fa-arrow-right::before {
  content: "\f061";
}
.utet .mv {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz32 {
  font-size: 32px !important;
}
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.hdg01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.hdg01.green {
  color: #22292b;
  font-size: 40px;
}

.hdg01__en {
  display: block;
  font-size: 12px !important;
  color: #518969;
  margin-bottom: 5px;
}
.hdg02 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.hdg02__sub {
  display: block;
  width: fit-content;
  color: #d5824b;
  border-bottom: 1px solid #d5824b;
  font-size: 14px !important;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.hdg02__num {
  font-size: 16px !important;
  margin-left: 4px;
}
.hdg03 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hdg03__green {
  font-size: 22px;
  font-weight: 700;
  color: #074a43;
  margin-bottom: 20px;
}
.hdg03__sub {
  font-size: 14px !important;
  font-weight: 700;
}

.point {
  padding: 60px 0 80px;
  margin-bottom: 60px;
  background-color: #dfdfe1;
}
.point__box {
  display: flex;
  gap: 20px;
  max-width: calc(320px * 3 + 20px * 2);
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.point__box .item {
  max-width: 319px; /* 列幅の上限 */
  max-height: 180px;
  width: 100%; /* 列にフィット */
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 20px;
  line-height: 1.6;
}

.box__line {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfe1;
}
/* ここからvoice */
.voice__content {
  padding: 40px 15px 60px;
  position: relative;
  margin: 1.5em 0;
  font-size: 16px;
  border: 2px solid #dfdfe1;
  border-radius: 4px;
}
.voice__content::before {
  content: "";
  position: absolute;
  top: 100%; /* 下に配置 */
  left: 50%;
  margin-left: -10px; /* 中央寄せ調整 */
  border-width: 10px;
  border-style: solid;
  border-color: #dfdfe1 transparent transparent transparent;
}
.voice__content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; /* 吹き出し内側（白） */
}

.list__warp {
  max-width: 800px;
  margin: 0 auto;
  list-style: disc;
  padding-left: 1em;
}
.list {
  padding-left: 20px;
}
.list__item {
  list-style: disc;
}

.voice__img {
  text-align: center;
  margin-bottom: 46px;
}

/* howto */
.howto__wap__line {
  padding: 40px 15px 60px;
  position: relative;
  margin: 0 auto 60px;
  font-size: 16px;
  border: 2px solid #dfdfe1;
  border-radius: 4px;
}
.howto__wap {
  max-width: 700px;
  margin: 0 auto;
}
.howto__text {
  text-align: center;
  margin-bottom: 30px;
}
/* price */
.price__wap__line {
  padding: 40px 0 30px;
  position: relative;
  margin: 0 auto 60px;
  font-size: 16px;
  border: 2px solid #dfdfe1;
  border-radius: 4px;
}
.price__wap {
  max-width: 900px;
  margin: 0 auto;
}
/* straight */
.straight_bg {
  max-width: 1220px;
  margin: 0 auto 80px;
  padding: 60px 0 90px;
  background-color: #e6ebea;
}
.contents {
  display: flex;
  gap: 20px;
  align-items: center;
}
.left {
  flex: 5;
}
.right {
  flex: 5;
}
.item_bg {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 30px 50px;
  margin-bottom: 20px;
}
.item_contents {
  display: flex;
  gap: 50px;
}
.item_left {
  width: 200px;
  height: auto;
}
.item_right {
  flex: 1;
}
.right__p {
  margin-bottom: 20px;
}
.icon_box {
  display: flex;
  gap: 10px;
}
.icon_bg {
  background-color: #f0f0f0;
  padding: 10px;
}
/* cosme */
.cosme_bg {
  max-width: 1220px;
  margin: 0 auto 80px;
  padding: 60px 0 90px;
  background-color: #ebece6;
}
.cosme_icon {
  width: fit-content;
  height: auto;
}
.img__box {
  display: flex;
  gap: 0;
  background-color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .hdg01,
  .hdg01.green {
    font-size: 22px !important;
  }

  .hdg02,
  .hdg03,
  .hdg03__green {
    font-size: 18px !important;
  }

  .point__box {
    max-width: unset;
  }
  .point__box .item {
    max-width: unset; /* 列幅の上限 */
    max-height: unset;
    width: 100%; /* 列にフィット */
  }

  /* ここからvoice */
  .voice__content {
    padding: 40px 15px;
    margin: 1.5em 0;
  }

  /* howto */
  .howto__wap__line {
    padding: 40px 15px;
    text-align: center;
  }

  /* straight */
  .contents {
    flex-direction: column;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
  .left,
  .right {
    flex: unset;
  }
  .item_bg {
    padding: 30px 15px;
  }
  .item_contents {
    flex-direction: column;
    gap: 20px;
  }
  .item_left {
    margin: 0 auto;
  }
  .item_right {
    flex: unset;
  }
  /* cosme */
  .img__box {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .item_bg .img__box {
    padding: 0;
  }
  .sp-scroll {
    overflow-x: scroll;
    padding-right: 15px;
    margin-right: -15px;
  }
  .sp-scroll img {
    width: 700px !important;
    max-width: unset;
  }
}
