@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------
common
------------------------------*/
body {
  color: #080808;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1109px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-tab {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .is-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------- 配置位置 ----------*/
.text-ctr {
  margin: 0 auto;
  text-align: center;
}

/*------------------------------
message
------------------------------*/
.message {
  padding: 70px 0 14%;
  position: relative;
  overflow: hidden;
}
.message p {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.035em;
}
@media (max-width: 999px) {
  .message {
    padding: 47px 0 102px;
  }
  .message p {
    width: 456px;
    max-width: 100%;
    margin: 24px auto 0;
  }
}
@media (max-width: 767px) {
  .message {
    padding: 6% 0 15%;
  }
  .message p {
    width: 87%;
    margin: 3.7% auto 0;
    font-size: 3.5vw;
  }
}

.message-inner {
  width: 943px;
  position: relative;
}
@media (max-width: 767px) {
  .message-inner {
    width: 100%;
    padding: 0 4%;
  }
}

.message-banner {
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 10%, 100% 90%, 96% 100%, 4% 100%, 0 90%, 0 10%);
          clip-path: polygon(4% 0, 96% 0, 100% 10%, 100% 90%, 96% 100%, 4% 100%, 0 90%, 0 10%);
}

.message_dec {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.message_dec.message_dec2 {
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .message_dec {
    z-index: 10;
  }
  .message_dec.anim_act {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}

.message_dec1 {
  background: url(../images/ent/img_01.png) no-repeat center center/100%;
  aspect-ratio: 450/446;
  width: 16%;
  max-width: 231px;
  left: 0%;
  top: 70%;
  transform: translate(-40%, -50%);
}
@media (max-width: 999px) {
  .message_dec1 {
    width: 33%;
    left: 0%;
    top: 50%;
    transform: translate(-40%, -50%);
  }
}
@media (max-width: 767px) {
  .message_dec1 {
    top: 62.3%;
    width: 35%;
    left: -0.6vw;
  }
}

.message_dec2 {
  background: url(../images/ent/img_02.png) no-repeat center center/100%;
  aspect-ratio: 534/604;
  width: 19%;
  max-width: 274px;
  right: 0%;
  top: 30%;
  transform: translate(34%, -50%);
}
@media (max-width: 999px) {
  .message_dec2 {
    width: 30%;
    right: 0%;
    top: 50%;
    transform: translate(34%, -50%);
  }
}
@media (max-width: 767px) {
  .message_dec2 {
    top: 67.4%;
    width: 36%;
    transform: translate(0, -50%);
    right: -16.5vw;
  }
}

@media screen and (min-width: 768px) {
  .message.fadeinTr.anim_act .message_dec {
    opacity: 1;
  }
}

.message-heading {
  width: 816px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .message-heading {
    width: 365px;
    margin: 48px auto 0;
  }
}
@media (max-width: 767px) {
  .message-heading {
    width: 73%;
    margin: 8% auto 7%;
  }
}

.message-content {
  margin: 50px auto 33px;
  display: flex;
  align-items: center;
  background: url(../images/ortho/message_bg.png) no-repeat center center/cover;
  aspect-ratio: 651/214;
}
.message-content h2 {
  width: 457px;
  max-width: 100%;
}
@media (max-width: 999px) {
  .message-content {
    display: block;
    background: unset;
    aspect-ratio: unset;
  }
  .message-content h2 {
    width: 372px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .message-content {
    margin: 10% auto 0;
  }
  .message-content h2 {
    width: 84%;
  }
}

.message-img {
  width: 376px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message-img {
    width: 78%;
    position: relative;
  }
}

/*------------------------------
features
------------------------------*/
.features {
  background: #EAF5FA;
  padding: 90px 0 85px;
  padding-top: 0;
  position: relative;
  -webkit-clip-path: inset(-100% 0);
          clip-path: inset(-100% 0);
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #EAF5FA;
  border-radius: 80%;
  width: 100%;
  aspect-ratio: 1552/310;
  z-index: -1;
}
.features h2 {
  width: 614px;
  max-width: 100%;
  position: relative;
  top: max(-4.4vw, -63px);
}
@media (max-width: 999px) {
  .features {
    padding: 90px 0 65px;
  }
  .features h2 {
    width: 411px;
    top: -95px;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 90px 0 45px;
  }
  .features h2 {
    width: 270px;
    top: -70px;
  }
}

.featuresWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.features_dec {
  position: absolute;
}
.features_dec.features_dec1 {
  width: 36%;
  max-width: 519px;
  left: 0;
  top: 12%;
  transform: translateX(-16%);
}
.features_dec.features_dec2 {
  width: 36%;
  max-width: 519px;
  right: 0;
  top: 67%;
  transform: translateX(16%);
}
.features_dec.features_dec3 {
  width: 36%;
  max-width: 519px;
  left: 0;
  top: 85%;
  transform: translateX(-16%);
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .features_dec.features_dec1 {
    top: 17%;
  }
  .features_dec.features_dec2 {
    position: relative;
    margin: 0 auto;
    width: 80%;
    max-width: 519px;
    right: 0;
    top: 0;
    transform: unset;
  }
  .features_dec.features_dec3 {
    position: relative;
    margin: 17% auto 0;
    width: 86%;
    max-width: 519px;
    left: 0;
    top: 0;
    transform: unset;
  }
}
@media (max-width: 767px) {
  .features_dec.features_dec1 {
    width: 53%;
    max-width: 519px;
    right: 0;
    left: unset;
    top: 38.3%;
    transform: translateX(16%);
  }
  .features_dec.features_dec2 {
    width: 70%;
    max-width: 519px;
    right: unset;
    left: 0;
    top: 69.3%;
    transform: translateX(-16%);
  }
  .features_dec.features_dec3 {
    width: 60%;
    max-width: 519px;
    left: unset;
    right: 0;
    top: 85.7%;
    transform: translateX(16%);
  }
}

.features__inner {
  position: relative;
}

.features-items {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .features-items {
    width: 680px;
    margin: -50px auto 0;
  }
}
@media (max-width: 767px) {
  .features-items {
    width: 100%;
    max-width: 320px;
    margin-top: -30px;
  }
}

.features-item:nth-child(n+2) {
  margin-top: 100px;
}
.features-item h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.126em;
  color: #3CC4B0;
  margin-top: 27px;
}
@media (max-width: 999px) {
  .features-item:nth-child(n+2) {
    margin-top: 50px;
  }
  .features-item h4 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .features-item:nth-child(n+2) {
    margin-top: 80px;
    position: relative;
  }
  .features-item:nth-child(n+2)::after {
    content: "";
    position: absolute;
    background: url(../images/ortho/dec1.png) no-repeat center center/100%;
    aspect-ratio: 506/26;
    width: 80%;
    left: 50%;
    top: -40px;
    transform: translate(-50%, -50%);
  }
  .features-item h4 {
    margin-top: 1.2em;
  }
}

.features-flex {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .features-flex:nth-child(2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 999px) {
  .features-flex.features-flex2 {
    margin-top: 0px;
  }
  .features-flex.features-flex3 {
    margin-top: 50px;
  }
}

.features-block {
  width: 47%;
}
.features-block p {
  font-size: min(1.6rem, 1.4427412083vw);
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.035em;
}
.features-block p span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 999px) {
  .features-block p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .features-block p span {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .features-block {
    width: 100%;
  }
}

.features-item-top {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.features-item-top img {
  width: min(52px, 4.688908927vw);
  margin-right: min(25px, 2.254283138vw);
}
@media (max-width: 999px) {
  .features-item-top img {
    width: 34px;
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .features-item-top {
    margin-bottom: 10px;
  }
}

.features-item-title h3 {
  font-size: min(2.9rem, 2.61496844vw);
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  display: inline;
  padding: 0.3em 0.7em;
  background: #72D6C7;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  webkit-box-decoration-break: clone;
}
.features-item-title.pat2 {
  margin-top: 0.5em;
}
.features-item-title.pat2 h3 {
  display: block;
  line-height: 1.3;
}
.features-item-title span {
  font-size: min(2.2rem, 1.9837691614vw);
  letter-spacing: 0.07em;
}
@media (max-width: 999px) {
  .features-item-title h3 {
    font-size: 2rem;
    padding: 0.3em 0.4em;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
}
@media (max-width: 767px) {
  .features-item-title span {
    font-size: 1.5rem;
  }
}

.features-item_images img:nth-child(2) {
  margin: 22px 0;
}

.features-item_img {
  margin: 20px 0 24px;
}
@media screen and (max-width: 999px) {
  .features-item_img {
    margin: 20px 0 10px;
  }
}

.features-list {
  margin-top: 27px;
}
.features-list li {
  font-size: min(1.6rem, 1.4427412083vw);
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.035em;
}
.features-list li:nth-child(n+2) {
  margin-top: 38px;
}
.features-list li span {
  display: block;
  font-size: min(2.2rem, 1.9837691614vw);
  font-weight: 700;
  line-height: 1.5909090909;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .features-list li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .features-list li:nth-child(n+2) {
    margin-top: 20px;
  }
  .features-list li span {
    font-size: 1.5rem;
    margin-bottom: 0.7em;
  }
}

/*------------------------------
greeting
------------------------------*/
.greeting {
  padding: 68px 0 75px;
  position: relative;
}
.greeting::before {
  content: "";
  position: absolute;
  background: url(../images/ortho/dec_greeting.png) no-repeat center center/cover;
  aspect-ratio: 2882/683;
  width: 100%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.greeting .inner {
  position: relative;
}
.greeting h2 {
  width: 678px;
  max-width: 100%;
}
@media (max-width: 999px) {
  .greeting {
    padding: 67px 0 41px;
  }
  .greeting::before {
    aspect-ratio: 2882/1493;
  }
  .greeting h2 {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .greeting {
    padding: 30px 0 25px;
  }
  .greeting::before {
    aspect-ratio: 2882/2393;
  }
  .greeting h2 {
    width: 300px;
  }
}

.greeting-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 999px) {
  .greeting-container {
    display: block;
    width: 577px;
    max-width: 100%;
    margin: 21px auto 0;
  }
}
@media (max-width: 767px) {
  .greeting-container {
    margin-top: 25px;
    width: 320px;
  }
}

.greeting-img {
  aspect-ratio: 315/91;
  width: 29%;
  margin-left: 5%;
}
@media (max-width: 999px) {
  .greeting-img {
    width: 268px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .greeting-img {
    width: 150px;
    aspect-ratio: unset;
  }
}

.greeting-content {
  width: 59%;
  margin-top: 20px;
}
.greeting-content p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.greeting-content span {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  letter-spacing: 0.06em;
}
@media (max-width: 999px) {
  .greeting-content {
    width: 100%;
  }
  .greeting-content span {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .greeting-content p {
    margin-top: 15px;
  }
  .greeting-content span {
    margin-top: 1.2em;
    line-height: 1.5;
  }
}

/*------------------------------
profile
------------------------------*/
.profile {
  padding: 45px 0 55px;
  background: #F5F7F6;
}
.profile h2 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1052631579;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .profile {
    padding: 40px 0 50px;
  }
  .profile h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .profile h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .profile__inner {
    padding: 0;
  }
}

.profile-content {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
@media (max-width: 999px) {
  .profile-content {
    display: block;
    width: 577px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .profile-content {
    width: 400px;
    max-width: 100%;
    padding-left: min(38px, 9.5%);
  }
}

.profile-block {
  width: 48.5%;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.035em;
}
@media (max-width: 999px) {
  .profile-block {
    width: 100%;
  }
  .profile-block:nth-child(2) {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .profile-block {
    font-size: 1.4rem;
    font-size: min(1.4rem, 3.5vw);
    line-height: 1.8571428571;
  }
  .profile-block:nth-child(2) {
    margin-top: 20px;
  }
}

.profile-info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.375;
}
.profile-info dt:nth-of-type(n + 2), .profile-info dd:nth-of-type(n + 2) {
  margin-top: 7px;
}
.profile-info dt {
  width: 78px;
}
.profile-info dd {
  width: calc(100% - 78px);
}
@media (max-width: 767px) {
  .profile-info {
    line-height: 1.7;
  }
  .profile-info dt:nth-of-type(n + 2), .profile-info dd:nth-of-type(n + 2) {
    margin-top: 4px;
    margin-top: 0;
  }
  .profile-info dt {
    width: 17%;
  }
  .profile-info dd {
    width: 83%;
  }
}

/*------------------------------
access
------------------------------*/
.access {
  padding-top: 80px;
}
.access h2 {
  width: 472px;
  max-width: 100%;
}
.access h3 {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  color: #57C8A2;
  margin-top: 51px;
}
@media (max-width: 999px) {
  .access {
    padding-bottom: 58px;
  }
  .access h3 {
    font-size: 3.7rem;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .access {
    padding-top: 50px;
  }
  .access h2 {
    width: 232px;
  }
  .access h3 {
    font-size: 2.3rem;
  }
}

.access-img {
  display: none;
  margin-top: 25px;
}
.access-img p {
  font-size: 1.4rem;
  letter-spacing: 0.025rem;
  margin-top: 10px;
}
@media (max-width: 999px) {
  .access-img {
    display: block;
  }
}

.access-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .access-container {
    display: block;
    width: 490px;
    max-width: 100%;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .access-container {
    width: 320px;
  }
}

.access-map {
  width: 55%;
  aspect-ratio: 605/352;
}
.access-map p {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 21px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  .access-map {
    width: 490px;
    max-width: 100%;
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .access-map {
    aspect-ratio: unset;
  }
  .access-map p {
    font-size: 1.6rem;
  }
}

.access-content {
  width: 42%;
}
.access-content h4 {
  font-size: 2.1rem;
  line-height: 1;
  margin-top: 40px;
  font-weight: bold;
}
.access-content p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 10px;
}
@media (max-width: 999px) {
  .access-content {
    width: 100%;
  }
}

.access-logo {
  width: 399px;
  max-width: 100%;
  margin-top: 42px;
}
@media (max-width: 999px) {
  .access-logo {
    margin: 46px auto 48px;
  }
}
@media (max-width: 767px) {
  .access-logo {
    width: 280px;
  }
}

.access-btn a {
  display: inline-block;
  width: 335px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #57C8A2;
  border: 2px solid #57C8A2;
  border-radius: 30px;
  text-align: center;
  padding: 14px 0;
  margin-top: 45px;
}
@media (max-width: 999px) {
  .access-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .access-btn a {
    width: 255px;
  }
}

.access-reserve {
  display: flex;
  justify-content: center;
  margin: 61px 0 52px;
}
@media screen and (max-width: 999px) {
  .access-reserve {
    flex-direction: column;
    width: 490px;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .access-reserve {
    width: 255px;
    max-width: 100%;
    margin: 24px auto 35px;
  }
}

@media screen and (min-width: 1000px) {
  .access-reserve_01 {
    width: 457px;
    margin-right: 37px;
  }
}

@media screen and (min-width: 1000px) {
  .access-reserve_02 {
    width: 359px;
  }
}
@media screen and (max-width: 999px) {
  .access-reserve_02 {
    margin-top: 20px;
  }
}

/*------------------------------
information
------------------------------*/
@media (max-width: 999px) {
  .information-inner {
    padding: 0;
  }
}

.fadeinBT {
  transform: translateY(10%);
  opacity: 0;
}

.fadeinLR {
  transform: translateX(-10%);
  opacity: 0;
}

.fadeinRL {
  transform: translateX(10%);
  opacity: 0;
}

.fadein {
  opacity: 0;
}

.anim_act {
  -webkit-animation: fadein 0.5s ease-in forwards;
  animation: fadein 0.5s ease-in forwards;
}

@media (min-width: 768px) {
  .animD03 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .animD05 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .animD1 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .animD15 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .animD2 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .animD25 {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .animD3 {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@-webkit-keyframes fadein {
  to {
    transform: initial;
    opacity: 1;
  }
}
@keyframes fadein {
  to {
    transform: initial;
    opacity: 1;
  }
}

.teaser-Headline{
  width: 943px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  margin-bottom: 70px;
  line-height: 1.4;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #6b594d;
  font-weight: bold;
}
.teaser-Headline .teaser-Pc{
  display: block;
}

@media (max-width: 767px){
  .teaser-Headline{
    width: 100%;
    padding: 0 4%;
    font-size: 19px;
    margin-bottom: 6%;
  }
  .teaser-Headline .teaser-Sp{
    display: block;
  }
}