/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: inherit;
}

ul,
ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em,
strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  table-layout: fixed;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select,
option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

button {
  font: inherit;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/* IE
-----------------------------------------------------------------*/
main {
  display: block;
}

.c-fadein {
  opacity: 0;
  transition: transform ease 1s, opacity ease 1s;
}

.c-fadein.to-top {
  transform: translateY(50px);
}

.c-fadein.to-bottom {
  transform: translateY(-50px);
}

.c-fadein.to-right {
  transform: translateX(-50px);
}

.c-fadein.to-left {
  transform: translateX(50px);
}

.c-fadein.to-rt {
  transform: translate(-50px, 50px);
}

.c-fadein.to-rb {
  transform: translate(-50px, -50px);
}

.c-fadein.to-lt {
  transform: translate(50px, 50px);
}

.c-fadein.to-lb {
  transform: translate(50px, -50px);
}

.c-fadein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-slidein {
  opacity: 0;
  transition: transform ease-out 0.5s, opacity ease-out 0.5s;
}

.c-slidein.to-top {
  transform: translateY(100vh);
}

.c-slidein.to-bottom {
  transform: translateY(-100vh);
}

.c-slidein.to-right {
  transform: translateX(-100vw);
}

.c-slidein.to-left {
  transform: translateX(100vw);
}

.c-slidein.to-rt {
  transform: translate(-100vw, 100vh);
}

.c-slidein.to-rb {
  transform: translate(-100vw, -100vh);
}

.c-slidein.to-lt {
  transform: translate(100vw, 100vh);
}

.c-slidein.to-lb {
  transform: translate(100vw, -100vh);
}

.c-slidein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-reveal {
  opacity: 0;
  transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.c-reveal.to-right {
  clip-path: inset(0 100% 0 0);
}

.c-reveal.to-left {
  clip-path: inset(0 0 0 100%);
}

.c-reveal.to-top {
  clip-path: inset(100% 0 0 0);
}

.c-reveal.to-bottom {
  clip-path: inset(0 0 100% 0);
}

.c-reveal.inview {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.ease-in {
  transition-timing-function: ease-in;
}

.ease-out {
  transition-timing-function: ease-out;
}

.ease-in-out {
  transition-timing-function: ease-in-out;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight:500;	
  letter-spacing: 0;
  line-height: 2;
  min-width: 375px;
  scroll-behavior: auto !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.top-mv {
  position: relative;
  width: 100%;
  height: 52.0833333333vw;
  background: url(../img/top/mv.jpg) center/cover no-repeat;
}
.top-mv__catch {
  padding-top: 11.8vw;
  font: 600 36px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.14em;
  color: #3f3f3f;
  text-align: center;
}
.top-mv__catch span {
  font-size: 48px;
}

.top-mission {
  padding: 71px 0 144px;
  background: #f9f9f9;
}
.top-mission .c-top-ttl02__en {
  font-size: 62px;
  line-height: 1;
}
.top-mission .c-top-ttl02__ja {
  padding-top: 5px;
  font-size: 16px;
}
.top-mission__txt {
  margin: 29px auto 0;
  padding: 50px 87px 42px;
  max-width: 1000px;
  width: 80%;
  font: 500 20px/1.5 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.125em;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
}
.top-mission__br {
  display: inline-block;
}
.top-mission__list {
  padding-top: 16px;
  display: inline-block;
  line-height: 1.8;
}

.top-photo__img {
  position: relative;
  position: relative;
}
.top-photo__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.3973958333);
}
.top-photo__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-photo__txt {
  position: absolute;
  bottom: 13.5%;
  left: 7.7%;
  font: 700 5.2083333333vw "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #c1ea4e;
}

.top-about {
  padding: 63px 0 80px;
  position: relative;
  background: #f4f5f6;
}
.top-about__inner {
  padding: 0 70px;
}
.top-about .c-top-ttl01 {
  padding-left: 94px;
}
.top-about-list {
  margin-top: 97px;
  padding: 0 5.0561797753% 40px;
  position: relative;
  display: flex;
  gap: 5%;
}
.top-about-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49.8007968127%;
  background: #fff;
}
.top-about-item {
  width: 30%;
  position: relative;
}
.top-about-item a:hover .top-about-item__txt::after {
  right: 35px;
}
.top-about-item__img {
  position: relative;
  position: relative;
}
.top-about-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.75);
}
.top-about-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about-item__img img {
  border-radius: 30px;
}
.top-about-item__img-txt {
  position: absolute;
  top: -39px;
  left: 26px;
  font: 500 48px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #c1ea4e;
  z-index: 1;
}
.top-about-item__txt {
  position: relative;
  padding: 28px 90px 30px 26px;
  font: 500 30px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
  color: #0a2454;
}
.top-about-item__txt::after {
  position: absolute;
  content: "";
  top: 31px;
  right: 45px;
  width: 38px;
  height: 38px;
  background: url(../img/common/circle-arrow.png) center/cover no-repeat;
  transition: all 0.2s;
}
.top-about .c-scroll-infinity {
  padding-top: 57px;
}

.top-greeting {
  padding-bottom: 140px;
  background: #fff;
}
.top-greeting .c-top-ttl02 {
  position: relative;
}
.top-greeting .c-top-ttl02::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 376px;
  background: #fff;
  border-radius: 50%;
}
.top-greeting__box {
  margin-top: 56px;
  display: flex;
  gap: 8.125%;
  position: relative;
  z-index: 1;
}
.top-greeting__img {
  width: 49.4791666667%;
  align-self: baseline;
  position: relative;
}
.top-greeting__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.6842105263);
}
.top-greeting__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-greeting__img img {
  border-radius: 0 30px 30px 0;
}
.top-greeting__txt {
  margin-top: 96px;
  width: 30.8333333333%;
}
.top-greeting__detail {
  font: 500 18px/3.3333333333 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.07em;
  color: #3d3d3d;
}
.top-greeting__role {
  padding-top: 52px;
  font: 500 24px/2 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.07em;
  color: #3d3d3d;
  text-align: right;
}
.top-greeting__name {
  padding-top: 6px;
  font: 500 36px/1.3333333333 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.07em;
  color: #3d3d3d;
  text-align: right;
}
.top-greeting__name-img {
  margin-top: -10px;
  text-align: right;
}
.top-greeting__name-img img {
  max-width: 490px;
  width: 100%;
}

.top-vision {
  padding-top: 579px;
  position: relative;
}
.top-vision::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/vision-bg.jpg) center/cover no-repeat;
  z-index: -1;
}
.top-vision .c-top-ttl02__ja {
  padding-top: 23px;
}
.top-vision__txt {
  position: relative;
  padding-top: 51px;
  background: linear-gradient(to bottom, transparent, transparent 100px, #f4f5f6 100px);
}
.top-vision__txt::before {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 376px;
  background: #f4f5f6;
  border-radius: 50%;
}
.top-vision__txt p {
  position: relative;
  width: 688px;
  margin: auto;
  font: 500 18px/2.6666666667 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.07em;
  color: #0a2454;
}

.top-clinic {
  position: relative;
  padding-top: 220px;
  background: #f4f5f6;
}
.top-clinic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 376px;
  bottom: -18px;
  left: 0;
  transform: translateY(50%);
  border-radius: 50%;
  background: #f4f5f6;
  z-index: 1;
}
.top-clinic__inner {
  position: relative;
  width: 92.7083333333%;
  margin-left: auto;
  padding: 100px 173px 115px 131px;
  background: #fff;
  border-radius: 80px 0 0 80px;
  z-index: 1;
}
.top-clinic .c-top-ttl01 {
  margin-top: -234px;
  padding-left: 44px;
  gap: 35px;
}
.top-clinic__box {
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
}
.top-clinic__txt {
  position: relative;
  margin-top: 267px;
  width: 37.2628794038%;
  font: 500 18px/2.6666666667 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.07em;
  color: #0a2454;
}
.top-clinic__txt .c-circle {
  top: -254px;
  left: -188px;
}
.top-clinic__bnrs {
  width: 54.2005420054%;
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.top-clinic-bnr a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.19);
}
.top-clinic-bnr a:hover {
  transition: opacity 0.2s ease;
}
.top-clinic-bnr a:hover:hover {
  opacity: 0.7;
}
.top-clinic-bnr__txt {
  width: 48.625%;
  position: relative;
  color: #fff;
  border-radius: 30px 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-clinic-bnr__txt-ja {
  font: 500 24px/2 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
.top-clinic-bnr__txt-en {
  position: absolute;
  bottom: -4px;
  left: 0;
  font: 500 80px/1 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.07em;
  opacity: 0.15;
  z-index: 1;
}
.top-clinic-bnr__img {
  width: 51.375%;
  position: relative;
}
.top-clinic-bnr__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.6082725061);
}
.top-clinic-bnr__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-clinic-bnr__img img {
  border-radius: 0 30px 30px 0;
}
.top-clinic-bnr:nth-of-type(1) .top-clinic-bnr__txt {
  background: #f4a60f;
}
.top-clinic-bnr:nth-of-type(2) .top-clinic-bnr__txt {
  background: #114682;
}
.top-clinic-bnr:nth-of-type(3) .top-clinic-bnr__txt {
  background: #fb7595;
}

.top-voice {
  padding-top: 198px;
  position: relative;
  overflow-x: hidden;
  background: #fff;
}
.top-voice .c-circle {
  top: 275px;
  right: 247px;
}
.top-voice .c-top-ttl01 {
  padding-left: 16.7708333333vw;
  gap: 25px;
}
.top-voice .c-top-ttl01__en {
  letter-spacing: 0.145em;
}
.top-voice .c-top-ttl01__en::before {
  bottom: 7px;
}
.top-voice .c-top-ttl01__ja {
  letter-spacing: 0.13em;
}
.top-voice-list {
  margin-top: 128px;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 124px;
}
.top-voice-item {
  display: flex;
  position: relative;
  z-index: 11;
}
.top-voice-item:nth-of-type(2n) {
  justify-content: flex-end;
}
.top-voice-item:nth-of-type(2n) .top-voice-item__img {
  order: 1;
}
.top-voice-item:nth-of-type(2n) .top-voice-item__img img {
  border-radius: 40px 0 0 40px;
}
.top-voice-item:nth-of-type(2n) .top-voice-item__txt {
  order: 0;
  margin: 42px -67px 0 0px;
}
.top-voice-item:nth-of-type(2n) .top-voice-item__txt::before {
  top: 41px;
  left: auto;
  right: -68px;
  transform: scale(-1, 1);
}
.top-voice-item:nth-of-type(2n) .top-voice-item__ttl-en {
  top: -52px;
  right: 62px;
}
.top-voice-item__img {
  width: 47.3958333333%;
  align-self: baseline;
  position: relative;
}
.top-voice-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.5604395604);
}
.top-voice-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-voice-item__img img {
  border-radius: 0 40px 40px 0;
}
.top-voice-item__txt {
  width: 41.9791666667%;
  align-self: center;
  position: relative;
  margin: 25px 0 0 -100px;
  padding: 45px 55px 51px;
  background: #f5f5f5;
  border-radius: 30px;
  z-index: 1;
}
.top-voice-item__txt::before {
  position: absolute;
  content: "";
  top: 32px;
  left: -59px;
  width: 89px;
  height: 63px;
  background: url(../img/top/voice-balloon-bg.png) center/cover no-repeat;
}
.top-voice-item__ttl-en {
  position: absolute;
  top: -46px;
  right: -25px;
  font: 500 60px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #c1ea4e;
}
.top-voice-item__ttl-ja {
  padding-left: 8px;
  font: 500 28px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #0a2454;
}
.top-voice-item__detail {
  padding-top: 30px;
  font: 500 16px/1.75 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #4a4949;
}
.top-voice .c-scroll-infinity {
  position: absolute;
  top: calc(50% - 72px);
}
.top-voice .c-scroll-infinity__item {
  width: 720px;
}

.top-education {
  padding-top: 173px;
  padding-bottom: 177px;
  position: relative;
  background: linear-gradient(to bottom, #fff, #fff 253px, #f4f5f6 253px);
}
.top-education::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 376px;
  top: 253px;
  left: 0;
  transform: translateY(-50%);
  background: #f4f5f6;
  border-radius: 50%;
}
.top-education .c-circle {
  top: 23px;
  left: -222px;
}
.top-education .c-top-ttl01 {
  justify-content: flex-end;
  padding-right: 247px;
}
.top-education .c-top-ttl01__en::before {
  bottom: -18px;
}
.top-education__box {
  margin: 45px 0 159px;
  display: flex;
  gap: 68px;
}
.top-education__img {
  width: 49.7916666667%;
  transform: translateY(-99px);
  align-self: baseline;
  position: relative;
}
.top-education__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.5230125523);
}
.top-education__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-education__img img {
  border-radius: 0 250px 250px 0;
}
.top-education__txt {
  width: 36.9791666667%;
}
.top-education__ttl {
  position: relative;
  font: 500 24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #0a2454;
}
.top-education__detail {
  padding-top: 50px;
  font: 500 18px/2.2222222222 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
}
.top-education-list {
  margin: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 55px;
}
.top-education-list + .top-education-list {
  margin-top: 100px;
  justify-content: flex-start;
}
.top-education-item {
  width: 26.8817204301%;
}
.top-education-item a:hover .top-education-item__ttl::after {
  right: 26px;
}
.top-education-item__img {
  position: relative;
}
.top-education-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.56);
}
.top-education-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-education-item__img img {
  border-radius: 40px;
}
.top-education-item__ttl {
  padding: 26px 75px 0 15px;
  position: relative;
  font: 500 24px/2 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #0a2454;
}
.top-education-item__ttl::after {
  position: absolute;
  content: "";
  top: 31px;
  right: 34px;
  width: 38px;
  height: 38px;
  background: url(../img/common/circle-arrow.png) center/cover no-repeat;
  transition: all 0.2s;
}

.top-entry {
  position: relative;
  height: 870px;
  background: url(../img/top/entry-bg.jpg) center/cover no-repeat;
}
.top-entry::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 5.7291666667vw;
  width: 141px;
  height: 356px;
  background: url(../img/top/entry01.png) center/cover no-repeat;
}
.top-entry::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 4.8958333333vw;
  width: 156px;
  height: 369px;
  background: url(../img/top/entry02.png) center/cover no-repeat;
}
.top-entry-ttl {
  padding: 96px 0 0 17.1875vw;
  display: flex;
  align-items: center;
  gap: 8.3333333333vw;
}
.top-entry-ttl__ja {
  padding-top: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 500 1.3541666667vw "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7692307692;
  text-align: center;
  color: #0a2454;
  background: #c1ea4e;
  width: 11.4583333333vw;
  height: 11.4583333333vw;
  border-radius: 50%;
}
.top-entry-ttl__ja::before {
  position: absolute;
  content: "";
  width: 17.2395833333vw;
  height: 17.2395833333vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/top/circle-entry.png) center/cover no-repeat;
  animation: rotate-loop2 20s infinite linear 0.5s both;
}
@keyframes rotate-loop2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.top-entry-ttl__en {
  font: 700 15.625vw "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #c1ea4e;
  opacity: 0.7;
  line-height: 220px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.top-entry-list {
  margin: 86px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;	
  width: 67.7083333333vw;
    gap: 30px;	
  position: relative;
  z-index: 1;
}
.top-entry-item {
  width: 45%;
  height: 150px;
}
.top-entry-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 500 24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.13em;
  color: #514a4a;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px;
}
.top-entry-item a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 29px);
  height: calc(100% - 28px);
  border-radius: 20px;
  border: 2px solid #c1ea4e;
}
.top-entry-item a:hover {
  transition: opacity 0.2s ease;
}
.top-entry-item a:hover:hover {
  opacity: 0.7;
}

.top-insta {
  height: 200px;
  background: #fff;
}

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

@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
  .c-fadein.sp-only,
  .c-slidein.sp-only,
  .c-reveal.sp-only {
    opacity: 1;
    transform: none;
  }
}

@media screen and (max-width: 1399px) {
  .top-mv__catch {
    padding-top: 10vw;
    font-size: 28px;
  }
  .top-mv__catch span {
    font-size: 38px;
  }
  .top-about__inner {
    padding: 0 40px;
  }
  .top-about .c-top-ttl01 {
    padding-left: 20px;
  }
  .top-about-item__img-txt {
    top: -30px;
    font-size: 32px;
  }
  .top-about-item__txt {
    padding: 15px 80px 15px 20px;
    font-size: 20px;
  }
  .top-about-item__txt::after {
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .top-clinic__inner {
    padding: 50px;
  }
  .top-clinic .c-top-ttl01 {
    margin-top: -130px;
    padding-left: 0;
  }
  .top-clinic__txt {
    width: 40%;
  }
  .top-clinic__txt .c-circle {
    left: -100px;
  }
  .top-clinic-bnr__txt-ja {
    font-size: 20px;
  }
  .top-clinic-bnr__txt-en {
    font-size: 44px;
  }
  .top-voice .c-circle {
    top: 220px;
    right: 70px;
  }
  .top-education .c-circle {
    top: 4px;
    left: -210px;
  }
  .top-education__img {
    transform: none;
  }
  .top-education-list {
    gap: 30px;
  }
  .top-education-item {
    width: 30%;
  }
  .top-education-item a:hover .top-education-item__ttl::after {
    right: 0;
  }
  .top-education-item__ttl {
    padding: 14px 40px 0 0;
    font-size: 20px;
  }
  .top-education-item__ttl::after {
    top: 20px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .top-entry::before {
    left: 20px;
  }
  .top-entry::after {
    right: 20px;
  }
  .top-entry-ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-left: 60px;
    gap: 40px;
  }
  .top-entry-ttl__ja {
    font-size: 22px;
    width: 180px;
    height: 180px;
  }
  .top-entry-ttl__ja::before {
    width: 250px;
    height: 250px;
  }
  .top-entry-ttl__en {
    font-size: 180px;
  }
  .top-entry-list {
    width: 80%;
  }
  .top-entry-item a {
    padding: 12px;
  }
  .top-entry-item a::after {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
  }
}

@media screen and (max-width: 959px) {
  .top-mv__catch {
    font-size: 22px;
  }
  .top-mv__catch span {
    font-size: 30px;
  }
  .top-mission {
    padding: 35px 0 70px;
  }
  .top-mission .c-top-ttl02__en {
    font-size: 40px;
  }
  .top-mission .c-top-ttl02__ja {
    font-size: 14px;
  }
  .top-mission__txt {
    margin-top: 15px;
    padding: 20px 25px;
    width: calc(100% - 40px);
    font-size: 18px;
    border-radius: 10px;
  }
  .top-mission__br {
    display: inline;
  }
  .top-about {
    padding: 30px 0;
  }
  .top-about__inner {
    padding: 0 20px;
  }
  .top-about .c-top-ttl01 {
    padding-left: 0;
  }
  .top-about-list {
    margin-top: 50px;
    padding: 0 0 20px;
    flex-flow: column;
    gap: 30px;
  }
  .top-about-list::before {
    display: none;
  }
  .top-about-item {
    width: 100%;
  }
  .top-about-item__img img {
    border-radius: 15px;
  }
  .top-about-item__img-txt {
    top: -20px;
    left: 0;
    font-size: 24px;
  }
  .top-about-item__txt {
    padding: 10px 90px 10px 26px;
    font-size: 24px;
  }
  .top-about-item__txt::after {
    top: 12px;
  }
  .top-greeting {
    padding-bottom: 70px;
  }
  .top-greeting .c-top-ttl02::before {
    height: 93px;
  }
  .top-greeting__box {
    margin-top: 30px;
    flex-flow: column;
  }
  .top-greeting__img {
    width: 80%;
  }
  .top-greeting__img img {
    border-radius: 0 15px 15px 0;
  }
  .top-greeting__txt {
    margin: 50px 20px 0 auto;
    width: 85%;
  }
  .top-greeting__detail {
    font-size: 16px;
    line-height: 2.5;
  }
  .top-greeting__role {
    padding-top: 25px;
    font-size: 20px;
  }
  .top-greeting__name {
    font-size: 30px;
    line-height: 1.3333333333;
  }
  .top-vision {
    padding-top: 22.6666666667vw;
  }
  .top-vision::before {
    background-size: 100%;
  }
  .top-vision .c-top-ttl02__ja {
    padding-top: 8px;
  }
  .top-vision__txt {
    padding-top: 25px;
    background: #f4f5f6;
  }
  .top-vision__txt::before {
    top: 0;
    height: 93px;
  }
  .top-vision__txt p {
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 2.625;
  }
  .top-clinic {
    padding-top: 110px;
  }
  .top-clinic::before {
    height: 93px;
    bottom: 0;
  }
  .top-clinic__inner {
    padding: 20px;
    border-radius: 40px 0 0 40px;
  }
  .top-clinic .c-top-ttl01 {
    margin: -50px 0 0 -20px;
    gap: 8px;
  }
  .top-clinic .c-top-ttl01__en {
    font-size: 36px;
  }
  .top-clinic .c-top-ttl01__ja {
    font-size: 12px;
  }
  .top-clinic__box {
    margin-top: 120px;
    flex-flow: column;
    gap: 50px;
  }
  .top-clinic__txt {
    margin-top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .top-clinic__txt .c-circle {
    top: -100px;
    left: -40px;
  }
  .top-clinic__bnrs {
    width: 100%;
  }
  .top-clinic-bnr a {
    border-radius: 15px;
  }
  .top-clinic-bnr__txt {
    border-radius: 15px 0 0 15px;
  }
  .top-clinic-bnr__img img {
    border-radius: 0 15px 15px 0;
  }
  .top-voice {
    padding-top: 100px;
  }
  .top-voice .c-circle {
    top: 180px;
    right: 30px;
  }
  .top-voice .c-top-ttl01 {
    padding-left: 20px;
  }
  .top-voice-item {
    flex-flow: column;
    gap: 40px;
  }
  .top-voice-item:nth-of-type(2n) .top-voice-item__img {
    order: 0;
    margin-left: auto;
  }
  .top-voice-item:nth-of-type(2n) .top-voice-item__img img {
    border-radius: 20px 0 0 20px;
  }
  .top-voice-item:nth-of-type(2n) .top-voice-item__txt {
    order: 1;
    margin: 0 auto 0 20px;
  }
  .top-voice-item:nth-of-type(2n) .top-voice-item__txt::before {
    top: 20px;
    right: -34px;
  }
  .top-voice-item:nth-of-type(2n) .top-voice-item__ttl-en {
    top: -46px;
    right: 0;
  }
  .top-voice-item__img {
    width: 85%;
  }
  .top-voice-item__img img {
    border-radius: 0 20px 20px 0;
  }
  .top-voice-item__txt {
    width: 85%;
    margin: 0 20px 0 auto;
    padding: 25px;
    border-radius: 15px;
  }
  .top-voice-item__txt::before {
    top: 16px;
    left: -30px;
    width: 45px;
    height: 32px;
  }
  .top-voice-item__ttl-en {
    right: 0;
    font-size: 50px;
  }
  .top-voice-item__ttl-ja {
    padding-left: 0;
    font-size: 24px;
  }
  .top-voice-item__detail {
    padding-top: 20px;
  }
  .top-voice .c-scroll-infinity {
    top: calc(50% - 58px);
  }
  .top-voice .c-scroll-infinity__item {
    width: 360px;
  }
  .top-education {
    padding-top: 80px;
  }
  .top-education::before {
    height: 93px;
  }
  .top-education .c-circle {
    top: 70px;
    left: auto;
    right: 0;
  }
  .top-education .c-top-ttl01 {
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
  .top-education__box {
    margin: 70px 0 60px;
    flex-flow: column;
    gap: 30px;
  }
  .top-education__img {
    width: 95%;
  }
  .top-education__img img {
    border-radius: 0 125px 125px 0;
  }
  .top-education__txt {
    width: calc(100% - 40px);
    margin: auto;
  }
  .top-education__detail {
    padding-top: 25px;
    font-size: 16px;
    line-height: 2.125;
  }
  .top-education-list {
    flex-flow: column;
  }
  .top-education-list + .top-education-list {
    margin-top: 30px;
  }
  .top-education-item {
    width: 100%;
  }
  .top-education-item__img img {
    border-radius: 20px;
  }
  .top-entry {
    height: auto;
  }
  .top-entry::before {
    top: 96px;
    left: 5px;
    width: 70px;
    height: 178px;
  }
  .top-entry::after {
    top: 89px;
    right: 5px;
    width: 78px;
    height: 185px;
  }
  .top-entry-ttl {
    flex-flow: column;
    padding: 0;
    gap: 70px;
  }
  .top-entry-ttl__ja {
    margin-top: -60px;
  }
  .top-entry-ttl__en {
    font-size: 90px;
    line-height: 1;
    padding-bottom: 0;
  }
  .top-entry-list {
    margin-top: 60px;
    padding-bottom: 40px;
    flex-flow: column;
    gap: 30px;
  }
  .top-entry-item {
    width: 100%;
    height: 100px;
  }
  .top-entry-item a {
    font-size: 18px;
    border-radius: 10px;
  }
  .top-entry-item a::after {
    border-radius: 10px;
  }
  .top-insta {
    height: 400px;
  }
}

@media screen and (max-width: 959px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .c-slidein {
    transition-duration: 0.4s;
  }
  .c-reveal {
    transition-duration: 0.4s;
  }
  .c-fadein.pc-only,
  .c-slidein.pc-only,
  .c-reveal.pc-only {
    opacity: 1;
    transform: none;
  }
  body {
    font-size: 16px;
  }
  .top-mv {
    height: 58.6666666667vw;
  }
  .top-mv__catch {
    padding-top: 3vw;
    font-size: 16px;
  }
  .top-mv__catch span {
    font-size: 20px;
  }
  .top-clinic__bnrs {
    gap: 15px;
  }
  .top-clinic-bnr__txt-ja {
    font-size: 14px;
  }
  .top-clinic-bnr__txt-en {
    font-size: 30px;
  }
}


/*mv-sub*/
.mv-sub {
    background: url(img/bg_ttl_page.jpg) no-repeat center / cover;
    height: 400px;
    background: #e7e7e7;
    position: relative;
	margin-bottom: 100px;
}
h2.mv-sub-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    text-align: center;
    font-weight: 500;
    color: #0a2454;
    width: 100%;
}















/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9zYXNzL2Jhc2UvX3Jlc2V0LnNjc3MiLCJzdHlsZS5jc3MiLCIuLi8uLi9zcmMvc2Fzcy91dGlsaXRpZXMvX2FuaW1hdGlvbi5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvbGF5b3V0L19ib2R5LnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9hYnN0cmFjdHMvdmFyaWFibGVzL19mb250LnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9wYWdlcy9fdG9wLnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9hYnN0cmFjdHMvbWl4aW4vX2ZpeC1pbWctYXNwZWN0LXJhdGlvLnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9hYnN0cmFjdHMvbWl4aW4vX2hvdmVyLW9wYWNpdHkuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3V0aWxpdGllcy9fZGlzcGxheS5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvYWJzdHJhY3RzL21peGluL19tZWRpYXF1ZXJ5LnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O2tFQUFBO0FBSUE7a0VBQUE7QUFHQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7RUFnRkksT0FBQTtFQUNBLG9CQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxTQUFBO0VBQ0EsVUFBQTtFQUNBLGFBQUE7RUFDQSx3QkFBQTtFQUNBLHVCQUFBO0VBQ0EsOEJBQUE7QUNESjs7QURJQTtrRUFBQTtBQUdBO0VBQ0ksc0JBQUE7RUFDQSx1QkFBQTtFQUNBLGdCQUFBO0FDRko7O0FES0E7RUFDSSxtQkFBQTtBQ0ZKOztBREtBO0VBQ0ksa0JBQUE7RUFDQSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxnQkFBQTtFQUNBLHVCQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNGSjs7QURLQTs7RUFFSSxxQkFBQTtBQ0ZKOztBREtBO0VBQ0ksU0FBQTtFQUNBLFVBQUE7RUFD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 */