@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.bisen {
  --color-primary: #98b682;
  --color-alpha: rgb(246.76, 249.16, 245);
  --color-secondary: rgba(152, 182, 130, 0.4);
  --color-strong: rgb(95.9114219114, 164.0757575758, 45.9242424242);
}

main {
  overflow: hidden;
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  display: block;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
section .inner.small {
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  section .inner.inner-new {
    padding: 8vw 0;
  }
}

.sec_cttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.7;
  color: #111111;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec_cttl {
    font-size: 5.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec_cttl span {
  font-weight: bold;
  background-color: #f25e86;
  color: #fff;
}

.sec_cttl-bold {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .sec_cttl-bold {
    font-size: 6.4vw;
    letter-spacing: 0;
  }
}

.sec_cttl-b {
  font-size: 36px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 8px;
  overflow: initial;
  margin-bottom: 0;
  width: initial;
}
@media screen and (max-width: 744px) {
  .sec_cttl-b {
    font-size: 5.6vw;
    letter-spacing: 1.0666666667vw;
  }
}
.sec_cttl-b small {
  font-size: 20px;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .sec_cttl-b small {
    font-size: 4vw;
    letter-spacing: 0.5333333333vw;
  }
}
.sec_cttl-b .small2 {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 744px) {
  .sec_cttl-b .small2 {
    font-size: 2.9333333333vw;
  }
}
.sec_cttl-b:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec_cttl-b:before {
    height: 12vw !important;
    margin: 4vw auto !important;
  }
}

.sec_cttl-b02 {
  font-size: 32px;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec_cttl-b02 {
    letter-spacing: normal !important;
    font-size: 5.6vw;
  }
}
.sec_cttl-b02 span {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .sec_cttl-b02 span {
    font-size: 5.6vw;
  }
}

/* Common List */
.sec_list {
  margin: 45px 70px 0 0;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec_list {
    margin: 0;
    padding: 0 2.6666666667vw;
  }
}
.sec_list li {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding: 10px 0 10px 55px;
  display: block;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec_list li {
    font-size: 4.8vw;
    padding: 2.9333333333vw 0 2.9333333333vw 9.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec_list li:last-child {
  margin-bottom: 0;
}
.sec_list li:before {
  content: "";
  background: url(../images/icon-check.webp) no-repeat center top/contain;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 744px) {
  .sec_list li:before {
    width: 6.4vw;
    height: 5.3333333333vw;
    left: 1.6vw;
  }
}
.sec_list li:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-20deg);
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 744px) {
  .sec_list li:after {
    box-shadow: 0.8vw 0.8vw 0 0 rgba(0, 0, 0, 0.4);
    transform: skew(-15deg);
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

@media (max-width: 374px) {
  .sec__cttl {
    font-size: 4.5333333333vw;
  }
}

/* Section 01 */
#sec01 {
  text-align: center;
  overflow: visible;
}
#sec01 .pcDisp_lp {
  max-width: 1920px;
  width: 100%;
  height: 593px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec01 .pcDisp_lp {
    width: 120%;
    margin-left: -8%;
  }
}
#sec01 .pcDisp_lp img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  #sec01 .spDisp_lp {
    width: 120%;
    margin-left: -8%;
  }
}
@media screen and (max-width: 744px) {
  #sec01.float-bd::after {
    left: 50%;
    bottom: -6.6666666667vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec01 .main-line {
    display: none;
  }
}

.main-line {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  min-height: 546px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-line:before {
  content: "";
  background: url(../images/line.webp) no-repeat center top;
  width: 230px;
  height: 250px;
  position: absolute;
  top: -40px;
  right: -284px;
  z-index: 1;
}
.main-line:after {
  content: "";
  background: url(../images/line.webp) no-repeat center top;
  width: 230px;
  height: 250px;
  position: absolute;
  bottom: -123px;
  left: -135px;
  z-index: 1;
}

.main-bg {
  position: relative;
}

/* Section 02 */
#sec02 {
  overflow: hidden;
  background: #e8e8e8;
  margin-top: -81px;
}
@media screen and (max-width: 744px) {
  #sec02 {
    margin-top: -29%;
  }
}
#sec02 .inner {
  max-width: 980px;
  padding-top: 140px;
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec02 .inner {
    padding: 6.4vw 2.6666666667vw 0;
  }
}

.sec02_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .sec02_inner {
    flex-direction: column;
    padding-bottom: 1.0666666667vw;
  }
}

.sec02_ttl {
  color: #fff;
  padding: 25px 0 37px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sec02_ttl {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 744px) {
  .sec02_ttl:before {
    width: 85.8666666667vw;
    bottom: -6.4vw;
    left: -2.6666666667vw;
  }
}

.sec02__ttl {
  letter-spacing: 0.05rem;
}

.sec02_ttl:before {
  background-image: url(../images/sec02-recommend.webp);
  top: auto;
  bottom: 5px;
  left: -190px;
  width: 695px;
  height: 75px;
}
@media screen and (max-width: 744px) {
  .sec02_ttl:before {
    width: 85.8666666667vw;
    bottom: -6.4vw;
    left: -2.6666666667vw;
  }
}

.sec02_reco {
  position: relative;
}
.sec02_reco:before {
  content: "";
  background: url(../images/sec02-bgcon.webp) no-repeat center top;
  width: 1060px;
  height: 240px;
  position: absolute;
  top: 0;
  left: -469px;
}
@media screen and (max-width: 744px) {
  .sec02_reco:before {
    background: url(../images/sec02-bgcon.webp) no-repeat center top;
    position: absolute;
    height: 42.6666666667vw;
    left: auto;
    right: -25.3333333333vw;
  }
}

.sec02_list {
  width: 410px;
}
@media screen and (max-width: 744px) {
  .sec02_list {
    width: 100%;
  }
}

.sec02 .sec_cttl span {
  padding: 3px;
}

/* Section 04 */
#sec04 {
  background: url(../images/sec04-bg-gray.webp) no-repeat center bottom;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec04 {
    background: #fff;
  }
}
@media screen and (max-width: 744px) {
  #sec04:before {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  #sec04:after {
    content: "";
    background: url(../images/sec04-bg-gray_sp.webp) no-repeat center top/100% 100%;
    width: 100%;
    height: 66.6666666667vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: 0 auto;
  }
}
#sec04 .inner {
  padding-top: 250px;
  min-height: 1454px;
  padding-bottom: 350px;
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding: 18.6666666667vw 4vw 77.3333333333vw;
    min-height: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .inner::before {
    content: "";
    background: url(../images/sec4bg2_sp.webp) no-repeat top center/cover;
    width: 100%;
    height: 10.6666666667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.sec04_about {
  position: relative;
  margin-bottom: 155px;
}
@media screen and (max-width: 744px) {
  .sec04_about {
    margin-bottom: 20vw;
  }
}

.sec04_about_con {
  width: 556px;
  margin-left: 52px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec04_about_con {
    margin-left: 0;
    width: 100%;
    padding-left: 4vw;
  }
}

.sec04_ttl-about {
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec04_ttl-about {
    margin-bottom: 8vw;
    letter-spacing: 0.05rem;
  }
}
.sec04_ttl-about:before {
  background-image: url(../images/sec04-about.webp);
  width: 365px;
  height: 77px;
  top: -57px;
  left: -104px;
}
@media screen and (max-width: 744px) {
  .sec04_ttl-about:before {
    width: 97.3333333333vw;
    top: -12.8vw;
    left: -23.4666666667vw;
  }
}

.sec04_about_con p {
  margin-bottom: 20px;
}

.sec04_txt {
  font-size: 18px;
  padding-right: 40px;
  word-break: break-all;
}
@media screen and (max-width: 744px) {
  .sec04_txt {
    font-size: 4vw;
    width: 50.1333333333vw;
    padding-right: 0;
    font-feature-settings: "palt" 1;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
.sec04_txt span {
  color: #f25e86;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec04_txt p {
    padding-right: 1.8666666667vw;
  }
}

.sec04_img {
  position: absolute;
  top: -381px;
  right: -146px;
  width: 750px;
}
@media screen and (max-width: 744px) {
  .sec04_img {
    top: -13.8666666667vw;
    right: -62.4vw;
    width: 114.6666666667vw;
  }
}

.sec04_feature {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media screen and (max-width: 744px) {
  .sec04_feature {
    margin-bottom: 24vw;
  }
}
.sec04_feature:before {
  content: "";
  background: url(../images/line.webp) no-repeat center top/contain;
  width: 230px;
  height: 250px;
  position: absolute;
  top: -154px;
  left: -256px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec04_feature:before {
    width: 30.6666666667vw;
    height: 33.3333333333vw;
    top: -15.4666666667vw;
    left: -20.2666666667vw;
  }
}
.sec04_feature:after {
  content: "";
  background: url(../images/line.webp) no-repeat center top/contain;
  width: 230px;
  height: 250px;
  position: absolute;
  bottom: -132px;
  right: -65px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec04_feature:after {
    width: 30.6666666667vw;
    height: 33.3333333333vw;
    bottom: -15.4666666667vw;
    right: -7.7333333333vw;
  }
}

.sec04_ttl-feat {
  text-align: center;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec04_ttl-feat {
    display: block;
    letter-spacing: 0.05rem;
  }
}
.sec04_ttl-feat:before {
  background-image: url(../images/sec04-feat.webp);
  width: 459px;
  height: 77px;
  top: -57px;
  left: -110px;
}
@media screen and (max-width: 744px) {
  .sec04_ttl-feat:before {
    width: 73.0666666667vw;
    top: -12.8vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.sec04_feature_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media screen and (max-width: 744px) {
  .sec04_feature_list {
    padding: 0;
    margin: 5.3333333333vw 0 0;
  }
}
.sec04_feature_list li {
  width: calc(33.3333333333% - 15px);
  font-size: 18px;
  text-align: center;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 744px) {
  .sec04_feature_list li {
    width: 100%;
    text-align: left;
    height: auto;
    justify-content: flex-start;
    padding: 3.2vw 0 3.2vw 11.4666666667vw;
    font-size: 4.8vw;
  }
}
.sec04_feature_list li:after {
  transform: none;
}
@media screen and (max-width: 744px) {
  .sec04_feature_list li:before {
    top: 4.2666666667vw;
    left: 3.4666666667vw;
    transform: none;
  }
}

.sec04_ttl {
  color: #fff;
  padding: 10px 15px 20px;
  letter-spacing: 0.45rem;
  line-height: 1.5;
}

.sec04_media,
.sec05_media {
  position: relative;
  z-index: 9;
}

/* Section 05 */
#sec05 {
  background: #b9b1b1;
}
#sec05 .inner {
  padding-bottom: 120px;
  padding-top: 15px;
}
@media screen and (max-width: 744px) {
  #sec05 .inner {
    padding-bottom: 16vw;
  }
}

.sec05_design {
  position: relative;
  z-index: 1;
  margin-top: -330px;
}
@media screen and (max-width: 744px) {
  .sec05_design {
    margin-top: -80vw;
  }
}
@media screen and (max-width: 744px) {
  .sec05_design::before {
    background: none;
  }
}

.sec05_ttl {
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec05_ttl {
    padding-left: 3.2vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.05rem;
  }
}
.sec05_ttl:before {
  background-image: url(../images/sec05-design.webp);
  width: 387px;
  height: 75px;
  top: -56px;
  left: -55px;
}
@media screen and (max-width: 744px) {
  .sec05_ttl:before {
    width: 61.6vw;
    top: -13.0666666667vw;
    left: 0;
  }
}

.sec04_media,
.sec05_media {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 744px) {
  .sec05_media {
    flex-direction: column;
    margin-bottom: 13.3333333333vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.sec05_media_item {
  margin-right: 30px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 744px) {
  .sec05_media_item {
    width: 100%;
    margin-bottom: 1.3333333333vw;
    width: 44%;
    margin-right: 1.3333333333vw;
  }
}
.sec05_media_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 744px) {
  .sec05_media_item:last-child {
    margin-bottom: 0;
    margin-right: 1.3333333333vw;
  }
}
.sec05_media_item figcaption {
  font-size: 21px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  margin: -70px auto 0;
  width: calc(100% - 40px);
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec05_media_item figcaption {
    width: calc(100% - 30px);
    font-size: 4.8vw;
    padding: 4vw 3.2vw;
    margin: -17.3333333333vw auto 0;
  }
}
@media screen and (max-width: 744px) {
  .sec05_media_item:nth-child(2) figcaption {
    margin: -10.6666666667vw auto 0;
  }
}

@media screen and (max-width: 744px) {
  .sec04_media_item {
    width: calc(50% - 20px);
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04_media_item img {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec04_media_item:last-child {
    margin-bottom: 0;
    margin-right: 1.3333333333vw;
  }
}

.sec05_box {
  color: #fff;
  text-align: center;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  position: relative;
  padding: 38px 20px 49px;
}
@media screen and (max-width: 744px) {
  .sec05_box {
    border-width: 2.6666666667vw;
    padding: 6.6666666667vw 4vw;
  }
}
.sec05_box .ttl {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 744px) {
  .sec05_box .ttl {
    font-size: 5.6vw;
  }
}
.sec05_box .txt {
  font-weight: bold;
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .sec05_box .txt {
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.7;
  }
}
.sec05_box:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec05_box:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .sec05_box:before, .sec05_box:after {
    height: 2.6666666667vw;
  }
}

.sec05_box_inner:before {
  content: "";
  background: url(../images/line.webp) no-repeat center top/contain;
  width: 230px;
  height: 250px;
  position: absolute;
  top: -49px;
  left: -77px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec05_box_inner:before {
    width: 30.6666666667vw;
    height: 33.3333333333vw;
    top: -8vw;
    left: -11.4666666667vw;
  }
}
.sec05_box_inner:after {
  content: "";
  background: url(../images/line.webp) no-repeat center top/contain;
  width: 230px;
  height: 250px;
  position: absolute;
  bottom: -49px;
  right: -73px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec05_box_inner:after {
    width: 30.6666666667vw;
    height: 33.3333333333vw;
    bottom: -8vw;
    right: -9.3333333333vw;
  }
}

#sec05_lower {
  background: url(../images/sec05_lower-bg.webp) no-repeat center top/cover;
}
@media screen and (max-width: 744px) {
  #sec05_lower {
    position: relative;
    background: #9cacc8;
  }
}
#sec05_lower .inner {
  min-height: 533px;
  padding-top: 90px;
}
@media screen and (max-width: 744px) {
  #sec05_lower .inner {
    min-height: 0;
    padding: 13.3333333333vw 7.7333333333vw 8vw;
  }
}

.sec05_lower {
  display: flex;
  justify-content: flex-end;
}

.sec05_lower_con {
  width: 595px;
  color: #fff;
  word-break: break-all;
}
@media screen and (max-width: 744px) {
  .sec05_lower_con p.sec05_upper_txt {
    font-feature-settings: "palt" 1;
    letter-spacing: 0;
    text-align: left;
  }
}

.sec05_lowerttl {
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec05_lowerttl {
    text-align: right;
    letter-spacing: 0.05rem;
  }
}
.sec05_lowerttl:before {
  background-image: url(../images/sec05-learning.webp);
  width: 535px;
  height: 77px;
  top: -59px;
  left: 23px;
}
@media screen and (max-width: 744px) {
  .sec05_lowerttl:before {
    height: 8.5333333333vw !important;
    width: 59.7333333333vw;
    top: -10.4vw;
    left: auto;
    right: -3.2vw;
  }
}

@media screen and (max-width: 744px) {
  .sec05_lower_img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 31.2vw;
    width: 100%;
  }
}

.sec05_lower_con p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec05_lower_con p {
    font-size: 4vw;
    font-weight: 500;
    line-height: 2;
  }
}

.sec_cttl-b02:before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 70px;
  position: static;
  display: block;
  margin: 20px auto;
}

/* Section 06_top */
@media screen and (max-width: 744px) {
  #sec06_top {
    background: url(../images/top_bg_sp.webp) no-repeat center top;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#sec06_top .inner {
  padding: 240px 50px 150px;
}
@media screen and (max-width: 744px) {
  #sec06_top .inner {
    padding: 8vw 4vw 13.3333333333vw;
  }
}
#sec06_top .sec__cttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #sec06_top .sec__cttl {
    margin-bottom: 6.6666666667vw;
  }
}
#sec06_top .sec__cttl small {
  margin-top: 0;
}
@media screen and (max-width: 744px) {
  #sec06_top .sec__cttl small {
    margin-top: 1.3333333333vw;
  }
}

.sec06_top-img {
  background-color: #fff;
  padding: 30px 0 20px 50px;
}
@media screen and (max-width: 744px) {
  .sec06_top-img {
    background-color: #fff;
    padding: 2.6666666667vw 8vw 2.6666666667vw 4vw;
  }
}

.sec06_top-p {
  background-color: #f25e86;
  color: #fff;
  font-size: 24px;
  text-align: center !important;
  padding: 20px 40px !important;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .sec06_top-p {
    font-size: 4vw;
    text-align: left !important;
    padding: 4vw !important;
    line-height: 1.7;
  }
}
.sec06_top-p.kerning {
  font-feature-settings: initial;
}
@media screen and (max-width: 744px) {
  .sec06_top-p.kerning {
    font-feature-settings: "palt" 1;
  }
}

/* Section 06 */
#sec06 {
  position: relative;
  z-index: 3;
  background: #f5f4f4;
}
#sec06:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 298px;
  background: #e8e8e8;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  #sec06:before {
    height: 122.1333333333vw;
  }
}
#sec06 .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec06 .inner {
    padding: 0 4vw 6.6666666667vw;
  }
}

.sec06_ttl {
  margin-top: 130px;
  margin-left: 42px;
  position: relative;
  display: inline-block;
  letter-spacing: 7px;
}
@media screen and (max-width: 744px) {
  .sec06_ttl {
    margin: 17.3333333333vw 0 8vw 5.3333333333vw;
    letter-spacing: 0.2666666667vw;
  }
}
.sec06_ttl:before {
  background-image: url(../images/sec06-prp.webp);
  width: 449px;
  height: 121px;
  top: -76px;
  left: -51px;
}
@media screen and (max-width: 744px) {
  .sec06_ttl:before {
    background-image: url(../images/sec06-prp_sp.webp);
    width: 54.9333333333vw;
    height: 14.9333333333vw !important;
    top: -13.8666666667vw;
    left: -5.8666666667vw;
  }
}
.sec06_ttl:after {
  content: "";
  background: #111111;
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec06_ttl:after {
    height: 5.3333333333vw;
    bottom: -5.8666666667vw;
  }
}

#sec06 .sec__cttl small {
  margin: 0;
}

.sec06_list {
  min-width: 750px;
}
@media screen and (max-width: 744px) {
  .sec06_list {
    min-width: 0;
    padding: 0 1.3333333333vw 0 0;
  }
}
.sec06_list li {
  padding-left: 70px;
}
@media screen and (max-width: 744px) {
  .sec06_list li {
    padding: 1.8666666667vw 1.6vw 1.6vw 11.2vw;
    font-size: 4.5333333333vw;
  }
}
.sec06_list li:before {
  left: 20px;
}
@media screen and (max-width: 744px) {
  .sec06_list li:before {
    left: 3.2vw;
    top: 2.6666666667vw;
    transform: none;
  }
}
@media screen and (max-width: 744px) {
  .sec06_list li:after {
    transform: skew(-5deg);
    box-shadow: 0.5333333333vw 0.5333333333vw 0 0 rgba(0, 0, 0, 0.4);
  }
}

.sec06_li {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
@media screen and (max-width: 744px) {
  .sec06_li {
    gap: 13.3333333333vw 0;
  }
}
.sec06_li h2 {
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .sec06_li h2 {
    font-size: 5.6vw;
  }
}
.sec06_li h2 em {
  color: #fff;
  background: #f25e86;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  padding: 3px 0;
  letter-spacing: 0.15rem;
  font-style: inherit;
}
@media screen and (max-width: 744px) {
  .sec06_li h2 em {
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 374px) {
  .sec06_li h3 {
    font-size: 18px;
  }
}
.sec06_li sup {
  font-size: 20px;
  vertical-align: text-top;
}
@media screen and (max-width: 744px) {
  .sec06_li sup {
    font-size: 3.2vw;
  }
}

.sec__li01 {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}
@media screen and (max-width: 744px) {
  .sec__li01 {
    padding-top: 26.6666666667vw;
    margin: 10.6666666667vw 0 2.6666666667vw;
  }
}
.sec__li01::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  background: #f6ebee;
  top: 0;
  right: 150px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec__li01::before {
    right: 16vw;
  }
}
.sec__li01 h3 {
  letter-spacing: 1px;
  max-width: 440px;
}
@media screen and (max-width: 744px) {
  .sec__li01 h3 {
    width: calc(100% - 80px);
    padding-left: 4vw;
  }
}
.sec__li01 img {
  position: absolute;
  top: -40px;
  right: 0;
}
@media screen and (max-width: 744px) {
  .sec__li01 img {
    max-width: 84vw;
    right: 4vw;
  }
}

.sec__li02 {
  position: relative;
}
.sec__li02 img {
  position: absolute;
  top: 0;
  right: -311px;
}
@media screen and (max-width: 744px) {
  .sec__li02 img {
    right: -18.6666666667vw;
    z-index: -1;
    width: 80%;
    max-width: 160vw;
    height: auto;
  }
}
.sec__li02 p small {
  padding-top: 15px;
  padding-left: 40px;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 744px) {
  .sec__li02 p small {
    font-size: 3.7333333333vw;
    padding: 0;
    margin-top: 2.6666666667vw;
  }
}
@media (max-width: 374px) {
  .sec__li02 p small {
    font-size: 3.2085561497vw;
  }
}

@media screen and (max-width: 744px) {
  .sec__list {
    margin-top: 10.6666666667vw;
    padding: 0 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec__list li {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec__list li:last-child {
    margin-bottom: 1.3333333333vw;
  }
}

.sec__li02_ls {
  letter-spacing: 0.45rem !important;
}
@media screen and (max-width: 744px) {
  .sec__li02_ls {
    letter-spacing: 0.15rem !important;
  }
}
.sec__li02_ls em {
  letter-spacing: 0.45rem !important;
}
@media screen and (max-width: 744px) {
  .sec__li02_ls em {
    letter-spacing: 0.15rem !important;
  }
}

.sec__li03 {
  position: relative;
  z-index: 2;
}

.sec__li03-inner {
  max-width: 590px;
  margin: 0 0 0 auto;
  font-size: 17px;
  line-height: 2;
  padding: 20px 0 0;
}
@media screen and (max-width: 744px) {
  .sec__li03-inner {
    max-width: 100%;
    margin: 0;
    font-size: 4vw;
  }
}
.sec__li03-inner h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec__li03-inner h3 {
    margin-bottom: 10.6666666667vw;
  }
}
.sec__li03-inner p {
  padding: 20px 5px 25px 0;
  word-break: break-all;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .sec__li03-inner p {
    padding: 5.3333333333vw 4vw 0;
    letter-spacing: normal;
    font-size: 4vw;
  }
}
.sec__li03-inner p::before {
  top: -10.6666666667vw;
  right: 0;
  height: calc(100% + 40px);
}

.sec__li03 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
}
@media screen and (max-width: 744px) {
  .sec__li03 img {
    top: -1.3333333333vw;
    left: auto;
    right: 0;
    z-index: -1;
    width: 40vw;
  }
}
@media screen and (max-width: 744px) {
  .sec__li03 img.imgsp2 {
    position: relative;
    width: 100%;
    max-width: 85.3333333333vw;
    display: block;
    margin: 0 auto;
    z-index: 1;
  }
}

#sec09 {
  background: url(../images/sec09-bg.webp) no-repeat center top;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  #sec09 {
    background-image: url(../images/sec09-bg_sp.webp);
  }
}
#sec09 .inner {
  padding: 88px inherit;
}
@media screen and (max-width: 744px) {
  #sec09 .inner {
    min-height: 0;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.sec09_ttl {
  text-align: left;
}

.sec09__li04 {
  position: relative;
  z-index: 1;
}
.sec09__li04 h2 {
  margin: 0 0 90px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 744px) {
  .sec09__li04 h2 {
    margin: 0 0 16vw;
    letter-spacing: 0.15rem;
  }
}
@media screen and (max-width: 744px) {
  .sec09__li04 h2 em {
    letter-spacing: 0.15rem;
  }
}
.sec09__li04 .sec_cttl span {
  padding: 3px 0;
}
.sec09__li04 img {
  position: absolute;
  top: -250px;
  right: -120px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec09__li04 img {
    top: -20vw;
    right: -8vw;
    max-width: 76vw;
  }
}
.sec09__li04 .kerning {
  font-feature-settings: initial;
}

.sec09__li04-p {
  max-width: 580px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec09__li04-p {
    max-width: 100%;
    font-size: 4.8vw;
    padding: 0 4vw;
    line-height: 1.8;
  }
}
.sec09__li04-p:before {
  content: "";
  background: url(../images/circ_free.webp) no-repeat center top;
  background-size: contain;
  width: 110px;
  height: 93px;
  position: absolute;
  top: -69px;
  left: -53px;
}
@media screen and (max-width: 744px) {
  .sec09__li04-p:before {
    background: url(../images/circ_free_sp.webp) no-repeat center top;
    width: 18.6666666667vw;
    height: 15.7333333333vw;
    background-size: contain;
    top: -13.3333333333vw;
    left: 0px;
  }
}

.sec__tbl {
  margin: 60px 0 0;
  display: flex;
  gap: 20px 3%;
}
@media screen and (max-width: 744px) {
  .sec__tbl {
    flex-direction: column;
    margin: 8vw 0 0;
  }
}

.sec__tblBox {
  width: 66.5%;
  border: 2px solid #f25e86;
  background: #fff;
  border-radius: 15px;
  padding: 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .sec__tblBox {
    width: 100%;
    padding: 0 0 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.sec__tblBox h4 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background: #f25e86;
  padding: 10px 20px;
  color: #fff;
  margin: 0 0 30px;
}
@media screen and (max-width: 744px) {
  .sec__tblBox h4 {
    font-size: 5.6vw;
    padding: 2.1333333333vw 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
}
.sec__tblBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
@media screen and (max-width: 744px) {
  .sec__tblBox ul {
    gap: 4vw 0;
  }
}
.sec__tblBox ul li {
  width: 50%;
  padding: 0 28px;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .sec__tblBox ul li {
    font-size: 3.4666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.sec__tblBox ul li span {
  display: block;
  font-size: 21px;
  font-weight: 700;
  background: #f25e86;
  max-width: 235px;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  padding: 3px 0;
}
@media screen and (max-width: 744px) {
  .sec__tblBox ul li span {
    font-size: 4vw;
    max-width: 100%;
    padding: 1.3333333333vw 0;
  }
}
@media (max-width: 374px) {
  .sec__tblBox ul li span {
    font-size: 3.7333333333vw;
  }
}
.sec__tblBox.box2 {
  width: 33.5%;
  border-color: #a63352;
}
@media screen and (max-width: 744px) {
  .sec__tblBox.box2 {
    width: 100%;
    padding: 0 0 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.sec__tblBox.box2 h4 {
  background: #a63352;
}
.sec__tblBox.box2 ul li {
  width: 100%;
}
.sec__tblBox.box2 ul li span {
  background: #a63352;
}

.sec10 {
  position: relative;
}
.sec10::before {
  content: "";
  background: url(../images/sec03_bg.webp) no-repeat center top;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 350px;
  transform: translateX(-50%) scaleX(-1);
}
@media screen and (max-width: 744px) {
  .sec10::before {
    background: url(../images/sec10bg0sp.webp) no-repeat center bottom/cover;
    width: 100%;
    height: 66.6666666667vw;
    left: 0;
    transform: none;
  }
}
.sec10::after {
  content: "";
  background: url(../images/sec10bg3.webp) no-repeat center center/cover;
  width: 1920px;
  height: 1865px;
  position: absolute;
  z-index: -2;
  bottom: -350px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .sec10::after {
    background: url(../images/sec10bg3_sp.webp) no-repeat bottom center/cover;
    width: 100%;
    height: 369.6vw;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
.sec10 .inner {
  max-width: 1180px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec10 .inner {
    padding-top: 18.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}

.sec10_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 744px) {
  .sec10_list {
    gap: 6.4vw;
  }
}

.sec10_list_item {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec10_list_item {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.sec10_list_item::before {
  content: "";
  background: url(../images/line.webp) no-repeat center top/contain;
  width: 230px;
  height: 250px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec10_list_item::before {
    width: 30.6666666667vw;
    height: 33.3333333333vw;
  }
}
.sec10_list_item .img {
  width: 640px;
}
.sec10_list_item .img__6 {
  width: 770px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .img {
    width: 92vw;
  }
}
.sec10_list_item .box {
  color: #fff;
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box {
    padding-top: 0;
    padding-bottom: 9.0666666667vw;
    width: 82.6666666667vw;
  }
}
.sec10_list_item .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1010px;
  height: 279px;
  top: 40px;
  background: url(../images/sec10bg.svg) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box::before {
    width: 216.2666666667vw;
    height: 59.7333333333vw;
    top: auto;
    bottom: -1.0666666667vw;
  }
}
.sec10_list_item .box::after {
  content: "";
  position: absolute;
  background: url(../images/sec03-case02.webp) no-repeat center top/contain;
  width: 254px;
  height: 77px;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box::after {
    background-image: url(../images/sec03-case01.webp);
    width: 40.5333333333vw;
    height: 12.2666666667vw;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
  }
}
.sec10_list_item .box__6 {
  padding-top: 154px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box__6 {
    padding-top: 0;
  }
}
.sec10_list_item .box__6::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1090px;
  height: 300px;
  top: 133px;
  background: url(../images/sec10bg.svg) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box__6::before {
    width: 216.2666666667vw;
    height: 59.7333333333vw;
    top: auto;
    bottom: -1.0666666667vw;
  }
}
.sec10_list_item .box__6::after {
  content: "";
  position: absolute;
  background: url(../images/sec03-case02.webp) no-repeat center top/contain;
  width: 254px;
  height: 107px;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box__6::after {
    background-image: url(../images/sec03-case01.webp);
    width: 40.5333333333vw;
    height: 12.2666666667vw;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
  }
}
.sec10_list_item .box_txt1 {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2.2;
  margin-bottom: 26px;
  font-weight: initial;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box_txt1 {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 4.8vw;
  }
}
.sec10_list_item .box_txt1 .big {
  display: block;
  font-size: 52px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box_txt1 .big {
    font-size: 5.6vw;
  }
}
.sec10_list_item .box_txt1 .big .small {
  font-size: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box_txt1 .big .small {
    font-size: 5.6vw;
  }
}
.sec10_list_item .box_txt2 {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box_txt2 {
    font-size: 2.9333333333vw;
    line-height: 1.7;
  }
}
.sec10_list_item .box_txt2__6__4 {
  padding-left: 78px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item .box_txt2__6__4 {
    padding-left: 17.6vw;
  }
}
.sec10_list_item:nth-child(odd)::before {
  right: -150px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(odd)::before {
    right: -19.2vw;
  }
}
.sec10_list_item:nth-child(odd) .box::before {
  left: -140px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(odd) .box::before {
    left: -12.5333333333vw;
  }
}
.sec10_list_item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 50px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(even) {
    flex-direction: column;
    padding-left: 0;
  }
}
.sec10_list_item:nth-child(even)::before {
  left: -170px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(even)::before {
    left: -24.2666666667vw;
  }
}
.sec10_list_item:nth-child(even) .box::before {
  left: -420px;
  transform: scaleX(-1);
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(even) .box::before {
    left: auto;
    right: -12.5333333333vw;
  }
}
.sec10_list_item:nth-child(1)::before {
  top: 106px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(1)::before {
    top: 72vw;
  }
}
.sec10_list_item:nth-child(2)::before {
  top: 13px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(2)::before {
    top: 98.1333333333vw;
  }
}
.sec10_list_item:nth-child(3) {
  margin-bottom: 46px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(3) {
    margin-bottom: 8.2666666667vw;
  }
}
.sec10_list_item:nth-child(3)::before {
  top: -37px;
}
@media (max-width: 1140px) {
  .sec10_list_item:nth-child(3)::before {
    top: -70px;
  }
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(3)::before {
    top: 77.8666666667vw;
    right: -11.2vw;
  }
}
.sec10_list_item:nth-child(3) .box {
  padding-top: 140px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(3) .box {
    padding-top: 0;
  }
}
.sec10_list_item:nth-child(3) .box::before {
  top: 110px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(3) .box::before {
    top: auto;
  }
}
.sec10_list_item:nth-child(3) .box::after {
  top: 30px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(3) .box::after {
    top: auto;
  }
}
.sec10_list_item:nth-child(4) {
  margin-bottom: 37px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(4) {
    margin-bottom: 0;
  }
}
.sec10_list_item:nth-child(4)::before {
  top: 159px;
  left: -230px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(4)::before {
    top: 62.1333333333vw;
    left: -24.2666666667vw;
  }
}
.sec10_list_item:nth-child(4) .box {
  padding-top: 154px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(4) .box {
    padding-top: 0;
  }
}
.sec10_list_item:nth-child(4) .box::before {
  top: 126px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(4) .box::before {
    top: auto;
  }
}
.sec10_list_item:nth-child(4) .box::after {
  top: 46px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(4) .box::after {
    top: auto;
  }
}
.sec10_list_item:nth-child(5) {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(5) {
    margin-bottom: 5.3333333333vw;
  }
}
.sec10_list_item:nth-child(5)::before {
  top: 16px;
  right: -80px;
}
@media (max-width: 1140px) {
  .sec10_list_item:nth-child(5)::before {
    top: -60px;
  }
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(5)::before {
    top: 104vw;
    right: -11.2vw;
  }
}
.sec10_list_item:nth-child(5) .box {
  padding-top: 74px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(5) .box {
    padding-top: 0;
  }
}
.sec10_list_item:nth-child(5) .box::before {
  height: 345px;
  top: 41px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(5) .box::before {
    width: 247.2vw;
    height: 68.2666666667vw;
    top: auto;
    left: -14.9333333333vw;
  }
}
.sec10_list_item:nth-child(5) .box_txt1 .big {
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(5) .box_txt1 .big {
    font-size: 5.6vw;
  }
}
.sec10_list_item:nth-child(6)::before {
  top: 166px;
  left: -230px;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(6)::before {
    top: 62.1333333333vw;
    left: -24.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(6) .box::before {
    right: -8.5333333333vw;
    height: 64vw;
  }
}
.sec10_list_item:nth-child(6) .box_txt1 .big {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(6) .box_txt1 .big {
    font-size: 5.6vw;
  }
}
.sec10_list_item:nth-child(6) .box_txt1 .big .small {
  font-size: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 744px) {
  .sec10_list_item:nth-child(6) .box_txt1 .big .small {
    font-size: 5.6vw;
  }
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
/* モニター募集バナー */
.moniBnr {
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .moniBnr {
    max-width: inherit;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .moniBnr a {
    max-width: 100%;
  }
}

#tempPrice .moniBnr {
  padding: 0 0 0;
  background: none;
}
@media screen and (max-width: 744px) {
  #tempPrice .moniBnr {
    padding: 6.4vw 0;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #e6e4e4;
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .main-line:before {
  top: auto;
  bottom: -73px;
  right: -214px;
}
.monitor .main-line:after {
  bottom: -73px;
  left: -275px;
}
@media screen and (max-width: 744px) {
  .monitor #sec01 .spDisp_lp {
    width: 100%;
    margin-left: 0;
  }
}
.monitor #sec02 {
  margin-top: inherit;
}
.monitor #sec02 .inner {
  padding-top: 40px;
}
@media screen and (max-width: 744px) {
  .monitor #sec02 .inner {
    padding-top: 6.4vw;
  }
}
.monitor .sec10 .inner {
  padding: 0;
}
@media screen and (max-width: 744px) {
  .monitor .sec10 .inner {
    padding-top: 8.5333333333vw;
  }
}
.monitor .sec10_list_item:nth-child(7) {
  margin-top: 64px;
}
@media screen and (max-width: 744px) {
  .monitor .sec10_list_item:nth-child(7) {
    margin-top: 0;
    margin-bottom: 8.5333333333vw;
  }
}
.monitor .sec10_list_item:nth-child(7)::before {
  top: -37px;
}
@media (max-width: 1140px) {
  .monitor .sec10_list_item:nth-child(7)::before {
    top: -70px;
  }
}
@media screen and (max-width: 744px) {
  .monitor .sec10_list_item:nth-child(7)::before {
    top: 77.8666666667vw;
    right: -11.2vw;
  }
}
.monitor .sec10_list_item:nth-child(7) .box {
  padding-top: 140px;
}
@media screen and (max-width: 744px) {
  .monitor .sec10_list_item:nth-child(7) .box {
    padding-top: 0;
  }
}
.monitor .sec10_list_item:nth-child(7) .box::before {
  top: 110px;
  left: -190px;
  width: 1280px;
  height: 350px;
}
@media screen and (max-width: 744px) {
  .monitor .sec10_list_item:nth-child(7) .box::before {
    top: auto;
    left: -14.9333333333vw;
    width: 269.3333333333vw;
    height: 72vw;
  }
}
.monitor .sec10_list_item:nth-child(7) .box::after {
  top: 30px;
}
@media screen and (max-width: 744px) {
  .monitor .sec10_list_item:nth-child(7) .box::after {
    top: auto;
  }
}
.monitor .p-about {
  color: #fff;
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about {
    padding-bottom: 8.5333333333vw;
  }
}
.monitor .p-about__wrapper {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__wrapper {
    padding: 0;
  }
}
.monitor .p-about__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 80px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__inner {
    display: grid;
    gap: 3.2vw;
  }
}
.monitor .p-about__inner::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -1530px;
  width: 2000px;
  height: 266px;
  border-radius: 0px 160px 0px 0px;
  background: linear-gradient(270deg, #f9d5c4 0%, #f6c1a7 100%);
  box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0px rgba(11, 63, 69, 0.2);
}
@media (max-width: 1140px) {
  .monitor .p-about__inner::before {
    left: -1585px;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__inner::before {
    top: 28.5333333333vw;
    left: -5.3333333333vw;
    width: 95.7333333333vw;
    height: 42.6666666667vw;
    border-radius: 0px 14.9333333333vw 0px 0px;
  }
}
.monitor .p-about__imgs {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 420px;
  height: 233px;
  gap: 24px;
  margin-top: 130px;
}
@media (max-width: 1140px) {
  .monitor .p-about__imgs {
    max-width: 380px;
    height: 209px;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__imgs {
    order: 2;
    margin-top: 0;
    gap: 2.1333333333vw;
    max-width: 85.3333333333vw;
    height: 49.0666666667vw;
  }
}
.monitor .p-about__imgs::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 40px;
  background: url(../images/arrow-right.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__imgs::after {
    width: 8vw;
    height: 6.4vw;
  }
}
.monitor .p-about__imgs__img {
  max-width: 198px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__imgs__img {
    max-width: 41.8666666667vw;
  }
}
.monitor .p-about__imgs__img__bgtexts__wrap {
  position: relative;
}
.monitor .p-about__imgs__img__bgtexts {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .monitor .p-about__imgs__img__bgtexts {
    top: -10.4vw;
  }
}
.monitor .p-about__imgs__img__bgtexts__arrow {
  position: absolute;
  bottom: -84px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #f0285a transparent transparent transparent;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__imgs__img__bgtexts__arrow {
    bottom: -13.0666666667vw;
    border-width: 4.8vw 2.4vw 0 2.4vw;
  }
}
.monitor .p-about__imgs__img__bgtexts__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 55px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  border-radius: 192px;
  background: var(---PRP-, linear-gradient(0deg, #f0285a 0%, #ff6ea0 100%));
}
@media screen and (max-width: 744px) {
  .monitor .p-about__imgs__img__bgtexts__text {
    font-size: 4.8vw;
    width: 42.1333333333vw;
    height: 8.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts {
    display: contents;
  }
}
.monitor .p-about__texts__title {
  position: relative;
  overflow: initial;
  color: var(--, #111);
  font-size: 40px;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 44px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__title {
    order: 1;
    font-size: 6.4vw;
    margin-bottom: 18.1333333333vw;
    letter-spacing: 0.64vw;
  }
}
.monitor .p-about__texts__title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 152px;
  height: 4px;
  background: #fffae2;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__title::after {
    bottom: -4.2666666667vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}
.monitor .p-about__texts__title__span {
  color: #fffae2;
  font-size: 40px;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 130%;
  letter-spacing: 4px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__title__span {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.monitor .p-about__texts__title__span small {
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__title__span small {
    font-size: 4.2666666667vw;
  }
}
.monitor .p-about__texts__text {
  color: var(--, #111);
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text {
    font-size: 4vw;
  }
}
.monitor .p-about__texts__text__1 {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__1 {
    order: 3;
    padding-bottom: 0;
  }
}
.monitor .p-about__texts__text__2, .monitor .p-about__texts__text__3, .monitor .p-about__texts__text__4 {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__2, .monitor .p-about__texts__text__3, .monitor .p-about__texts__text__4 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__2 {
    order: 4;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__3 {
    order: 5;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__4 {
    order: 6;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__5 {
    order: 7;
  }
}
.monitor .p-about__texts__text__large {
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__large {
    font-size: 4.8vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text br.pc_only {
    display: none;
  }
}
.monitor .p-about__texts__text br.sp_only {
  display: none;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text br.sp_only {
    display: block;
  }
}
.monitor .p-about__texts__text__span {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 170%;
  background: #6b7e83;
  padding: 4px 8px;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__span {
    font-size: 4.8vw;
    padding: 1.0666666667vw 0;
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__span br.pc_only {
    display: none;
  }
}
.monitor .p-about__texts__text__span br.sp_only {
  display: none;
}
@media screen and (max-width: 744px) {
  .monitor .p-about__texts__text__span br.sp_only {
    display: block;
  }
}
.monitor #tempPrice {
  background-color: rgb(239.55, 244.05, 236.25);
}
.monitor #tempPrice .tempPrice__ttl__main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__main strong {
  font-size: 40px;
  color: #dd5564;
}
.monitor #tempPrice .c-price__title {
  text-align: center;
  line-height: 1.3;
}
.monitor #tempPrice .c-price__name .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__name .name {
    font-size: 4.2666666667vw;
  }
}
.monitor #tempPrice .c-price__cost {
  max-width: 280px;
}
.monitor #tempPrice .c-price__cost .txt {
  background-color: #dd5564;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 8px;
  margin-right: 8px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__cost .txt {
    font-size: 4.2666666667vw;
    padding: 0 1.0666666667vw;
    margin: 0 0 1.0666666667vw 0;
  }
}

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