@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", "源ノ角ゴシック Regular", "源ノ角ゴシック",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1.8;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  /* color: #000; */
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP", "源ノ角ゴシック Regular", "源ノ角ゴシック",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
  outline: none;
  transition: 0.3s;
}

button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

/* fontawesome */
.fa-solid {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-style: normal;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-dir-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="tel"],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  outline: none;
  border-color: #000;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #c5c5c5;
}

/*////////////////////////

EFFECTS

////////////////////////*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

[class*="fadeIn"] {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/*////////////////////////

 user common css

////////////////////////*/
[class*="container_"] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 1500px;
}

.container_ml {
  max-width: 1330px;
}

.container_m {
  max-width: 1210px;
}

.container_s {
  max-width: 1090px;
}

.pc {
  display: block;
}

.sp,
.sp_550,.sp_480 {
  display: none;
}

.wd_100 {
  width: 100%;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.hdg--teeth_bullet {
  font-size: 4.2rem;
  position: relative;
  padding-left: 35px;
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 500;
}

.hdg--teeth_bullet::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background: url(../img/common/teeth.png) no-repeat center / contain;
}

.hdg--bkg_teeth {
  font-weight: 500;
  text-align: center;
  font-size: 4.2rem;
  position: relative;
  letter-spacing: 0.16em;
  background: url(../img/common/teeth_lg.png) no-repeat center / auto;
  padding: 5px 0 10px;
}

.hdg--bkg_teeth.white,
.white_teeth_bkg {
  background: url(../img/common/teeth_lg_white.png) no-repeat center / auto;
}

.hdg--gen42 {
  font-size: 4.2rem;
  letter-spacing: 0.16em;
  font-weight: 500;
}

.hdg--gen36 {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.hdg--gen24 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.hdg--line {
  text-align: center;
  font-size: 2.4rem;
  border-bottom: 5px double #aaa;
  margin: 0 0 20px;
  padding-bottom: 10px;
  letter-spacing: 0.12em;
}

.emphasis_dot span {
  -webkit-text-emphasis: dot #131304;
  text-emphasis: dot #131304;
}

.highlight {
  background: linear-gradient(transparent 80%, #ffd700 80%);
  display: inline;
}

.relative {
  position: relative;
}

.ft_18 {
  font-size: 1.8rem;
}

.btn--submit {
  padding: 0;
}

.btn--contact,
.btn--contact--clinics,
.btn--submit {
  background-color: #ffd700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  /* padding: 30px 18%; 230630*/
  padding-left: 20px;
  height: 110px;
  position: relative;
  font-weight: 700;
  text-align: left;
}
.btn--submit {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0 auto;
  padding-left: 50px;
  max-width: 570px;
  width: 100%;
  height: 130px;
}
.btn--contact--clinics::before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 53px;
  left: -10px;
  top: -15px;
  background: url(../img/common/icn_clinics.png) no-repeat center/contain;
  background-image: image-set(url(../img/common/icn_clinics@2x.png) 2x);
}
.fixed__sp_btns {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  width: 394px;
  gap: 7px;
}
.fixed__btn_item,.fixed__btn_item--clinics {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  align-items: center;
  padding: 15px 10px;
  min-width: 193px;
  height: 70px;
  text-align: center;
  background-color: #ffd700;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-decoration: underline;
  flex: 1;
}
.fixed__btn_item--clinics-text{
  display: flex;
  align-items: center;
}
.sp_btns__icon {
  display: block;
  margin-right: 0.5em;
}
.sp_btns__icon img{
  width: 20px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.btn--contact--clinics,.fixed__btn_item--clinics {
  background-color: rgb(229, 28, 81);
  color: #fff;
}
.contact__icon,
.submit__icon {
  width: 65px;
  height: 110px;
  border-left: 2px dashed #555;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit__icon {
  width: 76px;
  height: 130px;
}
.submit__icon::before {
  font-size: 4rem;
}
.btn--contact--clinics .contact__icon {
  border-left: 2px dashed #fff;
}

.blog__link a {
  display: inline-block;
  margin: 15px 0 0;
  padding: 13px 5%;
  background-color: #ffd700;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* .btn--contact{
    padding: 20px 120px 20px 15px;
  } */
}

@media screen and (min-width: 651px) {
  /* a[href^="tel:"] {
    pointer-events: none;
  } */
}

@media screen and (max-width: 650px) {
  a[href^="tel:"],
  .contact__item,.btn--submit span{
    text-decoration: underline;
    /* display: inline-block; */
  }
}

@media screen and (max-width: 550px) {
  .sp_550 {
    display: block;
  }
  .pc_550 {
    display: none;
  }
  .hdg--gen42,
  .hdg--teeth_bullet,
  .hdg--bkg_teeth {
    font-size: 3rem;
  }
  .hdg--bkg_teeth {
    padding: 15px 0;
  }
  .hdg--gen36 {
    font-size: 2.6rem;
  }
  /* .btn--contact{
    font-size: 2rem;
    padding-right: 90px;
  } */
  .fixed__sp_btns{
    width: 100%;
    gap: 5px;
  }
  .fixed__btn_item,.fixed__btn_item--clinics{
    flex-flow: column-reverse;
    justify-content: start;
    min-width: auto;
    max-height: 120px;
    height: auto;
    font-size: 1.2rem;
    padding: 8px 2px;
    gap: 4px;
  }
  .fixed__btn_item--clinics-text{
    display: inline;
  }
  .fixed__btn_item-external{
    width: 12px;
  }
  .sp_btns__icon{
    margin-right: 0;
  }
  .sp_btns__icon img{
    width: 24px;
    height: 24px;
  }
  .icn_phone {
    width: 70px;
  }
}
@media screen and (max-width: 480px){
  .btn--submit{
    padding-left: 20px;
  }
  .sp_480{
    display: block;
  }
}

/*////////////////////////

header

////////////////////////*/
header {
  padding: 20px 0;
}

@media screen and (max-width: 650px) {
  header a[href^="tel:"] img {
    border-bottom: 1px solid #d85f8c;
  }
}

@media screen and (min-width: 769px) {
  header .logo {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  header .header__flexbox {
    display: block;
  }
  header .info__block {
    text-align: center;
    margin: 10px 0 0;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer {
  margin: 100px 0 0;
  position: relative;
  padding: 57px 0 0;
}

footer::before,
footer .ft_background::before {
  content: "";
  display: block;
  position: absolute;
  top: -57px;
  left: 0;
  height: 75px;
  width: 100%;
}

footer::before {
  top: -9px;
  background: url(../img/common/ft_wave_light_orange.png) repeat-x;
}

footer .ft_background::before {
  background: url(../img/common/ft_wave_orange.png) repeat-x;
}

footer .ft_background {
  position: relative;
  padding: 10px 0 80px;
  background-color: #f4a800;
  letter-spacing: 0.16em;
}

footer a,
footer .ft_background {
  color: #fff;
}

footer .hdg--bkg_teeth {
  margin: 0 0 40px;
  background: url(../img/common/teeth_lg_trans.png) no-repeat center / auto;
}

footer .hour__item {
  position: relative;
  padding-left: 85px;
}

footer .hour__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  display: inline-block;
}

footer .gmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

footer .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

footer .copyright {
  text-align: center;
  font-size: 2.4rem;
  color: #463e3c;
  padding: 20px 0;
  letter-spacing: 0.12em;
}

footer .copyright a {
  color: #463e3c;
}

footer #pagetop {
  width: 80px;
  height: 80px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  font-size: 3.4rem;
}

footer #pagetop a {
  display: block;
  /*background-color: #fff;*/
  border-radius: 100%;
  height: 100%;
  color: #f4a800;
}

@media screen and (min-width: 769px) {
  footer .gmap {
    margin-left: 20px;
    max-width: 530px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 60px;
  }
  footer .ft_info__flexbox {
    display: block;
  }
  footer .gmap {
    margin: 40px 0 0;
  }
  footer #pagetop {
    bottom: 80px;
  }
}

@media screen and (max-width: 550px) {
  footer {
    margin-top: 70px;
  }
  footer .ft_background {
    padding: 0 0 40px;
  }
  footer .hdg--bkg_teeth {
    margin: 0;
  }
  footer .gmap {
    padding-bottom: 46.25%;
  }
  footer #pagetop {
    width: 60px;
    height: 70px;
  }
}

/*////////////////////////

toppage

////////////////////////*/
.top-intro {
  padding: 60px 0 0;
  overflow: hidden;
  position: relative;
}

.intro__banner{
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 20px;
  color: #fff;
  font-size: 2rem;
  padding: 30px 15px;
  background:#EC712E url(../img/top/intro_banner_bg01.png) no-repeat right 17px bottom -11px;
}

.intro__flexbox{
  margin-top: 105px;
}

.top-intro .hdg--teeth_bullet {
  margin: 0 0 60px;
}

.top-intro .intro__text {
  padding: 0 0 10%;
}

.intro__list{
  border-top: 4px solid #CBE9E8;
  border-bottom: 4px solid #CBE9E8;
  padding: 30px 0;
  margin-top: 30px;
}

.intro__item+.intro__item{
  margin-top: 18px;
}

.intro__item-name{
  border-bottom: 2px solid #CBE9E8;
  flex: 0 0 100px;
  font-weight: bold;
}
.intro__item-content{
  padding-top: 10px;
}

.top-intro .signature {
  margin: 60px 0 0;
  text-align: right;
  letter-spacing: 0.12em;
}

.top-intro .singature__name {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 40px;
}

.top-problems {
  padding: 80px 0 0;
  background: rgb(206, 219, 255);
  background: linear-gradient(
    125deg,
    rgba(206, 219, 255, 1) 0,
    rgba(206, 234, 237, 1) 70%,
    rgba(206, 234, 237, 1) 100%
  );
  position: relative;
}

.top-problems::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 32px;
  border-color: #ceeaed transparent transparent transparent;
}

.top-problems .problem__item {
  margin-bottom: 50px;
}

.top-problems .hdg--gen36 {
  background: url(../img/top/problem_img06.png) no-repeat 100% 100% / auto;
  padding: 50px 0 80px;
}

.top-diff {
  padding: 80px 0;
}

.top-diff [class^="diff__text--"] {
  background-color: #9fd9e8;
  padding: 8px 15px;
  position: relative;
}

.top-diff [class^="diff__text--"]::before {
  display: inline-block;
  content: url(../img/top/diff_clip_blue.png);
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.top-diff [class^="diff__text--"]::after {
  display: inline-block;
  content: url(../img/top/diff_icn01.png);
  position: absolute;
  bottom: -15px;
  left: -20px;
}

.top-diff .diff__text--02 {
  background-color: #ff9188;
}

.top-diff .diff__text--02::before {
  content: url(../img/top/diff_clip_pink.png);
}

.top-diff .diff__text--02::after {
  content: url(../img/top/diff_icn02.png);
  top: -25px;
  bottom: auto;
  right: -25px;
  left: auto;
}

.top-diff .diff__text_inner {
  background-color: #fff;
  padding: 40px 40px;
}

.top-diff .diff__tab {
  margin: 120px 0 0;
  border-bottom: 1px solid #000;
}

.top-diff .diff__tab_item {
  max-width: 550px;
  width: 100%;
  text-align: center;
}

.top-diff .diff__tab_item a {
  display: block;
  padding: 30px 15px;
  font-weight: 500;
  height: 100%;
  background-color: #eff8f8;
}

.top-diff .diff__tab_item.active a {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
  bottom: -1px;
}

.top-diff .diff__tab_item .bkg::before,
.top-diff .diff__tab_item .bkg::after {
  content: url(../img/top/diff_tab_deco_left.svg);
  display: inline-block;
  position: absolute;
  left: -35px;
  top: 0;
  line-height: 1;
}

.top-diff .diff__tab_item .bkg::after {
  content: url(../img/top/diff_tab_deco_right.svg);
  left: auto;
  right: -35px;
}

.top-diff .diff__tab_item.active span:not(.bkg) {
  background: linear-gradient(transparent 60%, #ffd700 60%);
  display: inline;
}

.top-diff .diff__tab_item a:hover {
  background-color: #eff8f8;
  opacity: 1;
}

.top-diff .tab__contents {
  display: none;
  padding: 90px 0;
  border-bottom: 1px solid #000;
}

.top-diff #adult .hdg--gen42 {
  letter-spacing: 0.12em;
}

.top-diff .tab__contents.active {
  display: block;
}

.top-diff .diff_intro__flexbox {
  margin: 20px 0 90px;
}

.top-diff .diff_intro__text {
  position: relative;
  background-color: #eff8f8;
  padding: 50px 60px;
}

.top-diff .diff_intro__text::after {
  content: "";
  display: block;
  background-color: #cbe9e8;
  width: 95%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.top-diff .diff_intro__text .hdg--gen24 {
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding-bottom: 7px;
}

.top-diff .speech__txt span {
  display: inline-block;
  padding: 0 17px;
}

.top-diff .speech__txt::before,
.top-diff .speech__txt::after {
  content: "";
  display: inline-block;
  height: 23px;
  width: 1px;
  background-color: #000;
  position: relative;
  top: 3px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.top-diff .speech__txt::after {
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.top-diff .item__flexbox {
  margin: 70px 0 0;
}

.top-diff [class*="merit__block--"] {
  margin: 60px auto 100px;
}

.top-diff .merit__list_item {
  text-align: center;
}

.top-diff .merit__block--invisa .merit__list_item:first-child {
  margin-right: 10%;
}

.top-diff .price__box {
  background-color: #c7e4e2;
  padding: 50px 15%;
  position: relative;
  margin: 50px 0 90px;
}

.top-diff .price__img {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27%;
}

.top-diff .price__num {
  font-size: 4.6rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
  z-index: 10;
  line-height: 1.3;
}

/* contact__list 230630 */
.contact__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
  min-width: 280px;
}

.top-flow .flow__hdg {
  text-align: center;
  margin: 0 0 20px;
}

.top-flow .flow__item {
  width: 100%;
  position: relative;
}

.top-flow .flow__item:nth-child(odd):not(:empty)::after,
.top-flow .flow__item:nth-child(even):not(:empty):not(:last-child)::before {
  content: "";
  display: inline-block;
  width: 128px;
  height: 64px;
  background: url(../img/top/flow_arrow.png) no-repeat center / contain;
  position: absolute;
  right: -170px;
  bottom: 0;
}

.top-flow .flow__item:nth-child(even):not(:empty)::before {
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: auto;
  left: -200px;
}

.top-cace {
  padding: 80px 0 125px;
  margin: 80px 0;
  background: #fccfcd;
  background: linear-gradient(125deg, #fccfcd 0, #f3d6f2 100%);
}

.top-cace .hdg--teeth_bullet {
  font-size: 2.4rem;
  padding: 0;
}

.top-cace .hdg--teeth_bullet::before {
  width: 21px;
  height: 20px;
  left: -26px;
}

.cace-slide-wrapper {
  position: relative;
}

.cace-slide {
  overflow-x: hidden;
}
.cace-slide .swiper-slide {
  height: auto;
}

.cace__item {
  background: #fff;
  border: 1px solid #d95f8c;
}

.cace__hdg {
  background: rgb(217, 95, 140);
  color: #fff;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px 0 40px;
}

.cace__hdg::before {
  content: "";
  width: 34px;
  height: 17px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  background: rgb(217, 95, 140);
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.cace__content {
  padding: 30px 15px 20px;
}
.cace__img-box {
  display: flex;
  gap: 10px 20px;
}
.cace__img {
  width: calc((100% - 19px) / 2);
}
.cace__img-inner{
  aspect-ratio: 328 / 240;
  width: 100%;
}
.cace__img-inner img {
  width: 100%;
  object-fit: cover;
}
.cace__img span {
  display: block;
  color: #d85f8c;
  font-weight: bold;
  margin-top: 5px;
}

.cace__info {
  margin-top: 30px;
  border: 2px solid #d85f8c;
}

.cace__info-item {
  display: flex;
  flex-flow: column;
}

.cace__info-item + .cace__info-item {
  border-top: 2px solid #d85f8c;
}

.cace__info-item-name {
  background: rgb(255, 243, 242);
  border-bottom: 2px solid #d85f8c;
  flex: 0 0 auto;
  padding: 20px;
}
.cace__info-content {
  padding: 20px;
}

.cace-navigation {
  position: absolute;
  display: none;
  justify-content: space-between;
  left: -10px;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.cace-button-prev,
.cace-button-next {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #d85f8c;
  border: 3px solid #fff;
  position: relative;
}

.cace-button-prev::before,
.cace-button-next::before {
  content: "\f0d9";
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  z-index: 1;
}

.cace-button-next::before {
  content: "\f0da";
  left: 54%;
}

.cace-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cace-pagination .swiper-pagination-bullet {
  background: rgb(232, 159, 186);
  width: 10px;
  height: 10px;
  opacity: 1;
}

.cace-pagination .swiper-pagination-bullet-active {
  background: rgb(217, 95, 140);
  width: 16px;
  height: 16px;
}

.top-faq .faq__item {
  margin-bottom: 35px;
}

.top-faq .faq__ques,
.top-faq .faq__ans {
  padding: 15px 9%;
}

.top-faq .faq__ques {
  position: relative;
  cursor: pointer;
  background-color: #cbe9e8;
  border-bottom: 6px solid #a2e6e6;
}

.top-faq .faq__ques::before,
.top-faq .faq__ques::after,
.top-faq .faq__ans::before {
  font-weight: bold;
  display: inline-block;
  position: absolute;
}

.top-faq .faq__ques::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  right: 5%;
  top: 15px;
}

.top-faq .open .faq__ques::after {
  content: "\f0d8";
}

.top-faq .faq__ques::before,
.top-faq .faq__ans::before {
  content: "Q";
  font-size: 1.8rem;
  top: 13px;
  left: 5%;
}

.top-faq .faq__ans::before {
  content: "A";
}

.top-faq .faq__ans {
  font-size: 1.8rem;
  display: none;
  border: 3px solid #cbe9e8;
  border-top: none;
}

/* form */
input[type="text"],
input[type="tel"],
select {
  margin: 0;
  padding: 0;
}
input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.form {
  background: #ffd700;
  padding: 15px 15px 30px;
  margin-top: 5rem;
}
.form ::placeholder {
  color: #bbbbb8;
  font-size: 1.6rem;
}
.form__list {
  border: 2px solid #a2e6e6;
}
.form__item + .form__item .form__item-name {
  border-top: 2px solid #fff;
}
.form__item + .form__item .form__content {
  border-top: 2px solid #a2e6e6;
}
.form__item-name {
  background: #a2e6e6;
  font-weight: bold;
  padding: 20px 5px 20px 15px;
  display: flex;
  min-height: 80px;
  align-items: center;
  flex: 0 0 265px;
}
input[type="text"].form__content,.form__content {
  background: #fff;
  width: 100%;
  min-height: 80px;
  padding: 20px 13px 20px 15px;
}
.form__checkbox-list {
  display: flex;
  flex-flow: wrap;
  gap: 10px 25px;
}
.form__input--checkbox + span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f0f9f9;
  border: 4px solid #fff;
  outline: solid 2px #a2e6e6;
  vertical-align: middle;
  margin-right: 10px;
}
.form__input--checkbox:checked + span::before {
  background: #a2e6e6;
}
.form__privacy-wrapper {
  padding: 15px;
  background: #a2e6e6;
}
.form__privacy {
  background: #f0f9f9;
  max-height: 220px;
  overflow-y: scroll;
  padding: 23px 15px;
}
.form__privacy-check {
  background: #d3f3f3;
  margin-top: 18px;
  padding: 17px 15px 20px;
}
.required,
.required--reverse {
  width: 50px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #53d0d0;
  font-size: 1.4rem;
  margin-right: 8px;
  flex-shrink: 0;
}
.required--reverse {
  background: #53d0d0;
  color: #fff;
}
.form__privacy-check-required{
  margin-bottom: 5px;
}
@media screen and (min-width: 550px){
  /* intro */
  .intro__item{
    display: flex;
  }
  .intro__item-name{
    border-right: 2px solid #CBE9E8;
    border-bottom: none;
  }
  .intro__item-content{
    padding: 0 0 0 20px;
  }
  /* cace */
  .cace__content {
    padding: 40px 30px 27px;
  }
  /* form */
  .form{
    padding: 30px;
  }
  input[type="text"].form__content,.form__content{
    padding: 20px 23px 20px 25px;
  }
  .form__privacy-wrapper{
    padding: 20px;
  }
  .form__privacy{
    padding: 36px 34px;
  }
  .form__privacy-check{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 20px 20px;
  }
  .form__privacy-check-required{
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .intro__banner{
    flex-flow: row;
    padding: 26px 35px 26px 26px;
    font-size: 2.4rem;
  }
  .top-intro .intro__text {
    max-width: 765px;
    width: 100%;
    margin-left: 20px;
  }
  .top-intro .intro__img {
    margin-left: 30px;
  }
  .top-problems .problem__item {
    width: calc(100% / 3);
  }
  .top-problems .problem__item:first-child {
    text-align: left;
  }
  .top-problems .problem__item:nth-child(3) {
    text-align: right;
  }
  .top-diff .diff__item {
    width: calc(93% / 2);
  }
  .top-diff .diff__tab_item:first-child {
    margin-right: 6%;
  }
  .top-diff .item__txt {
    max-width: 800px;
    width: 100%;
    margin-left: 20px;
  }
  .top-diff .merit__list--01 .merit__list_item:first-child,
  .top-diff .merit__list--03 .merit__list_item:nth-child(2) {
    margin-right: 7%;
  }
  .top-diff .merit__list--01 {
    position: relative;
    bottom: -30px;
  }
  .top-diff .merit__list--03 {
    position: relative;
    top: -40px;
  }
  .top-diff .merit__hdg {
    margin: 0 40px;
  }
  .top-diff .diff_intro__text {
    margin-right: 20px;
    max-width: 905px;
    width: 100%;
  }
  .top-flow .flow__item {
    width: 40%;
  }
  .top-flow .flow__item:nth-child(4) {
    margin: -7% 0 0;
  }
  .top-flow .flow__item:nth-child(8) {
    margin: -15% 0 0;
  }
  .top-flow .flow__item:nth-child(12) {
    margin: -30px 0 0;
  }
  .top-flow .flow__note {
    margin: 100px 0 0;
  }
  .cace__content {
    padding: 60px 60px 57px;
  }
  .cace__img-box {
    gap: 10px 38px;
  }
  .cace__img {
    width: calc((100% - 38px) / 2);
  }
  .cace__info-item {
    flex-flow: row;
  }
  .cace__info-item-name {
    border-right: 2px solid #d85f8c;
    border-bottom: 0;
  }
  .cace__info-item-name {
    width: 190px;
    padding: 20px 0 0 20px;
  }
  .cace-navigation {
    display: flex;
  }
  /* form */
  .form{
    padding: 60px;
  }
  .form__item-name{
    padding: 20px 23px 20px 25px;
  }
  .form__privacy-wrapper {
    padding: 40px;
  }
}
@media screen and (min-width: 1000px){
  .form__col {
    display: flex;
    flex-flow: row;
  }
}
@media screen and (min-width: 1120px) {
  /* contact__list 230630 */
  .contact__list {
    gap: 20px 40px;
  }
  /* form */
  .form__item-name {
    flex: 0 0 300px;
  }
  .form__input--checkbox + span::before {
    width: 26px;
    height: 26px;
    border: 6px solid #fff;
    outline: solid 2px #a2e6e6;
  }
}
@media screen and (min-width: 1260px) {
  .cace-button-prev,
  .cace-button-next {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1380px) {
  .cace-navigation {
    left: -82px;
    right: -82px;
  }
  .cace-button-prev,
  .cace-button-next {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1135px) {
  .top-problems .hdg--gen36 {
    padding: 50px 0 150px;
  }
}

@media screen and (max-width: 1120px) {
  /* contact__list 230630 */
  .contact__list {
    gap: 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  .top-intro {
    padding: 60px 0 150px;
  }
  .top-intro .intro__img {
    max-width: 200px;
    width: 50%;
    position: absolute;
    left: 15px;
    bottom: -100px;
  }
  .top-problems .problem__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-problems .problem__item {
    width: calc(95% / 2);
  }
  .top-problems .problem__item:last-child {
    margin-bottom: 0;
  }
  .top-intro .intro__flexbox,
  .top-diff .diff__flexbox,
  .top-diff [class*="merit__list--"],
  .top-diff .merit__list,
  .top-diff .diff__tab_item .bkg {
    display: block;
  }
  .top-diff .diff__tab_item .bkg::before,
  .top-diff .diff__tab_item .bkg::after {
    top: 35%;
  }
  .top-diff .diff__tab_item .bkg::before {
    left: -5px;
  }
  .top-diff .diff__tab_item .bkg::after {
    right: -5px;
  }
  .top-diff .diff__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .top-diff .diff__img {
    text-align: center;
  }
  .top-diff .diff__tab_item {
    font-size: 3rem;
    margin: 0 10px;
  }
  .top-diff .tab__contents {
    padding: 60px 0;
  }
  .top-diff .diff_intro__flexbox {
    display: block;
    margin: 0 0 60px;
  }
  .top-diff .diff_intro__img,
  .top-diff .item__img {
    text-align: center;
    margin: 0 0 30px;
  }
  .top-diff .item__flexbox {
    display: block;
    margin: 30px 0 0;
  }
  .top-diff .merit__hdg {
    margin: 40px 0;
  }
  .top-diff .merit__list_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .top-diff .merit__list--03 .merit__list_item:last-child {
    margin-bottom: 0;
  }
  .top-flow .flow__item .txt_center {
    text-align: left;
  }
  .top-flow .flow__item:not(:empty) {
    margin: 0 0 90px;
  }
  .top-flow .flow__item:nth-child(odd):not(:empty)::after,
  .top-flow .flow__item:nth-child(even):not(:empty):not(:last-child)::before {
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    bottom: -70px;
    width: 80px;
  }
  .top-cace .voice__item {
    margin: 0 auto 50px;
    padding: 20px 20px 30px;
    display: block;
  }
  .top-cace .voice__img {
    text-align: center;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 550px) {
  .top-intro {
    padding: 50px 0 200px;
  }
  .top-intro .intro__text {
    padding: 0 0 10px;
  }
  .top-intro .hdg--teeth_bullet {
    margin: 0 0 30px;
  }
  .top-intro .signature {
    margin: 30px 0 0;
  }
  .top-problems {
    padding: 40px 0 0;
  }
  .top-problems .hdg--gen36 {
    background-size: 30%;
  }
  .top-diff {
    padding: 60px 0;
  }
  .top-diff .diff__tab {
    margin: 80px 0 0;
  }
  .top-diff .diff__tab_item .bkg::before {
    -ms-transform: scale(0.6) translateX(-15px);
    -webkit-transform: scale(0.6) translateX(-15px);
    transform: scale(0.6) translateX(-15px);
  }
  .top-diff .diff__tab_item .bkg::after {
    -ms-transform: scale(0.6) translateX(15px);
    -webkit-transform: scale(0.6) translateX(15px);
    transform: scale(0.6) translateX(15px);
  }
  .top-diff .diff__tab_item {
    font-size: 6vw;
    line-height: 1.3;
  }
  .top-diff .diff__tab_item a {
    padding: 15px;
  }
  .top-diff .diff__text_inner {
    padding: 40px 20px 30px;
  }
  .top-diff .diff_intro__text {
    padding: 40px 25px;
  }
  .top-diff [class*="merit__block--"] {
    margin: 50px auto;
  }
  .top-diff .price__box {
    padding: 30px 20px 130px;
    margin: 20px 0 40px;
    overflow: hidden;
  }
  .top-diff .price__num {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .top-diff .price__img {
    width: 50%;
    bottom: -50px;
  }
  /* contact__list 230630 */
  .contact__list {
    gap: 20px 40px;
  }
  .top-cace {
    padding: 40px 0 20px;
    margin: 40px 0;
  }
  .cace__img-box {
    flex-flow: column;
    gap: 15px 0;
  }
  .cace__img {
    width: auto;
  }
  .top-cace .hdg--teeth_bullet {
    font-size: 2rem;
  }
  .top-faq .faq__ques,
  .top-faq .faq__ans {
    padding: 15px 40px;
  }
  .top-faq .faq__ans {
    padding: 15px 20px 15px 40px;
    font-size: 1.6rem;
  }
  /* .top-faq .btn--contact{
    margin-top: 30px;
  } */
}

@media screen and (max-width: 480px) {
  .top-cace .voice__list {
    display: block;
  }
  .top-cace .voice__item {
    width: 100%;
  }
  .form__privacy-check-text{
    display: block;
    text-indent: -31px;
    padding-left: 31px;
  }
}
