@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #000;
}

body {
  font-weight: 500;
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}

/*モバイルのみ表示*/

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.button {
  text-align: center;
}

.button__layout {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.6875rem;
  height: 2.5rem;
  margin-top: 1.3125rem;
  border-radius: 25px;
  color: #FFF;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  font-family: "Bodoni Moda", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.button__layout::before {
  position: absolute;
  top: 50%;
  right: 1.3125rem;
  width: 0.375rem;
  height: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/button-arroe-under.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.button__faculty {
  font-size: 1rem;
  font-family: "Noto Serif JP", sans-serif;
}

.button__education {
  background: #E88121;
}

.button__human {
  background: #62A64E;
}

.button__ecoinfo {
  background: #00A4B4;
}

.button__nars {
  background: #DD6B7B;
}

.faculty {
  margin-top: 0;
}

.faculty:not(:first-of-type) {
  margin-top: 2.5rem;
}

.faculty__Fv {
  margin: 0 calc(50% - 50vw);
}

.facultyu__Fv--image {
  aspect-ratio: 375/352;
  width: 100%;
  max-width: none;
}

.facultyu__Fv--image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faculty__text {
  max-width: 17.9375rem;
  margin-top: 1.25rem;
  margin-inline: auto;
  color: #252A6A;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.1875;
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-align: left;
}

.faculty__contentImage {
  margin-top: 2.4375rem;
}

.faculty__images {
  position: relative;
  margin: 0 calc(50% - 50vw);
}

.faculty__image {
  aspect-ratio: 375/240;
  max-width: 23.4375rem;
  margin-inline: auto;
}

.faculty__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faculty__headName {
  position: relative;
  max-width: 23.4375rem;
  margin-inline: auto;
}

.faculty__headImage--left,
.faculty__headImage--right {
  position: absolute;
  top: 0.625rem;
  content: "";
  color: #E88121;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2;
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.faculty__headImage--left {
  left: 1.5rem;
}

.faculty__headImage--right {
  right: 1.5rem;
}

.faculty__content {
  max-width: 23.4375rem;
  margin-top: 2.3125rem;
  margin-inline: auto;
}

.faculty__contentImage:first-of-type .faculty__content {
  margin-top: 4.9375rem;
}

.faculty__content:first-child {
  margin-top: 6.25rem;
}

.faculty__contentTitle {
  color: #3C4399;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  font-family: "Noto Serif JP", sans-serif;
  text-align: left;
}

.faculty__contentText {
  position: relative;
  max-height: 17.5em;
  margin-top: 1.5rem;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  font-family: "Noto Serif JP", sans-serif;
  text-align: left;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

/* ぼかし用のグラデーション（疑似要素） */
.faculty__contentText::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* open時は非表示にする */
.faculty__contentText.open::after {
  opacity: 0;
}

.faculty__contentText--blue,
.faculty__contentText--orange,
.faculty__contentText--green,
.faculty__contentText--water,
.faculty__contentText--pink {
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.faculty__contentText--blue {
  color: #3C4399;
}

.faculty__contentText--orange {
  color: #E88121;
}

.faculty__contentText--green {
  color: #62A64E;
}

.faculty__contentText--water {
  color: #00A4B4;
}

.faculty__contentText--pink {
  color: #DD6B7B;
}

.faculty__contentText--nars {
  position: absolute;
  top: 1.875rem;
  right: 1.5rem;
  content: "";
  color: #dd6b7b;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.8333333333;
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.faculty__button {
  margin-top: 0.875rem;
}

.faculty__toggle-button {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#3C4399), to(#3D8AC9));
  background: linear-gradient(90deg, #3C4399 0%, #3D8AC9 100%);
}

.faculty__toggle-button::before {
  position: absolute;
  top: 50%;
  right: 1.3125rem;
  width: 0.75rem;
  height: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.faculty__toggle-button.open::before {
  background-image: url(../images/button-arrow-up.svg);
}

.faculty__menu {
  margin: 0 calc(50% - 50vw);
  margin-top: 1.6875rem;
  padding-top: 1.875rem;
  padding-right: 1.5rem;
  padding-bottom: 3.1875rem;
  padding-left: 1.5rem;
  background: #001758;
}

.faculty__menuText {
  color: #FFF;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.5714285714;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.faculty__menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.3125rem;
  margin-inline: auto;
}

.faculty__menuList::before,
.faculty__menuList::after {
  position: absolute;
  border: 1px solid #FFF;
  content: "";
  pointer-events: none;
}

.faculty__menuList::before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.faculty__menuList::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.faculty__menuItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faculty__menuItem:not(:last-child) {
  border-right: 1px solid #FFF;
}

.faculty__menuItem--link p {
  padding-top: 0.9375rem;
  color: #FFF;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Bodoni Moda", Arial, Helvetica, sans-serif;
  text-align: center;
}

.faculty__menuItem--link h3 {
  padding-bottom: 0.9375rem;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.faculty__menuItem--link .faculty__menuItem--space {
  letter-spacing: 0;
}

.js-fade {
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.fade-up {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.footer {
  margin-top: 3.125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background: #D3E4F2;
}

.footer__logo-image {
  place-content: center;
  aspect-ratio: 223/58;
  width: 100%;
  max-width: 11.25rem;
  margin-inline: auto;
}

.footer__logo-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv {
  width: 100%;
  height: 22rem;
  background: -webkit-gradient(linear, left top, right top, from(#001758), to(#004f7f));
  background: linear-gradient(90deg, #001758 0%, #004f7f 100%);
}

.fv__inner {
  position: relative;
  height: inherit;
}

.fv__inner::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.4375rem;
  height: 3.3125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/fv-arrow@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.fv__content {
  display: grid;
  position: relative;
  place-items: center;
  height: inherit;
}

.fv__text--left {
  position: absolute;
  top: 49%;
  left: 0;
  aspect-ratio: 38/207;
  max-height: 12.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.fv__text--center {
  aspect-ratio: 174/45;
  max-width: 10.875rem;
}

.fv__text--right {
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 38/339;
  max-height: 21.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.fv_text--image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  height: 5rem;
}

.header__inner {
  height: inherit;
}

.header__logo {
  height: inherit;
}

.header__image {
  place-content: center;
  aspect-ratio: 223/58;
  width: 100%;
  max-width: 13.9375rem;
  height: inherit;
  margin-inline: auto;
}

.header__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.menu {
  margin-top: 1.25rem;
}

.menu__grid {
  display: grid;
  margin: 0 calc(50% - 50vw);
  gap: 0.25rem;
}

.menu__image {
  aspect-ratio: 375/82;
  width: 100%;
  max-width: 23.4375rem;
  margin-inline: auto;
}

.menu__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.under-button {
  margin-top: 3.125rem;
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #001758;
  border-bottom: 1px solid #001758;
}

.under-button__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  gap: 1.25rem;
}

.under-button__item {
  text-align: center;
}

.under-button__item a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 11.6875rem;
  height: 2.5rem;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#001758), to(#004f7f));
  background: linear-gradient(90deg, #001758 0%, #004f7f 100%);
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.25;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.under-button__item .under-button__item--space {
  letter-spacing: 0;
}

.under-button__item a::before {
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  width: 0.375rem;
  height: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/button-arroe-under.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 600px) {
  .facultyu__Fv--image {
    aspect-ratio: 1000/420;
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  html {
    font-size: 1.6vw;
  }
  .button__layout {
    width: 16.25rem;
    height: 3.75rem;
    margin-top: 1.875rem;
    border-radius: 35px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .button__layout::before {
    width: 0.4375rem;
    height: 0.875rem;
  }
  .button__faculty {
    font-size: 1.375rem;
  }
  .faculty {
    margin-top: 0;
  }
  .faculty:not(:first-of-type) {
    margin-top: 4.375rem;
  }
  .faculty__Fv {
    margin: none;
  }
  .faculty__text {
    max-width: 53.125rem;
    margin-top: 2.75rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2.1;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
  }
  .faculty__contentImage {
    margin-top: 3.0625rem;
  }
  .faculty__images {
    margin-inline: auto;
  }
  .faculty__image {
    aspect-ratio: 538/344;
    max-width: 33.625rem;
  }
  .faculty__headImage--left,
  .faculty__headImage--right {
    top: 1.0625rem;
    font-size: 1.3125rem;
    line-height: 1.619047619;
  }
  .faculty__headImage--left {
    left: -6%;
  }
  .faculty__headImage--right {
    right: -14%;
  }
  .faculty__content {
    max-width: 53.125rem;
    margin-top: 3.125rem;
  }
  .faculty__contentImage:first-of-type .faculty__content {
    margin-top: 6.25rem;
  }
  .faculty__contentTitle {
    font-size: 1.875rem;
    line-height: 1.6;
  }
  .faculty__contentText {
    margin-top: 1.1875rem;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
  .faculty__contentText--nars {
    top: 2.5rem;
    right: -14%;
    font-size: 0.875rem;
  }
  .faculty__button {
    margin-top: 0.5rem;
  }
  .faculty__toggle-button::before {
    width: 0.875rem;
    height: 0.4375rem;
  }
  .faculty__menu {
    margin-top: 4.375rem;
    padding-top: 1.75rem;
  }
  .faculty__menuText {
    font-size: 1rem;
    line-height: 2.25;
  }
  .faculty__menuList {
    max-width: 48.9375rem;
    margin-top: 1.25rem;
  }
  .faculty__menuItem--link p {
    padding-top: 0.8125rem;
    font-size: 0.875rem;
  }
  .faculty__menuItem--link h3 {
    padding-bottom: 0.8125rem;
    font-size: 1.25rem;
  }
  .faculty__menuItem--link .faculty__menuItem--space {
    letter-spacing: 0.1em;
  }
  .footer {
    margin-top: 6.25rem;
    padding-top: 0.75rem;
  }
  .footer__logo-image {
    aspect-ratio: 345/91;
    max-width: 17.5rem;
  }
  .fv {
    height: 31.25rem;
  }
  .fv__text--left {
    left: 6.0625rem;
    aspect-ratio: 51/276;
    max-height: 17.25rem;
  }
  .fv__text--center {
    aspect-ratio: 291/76;
    max-width: 18.1875rem;
  }
  .fv__text--right {
    right: 5.5625rem;
    aspect-ratio: 51/451;
    max-height: 28.1875rem;
  }
  .header {
    height: 8.5rem;
  }
  .header__image {
    aspect-ratio: 345/91;
    max-width: 21.5625rem;
  }
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .menu {
    margin-top: 3.75rem;
  }
  .menu__grid {
    grid-template-columns: 1fr 1fr;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    margin-inline: auto;
    gap: 1.25rem;
  }
  .menu__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu__image {
    margin-inline: none;
  }
  .under-button {
    margin-top: 6.25rem;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .under-button__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .under-button__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.25rem;
    max-width: none;
    height: 3.75rem;
    border-radius: 50px;
    font-size: 1.375rem;
  }
  .under-button__item a::before {
    right: 1.25rem;
    width: 0.4375rem;
    height: 0.875rem;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=map/styles.css.map */