@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");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&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;
  }
}

.recover_eyes {
  --color-primary: #a63352;
  --color-alpha: rgb(249.4910599078, 237.0689400922, 240.4175115207);
  --color-secondary: rgba(166, 51, 82, 0.15);
  --color-strong: rgb(105.2223502304, 9.7776497696, 35.5062211982);
}

/* フォント設定
-------------------------------------------------------------- */
@font-face {
  font-family: "myFontMedium";
  src: url("../../../assets/font/futura/FuturaBT-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "myFontBold";
  src: url("../../../assets/font/futura/Futura-Bold.woff") format("woff");
  font-display: swap;
}
.myFontMedium {
  font-family: "myFontMedium";
}

.myFontBold {
  font-family: "myFontBold";
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

.greatvibes {
  font-family: "Great Vibes", cursive;
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
.wrapper img {
  width: auto;
}

main.recover_eyes {
  overflow: hidden;
}

.recover_eyes > 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;
}
@media screen and (max-width: 744px) {
  .recover_eyes > section {
    font-size: 4.2666666667vw;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
section .inner2 {
  max-width: 980px;
}
section .inner3 {
  max-width: 960px;
}
section .inner.inner-wide {
  max-width: 1080px;
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}

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

.wrapper * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrapper *:before, .wrapper *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

ul,
ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin-bottom: 0;
}

p {
  margin: 0;
}

table {
  border: none;
  margin: 0;
}

th,
td {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper a {
  text-decoration: none;
}
.wrapper a:hover {
  opacity: 0.7;
}
.wrapper a:hover img {
  opacity: 1;
}

.cfix,
.page-container,
.logo-wrapper a,
nav ul.menu {
  clear: both;
  overflow: hidden;
  display: block;
}

.dropdown-nav {
  clear: both;
  overflow: hidden;
  display: block;
}
.dropdown-nav .category-menu,
.dropdown-nav ul.submenu {
  clear: both;
  overflow: hidden;
  display: block;
}

figure,
.link-button-sp ul.link-button-wrap {
  clear: both;
  overflow: hidden;
  display: block;
}

.head-tabs ul.tab-menu,
.head-tabs .tab-box ul {
  clear: both;
  overflow: hidden;
  display: block;
}

.news ul.news-list {
  clear: both;
  overflow: hidden;
  display: block;
}

figure {
  margin: 0;
  overflow: unset;
}

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

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

.spDisp_lp,
.sp-only {
  display: none;
}

/* Sections CSS */
.section {
  padding: 60px 0;
}
.section.wrap {
  padding: 40px 0;
}
.section.of-unset {
  overflow: unset;
}
.section.padt-0 {
  padding-top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

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

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #111111;
  display: block;
  position: relative;
  text-align: center;
  letter-spacing: 7px;
}
.sec__cttl span {
  font-weight: 700;
  color: var(--color-primary);
}
.sec__cttl small {
  display: block;
  text-transform: uppercase;
  color: #dbadba;
  font-size: 24px;
  font-weight: 500;
  font-family: "myFontMedium";
  margin-top: 20px;
  letter-spacing: 0.04rem;
}

.sec__cttl-bi {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  margin-right: -14px;
}
.sec__cttl-bi span {
  color: #f0a01c;
}
.sec__cttl-bi small {
  font-size: 36px;
}

.c_hl-red {
  font-weight: bold;
  color: #ff4646;
}

.float-bd {
  position: relative;
}
.float-bd::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background: var(--color-primary);
  bottom: -50px;
  left: 50%;
  z-index: 9;
}

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

@media only screen and (max-width: 744px) {
  body {
    background-position: center top 15.2vw;
  }
  footer .inner {
    margin: 0 auto;
  }
  .pcDisp_lp {
    display: none;
  }
  .spDisp_lp {
    display: block;
  }
  br.spDisp {
    display: inline-block;
  }
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
  .recover_eyes > section {
    line-height: 1.5;
  }
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
  section .inner.inner-new {
    padding: 8vw 0;
  }
  section .inner3 {
    width: calc(100% + 0.2666666667vw);
  }
  /* Common */
  .sec__cttl {
    font-size: 5.6vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.15rem;
  }
  .sec__cttl:before {
    width: 85.8666666667vw;
    bottom: -8vw;
    background-image: url(../images/sec_ttl-line-sp.svg);
    background-size: contain;
  }
  .sec__cttl-bi {
    font-size: 6.6666666667vw;
    margin-bottom: 14.6666666667vw;
  }
  .sec__cttl-bi small {
    font-size: 4.8vw;
  }
  .sec__cttl small {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .float-bd::after {
    bottom: -6.1333333333vw;
    height: 12vw;
  }
}
@media only screen and (max-width: 374px) {
  .sec__cttl {
    font-size: 4.5333333333vw;
  }
}
/* Section 01 */
#sec01 {
  background-size: cover;
  text-align: center;
  overflow: visible;
}
#sec01.float-bd::after {
  left: calc(50% + 275px);
  bottom: -30px;
}
#sec01 .pcDisp_lp {
  max-width: 1920px;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
}
#sec01 .pcDisp_lp img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 744px) {
  #sec01.float-bd::after {
    left: 50%;
    bottom: -6.6666666667vw;
    height: 13.3333333333vw;
  }
}
/* Section 02 */
#sec02 {
  overflow: hidden;
  background: #e8e8e8;
  text-align: center;
}
#sec02 .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
#sec02 .sec__cttl {
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.05rem;
}
#sec02 .innerBg-img {
  position: absolute;
  top: 0;
  right: -310px;
  z-index: -1;
}
#sec02 .sec__text {
  max-width: 740px;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15rem;
  color: #fff;
  background: var(--color-primary);
  padding: 5px 10px 3px;
  position: relative;
}
#sec02 .sec__text::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: var(--color-primary);
  left: calc(50% - 9px);
  bottom: -9px;
  transform: rotate(45deg);
  z-index: -1;
}
#sec02 ul {
  max-width: 610px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 8px;
}
#sec02 ul li {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 80px;
}
@media screen and (max-width: 744px) {
  #sec02 ul li {
    border-radius: 8vw;
  }
}

@media only screen and (max-width: 744px) {
  #sec02 .inner {
    padding-top: 9.3333333333vw;
    padding-bottom: 16%;
  }
  #sec02 .innerBg-img {
    right: 0;
    width: 50%;
  }
  #sec02 .sec__cttl {
    text-align: left;
    /*max-width: 260px;
    width: 75%;*/
    margin-bottom: 5.3333333333vw;
    line-height: 1.5;
  }
  #sec02 .sec__text {
    font-size: 4.8vw;
    padding: 2.1333333333vw 2.6666666667vw;
    letter-spacing: normal;
    margin-bottom: 6.6666666667vw;
  }
  #sec02 .sec__text::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: calc(50% - 2.6666666667vw);
    bottom: -2.6666666667vw;
  }
  #sec02 ul {
    gap: 2.6666666667vw;
  }
  #sec02 ul li {
    font-size: 4.8vw;
    padding: 1.3333333333vw 4.8vw;
    letter-spacing: -0.2vw;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 374px) {
  #sec02 .sec__text {
    font-size: 16px;
  }
  #sec02 ul li {
    font-size: 15px;
  }
}
/* Section 03 */
#sec03 {
  background: url(../images/sec03_bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 4%;
  padding-bottom: 100px;
  margin-top: -65px;
}
#sec03 .inner {
  padding: 40px 0 60px;
}
#sec03 .sec__cttl {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 7px;
  margin-bottom: 45px;
}

.sec03_box {
  max-width: 500px;
  margin-left: 53px;
}

.sec__list {
  max-width: 755px;
  margin: 60px 0 0;
  padding: 0 10px;
  list-style-type: none;
}
.sec__list li {
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  padding: 10px 15px 9px 70px;
  z-index: 1;
}
.sec__list li::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 30px;
  background: url(../images/sec06_ico_check.webp) no-repeat;
  background-size: 100%;
  top: 10px;
  left: 26px;
}
.sec__list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(166, 51, 82);
  -moz-box-shadow: 4px 4px 0px 0px rgb(166, 51, 82);
  box-shadow: 4px 4px 0px 0px rgb(166, 51, 82);
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
}

#sec03 .sec3__item {
  position: relative;
  display: block;
  clear: both;
}
#sec03 .sec3__item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#sec03 .sec3__item .sec3__item-inner {
  max-width: 615px;
  width: 100%;
  margin: 0 0 80px auto;
  padding: 40px 20px 40px 165px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec03 .sec3__item .sec3__item-inner {
    max-width: 100%;
  }
}
#sec03 .sec3__item .sec3__item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2000px;
  height: 65%;
  z-index: -1;
  background: #fff;
}
@media screen and (max-width: 744px) {
  #sec03 .sec3__item .sec3__item-inner::before {
    width: 533.3333333333vw;
  }
}
#sec03 .sec3__item-inner span {
  color: var(--color-primary);
  font-weight: 700;
}
#sec03 .sec3__item .sec3__item-inner h3 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}
#sec03 .sec3__item .sec3__item-inner h3::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  top: 0;
  left: -165px;
  background: var(--color-primary);
  z-index: -1;
}
#sec03 .sec3__item-inner h3 span {
  font-weight: 700;
  color: #fff000;
}
#sec03 .redbox {
  max-width: 470px;
  width: calc(100% + 40px);
  padding: 15px;
  margin: 30px 0 0 -20px;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  font-size: 13px;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 744px) {
  #sec03 .redbox {
    max-width: 100%;
  }
}
#sec03 .sec3__item:nth-child(even) .sec3__item-inner {
  margin: 0 auto 0 0;
  padding: 40px 140px 40px 0;
}
#sec03 .sec3__item:nth-child(even) .sec3__item-inner::before {
  left: auto;
  right: 0;
}
#sec03 .sec3__item:nth-child(even) img {
  left: auto;
  right: 0;
}
#sec03 .sec3__item:nth-child(even) .sec3__item-inner h3 {
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 744px) {
  #sec03 .sec3__item:nth-child(even) .sec3__item-inner h3 {
    letter-spacing: 0.43vw;
  }
}
#sec03 .sec3__item:nth-child(even) .sec3__item-inner h3::before {
  left: auto;
  right: -165px;
}
#sec03 .sec3__item:nth-child(even) .sec3__item-inner p {
  padding-right: 40px;
}

@media only screen and (max-width: 744px) {
  /* Section 03 */
  #sec03 {
    background: url(../images/sec03_bg_sp.webp) no-repeat center top;
    margin-top: -8%;
    z-index: 2;
    padding: 0 4vw;
    background-size: cover;
  }
  #sec03 .inner {
    padding-top: 16%;
    padding-bottom: 0;
  }
  #sec03 .sec__cttl {
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.15rem;
  }
  .sec__list li {
    font-size: 4.5333333333vw;
    padding-left: 10.6666666667vw;
    padding-right: 0;
    margin-bottom: 4vw;
  }
  .sec__list li::before {
    transform: skewX(-8deg);
    box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(166, 51, 82);
  }
  .sec__list li::after {
    width: 6.6666666667vw;
    height: 8vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  #sec03 .sec3__item img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 84vw;
    width: 92%;
  }
  #sec03 .sec3__item .sec3__item-inner {
    padding: 2.6666666667vw;
    font-size: 4.8vw;
    margin-top: -20%;
    margin-bottom: 8vw;
    padding-top: 25%;
  }
  #sec03 .sec3__item .sec3__item-inner h3 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
    line-height: 1.7;
  }
  #sec03 .sec3__item .sec3__item-inner h3::before {
    left: -2.6666666667vw;
  }
  #sec03 .redbox {
    width: 100%;
    margin: 5.3333333333vw 0 0;
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
  #sec03 .sec3__item .sec3__item-inner p {
    line-height: 1.7;
  }
  #sec03 .sec3__item .sec3__item-inner::before {
    height: 75%;
  }
  #sec03 .sec3__item:nth-child(even) .sec3__item-inner {
    padding: 2.6666666667vw;
    margin-top: -29%;
    margin-bottom: 5.3333333333vw;
    padding-top: 32%;
  }
  #sec03 .sec3__item:nth-child(even) .sec3__item-inner h3::before {
    right: -2.6666666667vw;
  }
  #sec03 .sec3__item:nth-child(even) .sec3__item-inner p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 374px) {
  #sec03 .sec3__item .sec3__item-inner {
    font-size: 16px;
  }
  #sec03 .sec3__item .sec3__item-inner h3 {
    font-size: 20px;
  }
  .sec__list li {
    font-size: 14px;
  }
}
/* Section 04 */
#sec04 {
  background: url(../images/sec04-01.webp) no-repeat center top;
  background-size: cover;
  overflow: visible;
  margin-top: -225px;
  position: relative;
  z-index: 2;
  height: 871px;
}
@media screen and (max-width: 744px) {
  #sec04 {
    background: url(../images/sec04-01-sp.webp) center/cover no-repeat;
    margin: 0;
    height: 177.6vw;
  }
}
#sec04 .inner {
  max-width: 1080px;
  padding-top: 280px;
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding: 8vw 0;
  }
}
#sec04 .sec__cttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__cttl {
    margin-bottom: 4vw;
  }
}
#sec04 .sec__cttl small {
  margin-top: 0;
}
#sec04 .sec__content {
  text-align: center;
  margin: 0 -2%;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__content {
    padding: 0;
    margin-left: 0;
  }
}
#sec04 .sec__content img {
  margin: -17% auto 0;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__content img {
    margin: 0;
  }
}
#sec04 .cards {
  position: relative;
}
#sec04 .card {
  position: relative;
}
#sec04 .card.__1 {
  position: absolute;
  top: 31px;
  left: 128px;
  max-width: 375px;
}
@media screen and (max-width: 744px) {
  #sec04 .card.__1 {
    max-width: 40.8vw;
    top: 9.8666666667vw;
    left: 6.9333333333vw;
  }
}
#sec04 .card.__2 {
  position: absolute;
  top: 31px;
  right: 11px;
  max-width: 288px;
}
@media (max-width: 1200px) {
  #sec04 .card.__2 {
    right: 50px;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .card.__2 {
    max-width: 40.8vw;
    right: 5.8666666667vw;
    top: 15.2vw;
  }
}
#sec04 .card.__3 {
  position: absolute;
  top: 285px;
  left: 58px;
  max-width: 350px;
}
@media screen and (max-width: 744px) {
  #sec04 .card.__3 {
    max-width: 42.1333333333vw;
    left: 6.9333333333vw;
    top: 56.2666666667vw;
  }
}
#sec04 .card.__4 {
  position: absolute;
  top: 301px;
  right: 91px;
  max-width: 263px;
}
@media screen and (max-width: 744px) {
  #sec04 .card.__4 {
    max-width: 40.8vw;
    right: initial;
    left: 6.9333333333vw;
    top: 103.2vw;
  }
}
#sec04 .case {
  color: #c17086;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  padding-bottom: 4px;
  transform: skewX(-8deg);
  text-align: left;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec04 .case {
    color: #c17086;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    position: absolute;
    top: -5.3333333333vw;
    left: -1.3333333333vw;
  }
}
#sec04 .case::before {
  content: "";
  position: absolute;
  top: -36px;
  left: -25px;
  width: 110px;
  height: 92px;
  background: url(../images/circle.svg) center/cover no-repeat;
  transform: skewX(8deg);
}
@media screen and (max-width: 744px) {
  #sec04 .case::before {
    top: -4.2666666667vw;
    left: -2.9333333333vw;
    width: 14.6666666667vw;
    height: 12.2666666667vw;
  }
}
#sec04 .ttl {
  color: var(--color-primary);
  font-size: 36px;
  font-weight: 500;
  line-height: 46.8px;
  margin-bottom: 25px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl {
    color: var(--color-primary);
    font-size: 4.8vw;
    line-height: 5.6vw;
    margin-bottom: 5.8666666667vw;
  }
}
#sec04 .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  #sec04 .ttl::after {
    bottom: -3.7333333333vw;
    height: 0.2666666667vw;
  }
}
#sec04 .ttl.__1 {
  letter-spacing: 1.8px;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__1 {
    letter-spacing: 0;
  }
}
#sec04 .ttl.__1::after {
  width: 350px;
  left: 0;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__1::after {
    width: 40.2666666667vw;
  }
}
#sec04 .ttl.__2 {
  letter-spacing: 1.44px;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__2 {
    letter-spacing: 0;
  }
}
#sec04 .ttl.__2::after {
  width: 437px;
  right: 0;
}
@media (max-width: 1200px) {
  #sec04 .ttl.__2::after {
    right: 0px;
    width: 400px;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__2::after {
    width: 40.2666666667vw;
  }
}
#sec04 .ttl.__3 {
  letter-spacing: 1.44px;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__3 {
    letter-spacing: 0;
  }
}
#sec04 .ttl.__3::after {
  width: 350px;
  right: -62px;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__3::after {
    width: 40.2666666667vw;
    right: 0;
  }
}
#sec04 .ttl.__4 {
  letter-spacing: 1.44px;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__4 {
    letter-spacing: 0;
  }
}
#sec04 .ttl.__4::after {
  width: 277px;
  right: 0;
}
@media screen and (max-width: 744px) {
  #sec04 .ttl.__4::after {
    width: 40.2666666667vw;
  }
}
#sec04 .text {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  #sec04 .text {
    color: #111;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    letter-spacing: -0.0373333333vw;
  }
}

/* Section 05 */
#sec05 {
  background: url(../images/sec05_bg.webp) no-repeat center top;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 100px;
  margin-top: -105px;
  z-index: 3;
  position: relative;
}
#sec05 .inner {
  max-width: 1180px;
  padding-top: 110px;
  padding-bottom: 120px;
}
#sec05 .sec__cttl {
  z-index: 1;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.25rem;
}
#sec05 .sec__cttl span {
  font-weight: 700;
  color: #fff;
  background: #f25e86;
  padding: 3px 0;
}
#sec05 .sec__cttl small {
  color: #fff;
  font-size: 103px;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "myFontMedium";
  letter-spacing: 0.35rem;
}

.sec5__list {
  margin-top: -125px;
}
.sec5__list li {
  margin-top: -60px;
  position: relative;
}
.sec5__list li .sec05__title {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 65px);
  font-size: 36px;
  padding: 15px 25px;
  background: #fff;
  color: #f25e86;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: 700;
}
.sec5__list li img {
  margin: 0 auto 0 0;
  display: block;
}
.sec5__list li:nth-child(even) img {
  margin: 0 0 0 auto;
}
.sec5__list li:nth-child(even) .sec05__title {
  background: #f25e86;
  color: #fff;
  left: auto;
  right: calc(50% - 65px);
}

@media only screen and (max-width: 744px) {
  #sec05 {
    background-image: url(../images/sec05_bg_sp.webp);
    background-size: cover;
    text-align: left;
    padding-bottom: 0;
    margin-top: -18.6666666667vw;
  }
  #sec05 .inner {
    padding: 16vw 2.6666666667vw 8vw;
  }
  #sec05 .sec__cttl {
    letter-spacing: 0.64vw;
  }
  #sec05 .sec__cttl small {
    font-size: 9.6vw;
    letter-spacing: 0.15rem;
  }
  .sec5__list {
    margin-top: -12vw;
  }
  .sec5__list li {
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
  .sec5__list li:last-child {
    margin-bottom: 0;
  }
  .sec5__list li .sec05__title {
    font-size: 4.8vw;
    padding: 1.6vw 2.4vw;
    left: calc(50% - 5.0666666667vw);
  }
  .sec5__list li img {
    /* max-width: 210px; */
    width: 51%;
    /* margin-left: -35px; */
    margin-left: -9.3333333333vw;
    width: calc(51% + 9.3333333333vw);
  }
  .sec5__list li:nth-child(even) img {
    margin: 0 -9.3333333333vw 0 auto;
  }
  .sec5__list li:nth-child(even) .sec05__title {
    right: calc(50% - 4.5333333333vw);
  }
  .sec5__list li:nth-child(2) h3 {
    top: calc(50% - 5.3333333333vw);
  }
}
@media only screen and (max-width: 374px) {
  .sec5__list li .sec05__title {
    font-size: 14px;
  }
}
/* Section 06_top */
#sec06_top {
  background: url(../images/sec06_top_bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 3;
  margin-top: -180px;
  margin-bottom: 50px;
}
#sec06_top .inner {
  padding: 240px 50px 150px;
}
#sec06_top .sec__cttl {
  margin-bottom: 30px;
}
#sec06_top .sec__cttl small {
  margin-top: 0;
}

.sec06_top-img {
  background-color: #fff;
  padding: 30px 0 20px 50px;
}

.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;
}
.sec06_top-p.kerning {
  font-feature-settings: initial;
}

@media only screen and (max-width: 744px) {
  #sec06_top {
    background: url(../images/sec06_top_bg_sp.webp) no-repeat center top;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }
  #sec06_top .inner {
    padding: 8vw 4vw 13.3333333333vw;
  }
  #sec06_top .sec__cttl {
    margin-bottom: 6.6666666667vw;
  }
  #sec06_top .sec__cttl small {
    margin-top: 1.3333333333vw;
  }
  .sec06_top-img {
    background-color: #fff;
    padding: 2.6666666667vw 8vw 2.6666666667vw 4vw;
  }
  .sec06_top-p {
    font-size: 4vw;
    text-align: left !important;
    padding: 4vw !important;
    line-height: 1.7;
  }
  .sec06_top-p.kerning {
    font-feature-settings: "palt" 1;
  }
}
/* Section 06 */
#sec06 {
  background: url(../images/sec06_bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 3;
  margin-top: -180px;
}
#sec06 .inner {
  padding-top: 100px;
}
#sec06 .sec__cttl small {
  margin: 0;
}

.sec06_li {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
.sec06_li h3 {
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 500;
}
.sec06_li h3 span {
  color: #fff;
  background: #f25e86;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  padding: 3px 0;
  letter-spacing: 0.15rem;
}
.sec06_li sup {
  font-size: 20px;
  vertical-align: text-top;
}

.sec__li01 {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}
.sec__li01::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  background: #f6ebee;
  top: 0;
  right: 150px;
  z-index: -1;
}
.sec__li01 h3 {
  letter-spacing: 1px;
  max-width: 440px;
}
.sec__li01 img {
  position: absolute;
  top: -40px;
  right: 0;
}

.sec__li02 {
  position: relative;
  padding: 20px 0 0;
}
.sec__li02 img {
  position: absolute;
  top: 0;
  right: -420px;
}
.sec__li02 p small {
  padding-left: 40px;
  font-size: 16px;
}

.sec__li02_ls {
  letter-spacing: 0.45rem !important;
}
.sec__li02_ls em {
  letter-spacing: 0.45rem !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;
}
.sec__li03-inner h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec__li03-inner h3 {
    margin-bottom: 10.6666666667vw;
  }
}
.sec__li03-inner p {
  padding: 20px 30px 30px 0;
  position: relative;
}
.sec__li03-inner p::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  background: #f6ebee;
  top: 0;
  right: -40px;
  z-index: -1;
}

.sec__li03 img {
  position: absolute;
  top: 0;
  left: 0;
}

.sec__li04 {
  position: relative;
  z-index: 1;
}
.sec__li04 h2 {
  margin: 0 0 35px;
}
.sec__li04 img {
  max-width: 1260px;
  position: absolute;
  top: -330px;
  right: -220px;
  z-index: -1;
}
.sec__li04 .kerning {
  font-feature-settings: initial;
}

.sec__li04-p {
  max-width: 580px;
  font-size: 18px;
  line-height: 2;
}

.sec__tbl {
  margin: 60px 0 0;
  display: flex;
  gap: 20px 3%;
}

.sec__tblBox {
  width: 66.5%;
  border: 2px solid #f25e86;
  background: #fff;
  border-radius: 15px;
  padding: 0 0 30px;
  overflow: hidden;
}
.sec__tblBox h4 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background: #f25e86;
  padding: 10px 20px;
  color: #fff;
  margin: 0 0 30px;
}
.sec__tblBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.sec__tblBox ul li {
  width: 50%;
  padding: 0 28px;
  font-size: 18px;
}
.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;
}
.sec__tblBox.box2 {
  width: 33.5%;
  border-color: var(--color-primary);
}
.sec__tblBox.box2 h4 {
  background: var(--color-primary);
}
.sec__tblBox.box2 ul li {
  width: 100%;
}
.sec__tblBox.box2 ul li span {
  background: var(--color-primary);
}

@media only screen and (max-width: 744px) {
  #sec06 {
    background: url(../images/sec06_bg_sp.webp) no-repeat center top;
    background-size: cover;
    margin-top: -5.3333333333vw;
  }
  #sec06 .inner {
    padding: 13.3333333333vw 4vw 8vw;
  }
  .sec06_li {
    gap: 8vw 0;
  }
  .sec06_li h3 {
    font-size: 5.6vw;
  }
  .sec06_li h3 span {
    letter-spacing: 0.05rem;
  }
  .sec06_li sup {
    font-size: 3.2vw;
  }
  .sec__li01 {
    padding-top: 26.6666666667vw;
    margin: 10.6666666667vw 0 2.6666666667vw;
  }
  .sec__li01::before {
    right: 16vw;
  }
  .sec__li01 h3 {
    width: calc(100% - 21.3333333333vw);
    padding-left: 4vw;
  }
  .sec__li01 img {
    max-width: 84vw;
    right: 4vw;
  }
  .sec__li02_ls {
    letter-spacing: 0.15rem !important;
  }
  .sec__li02_ls span {
    letter-spacing: 0.15rem !important;
  }
  .sec__li02 {
    padding: 3.4666666667vw 0 0;
  }
  .sec__li02 img {
    right: -18.6666666667vw;
    z-index: -1;
    width: 80%;
    max-width: 160vw;
    height: auto;
  }
  .sec__li02 p small {
    font-size: 3.7333333333vw;
    padding: 0;
  }
  .sec__list {
    margin-top: 10.6666666667vw;
    padding: 0 1.3333333333vw;
  }
  .sec__list li {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .sec__list li:last-child {
    margin-bottom: 1.3333333333vw;
  }
  .sec__li03-inner {
    max-width: 100%;
    margin: 0;
    font-size: 4vw;
  }
  .sec__li03-inner p {
    padding: 8vw 4vw 5.3333333333vw;
    letter-spacing: normal;
  }
  .sec__li03 img {
    top: 2.6666666667vw;
    left: auto;
    right: 0;
    z-index: -1;
    width: 40vw;
  }
  .sec__li03 img.imgsp2 {
    position: relative;
    width: 100%;
    max-width: 85.3333333333vw;
    display: block;
    margin: 0 auto;
    z-index: 1;
  }
  .sec__li03-inner p::before {
    top: -10.6666666667vw;
    right: 0;
    height: calc(100% + 10.6666666667vw);
  }
  .sec__li04 img {
    top: -24vw;
    right: -10.6666666667vw;
    max-width: 76vw;
  }
  .sec__li04-p {
    max-width: 100%;
    font-size: 4vw;
  }
  .sec__li04 .kerning {
    font-feature-settings: "palt" 1;
  }
  .sec__li04 h2 {
    margin: 0 0 5.3333333333vw;
    letter-spacing: 0.15rem;
  }
  .sec__li04 h2 span {
    letter-spacing: 0.15rem;
  }
  .sec__tbl {
    flex-direction: column;
    margin: 8vw 0 0;
  }
  .sec__tblBox {
    width: 100%;
    padding: 0 0 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .sec__tblBox.box2 {
    width: 100%;
    padding: 0 0 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .sec__tblBox ul {
    gap: 4vw 0;
  }
  .sec__tblBox ul li {
    font-size: 3.4666666667vw;
    padding: 0 2.6666666667vw;
  }
  .sec__tblBox h4 {
    font-size: 5.6vw;
    padding: 2.1333333333vw 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .sec__tblBox ul li span {
    font-size: 4vw;
    max-width: 100%;
    padding: 1.3333333333vw 0;
  }
}
@media only screen and (max-width: 374px) {
  .sec06_li h3 {
    font-size: 18px;
  }
  .sec__li02 p small {
    font-size: 12px;
  }
  .sec__tblBox ul li span {
    font-size: 14px;
  }
}
/* Section 08 Box */
.sec08__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.sec08-box {
  background-color: #e8e8e8;
  padding: 30px 50px 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec08-box {
    margin-bottom: 8vw;
    padding: 8vw 13.3333333333vw 13.3333333333vw;
  }
}

.sec08-tblwrap {
  background: #fff;
  color: #111;
  padding: 10px 40px;
}
@media screen and (max-width: 744px) {
  .sec08-tblwrap {
    padding: 2.6666666667vw 10.6666666667vw;
  }
}

.sec08-tbl {
  width: 100%;
}
.sec08-tbl tr {
  background-image: linear-gradient(to right, #aaa, #aaa 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 744px) {
  .sec08-tbl tr {
    background-image: linear-gradient(to right, #aaa, #aaa 0.5333333333vw, transparent 0.5333333333vw, transparent 1.6vw);
    background-size: 1.6vw 0.5333333333vw;
  }
}
.sec08-tbl tr:last-child {
  background-image: none;
}
.sec08-tbl th,
.sec08-tbl td {
  font-weight: 500;
  /*background: url(../images/sec08-tbl-border.webp) repeat-x left bottom;*/
  padding: 15px 0 15px 30px;
  vertical-align: top;
}
.sec08-tbl tr:last-child th,
.sec08-tbl tr:last-child td {
  background: none;
}
.sec08-tbl th {
  width: 180px;
  font-weight: 700;
  text-align: center;
}
.sec08-tbl td span {
  font-size: 14px;
  color: #db5968;
}

.sec08-list li {
  display: block;
  padding-left: 10px;
  position: relative;
}
.sec08-list li:before {
  background-color: #282828;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* end Section 08 */
/* Section 09 */
/* end Section 09 */
/* Font Feature */
.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
}

/* タブレットサイズ
*****************************************************/
@media only screen and (max-width: 744px) {
  /* Section 08 */
  .sec08-box {
    margin-top: 0;
    width: calc(100% - 8.5333333333vw);
    padding: 4.8vw 1.3333333333vw 2.6666666667vw;
  }
  .sec08__ttl {
    font-size: 4.2666666667vw;
  }
  .sec08-tblwrap {
    padding: 1.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
  .sec08-tbl th,
  .sec08-tbl td {
    font-size: 3.4666666667vw;
    padding: 3.2vw 0;
    line-height: 1.7;
  }
  .sec08-tbl th {
    width: 19.2vw;
    padding-right: 0.5em;
  }
  .sec08-tbl td span {
    letter-spacing: -0.2666666667vw;
  }
  .sec08-list li:before {
    width: 0.5333333333vw;
    height: 0.5333333333vw;
    top: 2.1333333333vw;
  }
}
#sec04 {
  margin-top: -100px;
}
#sec04 .inner {
  padding-top: 140px;
}

#sec06_top .inner {
  padding-top: 140px;
}

.bnr01 {
  max-width: 900px;
  margin: 50px auto 0;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 744px) {
  .bnr01 {
    max-width: 120vw;
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 744px) {
  #sec04 {
    margin-top: 0;
  }
  #sec04 .inner {
    padding-top: 8vw;
  }
  #sec06_top .inner {
    padding-top: 8vw;
  }
}
/*****************************************************/
/* 費用
*****************************************************/
.p_cost__tables table {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  border-collapse: collapse;
  overflow: hidden;
}
.p_cost__tables table td small {
  font-size: 24px;
}
.p_cost__tables table td .amount {
  font-family: "Bebas Neue", cursive;
  line-height: 1;
  font-weight: 400;
  font-size: 36px;
  position: relative;
  text-align: right;
  display: inline-block;
  width: 111px;
}
.p_cost__tables table td .yen {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.p_cost__tables table td .tax {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  top: 0px;
  right: -13px;
  writing-mode: vertical-rl;
  min-height: 38px;
  text-indent: -8px;
}
.p_cost__tables table tr td:first-child {
  background: #fff;
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.p_cost__tables table td {
  padding: 11px 5px 4px;
  position: relative;
  z-index: 1;
}
.p_cost__tables table th {
  color: #fff;
  height: 62px;
}
.p_cost__tables table tr [class^=color] {
  font-size: 21px;
}
.p_cost__tables table tr .color2 {
  color: #fff;
}
.p_cost__tables table tr [class^=color]:before {
  content: "";
  background: #f6ebee;
  width: 489px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p_cost__tables table tr .color2:before {
  background: linear-gradient(to right, #3d6b99, #081f37);
}
.p_cost__tables table th,
.p_cost__tables table td {
  font-weight: 700;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box !important;
  text-align: center;
  vertical-align: middle;
}
.p_cost__tables .p_cost__table1 th {
  background-color: var(--color-primary);
  width: 100%;
}
.p_cost__tables .p_cost__table1 th .small {
  font-size: 0.75em;
}
.p_cost__tables .p_cost__table1 th:not(:last-child) {
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.p_cost__tables .p_cost__table2 th {
  background-color: #d7a6bf;
}
.p_cost__tables table tr td.white_bg:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}
.p_cost__tables table tr td.white_bg.last:before {
  width: calc(100% - 5px);
}

@media screen and (max-width: 744px) {
  .p_cost__tables table {
    font-size: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__tables table td .amount {
    font-size: 6.4vw;
    width: 32vw;
    left: -7.7333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__tables table td .tax {
    top: -1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__tables table tr td:first-child {
    width: 68%;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__tables table td {
    padding: 4vw 0;
    line-height: 1;
    width: 28%;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__tables table th {
    height: 12.5333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__tables table tr [class^=color] {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__tables table tr .color1 {
    line-height: 1.17;
  }
}
/* アイプレバナー */
.bnr01 {
  max-width: 980px;
  margin: 0 auto;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 744px) {
  .bnr01 {
    max-width: 144vw;
    margin: 0 auto;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.8666666667vw 0px rgba(0, 0, 0, 0.4);
  }
}
/* --------------------------------------------------
 費用
-------------------------------------------------- */
#tempPrice {
  background: #fff;
}

/* --------------------------------------------------
 症例写真セクション
-------------------------------------------------- */
.sec_case {
  background: var(--color-alpha);
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
.p-premium {
  padding-top: 32px !important;
}
@media screen and (max-width: 744px) {
  .p-premium {
    padding-top: 4.2666666667vw !important;
  }
}

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