:root {
  --color-01: #e0cda8;
  --color-02: #333c77;
  --color-03: #e9f1f5;
  --color-04: #4e8bad;
  --color-05: #ffffff;
  --color-06: #a79471;
  --color-07: #502808;

  --inner-sp: 425px;
  --inner-tb: 680px;
  --inner-pc: 1200px;

  --font-title-01: 7vw;
  --font-title-02: 6vw;
}
@media screen and (min-width: 390px) {
  :root {
    --font-title-01: 28px;
    --font-title-02: 22px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --font-title-01: 28px;
    --font-title-02: 22px;
  }
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1280px) {
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
pre {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: "";
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
/** **/
h1,
h2,
h3,
h4,
h5 {
  font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #444;
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
}

p {
  line-height: 2;
}
* > p:not(:last-child) {
  margin-bottom: 4.103vw;
}

.u__serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}

.u__GothicA1 {
  font-family: "Advent Pro", sans-serif;
}
.u__GothicA2 {
  font-family: "Clicker Script", cursive;
}
.u__GothicA3 {
  font-family: "Corinthia", cursive;
}
.u__max660 {
  max-width: 660px;
  margin: auto;
}
.u__pc-only {
  display: none;
}

a {
  transition: ease all 0.5s;
}

a:hover {
  opacity: 0.8;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.bg__dotted {
  background-image: url(/assets/img/form/top-treatments-bg.webp);
}
.bg__dotted02 {
  background-color: #ffffff;
  background-image: radial-gradient(#f8f8f8 14%, transparent 17%), radial-gradient(#f8f8f8 14%, transparent 17%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}
.btn__reservation {
  position: relative;
  width: 75.897vw;
  height: 30.769vw;
  padding-top: 0.513vw;
  background: linear-gradient(90deg, rgba(15, 67, 114, 1) 0%, rgba(40, 45, 84, 1) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn__reservation::before,
.btn__reservation::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.btn__reservation::before {
  background: url(/assets/img/form/reserve-icon.svg) no-repeat;
  width: 14.359vw;
  height: 12.821vw;
  background-size: 100%;
  left: 4.103vw;
}
.btn__reservation::after {
  background: url(/assets/img/form/marubou-icon.svg) no-repeat;
  width: 10.769vw;
  height: 3.077vw;
  background-size: 100%;
  right: 6.154vw;
}
.btn__reservation-small {
  font-size: 4.359vw;
  margin-bottom: 0.513vw;
}
.btn__reservation-small > span {
  font-size: 1.6em;
  margin-right: 1.282vw;
}
.btn__reservation-large {
  font-size: 7.179vw;
  margin-bottom: 1.538vw;
}
.btn__reservation-large > span {
  font-size: 1.3em;
  vertical-align: -0.07em;
  letter-spacing: 0.1em;
}
.btn__reservation-eng {
  font-size: 5.897vw;
  letter-spacing: 0;
}
.btn__tel {
  width: 75.897vw;
  height: 30.769vw;
  background: #fff;
  color: #969696;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 6.154vw;
  font-size: 4.103vw;
}
.btn__tel-num {
  font-size: 9.231vw;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.282vw;
  font-weight: 300;
}
.btn__tel-num::before {
  content: "";
  background: url(/assets/img/form/tel-icon.svg) no-repeat;
  width: 6.154vw;
  height: 7.949vw;
  background-size: 100%;
  margin-top: 0.256vw;
}
.btn__tel-num.gray::before {
  background: url(/assets/img/form/tel-icon_gray.svg) no-repeat;
  width: 6.154vw;
  height: 7.949vw;
  background-size: 100%;
  margin-top: 0.256vw;
}
.top__invisalign-btnarea .btn__reservation {
  width: 82.051vw;
  height: 36.923vw;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -16.41vw;
  background: linear-gradient(90deg, rgba(78, 139, 173, 1) 0%, rgba(25, 91, 152, 1) 100%);
}
.top__invisalign-btnarea .btn__reservation-small {
  font-size: 5.128vw;
  margin-top: 2.051vw;
  margin-bottom: 3.333vw;
}
.top__invisalign-btnarea .btn__reservation::before {
  display: none;
}
.top__invisalign-btnarea .btn__reservation-large {
  font-size: 8.205vw;
  margin-bottom: 2.564vw;
}
.top__invisalign-btnarea .btn__reservation-eng {
  font-size: 7.179vw;
}
.group__btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.103vw;
  width: 77.949vw;
  justify-content: center;
}
.group__btn-tel {
  width: 100%;
  height: 18.462vw;
  gap: 0.769vw;
  display: flex;
  align-items: center;
  color: var(--color-02);
  font-size: 6.154vw;
  background: #fff;
  justify-content: center;
  border: 1px solid var(--color-02);
}
.group__btn-tel::before {
  content: "";
  background: url(/assets/img/form/tel-icon.svg) no-repeat;
  width: 4.103vw;
  height: 5.385vw;
  background-size: 100%;
}
.group__btn-web {
  width: 100%;
  height: 18.462vw;
  gap: 3.59vw;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 5.128vw;
  background: var(--color-02);
  justify-content: center;
  border: 1px solid var(--color-02);
}
.group__btn-web::before {
  content: "";
  background: url(/assets/img/form/web-icon.svg) no-repeat;
  width: 5.128vw;
  height: 5.128vw;
  background-size: 100%;
}

@media screen and (min-width: 390px) {
  * > p:not(:last-child) {
    margin-bottom: 16px;
  }

  .btn__reservation {
    width: 296px;
    height: 120px;
    padding-top: 2px;
  }
  .btn__reservation::before {
    width: 56px;
    height: 50px;
    left: 16px;
  }
  .btn__reservation::after {
    width: 42px;
    height: 12px;
    right: 24px;
  }
  .btn__reservation-small {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .btn__reservation-small > span {
    margin-right: 5px;
  }
  .btn__reservation-large {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .btn__reservation-eng {
    font-size: 23px;
  }
  .btn__tel {
    width: 296px;
    height: 120px;
    gap: 24px;
    font-size: 16px;
  }
  .btn__tel-num {
    font-size: 36px;
    gap: 5px;
  }
  .btn__tel-num::before {
    width: 24px;
    height: 31px;
    margin-top: 0;
  }
  .top__invisalign-btnarea .btn__reservation {
    width: 320px;
    height: 144px;
    bottom: -64px;
  }
  .top__invisalign-btnarea .btn__reservation-small {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 13px;
  }
  .top__invisalign-btnarea .btn__reservation-large {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .top__invisalign-btnarea .btn__reservation-eng {
    font-size: 28px;
  }
  .group__btn-area {
    gap: 16px;
    width: 304px;
  }
  .group__btn-tel {
    width: 100%;
    height: 72px;
    gap: 3px;
    font-size: 24px;
  }
  .group__btn-tel::before {
    width: 16px;
    height: 21px;
  }
  .group__btn-web {
    height: 72px;
    gap: 14px;
    font-size: 20px;
  }
  .group__btn-web::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top__mv-btnarea .btn__tel,
  .top__mv-btnarea .btn__reservation {
    width: 50%;
    height: 9.583vw;
    margin: 0;
  }
  .top__mv-btnarea .btn__reservation {
    background: rgba(255, 255, 255, 0.75);
    color: var(--color-02);
  }
  .top__mv-btnarea .btn__reservation::before {
    background: url(/assets/img/form/top-mv-web-icon.svg) no-repeat;
    background-size: 100%;
    width: 4.01vw;
    height: 3.542vw;
    left: 2.24vw;
  }
  .top__mv-btnarea .btn__reservation::after {
    background: url(/assets/img/form/top-mv-marubou-icon.svg) no-repeat;
    background-size: 100%;
    width: 3.229vw;
    height: 0.573vw;
    right: 1.667vw;
  }
  .top__mv-btnarea .btn__reservation-small {
    font-size: 1.042vw;
  }
  .top__mv-btnarea .btn__reservation-large {
    font-size: 1.875vw;
  }
  .top__mv-btnarea .btn__reservation-eng {
    font-size: 1.458vw;
  }
  .top__mv-btnarea .btn__tel {
    background: rgba(7, 33, 95, 0.84);
    color: #fff;
    font-weight: 300;
    font-size: 0.781vw;
    gap: 0.533vw;
  }
  .top__mv-btnarea .btn__tel-num {
    font-weight: 300;
    font-size: 2.083vw;
    gap: 0.417vw;
  }
  .top__mv-btnarea .btn__tel-num::before {
    content: "";
    background: url(/assets/img/form/white-tel-icon.svg) no-repeat;
    width: 2.031vw;
    height: 2.24vw;
    background-size: 100%;
    margin-top: -0.052vw;
  }
  .top__mv-btnarea .top__clinic-time {
    margin: auto;
    align-items: flex-start;
  }
  .top__mv-btnarea .top__clinic-time-right {
    color: #fff;
    font-size: 0.838vw;
  }
  .top__mv-btnarea .top__clinic-time-left > em {
    font-size: 0.625vw;
  }
  .top__mv-btnarea .top__clinic-time {
    gap: 0.833vw;
  }
  .top__mv-btnarea .top__clinic-time-left {
    width: 4.583vw;
    height: auto;
    background: unset;
    padding-top: 2px;
    color: #fff;
    font-size: 0.8vw;
  }
  .top__mv-btnarea .top__clinic-hosoku {
    margin: 0.26vw auto 0;
    font-size: 0.833vw;
  }
  .top__mv-btnarea .top__clinic-work {
    margin-bottom: 0;
  }
  .top__mv-btnarea .top__clinic-hosoku > em {
    font-size: 0.833vw;
    width: 5vw;
    height: 1.25vw;
    line-height: 1;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.417vw;
  }
  .sub__hdr-btnarea .btn__tel {
    width: 48%;
    height: 5vw;
    margin: 0;
    gap: 0;
    box-shadow: 0px 0px 1.172vw -0.391vw #777;
  }
  .sub__hdr-btnarea .btn__tel-small {
    font-size: 0.938vw;
  }
  .sub__hdr-btnarea .btn__tel-num {
    font-size: 2.188vw;
    font-weight: 300;
  }
  .sub__hdr-btnarea .btn__tel-num::before {
    width: 1.328vw;
    /* height: 1.719vw; */
  }
  .sub__hdr-btnarea .btn__reservation {
    width: 48%;
    height: 5vw;
    margin: 0;
    background: linear-gradient(80deg, #60a8b0 -21.63%, #88c8d0 119.41%);
    opacity: 0.84;
  }
  .sub__hdr-btnarea .btn__reservation-small {
    position: absolute;
    font-size: 0.938vw;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 1.875vw;
    top: 50%;
    transform: translate(0, -50%);
    width: 3.75vw;
    height: 3.75vw;
    text-align: center;
    padding-top: 0.547vw;
    padding-left: 0.156vw;
  }
  .sub__hdr-btnarea .btn__reservation-small > span {
    font-size: 1.406vw;
    margin-right: 0;
    letter-spacing: 0;
  }
  .sub__hdr-btnarea .btn__reservation-large {
    font-size: 1.797vw;
    margin-bottom: 0;
  }
  .sub__hdr-btnarea .btn__reservation-large > span {
    font-size: 2.188vw;
  }
  .sub__hdr-btnarea .btn__reservation::before {
    display: none;
  }
  .sub__hdr-btnarea .btn__reservation::after {
    background: url(/assets/img/form/subhdr-marubou-icon-pc.png) no-repeat;
    width: 3.125vw;
    height: 0.938vw;
    right: 1.563vw;
    background-position-x: right;
    background-size: 100%;
  }
  .sub__hdr-btnarea .btn__reservation-eng {
    font-size: 1.094vw;
  }
  .u__sp-only {
    display: none;
  }
  .btn__tel-num {
    font-size: 48px;
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .u__pc-only {
    display: block;
  }
  .u__max660 {
    max-width: unset;
  }
  .btn__reservation {
    width: 456px;
    height: 120px;
  }
  .btn__tel {
    width: 456px;
    height: 120px;
    margin-left: auto;
    font-size: 15px;
    gap: 16px;
  }
  .btn__tel-num {
    font-size: 40px;
    font-weight: 700;
    /* gap: 8px; */
  }
  .btn__tel-num::before {
    width: 19px;
    height: 23px;
  }
  .btn__reservation-small {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .btn__reservation-large {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .btn__reservation-eng {
    font-size: 24px;
  }
  .btn__reservation::before {
    width: 60px;
    height: 53px;
    left: 64px;
  }
  .btn__reservation::after {
    background: url(/assets/img/form/marubou-icon-pc.svg) no-repeat;
    width: 62px;
    height: 12px;
    right: 32px;
  }
  .btn__reservation::after {
    background: url(/assets/img/form/invisa-marubou-icon-pc.svg) no-repeat;
    width: 102px;
    height: 12px;
    right: 60px;
  }
  .top__invisalign-btnarea .btn__reservation {
    width: 632px;
    height: 160px;
    padding-left: 16px;
  }
  .top__invisalign-btnarea .btn__reservation-large {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .top__invisalign-btnarea .btn__reservation-small {
    position: absolute;
    left: 0;
    font-size: 23px;
    line-height: 1.3;
    width: 136px;
    height: 136px;
    left: 56px;
    letter-spacing: 0;
    top: 50%;
    padding-bottom: 8px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    transform: translate(0, -50%);
    border: 1px solid #fff;
  }
  .top__invisalign-btnarea .btn__reservation-eng {
    font-size: 26px;
  }
  .top__contact .btn__reservation,
  .top__contact .btn__tel {
    width: 48.3%;
    height: 160px;
    margin: 0;
  }
  .top__contact .btn__reservation {
    background: linear-gradient(90deg, rgba(15, 67, 114, 0.84) 0%, rgba(40, 45, 84, 0.84) 100%);
  }
  .top__contact .btn__tel {
    gap: 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  .top__contact .btn__tel-num {
    letter-spacing: 0.1em;
  }
  .top__contact .btn__reservation::before {
    width: 66px;
    height: 59px;
  }
  .top__contact .btn__reservation-small {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .top__contact .btn__reservation-small > span {
    font-size: 40px;
  }
  .top__contact .btn__reservation-large {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .top__contact .btn__reservation::before {
    width: 66px;
    height: 59px;
  }
  .top__contact .btn__reservation::after {
    background: url(/assets/img/form/marubou-icon-pc.svg) no-repeat;
    width: 62px;
    height: 12px;
    right: 32px;
  }
  .group__btn-area {
    flex-direction: row;
    width: 456px;
    gap: 24px;
  }
  .group__btn-web {
    height: 56px;
    font-size: 18px;
    gap: 16px;
  }
  .group__btn-tel {
    height: 56px;
    border: unset;
    background: unset;
    gap: 12px;
  }
  .group__btn-tel::before {
    width: 18px;
    height: 24px;
    margin-top: 1px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
  }
  .top__contact .btn__reservation::before {
    left: 106px;
  }
  .top__contact .btn__reservation::after {
    background: url(/assets/img/form/invisa-marubou-icon-pc.svg) no-repeat;
    width: 102px;
    height: 12px;
    right: 60px;
  }
  .sub__hdr-btnarea .btn__tel {
    height: 64px;
    gap: 0;
    box-shadow: 0px 0px 15px -5px #777;
  }
  .sub__hdr-btnarea .btn__tel-small {
    font-size: 12px;
  }
  .sub__hdr-btnarea .btn__tel-num {
    font-size: 28px;
  }
  .sub__hdr-btnarea .btn__tel-num::before {
    /* width: 17px;
    height: 22px; 
    height: 26px;*/
    height: auto;
    width: 30px;
    aspect-ratio: 43 / 52;
  }
  .sub__hdr-btnarea .btn__reservation {
    height: 64px;
  }
  .sub__hdr-btnarea .btn__reservation-small {
    font-size: 12px;
    left: 24px;
    width: 48px;
    height: 48px;
    padding-top: 7px;
    padding-left: 2px;
  }
  .sub__hdr-btnarea .btn__reservation-small > span {
    font-size: 18px;
  }
  .sub__hdr-btnarea .btn__reservation-large {
    font-size: 23px;
  }
  .sub__hdr-btnarea .btn__reservation-large > span {
    font-size: 28px;
  }
  .sub__hdr-btnarea .btn__reservation::after {
    width: 40px;
    height: 12px;
    right: 20px;
  }
  .sub__hdr-btnarea .btn__reservation-eng {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .top__clinic .btn__reservation,
  .top__clinic .btn__tel {
    width: 356px;
  }
  .top__clinic .btn__reservation::before {
    left: 24px;
  }
  .top__clinic .btn__reservation::after {
    right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .ftr__title-area {
    padding: 0 16px;
  }
}

.text_b01 {
  display: inline-block;
}

.adjust_size01 {
  font-size: 0.7em;
}

.adjust_size02 {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .adjust_size01 {
    font-size: 0.75em;
  }

  .adjust_size02 {
    font-size: 1.06em;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

.pediatric {
  position: relative;
  overflow-x: hidden;
}

h3 {
  font-family: Shippori Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
  font-weight: 400;
  font-size: 48px;
  color: #777;
  margin-bottom: 0.9em;
  letter-spacing: 0.02em;
  line-height: 1.36;
  text-align: left;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: calc(29 / 390 * 100vw);
  }
}

.block_intro h3 {
  margin-bottom: 1.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .block_intro h3 {
    font-size: calc(36 / 390 * 100vw);
    margin-bottom: 60px;
  }
}

.set_ttl h3 {
  font-size: 40px;
  color: #d7b87c;
  padding-bottom: 0.7em;
  margin-bottom: 0.9em;
  position: relative;
}

@media screen and (max-width: 1815px) {
  .set_ttl h3 {
    font-size: calc(40 / 1815 * 100vw);
  }
}

.set_ttl h3.adjust_c_blur {
  color: #333c77;
}

.set_ttl h3::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d7b87c;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .set_ttl h3::after {
    width: 100%;
  }
}

.set_ttl.set_rev h3 {
  padding-right: 0;
}

.set_ttl.set_rev h3::after {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .set_ttl h3,
  .set_ttl.set_rev h3 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: calc(29 / 390 * 100vw);
  }
}

h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #d7b87c;
  line-height: 1.36;
  letter-spacing: 0.08;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: calc(22 / 390 * 100vw);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .set_ttl p,
  .set_ttl.set_rev p {
    padding-right: 0;
    padding-left: 0;
  }
}

/* 下層MV */
.mv_sub {
  display: flex;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .mv_sub {
    margin-top: 32px;
  }
}

.mv_sub .box_img {
  width: 65.4%;
  padding-bottom: 80px;
  clip-path: polygon(0 0, 100% 0, 91.77% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .mv_sub .box_img {
    width: 95%;
    padding-bottom: 39.2vw;
  }
}

.mv_sub .mv_ttl {
  width: 54.9%;
  height: 24.8vw;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(96, 168, 176, 0.6);
  clip-path: polygon(8.33% 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
}

.mv_sub .mv_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/assets/img/form/mv_ttl_dec.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  bottom: 26px;
  right: 13%;
  width: 116px;
  aspect-ratio: 116 / 73;
}

@media screen and (max-width: 1279px) {
  .mv_sub .mv_ttl {
    width: 54.17%;
    height: auto;
    aspect-ratio: 416 / 296;
  }
  .mv_sub .mv_ttl::after {
    bottom: calc(32 / 768 * 100vw);
    width: calc(90px + 0.05088062622 * (100vw - 768px));
  }
}
@media screen and (max-width: 767px) {
  .mv_sub .mv_ttl {
    width: 77%;
    aspect-ratio: unset;
    /* height: calc(100% - 39.2vw); */
    height: 51.29vw;
  }

  .mv_sub .mv_ttl::after {
    /* background-image: url("/assets/img/form/mv_ttl_dec_sp.svg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center right;
             height: 31.8%; */
    bottom: calc(14 / 375 * 100vw);
    right: calc(19 / 375 * 100vw);
    width: calc(64 / 375 * 100vw);
  }
}

.mv_sub .mv_ttl h2 {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  width: fit-content;
  margin: 0 13% 0 auto;
}

@media screen and (max-width: 1279px) {
  .mv_sub .mv_ttl h2 {
    margin: 0 6% 0 auto;
    font-size: calc(32 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv_sub .mv_ttl h2 {
    margin: 0 6% 0 auto;
    font-size: calc(26 / 390 * 100vw);
  }
}

.block00 {
  margin: 128px 0;
  /* overflow: hidden; */
}

.block_correction {
  margin-bottom: 190px;
}

@media screen and (max-width: 767px) {
  .block00 {
    margin: 0 0 64px;
  }

  .block_intro {
    margin: 76px 0 96px;
  }

  .block_season {
    margin: 0 0 96px;
  }
}

.block00 .inner {
  width: 1645px;
  max-width: 88%;
  margin: 0 auto;
}

.block_ingenuity .inner.set_ttl {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .block_ingenuity .inner.set_ttl {
    margin-bottom: 64px;
  }
}

.block_prevention .inner.set_ttl {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .block_prevention .inner.set_ttl {
    margin-bottom: 64px;
  }
}

.block00 .inner.set_width01 {
  width: 1240px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1645px) {
  .block00 .inner.set_width01 {
    width: calc((1299 / 1645) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .block00 .inner.set_width01 {
    width: 100%;
    flex-flow: column-reverse;
  }
}

.block00 .inner.set_width02 {
  width: 1300px;
  align-items: center;
}

.block00 .inner.set_width02 .box_text {
  padding: 0 13.2%;
}

@media screen and (max-width: 767px) {
  .block00 .inner.set_width02 .box_text {
    padding: 0 0 64px;
  }
}

@media screen and (max-width: 1645px) {
  .block00 .inner.set_width02 {
    width: calc((1300 / 1645) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .block00 .inner.set_width02 {
    width: 100%;
    position: relative;
  }
}

.block00 .inner.set_width01:last-of-type {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .block00 .inner.set_width01,
  .block00 .inner.set_width01:last-of-type {
    margin-top: 40px;
  }
}

.block00 .flex_box {
  display: flex;
  align-items: center;
}

.block_dentifrice .flex_box {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .block00 .flex_box {
    flex-flow: column;
  }

  .block00 .flex_box.set_ttl,
  .block00 .flex_box.set_ttl.set_rev {
    flex-flow: column-reverse;
  }
}

.block00 .flex_box.set_rev {
  flex-flow: row-reverse;
}

@media screen and (max-width: 767px) {
  .block00 .flex_box.set_rev {
    flex-flow: column-reverse;
  }
}

.block00 .flex_box .box_text {
  width: 31.72%;
  margin-right: 4%;
  margin-left: 8%;
}

.block00 .flex_box.set_rev .box_text {
  margin-right: 8%;
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  .block00 .flex_box.set_rev .box_text {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.block_ingenuity .flex_box.set_width01 .box_text {
  width: 41.53%;
  margin: 0 0;
}

.block_prevention .flex_box.set_width01 .box_text {
  width: 432px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .block00 .flex_box.set_width01 .box_text {
    width: 100%;
    max-width: 100%;
  }

  .block00 .flex_box.set_width01 .box_text p {
    font-size: 15px;
  }
}

/* .block00 .flex_box.set_rev.set_width01 .box_text {
        padding: 0 0 0 6.5%;
    } */

@media screen and (max-width: 767px) {
  .block00 .flex_box.set_rev.set_width01 .box_text {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .block00 .flex_box .box_text {
    width: 100%;
    margin: 0;
  }
}

.block00 .flex_box .box_img {
  width: 56.28%;
  /* align-self: start; */
}

@media screen and (max-width: 767px) {
  .block00 .flex_box .box_img {
    width: calc(100% + 6vw);
    margin-bottom: 54px;
    margin-right: calc(50% - 50vw);
  }

  .block_dentifrice .flex_box .box_img {
    width: 100%;
    margin-right: 0;
  }
}

.block00 .flex_box.set_width01 .box_img {
  width: 48.18%;
}

@media screen and (max-width: 767px) {
  .block00 .flex_box.set_width01 .box_img {
    width: 100%;
    margin: 0 0 calc(48 / 390 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .block00 .flex_box .box_img {
    width: 100%;
  }
}

.set_ttl .box_img {
  position: relative;
  /* margin-bottom: 200px; */
}

.set_ttl.set_rev .box_img {
  position: relative;
  /* margin-bottom: 140px; */
}

@media screen and (max-width: 767px) {
  .set_ttl.set_rev .box_img {
    margin: 0 0 48px calc(50% - 50vw);
  }
}

.set_ttl .box_img img {
  clip-path: polygon(8.33% 0, 100% 0, 100% 100%, 0% 100%);
}

.set_ttl.set_rev .box_img img {
  clip-path: polygon(0 0, 91.77% 0, 100% 100%, 0% 100%);
}

.set_ttl .box_img::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(246, 242, 236, 1);
  top: 72px;
  left: 95px;
  width: 106%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(8.33% 0, 100% 0, 100% 100%, 0% 100%);
}

.set_ttl .box_img.adjust_bc_blue::after {
  background-color: #d9e6e9;
}

@media screen and (max-width: 767px) {
  .set_ttl .box_img::after {
    clip-path: polygon(8.33% 0, 100% 0, 100% 100%, 0% 100%);
    top: 32px;
  }

  .block_correction .set_ttl .box_img::after,
  .block_ingenuity .set_ttl .box_img::after {
    display: none;
  }

  .block_prevention {
    overflow: visible;
  }

  .block_prevention .set_ttl .box_img {
    width: 100%;
    margin: 0 0 48px 0;
  }

  .block_prevention .set_ttl .box_img::after {
    top: -32px;
    right: auto;
    width: 80vw;
    left: -6vw;
  }
}

.set_ttl.set_rev .box_img::after {
  left: auto;
  right: 95px;
  clip-path: polygon(0 0, 91.77% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .set_ttl.set_rev .box_img::after {
    left: auto;
    right: 16%;
    clip-path: polygon(0 0, 91.77% 0, 100% 100%, 0% 100%);
  }
}

.block_season .box_img {
  position: relative;
  margin-bottom: 48px;
}

.block_season .box_img::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #e7eff1;
  top: 50%;
  right: 7%;
  width: 117vw;
  height: 100%;
  z-index: -1;
  /* clip-path: polygon(0 0, 97.5% 0, 100% 100%, 0% 100%); */
}

@media screen and (max-width: 767px) {
  .block_season .box_img::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d9e6e9;
    top: 16%;
    right: auto;
    left: -6vw;
    width: 80vw;
    height: 84%;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .block_season .box_img {
    width: calc(100% + 6vw);
    margin-right: calc(50% - 50vw);
    position: static;
  }
}

.block_intro p {
  width: 870px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .block_intro p {
    max-width: 100%;
  }
}

.sec_ttl01 {
    font-family: "Corinthia", serif;
    font-weight: 400;
    font-style: normal;
    color: #E0CDA8;
    font-size: 114px;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    flex-flow: column;
    text-align: right;
}
.sec_ttl01 .dec01 {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: baseline;
}
.sec_ttl01 .dec01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #E0CDA8;
    bottom: .2em;
    right: 0;
    width: 100vw;
    height: 1px;
}
.sec_ttl01 .dec02 {
    display: block;
    font-size: .23em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: .08em;
    margin-top: -.5em;
}
.text01 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .08em;
}
.text_b01 {
    display: inline-block;
}
.first_consultation-lead, .box_text .text01 {
    font-family: var(--sans);
}

/*初診の方へ*/
.block_flow {
    padding: 0 0 144px;
    background-image: radial-gradient(#f8f8f8 2px, transparent 2px), radial-gradient(#f8f8f8 2px, transparent 2px);
    background-color: #ffffff;
    background-position: 0 0, 8px 8px;
    background-size: 16px 16px;
}
.block_flow .block_inner {
    position: relative;
}
.block_flow .sec_ttl01 .dec01::after {
    right: auto;
    left: 0;
    width: 100vw
}
.block_flow hgroup {
    position: absolute;
    top: 0;
    right: 0;
    width: 512px;
    margin-left: auto;
}
.block_flow hgroup .sec_ttl01 {
    font-size: 104px;
    margin-bottom: 44px;
}
.block_flow hgroup .sec_ttl01 .dec02 {
    color: #502808;
}
.block_flow hgroup .text01 {
    text-align: right;
}
.block_flow .box_flow {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto 96px;
    padding-top: 150px;
}
.block_flow .box_flow .flow00 {
    position: relative;
    z-index: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.block_flow .box_flow .flow00:nth-of-type(2n) {
    flex-flow: wrap row-reverse;
}
.block_flow .box_flow .flow02::after, .block_flow .box_flow .flow03::after {
    bottom: 24px;
}
.block_flow .box_flow .flow04::after {
    display: none;
}
.block_flow .box_flow .flow01 {
    align-items: flex-end;
    padding-bottom: 64px;
}
.block_flow .box_flow .flow02 {
    margin-top: 80px;
}
.block_flow .box_flow .flow03 {
    margin-top: 64px;
}
.block_flow .box_flow .flow04 {
    margin-top: 80px;
}
.block_flow .box_flow .box_text.adjust_sp {
    display: contents;
}
.block_flow .box_flow .flow00 figure {
    position: relative;
    z-index: 0;
    width: 48.14%;
}
.block_flow .box_flow .flow02 figure, .block_flow .box_flow .flow03 figure {
    width: 42.22%;
}
.block_flow .box_flow .flow00 figure .no {
    position: absolute;
    z-index: 0;
    width: 120px;
    aspect-ratio: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 .23em;
    color: #fff;
    font-family: "Advent Pro", serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.block_flow .box_flow .flow00 figure .no::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to top, var(--primary-color) 0%, rgb(204 235 235 / 90%) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block_flow .box_flow .flow01 figure .no {
    bottom: -10.46%;
    right: -6.92%;
}
.block_flow .box_flow .flow02 figure .no {
    top: 50%;
    left: -10.52%;
    transform: translateY(-50%);
}
.block_flow .box_flow .flow02 figure .no::after {
    transform: rotate(25deg);
}
.block_flow .box_flow .flow03 figure .no {
    top: 21.05%;
    right: -10.52%;
}
.block_flow .box_flow .flow03 figure .no::after {
    transform: rotate(-55deg);
}
.block_flow .box_flow .flow04 figure .no {
    top: 5.23%;
    left: -12.79%;
}
.block_flow .box_flow .flow04 figure .no::after {
    transform: rotate(-8deg);
}
.block_flow .box_flow .flow00 .box_text {
    width: 42.22%;
}
.block_flow .box_flow .flow02 .box_text, .block_flow .box_flow .flow03 .box_text {
    width: 40%;
}
.block_flow .box_flow .flow02, .block_flow .box_flow .flow04 {
    transform: translateX(2.5%);
}
.block_flow .box_flow .flow00 .box_text h4 {
    color: var(--primary-color);
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 32px;
}
.block_flow .box_flow .flow00 .box_text .text01.dec01 {
    background-color: rgba(224, 205, 168, 0.30);
    padding: 6.57% 12.28%;
    margin-top: 32px;
}
.block_flow .box_cost {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 2% 56px;
    background-color: #fff;
    opacity: 0.8;
    border: 1px solid #60A8B0;
    /* border-image: linear-gradient(45deg, #502808, rgba(215, 184, 124, 0.30)) 1; */
    text-align: center;
}
.block_flow .box_cost h4 {
    position: relative;
    z-index: 0;
    color: var(--primary-color);
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .08em;
    padding-bottom: 48px;
    margin-bottom: 48px;
}
.block_flow .box_cost h4 .dec01 {
    font-size: 1.25em;
}
.block_flow .box_cost h4::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-color: var(--primary-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
}
.block_flow .box_cost .text01 .dec01 {
    color: #D7B87C;
}
@media (max-width: 1279px) {
    .block_flow {
        padding: 100px 0;
    }
}
@media screen and  (max-width:1199px) {
    .block_flow {
        padding: 100px 0;
    }
    .block_inner {
        max-width: calc(100% - 128px);
    }
    .block_flow hgroup {
        position: static;
        width: auto;
    }
    .block_flow hgroup .sec_ttl01 .dec01 {
        margin-left: auto;
    }
    .block_flow hgroup .text01 {
        text-align: center;
    }
    .block_flow .box_flow {
        padding-top: 73px;
        margin-bottom: 40px;
    }
    .block_flow .box_flow .flow00 {
        align-items: flex-end;
    }
    .block_flow .box_flow .flow02::after, .block_flow .box_flow .flow03::after {
        bottom: 0;
    }
    .block_flow .box_flow .flow01 {
        padding-bottom: 59px;
    }
    .block_flow .box_flow .flow02, .block_flow .box_flow .flow04 {
        transform: translateX(0);
    }
    .block_flow .box_flow .flow02 {
        margin-top: 40px;
        padding-bottom: 55px;
    }
    .block_flow .box_flow .flow03 {
        margin-top: 49px;
        padding-bottom: 63px;
    }
    .block_flow .box_flow .flow04 {
        margin-top: 48px;
    }
    .block_flow .box_flow .flow00 figure, .block_flow .box_flow .flow02 figure, .block_flow .box_flow .flow03 figure {
        width: 52.5%;
    }
    .block_flow .box_flow .flow00 figure .no {
        width: 96px;
        font-size: 64px;
    }
    .block_flow .box_flow .flow02 figure .no {
        top: 4.46%;
        left: -23.52%;
        transform: translateY(0);
    }
    .block_flow .box_flow .flow03 figure .no {
        top: 0;
        right: -10.52%;
        justify-content: center;
        align-items: flex-start;
    }
    .block_flow .box_flow .flow04 figure .no {
        top: -6.25%;
        left: -12.5%;
        justify-content: flex-start;
    }
    .block_flow .box_flow .flow00 .box_text {
        width: 40%;
    }
    .block_flow .box_flow .flow00 .box_text h4 {
        font-size: 24px;
        margin-bottom: 31px;
    }
    .block_flow .box_flow .flow00 .box_text .text01 {
        letter-spacing: .04em;
    }
    .block_flow .box_flow .box_text.adjust_pc {
        display: contents;
    }
    .block_flow .box_flow .box_text.adjust_sp {
        display: block;
    }
    .block_flow .box_flow .flow00 .box_text .text01.dec01 {
        width: 100%;
        padding: 3.125% 9.37%;
    }
    .block_flow .box_cost {
        padding: 39px 2% 53px;
    }
    .block_flow .box_cost h4 {
        font-size: 22px;
        padding-bottom: 36px;
        margin-bottom: 33px;
    }
    .block_flow .box_cost h4 .dec01 {
        font-size: 1.27em;
    }
}
@media screen and (max-width:980px) {
    .block_flow .box_flow .flow00 figure, .block_flow .box_flow .flow02 figure, .block_flow .box_flow .flow03 figure {
        margin-bottom: 48px;
    }
    .block_flow .box_flow .flow00 .box_text {
        margin-top: 48px;
    }
}
@media screen and (max-width:767px) {
    .block_flow {
        padding: 80px 0;
    }
    .block_inner {
        max-width: calc(100% - 44px);
    }
    .block_flow hgroup .text01 {
        text-align: left;
    }
    .block_flow hgroup .text01 .text_b01 {
        display: contents;
    }
    .block_flow hgroup .sec_ttl01 {
        font-size: 64px;
        margin-bottom: 55px;
    }
    .block_flow .box_flow {
        padding-top: 49px;
    }
    .block_flow .box_flow .flow00 {
        flex-flow: column;
    }
    .block_flow .box_flow .flow01 {
        padding-bottom: 50px;
    }
    .block_flow .box_flow .flow02 {
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .block_flow .box_flow .flow03 {
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .block_flow .box_flow .flow04 {
        margin-top: 40px;
    }
    .block_flow .box_flow .flow00 .box_text {
        width: 100%;
        margin-top: 0;
    }
    .block_flow .box_flow .flow00 figure, .block_flow .box_flow .flow02 figure, .block_flow .box_flow .flow03 figure {
        width: 100%;
        margin-bottom: 58px;
    }
    .block_flow .box_flow .flow00 figure img, .block_flow .box_flow .flow02 figure img, .block_flow .box_flow .flow03 figure img {
        width: 81.87%;
        display: block;
    }
    .block_flow .box_flow .flow00:nth-of-type(odd) figure img {
        margin-left: auto;
    }
    .block_flow .box_flow .flow00 figure .no {
        width: max(80px, calc(59 / 320 * 100vw));
        font-size: max(56px, calc(41 / 320 * 100vw));
    }
    .block_flow .box_flow .flow01 figure .no {
        bottom: -10.46%;
        right: auto;
        left: 0;
    }
    .block_flow .box_flow .flow02 figure .no {
        top: auto;
        bottom: -10.86%;
        left: auto;
        right: 0;
        transform: translateY(0);
    }
    .block_flow .box_flow .flow03 figure .no {
        top: auto;
        bottom: -13.04%;
        right: auto;
        left: 0;
    }
    .block_flow .box_flow .flow04 figure .no {
        top: auto;
        bottom: -9.78%;
        left: auto;
        right: 0;
        justify-content: flex-end;
    }
    .block_flow .box_flow .flow00 .box_text .text01.dec01 {
        width: 100%;
        padding: 9.25% 8.11%;
    }
    .block_flow .box_cost h4 {
        line-height: 1.2;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    .block_flow .box_cost {
        padding: 32px 2% 44px;
    }
}
@media screen and (max-width: 390px) {
    .block_flow hgroup .sec_ttl01 {
        font-size: calc(64 / 390 * 100vw);
    }
}

      .testview {
        width: 100vw;
        height: 100vh;
        position: relative;
      }

      .testview figure {
        width: 100%;
        max-width: 576px;
        margin-right: auto;
        margin-left: auto;
      }

      .testview figure img {
        width: 100%;
      }

      .testview figure .sp {
        display: block;
      }

      .testview figure .pc {
        display: none;
      }

      @media screen and (min-width: 1280px) {
        body {
          overflow-x: hidden;
        }

        .frm__wrapper {
          max-width: 1024px;
        }

        .testview {
          width: 100%;
        }

        .testview figure img {
          width: calc(1920px * 0.7);
          margin-left: calc(((1920px * 0.7) - 100%) / 2 * -1);
        }

        .testview figure {
          max-width: 100%;
        }

        .testview figure .sp {
          display: none;
        }

        .testview figure .pc {
          display: block;
        }
      }

      @media screen and (min-width: 1200px) {
        .testview figure img {
          width: calc(1920px * 0.92);
          margin-left: calc(((1920px * 0.92) - 100%) / 2 * -1);
        }
      }

      @media screen and (min-width: 1366px) {
        .testview figure img {
          width: calc(1920px);
          margin-left: calc((1920px - 100%) / 2 * -1);
        }
      }

      @media screen and (min-width: 1536px) {
        .testview figure img {
          width: 100%;
          margin-left: auto;
        }
      }

      /** append__css **/
      .mv_sub .mv_ttl h2 {
        text-align: right;
      }
      .mv__small {
        display: block;
        font-size: calc(17 / 390 * 100vw);
        text-align: right;
        margin-top: 16px;
        margin-bottom: 16px;
        line-height: 1.3;
      }
      .form__content {
        padding: 78px 0 84px;
      }
      .yoyaku__center-text {
        font-size: 18px;
        /* color: #333c77; */
        text-align: center;
        display: block;
        line-height: 1.6;
        font-feature-settings: "palt";
        margin-bottom: 32px;
      }
      .yoyaku__eng-text {
        color: #e0cda8;
        font-size: 33px;
        text-align: center;
        display: block;
        margin-bottom: 32px;
      }

      .yoyaku__center-text02 {
        margin-bottom: 16px;
        width: fit-content;
        margin: 0 auto 16px;
      }

      .form__content .sc__inner {
        width: calc(100% - 48px);
        max-width: 500px;
        margin: auto;
      }

      @media screen and (max-width: 1279px) {
        .form__content .sc__inner {
          max-width: 100%;
        }
      }

      .yoyaku__contact-heading {
        text-align: center;
        font-size: 22px;
        line-height: 1.2;
        /* color: #333c77; */
      }
      .form__content .btn__tel-num {
        color: #60a8b0;
        justify-content: center;
        gap: 8px;
        margin: 47px auto;
      }
      .yoyaku__contact {
        margin: 56px auto 0;
        padding: 41px 24px 40px;
        border: 1px solid #ddd;
      }
      .yoyaku__uketsuke {
        border-top: 1px solid #ddd;
        padding-top: 15px;
      }
      @media screen and (max-width: 1279px) {
        .yoyaku__uketsuke {
          padding-top: 26px;
        }
      }

      .yoyaku__uketsuke-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        /* color: #333c77; */
        width: 100%;
      }
      .yoyaku__column {
        display: flex;
        flex-direction: column;
        gap: 0 40px;
        align-items: center;
        justify-content: center;
      }
      .yoyaku__uketsuke-title > span {
        font-size: 15px;
        background: #d5ebee;
        width: 180px;
        display: flex;
        height: 32px;
        align-items: center;
        justify-content: center;
      }
      .yoyaku__uketsuke-title > em {
        font-size: 12px;
      }
      .yoyaku__uketsuke-time {
        margin: 12px 0;
        /* color: #333c77; */
        width: 100%;
        display: flex;
        text-align: center;
        flex-direction: column;
        gap: 12px;

        @media screen and (max-width: 767px) {
          margin: 17px 0 20px;
        }
      }
      .yoyaku__uketsuke-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        letter-spacing: 0;
        align-items: center;
        width: 100%;
        gap: 1em;
      }
      .yoyaku__uketsuke-items > em {
        width: 3em;
      }
      .yoyaku__uketsuke-items > span {
        width: auto;
        text-align: left;
      }
      .yoyaku__uketsuke-holiday {
        color: #60a8b0;
        font-size: 16px;
        width: 100%;
        display: flex;
        height: 32px;
        border: 1px solid #60a8b0;
        border-radius: 6px;
        line-height: 1;
        padding-top: 1px;
        align-items: center;
        justify-content: center;
      }
      @media screen and (max-width: 767px) {
        .yoyaku__uketsuke-holiday {
          position: relative;
          z-index: 0;
          border: unset;
          padding-top: 0;
          color: #60a8b0;
          font-size: 16px;
          gap: 0 19px;
          &::before {
            content: "";
            background-color: #60a8b0;
            width: 56px;
            height: 1px;
          }
          &::after {
            content: "";
            background-color: #60a8b0;
            width: 56px;
            height: 1px;
          }
        }
        .yoyaku__uketsuke-list {
          gap: 0;
          margin: 30px auto 0;
        }
      }
      .yoyaku__uketsuke-hosoku {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 8px auto 32px;
        gap: 24px;
        color: #333c77;
      }
      .yoyaku__uketsuke-hosoku > em {
        position: relative;
        display: block;
        width: 6.5em;
        text-align: center;
      }
      .yoyaku__uketsuke-hosoku > em::before,
      .yoyaku__uketsuke-hosoku > em::after {
        content: "";
        position: absolute;
        width: 56px;
        height: 1px;
        background: #4e8bad;
        transform: translate(0, -50%);
        top: 50%;
      }
      .yoyaku__uketsuke-hosoku > em::before {
        left: -56px;
      }
      .yoyaku__uketsuke-hosoku > em::after {
        right: -56px;
      }
      .yoyaku__uketsuke-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 40px auto 0;
      }
      .yoyaku__uketsuke-list li {
        font-size: 15px;
        /* color: #333c77; */
        margin: auto;
        line-height: 1.6;
        padding-left: 24px;
        padding-right: 16px;
        position: relative;
        margin: 0;
      }
      .yoyaku__uketsuke-list li::before {
        content: "";
        position: absolute;
        background: url(/assets/img/form/form-list-icon-blue.svg) no-repeat;
        background-size: cover;
        top: 5px;
        left: 5px;
        width: 6px;
        height: 12px;
      }
      ul.yoyaku__uketsuke-list > li:not(:last-of-type) {
        margin-bottom: 0;
      }

      @media screen and (min-width: 768px) {
        .form__content .sc__inner {
          max-width: 100%;
          width: calc(100% - 74px);
        }
        .mv__small {
          display: flex;
          justify-content: flex-end;
          font-size: calc(18 / 768 * 100vw);
        }
        .form__content {
          padding: 113px 0;
        }
        .yoyaku__eng-text {
          font-size: 48px;
          margin-bottom: 46px;
        }

        .yoyaku__contact {
          max-width: 936px;
          padding: 47px 32px 52px;
          margin: 75px auto 0;
        }
        .form__content .btn__tel-num::before {
          width: 43px;
          height: 52px;
        }
        .yoyaku__contact-heading {
          font-size: 24px;
        }
      }

      @media screen and (min-width: 768px) {
        .yoyaku__column {
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap;
        }

        .yoyaku__uketsuke-title {
          width: 7em;
          height: 24px;
        }
        .yoyaku__uketsuke-time {
          width: fit-content;
        }
        .yoyaku__uketsuke-holiday {
          width: 6em;
          height: 24px;
        }
      }

      @media screen and (min-width: 1280px) {
        .form__content .sc__inner {
          max-width: unset;
        }
        .form__content {
          padding: 96px 0;
        }
        .form__content .form__heading {
          margin-bottom: 11px;
        }
        .yoyaku__center-text {
          font-size: 28px;
          margin-bottom: 20px;
        }
        .yoyaku__eng-text {
          font-size: 48px;
          margin-bottom: 53px;
        }
        .yoyaku__center-text02 {
          text-align: center;
        }
        .yoyaku__contact {
          max-width: 936px;
          padding: 47px 32px 52px;
          margin: 75px auto 0;
        }
        .yoyaku__contact-heading {
          font-size: 28px;
        }
        .form__content .btn__tel-num {
          font-size: 45px;
          margin: 40px auto 40px;
        }

        .form__content .btn__tel-num::before {
          width: 43px;
          height: 52px;
        }
        .yoyaku__uketsuke {
          max-width: 632px;
          margin: auto;
        }
        .yoyaku__uketsuke-title {
          width: 7em;
        }
        .yoyaku__uketsuke-title > span {
          height: 24px;
        }
        .yoyaku__uketsuke-title > em {
          margin-bottom: 1px;
        }
        .yoyaku__column {
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap;
        }
        .yoyaku__uketsuke-hosoku {
          flex-direction: row;
          justify-content: center;
          margin: 8px auto 0;
        }
        .yoyaku__uketsuke-holiday {
          width: 6em;
          height: 24px;
        }
        .yoyaku__uketsuke-time {
          width: fit-content;
        }
        .yoyaku__uketsuke-hosoku > em::before,
        .yoyaku__uketsuke-hosoku > em::after {
          display: none;
        }
        .yoyaku__uketsuke-hosoku > em {
          font-size: 15px;
          background: #d0e0e4;
          width: 116px;
          display: flex;
          height: 24px;
          align-items: center;
          justify-content: center;
        }
        .yoyaku__uketsuke-list li {
          margin: 0;
        }
        .yoyaku__uketsuke-list {
          margin: 32px auto 0;
          align-items: flex-start;
          justify-content: flex-end;
          gap: 2px;
        }
      }
      @media screen and (min-width: 1280px) {
        .mv__small {
          font-size: 28px;
        }
      }
      @media screen and (max-width: 1279px) {
        .yoyaku__center-text {
          font-size: 24px;
          margin-bottom: 20px;
        }
      }
      @media screen and (max-width: 768px) {
        .yoyaku__center-text {
          font-size: 18px;
          margin-bottom: 24px;
        }
      }
      /*  <!-- navi -->  */
      .sub__hdr .u__pc-only {
        display: none !important;
      }

      .sub__hdr-logo {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      @media screen and (max-width: 1279px) {
        .sub__hdr-logo {
          background: #60a8b0;
          padding: 12px 0 9px;
          .sub__hdr-title {
            width: 70%;
          }
        }
      }
      @media screen and (max-width: 767px) {
        .sub__hdr-logo {
          background: #60a8b0;
          padding: 12px 0 9px;
          .sub__hdr-title {
            width: 98%;
          }
        }
      }
      @media screen and (min-width: 1280px) {
        .sub__hdr .u__sp-only {
          display: none !important;
        }

        .sub__hdr .u__pc-only {
          display: block !important;
        }

        .sub__hdr .sub__hdr-btnarea.u__pc-only {
          display: flex !important;
        }

        .sub__hdr-inner {
          display: flex;
          flex-wrap: wrap;
          width: calc(100% - 6.875vw);
          max-width: 1536px;
          margin: auto;
          justify-content: space-between;
          align-items: center;
        }

        .sub__hdr-logo {
          width: 38.75vw;
          height: 11.719vw;
        }

        .sub__hdr-btnarea {
          width: 47.578vw;
          display: flex;
          justify-content: flex-end;
          align-items: stretch;
          flex-wrap: wrap;
        }
      }

      @media screen and (min-width: 1280px) {
        .sub__hdr-inner {
          width: calc(100% - 88px);
        }

        .sub__hdr-logo {
          width: 496px;
          height: 150px;
        }

        .sub__hdr-btnarea {
          width: 609px;
        }
      }

      /** append_css **/
      .top__first {
        padding: 10.256vw 0 26.667vw;
      }

      .top__first-heading {
        margin: 0 auto 16.41vw;
      }

      .top__first-eng {
        text-align: right;
        width: calc(100% - 6.154vw);
        padding-left: 0;
        padding-right: 6.154vw;
        padding-bottom: 2.051vw;
        font-size: 16.41vw;
        margin: 0 0 0 6.154vw;
        height: 15.385vw;
        gap: 4.103vw;
        line-height: 1;
        color: var(--color-01);
        border-bottom: 1px solid var(--color-01);
        display: flex;
        align-items: flex-end;
        flex-direction: column;
      }

      .top__first-large {
        font-size: 7.179vw;
        color: var(--color-02);
        padding-right: 6.154vw;
        text-align: right;
        margin-top: 4.103vw;
        margin-bottom: 10.256vw;
      }

      .top__first-heading p {
        width: calc(100% - 12.308vw);
        margin: auto;
      }

      .top__first-flow {
        width: calc(100% - 16.41vw);
        margin: auto;
        display: flex;
        gap: 24.615vw;
        flex-direction: column;
        align-items: flex-start;
      }

      .top__first-flex {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 14.359vw;
        align-items: flex-end;
        flex-wrap: wrap;
      }

      .top__first-flex:nth-child(even) {
        align-items: flex-start;
      }

      .top__first-flex:not(:last-child)::after {
        content: "";
        background: #dddddd;
        height: 0.256vw;
        width: calc(100% - 4.103vw);
        position: absolute;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: -14.359vw;
      }

      .top__first-flex figure {
        width: 83.4%;
        position: relative;
      }

      .top__first-flex figure::before {
        content: "1";
        position: absolute;
        bottom: -5.128vw;
        left: -2.051vw;
        font-size: 16.41vw;
        font-family: "Advent Pro", sans-serif;
        z-index: 1;
        color: #fff;
      }

      .top__first-flex figure::after {
        content: "";
        width: 20.513vw;
        height: 20.513vw;
        background: linear-gradient(rgba(78, 139, 173, 0.72) 0%, #333c77 100%);
        position: absolute;
        bottom: -6.154vw;
        left: -14.359vw;
      }

      .top__first-flex:nth-child(2) figure::before {
        content: "2";
        bottom: 0;
        left: unset;
        right: -8.205vw;
      }

      .top__first-flex:nth-child(2) figure::after {
        bottom: -2.051vw;
        left: unset;
        right: -11.538vw;
        transform: rotate(21deg);
      }

      .top__first-flex:nth-child(3) figure::before {
        content: "3";
        bottom: 0.769vw;
        left: -6.41vw;
      }

      .top__first-flex:nth-child(3) figure::after {
        bottom: -2.051vw;
        left: -10.256vw;
        transform: rotate(36deg);
      }

      .top__first-flex:nth-child(4) figure::before {
        content: "4";
        bottom: -2.051vw;
        left: unset;
        right: -9.744vw;
      }

      .top__first-flex:nth-child(4) figure::after {
        bottom: -4.359vw;
        left: unset;
        right: -11.538vw;
        transform: rotate(80deg);
      }

      .top__first-title {
        font-size: 6.154vw;
        margin-bottom: 6.154vw;
        color: var(--color-02);
      }

      .top__first-blue {
        background: rgba(233, 241, 245, 0.72);
        padding: 8.205vw;
        margin-top: 10.256vw;
      }

      .top__first-cost {
        margin: 16.41vw auto 0;
        width: calc(100% - 16.41vw);
        background: #fff;
        border: 1px solid #4e8bad;
        padding: 10.256vw 10.256vw 8.205vw;
      }

      .top__first-cost-title {
        position: relative;
        text-align: center;
        color: #4e8bad;
        font-size: 7.179vw;
        line-height: 1.3;
        margin: 0 auto 16.41vw;
      }

      .top__first-cost-title::after {
        content: "";
        position: absolute;
        transform: translate(-50%, 0);
        width: 10.256vw;
        height: 0.256vw;
        background: #4e8bad;
        bottom: -8.205vw;
        left: 50%;
      }

      .top__first-cost-title em {
        font-size: 5.128vw;
      }

      .top__first-cost-kome::before {
        content: "※";
        color: #4e8bad;
      }

      @media screen and (min-width: 390px) {
        .top__first {
          padding: 40px 0 104px;
        }

        .top__first-heading {
          margin: 0 auto 64px;
        }

        .top__first-eng {
          width: calc(100% - 24px);
          padding-right: 24px;
          padding-bottom: 8px;
          font-size: 64px;
          margin: 0 0 0 24px;
          height: 60px;
          gap: 16px;
        }

        .top__first-large {
          font-size: 28px;
          padding-right: 24px;
          margin-top: 16px;
          margin-bottom: 40px;
        }

        .top__first-heading p {
          width: calc(100% - 48px);
        }

        .top__first-flow {
          width: calc(100% - 64px);
          gap: 96px;
        }

        .top__first-flex {
          gap: 56px;
        }

        .top__first-flex:not(:last-child)::after {
          height: 1px;
          width: calc(100% - 16px);
          bottom: -56px;
        }

        .top__first-flex figure::before {
          bottom: -20px;
          left: -8px;
          font-size: 64px;
        }

        .top__first-flex figure::after {
          width: 80px;
          height: 80px;
          bottom: -24px;
          left: -56px;
        }

        .top__first-flex:nth-child(2) figure::before {
          right: -32px;
        }

        .top__first-flex:nth-child(2) figure::after {
          bottom: -8px;
          right: -45px;
        }

        .top__first-flex:nth-child(3) figure::before {
          bottom: 3px;
          left: -25px;
        }

        .top__first-flex:nth-child(3) figure::after {
          bottom: -8px;
          left: -40px;
        }

        .top__first-flex:nth-child(4) figure::before {
          bottom: -8px;
          right: -38px;
        }

        .top__first-flex:nth-child(4) figure::after {
          bottom: -17px;
          right: -45px;
        }

        .top__first-title {
          font-size: 24px;
          margin-bottom: 24px;
        }

        .top__first-blue {
          padding: 32px;
          margin-top: 40px;
        }

        .top__first-cost {
          margin: 64px auto 0;
          width: calc(100% - 64px);
          padding: 40px 40px 32px;
        }

        .top__first-cost-title {
          font-size: 28px;
          margin: 0 auto 64px;
        }

        .top__first-cost-title::after {
          width: 40px;
          height: 1px;
          bottom: -32px;
        }

        .top__first-cost-title em {
          font-size: 20px;
        }
      }

      @media screen and (min-width: 1280px) {
        .top__first {
          padding: 200px 0 136px;
        }

        .top__first-inner {
          max-width: 1280px;
          position: relative;
        }

        .top__first-flow {
          max-width: 1220px;
          width: 100%;
          gap: 80px;
        }

        .top__first-flex {
          flex-direction: row;
          width: calc(100% - 132px);
          justify-content: space-between;
          align-items: flex-start;
        }

        .top__first-flex:nth-child(even) {
          flex-direction: row-reverse;
          margin-left: auto;
        }

        .top__first-flex:nth-child(1) {
          align-items: flex-end;
          margin-bottom: 64px;
        }

        .top__first-flex figure {
          width: 47%;
          z-index: 1;
        }

        .top__first-content {
          width: 42%;
        }

        .top__first-flex figure::before {
          font-size: 96px;
          left: unset;
          right: -14px;
          bottom: -32px;
        }

        .top__first-flex figure::after {
          width: 120px;
          height: 120px;
          bottom: -37px;
          right: -37px;
          left: unset;
        }

        .top__first-flex:nth-child(2) figure::before {
          right: unset;
          left: -11px;
          bottom: 123px;
        }

        .top__first-flex:nth-child(2) figure::after {
          right: unset;
          bottom: 120px;
          left: -69px;
        }

        .top__first-flex:nth-child(3) figure::before {
          left: unset;
          right: -31px;
          bottom: 154px;
        }

        .top__first-flex:nth-child(3) figure::after {
          left: unset;
          right: -52px;
          bottom: 150px;
        }

        .top__first-flex:nth-child(4) figure::before {
          border: unset;
          right: unset;
          top: 38px;
          left: 13px;
        }

        .top__first-flex:nth-child(4) figure::after {
          right: unset;
          left: -45px;
          bottom: unset;
          top: 22px;
        }

        .top__first-title {
          font-size: 32px;
          margin-bottom: 32px;
        }

        .top__first-flex:nth-child(2) .top__first-title {
          margin-top: 40px;
        }

        .top__first-flex:nth-child(3) .top__first-title {
          margin-top: 40px;
        }

        .top__first-flex:nth-child(4) .top__first-title {
          margin-top: 24px;
        }

        .top__first-blue {
          padding: 32px 64px;
          margin-top: 32px;
        }

        .top__first-flex:nth-child(1)::after {
          width: calc(100% - 64px);
          left: unset;
          right: 0;
          bottom: -64px;
          transform: translate(0, 0);
        }

        .top__first-flex:nth-child(2)::after,
        .top__first-flex:nth-child(3)::after {
          width: 100%;
          left: 0;
          bottom: 24px;
          transform: translate(0, 0);
        }

        .top__first-heading {
          position: absolute;
          width: 505px;
          right: 0;
          top: -153px;
          text-align: right;
          margin: 0;
        }

        .top__first-heading::after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          background: var(--color-01);
          top: 79px;
          right: -100%;
        }

        .top__first-heading p {
          width: 100%;
        }

        .top__first-eng {
          padding-right: 0;
          width: 100%;
          margin: 0;
        }

        .top__first-large {
          padding-right: 0;
        }

        .top__first-eng {
          font-size: 104px;
          height: 80px;
        }

        .top__first-cost {
          margin: 96px auto 0;
          max-width: 1024px;
          padding: 64px 104px;
          text-align: center;
        }

        .top__first-cost-title {
          font-size: 32px;
          margin-bottom: 88px;
        }

        .top__first-cost-title em {
          font-size: 24px;
        }

        .top__first-cost-title::after {
          bottom: -40px;
        }
      }

      @media screen and (min-width: 1280px) and (max-width: 1360px) {
        .top__first-heading {
          right: 40px;
        }
      }

      @media screen and (max-width: 1023px) {
        .top__first-heading {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0 auto 16.41vw;
          gap: 2.051vw;
        }

        .top__first-eng {
          font-size: 9.744vw;
          border-bottom: unset;
          margin: 0;
          padding: 0;
          width: auto;
          height: auto;
          display: inline;
          text-align: center;
          color: var(--color-01);
        }

        .top__first-large {
          font-size: 8.205vw;
          color: var(--color-02);
          padding: 0;
          margin-top: 0;
          text-align: center;
          display: inline;
        }
      }

      @media screen and (min-width: 390px) and (max-width: 1023px) {
        .top__first-heading {
          margin: 0 auto 64px;
          gap: 8px;
        }

        .top__first-eng {
          font-size: 38px;
        }

        .top__first-large {
          font-size: 32px;
        }
      }

      @media screen and (max-width: 1023px) {
        .top__first-heading {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0 auto 16.41vw;
          gap: 2.051vw;
        }

        .top__first-eng {
          font-size: 9.744vw;
          border-bottom: unset;
          margin: 0;
          padding: 0;
          width: auto;
          height: auto;
          display: inline;
          text-align: center;
          color: var(--color-01);
        }

        .top__first-large {
          font-size: 8.205vw;
          color: var(--color-02);
          padding: 0;
          margin-top: 0;
          text-align: center;
          display: inline;
        }
      }