@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

:root {
  --bg-blue-gradient: linear-gradient(45deg, #53B5E1 25%, #CAE0DB 100%);
  --bg-pink-gradient: linear-gradient(45deg, #d8bfd8 25%, #bfd8bf 100%);
  --bg-aqua-solid: #b0c4de;
  --bg-aqua-solid2: #DDE5F0;
  --font--blue: #5cbee9;
  --font--dblue: #1ca4e1;
  --sub-color: #D0ECF8;
  --color-ora: #FF944F;
}

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

body {
  font-family: 'Shippori Mincho', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', '游明朝', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Meiryo UI', 'メイリオ', sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #234d60;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  text-align: justify;
  word-break: break-all;
  letter-spacing: .0025em;
}

main {
  position: relative;
  overflow: hidden;
}

/*---link---*/
a {
  text-decoration: none;
  color: #234d60;
  position: relative;
  transition: all 0.3s ease;
}

/*---image---*/
img,
picture {
  display: block;
  width: 100%;
  height: auto;
}

/*---fonts---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.font--sans-Serif {
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
  font-weight: 400;
}

.font--en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .05em;
}

.font--ora {
  color: #FF944F;
}

.font--red {
  color: #A6494C;
}

p:not(:last-of-type) {
  margin-bottom: 14px;
}

.ui--sp {
  display: none;
}

/*---spacer---*/
.spacer-bottom20 {
  margin-bottom: 20px;
}


.fadeInUP {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.is-fadeInUP {
  opacity: 1;
  transform: translateY(0);
}

.fadeInScale {
  will-change: opacity, transform;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease, transform 1s ease;
}

.is-fadeInScale {
  opacity: 1;
  transform: scale(1);
}

/*----------------------------------------------------
  common
----------------------------------------------------*/
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 50px;
}

.section-heading::after {
  display: block;
  content: '';
  width: calc(80px * .8);
  height: calc(16px * .8);
  background: url('../img/common/deco-dotted.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.section-heading__title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.section-heading__title--center {
  width: 100%;
  display: flex;
  align-items: center;
}

.section-heading__title--center::before,
.section-heading__title--center::after {
  display: block;
  content: '';
  border-top: 1px solid rgba(34, 68, 102, .2);
  flex: 1;
}

.section-heading__title--center::before {
  margin-right: 20px;
}

.section-heading__title--center::after {
  margin-left: 20px;
}


.section-heading__label {
  font-size: 2.8rem;
  color: #0b95a2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  margin-bottom: 14px;
}


.l-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.l-col {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.l-col--column {
  display: flex;
  flex-direction: column;
}

/*---link-btn---*/
.link-btn__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
}

.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49.5%;
  height: 80px;
  font-family: '游ゴシック', 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  background: #A0AEBD;
  color: #fff;
  position: relative;
  border-radius: 50vh;
}

section {
  padding: 150px 0;
  position: relative;
}

.container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}


/*----------------------------------------------------
  #loading
----------------------------------------------------*/
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loading__inner {
  width: auto;
  height: auto;
}

.loading__inner>img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
  width: 95%;
  height: 80px;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  box-sizing: border-box;
  transition: .5s cubic-bezier(.4, 0, .2, 1);
}

.global-nav__wrapper {
  width: 100%;
  height: auto;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
  border: 1px solid #F3F7F8;
  border-radius: 50vh;
}

.scroll .global-nav__wrapper {
  background: linear-gradient(45deg, rgba(205, 233, 246, .3), rgba(205, 223, 246, .3));
  backdrop-filter: blur(30px);
  border: 1px solid transparent;
}

.global-nav {
  width: 90%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav__logo {
  width: auto;
  height: 40px;
  position: relative;
  z-index: 1;
}

.global-nav__logo>a,
.global-nav__logo>a>img,
.global-nav__logo>a>svg {
  width: auto;
  height: 100%;
}

.navigation {
  width: auto;
  height: 100%;
  margin-left: auto;
  transition: none;
}

.gnav {
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.gnav__list {
  height: 100%;
  display: flex;
  list-style: none;
}

.gnav__item {
  display: inline-block;
  width: auto;
  height: 100%;
  position: relative;
}

.gnav__item--current .gnav__item-link {
  position: relative;
}

.gnav__item--current .gnav__item-link::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background: #5cbee9;
  border-radius: 50vh;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.gnav__item-link {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 10px;
}

.gnav__item-link--en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 1.2rem;
}

.gnav__itemSub {
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  position: absolute;
  top: 80px;
  left: 20%;
  width: max-content;
  list-style: none;
  padding: 10px 30px 20px 30px;
  background: rgba(236, 249, 255, .9);
  border-radius: 0 40px 40px 40px;
}

@media (min-width: 1281px) {
  .gnav__itemSub {
    display: none;
  }

  .gnav__item-mark:hover>.gnav__itemSub {
    display: block;
    opacity: 1;
  }
}

.gnav__itemSub-inner {
  padding: 5px 14px;
  box-sizing: border-box;
}

.gnav__itemSub-inner>a {
  display: flex;
  align-items: center;
}

.navigation-cta {
  width: auto;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.navigation-cta--pc {
  display: none;
}

.navigation-cta__btn {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  transition: .5s;
  position: relative;
}

.navigation-cta--general {
  background: linear-gradient(45deg, #3CB39B, #32CD32);
}

.navigation-cta--tel {
  display: none;
  background: #fff;
  border: 2px solid #5cbee9;
  color: #1ca4e1;
}

.navigation-cta__btn-icon {
  width: 30px;
  margin-right: 6px;
}

.navigation-cta__btn-inner {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.navigation-cta__btn-main {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.navigation-cta--tel .navigation-cta__btn-main {
  font-size: 2rem;
}

.navigation-cta__btn-sub {
  font-size: 1.2rem;
}

.navigation-cta>a:not(:last-child) {
  margin-right: 5px;
}

.navigation-cta>a>span:nth-of-type(2) {
  display: flex;
  align-items: center;
}

.gnav-info {
  display: none;
}

.gnav-info__list {
  list-style: none;
  border-bottom: 1px dashed #A0AEBD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.gnav-info__link-wrapper {
  display: flex;
}

.gnav-info__link {
  width: 42.5%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
}

.gnav-info__link--reha {
  background: #fdb175;
  margin-right: 5px;
}

.gnav-info__link--bulletin {
  background: #D8BE9C;
}

.gnav-info__link-icon {
  width: 32px;
  margin-right: 5px;
  flex-shrink: 0;
}

.gnav-info__link--bulletin .gnav-info__link-icon {
  width: 20px;
}

.gnav-info__link-inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-weight: 700;
}

.gnav-info__link-sub {
  font-size: 1.2rem;
}

/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
.nav-toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 20px;
  width: 60px;
  height: 80px;
  z-index: 1001;
  cursor: pointer;
}

.nav-toggle>span {
  display: inline-block;
  width: 50%;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #8094A7;
  border-radius: 3px;
  transition: all .4s;
  box-sizing: border-box;
}

.scroll .nav-toggle>span {
  background: #8094A7;
}

.nav-toggle>span:nth-of-type(1) {
  top: 30px;
}

.nav-toggle>span:nth-of-type(2) {
  top: 40px;
  right: 0;
}

.nav-toggle>span:nth-of-type(3) {
  top: 50px;
}

.nav-toggle.is-active>span {
  height: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #8094A7;
}

.nav-toggle.is-active>span:nth-of-type(1) {
  top: 20px;
  transform: translate(-50%, 20px) rotate(-45deg);
  -webkit-transform: translate(-50%, 20px) rotate(-45deg);
}

.nav-toggle.is-active>span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
  -webkit-animation: active-menu-bar .8s forwards;
}

@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

.nav-toggle.is-active span:nth-of-type(3) {
  top: 60px;
  transform: translate(-50%, -20px) rotate(45deg);
  -webkit-transform: translate(-50%, -20px) rotate(45deg);
}


/*----------------------------------------------------
  blur-bg
----------------------------------------------------*/

.blur-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  transition: background-color 0.6s ease;
  background: #b9d8dc;
}

.blob {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(60px);
  animation: float 15s infinite ease-in-out;
}

.blob1 {
  background: #DEF2E9;
  top: -10%;
  left: -15%;
  animation: float 15s infinite ease-in-out;
}

.blob2 {
  background: #FCE7DE;
  top: 20%;
  left: 70%;
  animation: float2 15s infinite ease-in-out;
}

.blob3 {
  background: #F9FDCF;
  top: 50%;
  left: 20%;
  animation: float2 15s infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translate(0, 0) scale(.6);
    opacity: .3;
  }

  50% {
    transform: translate(100px, -80px) scale(1);
    opacity: .8;
  }

  100% {
    transform: translate(0, 0) scale(.6);
    opacity: .3;
  }
}

@keyframes float2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: .8;
  }

  50% {
    transform: translate(100px, -80px) scale(.6);
    opacity: .3;
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: .8;
  }
}

/*----------------------------------------------------
  parallax
----------------------------------------------------*/

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 35.4%;
}

.parallax::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
}

.parallax__image {
  position: absolute;
  top: 0;
  left: 0;
}

.parallax-logo {
  position: absolute;
  top: 50%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 30%;
  opacity: .5;
  z-index: 1;
}

/*----------------------------------------------------
 pagetop
----------------------------------------------------*/
.pagetop {
  width: 56px;
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.pagetop.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagetop-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.piccolon-name {
  width: 80%;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0);
}

.piccolon-icon {
  margin-bottom: 10px;
  animation: fuwafuwa-p 3s ease-in-out infinite alternate;

}

@keyframes fuwafuwa-p {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -3px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.pagetop-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 500;
}

/*----------------------------------------------------
 side-cta
----------------------------------------------------*/
.side-cta {
  position: fixed;
  top: 160px;
  right: 0;
  width: 70px;
  height: auto;
  z-index: 1;
}

.side-cta__link {
  width: 100%;
  height: 90px;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

.side-cta__link:not(:last-of-type) {
  margin-bottom: 8px;
}

.side-cta__link:nth-of-type(1) {
  background: #FDB175;
}

.side-cta__link:nth-of-type(2) {
  background: #D8BE9C;
}

.side-cta__link-image {
  margin: 0 auto 5px auto;
}

.side-cta__link:nth-of-type(1) .side-cta__link-image {
  width: 48px;
}

.side-cta__link:nth-of-type(2) .side-cta__link-image {
  width: 20px;
}

.side-cta__link-text {
  text-align: center;
  font-size: 1rem;
}

.side-cta__link:nth-of-type(1) .side-cta__link-text {
  font-weight: 700;
}

/*----------------------------------------------------
#mobile-nav
----------------------------------------------------*/
#mobile-nav {
  width: 100%;
  max-width: 480px;
  height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.8s ease;
}

#mobile-nav.active {
  transform: translateY(0);
}


.mobile-nav__list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  list-style: none;
}

.mobile-nav__item {
  width: 50%;
  height: 60px;
}

.mobile-nav__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  box-sizing: border-box;
}

.mobile-nav__link--first {
  background: linear-gradient(45deg, #3CB39B, #32CD32);
  color: #fff;
}

.mobile-nav__link--all {
  border-top: 2px solid #9dd8f2;
  background: #fff;
  color: #1ca4e1;
}

.mobile-nav__icon {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.mobile-nav__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.mobile-nav__text-sub {
  font-size: 1.2rem;
}

/*------------------------------------
 .footer
------------------------------------*/
.site-footer {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.site-footer .l-inner {
  padding: 200px 0;
  border-top: 1px solid #fff;
}

.footer__inner {
  width: 42.5%;
  flex-shrink: 0;
}

.footer__logo {
  width: 20%;
  margin: 0 auto 50px auto;
}


.footer__name {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer__name::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: #eee;
  border-radius: 50vh;
  margin-right: 5px;
}

.clinic-name {
  margin-left: 8px;
}

.clinic-hours {
  width: 100%;
  background: rgba(255, 255, 255, .6);
  margin-bottom: 20px;
}

.clinic-hours th {
  background: #41767d;
  color: #fff;
  padding: 0 5px;
  font-weight: 500;
  text-align: center;
}

.clinic-hours td {
  padding: 10px 5px;
  text-align: center;
  line-height: 1;
}

.clinic-notes {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.clinic-notes__item {
  display: flex;
}

.clinic-notes__item:nth-of-type(2) {
  margin-bottom: 20px;
}

.clinic-notes__item--s {
  font-size: 1.3rem;
}

.clinic-notes__tab {
  flex-shrink: 0;
  margin-right: 5px;
}

.last-reception {
  font-size: 1.1rem;
}

.footer__address {
  font-size: 1.4rem;
  list-style: none;
  line-height: 1.8;
  margin-bottom: 10px;
}

.footer__address>li:nth-of-type(1) {
  font-size: 1.6rem;
}

.post-code {
  font-size: 1.4rem;
  margin-right: 8px;
}

.footer-map {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .6);
  padding: 0 10px 0 8px;
  border-radius: 50vh;
  margin-left: 5px;
  font-size: 1.4rem;
}

.footer-map::before {
  display: inline-block;
  content: '';
  width: calc(14px * 1);
  height: calc(13.22px * 1);
  background: url('../icon/icon-map.svg') center/contain no-repeat;
}

.footer__addess-col {
  display: flex;
  align-items: flex-start;
}

.footer__addess-col {
  margin-top: 3px;
}

.footer__address--tab {
  width: 80px;
  background: rgba(0, 0, 0, .1);
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
  text-align: center;
}


.footer-nav {
  width: 52.5%;
}

.footer-nav__col {
  display: flex;
  margin-bottom: 40px;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.footer-nav-item {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.footer-nav-item:nth-of-type(n+5) {
  margin-top: 20px;
}

.footer-nav-link {
  font-size: 1.45rem;
  letter-spacing: 0;
  font-weight: 700;
}

.footer-nav-item::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background: #eee;
  border-radius: 50vh;
  margin-right: 5px;
}

.footer-nav-list__sub {
  padding-left: 10px;
  list-style: none;
}

.footer-nav-item__sub {
  display: flex;
}

.footer-nav-item__sub::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, .3);
  margin-right: 8px;
  margin-bottom: 1px;
  margin-top: 16px;
  vertical-align: middle;
  flex-shrink: 0;
}

.footer-nav-item__sub>a {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 5px 0;
}

.footer-nav__bottom {
  width: 100%;
}

.footer-nav__bottom>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.footer-nav__bottom>ul>li {
  width: 33%;
}


.copyright {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0;
  background: #1c3843;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:1440px) {
  .footer-nav__blk>ul>li {
    width: 33%;
  }

  .footer-nav__blk>ul>li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

@media screen and (max-width:1360px) {
  .gnav {
    padding-left: 0;
  }

  /*---footer----*/
  .footer__address>li:nth-of-type(1) {
    font-size: 1.4rem;
  }

  .footer-map {
    font-size: 1.3rem;
  }
}

@media screen and (max-width:1280px) {
  html {
    font-size: calc(100vw/128);
  }

  header {
    height: auto;
    position: fixed;
    z-index: 1001;
  }

  .global-nav__wrapper {
    width: 100%;
    max-width: initial;
    padding-left: 0;
  }

  .global-nav {
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .navigation-cta--pc {
    display: flex;
    margin-right: 5%;
  }

  #nav-toggle {
    display: block;
  }

  /*-------------------------------------------------
    toggle
  -------------------------------------------------*/
  .navigation {
    width: 100%;
    max-width: initial;
    height: 100vh;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    position: fixed;
    top: -25px;
    left: -2.5%;
    z-index: 1000;
  }

  .navigation.is-open {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    background: #fff;
  }

  .navigation.is-open::-webkit-scrollbar {
    display: none;
  }

  .navi-txt {
    font-size: 3rem;
  }

  .gnav {
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
    display: block;
    position: relative;
    z-index: 1;
  }

  .gnav__list {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: column;
  }

  .gnav__item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }

  .gnav__item:not(:last-of-type) {
    border-bottom: 1px solid #C8D0D5;
  }

  .gnav__item-link {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: initial;
    align-items: baseline;
    padding: 14px 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    white-space: nowrap;
  }

  .gnav__item--current .gnav__item-link::before {
    display: none;
  }

  .gnav__item-link--en {
    font-size: 1.6rem;
    margin-left: 10px;
    color: #5cbee9;
  }

  .gnav__item-mark .gnav__item-link::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 10px;
    transform: translate(0, 0);
    background: url('../img/common/arrow-down--right-cblue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: center;
    cursor: pointer;
  }

  .gnav__item-mark.open>.gnav__itemSub {
    max-height: 600px;
    opacity: 1;
    transform: scaleY(1);
  }

  .gnav__item-mark.open .gnav__item-link::after {
    transform: translate(0, 0) rotate(180deg);
  }

  .gnav__itemSub {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    transition: max-height 0.3s ease;
    background: initial;
    display: flex;
    justify-content: flex-start;
  }

  .gnav__itemSub-inner {
    padding-bottom: 14px;
  }

  .gnav__itemSub-inner>a {
    padding: 5px 14px;
    display: flex;
    align-items: center;
  }

  .gnav__itemSub-inner>a::before {
    display: block;
    content: '';
    width: 10px;
    border-top: 1px solid #8094A7;
    margin-right: 3px;
  }

  .navigation-cta {
    margin-left: 0;
  }

  .navigation-cta--sp {
    margin-bottom: 20px;
  }

  .navigation-cta--sp .navigation-cta__btn {
    width: 49%;
    height: 68px;
  }

  .navigation-cta--tel {
    display: flex;
  }

  .gnav-info {
    display: block;
    padding: 20px 40px;
    box-sizing: border-box;
    background: #F5FAFD;
    border-radius: 10px;
  }

  .gnav-info__item--first {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .gnav-info__item:nth-of-type(n+2) {
    margin-top: 2px;
  }

  .gnav-info__item {
    display: flex;
    align-items: flex-start;
  }

  .gnav-info__tab {
    width: 68px;
    background: rgba(34, 68, 102, .1);
    text-align: center;
    flex-shrink: 0;
    font-size: 1.4rem;
    margin-right: 10px;
    border-radius: 2px;
  }

  .gnav-info__item.gnav-info__hours {
    margin-top: 10px;
  }
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4);
  }

  /*--- footer ---*/

  .l-col__footer {
    max-width: 600px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .footer__logo {
    width: 45%;
  }

  .footer__inner {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .footer__address>li:nth-of-type(1) {
    font-size: 1.6rem;
  }

  .footer-map {
    font-size: 1.4rem;
  }

  .footer-nav {
    width: 100%;
  }

}

@media screen and (max-width:896px) {
  html {
    font-size: calc(100vw/89.6);
  }

  .side-cta {
    display: none;
  }
}

@media screen and (max-width:787px) {
  html {
    font-size: calc(100vw/78.6);
  }

  .gnav {
    width: 70%;
    max-width: initial;
  }

  .gnav__item-mark.open>.gnav__itemSub {
    flex-wrap: wrap;
  }

  .gnav__itemSub-inner {
    width: 50%;
    padding: 0;
  }
}

@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68);
  }

  .l-inner {
    width: 90%;
  }

  .global-nav__logo {
    display: flex;
    margin: 0 auto;
    height: 44px;
  }

  .navigation-cta--pc {
    display: none;
  }

  /*---parallax---*/

  .parallax::before {
    padding-top: 100%;
  }

  .parallax-logo {
    width: 60%;
  }
}

@media screen and (max-width:600px) {
  .gnav {
    width: 80%;
    max-width: initial;
  }

  .gnav-info__link {
    width: 49%;
  }
}

@media screen and (max-width:480px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
  }

  section {
    padding: 80px 0;
  }

  .link-btn__wrapper {
    width: 95%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .link-btn {
    width: 100%;
    height: 68px;
    font-size: 1.6rem;
  }

  .link-btn__wrapper .link-btn:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  /*---header---*/
  header {
    height: auto;
    position: fixed;
    top: 10px;
    border: none;
  }

  .global-nav {
    height: 60px;
  }

  .global-nav__logo {
    height: 30px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .navigation {
    top: -10px;
  }

  .gnav {
    width: 100%;
    padding: 80px 5% 80px 5%;
    box-sizing: border-box;
  }

  .gnav__list {
    width: 100%;
    max-width: initial;
    margin-bottom: 20px;
  }

  .gnav__item-link {
    font-size: 1.6rem;
    padding: 10px 16px;
    box-sizing: border-box;
  }

  .gnav__itemSub {
    flex-direction: column;
  }

  .gnav__itemSub-inner {
    width: 100%;
    padding: 0;
  }

  .gnav__itemSub-inner:last-of-type {
    padding-bottom: 20px;
  }

  .navigation-cta {
    flex-direction: column;
  }

  .navigation-cta--sp .navigation-cta__btn {
    width: 100%;
  }

  .navigation-cta__btn:nth-of-type(n+2) {
    margin-top: 5px;
  }

  .navigation-cta>a:not(:last-child) {
    margin-right: 0;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: 50vh;
    top: 8px;
    right: 15px;
  }

  .nav-toggle>span:nth-of-type(1) {
    top: 12px;
  }

  .nav-toggle>span:nth-of-type(2) {
    top: 20px;
    right: 0;
  }

  .nav-toggle>span:nth-of-type(3) {
    top: 28px;
  }

  .nav-toggle.is-active>span:nth-of-type(1) {
    top: 0;
  }

  .nav-toggle.is-active>span:nth-of-type(2) {
    left: 50%;
  }

  .nav-toggle.is-active span:nth-of-type(3) {
    top: 40px;
  }

  .navigation-cta.header-sp {
    flex-direction: column;
  }

  .navigation-cta.header-sp>a {
    width: 100%;
  }

  .navigation-cta.header-sp>a:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .gnav-info {
    padding: 20px 14px;
  }

  .gnav-info__item--first {
    font-size: 1.3rem;
  }

  .gnav-info__item {
    font-size: 1.2rem
  }

  .gnav-info__tab {
    padding: 0 6px;
    flex-shrink: 0;
    margin-right: 5px;
  }

  .gnav-info__link-main {
    font-size: 1.2rem;
  }

  .gnav-info__link-sub {
    font-size: 1rem;
    letter-spacing: -0.05em;
    font-weight: 400;
  }

  /*---ttl---*/
  .section-heading__label {
    font-size: 2rem;
    margin-bottom: 8px;
  }

  .section-heading__title {
    font-size: 2rem;
  }

  .section-heading__title--s {
    font-size: 1.2rem !important;
  }

  .section-heading__title--center::before {
    margin-right: 8px;
  }

  .section-heading__title--center::after {
    margin-left: 8px;
  }

  /*---pagetop---*/
  .pagetop {
    width: 30px;
    right: 5px;
    bottom: 80px;
  }

  /*---footer---*/
  .site-footer .l-inner {
    width: 90%;
    padding: 100px 0;
  }

  .footer__logo {
    width: 75%;
    margin: 0 auto 14px auto;
  }

  .footer__name {
    font-size: 1.4rem;
    flex-direction: column;
    line-height: 1.4;
  }

  .footer__name::before {
    display: none;
  }

  .footer__address>li:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 1.4rem;
  }

  .footer-map {
    font-size: 1.3rem;
  }

  .footer__addess-col {
    font-size: 1.3rem;
  }

  .footer__address--tab {
    width: 70px;
  }

  .footer-nav__blk>ul>li {
    width: 49%;
  }

  .footer-nav__blk>ul>li:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .footer-nav__blk>ul>li>a {
    font-size: 1.4rem;
  }

  .footer-nav__blk>ul>li>ul>li>a {
    font-size: 1.3rem;
  }

  .copyright {
    font-size: 1rem;
  }
}