@charset "utf-8";

/* =================================
Base
================================= */
:root {
  --color-white: #FFFEFA;
  --color-brown: #633A10;
  --color-orange: #F47F0D;
  --color-lightOrange: #F7A700;
  --color-blue: #59C1B9;
  --color-yellow: #FFFB86;
  --contentWidth-pc: 1080px;
  --contentWidth-sp: 90%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  color: var(--color-brown, #633A10);
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  background-color: #FFF2D3;
  background-image: url(../img/pattern_base_sp.webp);
  background-position: center top;
  background-repeat: repeat;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

/* Common sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    overflow-x: hidden;
  }

  body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

  body.no-scroll .fixed {
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease;
  }

  .u-only_sp {
    display: block;
  }

  .u-only_pc {
    display: none;
  }

  .title {
    text-align: center;
    line-height: normal;
    position: relative;
  }

  .title__en {
    margin: 0 auto;
    position: relative;
  }

  .title__en img {
    height: 14px;
    width: auto;
    margin: 0 auto;
  }

  .title__en::after {
    content: '';
    display: inline-block;
    height: 4px;
    width: 56px;
    background-image: url(../img/dot_line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }

  .title__head {
    margin-top: 40px;
    font-weight: 700;
  }

  .title__sub {
    font-size: 1.6rem;
    display: block;
  }

  .title__main {
    font-size: 2.4rem;
    margin-top: 4px;
    display: block;
  }

  .table {
    text-align: center;
    background-color: #FFF2D3;
  }

  .table__topic,
  .table__head,
  .table__content,
  .table__value {
    border: 2px solid var(--color-white);
    border-collapse: separate;
    text-align: center;
  }

  .table__head {
    background-color: #FFE1A3;
    vertical-align: middle;
    font-weight: 500;
    padding: 0 18px;
  }

  .table__topic {
    padding: 12px 0;
    font-size: 1.2rem;
    line-height: normal;
    vertical-align: middle;
  }

  .table__content {
    font-size: 1.2rem;
    line-height: normal;
    padding: 8px 6px;
    vertical-align: middle;
  }
}

/* Common Tab
---------------------------------------------------------- */
@media screen and (max-width: 1099px) and (min-width: 768px) {
  body {
    overflow-x: auto !important;
  }
}

/* Common pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1100px;
    overflow-x: hidden;
    background-image: url(../img/pattern_base_pc.webp);
  }

  .u-only_pc {
    display: block;
  }

  .u-only_sp {
    display: none;
  }

  .section {
    width: 100vw;
    min-width: 1100px;
  }

  .wave {
    width: 100vw;
    min-width: 1100px;
  }

  .title {
    text-align: center;
    line-height: normal;
    position: relative;
  }

  .title__en {
    margin: 0 auto;
    position: relative;
  }

  .title__en img {
    height: 20px;
    width: auto;
    margin: 0 auto;
  }

  .title__en::after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 81px;
    background-image: url(../img/dot_line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
  }

  .title__head {
    margin-top: 48px;
    font-weight: 700;
  }

  .title__sub {
    font-size: 2rem;
    display: block;
  }

  .title__main {
    font-size: 4rem;
    margin-top: 0;
    display: block;
  }

  .table {
    text-align: center;
    background-color: #FFF2D3;
    width: 100%;
  }

  .table__topic,
  .table__head,
  .table__content,
  .table__value {
    border: 2px solid var(--color-white);
    border-collapse: separate;
    text-align: center;
  }

  .table__head {
    background-color: #FFE1A3;
    vertical-align: middle;
    font-weight: 500;
    padding: 28px 0;
    font-size: 1.8rem;
  }

  .table__topic {
    padding: 18px 0;
    font-size: 1.6rem;
    line-height: normal;
    vertical-align: middle;
  }

  .table__content {
    font-size: 1.6rem;
    line-height: normal;
    padding: 18px 0;
    vertical-align: middle;
  }
}

/* pc End */

/* =================================
header
================================= */
.header {
  padding: 6px 2.1% 0;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 500;
}

.header__seoTag {
  font-size: 1rem;
  line-height: normal;
  text-align: center;
}

.header__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header__logo {
  width: 245px;
  height: auto;
}

.header__siteTitle {
  color: var(--color-orange);
  font-size: 1.1rem;
  letter-spacing: 0.66px;
  line-height: 1;
  margin-top: 2px;
  padding-left: 52px;
}

/* nav cloesd */
.header__menuBtn {
  margin: 4px 0 0 auto;
  display: block;
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: fixed;
  z-index: 8000;
  right: 8px;
  top: 24px;
  background-image: url(../img/menu_btn_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: top 0.4s ease, right 0.4s ease;
}

.header__menuBtn.scrolled {
  top: 8px;
  right: 8px;
}

body.no-scroll .header__menuBtn {
  top: 8px;
  right: 8px;
}

.header__menuBtn span {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 2px;
  z-index: 8000;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-orange);
  border-radius: 50px;
  transition: all 0.4s;
}

.header__menuBtn span:nth-of-type(1) {
  top: 24px;
  width: 23px;
}

.header__menuBtn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
}

.header__menuBtn span:nth-of-type(3) {
  bottom: 24px;
  width: 23px;
}

.nav {
  background-color: var(--color-white);
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  transform: translateX(200%);
  transition: transform 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav__wrapper {
  height: calc(100dvh - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: var(--color-white);
}

.nav__wrapper::-webkit-scrollbar {
  display: none;
}

.nav__list {
  color: var(--color-orange);
  line-height: normal;
  text-align: center;
}

.nav__item {
  margin-top: 20px;
}

/* nav cloesd End */

/* nav active */
.header__menuBtn.active {
  background-image: url(../img/menu_btn_bg.svg);
  background: rgba(255, 255, 255, 0);
}

.header__menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.header__menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.nav.active {
  transform: translateX(0);
}

.nav.active::before {
  content: "";
  display: block;
  background-image: url(../img/nav_dec01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 74px;
  height: 70px;
  top: 30px;
  left: 24px;
}

.nav.active::after {
  content: "";
  display: block;
  background-image: url(../img/nav_dec02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 69px;
  height: 63px;
  bottom: 30px;
  right: 24px;
}

/* nav active End */

/* header pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .header {
    padding: 10px 137px 0 2.1%;
    min-width: 1100px;
  }

  .header__seoTag {
    font-size: 1.2rem;
    text-align: left;
  }

  .header__logo {
    width: 374px;
    height: auto;
    margin-top: 5px;
  }

  .header__siteTitle {
    font-size: 1.8rem;
    margin-top: 6px;
    padding-left: 69px;
    font-weight: 700;
  }

  .header__cvArea {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__btn {
    background-color: #59C1B9;
    outline: 1px solid var(--color-white);
    outline-offset: -6px;
    border-radius: 15px;
    color: var(--color-white);
    margin-left: 10px;
    text-align: center;
    padding: 22px 0 22px 59px;
    width: 264px;
    position: relative;
    background-image:
      radial-gradient(circle 2px at center, var(--color-white) 100%, transparent 0),
      radial-gradient(circle 2px at center, var(--color-white) 100%, transparent 0),
      radial-gradient(circle 2px at center, var(--color-white) 100%, transparent 0),
      radial-gradient(circle 2px at center, var(--color-white) 100%, transparent 0);
    background-repeat: no-repeat;
    background-position:
      13px 13px,
      calc(100% - 13px) 13px,
      calc(100% - 13px) calc(100% - 13px),
      13px calc(100% - 13px);
    background-size: 4px 4px;
    transition: 0.4s;
  }

  .header__btn span {
    display: block;
  }

  .header__btn--tel:hover {
    background-color: #78d5cd;
  }

  .header__btn--web {
    background-color: #F7A700;
  }

  .header__btn--web:hover {
    background-color: #ffbc2d;
  }

  .header__btnTxt--sub {
    font-size: 1.6rem;
    line-height: normal;
  }

  .header__btnTxt--telMain {
    font-size: 3rem;
    color: #FFFB86;
    line-height: 1;
    font-weight: 700;
  }

  .header__btnTxt--webMain {
    font-size: 2.8rem;
    color: #FFFB86;
    line-height: 1;
    font-weight: 700;
  }

  .header__btn--tel::before {
    content: "";
    display: block;
    background-image: url(../img/ico_phone_wh.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 41px;
    height: 59px;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
  }

  .header__btn--web::before {
    content: "";
    display: block;
    background-image: url(../img/ico_calendar_wh.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 49px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    left: 42px;
  }

  /* nav cloesd */
  .header__menuBtn {
    margin: 0 auto;
    width: 107px;
    height: 107px;
    right: 20px;
    top: 20px;
    transform: none;
  }

  .header__menuBtn.scrolled {
    top: 20px;
    right: 20px;
  }

  body.no-scroll .header__menuBtn {
    top: 20px;
    right: 20px;
  }

  .header__menuBtn span {
    right: 0;
    height: 3px;
    left: 50%;
  }

  .header__menuBtn span:nth-of-type(1) {
    top: 40px;
    width: 38px;
  }

  .header__menuBtn span:nth-of-type(2) {
    width: 38px;
  }

  .header__menuBtn span:nth-of-type(3) {
    bottom: 40px;
    width: 38px;
  }

  .nav {
    width: 30vw;
    min-width: 420px;
    top: 0;
    right: 0;
    left: auto;
    transform: translateX(100%);
    justify-content: flex-start;
  }

  .nav__wrapper {
    height: calc(100vh - 180px);
    margin-top: 60px;
  }

  .nav__item:hover {
    color: #59C1B9;
    font-weight: 700;
  }

  /* nav cloesd End */

  /* nav active */
  .header__menuBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }

  .header__menuBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }


  .nav.active {
    transform: translateX(0);
  }

  .nav.active::before {
    top: 30px;
    left: 32px;
  }

  .nav.active::after {
    bottom: 120px;
    right: 32px;
  }

  /* nav active End */

}

/* header pc End */

/* =================================
mv
================================= */
.mv {
  background-image: url(../img/mv_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  overflow-x: hidden;
}

.mv__imgArea {
  padding-top: 68px;
  position: relative;
}

.mv__imgLeft {
  position: absolute;
  width: 54vw;
  z-index: 100;
  top: 88px;
  right: calc(50% + 4px);
}

.mv__imgRight {
  position: absolute;
  width: 81vw;
  top: 74px;
  left: calc(50% - 44px);
}

.mv__mainTxt {
  width: 86vw;
  z-index: 200;
  position: relative;
  margin: 57% auto 0;
}

.mv__circleArea {
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  top: -46px;
}

.mv__circle {
  width: 31.5vw;
}

.wave--mv {
  margin-top: -24px;
}

/* mv pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .mv {
    width: 100vw;
    min-width: 1100px;
    overflow-x: hidden;
  }

  .mv__imgArea {
    padding-top: 0;
    position: static;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transform: translate(4.7vw, -2vw);
  }

  .mv__imgLeft {
    position: static;
    z-index: 0;
    width: 58.2vw;
    max-width: 839px;
    flex-shrink: 0;
    margin: 176px 96px 0 0;
  }

  .mv__imgRight {
    position: static;
    width: 68.6vw;
    max-width: 989px;
    flex-shrink: 0;
  }

  .mv__textArea {
    position: relative;
  }

  .mv__mainTxt {
    width: 42.6vw;
    max-width: 614px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: clamp(-787px, -55.6vw, -1px);
  }

  .mv__circleArea {
    z-index: 200;
    gap: 8px;
    position: absolute;
    margin: 0 auto;
    top: clamp(-418px, -30vw, -1px);
    left: 50%;
    transform: translateX(-50%);
  }

  .mv__circle {
    width: 13.7vw;
    max-width: 198px;
  }

  .wave--mv {
    margin-top: -50px;
  }

}

/* mv pc End */

/* =================================
trouble
================================= */
.title--trouble {
  background-color: var(--color-white);
  background-image: url(../img/trouble_question.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 126px;
}

.title__head--trouble {
  margin-top: 0;
  padding-top: 48px;
  position: relative;
}

.title__head--trouble::before {
  content: "";
  display: block;
  background-image: url(../img/trouble_dec_left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 74px;
  height: 70px;
  top: -18px;
  left: 5%;
}

.title__head--trouble::after {
  content: "";
  display: block;
  background-image: url(../img/trouble_dec_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 68px;
  height: 63px;
  top: -18px;
  right: 5%;
}

.title__main--trouble {
  margin-top: 5px;
  display: inline-block;
}

.title__emphasis--purple {
  color: #9B62A9;
  font-size: 2.8rem;
  line-height: normal;
  position: relative;
}

.title__emphasis--purple::before {
  content: "";
  display: block;
  background-image: url(../img/trouble_dot.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 63px;
  height: 7px;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.title__emphasis--purple::after {
  content: "";
  display: block;
  background-image: url(../img/trouble_waveline.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 76px;
  height: 10px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.trouble {
  padding: 18px 0 82%;
  background-color: var(--color-white);
  position: relative;
}

.trouble__img {
  width: 65vw;
  margin: 0 auto;
}

.trouble__list {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  color: var(--color-white);
  width: var(--contentWidth-sp);
  margin: 0 auto;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

.trouble__item {
  text-align: center;
  font-size: 1.3rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42vw;
  aspect-ratio: 160 / 92;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.trouble__item:nth-of-type(1) {
  background-image: url(../img/trouble_hukidashi01_sp.svg);
}

.trouble__item:nth-of-type(2) {
  background-image: url(../img/trouble_hukidashi02_sp.svg);
}

.trouble__item:nth-of-type(3) {
  background-image: url(../img/trouble_hukidashi03_sp.svg);
}

.trouble__item:nth-of-type(4) {
  background-image: url(../img/trouble_hukidashi04_sp.svg);
  padding-bottom: 7px;
}

.trouble__item:nth-of-type(5) {
  background-image: url(../img/trouble_hukidashi05_sp.svg);
  padding-bottom: 9px;
}

.trouble__item:nth-of-type(6) {
  background-image: url(../img/trouble_hukidashi06_sp.svg);
}

.trouble__item:nth-of-type(7) {
  background-image: url(../img/trouble_hukidashi07_sp.svg);
}

.trouble__item:nth-of-type(8) {
  background-image: url(../img/trouble_hukidashi08_sp.svg);
  padding-top: 4px;
}

.answer {
  margin: 126px auto 0;
  position: relative;
  background-color: #F99E45;
  border-radius: 46px;
  outline: 4px dotted var(--color-white);
  outline-offset: -10px;
  text-align: center;
  padding: 100px 12px 40px;
  width: 90%;
  max-width: 680px;
  color: var(--color-white);
  font-weight: 700;
  line-height: normal;
}

.answer::before {
  content: "";
  display: block;
  background-image: url(../img/trouble_arw.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 52px;
  height: 75px;
  top: -87px;
  left: 50%;
  transform: translateX(-50%);
}

.answer::after {
  content: "";
  display: block;
  background-image: url(../img/trouble_hirameki.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 51px;
  height: 57px;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.answer__hukidashi {
  font-size: 1.6rem;
  display: inline-block;
}

.answer__hukidashi span {
  font-size: 2rem;
}

.answer__hukidashi::before {
  content: "";
  display: block;
  background-image: url(../img/answer_hukidashi_left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 33px;
  top: 118px;
  left: 25px;
}

.answer__hukidashi::after {
  content: "";
  display: block;
  background-image: url(../img/answer_hukidashi_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 33px;
  top: 118px;
  right: 25px;
}

.answer__main {
  color: #FFFB86;
  font-size: 2.8rem;
  letter-spacing: -1.12px;
  margin-top: 14px;
}

.answer__sub {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
}

.answer__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 18px;
}

/* trouble pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .title--trouble {
    height: 267px;
  }

  .title__head--trouble {
    margin-top: 0;
    padding-top: 60px;
    position: relative;
  }

  .title__head--trouble::before {
    width: 157px;
    height: 148px;
    top: -22px;
    left: 192px;
  }

  .title__head--trouble::after {
    width: 144px;
    height: 133px;
    top: -18px;
    right: 192px;
  }

  .title__main--trouble {
    margin-top: 18px;
    font-size: 2.8rem;
  }

  .title__emphasis--purple {
    font-size: 4rem;
  }

  .title__emphasis--purple::before {
    width: 89px;
    height: 9px;
    top: -4px;
  }

  .title__emphasis--purple::after {
    width: 118px;
    height: 15px;
    bottom: -12px;
  }

  .trouble {
    padding: 51px 0 0;
    position: static;
  }

  .trouble__img {
    width: 450px;
  }

  .trouble__list {
    position: relative;
    display: block;
    gap: 0;
    z-index: 200;
  }

  .trouble__item {
    font-size: 1.8rem;
    width: 265px;
    height: auto;
    position: absolute;
  }

  .trouble__item:nth-of-type(1) {
    background-image: url(../img/trouble_hukidashi01_pc.svg);
    padding-bottom: 22px;
    top: -575px;
    left: calc(50% - 444px);
  }

  .trouble__item:nth-of-type(2) {
    background-image: url(../img/trouble_hukidashi02_pc.svg);
    padding-bottom: 24px;
    top: -595px;
    right: calc(50% - 274px);
  }

  .trouble__item:nth-of-type(3) {
    background-image: url(../img/trouble_hukidashi03_pc.svg);
    padding-top: 18px;
    top: -440px;
    left: calc(50% - 544px);
  }

  .trouble__item:nth-of-type(4) {
    background-image: url(../img/trouble_hukidashi04_pc.svg);
    padding-bottom: 10px;
    top: -440px;
    right: calc(50% - 414px);
  }

  .trouble__item:nth-of-type(5) {
    background-image: url(../img/trouble_hukidashi05_pc.svg);
    padding: 0 10px 8px 0;
    top: -260px;
    left: calc(50% - 594px);
  }

  .trouble__item:nth-of-type(6) {
    background-image: url(../img/trouble_hukidashi06_pc.svg);
    padding: 10px 0 0 20px;
    top: -260px;
    right: calc(50% - 464px);
  }

  .trouble__item:nth-of-type(7) {
    background-image: url(../img/trouble_hukidashi07_pc.svg);
    top: -80px;
    right: calc(50% - 464px);
  }

  .trouble__item:nth-of-type(8) {
    background-image: url(../img/trouble_hukidashi08_pc.svg);
    padding-top: 4px;
    top: -80px;
    left: calc(50% - 594px);
  }

  .answer {
    margin: 160px auto 0;
    border-radius: 70px;
    outline: 5px dotted var(--color-white);
    outline-offset: -16px;
    padding: 172px 0 78px;
    width: var(--contentWidth-pc);
    max-width: 1080px;
  }

  .answer::before {
    width: 74px;
    height: 107px;
    top: -133px;
    left: 50%;
    transform: translateX(-50%);
  }

  .answer::after {
    width: 90px;
    height: 101px;
    top: 53px;
  }

  .answer__hukidashi {
    font-size: 2rem;
  }

  .answer__hukidashi::before {
    width: 39px;
    height: 64px;
    top: 178px;
    left: 325px;
  }

  .answer__hukidashi::after {
    width: 39px;
    height: 64px;
    top: 178px;
    right: 325px;
  }

  .answer__hukidashi span {
    font-size: 2.8rem;
  }

  .answer__main {
    font-size: 4rem;
    letter-spacing: -1.16px;
    margin-top: 11px;
  }

  .answer__sub {
    font-size: 2.4rem;
    margin-top: 30px;
  }

  .answer__txt {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}

/* =================================
reason
================================= */
.section--reason {
  padding-top: 80px;
}

.title__main--reason {
  margin-top: 16px;
  display: block;
  line-height: 1.1;
}

.title__colored {
  color: var(--color-orange);
}

.title__emphasis--orange {
  font-size: 4rem;
}

.reason {
  margin-top: 16px;
  overflow-x: hidden;
}

.reason__img {
  max-width: 680px;
}

.reason__img--first {
  width: 125vw;
  padding-left: 5%;
  margin: 0 auto;
}

.reason__img--second,
.reason__img--third,
.reason__img--fourth {
  width: 90vw;
  margin: 38px auto 0;
}

.reason__img--fifth {
  width: 108vw;
  padding-left: 5%;
  margin: 38px auto;
}

.reason__txtArea {
  text-align: center;
  position: relative;
}

.reason__txtArea--first {
  margin-top: 57px;
}

.reason__txtArea--second,
.reason__txtArea--fourth {
  margin-top: 78px;
}

.reason__txtArea--third {
  margin-top: 64px;
}

.reason__txtArea--fifth {
  margin-top: 74px;
}

.reason__txtArea::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -78px;
  width: 66px;
  height: 66px;
  margin: 0 auto;
}

.reason__txtArea--first::before {
  background-image: url(../img/reason_num01.png);
}

.reason__txtArea--second::before {
  background-image: url(../img/reason_num02.png);
}

.reason__txtArea--third::before {
  background-image: url(../img/reason_num03.png);
}

.reason__txtArea--fourth::before {
  background-image: url(../img/reason_num04.png);
}

.reason__txtArea--fifth::before {
  background-image: url(../img/reason_num05.png);
}

.reason__topicArea--first {
  color: #EC747A;
}

.reason__topicArea--second {
  color: #70BC28;
}

.reason__topicArea--third {
  color: #59C1B9;
}

.reason__topicArea--fourth {
  color: #F7A700;
}

.reason__topicArea--fifth {
  color: #C890D6;
}

.reason__sub {
  font-size: 1.6rem;
  line-height: 1.5;
}

.reason__topic {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
}

.reason__txt {
  margin: 18px auto 0;
  padding: 0 5%;
  max-width: 680px;
  text-align: start;
}

.wave--reason {
  margin-top: 80px;
}

/* reason pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--reason {
    padding-top: 110px;
  }

  .title__main--reason {
    margin-top: 0;
  }

  .title__emphasis--orange {
    font-size: 6rem;
  }

  .reason__item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: var(--contentWidth-pc);
    margin: 0 auto;
  }

  .reason__item--reverse {
    flex-direction: row-reverse;
  }

  .reason__img {
    max-width: unset;
    flex-shrink: 0;
  }

  .reason__img--first {
    width: 841px;
    padding-left: 0;
    margin: 0 0 0 66px;
  }

  .reason__img--second {
    width: 567px;
    padding-left: 0;
    margin: 0 66px 0 0;
  }

  .reason__img--third {
    width: 637px;
    padding-left: 0;
    margin: 0 0 0 72px;
  }

  .reason__img--fourth {
    width: 608px;
    padding-left: 0;
    margin: 0 59px 0 0;
  }

  .reason__img--fifth {
    width: 798px;
    padding-left: 0;
    margin: 0 0 0 27px;
  }

  .reason__txtArea {
    text-align: left;
    position: relative;
    flex-shrink: 0;
    padding-bottom: 120px;
  }

  .reason__txtArea--first {
    width: 425px;
  }

  .reason__txtArea--second {
    width: 494px;
    padding-bottom: 80px;
  }

  .reason__txtArea--third {
    width: 416px;
  }

  .reason__txtArea--fourth {
    width: 466px;
    padding-bottom: 100px;
  }

  .reason__txtArea--fifth {
    padding-bottom: 150px;
    width: 466px;
  }

  .reason__txtArea::before {
    left: -12px;
    transform: translateX(0);
    top: -12px;
    width: 120px;
    height: 120px;
    margin: 0;
  }

  .reason__sub {
    font-size: 1.8rem;
    padding-left: 130px;
  }

  .reason__topic {
    font-size: 2.8rem;
    margin-top: 6px;
    padding-left: 130px;
  }

  .reason__txt {
    margin: 32px auto 0;
    padding: 0;
    max-width: unset;
    text-align: start;
  }

  .wave--reason {
    margin-top: -212px;
    z-index: -100;
    position: relative;
  }
}

/* =================================
menu
================================= */
.section--menu {
  background-color: var(--color-white);
  padding-top: 34px;
}

.menu {
  margin-top: 46px;
  padding: 0 5% 78px;
}

.menu__item {
  text-align: center;
}

.menu__img {
  max-width: 680px;
  margin: 42px auto 0;
  position: relative;
}

.menu__img--first::before {
  content: "";
  display: block;
  background-image: url(../img/menu_dec01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 71px;
  height: 62px;
  top: -16px;
  left: -16px;
}

.menu__img--last::after {
  content: "";
  display: block;
  background-image: url(../img/menu_dec02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 71px;
  height: 62px;
  bottom: -26px;
  right: -16px;
}

.menu__topic {
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
}

.menu__txt {
  margin-top: 12px;
  line-height: 1.7;
}

/* menu pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--menu {
    background-color: var(--color-white);
    padding-top: 40px;
    overflow: hidden;
  }

  .menu {
    width: var(--contentWidth-pc);
    margin: 70px auto 0;
    padding: 0 0 110px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menu__item {
    width: 497px;
  }

  .menu__img {
    max-width: unset;
    margin: 56px auto 0;
  }

  .menu__img--first,
  .menu__img--second {
    margin-top: 0;
  }

  .menu__img--first::before {
    width: 141px;
    height: 122px;
    top: -29px;
    left: -57px;
  }

  .menu__img--last::after {
    content: "";
    display: block;
    background-image: url(../img/menu_dec02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 130px;
    height: 116px;
    bottom: -37px;
    right: -57px;
  }

  .menu__topic {
    margin-top: 32px;
    font-size: 2.4rem;
  }
}

/* menu pc End */

/* =================================
cv
================================= */
.cv {
  padding: 42px 5%;
  background-color: #64BAB3;
  color: var(--color-white);
  position: relative;
}

.cv::before {
  content: "";
  display: block;
  background-image: url(../img/cv_line.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.cv::after {
  content: "";
  display: block;
  background-image: url(../img/cv_line.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.cv__main {
  color: #FFFB86;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
  text-align: center;
}

.cv__txt {
  margin: 20px auto 0;
  max-width: 680px;
}

.cv__btn {
  display: block;
  background-color: var(--color-white);
  border-radius: 70px;
  height: 76px;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
}

.cv__btn--tel {
  color: #4CA7A0;
  margin-top: 20px;
  outline: 1px solid #4CA7A0;
  outline-offset: -4px;
}

.cv__btn--web {
  background-color: #FFFCAB;
  color: var(--color-orange);
  margin-top: 14px;
  outline: 1px solid var(--color-orange);
  outline-offset: -4px;
}

.cv__btnInner {
  position: relative;
}

.cv__btnInner--tel {
  padding: 0 0 0 52px;
}

.cv__btnInner--tel::before {
  content: "";
  display: block;
  background-image: url(../img/ico_phone_ble.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 37px;
  height: 53px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cv__btnInner--web::before {
  content: "";
  display: block;
  background-image: url(../img/ico_calendar_org.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 52px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cv__btnInner--web {
  padding: 0 0 0 63px;
}

.cv__btnTxt {
  display: block;
  text-align: center;
}

.cv__btn--tel span:nth-of-type(2) {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2px;
}

.cv__btn--web span:nth-of-type(1) {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}

/* cv pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .cv {
    padding: 72px 0 80px;
  }

  .cv::before {
    height: 4px;
    top: 16px;
  }

  .cv::after {
    height: 4px;
    bottom: 16px;
  }

  .cv__main {
    font-size: 4rem;
    letter-spacing: -1.6px;
  }

  .cv__txt {
    margin: 28px auto 0;
    max-width: 1080px;
    text-align: center;
  }

  .cv__btnArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--contentWidth-pc);
    margin: 24px auto 0;
  }

  .cv__btn {
    border-radius: 100px;
    height: 123px;
    width: 528px;
    max-width: unset;
  }

  .cv__btn--tel {
    margin-top: 0;
    outline-offset: -6px;
    transition: 0.3s;
  }

  .cv__btn--web {
    margin-top: 0;
    outline-offset: -6px;
    transition: 0.3s;
  }

  .cv__btn--web:hover {
    background-color: #fffa6a;
  }

  .cv__btn--tel:hover {
    background-color: #ebfffd;
  }

  .cv__btnInner {
    position: relative;
  }

  .cv__btnInner--tel {
    padding: 0 0 0 76px;
  }

  .cv__btnInner--tel::before {
    width: 58px;
    height: 83px;
  }

  .cv__btnInner--web {
    padding: 0 0 0 100px;
  }

  .cv__btnInner--web::before {
    width: 80px;
    height: 78px;
  }

  .cv__btnTxt {
    font-size: 1.8rem;
  }

  .cv__btn--tel span:nth-of-type(2) {
    font-size: 5.2rem;
    margin-top: 2px;
  }

  .cv__btn--web span:nth-of-type(1) {
    font-size: 4rem;
  }
}

/* cv pc End */

/* =================================
merit
================================= */
.section--merit {
  padding-top: 80px;
}

.merit {
  padding: 0 10% 56px;
}

.merit__item {
  margin-top: 34px;
  text-align: center;
}

.merit__img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.merit__topic {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 12px;
}

.merit__txt {
  margin-top: 8px;
}

/* merit pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--merit {
    padding-top: 110px;
  }

  .merit {
    padding: 30px 0 130px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: var(--contentWidth-pc);
    margin: 0 auto;
  }

  .merit__item {
    margin: 40px 0 0 58px;
    width: 268px;
  }

  .merit__item:nth-of-type(1),
  .merit__item:nth-of-type(4) {
    margin-left: 0;
  }

  .merit__img {
    width: 198px;
    height: 198px;
  }

  .merit__topic {
    font-size: 2.4rem;
    margin-top: 28px;
  }

  .merit__txt {
    margin-top: 16px;
  }
}

/* merit pc End */

/* =================================
braces
================================= */
.wave--braces {
  width: 100%;
  background-image: url(../img/wave_org.svg);
  height: auto;
  aspect-ratio: 1920 / 111;
  background-position: center;
  background-size: cover;
  transform: translateY(2px);
}

.section--braces {
  background-color: #F8A95C;
  background-image: url(../img/pattern_org_sp.webp);
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  overflow-x: hidden;
  padding: 56px 0 0;
}

.title--braces {
  color: var(--color-white);
}

.braces {
  margin: 30px 5% 0;
  padding-bottom: 90px;
}

.braces__content {
  background-color: var(--color-white);
  border-radius: 46px;
  padding: 18px 5vw 52px;
  margin-top: 24px;
}

.braces__topic {
  text-align: center;
  padding: 16px 0;
  background-color: #F0868B;
  border-radius: 70px;
  outline: 4px dotted var(--color-white);
  outline-offset: -8px;
}

.braces__topic span {
  display: block;
  color: var(--color-white);
}

.braces__subTopic {
  font-size: 1.3rem;
  line-height: 1.2;
}

.braces__mainTopic {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

.braces__img {
  margin-top: 12px;
}

.braces__img img {
  border-radius: 46px 46px 0 0;
}

.braces__txt {
  margin-top: 12px;
  line-height: 2;
}

.feature {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.feature__item {
  margin-top: 30px;
  width: 36vw;
  max-width: 240px;
  text-align: center;
}

.feature__img img {
  border-radius: 50%;
}

.feature__title {
  font-weight: 700;
  margin-top: 10px;
}

.feature__txt {
  font-size: 1.3rem;
  margin-top: 5px;
}

.braces__note {
  font-size: 1.1rem;
  margin-top: 32px;
}

.braces__table {
  overflow: auto;
}

.braces__table .table__topic,
.braces__table .table__head,
.braces__table .table__content,
.braces__table .table__value {
  white-space: nowrap;
}

.table__topic img {
  margin: 7px auto 0;
  height: 40px;
}

.table__topic--wire img {
  margin-top: 16px;
}

.table__icon {
  width: 17px;
  margin: 0 auto 4px;
  display: block;
}

.braces__content--equipment {
  background-color: #FFF2D3;
  padding: 0 0 46px;
}

.braces__txtArea--equipment {
  margin-top: 28px;
  padding: 0 5vw 0;
}

.braces__topic--equipment {
  background-color: unset;
  outline: unset;
  padding: 0;
}

.braces__topic--equipment span {
  color: var(--color-brown);
}

.braces__topic--preortho {
  background-color: #9ED36B;
}

.preortho {
  margin-top: 30px;
  text-align: center;
}

.preortho__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  padding: 0 32px;
  position: relative;
  display: inline-block;
}

.preortho__title::before {
  content: "";
  display: block;
  background-image: url(../img/braces_hukidashi01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 33px;
  bottom: 0;
  left: 0;
}

.preortho__title::after {
  content: "";
  display: block;
  background-image: url(../img/braces_hukidashi02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 33px;
  bottom: 0;
  right: 0;
}

.preortho__list {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.preortho__item {
  background-color: #FFF2D3;
  border-radius: 50%;
  width: 35vw;
  max-width: 186px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-orange);
  font-size: 1.3rem;
  font-weight: 700;
}

.preortho__txt {
  margin-top: 10px;
}

.preortho__item:nth-of-type(3) {
  margin: 0 10vw;
}

.preortho__item:nth-of-type(2),
.preortho__item:nth-of-type(5) {
  margin-left: 10px;
}

.preortho__icon {
  width: 44px;
}

.preortho__icon--row {
  width: 60px;
}

.preortho__icon--nose {
  width: 30px;
}

.braces__usageNote {
  margin-top: 40px;
}

.usageNote__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: relative;
}

.usageNote__title::after {
  content: "";
  display: block;
  background-image: url(../img/braces_dot_line.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 109px;
  height: 5px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.usageNote__txt {
  margin-top: 24px;
  text-align: center;
}

.usageNote__figure {
  margin-top: 20px;
  text-align: center;
  border: 2px solid var(--color-lightOrange);
}

.usageNote_name {
  padding: 8px 0;
  background-color: var(--color-lightOrange);
  color: var(--color-white);
  font-weight: 700;
}

.usageNote__content {
  padding: 30px 0;
}

.usageNote__illust {
  width: 168px;
  margin: 0 auto;
}

.usageNote__illust:last-of-type {
  margin-top: 10px;
}

.usageNote__and {
  color: var(--color-lightOrange);
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
}

.usageNote__subTxt {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.usageNote__subTxt:last-of-type::after {
  content: "";
  display: block;
  background-image: url(../img/braces_hukidashi03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 84px;
  height: 71px;
  top: -48px;
  right: -90px;
}

/* braces pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--braces {
    background-image: url(../img/pattern_org_pc.webp);
    padding: 60px 0 0;
  }

  .braces {
    margin: 56px auto 0;
    padding-bottom: 180px;
    width: var(--contentWidth-pc);
  }

  .braces__content {
    border-radius: 70px;
    padding: 54px 50px 70px;
    margin-top: 32px;
  }

  .braces__mainCont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .braces__mainCont--invisalign {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .braces__mainArea {
    margin-top: 48px;
    width: 434px;
  }

  .braces__topic {
    padding: 22px 0;
    border-radius: 100px;
  }

  .braces__subTopic {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .braces__mainTopic {
    font-size: 2.8rem;
  }

  .braces__img {
    margin-top: 0;
    width: 497px;
    margin-right: 22px;
  }

  .braces__img img {
    border-radius: 0 70px 70px 0;
  }

  .braces__img--expansion img {
    border-radius: 70px 0 0 70px
  }

  .braces__txt {
    margin-top: 30px;
    line-height: 2;
    padding: 0 10px 0;
  }

  .feature {
    flex-wrap: nowrap;
    padding: 0 26px;
    justify-content: space-between;
  }

  .feature__item {
    margin-top: 48px;
    width: 200px;
    max-width: unset;
  }

  .feature__img {
    width: 200px;
    margin: 0 auto;
  }

  .feature__title {
    font-weight: 700;
    margin-top: 18px;
    font-size: 1.8rem;
  }

  .feature__txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .braces__table {
    margin: 42px auto 0;
    overflow: auto;
    width: 920px;
  }

  .braces__table .table__topic,
  .braces__table .table__head,
  .braces__table .table__content,
  .braces__table .table__value {
    white-space: nowrap;
  }

  .braces__table .table__content {
    width: 354px;
  }

  .table__topic img {
    margin: 11px auto 0;
    height: 72px;
  }

  .table__topic--wire img {
    margin-top: 17px;
    height: 60px;
  }

  .table__icon {
    width: 22px;
    margin: 0 auto 8px;
  }

  .braces__content--equipment {
    padding: 0;
  }

  .braces__mainCont--simulation {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
  }

  .braces__mainCont--expansion {
    align-items: center;
    justify-content: flex-start;
  }

  .braces__img--simulation {
    margin: 0 0 0 60px;
    width: 380px;
    height: 100%;
  }

  .braces__img--expansion {
    margin: 0 60px 0 0;
    width: 380px;
    height: 100%;
  }

  .braces__txtArea--equipment {
    margin-top: 0;
    padding: 0;
    text-align: left;
  }

  .braces__topic--equipment {
    text-align: left;
    padding: 0;
  }

  .braces__txt--equipment {
    width: 560px;
    padding: 0;
    margin-top: 20px;
  }

  .braces__mainArea--preortho {
    margin-top: 67px;
  }

  .braces__img--preortho {
    margin: 0 0 0 29px;
  }

  .feature__item--preortho {
    width: 280px;
  }

  .preortho {
    margin-top: 70px;
  }

  .preortho__title {
    font-size: 2rem;
    padding: 0 32px;
  }

  .preortho__title::before {
    width: 21px;
    height: 36px;
  }

  .preortho__title::after {
    width: 21px;
    height: 36px;
  }

  .preortho__list {
    margin: 34px auto 0;
    width: 732px;
  }

  .preortho__item {
    width: 194px;
    max-width: unset;
    font-size: 1.8rem;
  }

  .preortho__txt {
    margin-top: 16px;
  }

  .preortho__item:nth-of-type(1),
  .preortho__item:nth-of-type(4) {
    margin-left: 0;
  }

  .preortho__item:nth-of-type(3) {
    margin: 0 0 0 75px;
  }

  .preortho__item:nth-of-type(2),
  .preortho__item:nth-of-type(5) {
    margin-left: 75px;
  }

  .preortho__icon {
    width: 67px;
  }

  .preortho__icon--row {
    width: 90px;
  }

  .preortho__icon--nose {
    width: 52px;
  }

  .braces__usageNote {
    margin-top: 54px;
  }

  .usageNote__figure {
    width: 732px;
    margin: 20px auto 0;
  }

  .usageNote__title {
    font-size: 2rem;
  }

  .usageNote__title::after {
    width: 346px;
  }

  .usageNote__txt {
    margin-top: 32px;
  }

  .usageNote_name {
    padding: 12px 0;
    font-size: 1.8rem;
  }

  .usageNote__content {
    padding: 0 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .usageNote__illust {
    width: 182px;
    margin: 0;
  }

  .usageNote__illust:last-of-type {
    margin-top: 12px;
    width: 167px;
  }

  .usageNote__and {
    margin: 0 20px;
  }

  .usageNote__subTxt {
    margin: 0 0 0 10px;
  }

  .usageNote__subTxt:last-of-type::after {
    width: 84px;
    height: 71px;
    top: -48px;
    right: -86px;
  }
}

/* braces pc End */

/* =================================
bite types
================================= */
.wave--biteStart {
  width: 100%;
  background-image: url(../img/bite_wave_start.svg);
  height: 40px;
  background-position: center;
  background-size: cover;
  transform: translateY(-38px);
  position: absolute;
}

.wave--biteEnd {
  width: 100%;
  background-image: url(../img/bite_wave_end.svg);
  height: 40px;
  background-position: center;
  background-size: cover;
  transform: translateY(-2px);
  position: absolute;
}

.section--bite {
  background-color: #A07CA9;
  padding: 40px 5%;
  overflow-x: hidden;
}

.title__head--bite {
  color: var(--color-white);
}

.bite {
  color: var(--color-white);
  text-align: center;
}

.bite__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.bite__item {
  margin-top: 20px;
  width: 36vw;
  max-width: 240px;
  text-align: center;
}

.bite__item:nth-of-type(3) {
  margin: 20px 10vw 0;
}

.bite__name {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.8rem;
}

.bite__txt {
  font-size: 1.3rem;
  margin-top: 5px;
}

/* bite pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .wave--biteStart {
    width: 100vw;
    background-image: url(../img/bite_wave_start.svg);
    height: 97px;
    background-position: center;
    background-size: cover;
    transform: translateY(-95px);
    position: absolute;
  }

  .wave--biteEnd {
    width: 100vw;
    background-image: url(../img/bite_wave_end.svg);
    height: 97px;
    background-position: center;
    background-size: cover;
    transform: translateY(-2px);
    position: absolute;
  }

  .section--bite {
    background-color: #A07CA9;
    padding: 40px 0;
    overflow-x: hidden;
  }

  .bite__list {
    width: 972px;
    justify-content: center;
    margin: 0 auto;
  }

  .bite__img {
    width: 200px;
    margin: 0 auto;
  }

  .bite__item {
    margin: 42px 0 0 70px;
    width: 276px;
    max-width: unset;
  }

  .bite__item:nth-of-type(1),
  .bite__item:nth-of-type(4) {
    margin: 42px 0 0 0;
  }

  .bite__item:nth-of-type(3) {
    margin: 42px 0 0 70px;
  }

  .bite__name {
    margin-top: 14px;
    font-size: 2.4rem;
  }

  .bite__txt {
    font-size: 1.6rem;
    margin-top: 6px;
  }
}

/* bite pc End */

/* =================================
flow
================================= */
.section--flow {
  padding-top: 80px;
}

.flow {
  margin-top: 40px;
  padding: 0 5% 40px;
}

.flow__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: hidden;
  padding-bottom: 24px;
}

.flow__num {
  width: 58px;
  position: relative;
}

.flow__num::after {
  content: "";
  display: block;
  background-image: url(../img/flow_line.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 3px;
  height: 500px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -100;
}

.flow__num--last::after {
  display: none;
}

.flow__content {
  margin-left: 12px;
  width: 66vw;
  max-width: 340px;
}

.flow__txtArea--line {
  margin-top: 13px;
}

.flow__name {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 1.8rem;
}

.flow__txt {
  line-height: 1.6;
  margin-top: 6px;
}

.flow__img {
  margin-top: 10px;
  padding-right: 5vw;
}

.flow__img img {
  border-radius: 46px;
}

/* flow pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--flow {
    padding-top: 180px;
  }

  .flow {
    margin-top: 42px;
    padding: 0 0 60px;
  }

  .flow__list {
    margin: 0 auto;
    width: 920px;
  }

  .flow__item {
    padding-bottom: 38px;
  }

  .flow__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 24px;
    max-width: unset;
  }

  .flow__num {
    width: 107px;
  }

  .flow__num::after {
    width: 7px;
    top: 8px;
  }

  .flow__txtArea {
    width: 380px;
  }

  .flow__txtArea--line {
    margin-top: 18px;
  }

  .flow__name {
    font-size: 2.4rem;
  }

  .flow__txt {
    margin-top: 10px;
  }

  .flow__img {
    margin: 0 0 0 38px;
    padding-right: 0;
    width: 370px;
  }

  .flow__img img {
    border-radius: 70px;
  }
}

/* flow pc End */

/* =================================
price
================================= */
.section--price {
  padding-top: 34px;
  background-color: var(--color-white);
  position: relative;
}

.title__head--price::before {
  content: "";
  display: block;
  background-image: url(../img/price_dec_left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 74px;
  height: 70px;
  top: -18px;
  left: 5%;
}

.title__head--price::after {
  content: "";
  display: block;
  background-image: url(../img/price_dec_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 68px;
  height: 63px;
  top: -18px;
  right: 5%;
}

.price {
  padding: 10px 5% 80px;
  text-align: center;
}

.price__txt {
  line-height: normal;
}

.price__note {
  display: block;
  font-size: 1.2rem;
  margin-top: 8px;
}

.price__wrapper {
  margin-top: 30px;
}

.badge {
  background-color: var(--color-orange);
  border-radius: 46px;
  outline: 4px dotted var(--color-white);
  outline-offset: -8px;
  color: var(--color-white);
  padding: 24px 0;
  margin: 20px auto 0;
  font-weight: 700;
  max-width: 430px;
}

.badge--first {
  padding-bottom: 10px;
}

.badge--detailed {
  background-color: #59C1B9;
  padding-bottom: 20px;
}

.badge--table {
  background-color: #FFF2D3;
  outline: unset;
  color: var(--color-brown);
  padding: 24px 5vw 28px;
}

.badge__name {
  font-size: 2rem;
  line-height: normal;
}

.badge__name--table {
  font-size: 1.6rem;
}

.badge__txt {
  font-weight: 500;
  line-height: normal;
  margin-top: 4px;
}

.badge__value {
  line-height: 1;
  font-size: 4.4rem;
  position: relative;
}

.badge__value--first {
  color: #FFFB86;
  line-height: 1;
  top: -14px;
}

.badge__value--first span {
  font-size: 12.6rem;
}

.badge__value--detailed {
  top: -6px;
}

.badge__value--detailed span {
  font-size: 7.6rem;
}

.badge__value--table {
  color: var(--color-orange);
}

.badge__value--table span {
  font-size: 7rem;
}

.table--price {
  margin: 12px auto 24px;
  width: 100%;
  background-color: var(--color-white);
}

.table__head--price,
.table__value--price {
  width: 100%;
  display: block;
  padding: 6px 0;
  border: 2px solid #FFF2D3;
  font-weight: 500;
}

.price__notion {
  text-align: left;
  margin-top: 16px;
}

.notion__title {
  font-size: 1.3rem;
  font-weight: 700;
}

.notion__txt {
  font-size: 1.2rem;
  line-height: normal;
  margin-top: 8px;
}

.notion__small {
  font-size: 1rem;
  margin-top: 10px;
  line-height: normal;
}

.payment {
  margin-top: 42px;
}

.payment__title,
.example__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

.payment__txt {
  margin-top: 8px;
  line-height: normal;
}

.payment__list {
  margin-top: 24px;
}

.payment__item {
  background-color: #FFF2D3;
  color: var(--color-orange);
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  height: 80px;
  width: 80%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
}

.payment__item small {
  font-size: 1.2rem;
  font-weight: 500;
}

.example {
  margin-top: 32px;
}

.example__txt {
  margin: 8px auto 0;
  width: 80vw;
  line-height: normal;
}

.example__inner {
  background-color: #FFF2D3;
  border-radius: 46px;
  padding: 14px 0 26px;
  max-width: 430px;
  margin: 22px auto 0;
}

.example__subTxt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
}

.example__colored {
  color: var(--color-orange);
}

.example__emphasis {
  font-size: 3.2rem;
}

.example__valueArea {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--color-orange);
  font-weight: 700;
  line-height: 1;
}

.example__monthly {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.8rem;
}

.example__value {
  font-size: 4.4rem;
  padding-left: 6px;
  position: relative;
}

.example__value span {
  font-size: 7.6rem;
}

.example__value::after {
  content: "税込";
  writing-mode: horizontal-tb;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 15px;
  right: 11px;
}

.example__times {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: normal;
}

.example__note {
  font-size: 1rem;
  margin-top: 10px;
  line-height: normal;
  text-align: left;
}

.deduction {
  background-color: #F1878B;
  background-image: url(../img/pattern_pk_sp.webp);
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  padding: 50px 5vw 430px;
  color: var(--color-white);
  margin-bottom: 230px;
}

.deduction__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.deduction__txt {
  margin-top: 16px;
}

.deduction__note {
  font-size: 1.1rem;
  margin-top: 32px;
}

.deduction__table {
  overflow-x: auto;
}

.table--deducation {
  border: 8px solid var(--color-white);
  color: var(--color-brown);
  background-color: var(--color-white);
}

.deduction__table .table__topic,
.deduction__table .table__head,
.deduction__table .table__content,
.deduction__table .table__value {
  white-space: nowrap;
  padding: 10px 18px;
  border: 2px solid #FFF2D3;
}

.table__head--deduction {
  background-color: #FFBC32;
  font-weight: 700;
}

.table__topic--deduction {
  background-color: #FFE1A3;
  font-weight: 700;
}

.table__topic--deduction small {
  display: block;
  font-weight: 500;
}

.checkup {
  margin: 40px auto 0;
  width: 90vw;
  position: absolute;
  background-color: var(--color-white);
  padding: 0 0 46px;
  color: var(--color-brown);
  border-radius: 46px;
}

.checkup__img img {
  border-radius: 46px 46px 0 0;
}

.checkup__txtArea {
  margin-top: 28px;
  padding: 0 5vw 0;
}

.checkup__topic {
  text-align: center;
  padding: 16px 0;
}

.checkup__mainTopic {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

.checkup__subTopic {
  font-weight: 700;
}

.checkup__txt {
  margin-top: 12px;
}

/* price pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--price {
    padding-top: 34px;
  }

  .title__head--price::before {
    width: 157px;
    height: 148px;
    top: -22px;
    left: 192px;
  }

  .title__head--price::after {
    width: 144px;
    height: 133px;
    top: -18px;
    right: 192px;
  }

  .price {
    padding: 16px 0 90px;
  }

  .price__txt {
    font-size: 2rem;
  }

  .price__note {
    font-size: 1.4rem;
    margin-top: 6px;
  }

  .price__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 42px auto 0;
    width: var(--contentWidth-pc);
  }

  .badge {
    border-radius: 70px;
    outline-offset: -10px;
    padding: 0;
    margin: 16px auto 0;
    width: 400px;
    height: 242px;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .badge--first {
    padding-bottom: 0;
    margin-top: 0;
  }

  .badge--detailed {
    padding-bottom: 0;
  }

  .badge--table {
    width: 664px;
    height: 498px;
    margin: 0 0 0 16px;
    padding: 0;
  }

  .badge__name {
    font-size: 2.8rem;
  }

  .badge__name--table {
    font-size: 2.8rem;
  }

  .badge__txt {
    margin-top: 3px;
  }

  .badge__value {
    font-size: 5.2rem;
  }

  .badge__value--first span {
    font-size: 15rem;
  }

  .badge__value--detailed {
    top: 0;
  }

  .badge__value--detailed span {
    font-size: 9rem;
  }

  .badge__value--table {
    top: -10px;
  }

  .badge__value--table span {
    font-size: 9rem;
  }

  .table--price {
    margin: 12px auto 15px;
    width: 576px;
  }

  .table__head--price,
  .table__value--price {
    width: 50%;
    padding: 8px 0;
    display: table-cell;
    border: 2px solid #FFF2D3;
    font-size: 1.8rem;
  }

  .price__notion {
    margin: 24px auto 0;
    width: var(--contentWidth-pc);
  }

  .notion__title {
    font-size: 1.6rem;
  }

  .notion__txt {
    font-size: 1.4rem;
    margin-top: 14px;
  }

  .notion__small {
    font-size: 1.2rem;
    margin-top: 12px;
  }

  .payment {
    margin-top: 80px;
  }

  .payment__title,
  .example__title {
    font-size: 2.8rem;
  }

  .payment__txt {
    margin-top: 16px;
  }

  .payment__list {
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 976px;
  }

  .payment__item {
    font-size: 2.4rem;
    height: 146px;
    width: 310px;
    max-width: unset;
    margin: 0;
  }

  .payment__item small {
    font-size: 1.6rem;
  }

  .example {
    margin-top: 64px;
  }

  .example__txt {
    margin: 16px auto 0;
    width: auto;
  }

  .example__inner {
    border-radius: 70px;
    padding: 16px 0 36px;
    max-width: unset;
    width: 680px;
    margin: 26px auto 0;
  }

  .example__subTxt {
    font-size: 2.4rem;
  }

  .example__emphasis {
    font-size: 4.2rem;
  }

  .example__monthly {
    font-size: 3.3rem;
  }

  .example__value {
    font-size: 4.1rem;
    padding-left: 8px;
  }

  .example__value span {
    font-size: 9rem;
  }

  .example__value::after {
    font-size: 1.4rem;
    top: 28px;
    right: 8px;
  }

  .example__times {
    font-size: 1.6rem;
  }

  .example__note {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
  }

  .deduction {
    background-image: url(../img/pattern_pk_pc.webp);
    padding: 66px 0 270px;
    margin-bottom: 140px;
  }

  .deduction__title {
    font-size: 2.8rem;
  }

  .deduction__txt {
    margin-top: 24px;
    text-align: center;
  }

  .deduction__table {
    margin: 42px auto 0;
    width: 920px;
  }

  .table--deducation {
    border: 10px solid var(--color-white);
  }

  .deduction__table .table__topic,
  .deduction__table .table__head,
  .deduction__table .table__content,
  .deduction__table .table__value {
    padding: 19px 0;
    font-size: 1.8rem;
  }

  .checkup {
    margin: 80px auto 0;
    width: var(--contentWidth-pc);
    display: block;
    padding: 0;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 50%;
    transform: translateX(-50%);
  }

  .checkup__img {
    width: 380px;
  }

  .checkup__img img {
    border-radius: 70px 0 0 70px;
  }

  .checkup__txtArea {
    margin-top: 0;
    padding: 0 0 0 58px;
    width: 634px;
  }

  .checkup__topic {
    text-align: left;
    padding: 0;
  }

  .checkup__mainTopic {
    font-size: 2.8rem;
  }

  .checkup__subTopic {
    margin-top: 30px;
  }

  .checkup__txt {
    margin-top: 13px;
  }
}

/* price pc End */

/* =================================
qa
================================= */
.section--qa {
  padding: 60px 5% 0;
}

.title__head--qa::before {
  content: "";
  display: block;
  background-image: url(../img/qa_dec_left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 74px;
  height: 70px;
  top: -18px;
  left: 5%;
}

.title__head--qa::after {
  content: "";
  display: block;
  background-image: url(../img/qa_dec_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 68px;
  height: 63px;
  top: -18px;
  right: 5%;
}

.qa {
  margin-top: 28px;
}

.qa__item {
  margin-top: 14px;
}

.qa__question {
  background-color: var(--color-white);
  border-radius: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.qa__question::before {
  content: "";
  display: block;
  background-image: url(../img/qa_ico_q.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
}

.qa__question::after {
  content: "";
  display: block;
  background-image: url(../img/qa_arw.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  transition: transform 0.3s ease;
}

.qa__question.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.qa__questionInner {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 700;
  padding-left: 86px;
}

.qa__answer {
  margin: 12px auto 10px;
  position: relative;
}

.qa__answerInner {
  padding: 0 18px 0 86px;
}

.qa__answer::before {
  content: "";
  display: block;
  background-image: url(../img/qa_ico_a.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 19px;
}

/* qa pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--qa {
    padding: 46px 0 0;
  }

  .title__head--qa::before {
    width: 157px;
    height: 148px;
    top: -22px;
    left: 192px;
  }

  .title__head--qa::after {
    width: 144px;
    height: 133px;
    top: -18px;
    right: 192px;
  }

  .qa {
    margin: 42px auto 0;
    width: var(--contentWidth-pc);
  }

  .qa__item {
    margin-top: 20px;
  }

  .qa__question {
    height: 92px;
  }

  .qa__question::before {
    width: 58px;
    height: 58px;
    left: 20px;
  }

  .qa__question::after {
    width: 26px;
    height: 26px;
    right: 40px;
  }

  .qa__questionInner {
    font-size: 1.8rem;
    padding-left: 103px;
  }

  .qa__answer {
    margin: 20px auto 32px;
  }

  .qa__answerInner {
    padding: 0 18px 0 103px;
    min-height: 58px;
    display: flex;
    justify-content: flex-start;
  }

  .qa__answerInner--line {
    flex-direction: column;
    justify-content: center;
  }

  .qa__answer::before {
    width: 58px;
    height: 58px;
    left: 20px;
  }
}

/* qa pc End */

/* =================================
case
================================= */
.section--case {
  margin-top: 40px;
  padding-top: 40px;
}

.case {
  margin: 82px 5% 0;
}

.case__title {
  text-align: center;
  padding: 20px 0;
  background-color: #F7A700;
  border-radius: 70px;
  outline: 4px dotted var(--color-white);
  outline-offset: -8px;
  color: var(--color-white);
  font-size: 1.6rem;
}

.case__imgArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case__before,
.case__after {
  width: 42vw;
  margin-top: 16px;
}

.case__txt {
  text-align: center;
  line-height: normal;
  font-weight: 700;
}

.case__img {
  margin-top: 6px;
}

.case__img img {
  border-radius: 30px;
}

.case__img--left {
  position: relative;
  display: block;
}

.case__img--left::after {
  content: "";
  display: block;
  background-image: url(../img/case_arw.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: -19px;
}

.table--case {
  border: 4px solid var(--color-white);
  margin-top: 24px;
  background-color: var(--color-white);
}

.table__head--case {
  padding: 0 6px;
  white-space: nowrap;
}

.table--case th,
.table--case td {
  border: 2px solid #FFF2D3;
}

/* slick */
.case__slider {
  position: relative;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background: #F47F0D;
  border-radius: 50%;
  border: none;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev {
  left: calc(50% - 80px);
}

.slick-next {
  right: calc(50% - 80px);
}

.slick-prev:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/case_arw_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  opacity: 1;
  outline: none;
}

.slick-next:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/case_arw_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  opacity: 1;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: #F47F0D !important;
}

.slick-dots {
  top: -56px;
  z-index: -2;
}

.slick-dots li button:before {
  font-size: 10px;
  color: rgba(99, 58, 16, 0.5);
}

.slick-dots li.slick-active button:before {
  color: #F47F0D;
}

/* case pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--case {
    margin-top: 60px;
    padding-top: 40px;
  }

  .case {
    margin: 102px auto 0;
    width: 920px;
  }

  .case__title {
    padding: 22px 0;
    font-size: 2rem;
  }

  .case__imgArea {
    width: 810px;
    margin: 24px auto 0;
  }

  .case__before,
  .case__after {
    width: 370px;
    margin-top: 0;
  }

  .case__txt {
    font-size: 1.8rem;
  }

  .case__img {
    margin-top: 14px;
  }

  .case__img img {
    border-radius: 70px;
  }

  .case__img--left::after {
    width: 26px;
    height: 26px;
    right: -47px;
  }

  .table--case {
    border: 10px solid var(--color-white);
    margin-top: 28px;
  }

  .table__head--case {
    padding: 0;
    width: 212px;
  }

  .table--case th,
  .table--case td {
    border: 2px solid #FFF2D3;
  }

  .table--case td {
    text-align: left;
    padding: 18px 30px 18px 42px;
  }

  /* slick */
  .slick-prev,
  .slick-next {
    top: -54px;
    transition: 0.4s;
  }

  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.7;
  }

  .slick-dots {
    top: -72px;
    z-index: -2;
  }
}

/* case pc End */

/* =================================
message
================================= */
.section--message {
  margin-top: 80px;
  padding-top: 170px;
}

.message {
  background-image: url(../img/message_bg.svg);
  background-position: 70% top;
  background-repeat: no-repeat;
  background-size: 1177px;
}

.message__wrapper {
  position: relative;
  color: var(--color-white);
}

.message__img {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
}

.message__textArea {
  padding: 54% 5vw 0;
}

.message__title {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;
}

.message__txt {
  margin-top: 16px;
  line-height: 2;
}

.message__doctor {
  margin-top: 30px;
  text-align: center;
}

.message__position {
  line-height: normal;
}

.message__name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 6px;
}

.message__detail {
  width: 90%;
  margin: 48px auto 0;
  background-color: var(--color-white);
  border-radius: 46px;
  outline: 4px dotted var(--color-lightOrange);
  outline-offset: -10px;
  color: var(--color-brown);
  padding: 40px 10vw;
}

.message__detail:last-of-type {
  margin-top: 14px;
}

.message__detailName {
  margin-bottom: 6px;
  line-height: normal;
}

.message__detailName:nth-of-type(2) {
  margin-top: 14px;
}

.message__detailTxt {
  font-size: 1.3rem;
}

.message__detailSmall {
  font-size: 1rem;
  line-height: normal;
}

.staff {
  margin-top: 60px;
}

.staff__wrapper {
  position: relative;
  padding-top: 48%;
}

.staff__img {
  position: absolute;
  width: 70%;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.staff__inner {
  margin: 0 5vw;
  background-color: #F0868B;
  border-radius: 46px;
  outline: 4px dotted var(--color-white);
  outline-offset: -10px;
  color: var(--color-white);
  padding: 30% 10vw 40px;
}

.staff__position {
  text-align: center;
  line-height: normal;
}

.staff__name {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 6px;
}

.staff__detail {
  margin-top: 18px;
}

.staff__detailTxt {
  font-size: 1.3rem;
  line-height: normal;
}

.staff__wrapper:last-of-type {
  margin-top: 30px;
}

.staff__inner--purple {
  background-color: #C890D6;
}

.section--message {
  margin-top: 80px;
  padding-top: 170px;
}

.message {
  background-image: url(../img/message_bg.svg);
  background-position: 70% top;
  background-repeat: no-repeat;
  background-size: 1177px;
}

.message__wrapper {
  position: relative;
  color: var(--color-white);
}

.message__img {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
}

.message__textArea {
  padding: 54% 5vw 0;
}

.message__title {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;
}

.message__txt {
  margin-top: 16px;
  line-height: 2;
}

.message__doctor {
  margin-top: 30px;
  text-align: center;
}

.message__position {
  line-height: normal;
}

.message__name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 6px;
}

.message__detail {
  width: 90%;
  margin: 48px auto 0;
  background-color: var(--color-white);
  border-radius: 46px;
  outline: 4px dotted var(--color-lightOrange);
  outline-offset: -10px;
  color: var(--color-brown);
  padding: 40px 10vw;
}

.message__detail:last-of-type {
  margin-top: 14px;
}

.message__detailName {
  margin-bottom: 6px;
  line-height: normal;
}

.message__detailName:nth-of-type(2) {
  margin-top: 14px;
}

.message__detailTxt {
  font-size: 1.3rem;
}

.message__detailSmall {
  font-size: 1rem;
  line-height: normal;
}

.staff {
  margin-top: 60px;
}

.staff__wrapper {
  position: relative;
  padding-top: 48%;
}

.staff__img {
  position: absolute;
  width: 70%;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.staff__inner {
  margin: 0 5vw;
  background-color: #F0868B;
  border-radius: 46px;
  outline: 4px dotted var(--color-white);
  outline-offset: -10px;
  color: var(--color-white);
  padding: 30% 10vw 40px;
}

.staff__position {
  text-align: center;
  line-height: normal;
}

.staff__name {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 6px;
}

.staff__detail {
  margin-top: 18px;
}

.staff__detailTxt {
  font-size: 1.3rem;
  line-height: normal;
}

.staff__wrapper:last-of-type {
  margin-top: 30px;
}

.staff__inner--purple {
  background-color: #C890D6;
}

/* staff pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--message {
    margin-top: 80px;
    padding-top: 40px;
    overflow: hidden;
  }

  .message {
    background-size: 1294px;
    background-position: calc(50% - 280px) top;
  }

  .message__wrapper {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    width: var(--contentWidth-pc);
    margin: 0 auto;
  }

  .message__img {
    position: static;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 604px;
    flex-shrink: 0;
    margin: 100px 0 0 35px;
  }

  .message__textArea {
    padding: 164px 0 0;
    width: 540px;
    flex-shrink: 0;
  }

  .message__title {
    margin-top: 43px;
    text-align: left;
    font-size: 2rem;
  }

  .message__txt {
    margin-top: 32px;
  }

  .message__doctor {
    margin-top: 32px;
    text-align: right;
  }

  .message__name {
    font-size: 2.8rem;
  }

  .message__wrapper--detail {
    flex-direction: row;
    justify-content: flex-start;
  }

  .message__detail {
    width: auto;
    height: 619px;
    margin: 0;
    border-radius: 70px;
    padding: 48px 53px 0;
    flex-shrink: 0;
  }

  .message__detail:last-of-type {
    margin: 0 0 0 43px;
  }

  .message__detailName {
    margin-bottom: 10px;
  }

  .message__detailName:nth-of-type(2) {
    margin-top: 15px;
  }

  .message__detailTxt {
    font-size: 1.6rem;
  }

  .message__detailSmall {
    font-size: 1.2rem;
    line-height: 1.2;
    display: block;
  }

  .staff {
    margin: 68px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 980px;
  }

  .staff__wrapper {
    position: relative;
    padding-top: 200px;
  }

  .staff__img {
    width: 347px;
    margin-left: 10px;
  }

  .staff__inner {
    margin: 0;
    border-radius: 70px;
    padding: 182px 42px 0 64px;
    width: 462px;
    height: 765px;
  }

  .staff__name {
    font-size: 2.8rem;
  }

  .staff__detail {
    margin-top: 20px;
  }

  .staff__detailName {
    margin-bottom: 6px;
  }

  .staff__detailTxt {
    font-size: 1.6rem;
  }

  .staff__wrapper:last-of-type {
    margin-top: 0;
  }
}

/* staff pc End */

/* =================================
access
================================= */
.section--access {
  position: relative;
  padding: 70px 0;
  background-color: var(--color-white);
}

.wave--access {
  position: absolute;
  top: -30vw;
  z-index: -100;
}

.title__head--access::before {
  content: "";
  display: block;
  background-image: url(../img/access_dec_left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 74px;
  height: 70px;
  top: -18px;
  left: 5%;
}

.title__head--access::after {
  content: "";
  display: block;
  background-image: url(../img/access_dec_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 68px;
  height: 63px;
  top: -18px;
  right: 5%;
}

.access {
  margin-top: 30px;
  overflow-x: hidden;
}

.access__map iframe {
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.access__info {
  margin-top: 34px;
}

.access__logo {
  width: 80vw;
  margin: 0 auto;
}

.access__tel {
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}

.access__tel a {
  display: block;
  position: relative;
  padding-left: 34px;
}

.access__tel a::before {
  content: "";
  display: block;
  background-image: url(../img/ico_phone_org.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 26px;
  height: 37px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.access__address {
  margin-top: 8px;
  text-align: center;
  margin: 0 auto;
}

.access__table {
  margin-top: 24px;
}

.table--access {
  width: 90%;
  font-size: 1rem;
  margin: 0 auto;
}

.table__head--access th {
  background-color: #FEB41A;
  color: var(--color-white);
  padding: 8px 2px;
  font-weight: 500;
  width: 8.5vw;
  text-align: center;
}

.table__content--access {
  color: var(--color-orange);
}

.table__content--access td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 2px;
}

.table__time {
  white-space: nowrap;
  padding-left: 8px;
}

.table__note {
  margin: 8px 5vw 0;
  font-size: 1.1rem;
}

/* access pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section--access {
    padding: 110px 0;
  }

  .wave--access {
    top: -160px;
  }

  .title__head--access::before {
    width: 157px;
    height: 148px;
    top: -22px;
    left: 192px;
  }

  .title__head--access::after {
    width: 144px;
    height: 133px;
    top: -18px;
    right: 192px;
  }

  .access {
    margin-top: 74px;
  }

  .access__wrapper {
    display: flex;
    flex-direction: row-reverse;
    width: var(--contentWidth-pc);
    margin: 0 auto;
  }

  .access__map iframe {
    aspect-ratio: unset;
    max-width: unset;
    width: 500px;
    height: 530px;
    margin-left: 40px;
  }

  .access__info {
    margin-top: 0;
  }

  .access__logo {
    width: 500px;
    margin: 0 auto;
  }

  .access__tel {
    font-size: 6rem;
  }

  .access__tel a {
    padding-left: 56px;
    margin-top: 8px;
  }

  .access__tel a::before {
    width: 41px;
    height: 59px;
  }

  .access__address {
    margin-top: 10px auto 0;
  }

  .access__table {
    margin-top: 24px;
  }

  .table--access {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 auto;
  }

  .table__head--access th {
    padding: 10px 2px;
    width: 58px;
    font-size: 1.6rem;
  }

  .table__content--access td {
    padding: 15px 2px;
  }

  .table__time {
    padding-left: 10px !important;
  }

  .table__note {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}

/* access pc End */

/* =================================
photo
================================= */
@keyframes photo__slideshow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.photo {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 40px;
}

.photo__list {
  display: flex;
  animation: photo__slideshow 50s infinite linear 0.5s both;
}

.photo__item {
  width: 40vw;
  padding: 24px 12px 0 0;
}

.photo__item:nth-of-type(even) {
  padding: 0 12px 24px 0;
}

.photo__item img {
  border-radius: 30px;
}

/* photo pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .photo {
    margin-top: 62px;
  }

  .photo__item {
    width: 290px;
    padding: 50px 18px 0 0;
  }

  .photo__item:nth-of-type(even) {
    padding: 0 18px 50px 0;
  }

  .photo__item img {
    border-radius: 70px;
  }
}

/* photo pc End */

/* =================================
cv--second
================================= */
.cv--second {
  background-color: #F99E45;
}

.cv__btn--telSecond {
  color: var(--color-orange);
  outline: 1px solid var(--color-orange);
}

.cv__btnInner--telSecond::before {
  content: "";
  display: block;
  background-image: url(../img/ico_phone_org.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 37px;
  height: 53px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* cv second  pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .cv__btnInner--telSecond::before {
    width: 58px;
    height: 83px;
  }

  .cv__btn--telSecond:hover {
    background-color: #fff3cd;
  }
}

/* cv second  pc End */

/* =================================
footer
================================= */
.footer {
  background-color: var(--color-white);
  padding-top: 24px;
}

.footer__risk {
  background-color: #FFF2D3;
  border-radius: 46px;
  padding: 24px 6vw 44px;
  margin: 0 5vw 36px;
}

.risk__title {
  font-size: 1.6rem;
  text-align: center;
  line-height: normal;
  font-weight: 700;
  position: relative;
}

.risk__title::after {
  content: '';
  display: inline-block;
  height: 4px;
  width: 56px;
  background-image: url(../img/dot_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}

.risk__wrapper {
  margin-top: 24px;
  padding-right: 20px;
  height: 200px;
  overflow-y: scroll;
  /* scrollbar-width: 5px;
  scrollbar-color: var(--color-orange) rgba(99, 58, 16, 0.5); */
}

.risk__wrapper::-webkit-scrollbar {
  background: rgba(99, 58, 16, 0.3);
  width: 4px;
  border-radius: 20px;
}

.risk__wrapper::-webkit-scrollbar-thumb {
  background: var(--color-orange);
  width: 5px;
  border-radius: 20px;
}

.risk__topic {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  margin: 6px 0;
}

.risk__list {
  font-size: 1.2rem;
}

.footer__copy {
  font-size: 1rem;
  text-align: center;
  display: block;
  padding-bottom: 72px;
}

/* footer pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 42px;
  }

  .footer__risk {
    border-radius: 70px;
    padding: 37px 78px 54px;
    margin: 0 auto 52px;
    width: var(--contentWidth-pc);
  }

  .risk__title {
    font-size: 1.8rem;
  }

  .risk__title::after {
    height: 6px;
    width: 75px;
    bottom: -22px;
  }

  .risk__wrapper {
    margin-top: 51px;
    padding-right: 30px;
    height: 180px;
    /* scrollbar-width: 5px;
  scrollbar-color: var(--color-orange) rgba(99, 58, 16, 0.5); */
  }

  .footer__copy {
    font-size: 1.2rem;
    padding-bottom: 113px;
  }
}

/* footer pc End */

/* =================================
fix bar
================================= */
.fixed {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(191, 146, 53, 0.20);
  z-index: 99999;
}

.fixed__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.fixed__action {
  background-color: #59C1B9;
  outline: 1px solid var(--color-white);
  outline-offset: -3px;
  border-radius: 8px;
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-left: 6px;
}

.fixed__action--tel,
.fixed__action--web {
  width: 43vw;
}

.fixed__action--web {
  background-color: #F7A700;
}

.fixed__action--pageup {
  width: 53px;
  background-color: transparent;
  outline: unset;
  background-image: url(../img/fixed_btn_sp.svg);
  background-size: 25px 23px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 0;
}

.fixed__btn {
  position: relative;
  text-align: center;
}

.fixed__btn--tel {
  padding-left: 26px;
}

.fixed__btn--web {
  padding-left: 34px;
}

.fixed__btn span {
  display: block;
}

.fixed__btnTxt--sub {
  font-size: 1rem;
  line-height: 1;
}

.fixed__btn--tel::before {
  content: "";
  display: block;
  background-image: url(../img/ico_phone_wh.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 21px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.fixed__btn--web::before {
  content: "";
  display: block;
  background-image: url(../img/ico_calendar_wh.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.fixed__btnTxt--main {
  font-size: 2rem;
  line-height: 1;
  margin-top: 2px;
  color: #FFFB86;
  font-weight: 700;
}

/* fixed pc
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .fixed {
    height: 100px;
  }

  .fixed__logo {
    width: 346px;
    padding-left: 20px;
  }

  .fixed__siteTitle {
    color: var(--color-orange);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.96px;
    margin: 4px 0 0 50px;
  }

  .fixed__right {
    justify-content: end;
    width: auto;
  }

  .fixed__action {
    outline-offset: -5px;
    border-radius: 13px;
    height: 84px;
    margin-left: 8px;
  }

  .fixed__action--tel,
  .fixed__action--web {
    width: 290px;
    transition: 0.3s;
  }

  .fixed__action--pageup {
    width: 84px;
    background-image: url(../img/fixed_btn_pc.svg);
    background-size: 46px 53px;
    margin-left: 0;
  }

  .fixed__btn--tel {
    padding-left: 52px;
  }

  .fixed__btn--web {
    padding-left: 56px;
  }

  .fixed__action--tel:hover {
    background-color: #78d5cd;
  }

  .fixed__action--web:hover {
    background-color: #ffbc2d;
  }

  .fixed__btnTxt--sub {
    font-size: 1.5rem;
  }

  .fixed__btn--tel::before {
    width: 38px;
    height: 54px;
  }

  .fixed__btn--web::before {
    width: 45px;
    height: 45px;
  }

  .fixed__btnTxt--main {
    margin-top: 2px;
    font-size: 3.3rem;
  }
}