@charset "UTF-8";
/* 500指定で700に見える部分 */
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

:root {
  --rate-vw: 0.0302663438vw;
  --rate-fz: 0.0302663438vw;
  --cap: 1;
}
@media screen and (max-width: 767px) {
  :root {
    --rate-vw: 0.1282051282vw;
    --rate-fz: 0.1282051282vw;
    --cap: 10;
  }
}

/*------------------------------
common
------------------------------*/
body {
  word-break: break-all;
  color: #242223;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

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

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
main {
  margin-top: clamp(0px, 190 * var(--rate-vw), 190px * var(--cap));
}
@media (max-width: 767px) {
  main {
    margin-top: clamp(0px, 128 * var(--rate-vw), 128px * var(--cap));
  }
}

/* コンテンツ幅
------------------------------*/
.inner {
  margin-inline: auto;
  width: clamp(0px, 2500 * var(--rate-vw), 2500px * var(--cap));
  max-width: 2500px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: clamp(0px, 650 * var(--rate-vw), 650px * var(--cap));
  }
}

@media (max-width: 767px) {
  .c-inner100-sp {
    width: 100%;
    max-width: unset;
  }
}
/* タイトル
------------------------------*/
.c-heading {
  text-align: center;
}

.c-heading__title {
  display: block;
  font-size: clamp(0px, 79 * var(--rate-fz), 79px * var(--cap));
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}
.c-heading__title span {
  font-size: clamp(0px, 60 * var(--rate-fz), 60px * var(--cap));
  margin: 0 0.2em;
}
.c-heading__title em {
  color: #ec8044;
}
@media (max-width: 767px) {
  .c-heading__title {
    font-size: clamp(0px, 58 * var(--rate-fz), 58px * var(--cap));
  }
  .c-heading__title span {
    font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
    margin: 0 0 0 0.2em;
  }
}

.c-heading__lead {
  display: block;
  font-size: clamp(0px, 54 * var(--rate-fz), 54px * var(--cap));
  font-weight: 700;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .c-heading__lead {
    font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
    margin-top: 0.6em;
  }
}

.c-heading__lead--02 {
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
}
@media (max-width: 767px) {
  .c-heading__lead--02 {
    font-size: clamp(0px, 28 * var(--rate-fz), 28px * var(--cap));
    margin-top: 1.2em;
  }
}

.c-title {
  width: clamp(0px, 1350 * var(--rate-vw), 1350px * var(--cap));
  margin: 0 auto;
  font-size: clamp(0px, 73 * var(--rate-vw), 73px * var(--cap));
  font-weight: 400;
  color: #fff;
  background: #3c9da6;
  padding: clamp(0px, 50 * var(--rate-vw), 50px * var(--cap)) 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-title {
    width: clamp(0px, 557 * var(--rate-vw), 557px * var(--cap));
    font-size: clamp(0px, 50 * var(--rate-fz), 50px * var(--cap));
    padding: 0.5em 0;
  }
}

/*------------------------------
u-
------------------------------*/
.c-anc {
  scroll-margin-top: clamp(0px, 190 * var(--rate-vw), 190px * var(--cap));
}
@media (max-width: 767px) {
  .c-anc {
    scroll-margin-top: clamp(0px, 128 * var(--rate-vw), 128px * var(--cap));
  }
}

.acc-panel {
  display: none;
}

.u-orange {
  color: #ed854d;
}

html {
  margin-top: 0 !important;
}

*:focus {
  outline: none;
}

/*------------------------------
header,footer
------------------------------*/
header, footer {
  background: #ebf5f5;
}

footer {
  padding: 20px 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer {
    background: rgba(60, 157, 166, 0.72);
    padding: 6% 0;
    text-align: center;
    font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  }
}

header {
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
}
@media (max-width: 767px) {
  header {
    padding: clamp(0px, 2 * var(--rate-vw), 2px * var(--cap)) 0;
  }
}

@media (min-width: 768px) {
  .header__inner {
    width: 96%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .header__inner {
    width: 100%;
  }
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header__content {
    justify-content: flex-start;
  }
}

.header__logo {
  width: clamp(0px, 722 * var(--rate-vw), 722px * var(--cap));
  transform: translateX(6%);
}
@media (max-width: 767px) {
  .header__logo {
    width: 58%;
    transform: translateX(0);
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 0 clamp(0px, 100 * var(--rate-vw), 100px * var(--cap));
}

.header__menu {
  display: flex;
  gap: 0 clamp(0px, 160 * var(--rate-vw), 160px * var(--cap));
  padding-right: clamp(0px, 55 * var(--rate-vw), 55px * var(--cap));
}
.header__menu li a {
  display: inline-block;
  font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
  font-weight: 600;
}
@media (hover: hover) {
  .header__menu li a:hover {
    opacity: 1;
    color: #ec8044;
  }
}

.header__contact a {
  display: inline-block;
  font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.header__contact a span {
  display: block;
  color: #028490;
  margin: clamp(0px, 13 * var(--rate-vw), 13px * var(--cap)) 0;
}
.header__contact a em {
  font-size: clamp(0px, 26 * var(--rate-fz), 26px * var(--cap));
}

.header__button {
  text-align: center;
  position: relative;
  -webkit-text-stroke: clamp(0px, 6 * var(--rate-vw), 6px * var(--cap)) #fff;
  background: #6ac4c1;
  font-size: clamp(0px, 30 * var(--rate-vw), 30px * var(--cap));
  padding: 1.6em 2.8em;
  font-weight: 600;
  line-height: 1;
}
.header__button span { /* 複製文字(stroke無し)を上に重ねる*/
  position: absolute;
  -webkit-text-stroke: 0;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .header__button {
    border-radius: clamp(0px, 10 * var(--rate-vw), 10px * var(--cap));
    -webkit-text-stroke: unset;
    background: unset;
    padding: 0.55em 0.4em;
    color: #fff;
    background: #ec8044;
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
    line-height: 1.2;
    margin-left: clamp(0px, 44 * var(--rate-vw), 44px * var(--cap));
  }
  .header__button span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__button--footer {
    color: #242223;
    margin-left: 0;
  }
}

.drawer-icon {
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  background: rgba(5, 152, 166, 0.65);
  aspect-ratio: 1/1;
  width: clamp(0px, 107 * var(--rate-vw), 107px * var(--cap));
  margin-left: clamp(0px, 10 * var(--rate-vw), 10px * var(--cap));
}
@media (max-width: 767px) {
  .drawer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

.drawer-icon__bars {
  display: block;
  position: relative;
  z-index: 400;
  width: 70%;
  aspect-ratio: 300/135;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 100%;
  aspect-ratio: 83/1;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 50%;
  transform: translateY(-50%);
}

.drawer-icon__bar3 {
  top: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 50px 20px;
  z-index: 299;
  transform: translateX(105%);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .drawer-content {
    display: none;
  }
}

.drawer-menu {
  text-align: center;
}
.drawer-menu li:nth-child(n+2) {
  margin-top: clamp(0px, 70 * var(--rate-vw), 70px * var(--cap));
}
.drawer-menu li a {
  font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*------------------------------
fv
------------------------------*/
.fv {
  position: relative;
}

.fv__img {
  width: 69%;
  aspect-ratio: 2278/1250;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 767px) {
  .fv__img {
    width: 100%;
    aspect-ratio: 780/777;
    -o-object-position: center calc(clamp(0px, 120 * var(--rate-vw), 120px * var(--cap)) * -1);
       object-position: center calc(clamp(0px, 120 * var(--rate-vw), 120px * var(--cap)) * -1);
  }
}

.fv__content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 74.2%;
  width: 35.8%;
  text-align: center;
}
@media (max-width: 767px) {
  .fv__content {
    width: 100%;
    text-align: center;
    left: 50%;
    top: 7%;
    transform: translate(-50%, 0%);
  }
}

.fv__content-img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(22%, 103%);
  width: 65%;
}
@media (max-width: 767px) {
  .fv__content-img {
    transform: translate(0%, -511%);
    width: 47%;
  }
}

.fv__lead {
  font-size: clamp(0px, 85 * var(--rate-fz), 85px * var(--cap));
  font-weight: 700;
  border-bottom: clamp(0px, 3 * var(--rate-vw), 3px * var(--cap)) solid #42a0a9;
  letter-spacing: -0.01em;
  padding-bottom: 0.3em;
}
@media (max-width: 767px) {
  .fv__lead {
    font-size: clamp(0px, 47 * var(--rate-fz), 47px * var(--cap));
    padding: 0 0.6em 0.3em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 86%;
    margin: -4.8% auto -2%;
  }
}

.fv__catch {
  font-weight: 700;
  font-size: clamp(0px, 124 * var(--rate-fz), 124px * var(--cap));
  margin-top: 0.4em;
  line-height: 1.5;
}
.fv__catch span {
  background: linear-gradient(270deg, #fad126 -50%, #f37f46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .fv__catch {
    font-size: clamp(0px, 71 * var(--rate-fz), 71px * var(--cap));
    margin-top: 8.1em;
    text-indent: -0.4em;
  }
  .fv__catch span {
    margin-right: 0.2em;
    margin-left: -0.6em;
  }
  .fv__catch p {
    letter-spacing: -0.075em;
  }
}

.fv__bottom {
  background: rgba(106, 196, 193, 0.11);
  padding: 2em 0;
  font-size: clamp(0px, 50 * var(--rate-fz), 50px * var(--cap));
  font-weight: 600;
}
@media (max-width: 767px) {
  .fv__bottom {
    margin-top: 19.2%;
    padding: 1.2em 0;
    font-size: clamp(0px, 37 * var(--rate-fz), 37px * var(--cap));
  }
}

.fv__message {
  color: #028490;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .fv__message {
    line-height: 1.6;
  }
}

/*------------------------------
philosophy
------------------------------*/
.philosophy {
  padding: clamp(0px, 217 * var(--rate-vw), 217px * var(--cap)) 0 clamp(0px, 298 * var(--rate-vw), 298px * var(--cap));
}
@media (max-width: 767px) {
  .philosophy {
    padding: 12% 0 0;
  }
}

.philosophy__content {
  position: relative;
  padding: 4% 14% 6%;
  margin-top: 2.4%;
}
.philosophy__content::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #fad126 -50%, #ff3c36 100%);
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  opacity: 0.13;
}
.philosophy__content > * {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .philosophy__content {
    margin-top: 6.4%;
    padding: 9% 5% 77.7%;
  }
}

.philosophy__content-img {
  position: absolute;
  top: 28.2%;
  left: 78.8%;
  transform: translate(-50%, -50%);
  width: 41.5%;
}
.philosophy__content-img p {
  position: absolute;
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
.philosophy__content-img p:nth-of-type(1) {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.philosophy__content-img p:nth-of-type(2) {
  top: 80%;
  left: 6%;
}
.philosophy__content-img p:nth-of-type(3) {
  top: 80%;
  left: 74%;
}
@media (max-width: 767px) {
  .philosophy__content-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 193%);
    width: 76%;
  }
  .philosophy__content-img p {
    font-size: clamp(0px, 29 * var(--rate-fz), 29px * var(--cap));
    line-height: 1.4;
  }
  .philosophy__content-img p:nth-of-type(1) {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .philosophy__content-img p:nth-of-type(2) {
    top: 78%;
    left: 5%;
  }
  .philosophy__content-img p:nth-of-type(3) {
    top: 78%;
    left: 71.6%;
  }
}

.philosophy__content-img02 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: unset;
  width: 32.5%;
  transform: translate(12%, -36%);
}
@media (max-width: 767px) {
  .philosophy__content-img02 {
    width: 58.5%;
    transform: translate(-41%, -33%);
  }
}

.philosophy__heading {
  position: absolute;
  top: -20%;
  left: -3.4%;
  font-size: clamp(0px, 118 * var(--rate-fz), 118px * var(--cap));
  font-weight: 700;
  line-height: 1.6949152542;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .philosophy__heading {
    font-size: clamp(0px, 62 * var(--rate-fz), 62px * var(--cap));
    top: 0;
    left: 72.6%;
    transform: translateY(-6%);
    line-height: 1.5;
    z-index: 50;
  }
}

.philosophy__body {
  background: #fff;
  background: url(../img/philosophy-bg.webp) no-repeat center center/100%;
  padding: 5% 6% 3%;
}
@media (max-width: 767px) {
  .philosophy__body {
    background: url(../img/philosophy-bg_sp.webp) no-repeat center center/100%;
    padding: 6% 5% 31%;
    padding-right: 22%;
  }
}

.philosophy__text {
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .philosophy__text {
    font-size: clamp(0px, 27 * var(--rate-fz), 27px * var(--cap));
    line-height: 1.66;
    letter-spacing: 0.025em;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: clamp(0px, 150 * var(--rate-vw), 150px * var(--cap)) 0 clamp(0px, 260 * var(--rate-vw), 260px * var(--cap));
  background: url(../img/message-bg.png) no-repeat center top/100%;
}
@media (max-width: 767px) {
  .message {
    padding-top: 48.4%;
    padding-bottom: 17%;
    background: none;
    position: relative;
  }
  .message::before {
    content: "";
    position: absolute;
    background: url(../img/message-bg01.png) no-repeat center top/100%;
    aspect-ratio: 780/614;
    transform: translate(0%, 0%);
    width: 100%;
    left: 0%;
    top: 0%;
  }
  .message::after {
    content: "";
    position: absolute;
    background: url(../img/message-bg02.png) no-repeat center top/100%;
    aspect-ratio: 1560/716;
    width: 100%;
    left: 0%;
    bottom: 0%;
    transform: translate(0%, 8%);
    z-index: 10;
  }
  .message > .inner {
    position: relative;
    z-index: 10;
  }
}

.message__content {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #365068;
  position: relative;
  padding: 5.7% 10% 7%;
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message__content {
    width: 95%;
    padding: 8.7% 5% 13%;
  }
}

.message__photo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -42%);
  width: clamp(0px, 511 * var(--rate-vw), 511px * var(--cap));
}
@media (max-width: 767px) {
  .message__photo {
    width: 36%;
    transform: translate(-6%, -73%);
  }
}

.message__img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-34%, 26%);
  width: 30%;
}
@media (max-width: 767px) {
  .message__img {
    transform: translate(98%, -117%);
    width: 35%;
  }
}

.message__title {
  font-size: clamp(0px, 50 * var(--rate-fz), 50px * var(--cap));
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .message__title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(31%, -305%);
    font-size: clamp(0px, 50 * var(--rate-fz), 50px * var(--cap));
  }
}

.message__text {
  font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
  font-weight: 400;
  line-height: 1.9444444444;
}
@media (min-width: 768px) {
  .message__text {
    margin-top: 2.7em;
    padding-left: 1.3em;
  }
}
@media (max-width: 767px) {
  .message__text {
    font-size: clamp(0px, 27 * var(--rate-fz), 27px * var(--cap));
    line-height: 1.68;
    letter-spacing: 0.025em;
  }
}

/*------------------------------
features
------------------------------*/
.features {
  padding-top: clamp(0px, 540 * var(--rate-vw), 540px * var(--cap));
  position: relative;
}
.features::before {
  z-index: 10;
  content: "";
  position: absolute;
  background: url(../img/features03.png) no-repeat center center/100%;
  aspect-ratio: 81/158;
  transform: translate(-50%, 50%);
  width: 2.6%;
  left: 50%;
  bottom: 0%;
}
@media (min-width: 768px) {
  .features {
    background: #ebf5f5;
  }
}
@media (max-width: 767px) {
  .features {
    padding-top: 11%;
  }
  .features::before {
    background: url(../img/features03_sp.png) no-repeat center center/100%;
    aspect-ratio: 81/124;
    transform: translate(-50%, 119%);
    width: 10.6%;
    left: 50%;
    bottom: 0%;
  }
}

.features__content {
  padding: clamp(0px, 240 * var(--rate-vw), 240px * var(--cap)) clamp(0px, 150 * var(--rate-vw), 150px * var(--cap)) clamp(0px, 137 * var(--rate-vw), 137px * var(--cap));
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .features__content {
    padding: 0;
  }
}

.features__content--dec01 {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-27%, -57%);
  width: 40.5%;
}
@media (max-width: 767px) {
  .features__content--dec01 {
    transform: translate(0%, 37%);
    width: 68.5%;
  }
}

.features__content--dec02 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(29%, 80.4%);
  width: 30.7%;
}

.features__message {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(14%, -9%);
  font-size: clamp(0px, 118 * var(--rate-fz), 118px * var(--cap));
  font-weight: 700;
  line-height: 1.3559322034;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .features__message {
    font-size: clamp(0px, 55 * var(--rate-fz), 55px * var(--cap));
    line-height: 1.3;
    transform: translate(-7%, 22%);
  }
}

.features__title {
  margin-top: 2.3em;
  font-size: clamp(0px, 73 * var(--rate-fz), 73px * var(--cap));
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: 0.685em 0;
  padding-left: 1.5em;
}
.features__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7%;
  transform: translateY(-50%);
  background: #3c9da6;
  width: clamp(0px, 1350 * var(--rate-vw), 1350px * var(--cap));
  height: 100%;
}
.features__title span {
  position: relative;
}
@media (max-width: 767px) {
  .features__title {
    font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
    margin-top: 0;
    padding: 0.9em 0;
    text-align: center;
  }
  .features__title::before {
    width: 100%;
    left: 0;
  }
}

.features__list {
  width: 70%;
  padding-left: 8.3%;
  margin-top: 6.6%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 137 * var(--rate-vw), 137px * var(--cap)) 0;
}
@media (max-width: 767px) {
  .features__list {
    margin-top: 88.6%;
    width: 92%;
    padding-left: 4.3%;
    gap: clamp(0px, 156 * var(--rate-vw), 156px * var(--cap)) 0;
  }
}

.features__item {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.features__item-label {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-106%, -50%);
  width: clamp(0px, 180 * var(--rate-vw), 180px * var(--cap));
  font-size: clamp(0px, 123 * var(--rate-fz), 123px * var(--cap));
  font-weight: 300;
  line-height: 1;
  font-family: "Jost", sans-serif;
  color: #3c9da6;
}
@media (max-width: 767px) {
  .features__item-label {
    top: 0;
    left: 0%;
    transform: translate(14%, -160%);
  }
}

.features__item-body {
  width: 100%;
}

.features__item-heading {
  font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  font-weight: 500;
  line-height: 1;
  padding-left: 1.5em;
  position: relative;
  margin-left: 2.7em;
  letter-spacing: 0.025em;
}
.features__item-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #3c9da6;
  width: 0.9em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .features__item-heading {
    font-size: clamp(0px, 27 * var(--rate-fz), 27px * var(--cap));
    margin-left: 1.2em;
    padding-left: 1.3em;
  }
}

.features__item-text {
  position: relative;
  margin-top: 4%;
  background: rgba(106, 196, 193, 0.09);
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: 500;
  line-height: 2;
  padding: 1em 3em;
  padding-right: 0;
  letter-spacing: 0.025em;
}
.features__item-text .small01 {
  font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .features__item-text {
    font-size: clamp(0px, 27 * var(--rate-fz), 27px * var(--cap));
    line-height: 1.75;
    padding: 1em 1em 1.6em;
    padding-right: 0;
  }
  .features__item-text .small01 {
    font-size: clamp(0px, 27 * var(--rate-fz), 27px * var(--cap));
    padding-left: 1.2em;
    text-indent: -1em;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .features__item-text--04 {
    padding-bottom: 3em;
  }
}

.features__item-text-dec--01 {
  position: absolute;
  bottom: 0;
  right: -10%;
  transform: translate(0%, 30%);
  width: 26%;
}
@media (max-width: 767px) {
  .features__item-text-dec--01 {
    right: -6%;
    transform: translate(0%, 60%);
    width: 30%;
  }
}

.features__item-text-dec--02 {
  position: absolute;
  bottom: 0;
  right: -16%;
  transform: translate(0%, 36%);
  width: 31%;
}
@media (max-width: 767px) {
  .features__item-text-dec--02 {
    right: -5.2%;
    transform: translate(0%, 39%);
    width: 36%;
  }
}

.features__item-text-dec--03 {
  position: absolute;
  bottom: 0;
  right: -15%;
  transform: translate(0%, 40%);
  width: 29%;
}
@media (max-width: 767px) {
  .features__item-text-dec--03 {
    right: -7%;
    transform: translate(0%, 48%);
    width: 51%;
  }
}

.features__item-text-dec--04 {
  position: absolute;
  bottom: 0;
  right: -16%;
  transform: translate(0%, 3%);
  width: 31%;
}
@media (max-width: 767px) {
  .features__item-text-dec--04 {
    right: -5%;
    transform: translate(0%, 27%);
    width: 42%;
  }
}

.features__item-box {
  display: block;
  border: 1px solid #365068;
  background: #fbfbfb;
  padding: 2em;
  margin: 1em 0;
  margin-left: -3%;
  width: 98%;
}
.features__item-box span {
  display: block;
}
@media (max-width: 767px) {
  .features__item-box {
    padding: 1em 1.2em;
    padding-right: 3em;
    margin: 0.9em 0 2.3em;
    margin-left: 0;
    width: 95%;
  }
  .features__item-box span {
    padding-left: 1.2em;
    text-indent: -1em;
  }
}

.features__bottom {
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: bold;
  text-align: center;
  margin-top: 3.2em;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .features__bottom {
    margin-top: 1.7em;
  }
}

/*------------------------------
reason
------------------------------*/
.reason {
  padding-bottom: clamp(0px, 200 * var(--rate-vw), 200px * var(--cap));
  padding-top: clamp(0px, 146 * var(--rate-vw), 146px * var(--cap));
}
@media (min-width: 768px) {
  .reason {
    background: #ebf5f5;
  }
}
@media (max-width: 767px) {
  .reason {
    padding-bottom: 0;
  }
}

.reason__title {
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateX(10%);
}
.reason__title::before {
  content: "";
  position: absolute;
  background: url(../img/dec01.png) no-repeat center center/100%;
  aspect-ratio: 180/189;
  transform: translate(-121%, -50%);
  width: 4.8em;
  left: 0%;
  top: 50%;
}
.reason__title strong {
  font-size: clamp(0px, 79 * var(--rate-fz), 79px * var(--cap));
  letter-spacing: -0.01em;
  margin-right: 0.4em;
}
.reason__title strong em {
  font-size: clamp(0px, 60 * var(--rate-fz), 60px * var(--cap));
  margin: 0 0.2em;
}
.reason__title span {
  color: #ec8044;
}
.reason__title p {
  text-indent: -1em;
}
@media (max-width: 767px) {
  .reason__title {
    font-size: clamp(0px, 28 * var(--rate-fz), 28px * var(--cap));
    margin: 2.3em auto 0;
  }
  .reason__title::before {
    transform: translate(-86%, -125%);
    width: 6.8em;
    left: 0%;
    top: 0;
  }
  .reason__title strong {
    font-size: clamp(0px, 58 * var(--rate-fz), 58px * var(--cap));
  }
  .reason__title strong em {
    font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  }
}

.reason__list {
  margin-top: clamp(0px, 95 * var(--rate-vw), 95px * var(--cap));
  display: flex;
  gap: 0 clamp(0px, 50 * var(--rate-vw), 50px * var(--cap));
}
@media (max-width: 767px) {
  .reason__list {
    background: #ebf5f5;
    margin-top: 10%;
    padding: 11% 2% 7%;
    flex-direction: column;
    gap: clamp(0px, 62 * var(--rate-vw), 62px * var(--cap)) 0;
  }
}

.reason__item {
  width: calc(50% - clamp(0px, 50 * var(--rate-vw), 50px * var(--cap)) / 2);
  border: clamp(0px, 3 * var(--rate-vw), 3px * var(--cap)) solid #3c9da6;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .reason__item {
    width: 100%;
    border-width: clamp(0px, 5 * var(--rate-vw), 5px * var(--cap));
  }
}

.reason__item-header {
  background-image: linear-gradient(to top, #253a4b, #507da0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 82 * var(--rate-vw), 82px * var(--cap)) 0;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .reason__item-header {
    padding: clamp(0px, 87 * var(--rate-vw), 87px * var(--cap)) 0;
  }
}

.reason__item-icon {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-4.1em, -50%);
  width: 2.3em;
}

.reason__item-heading {
  font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  font-weight: 500;
  color: #faf5a6;
  position: relative;
}

@media (max-width: 767px) {
  .reason__item-heading--01 .reason__item-icon {
    transform: translate(-3.7em, -50%);
  }
}

@media (max-width: 767px) {
  .reason__item-heading--02 {
    margin-left: 3.6em;
  }
  .reason__item-heading--02 .reason__item-icon {
    transform: translate(-3.2em, -50%);
  }
}

@media (max-width: 767px) {
  .reason__item-heading--03 {
    margin-left: 3.4em;
  }
  .reason__item-heading--03 .reason__item-icon {
    transform: translate(-2.8em, -50%);
  }
}

.reason__item-body {
  flex: 1;
  background: #fff;
  padding: 1.4em 0 2.2em;
  font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  font-weight: 400;
  line-height: 1.8181818182;
}
@media (max-width: 767px) {
  .reason__item-body {
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
    line-height: 2.6;
    padding: 0.7em 0 2em;
  }
}

.reason__item-body--03 {
  padding: 2em 0 1.5em;
}

.reason__item-text {
  margin: 0 auto;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .reason__item-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .reason__item-text {
    padding: 0 7%;
  }
}

@media (max-width: 767px) {
  .reason__item-text--03 {
    line-height: 2.05;
  }
}

@media (min-width: 768px) {
  .reason__item-text--center {
    text-align: center;
  }
}

.reason__item-messsage {
  margin-top: clamp(0px, 50 * var(--rate-vw), 50px * var(--cap));
  font-weight: 700;
  text-align: center;
}

.reason__item-messsage--1 {
  margin-top: 12%;
}
@media (max-width: 767px) {
  .reason__item-messsage--1 {
    margin-top: 2%;
  }
}

.reason__item-messsage--2 {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .reason__item-messsage--2 {
    margin-top: 2%;
    line-height: 1.6;
  }
}

.reason__item-messsage--3 {
  margin-top: 3.6%;
}
@media (max-width: 767px) {
  .reason__item-messsage--3 {
    margin-top: 4.6%;
    line-height: 1.9;
  }
}

@media (max-width: 767px) {
  .reason__item--full-wrap {
    background: #ebf5f5;
    padding: 0 2% 12%;
  }
}

.reason__item--full {
  width: 100%;
}
@media (min-width: 768px) {
  .reason__item--full {
    margin-top: clamp(0px, 50 * var(--rate-vw), 50px * var(--cap));
  }
}
/*------------------------------
class
------------------------------*/
.class {
  padding: clamp(0px, 260 * var(--rate-vw), 260px * var(--cap)) 0 clamp(0px, 130 * var(--rate-vw), 130px * var(--cap));
}
@media (max-width: 767px) {
  .class {
    padding: 10% 0 22%;
  }
}

.class__lead {
  margin-top: clamp(0px, 80 * var(--rate-vw), 80px * var(--cap));
  font-size: clamp(0px, 50 * var(--rate-fz), 50px * var(--cap));
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .class__lead {
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
    margin-top: 1.7em;
    line-height: 2;
  }
}

.class__course {
  margin-top: 6%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 240 * var(--rate-vw), 240px * var(--cap)) 0;
  width: 90%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .class__course {
    margin: 26% auto 0;
    width: 95%;
    gap: clamp(0px, 218 * var(--rate-vw), 218px * var(--cap)) 0;
  }
}

.class__item {
  padding: 4% 13.5% 5%;
  padding-right: 11%;
  position: relative;
}
.class__item:first-child {
  background: #eaeef2;
  border: 1px solid #365068;
}
.class__item:nth-child(2) {
  background: #f1f7f7;
  border: 1px solid #3c9da6;
}
.class__item:nth-child(3) {
  background: #fefdf5;
  border: 1px solid #ec915e;
}
@media (max-width: 767px) {
  .class__item {
    padding: 48% 6% 9%;
  }
}

.class__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-56%, -10%);
  width: clamp(0px, 450 * var(--rate-vw), 450px * var(--cap));
}
.class__label p {
  text-align: center;
  color: #fff;
  font-size: clamp(0px, 50 * var(--rate-fz), 50px * var(--cap));
  font-weight: 600;
  padding: 0.7em 0;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .class__label {
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
  }
}

.class__label--01 p {
  background: #365068;
}

.class__label--02 p {
  background: #6ac4c1;
}

.class__label--03 p {
  background: #ec915e;
}

.class__problems {
  font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  font-weight: 500;
  line-height: 1.5909090909;
}
.class__problems span {
  display: block;
}
@media (max-width: 767px) {
  .class__problems {
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
    line-height: 2.3;
  }
  .class__problems span {
    text-indent: -1em;
    padding-left: 1.2em;
  }
}

.class__body {
  margin-top: 4%;
  background: #fff;
  padding: 4.3% 5%;
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .class__body {
    font-size: clamp(0px, 27 * var(--rate-fz), 27px * var(--cap));
    padding: 6.3% 6%;
    line-height: 1.7;
  }
}

@media (min-width: 768px) {
  .class__body--01 {
    padding-bottom: 8%;
  }
}

.class__text {
  letter-spacing: 0.025em;
}
.class__text .small {
  font-weight: 700;
  font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
}
@media (max-width: 767px) {
  .class__text .small {
    font-size: clamp(0px, 27 * var(--rate-fz), 27px * var(--cap));
  }
}

.class__button {
  display: block;
  width: clamp(0px, 817 * var(--rate-vw), 817px * var(--cap));
  margin: 6% auto 0;
  font-size: clamp(0px, 40 * var(--rate-vw), 40px * var(--cap));
  color: #fff;
  padding: 0.6em 0;
  border-radius: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap));
  background: rgba(237, 133, 77, 0.71);
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .class__button:hover {
    opacity: 0.7;
  }
}
.class__button::before {
  content: "";
  position: absolute;
  background: url(../img/dec02.png) no-repeat center center/100%;
  aspect-ratio: 87/61;
  transform: translate(-50%, -140%);
  width: 11%;
  left: 50%;
  top: 0%;
}
@media (max-width: 767px) {
  .class__button {
    width: 100%;
    margin-top: 14%;
    padding: 0.65em 0;
  }
  .class__button::before {
    width: 14%;
  }
}

.class__img {
  width: 80%;
  margin: 5% auto 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 767px) {
  .class__img {
    width: 100%;
  }
}

/*------------------------------
timetable
------------------------------*/
.timetable {
  background: #ebf5f5;
  padding: clamp(0px, 150 * var(--rate-vw), 150px * var(--cap)) 0 2.5%;
}
@media (max-width: 767px) {
  .timetable {
    padding-top: 0;
    padding-bottom: 9%;
  }
}

.timetable__content {
  background: #fff;
  padding: clamp(0px, 195 * var(--rate-vw), 195px * var(--cap)) 0 3%;
  position: relative;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.timetable__content::before {
  content: "";
  position: absolute;
  background: url(../img/timetable01.png) no-repeat center center/100%;
  aspect-ratio: 496/539;
  transform: translate(106%, 1%);
  width: 25%;
  right: 0%;
  bottom: 0%;
}
@media (max-width: 767px) {
  .timetable__content {
    background: unset;
    padding: 12% 0 0;
    width: 94%;
  }
  .timetable__content::before {
    display: none;
  }
}

.timetable__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -32%);
}
@media (max-width: 767px) {
  .timetable__title {
    transform: translate(-50%, -52%);
  }
}

.timetable__image {
  width: clamp(0px, 1350 * var(--rate-vw), 1350px * var(--cap));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .timetable__image {
    width: 100%;
  }
}

/*------------------------------
staff
------------------------------*/
.staff {
  padding: clamp(0px, 314 * var(--rate-vw), 314px * var(--cap)) 0 clamp(0px, 236 * var(--rate-vw), 236px * var(--cap));
  background: url(../img/staff-bg.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .staff {
    background: url(../img/staff-bg_sp.webp) no-repeat center center/cover;
    padding-top: 16%;
    padding-bottom: 9%;
  }
}

.staff__content {
  background: #ebf5f5;
  padding: 12% 8% 6%;
  position: relative;
}
@media (max-width: 767px) {
  .staff__content {
    width: 95%;
    margin: 0 auto;
    padding: 14% 6% 11%;
  }
}

.staff__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.staff__list {
  display: flex;
  gap: 0 clamp(0px, 70 * var(--rate-vw), 70px * var(--cap));
}
@media (max-width: 767px) {
  .staff__list {
    flex-direction: column;
    gap: clamp(0px, 75 * var(--rate-vw), 75px * var(--cap)) 0;
  }
}

.staff__item {
  width: calc(50% - clamp(0px, 70 * var(--rate-vw), 70px * var(--cap)) / 2);
  padding: 5.7% 4% 4%;
  padding-right: 2%;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .staff__item {
    width: 100%;
    padding: 6.7% 0% 8%;
  }
}
.staff__item:first-child .staff__header {
  margin-left: 42%;
}
@media (max-width: 767px) {
  .staff__item:first-child .staff__header {
    margin-left: 0;
    width: 63%;
    padding-left: 23%;
  }
}
.staff__item:first-child .staff__photo {
  right: unset;
  left: 0;
  transform: translate(-20%, -18%);
}
@media (max-width: 767px) {
  .staff__item:first-child .staff__photo {
    width: 28%;
    transform: translate(-14%, -16%);
  }
}
.staff__item:first-child .staff__en {
  margin-top: 11%;
  width: 100%;
}
@media (max-width: 767px) {
  .staff__item:first-child .staff__en {
    margin-top: -13%;
    width: 94%;
    margin-left: 86%;
  }
}
.staff__item:first-child .staff__body {
  margin-top: 16%;
  padding: 0em 1.6em;
}
@media (max-width: 767px) {
  .staff__item:first-child .staff__body {
    margin-top: 2%;
    padding: 0em 1.9em;
  }
}
.staff__item:nth-child(2) .staff__header {
  margin-left: 6%;
}
@media (max-width: 767px) {
  .staff__item:nth-child(2) .staff__header {
    margin-left: auto;
    width: 64%;
    padding-right: 0;
  }
}
.staff__item:nth-child(2) .staff__photo {
  right: 0;
  transform: translate(28%, -18%);
}
@media (max-width: 767px) {
  .staff__item:nth-child(2) .staff__photo {
    right: 0;
    transform: translate(10%, -23%);
    width: 28%;
  }
}
@media (max-width: 767px) {
  .staff__item:nth-child(2) .staff__name {
    padding-right: 6em;
  }
}
.staff__item:nth-child(2) .staff__en {
  display: block;
  margin-top: 4%;
  margin-left: auto;
  width: 50%;
  transform: translateX(17%);
}
@media (max-width: 767px) {
  .staff__item:nth-child(2) .staff__en {
    margin-top: -13%;
    margin-left: -38%;
    width: 31%;
    transform: translateX(0%);
  }
}
.staff__item:nth-child(2) .staff__body {
  margin-top: 1%;
}
@media (max-width: 767px) {
  .staff__item:nth-child(2) .staff__body {
    margin-top: 6%;
    padding: 0em 1.9em;
  }
}

.staff__photo {
  width: clamp(0px, 450 * var(--rate-vw), 450px * var(--cap));
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.staff__header {
  width: clamp(0px, 450 * var(--rate-vw), 450px * var(--cap));
}

.staff__name {
  font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  font-weight: 400;
  line-height: 1.5909090909;
  padding-bottom: 0.4em;
  border-bottom: clamp(0px, 3 * var(--rate-vw), 3px * var(--cap)) solid #0598a6;
  text-align: center;
}
@media (max-width: 767px) {
  .staff__name {
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
  }
}

.staff__body {
  font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
  font-weight: 400;
  line-height: 1.9444444444;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .staff__body {
    font-size: clamp(0px, 25 * var(--rate-fz), 25px * var(--cap));
    line-height: 1.45;
  }
}

/*------------------------------
access
------------------------------*/
.access {
  padding: clamp(0px, 170 * var(--rate-vw), 170px * var(--cap)) 0 clamp(0px, 250 * var(--rate-vw), 250px * var(--cap));
  background: #FFFDF0;
}
@media (max-width: 767px) {
  .access {
    padding: 15% 0 9%;
  }
}

.access__address {
  margin-top: 1.5em;
  font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  font-weight: 400;
  line-height: 1.8181818182;
  text-align: center;
}
@media (max-width: 767px) {
  .access__address {
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
    margin-top: 1em;
  }
}

.access__wrapper {
  margin-top: clamp(0px, 150 * var(--rate-vw), 150px * var(--cap));
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .access__wrapper {
    flex-direction: column;
    margin-top: 4%;
    padding: 0 4%;
  }
}

@media (min-width: 768px) {
  .access__map {
    width: 57%;
    margin-left: 2%;
  }
}
@media (min-width: 768px) {
  .access__parking {
    width: 37%;
  }
}
@media (max-width: 767px) {
  .access__parking {
    margin-top: 6%;
  }
}

.lesson {
  text-align: center;
  font-weight: 500;
  padding: clamp(0px, 55 * var(--rate-vw), 55px * var(--cap)) 0 clamp(0px, 90 * var(--rate-vw), 90px * var(--cap));
  color: #442411;
}
@media (max-width: 767px) {
  .lesson {
    padding: clamp(0px, 90 * var(--rate-vw), 90px * var(--cap)) 0 clamp(0px, 60 * var(--rate-vw), 60px * var(--cap));
  }
}

p, a {
  font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
}

a {
  color: #028490;
}

.lesson__logo {
  width: clamp(0px, 410 * var(--rate-vw), 410px * var(--cap));
  margin: 1.6% auto 0;
  display: block;
}
@media (max-width: 767px) {
  .lesson__logo {
    margin-top: 4.6%;
  }
}

.lesson__btn {
  width: clamp(0px, 610 * var(--rate-vw), 610px * var(--cap));
  margin: 0.8% auto 0;
  display: block;
  transform: translateX(-3%);
}
@media (max-width: 767px) {
  .lesson__btn {
    margin-top: 3.8%;
    transform: unset;
  }
}

@media (max-width: 767px) {
  .lesson__tel {
    margin-top: 2.4%;
    display: block;
    transform: translateX(-0.7em);
  }
}

.lesson__banner {
  width: 50%;
  margin: 1% auto 0;
  display: block;
}
@media (max-width: 767px) {
  .lesson__banner {
    width: 73.5%;
    margin: 2% auto 0;
    display: block;
  }
}

.lesson__text02 {
  margin-top: 1.8em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .lesson__text02 {
    margin-top: 1.5em;
    font-size: clamp(0px, 28 * var(--rate-fz), 28px * var(--cap));
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .lesson__text01 {
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
  }
}
/*# sourceMappingURL=style.css.map */