@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;
  }
}

.prp-odeko {
  --color-primary: #ef629f;
  --color-sub: #fdeff5;
  --color-alpha: rgb(253.72, 242.44, 247.32);
  --color-secondary: rgba(239, 98, 159, 0.3);
  --color-strong: rgb(235, 0, 101.6666666667);
  --gradient-primary: linear-gradient(135deg, #f0285a 0%, #f593af 50%, #f0285a 100%);
}

/* コンテンツ
*****************************************************/
i {
  font-style: normal;
}

.wrapper {
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}
.wrapper img {
  width: auto;
}

.prp-odeko > section {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .prp-odeko > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    padding: 5.3333333333vw 4vw;
  }
}
section .inner.inner-wide {
  max-width: 1080px;
}
@media screen and (max-width: 744px) {
  section .inner.inner-new {
    padding: 8vw 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 744px) {
  section .inner > p {
    padding-bottom: 8vw;
  }
}
section .inner p.no {
  padding-bottom: 0;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 744px) {
  .block-a .block-a-bg {
    font-size: 4.2666666667vw;
    min-height: 2.6666666667vw;
    padding: 0;
  }
}
.block-a .block-a-bg:nth-child(2) {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .block-a .block-a-bg .white {
    font-size: 3.7333333333vw;
  }
}
.block-a .block-a-bg .img img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .block-a .block-a-bg .img-prp-sp {
    padding: 2.6666666667vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .block-a .block-a-bg .img-prp-sp img {
    margin: 0 auto;
    text-align: center;
  }
}

.sp-break {
  display: none;
}
@media screen and (max-width: 744px) {
  .sp-break {
    display: block;
  }
}

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

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.txt-center {
  text-align: center;
}

.red {
  color: var(--color-primary);
  font-weight: 700;
}

/* 古いページの調整用リセット
*****************************************************/
img {
  width: auto;
}

.block-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .block-ttl {
    font-size: 5.6vw;
    line-height: 1.3;
  }
}
.block-ttl strong {
  color: var(--color-primary);
}

/* Section Header */
.sec-header {
  background-image: url("../images/bg-sec-header.webp");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 744px) {
  .sec-header {
    padding: 0 !important;
  }
}
.sec-header img {
  width: 636px;
}
@media screen and (max-width: 744px) {
  .sec-header img {
    width: 100%;
  }
}
.sec-header .sec-header__childwrap {
  margin-bottom: 0;
  text-align: right;
  padding-right: 5%;
}
@media screen and (max-width: 744px) {
  .sec-header .sec-header__childwrap {
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec-header h2 {
    padding: 0;
  }
}

section .inner .inner-bnr {
  padding: 22px 0 0px;
}

/* common title designs */
.menu-bg {
  background: rgba(255, 255, 255, 0.4);
  margin-top: -80px;
  z-index: 999;
  padding: 5px 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.list02 {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 10%;
  width: 100%;
}
.list02 > li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list02 > li > a {
  display: block;
  width: 100%;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.list02 > li > a img {
  height: 69px;
  width: auto;
}
.list02 > li:first-child, .list02 > li:last-child {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}

.title01 {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.8;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .title01 {
    padding-bottom: 16vw;
  }
}
.title01 span {
  position: relative;
}
.title01 span i {
  color: var(--color-primary);
}
.title01 span::before {
  background-color: #fff;
  content: "";
  height: 15px;
  margin: -3px auto 0;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 15px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(135deg) skew(0deg);
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .title01 span::before {
    height: 4vw;
    margin: -0.8vw auto 0;
    position: absolute;
    bottom: -5.8666666667vw;
    left: 0;
    right: 0;
    width: 4vw;
    border-top: 0.5333333333vw solid #323232;
    border-right: 0.5333333333vw solid #323232;
  }
}

span.ttl_beige::before {
  background-color: #fcf5ed;
}

.title01 span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #323232;
}
@media screen and (max-width: 744px) {
  .title01 span::after {
    bottom: -4vw;
    height: 0.5333333333vw;
  }
}

.box50 {
  float: left;
  width: 50%;
  position: relative;
}

b.h02 {
  color: var(--color-primary);
}

/* Section 01 */
.sec01 {
  background-image: url("../images/bg-sec01.webp");
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 70px !important;
  padding-bottom: 150px !important;
}
@media screen and (max-width: 744px) {
  .sec01 {
    padding: 0 !important;
    background: #fff;
  }
}
.sec01 .sec01__title {
  margin-bottom: 30px;
}
.sec01 .left-container {
  max-width: 60%;
  width: 100%;
}
.sec01 h2 {
  max-width: 550px;
}
@media screen and (max-width: 744px) {
  .sec01 h2 {
    margin-bottom: -1.3333333333vw;
    max-width: inherit;
  }
}
.sec01 p {
  font-size: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec01 p {
    font-size: 4.2666666667vw;
    padding: 0 4.2666666667vw;
    line-height: 2;
  }
}
.sec01 p b {
  font-weight: bold;
  color: var(--color-primary);
}

/* Section 02 */
.sec02 {
  background: #fcf5ed;
  overflow: inherit !important;
  position: relative;
  margin-top: -80px !important;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 744px) {
  .sec02 {
    background-color: #fcf5ed;
    margin-top: 0px !important;
    padding-bottom: 8vw !important;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sec02 .box40 {
  width: 40%;
  float: left;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .box40 {
    float: initial;
    width: 100%;
  }
}
.sec02 .box40 img {
  position: absolute;
  right: -80px;
  top: 30px;
  max-width: 430px;
}
@media screen and (max-width: 744px) {
  .sec02 .box40 img {
    position: initial;
    max-width: 100%;
    width: 100%;
  }
}
.sec02 ul {
  padding: 0 0px 0 50px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec02 ul {
    padding: 0 0px 0 13.3333333333vw;
    margin-top: 8vw;
  }
}
.sec02 ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec02 ul li {
    padding-bottom: 13.3333333333vw;
  }
}
.sec02 ul li img {
  width: auto;
}
.sec02 h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  padding: 48px 0 0px;
  text-align: center;
  position: relative;
  display: block;
  overflow: initial;
  margin-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec02 h2 {
    background: transparent;
    padding: 0;
    font-size: 5.6vw;
    line-height: 8.96vw;
    position: absolute;
    top: 61.3333333333vw;
    left: 12.2666666667vw;
    z-index: 1;
    width: initial;
  }
}
.sec02 h2 i {
  font-size: 48px;
  font-weight: 400;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec02 h2 i {
    font-size: 5.6vw;
    letter-spacing: -0.336vw;
  }
}
.sec02 h2::before {
  background-color: #f8ebda;
  content: "";
  height: 15px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(135deg);
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec02 h2::before {
    height: 4vw;
    bottom: -7.2vw;
    left: 50%;
    margin-left: -2vw;
    width: 4vw;
    border-top: 0.5333333333vw solid #323232;
    border-right: 0.5333333333vw solid #323232;
  }
}
.sec02 h2::after {
  background-color: #323232;
  content: "";
  bottom: -20px;
  height: 2px;
  width: 760px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .sec02 h2::after {
    bottom: -5.3333333333vw;
    height: 0.5333333333vw;
    width: 84vw;
  }
}
.sec02 h2 span {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .sec02 h2 span {
    font-size: 4.8vw;
  }
}
.sec02 .list-wrap {
  width: 60%;
  float: right;
  padding: 20px 20px 20px 70px;
  background: url(../images/bg001.webp) center center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .list-wrap {
    float: initial;
    width: 95%;
    margin-left: auto;
    padding: 50.6666666667vw 0 8vw 7.2vw;
    background: url(../images/bg001-sp.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .list-wrap ul {
    margin: 0;
    padding: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.sec02 .list-wrap ul li {
  background: url(../images/bullet-check.webp) left 4px no-repeat;
  padding: 6px 20px;
  width: 100%;
  text-align: left;
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec02 .list-wrap ul li {
    line-height: 155%;
    padding: 0 5.3333333333vw;
    width: 100%;
    font-size: 4.8vw;
    background: initial;
    padding-left: 10.4vw;
    position: relative;
  }
  .sec02 .list-wrap ul li:not(:last-of-type) {
    padding-bottom: 2.9333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .list-wrap ul li::after {
    content: "";
    position: absolute;
    top: -0.2666666667vw;
    left: 0;
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    background: url(../images/bullet-check.webp) center/cover no-repeat;
  }
}
.sec02 .list-wrap ul i {
  color: var(--color-primary);
}

/* --------------------------------------------------
 p-feature
-------------------------------------------------- */
.p-feature {
  background: #ecebe6;
  position: relative;
  padding: 70px 0 0 0;
}
@media screen and (max-width: 744px) {
  .p-feature {
    padding: 0;
  }
}
.p-feature .bg-text-slider {
  align-items: center;
  display: flex;
  height: 144px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  bottom: -3px;
}
@media screen and (max-width: 744px) {
  .p-feature .bg-text-slider {
    height: 13.6vw;
    bottom: 0;
  }
}
.p-feature .bg-text-slider ul {
  animation: flowing 200s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.p-feature .bg-text-slider ul li {
  display: inline-block;
  padding-right: 40px;
  color: #ff6ea0;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 218px;
  line-height: 100%;
  opacity: 0.1;
  letter-spacing: -17.44px;
}
@media screen and (max-width: 744px) {
  .p-feature .bg-text-slider ul li {
    padding-right: 10.6666666667vw;
    bottom: 0;
    text-align: center;
    font-size: 20.5333333333vw;
    letter-spacing: -1.6426666667vw;
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-feature .p-feature__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.p-feature .p-feature__h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 77px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__h2 {
    font-size: 6.4vw;
    margin-bottom: 14.9333333333vw;
  }
}
.p-feature .p-feature__cards {
  padding: 0 50px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__cards {
    padding: 0 4.2666666667vw;
  }
}
.p-feature .p-feature__card {
  max-width: 478px;
  width: 100%;
  padding: 32px 0px 32px 0;
  z-index: 1;
  position: relative;
  margin-bottom: 77px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card {
    max-width: 82.9333333333vw;
    padding: 4.2666666667vw;
    margin-bottom: 14.9333333333vw;
  }
}
.p-feature .p-feature__card:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -2350px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card:before {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.p-feature .p-feature__card--even {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card--even {
    max-width: 82.9333333333vw;
    padding: 4.2666666667vw;
  }
}
.p-feature .p-feature__card--even:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fff8fa;
  top: 0;
  left: initial;
  right: -2350px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card--even:before {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .sec_case_insta {
    width: 92vw;
    margin: 0 auto;
  }
}
.p-feature .p-feature__card--even-last {
  margin-bottom: 77px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__card--even-last {
    margin-bottom: 10.6666666667vw;
  }
}
.p-feature .p-feature-img__wrap {
  position: relative;
}
.p-feature .p-feature__img {
  position: absolute;
  top: -70px;
  right: -472px;
  width: 395px;
  height: 230px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__img {
    width: 42.6666666667vw;
    height: 24.5333333333vw;
    right: -12.8vw;
    top: -12.8vw;
  }
}
.p-feature .p-feature__img--even {
  left: -472px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature__img--even {
    left: -12.8vw;
  }
}
.p-feature .p-feature-img__bgbox {
  position: absolute;
  top: 8px;
  right: -480px;
  width: 160px;
  height: 160px;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-img__bgbox {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    right: -13.8666666667vw;
    top: -3.7333333333vw;
  }
}
.p-feature .p-feature-img__bgbox--even {
  left: -480px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-img__bgbox--even {
    left: -13.8666666667vw;
  }
}
.p-feature .p-feature-card__headings {
  display: flex;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__headings {
    display: block;
    padding-bottom: 4.2666666667vw;
  }
}
.p-feature .p-feature-card-headings__number {
  width: 66px;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__number {
    width: 14.9333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__number--even {
    margin-left: auto;
  }
}
.p-feature .p-feature-card-headings-h3__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings-h3__wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings-h3__wrap--even {
    justify-content: right;
  }
}
.p-feature .p-feature-card-headings__h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3 {
    font-size: 6.4vw;
  }
}
.p-feature .p-feature-card-headings__h3::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 20px;
  background-image: linear-gradient(135deg, #f02a5c 12.5%, transparent 12.5%, transparent 50%, #f02a5c 50%, #f02a5c 62.5%, transparent 62.5%, transparent 100%);
  background-size: 11.31px 11.31px;
  top: -55px;
  left: -122px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3::before {
    width: 37.3333333333vw;
    height: 2.6666666667vw;
    top: -20.5333333333vw;
    left: 0;
    background-image: linear-gradient(135deg, #f02a5c 12.5%, transparent 12.5%, transparent 50%, #f02a5c 50%, #f02a5c 62.5%, transparent 62.5%, transparent 100%);
    background-size: 1.4666666667vw 1.4666666667vw;
  }
}
.p-feature .p-feature-card-headings__h3 span {
  color: var(--color-primary);
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3 span {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3--even {
    text-align: right;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card-headings__h3--even::before {
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__text {
    font-size: 4.2666666667vw;
  }
}
.p-feature .p-feature-card__text span {
  color: var(--color-primary);
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__text span {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-feature .p-feature-card__text--even {
    font-size: 4vw;
  }
}

/* Section 04 */
.sec04 {
  background: #fef6f0;
  padding-top: 40px !important;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 744px) {
  .sec04 {
    padding-top: 0 !important;
    background-size: 100% auto;
    background-color: #fcf5ed;
    padding-bottom: 2.6666666667vw !important;
  }
}
.sec04 .inner-fixed {
  max-width: 840px;
}
@media screen and (max-width: 744px) {
  .sec04 .sec-ttl {
    float: right;
    padding: 8vw 0;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .inner {
    padding: 8vw 6.9333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04.bg-img {
    background-position: center top;
  }
}
.sec04 .sec04__ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
  }
}
.sec04 .sec04__ul__li {
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 228px;
  position: relative;
  align-items: end;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li {
    height: 37.3333333333vw;
    align-items: center;
    justify-content: right;
    border-radius: 2.6666666667vw;
    letter-spacing: -0.24vw;
  }
}
.sec04 .sec04__ul__li.__1 {
  background: url(../images/feature-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li.__1 {
    background: url(../images/feature-01-sp.webp) center/cover no-repeat;
    padding-right: 8.2666666667vw;
  }
}
.sec04 .sec04__ul__li.__2 {
  background: url(../images/feature-02.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li.__2 {
    background: url(../images/feature-02-sp.webp) center/cover no-repeat;
    padding-right: 4vw;
  }
}
.sec04 .sec04__ul__li.__3 {
  background: url(../images/feature-03.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li.__3 {
    background: url(../images/feature-03-sp.webp) center/cover no-repeat;
    padding-right: 4vw;
  }
}
.sec04 .sec04__ul__li.__4 {
  background: url(../images/feature-04.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li.__4 {
    background: url(../images/feature-04-sp.webp) center/cover no-repeat;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li {
    border-radius: 2.6666666667vw;
  }
}
.sec04 .sec04__ul__li .ttl {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: linear-gradient(to right, #ecca9f, #f26a9f);
  font-weight: 700;
  font-size: 16px;
  width: 150px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/feature-05.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li .ttl {
    top: -3.2vw;
    font-size: 4.8vw;
    width: 40vw;
    height: 8vw;
  }
}
.sec04 .sec04__ul__li .wrap {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li .wrap {
    display: flex;
    align-items: center;
    padding: 0;
    padding-top: 6.4vw;
  }
}
.sec04 .sec04__ul__li .txt {
  color: #313131;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li .txt {
    text-align: left;
    font-size: 4.8vw;
    padding-left: 0;
    line-height: 6.4vw;
  }
}
.sec04 .sec04__ul__li .txt span {
  color: #e96697;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__ul__li .txt span {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.sec04 h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec04 h2 {
    font-size: 5.6vw;
    line-height: 1.6;
    padding: 0 0 8vw;
    margin-bottom: 8vw;
  }
}
.sec04 h2 span {
  position: relative;
  display: block;
}
.sec04 h2 span i {
  font-size: 48px;
  font-weight: 400;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec04 h2 span i {
    font-size: 5.6vw;
    font-weight: 700;
  }
}
.sec04 h2 span::before {
  background-color: #fef6f0;
  content: "";
  height: 15px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(135deg);
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec04 h2 span::before {
    height: 4vw;
    position: absolute;
    bottom: -7.2vw;
    left: 50%;
    margin-left: -2vw;
    width: 4vw;
    border-top: 0.5333333333vw solid #323232;
    border-right: 0.5333333333vw solid #323232;
    background-color: #fef6f1;
  }
}
.sec04 h2 span::after {
  background-color: #323232;
  content: "";
  bottom: -20px;
  height: 2px;
  width: 760px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .sec04 h2 span::after {
    bottom: -5.3333333333vw;
    height: 0.5333333333vw;
    width: 100%;
  }
}

.p-point {
  background: url(../images/point-06.webp) center/cover no-repeat;
  height: 844px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-point {
    background: url(../images/point-06-sp.webp) center/cover no-repeat;
    height: 165.3333333333vw;
  }
}
.p-point .p-point__child-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.p-point .p-point__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.p-point .p-point__heading {
  position: absolute;
  top: 21px;
  left: 49%;
  transform: translateX(-50%);
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__heading {
    top: 5.6vw;
    left: 57.0666666667vw;
    align-items: center;
  }
}
.p-point .moreover {
  position: absolute;
  top: -20px;
  left: 151px;
  width: 170px;
  height: 180px;
  rotate: -10deg;
  background: url(../images/point-01.webp) center/cover no-repeat;
  padding-right: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 39px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -3.9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-point .moreover {
    top: -1.8666666667vw;
    left: 2.6666666667vw;
    font-size: 5.6vw;
    line-height: 5.6vw;
    width: 26.6666666667vw;
    letter-spacing: 0;
    height: 30.9333333333vw;
    padding-right: 1.3333333333vw;
    padding-bottom: 1.6vw;
  }
}
.p-point .titles {
  width: initial;
  margin-bottom: 0;
  padding-left: 16px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-point .titles {
    padding-left: 0;
    padding-bottom: 8.5333333333vw;
  }
}
.p-point .p__top {
  display: flex;
  justify-content: center;
  align-items: end;
}
.p-point .p.__1 {
  text-align: center;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 744px) {
  .p-point .p.__1 {
    font-size: 5.6vw;
    line-height: 130%;
    letter-spacing: 0.112vw;
  }
}
.p-point .p.__2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 744px) {
  .p-point .p.__2 {
    font-size: 4.8vw;
    line-height: 130%;
    letter-spacing: 0.096vw;
  }
}
.p-point .p.__3 {
  color: var(--color-primary);
  font-family: var(--font-noto-serif);
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.12px;
  display: block;
}
@media screen and (max-width: 744px) {
  .p-point .p.__3 {
    font-size: 6.9333333333vw;
    line-height: 100%;
    letter-spacing: 0.128vw;
  }
}
.p-point .p-point-circles {
  padding-bottom: 292px;
  padding-left: 42px;
}
@media screen and (max-width: 744px) {
  .p-point .p-point-circles {
    padding-left: 0;
    padding-right: 5.3333333333vw;
    padding-bottom: 40vw;
  }
}
.p-point .p-point__circle {
  color: #fdf089;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.3px;
  width: 123px;
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  border: 4px solid var(--color-primary);
  background: var(--color-primary);
  margin: 0px auto 0;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__circle {
    width: 19.28vw;
    height: 19.28vw;
    font-size: 4.96vw;
    line-height: 5.7866666667vw;
    letter-spacing: -0.048vw;
  }
}
.p-point .p-point__circle .arrow {
  position: relative;
}
.p-point .p-point__circle .arrow.__1::before {
  content: "";
  position: absolute;
  top: -57px;
  left: -86px;
  width: 3px;
  height: 150px;
  background: var(--color-primary);
  rotate: -99deg;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__circle .arrow.__1::before {
    top: -5.0666666667vw;
    left: -4.6666666667vw;
    width: 0.2666666667vw;
    height: 14.6666666667vw;
    rotate: -114deg;
  }
}
.p-point .p-point__circle .arrow.__1::after {
  content: "";
  position: absolute;
  top: 23px;
  left: -170px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--color-primary) rgba(0, 0, 0, 0);
  rotate: -100deg;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__circle .arrow.__1::after {
    top: 4.1826666667vw;
    left: -12.2vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.0666666667vw 2.1333333333vw 1.0666666667vw;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--color-primary) rgba(0, 0, 0, 0);
    rotate: -114deg;
  }
}
.p-point .p-point__circle .arrow.__2::before {
  content: "";
  position: absolute;
  top: -65px;
  right: -87px;
  width: 3px;
  height: 130px;
  background: var(--color-primary);
  rotate: 89deg;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__circle .arrow.__2::before {
    top: -1.9333333333vw;
    right: -6.6vw;
    width: 0.2666666667vw;
    height: 8vw;
    rotate: -60deg;
  }
}
.p-point .p-point__circle .arrow.__2::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -165px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--color-primary) rgba(0, 0, 0, 0);
  rotate: 90deg;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__circle .arrow.__2::after {
    top: 2.9333333333vw;
    right: -10.6666666667vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.0666666667vw 2.1333333333vw 1.0666666667vw;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--color-primary) rgba(0, 0, 0, 0);
    rotate: 120deg;
  }
}
.p-point .content {
  padding-top: 170px;
  padding-right: 39px;
}
@media screen and (max-width: 744px) {
  .p-point .content {
    padding-top: 28.5333333333vw;
    padding-right: 1.3333333333vw;
  }
}
.p-point .content .face {
  position: absolute;
}
.p-point .content .face.__1 {
  bottom: 139px;
  left: -51px;
  width: 441px;
  height: 554px;
}
@media screen and (max-width: 744px) {
  .p-point .content .face.__1 {
    bottom: 73.6vw;
    left: -5.3333333333vw;
    width: 39.2vw;
    height: 68vw;
  }
}
.p-point .content .face.__1 img {
  aspect-ratio: 441/554;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .p-point .content .face.__1 img {
    aspect-ratio: 147/255;
  }
}
.p-point .content .face.__2 {
  top: 31px;
  right: -86px;
  width: 493px;
  height: 574px;
}
@media screen and (max-width: 744px) {
  .p-point .content .face.__2 {
    top: 17.3333333333vw;
    right: -4.2666666667vw;
    width: 51.4666666667vw;
    height: 70.9333333333vw;
  }
}
.p-point .content .face.__2 img {
  aspect-ratio: 493/574;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .p-point .content .face.__2 img {
    aspect-ratio: 193/266;
  }
}
.p-point .content .face img {
  width: 100%;
}
.p-point .texts {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0.42px;
  padding: 16px 24px;
  text-align: left;
  width: 1080px;
  margin-bottom: 29px;
  background: url(../images/point-02.webp) center/cover no-repeat;
  padding: 48px 0 24px;
}
@media screen and (max-width: 744px) {
  .p-point .texts {
    color: #000;
    font-size: 4.5333333333vw;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.0906666667vw;
    padding: 10.6666666667vw 6.4vw 4.2666666667vw;
    margin: 0 auto;
    background: url(../images/point-02-sp.webp) center/cover no-repeat;
    width: 91.4666666667vw;
    margin-bottom: 12.2666666667vw;
  }
}
.p-point .texts .ttl {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: linear-gradient(to right, #ecca9f, #f26a9f);
  width: 310px;
  height: 62px;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/point-03.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-point .texts .ttl {
    font-size: 5.6vw;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    letter-spacing: 0.112vw;
    top: -3.7333333333vw;
  }
}
.p-point .text {
  width: 728px;
  white-space: nowrap;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .p-point .text {
    white-space: inherit;
    width: 100%;
    line-height: 1.5;
  }
}
.p-point .text span {
  color: #ed64a0;
  font-weight: 700;
}

.sec11-2 {
  background: url("../images/bg-sec11-2.webp") center top/cover no-repeat;
  padding: 68px 0 60px;
}
@media screen and (max-width: 744px) {
  .sec11-2 {
    padding: 13.3333333333vw 0 8vw;
  }
}
.sec11-2 .inner {
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec11-2 .inner {
    padding: 0 4vw 5.3333333333vw;
  }
}
.sec11-2 img {
  margin: 0 auto;
}
.sec11-2 .sec11-2__circle {
  position: absolute;
  top: -38px;
  left: 114px;
  background: url(../images/circle-02.webp) center/cover no-repeat;
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__circle {
    width: 24vw;
    height: 24vw;
    top: 0px;
    left: 4.2666666667vw;
  }
}
.sec11-2 .sec11-2__circle .text {
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__circle .text {
    font-size: 5.44vw;
    line-height: 5.8666666667vw;
  }
}
.sec11-2 .sec11-2__circle .text__1 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding-top: 12.5px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__circle .text__1 {
    font-size: 3.92vw;
    line-height: 4.8vw;
    padding-top: 3.3333333333vw;
  }
}
.sec11-2 .sec11-2__circle .text__1 span {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__circle .text__1 span {
    font-size: 3.2533333333vw;
    line-height: 4.8vw;
  }
}
.sec11-2 .sec11-2__ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  overflow: initial;
  color: #363636;
  font-size: 31px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.93px;
  margin-bottom: 0;
  margin-left: 60px;
}
@media screen and (min-width: 745px) {
  .sec11-2 .sec11-2__ttl br {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__ttl {
    font-size: 5.6vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.168vw;
    max-width: 51.7333333333vw;
    margin-left: 26.6666666667vw;
    text-align: left;
    white-space: nowrap;
  }
}
.sec11-2 .sec11-2__ttl span {
  color: #ed64a0;
  text-align: center;
  font-size: 31px;
  line-height: 35px;
  letter-spacing: 0.93px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__ttl span {
    font-size: 5.6vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.168vw;
  }
}
.sec11-2 .sec11-2__ttl::before {
  background-color: #fcf5ed;
  content: "";
  height: 15px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(135deg);
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__ttl::before {
    height: 4vw;
    bottom: -5.0666666667vw;
    left: 50%;
    margin-left: -2vw;
    width: 4vw;
    border-top: 0.5333333333vw solid #323232;
    border-right: 0.5333333333vw solid #323232;
  }
}
.sec11-2 .sec11-2__ttl::after {
  background-color: #323232;
  content: "";
  bottom: -20px;
  height: 2px;
  width: 733px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__ttl::after {
    bottom: -3.2vw;
    height: 0.5333333333vw;
    width: 51.7333333333vw;
  }
}
.sec11-2 .sec11-2__boxes {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 63px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes {
    display: block;
    margin-top: 12.8vw;
  }
}
.sec11-2 .sec11-2__boxes__box {
  border-radius: 40px 40px 0px 0px;
  padding: 22px 5px 15px;
  max-width: 290px;
  box-shadow: 5px 8px 7px 3px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box {
    border-radius: 10.6666666667vw 10.6666666667vw 0px 0px;
    max-width: 100%;
    padding: 4.8vw 2.6666666667vw 5.3333333333vw;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
    justify-content: left;
  }
  .sec11-2 .sec11-2__boxes__box:not(:last-of-type) {
    margin-bottom: 4.5333333333vw;
  }
}
.sec11-2 .sec11-2__boxes__box .ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  padding-bottom: 23px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box .ttl {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
    padding-bottom: 3.2vw;
  }
}
.sec11-2 .sec11-2__boxes__box .dl:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box .dl:not(:last-of-type) {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box .dl {
    display: flex;
    height: 13.3333333333vw;
  }
}
.sec11-2 .sec11-2__boxes__box .dt {
  color: #323232;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  background: #eaeaea;
  padding: 2.5px 0;
}
@media screen and (min-width: 745px) {
  .sec11-2 .sec11-2__boxes__box .dt br {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box .dt {
    max-width: 15.4666666667vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.sec11-2 .sec11-2__boxes__box .dd {
  color: #323232;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 0px 16px;
  line-height: 22px;
  height: 38px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box .dd {
    height: 100%;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding: 0 2.6666666667vw;
    justify-content: left;
  }
}
.sec11-2 .sec11-2__boxes__box .dd__pink {
  color: #ed64a0;
}
.sec11-2 .sec11-2__boxes__box__1 {
  background: var(--Linear, linear-gradient(90deg, #ecca9f 0%, #f26a9f 100%));
}
.sec11-2 .sec11-2__boxes__box__1 .dd__2 {
  height: 70px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__1 .dd__2 {
    height: 100%;
  }
}
.sec11-2 .sec11-2__boxes__box__1 .dd__3 {
  height: 70px;
  text-align: left;
  justify-content: left;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__1 .dd__3 {
    height: 100%;
  }
}
.sec11-2 .sec11-2__boxes__box__1 .dd__5 {
  height: 70px;
  text-align: left;
  justify-content: left;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__1 .dd__5 {
    height: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__1 dl:nth-of-type(3) {
    height: 21.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__1 dl:nth-of-type(5) {
    height: 21.3333333333vw;
  }
}
.sec11-2 .sec11-2__boxes__box__2 {
  background: linear-gradient(90deg, #42cda2 0%, #05b2f5 100%);
}
.sec11-2 .sec11-2__boxes__box__2 .dd__2 {
  height: 70px;
  text-align: left;
  justify-content: left;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__2 .dd__2 {
    height: 100%;
  }
}
.sec11-2 .sec11-2__boxes__box__2 .dd__3 {
  height: 70px;
  text-align: left;
  justify-content: left;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__2 .dd__3 {
    height: 100%;
  }
}
.sec11-2 .sec11-2__boxes__box__2 .dd__5 {
  height: 70px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__2 .dd__5 {
    height: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__2 dl:nth-of-type(2) {
    height: 21.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__2 dl:nth-of-type(3) {
    height: 21.3333333333vw;
  }
}
.sec11-2 .sec11-2__boxes__box__3 {
  background: #008281;
}
.sec11-2 .sec11-2__boxes__box__3 .dd__2 {
  height: 70px;
  text-align: left;
  justify-content: left;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__3 .dd__2 {
    height: 100%;
  }
}
.sec11-2 .sec11-2__boxes__box__3 .dd__3 {
  height: 70px;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__3 .dd__3 {
    height: 100%;
  }
}
.sec11-2 .sec11-2__boxes__box__3 .dd__5 {
  height: 70px;
  text-align: left;
  justify-content: left;
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__3 .dd__5 {
    height: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__3 dl:nth-of-type(2) {
    height: 21.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec11-2 .sec11-2__boxes__box__3 dl:nth-of-type(5) {
    height: 21.3333333333vw;
  }
}

@media screen and (max-width: 744px) {
  .left-container,
  .box50 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* --------------------------------------------------
 費用
-------------------------------------------------- */
#tempPrice .bnr01 {
  margin: 16px 0 32px;
}
@media screen and (max-width: 744px) {
  #tempPrice .bnr01 {
    margin: 4.2666666667vw 0;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: #fff;
}
.sec_case .lpInner {
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding-bottom: 7.4666666667vw;
  }
}
.sec_case .casePhoto .imgs_img img {
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .sec_case .casePhoto .imgs_img img {
    height: 80vw;
  }
}
.sec_case .load-more-btn {
  margin-bottom: 0;
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
@media screen and (max-width: 744px) {
  #tempFlow {
    padding-top: 0;
  }
}
#tempFlow .tempFlow__lists {
  background: #fcf5ed;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #fcf5ed;
}
#tempPrice .c_menu.--ice {
  margin-bottom: 0;
}
#tempPrice .c_menu__addtext {
  padding-left: 0;
}

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