/* @font-face {
  font-family: "PA1GothicStdNMedium";
  src: url("../font/PA1GothicStdN-Medium.otf") format("opentype"),
    url("../font/PA1GothicStdN-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/PA1GothicStdN-Medium.woff2") format("woff2"),
    url("../font/PA1GothicStdN-Medium.woff") format("woff"),
    url("../font/PA1GothicStdN-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "PA1GothicStdNRegular";
  src: url("../font/PA1GothicStdN-Regular.otf") format("opentype"),
    url("../font/PA1GothicStdN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/PA1GothicStdN-Regular.woff2") format("woff2"),
    url("../font/PA1GothicStdN-Regular.woff") format("woff"),
    url("../font/PA1GothicStdN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PA1GothicStdNBold";
  src: url("../font/PA1GothicStdN-Bold.otf") format("opentype"),
    url("../font/PA1GothicStdN-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/PA1GothicStdN-Bold.woff2") format("woff2"),
    url("../font/PA1GothicStdN-Bold.woff") format("woff"),
    url("../font/PA1GothicStdN-Bold.ttf") format("truetype");
} */

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 75);
  }
}

body {
  font-family: "Hiragino Sans", "PA1GothicStdNRegular",
    "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック", "Yu Gothic", Arial,
    sans-serif !important;
  background-color: #f9f9f9;
  min-height: 100vh;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
}

.font-myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.poR {
  position: relative;
}

.poA {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.bg-white {
  background-color: #fff;
}

.yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff782 0%)
    repeat scroll 0 0;
}

.bg_blue_light {
  background-color: #2eb6e3;
}

.txt_blue_light {
  color: #2eb6e3;
}

.txt_pink {
  color: #ff85a5;
}

.txt_yellow {
  color: #fff782;
}

.txt_white {
  color: #fff;
}

.txt_bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.pd20 {
  padding: 20px;
}

video.vcl02 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.cta-link {
  position: absolute;
  top: 75.5%;
  left: 9.3%;
  z-index: 1;
  width: 82%;
}

.animate {
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  margin-left: auto;
  margin-right: auto;
  animation-name: animate1;
  z-index: 1;
}

.pulse {
  animation-name: pulse;
}

@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.about .title > span {
  font-size: 6.5rem;
}

.about .title {
  /* font-family: "PA1GothicStdNMedium"; */
  font-weight: 500;
  font-size: 5rem;
  top: 15.5%;
}

.about .desc {
  font-size: 4rem;
  line-height: calc(75 / 50);
  top: 32%;
}

.about .desc > span {
  font-size: 5rem;
  /* font-family: "PA1GothicStdNMedium"; */
  font-weight: 500;
}

.cases .title {
  font-size: 5rem;
  line-height: 1.2;
  top: 2%;
  font-weight: 500;
}

.cases .title .num {
  font-size: 8.2rem;
}

.cases .title .font-myriad {
  font-size: 10rem;
  font-weight: 400;
}

.cases .title .txt_blue_light {
  font-size: 8rem;
}

.note {
  font-size: 1.8rem;
  line-height: calc(28 / 20);
  font-weight: 400;
  color: #333333;
}

.cases .note01 {
  top: 28.8%;
  text-align: left;
  padding: 0 5.5rem;
}

.cases .tit-sub {
  color: #fff;
  font-size: 4rem;
  top: 34%;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}

.cases .tit-sub .txt_med {
  font-size: 3.2rem;
  display: block;
  margin-top: 2.75rem;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1;
}

.cases .tit-sub .txt_larg {
  font-size: 10rem;
}

.cases .tit-sub .font-myriad {
  font-size: 14rem;
  line-height: 1;
  display: inline-block;
  transform: translateY(0.8rem);
}

.cases .sub-note {
  font-size: 1rem;
  top: 55%;
  left: 62%;
  display: inline-block;
}

.cases .note02 {
  font-size: 1.7rem;
  line-height: calc(28 / 18);
  padding: 0 5.5rem;
  bottom: 2.5%;
  font-weight: 400;
}

.slider .boxSlider {
  top: 46%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 3rem;
  margin-top: 0rem;
}

.slick-dots button {
  display: none;
}

.slick-dots > li {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #cddce1;
  transition: background-color 0.3s ease;
}

.slick-dots > li.slick-active {
  background-color: #2eb6e3;
}

.slick-slide {
  margin: 0 2rem;
  padding-bottom: 5rem;
}

.slick-slide img {
  border-radius: 1rem;
  box-shadow: 21.213px 21.213px 35px 0px rgba(30, 135, 196, 0.1);
}

.treatment .title {
  font-size: 6rem;
  line-height: 1.7;
  top: 5%;
  font-weight: 500;
}

.treatment .title .font-myriad {
  font-size: 10rem;
  line-height: 1;
}

.treatment .text {
  font-size: 5rem;
  line-height: 1.3;
  top: 70%;
  font-weight: 500;
}

.treatment .text > span {
  font-size: 7rem;
}

.treatment .note {
  bottom: 5%;
  padding: 0 5rem;
}

.correct .title {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.3;
  top: 5%;
}

.correct .title > .txt_med {
  font-size: 8rem;
}

.voice p {
  text-align: justify;
  font-size: 3.2rem;
  padding: 0 3.5rem;
  line-height: calc(65 / 32);
}

.voice .voice01 {
  top: 32%;
}

.voice .voice02 {
  top: 83%;
}

.orthodontic .title {
  font-size: 4.6rem;
  top: 4.6%;
}

.orthodontic .title-sub {
  font-size: 6rem;
  top: 12%;
  font-weight: 500;
  line-height: 1.6;
}

.orthodontic .title-sub .underline {
  display: inline-block;
  position: relative;
}

.orthodontic .title-sub .underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  background-color: #333;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.orthodontic .title-sub .txt_larg {
  font-size: 9.5rem;
  line-height: 1.3;
}

.orthodontic .text01 {
  top: 54%;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.8;
}

.orthodontic .boxVideo {
  position: absolute;
  width: 100%;
  top: 70%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

/* cta */

.cta .title > span:nth-child(1) {
  font-size: 8rem;
  color: #fff782;
  padding: 0 5rem;
}

.cta .title {
  color: #fff;
  font-size: 6rem;
  line-height: 1.4;
}

.cta .title > span:nth-child(1)::before,
.cta .title > span:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../img/icon_star.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.cta .title > span:nth-child(1)::before {
  left: 0;
}

.cta .title > span:nth-child(1)::after {
  right: 0;
}

.cta .title {
  font-weight: 500;
  top: 3.4%;
}

.cta ul {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  top: 26%;
  padding: 0 4rem 0 12rem;
  list-style: none;
}

.cta ul > li {
  font-size: 4.4rem;
  color: #fff;
  line-height: 1.5;
  font-style: 500px;
}

.cta .tit-sub {
  text-align: center;
  font-size: 6rem;
  line-height: calc(90 / 70);
  top: 37.5%;
  color: #fff;
  font-weight: 500;
}

.cta .tit-sub .font-myriad {
  font-size: 12rem;
  line-height: 1;
}

.cta .tit-sub .txt_larg {
  font-size: 8rem;
}

.cta .text {
  font-size: 3.4rem;
  text-align: center;
  top: 84%;
  font-weight: 500;
  line-height: 1.7;
}

.cta .text .font-myriad {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.btnLink {
  top: 92%;
  padding: 0 4rem;
}

.btnLink > a {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.features .title {
  color: #fff;
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: 500;
  top: 1.8%;
}

.features .title .txtLarg {
  font-size: 13rem;
}

.features .title .txtLarg > span {
  font-size: 19rem;
  line-height: 1;
}

.features .text {
  font-size: 4.6rem;
  line-height: calc(75 / 46);
  font-weight: 500;
}

.features .text01 {
  top: 0%;
  left: 77%;
}

.features .text02 {
  top: 23%;
  left: 78.5%;
  display: inline-block;
  width: auto;
  > span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
  }
}

.features .text03 {
  top: 47.3%;
  left: 18.8%;
  display: inline-block;
  width: auto;
  > span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
  }
}

.features .text04 {
  font-size: 5rem;
  line-height: 1.5;
  top: 86.8%;
  left: 55%;
  font-weight: 500;
}

.features .text04 > span {
  font-size: 6.5rem;
}

.mouthpiece .title-sub {
  color: #fff;
  font-size: 5rem;
  top: 1.55%;
  z-index: 1;
  font-weight: 500;
  font-style: italic;
}

.mouthpiece .title {
  top: 5%;
  font-size: 11rem;
  line-height: calc(130 / 110);
  font-weight: 500;
  font-style: italic;
}

.mouthpiece .desc {
  font-size: 3.2rem;
  line-height: calc(60 / 32);
  top: 33%;
}

.greatest01 .title {
  font-size: 8rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
  top: 7.8%;
}

.greatest01 .title > span {
  font-size: 12rem;
}

.greatest01 .text01 {
  font-size: 5rem;
  top: 43.5%;
  line-height: 1.5;
  color: #fff;
}

.greatest01 .text01 > span {
  font-size: 7rem;
}

.greatest01 .boxVideo {
  position: absolute;
  width: 90%;
  top: 51%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

sub {
  font-size: 1rem;
  vertical-align: text-top;
}

.greatest01 .note {
  bottom: 2%;
  padding: 0 5rem;
  color: #fff;
}

.greatest02 .title {
  font-size: 5rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  top: 17.5%;
}

.greatest02 .title > span {
  font-size: 6.5rem;
}

.greatest02 .text01 {
  font-size: 5rem;
  color: #fff;
  top: 56%;
}

.greatest02 .text02 {
  font-size: 5.4rem;
  color: #fff;
  line-height: calc(80 / 58);
  top: 70%;
  left: 30%;
}

.specializes .title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5;
  top: 3%;
}

.specializes .title .txt_larg {
  font-size: 10rem;
}

.specializes .note {
  bottom: 3%;
  padding: 0 4rem;
}

.static .title-sub {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  top: 10%;
}

.static .title {
  padding: 0 3.2rem;
  font-weight: 500;
  font-size: 7rem;
  line-height: calc(90 / 70);
  top: 26%;
}

.static .desc {
  padding: 0 3rem;
  font-size: 4rem;
  line-height: calc(70 / 40);
  top: 58%;
}

.price .title {
  font-size: 5rem;
  top: 10.3%;
  font-weight: 600;
}

.price .title-sub {
  font-size: 4rem;
  font-weight: 500;
  line-height: calc(80 / 55);
  top: 15.25%;
}

.price .text {
  font-size: 3.2rem;
  line-height: calc(60 / 32);
  top: 31.3%;
  padding: 0 7rem;
}

.price .title-sub .txt_blue_light {
  font-size: 7rem;
  font-weight: 300;
}

.price02 .btnLink{
  top: 49%;
}

.cta02 .title {
  font-size: 6rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  font-style: italic;
  top: 3.5%;
}

.cta02 .title .txtLarg {
  font-size: 7.5rem;
}

.cta02 .btnLink {
  top: 88%;
}

.cta02 .text {
  top: 78%;
  font-weight: 500;
  font-size: 4.5rem;
  color: #fff;
  line-height: 1.5;
}

.access .title {
  font-size: 3rem;
  top: 17.8%;
  font-weight: 600;
}

.access .title-sub {
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 600;
  top: 38%;
}

.access .title-sub .txtLarg {
  font-size: 7rem;
}

.access .title-sub .txtLarg > span {
  font-size: 10rem;
  font-weight: 300;
}

.access ul {
  display: flex;
  flex-direction: column;
  top: 51.75%;
  padding: 0 4rem 0 12.5rem;
  list-style: none;
  gap: 1.5rem;
}

.access ul > li {
  font-size: 4.4rem;
  color: #2eb6e3;
  font-weight: 500;
}

.access .text01 {
  font-size: 4.6rem;
  top: 90%;
  font-weight: 500;
}

.maps {
  padding: 1rem 4rem 10rem;
  background-color: #fff;
}

.maps .accordion .at-item {
  border: 0.3rem solid #2eb6e3;
  border-radius: 1rem;
  overflow: hidden;
}

.maps .accordion .at-title {
  background-color: #2eb6e3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10.3rem;
  position: relative;
  cursor: pointer;
}

.maps .accordion .at-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #fff;
  z-index: 1;
  transition: transform 0.3s ease;
}

.maps .accordion .at-title.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.maps .accordion .at-item + .at-item {
  margin-top: 3rem;
}

.maps .accordion .at-title > h2 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.5;
}

.maps .accordion .at-tab {
  padding: 3.5rem;
}

.maps .accordion .at-tab__inner {
  padding-bottom: 2rem;
}

.maps .accordion .at-tab__inner > h3 {
  font-size: 3.2rem;
  text-align: center;
  line-height: calc(60 / 32);
  font-weight: bold;
  margin: 7rem 0 1rem;
}

.maps .accordion .at-tab__inner > h3:nth-child(1) {
  margin: 2rem 0 1rem;
}

.maps .accordion .at-tab__inner table th,
.maps .accordion .at-tab__inner table td {
  font-size: 2.6rem;
  line-height: calc(40 / 26);
  display: block;
  text-align: left;
  font-weight: 500;
}

.maps .accordion .at-tab__inner table th {
  color: #2eb6e3;
  padding: 2rem 0 0;
}

.maps .accordion .at-tab__inner table td {
  padding: 0 0 2rem;
  border-bottom: 1px solid #2eb6e3;
}

.maps .accordion .at-tab__inner table tr:first-child th {
  padding: 0;
}

.maps .accordion .at-tab__inner table tr:last-child td {
  border-bottom: none;
}

.maps .accordion .at-tab__inner table tr:last-child td > a {
  color: #333;
}

.maps .accordion .at-tab__inner .map_frame {
  height: 34.5rem;
}

.maps .accordion .at-tab__inner .map_frame iframe {
  width: 100%;
  height: 100%;
}

.maps .accordion .at-tab__inner .mapLink {
  margin-top: 4rem;
  padding: 0 1rem;
}

.maps .accordion .at-tab__inner .mapLink > a:hover {
  opacity: 0.8;
}

.faq {
  background-color: #eff4f3;
  padding-bottom: 8rem;
}

.faq .title > span {
  font-size: 3rem;
  top: 56%;
  font-weight: 500;
}

.faq .at-tab {
  display: none;
}

.faq .faqList {
  margin-top: 1rem;
  padding: 0 4rem;
}

.faq .at-title {
  border-bottom: dashed 0.3rem #2eb6e3;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #2eb6e3;
  padding: 2rem 0;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.faq .at-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #2eb6e3;
  z-index: 1;
  transition: transform 0.3s ease;
}

.faq .at-title.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq .at-title .num {
  font-size: 5rem;
}

.faq .at-title h2 {
  font-size: 4rem;
}

.faq .at-tab {
  font-size: 3.2rem;
  line-height: calc(65 / 32);
  text-align: justify;
  padding: 3rem 0;
}

.faq .at-tab ul {
  list-style: none;
  margin-top: 1rem;
}

.faq .at-tab ul li {
  font-size: 2.6rem;
  line-height: calc(55 / 28);
}

@media screen and (max-width: 749px) {
  .slick-slide {
    width: 90vw !important;
    margin: 0 3.33333333333333vw;
  }
  .slick-slide img {
    width: 100%;
  }
}

#floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  display: none;
}

.floating-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 6rem;
}

.floating-inner > a {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.text-32px {
  font-size: 3.2rem;
}

.text-35px {
  font-size: 3.5rem;
}

.text-50px {
  font-size: 5rem;
}

.access-slider .slick-slide img {
  border-radius: 0;
  box-shadow: none;
}

.access-slider-txt {
  text-align: center;
  margin-top: 1rem;
  font-size: 2rem;
}

.access-slider .slick-slide {
  padding-bottom: 2rem;
}

.access-slider {
  margin-top: 3.5rem;
  border-top: 1px solid #2eb6e3;
}

.access-slider-title {
  font-size: 2.6rem;
  line-height: calc(40 / 26);
  display: block;
  text-align: left;
  font-weight: 500;
  padding: 2rem 0 0;
  color: #2eb6e3;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .access-slider .slick-slide {
    width: 79.75vw !important;
  }
}