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

.sub {
  --color-primary: #6fb9ca;
  --color-alpha: rgb(243.48, 249.4, 250.76);
  --color-secondary: rgba(111, 185, 202, 0.4);
  --color-strong: rgb(25.1164974619, 155.8501059854, 185.8835025381);
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

main.sub {
  overflow: hidden;
}
main h2 {
  overflow: inherit;
}

.sub > section {
  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;
  overflow: hidden;
}
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 .inner2 {
  max-width: 980px;
}

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

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

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

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

.sub {
  background: #f9f8f4;
  /*---------------------------------------

  fv

  ---------------------------------------*/
}
@media screen and (max-width: 744px) {
  .sub .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 745px) {
  .sub .sp-only {
    display: none;
  }
}
.sub .serif {
  font-family: "Noto Serif JP", serif;
}
.sub .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .sub .lpInner {
    padding: 0 5.3vw;
    max-width: none;
  }
}
.sub .lpInner img {
  width: 100%;
}
.sub .maker {
  background-image: linear-gradient(to bottom, transparent 62%, #ffc5d9 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.sub .maker.anim {
  background-size: 100% 100%;
}
.sub .fv {
  height: 465px;
  background: url(../images/kv.webp) no-repeat center center/cover;
  padding-top: 105px;
}
@media screen and (max-width: 744px) {
  .sub .fv {
    height: 120.8vw;
    padding-top: 46vw;
    background-image: url(../images/kv_sp.webp);
  }
}
@media screen and (max-width: 744px) {
  .sub .fv .lpInner {
    display: flex;
    flex-direction: column;
  }
}
.sub .fv_copy1 {
  margin-bottom: 18px;
  width: 542px;
}
@media screen and (max-width: 744px) {
  .sub .fv_copy1 {
    width: 93.3vw;
    order: 1;
    margin-left: -1.3vw;
    margin-bottom: 0;
    animation-delay: 0.3s;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 745px) {
  .sub .fv_copy2 {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .sub .fv_copy2 {
    width: 88.6vw;
    order: 0;
    margin-left: 0;
  }
}
.sub .fv_anchor {
  position: absolute;
  left: 280px;
  bottom: 0;
}
@media screen and (max-width: 744px) {
  .sub .fv_anchor {
    left: 49.5%;
  }
}
.sub .fv_anchor a {
  display: flex;
}
.sub .fv_anchor span {
  display: block;
  overflow: hidden;
  transform: translate(0);
  width: 1px;
  margin-right: 10px;
}
@media screen and (max-width: 744px) {
  .sub .fv_anchor span {
    margin-right: 1.5vw;
  }
}
.sub .fv_anchor span::before {
  background: #dcdcdc;
  bottom: 0;
  content: "";
  height: 126px;
  left: 0;
  position: absolute;
  width: 11px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sub .fv_anchor span::before {
    height: 10.7vw;
  }
}
.sub .fv_anchor span::after {
  background: #707070;
  background: #000;
  content: "";
  display: block;
  height: 126px;
  margin: 0 0 0;
  min-height: 100px;
  position: relative;
  width: 11px;
  z-index: 2;
  animation: scroll 1s ease 0s infinite normal;
}
@media screen and (max-width: 744px) {
  .sub .fv_anchor span::after {
    height: 10.7vw;
    min-height: auto;
  }
}
.sub .fv_anchor_img {
  width: 16px;
}
@media screen and (max-width: 744px) {
  .sub .fv_anchor_img {
    width: 2.1vw;
  }
}
.sub .square::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -78px;
  left: -90px;
  width: 280px;
  height: 280px;
  background: url(../images/square.webp) no-repeat center center/cover;
}
.sub .sec01 {
  color: #474747;
  line-height: 1;
  padding: 64px 0 48px;
  background: #fff;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .sub .sec01 {
    padding: 8.5vw 0 2vw;
  }
}
@media screen and (max-width: 744px) {
  .sub .sec01 .lpInner.square::after {
    width: 28.8vw;
    height: 28.8vw;
    bottom: 16.5vw;
    left: -21.3vw;
  }
}
.sub .sec01_txt1 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt1 {
    font-size: 5.3vw;
    margin-bottom: 0;
  }
}
.sub .sec01_txt2 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 27px;
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt2 {
    font-size: 4.3vw;
    line-height: 1.5;
    margin-bottom: 3vw;
  }
}
.sub .sec01_txt2 .big1 {
  font-size: 2.31em;
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt2 .big1 {
    font-size: 8vw;
  }
}
.sub .sec01_txt2 .big2 {
  font-size: 1.85em;
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt2 .big2 {
    font-size: 6.4vw;
  }
}
.sub .sec01_txt2 .small {
  font-size: 0.69em;
}
.sub .sec01_txt2 .pink {
  background-color: #ff6ea0;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt2 .pink .big1 {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt2 .pink .big2 {
    font-size: 5.9vw;
  }
}
.sub .sec01_txt3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt3 {
    font-size: 4.3vw;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    margin-bottom: -1vw;
  }
}
.sub .sec01_txt4 {
  font-size: 18px;
  text-align: right;
  padding-right: 90px;
}
@media screen and (max-width: 744px) {
  .sub .sec01_txt4 {
    font-size: 2.7vw;
    padding-right: 0;
  }
}
.sub .sec01_txt4 span {
  background-color: #231815;
  color: #fff;
}
.sub .sec02 {
  overflow: visible;
  padding-bottom: 68px;
  color: #474747;
}
@media screen and (max-width: 744px) {
  .sub .sec02 {
    padding-bottom: 7vw;
  }
}
.sub .sec02 .lpInner {
  max-width: 880px;
}
.sub .sec02_head {
  display: flex;
  align-items: flex-end;
  margin-top: -25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 744px) {
  .sub .sec02_head {
    margin-top: -2.7vw;
    margin-bottom: 2vw;
    margin-left: -5.3vw;
    margin-right: -5.3vw;
  }
}
.sub .sec02_head_img {
  width: 200px;
  margin-right: 14px;
}
@media screen and (max-width: 744px) {
  .sub .sec02_head_img {
    width: 21.3vw;
    margin-right: 1vw;
  }
}
.sub .sec02_head_ttl {
  width: 435px;
  margin-bottom: 14px;
}
@media screen and (max-width: 744px) {
  .sub .sec02_head_ttl {
    width: 74.4vw;
    margin-bottom: 1vw;
  }
}
.sub .sec02_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list {
    padding-left: 2.9vw;
    margin-right: -1.3vw;
    margin-bottom: 6.5vw;
  }
}
.sub .sec02_list_list {
  position: absolute;
  top: 5px;
  left: -70px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list_list {
    top: -1vw;
    left: -1.5vw;
  }
}
.sub .sec02_list_list_item {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list_list_item {
    font-size: 2.7vw;
  }
}
.sub .sec02_list_list_item:nth-child(1) {
  margin-bottom: 4.6em;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list_list_item:nth-child(1) {
    margin-bottom: 7.5vw;
  }
}
.sub .sec02_list_list_item:nth-child(2) {
  margin-bottom: 3.1em;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list_list_item:nth-child(2) {
    margin-bottom: 3vw;
  }
}
.sub .sec02_list_item {
  width: 240px;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list_item {
    width: 27.5vw;
  }
}
.sub .sec02_list_item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list_item .img {
    margin-bottom: 1vw;
  }
}
.sub .sec02_list_item .txt {
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.08;
}
@media screen and (max-width: 744px) {
  .sub .sec02_list_item .txt {
    font-size: 3.7vw;
    line-height: 1.6;
  }
}
.sub .sec02_list_item:nth-of-type(2) {
  animation-delay: 0.2s;
}
.sub .sec02_list_item:nth-of-type(3) {
  animation-delay: 0.4s;
}
.sub .sec02_txt {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .sub .sec02_txt {
    font-size: 4.3vw;
    width: 62vw;
  }
}
.sub .sec02_img {
  width: 294px;
  position: absolute;
  bottom: -68px;
  right: -266px;
  animation-delay: 0.6s;
}
@media screen and (max-width: 744px) {
  .sub .sec02_img {
    width: 36.3vw;
    right: -2.7vw;
    bottom: -7vw;
  }
}
.sub .sec03 {
  color: #474747;
  margin-bottom: 50px;
  position: relative;
  z-index: 4;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .sub .sec03 {
    margin-bottom: 8vw;
  }
}
.sub .sec03_ttl {
  height: 210px;
  background: url(../images/sec03-ttl-bg.webp) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sub .sec03_ttl {
    background-image: url(../images/sec03-ttl-bg-sp.webp);
    margin-bottom: 1vw;
    height: 33.3vw;
    padding-top: 4vw;
  }
}
.sub .sec03_ttl.square::after {
  bottom: -143px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 250px;
  height: 250px;
  transform: translateX(600px);
}
@media screen and (max-width: 744px) {
  .sub .sec03_ttl.square::after {
    width: 28.8vw;
    height: 28.8vw;
    left: auto;
    right: -19.5vw;
    bottom: -39.5vw;
    transform: none;
    margin: 0;
  }
}
.sub .sec03_ttl_box {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub .sec03_ttl_box_txt1 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  background: url(../images/sec03-ttl-line2.svg) no-repeat bottom left/contain;
  padding-bottom: 27px;
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .sub .sec03_ttl_box_txt1 {
    font-size: 3.5vw;
    padding-bottom: 5vw;
    margin-bottom: 2vw;
  }
}
.sub .sec03_ttl_box_txt2 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .sub .sec03_ttl_box_txt2 {
    font-size: 8vw;
  }
}
.sub .sec03_ttl_box_txt2 .small {
  font-size: 0.8em;
}
.sub .sec03 .lpInner::before {
  content: "";
  background: url(../images/wave2.webp) no-repeat bottom left/contain;
  position: absolute;
  width: 848px;
  height: 1078px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(690px);
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sub .sec03 .lpInner::before {
    background-image: url(../images/wave2-sp.webp);
    width: 107vw;
    height: 161.7vw;
    transform: none;
    left: auto;
    margin: 0;
    bottom: -70vw;
    right: -22.9vw;
  }
}
.sub .sec03 .lpInner::after {
  content: "";
  background: url(../images/wave1.webp) no-repeat bottom left/contain;
  position: absolute;
  width: 647px;
  height: 1352px;
  top: -592px;
  left: -504px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sub .sec03 .lpInner::after {
    background-image: url(../images/wave1-sp.webp);
    width: 100vw;
    height: 260.8vw;
    top: -2.5vw;
    left: 0;
    z-index: -1;
  }
}
.sub .sec03_txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 68px;
}
@media screen and (max-width: 744px) {
  .sub .sec03_txt {
    font-size: 4.3vw;
    margin-bottom: 5vw;
  }
}
.sub .sec03_txt_img {
  width: 368px;
  height: 414px;
  background: url(../images/sec03-1.webp) no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  left: -163px;
  bottom: -400px;
  animation-delay: 0.3s;
}
@media screen and (max-width: 744px) {
  .sub .sec03_txt_img {
    width: 28.5vw;
    height: 32vw;
    left: -10.7vw;
    bottom: 56vw;
  }
}
.sub .sec03_txt .txt {
  display: block;
  margin-bottom: 1.55em;
}
.sub .sec03_txt .big {
  font-size: 1.83em;
}
@media screen and (max-width: 744px) {
  .sub .sec03_txt .big {
    font-size: 1.49em;
  }
}
.sub .sec03_box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sub .sec03_box {
    width: 84vw;
  }
}
.sub .sec03_box_body {
  background: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 40px 0;
}
@media screen and (max-width: 744px) {
  .sub .sec03_box_body {
    font-size: 4.3vw;
    padding: 4vw 0 5vw;
  }
}
.sub .sec03_box_body_txt:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 744px) {
  .sub .sec03_box_body_txt:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.sub .sec03_box_body .big {
  font-size: 1.83em;
  line-height: 1.45;
}
@media screen and (max-width: 744px) {
  .sub .sec03_box_body .big {
    font-size: 1.5em;
    line-height: 1.7;
  }
}
.sub .sec03_box_img {
  width: 328px;
  height: 255px;
  background: url(../images/sec03-2.webp) no-repeat center center/contain;
  position: absolute;
  top: 19px;
  right: -124px;
  animation-delay: 0.6s;
}
@media screen and (max-width: 744px) {
  .sub .sec03_box_img {
    width: 27.5vw;
    height: 21.4vw;
    right: -10.1vw;
    top: 20vw;
  }
}
.sub .sec04 {
  color: #474747;
  overflow: visible;
  padding: 60px 0 66px;
}
@media screen and (max-width: 744px) {
  .sub .sec04 {
    padding: 9.1vw 0 5.7vw;
  }
}
.sub .sec04 .lpInner {
  max-width: 980px;
}
.sub .sec04_ttl {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_ttl {
    margin-bottom: 5.1vw;
  }
}
.sub .sec04_ttl.square::after {
  display: none;
}
.sub .sec04_ttl_box {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub .sec04_ttl_box_txt1 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  background: url(../images/sec04-ttl-line.svg) no-repeat bottom left/contain;
  padding-bottom: 27px;
  margin-bottom: 13px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_ttl_box_txt1 {
    font-size: 3.5vw;
    padding-bottom: 5vw;
    margin-bottom: 2vw;
  }
}
.sub .sec04_ttl_box_txt2 {
  width: 676px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_ttl_box_txt2 {
    width: 61.3vw;
    margin-left: 3vw;
  }
}
.sub .sec04_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list {
    flex-direction: column;
    margin-bottom: 7vw;
  }
}
.sub .sec04_list_list {
  position: absolute;
  top: 126px;
  left: -70px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_list {
    top: 0;
    left: 2.7vw;
  }
}
.sub .sec04_list_list_item {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_list_item {
    font-size: 2.7vw;
  }
}
.sub .sec04_list_list_item:nth-child(1) {
  margin-bottom: 3.4em;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_list_item:nth-child(1) {
    margin-bottom: 6.5vw;
  }
}
.sub .sec04_list_list_item:nth-child(2) {
  margin-bottom: 2.9em;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_list_item:nth-child(2) {
    margin-bottom: 3vw;
  }
}
.sub .sec04_list_item {
  width: 240px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item {
    width: auto;
    display: flex;
    gap: 2.4vw;
    align-items: end;
    padding-left: 14.5vw;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.sub .sec04_list_item:not(:last-child)::after {
  content: "";
  background: url(../images/arrow01.svg) no-repeat center center/contain;
  width: 24px;
  height: 40px;
  position: absolute;
  right: -65px;
  bottom: 84px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item:not(:last-child)::after {
    width: 4vw;
    height: 6.7vw;
    bottom: -8vw;
    right: auto;
    left: 25.5vw;
    transform: rotate(90deg);
  }
}
.sub .sec04_list_item .txt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item .txt {
    margin-bottom: 4vw;
    width: 42.4vw;
    height: 16vw;
    font-size: 3.7vw;
  }
}
.sub .sec04_list_item .txt::after {
  content: "";
  background: url(../images/hukidashi1.webp) no-repeat center center/contain;
  position: absolute;
  left: 105px;
  top: 66px;
  width: 27px;
  height: 26px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item .txt::after {
    width: 3.7vw;
    height: 3.7vw;
    transform: rotate(90deg);
    top: 6.4vw;
    left: -3vw;
  }
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item .img {
    width: 27.5vw;
  }
}
.sub .sec04_list_item:nth-of-type(2) {
  position: relative;
  animation-delay: 0.2s;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item:nth-of-type(2) {
    margin: 10.1vw 0 8.3vw;
  }
}
.sub .sec04_list_item:nth-of-type(2) .txt2 {
  font-size: 15px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: -90px;
  bottom: -65px;
  font-weight: bold;
  line-height: 1.3;
  background: url(../images/hukidashi3.webp) no-repeat center center/contain;
  width: 205px;
  height: 178px;
  padding-top: 74px;
  animation-delay: 0.7s;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item:nth-of-type(2) .txt2 {
    font-size: 2.8vw;
    width: 46.3vw;
    height: 22.7vw;
    background-image: url(../images/hukidashi3-sp.webp);
    padding-top: 3vw;
    left: 45.7vw;
    bottom: 0;
    padding-left: 8vw;
  }
}
.sub .sec04_list_item:nth-of-type(2) .txt2 .big {
  font-size: 1.53em;
  color: #db5968;
}
.sub .sec04_list_item:nth-of-type(3) {
  position: relative;
  animation-delay: 0.4s;
}
.sub .sec04_list_item:nth-of-type(3) .txt2 {
  color: #fff;
  background: #ff6ea0;
  font-size: 26px;
  font-weight: bold;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 60px;
  left: 17px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_list_item:nth-of-type(3) .txt2 {
    font-size: 4.5vw;
    height: 5.3vw;
    bottom: 5.3vw;
    left: auto;
    right: 2.7vw;
  }
}
.sub .sec04_txt1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 744px) {
  .sub .sec04_txt1 {
    font-size: 4.3vw;
    margin: 0 -2.5vw 2.8vw;
  }
}
.sub .sec04_txt2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sub .sec04_txt2 {
    font-size: 6.4vw;
    margin: 0 -2.5vw;
  }
}
.sub .sec04_txt2 .small {
  font-size: 0.67em;
}
.sub .sec05 {
  background: #fff;
  position: relative;
  color: #474747;
  padding-top: 40px;
}
@media screen and (max-width: 744px) {
  .sub .sec05 {
    padding-top: 7vw;
  }
}
.sub .sec05_ttl {
  width: 688px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 744px) {
  .sub .sec05_ttl {
    width: 82.1vw;
    margin-bottom: 3.5vw;
  }
}
.sub .sec05_txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 37px;
}
@media screen and (max-width: 744px) {
  .sub .sec05_txt {
    font-size: 4vw;
    margin-bottom: 4.5vw;
  }
}
.sub .sec05_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 744px) {
  .sub .sec05_list {
    flex-direction: column;
    gap: 4vw;
  }
}
.sub .sec05_list_item {
  width: 520px;
}
@media screen and (max-width: 744px) {
  .sub .sec05_list_item {
    width: auto;
  }
}
.sub .sec05_list_item .img {
  box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .sub .sec05_list_item .img {
    box-shadow: 1.8666666667vw 1.8666666667vw 0.5333333333vw rgba(0, 0, 0, 0.25);
    margin-bottom: 5.5vw;
  }
}
@media screen and (max-width: 744px) {
  .sub .sec05_list_item .txt {
    font-size: 3.6vw;
  }
}
.sub .sec05_list_item:nth-child(2) {
  animation-delay: 0.2s;
}
.sub .sec05_img {
  max-width: 812px;
  margin: 34px auto 0;
}
@media screen and (max-width: 744px) {
  .sub .sec05_img {
    margin-top: 4.5vw;
  }
}
.sub .sec06 {
  padding: 70px 0;
  background: #ebedef;
}
@media screen and (max-width: 744px) {
  .sub .sec06 {
    padding: 8vw 0 6.8vw;
  }
}
.sub .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .sub .sec06_row {
    position: relative;
  }
}
.sub .sec06_row_box {
  width: 584px;
  padding-left: 24px;
}
@media screen and (max-width: 744px) {
  .sub .sec06_row_box {
    width: auto;
    padding-top: 10vw;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.sub .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .sub .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 34vw;
    line-height: 1.7;
  }
}
.sub .sec06_row_box_ttl_txt1 {
  color: #fff;
  position: relative;
}
.sub .sec06_row_box_ttl_txt1::before {
  content: "";
  position: absolute;
  background: #68bdcb;
  height: 1.5em;
  z-index: -1;
  transform: skew(-5deg);
  top: 0;
  left: -0.5em;
  right: -0.5em;
  bottom: 0;
  margin: auto;
}
.sub .sec06_row_box_ttl_txt2 {
  display: block;
}
.sub .sec06_row_box_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  animation-delay: 0.2s;
}
@media screen and (max-width: 744px) {
  .sub .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.sub .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.sub .sec06_row_img {
  width: 448px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 744px) {
  .sub .sec06_row_img {
    width: 88vw;
    position: absolute;
    top: 0;
    left: 2.7vw;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case .inner {
  max-width: 980px;
  padding-top: inherit;
  padding-bottom: inherit;
}
.sec_case .inner .sec_case_ttl {
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .sec_case .inner .sec_case_ttl {
    font-size: 4vw;
  }
}
.sec_case .inner .sec_case_ttl span {
  display: block;
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .sec_case .inner .sec_case_ttl span {
    font-size: 6.4vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: url(../images/price-bg.webp) repeat left top;
}

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