@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

div,
p {
  word-break: break-word;
}

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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes slideRightUp {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(9rem, -9rem);
  }
  90% {
    opacity: 0;
    transform: translate(27rem, -27rem);
  }
  100% {
    opacity: 0;
    transform: translate(30rem, -30rem);
  }
}
@keyframes slideRightUpH {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(4.5rem, -4.5rem);
  }
  90% {
    opacity: 0;
    transform: translate(13.5rem, -13.5rem);
  }
  100% {
    opacity: 0;
    transform: translate(15rem, -15rem);
  }
}
@keyframes slideLeftDown {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(-9rem, 9rem);
  }
  90% {
    opacity: 0;
    transform: translate(-27rem, 27rem);
  }
  100% {
    opacity: 0;
    transform: translate(-30rem, 30rem);
  }
}
@keyframes slideLeftDownH {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(-4.5rem, 4.5rem);
  }
  90% {
    opacity: 0;
    transform: translate(-13.5rem, 13.5rem);
  }
  100% {
    opacity: 0;
    transform: translate(-15rem, 15rem);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes scroll-down {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    transform: translateY(100px);
    opacity: 1;
  }
  50% {
    transform: translateY(100px);
    opacity: 0;
  }
  51% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes scroll-down2 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  67% {
    transform: translateY(20px);
    opacity: 1;
  }
  68% {
    transform: translateY(20px);
    opacity: 0;
  }
  69% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scroll-right {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  67% {
    transform: translateX(30px);
    opacity: 1;
  }
  68% {
    transform: translateX(30px);
    opacity: 0;
  }
  69% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
figure img {
  width: 100%;
}

input[type=submit] {
  border: none;
  transition-duration: 0.2s;
}

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

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a[href^=tel] {
  pointer-events: none;
  text-decoration: none;
  opacity: 1 !important;
  cursor: default !important;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.page-main {
  display: block;
  position: relative;
}

.inview-img img {
  transform: scale(1.4, 1.4);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.inview-img.is-show img {
  transform: scale(1, 1);
}

.fadeIn {
  opacity: 0;
  transition: 1.5s ease;
}
.fadeIn.is-show {
  opacity: 1;
}

.img-fit {
  overflow: hidden;
}
.img-fit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-inview {
  opacity: 0;
  transition: 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-inview.is-show {
  opacity: 1;
}

.inline-block {
  display: inline-block;
}

.delay {
  transition-delay: 0.2s;
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

[data-fade-type=fadeIn] {
  opacity: 0;
}

[data-fade-type=fadeIn].is-show {
  opacity: 1;
}

[data-fade-type=fadeUp] {
  transform: translateY(20px);
}

[data-fade-type=fadeUp].is-show {
  transform: translateY(0);
}

[data-fade-type=fadeDown] {
  transform: translateY(-20px);
}

[data-fade-type=fadeDown].is-show {
  transform: translateY(0);
}

[data-fade-type=fadeLeft] {
  transform: translateX(20px);
}

[data-fade-type=fadeLeft].is-show {
  transform: translateX(0);
}

[data-fade-type=fadeRight] {
  transform: translateX(-20px);
}

[data-fade-type=fadeRight].is-show {
  transform: translateX(0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --el-delay: 0.1s;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (max-width: 1910px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.6501650165vw;
  }
}

body {
  min-height: 100vh;
  background: #FBEBEB;
  color: #231815;
  font-family: "Poppins", "Noto Sans JP", "YuGothic", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ⾓ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  overflow-wrap: break-word;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
body.is-fixed {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
.loading-overlay .bg-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.62, 0.08, 0.35, 0.94);
  will-change: transform;
  z-index: 3;
}
.loading-overlay .bg-pink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  background: linear-gradient(135deg, #f6c7c7 0%, #fad8d8 100%);
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.62, 0.08, 0.35, 0.94) 0.6s;
  will-change: transform;
  z-index: 1;
}
.loading-overlay__logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.62, 0.08, 0.35, 0.94) 0.8s;
}
.loading-overlay__logo img {
  width: 50rem;
  max-width: 65%;
}
body.loaded .loading-overlay .bg-white {
  transform: translateX(-100%);
}
body.loaded .loading-overlay .bg-pink {
  transform: translateX(100%);
}
body.loaded .loading-overlay .loading-overlay__logo {
  opacity: 0;
}
body.init-end .loading-overlay {
  visibility: hidden;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: relative;
}
.l-header__logo {
  width: 43.8rem;
  max-width: 40%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
.l-header__logo a,
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-header__btn {
  position: fixed;
  z-index: 102;
  top: 2.6rem;
  right: 2.4rem;
  background: #fff;
  padding: 0.6rem 0.6rem 0.6rem 3.4rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
}
.is-open .l-header__btn {
  background: #231815;
}
.l-header__hamburger {
  width: 5.1rem;
  height: 3.5rem;
  position: relative;
}
.l-header__hamburger .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.l-header__hamburger .img.no {
  opacity: 1;
}
.l-header__hamburger .img.on {
  opacity: 0;
}
.is-open .l-header__hamburger .img.no {
  opacity: 0;
}
.is-open .l-header__hamburger .img.on {
  opacity: 1;
}
.l-header__contact-btn {
  border-radius: 50%;
  background: #231815;
  color: #fff;
  width: 7.4rem;
  height: 7.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.is-open .l-header__contact-btn {
  background: #FBEBEB;
  color: #231815;
}
.l-header__menu-toggle {
  background: #964C55;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.l-header__menu-toggle__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  overflow-y: auto;
  padding: 11rem 5rem 11rem 0;
}
.is-open .l-header__menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__menu-logo {
  width: 28.2rem;
  flex-shrink: 0;
}
.l-header__nav {
  display: flex;
  gap: 1.5rem;
}
.l-header__nav-list li {
  padding: 2rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  overflow: hidden;
}
.l-header__nav-list li:nth-child(1) {
  transition-delay: calc(var(--el-delay) + 0s) !important;
}
.l-header__nav-list li:nth-child(2) {
  transition-delay: calc(var(--el-delay) + 0.15s) !important;
}
.l-header__nav-list li:nth-child(3) {
  transition-delay: calc(var(--el-delay) + 0.3s) !important;
}
.l-header__nav-list li:nth-child(4) {
  transition-delay: calc(var(--el-delay) + 0.45s) !important;
}
.l-header__nav-list li:nth-child(5) {
  transition-delay: calc(var(--el-delay) + 0.6s) !important;
}
.l-header__nav-list li:nth-child(6) {
  transition-delay: calc(var(--el-delay) + 0.75s) !important;
}
.l-header__nav-list li:nth-child(7) {
  transition-delay: calc(var(--el-delay) + 0.9s) !important;
}
.is-open .l-header__nav-list li {
  opacity: 1;
  transform: translateY(0);
}
.l-header__nav-list a {
  font-size: 5.8rem;
  line-height: 1.275862069;
  font-weight: 500;
  padding-left: 10rem;
  position: relative;
  color: #FFF;
}
.l-header__nav-list a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.4rem;
  height: 7.4rem;
  background: #FBEBEB;
  border-radius: 50%;
  content: "";
}
.l-header__nav-list a span {
  position: relative;
}
.l-header__nav-list a span::after {
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  content: "";
  width: 100%;
  background: #fff;
  height: 4px;
  transition: transform 0.4s ease;
}
@media (hover: hover) {
  .l-header__nav-list a:hover {
    opacity: 1;
  }
  .l-header__nav-list a:hover span::after {
    transform: scaleY(1);
    transform-origin: left;
  }
}
.l-header__nav-list--sm {
  --el-delay: 1.1s;
}
.l-header__nav-list--sm a {
  font-size: 3.4rem;
  line-height: 1.1176470588;
  padding-left: 5.2rem;
}
.l-header__nav-list--sm a::before {
  width: 3.8rem;
  height: 3.8rem;
}
.l-header__nav-list--sm a span::after {
  height: 2px;
}
.l-header__menu-slogan, .l-header__slogan {
  position: fixed;
  z-index: 11;
  width: 13.8rem;
  right: 8.8rem;
  bottom: 8.8rem;
  transition: 0.3s ease-in-out;
}
.l-header__menu-slogan.is-hidden, .l-header__slogan.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.l-header #menu-close-btn {
  position: absolute;
  top: 4.4rem;
  left: 4.4rem;
  width: 5.3rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .l-header #menu-close-btn:hover {
    opacity: 0.8;
  }
}

.l-footer {
  position: relative;
}
.l-footer__gotop {
  position: absolute;
  bottom: 14rem;
  right: 4rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  background: #231815;
  border-radius: 50%;
  width: 16.6rem;
  height: 16.6rem;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.l-footer__gotop.is-active {
  opacity: 1;
  visibility: visible;
}
.l-footer__gotop img {
  width: 6.1rem;
}
@media (hover: hover) {
  .l-footer__gotop:hover {
    opacity: 0.7;
  }
}
.l-footer__btn {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  font-size: 4.5rem;
  line-height: 1.3333333333;
  color: #fff;
  font-weight: 500;
  background: #231815;
  padding: 6rem;
  border-radius: 4rem;
}
.l-footer__il {
  margin-top: -7rem;
  width: 90%;
  max-width: 171.1rem;
  margin-inline: auto;
}
.l-footer__content {
  padding: 4rem 6rem;
  background: #231815;
  color: #fff;
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: space-between;
}
.l-footer__company {
  display: flex;
  gap: 4rem;
}
.l-footer__company h3 {
  font-size: 1.9rem;
  line-height: 1.5789473684;
  font-weight: 500;
  flex-shrink: 0;
}
.l-footer__company p {
  flex-grow: 1;
}
.l-footer__company a {
  display: inline-block;
}
.l-footer__sns {
  position: absolute;
  bottom: 12.7rem;
  left: 9rem;
}
.l-footer__copyright {
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 1.5;
}

.l-section {
  padding-block: 19rem;
}
.kv {
  position: relative;
}
.kv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 13.5rem);
  background: #F6C7C7;
  z-index: 1;
  content: "";
}
.kv__inner {
  padding: 9rem 2rem 0;
  position: relative;
  z-index: 2;
}
.kv__il {
  max-width: 150.8rem;
  margin-inline: auto;
}
.kv__text-fixed {
  position: fixed;
  bottom: 4.3rem;
  left: 2.7rem;
  width: 4.5rem;
  text-align: center;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  padding: 1.5rem 0 1rem;
}
.kv__text-fixed span {
  writing-mode: vertical-rl;
  display: inline-block;
  letter-spacing: 0.1em;
}
.kv__text-fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.kv__content {
  position: absolute;
  z-index: 5;
  top: 30%;
  transform: translateY(-50%);
  right: 12rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 50%;
}
.kv__copy {
  font-size: 2.9rem;
  line-height: 1.3103448276;
  font-weight: 500;
  margin-bottom: 1rem;
}
.kv__ttl {
  font-size: 7.4rem;
  line-height: 1.2162162162;
  font-weight: 500;
  margin-bottom: 2rem;
}
.kv__btn {
  background: #231815;
  color: #F6C7C7;
  padding: 1.5rem 4rem;
  font-size: 2.8rem;
  line-height: 1.3571428571;
  display: inline-block;
}

.vision__inner {
  max-width: 152rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
.vision__headline {
  margin-bottom: 4rem;
}
.vision__headline-label {
  width: 14rem;
  margin-bottom: 1rem;
}
.vision__headline-title {
  font-size: 12.6rem;
  line-height: 1.2698412698;
  font-weight: 500;
}
.vision__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16rem;
}
.vision__img {
  width: 83rem;
  max-width: 50%;
  flex-shrink: 0;
  margin-left: -20rem;
}
.vision__content {
  flex-grow: 1;
}
.vision__copy {
  font-size: 2rem;
  line-height: 1.9;
}

.philosophy {
  padding-inline: 2rem;
}
.philosophy__img {
  max-width: 133.7rem;
  margin-inline: auto;
}

.mission__inner {
  max-width: 118.7rem;
  margin-inline: auto;
  padding-inline: 2rem;
  text-align: center;
}
.mission__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
.mission__headline-label {
  width: 14rem;
}
.mission__headline-title {
  font-size: 6.5rem;
  line-height: 1.3846153846;
  font-weight: 500;
}
.mission__lead {
  font-size: 2.1rem;
  line-height: 2;
}
.mission__row {
  display: flex;
  align-items: center;
  margin-top: 7rem;
  gap: 7rem;
}
.mission__img {
  width: 15.6rem;
  flex-shrink: 0;
}
.mission__content {
  flex-grow: 1;
}
.mission__copy {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.topics-news {
  background: #fff;
}
.topics-news__inner {
  max-width: 158.6rem;
  margin-inline: auto;
  padding-inline: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem;
  margin-bottom: 12rem;
}
.topics-news__il {
  margin-bottom: 1rem;
}
.topics-news__ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3rem;
}
.topics-news__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
.topics-news__btn a {
  background: #231815;
  color: #FFF;
  display: inline-block;
  font-size: 3rem;
  line-height: 1.3333333333;
  padding: 0.5rem 3rem;
  border-radius: 1rem;
}

.t-topics__il {
  width: 18.2rem;
}
.t-topics__time {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  color: #227138;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.t-topics__ttl {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  font-weight: 500;
  margin-bottom: 1rem;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  a:hover .t-topics__ttl {
    text-decoration: underline;
  }
}
.t-topics__copy {
  font-size: 1.6rem;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.t-topics__item:nth-child(n+2) {
  margin-top: 4rem;
}
.t-news__il {
  width: 22.2rem;
}
.t-news__time {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  color: #227138;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.t-news__ttl {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 500;
  margin-bottom: 1rem;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  a:hover .t-news__ttl {
    text-decoration: underline;
  }
}
.t-news__item:nth-child(n+2) {
  margin-top: 4rem;
}
.sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.4rem;
}
.sns__list li {
  width: 5.3rem;
}
.sns__list li.note {
  width: 13.5rem;
}

.features {
  padding-inline: 2rem;
  padding-bottom: 0;
}
.features__inner {
  max-width: 161rem;
  margin-inline: auto;
  padding: 0rem 10rem 10rem;
  background: url("../img/features_bg.jpg") repeat top left/2.3rem 2.3rem;
  border-radius: 3rem;
}
.features__box {
  max-width: 141rem;
  margin-inline: auto;
  padding-inline: 2rem;
  text-align: center;
}
.features__headline {
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 2rem;
  font-size: 3.2rem;
  line-height: 1.625;
  padding: 2rem 6rem;
  font-weight: 500;
  background: #FC364D;
  margin-inline: auto;
  margin-bottom: 1rem;
  transform: translateY(-50%);
  position: relative;
}
.features__item {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10rem;
}
.features__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.features__il {
  width: 66rem;
  max-width: 50%;
}
.features__content {
  padding-block: 2rem;
}
.features__number {
  width: 4.2rem;
}
.features__ttl {
  font-size: 4.6rem;
  line-height: 1.5217391304;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.features__copy {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: 500;
}

.benefits {
  padding-bottom: 0;
}
.benefits__inner {
  max-width: 127rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
.benefits__headline {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #FC364D;
  text-align: center;
  margin-bottom: 6rem;
}
.benefits__items {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .benefits__item:nth-child(1) {
    transition-delay: calc(var(--el-delay) + 0s) !important;
  }
  .benefits__item:nth-child(2) {
    transition-delay: calc(var(--el-delay) + 0.15s) !important;
  }
  .benefits__item:nth-child(3) {
    transition-delay: calc(var(--el-delay) + 0.3s) !important;
  }
  .benefits__item:nth-child(4) {
    transition-delay: calc(var(--el-delay) + 0.45s) !important;
  }
}
.benefits__ttl {
  color: #fff;
  text-align: center;
  border-radius: 2rem;
  font-size: 3.2rem;
  line-height: 1.625;
  padding: 2rem 4rem;
  font-weight: 500;
  background: #FC364D;
  margin-bottom: 1.2rem;
}
.benefits__content {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem;
  color: #FC364D;
}
.benefits__img {
  margin-bottom: 2rem;
}
.benefits__copy {
  font-size: 2rem;
  line-height: 1.5;
}
.benefits .sm {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 1rem;
}

.schedule {
  padding-top: 19rem;
}
.schedule__inner {
  max-width: 170.5rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
.schedule__headline {
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.schedule__ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #FC364D;
}
.schedule__lbl {
  width: 22.6rem;
}
.schedule__item {
  display: flex;
  gap: 4rem;
  position: relative;
}
.schedule__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 4rem);
  height: 100%;
  background: #fff;
  z-index: -1;
}
.schedule__item:nth-child(n+2) {
  margin-top: 3rem;
}
.schedule .ap {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.schedule .ap img {
  width: 5.6rem;
}
.schedule .ttl {
  font-size: 4.2rem;
  line-height: 1.2857142857;
  margin-bottom: 3rem;
}
.schedule .ttl .label {
  max-width: 26.6rem;
  display: block;
  margin-top: 0.5rem;
}
.schedule .ttl .sm {
  font-size: 3.2rem;
  line-height: 1.1875;
}
.schedule .sttl {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.schedule .sttl.mr {
  background: #fff;
  margin-right: -13rem;
  position: relative;
  font-weight: 400;
  margin-top: 5.9rem;
}
.schedule .row {
  display: flex;
  gap: 2rem;
}
.schedule .copy {
  font-size: 2rem;
  line-height: 1.45;
  flex-grow: 1;
}
.schedule .per {
  width: 15.7rem;
  flex-shrink: 0;
}
.schedule .per.mr {
  width: 23.2rem;
  margin-top: -2rem;
  margin-right: -0.4rem;
}
.schedule__col1 {
  margin-top: -1.8rem;
  width: 45.7rem;
  max-width: 33%;
  flex-shrink: 0;
}
.schedule__col-right {
  flex-grow: 1;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.schedule__col2 {
  padding-block: 2.5rem;
  position: relative;
  z-index: 2;
}
.schedule__col3 {
  padding-block: 2.5rem;
  margin-right: 2.5rem;
  position: relative;
}

.achievements__inner {
  max-width: 121.2rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
.achievements__headline {
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.achievements__ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #FC364D;
}
.achievements__lbl {
  width: 22.6rem;
}
.achievements__row {
  display: flex;
  flex-direction: row-reverse;
  gap: 10rem;
  justify-content: space-between;
}
.achievements__map {
  width: 65.2rem;
  max-width: 60%;
  position: relative;
}
.achievements__map-ttl {
  position: absolute;
  top: 20%;
  left: -3rem;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
.achievements__map-il {
  width: 100%;
}
.achievements__items {
  width: 33.8rem;
}
.achievements__item:nth-child(n+2) {
  margin-top: 3rem;
}
.achievements__item-img {
  margin-bottom: -3.5rem;
}
.achievements__item-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
}
.achievements__item-head .lbl {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 500;
  padding: 0.3rem 2rem;
  background: #FC364D;
  color: #FFF;
  border-radius: 1rem;
}
.achievements__item-head .ttl {
  font-size: 2.1rem;
  line-height: 1.4761904762;
  font-weight: 500;
}
.achievements__item-text {
  font-size: 2.9rem;
  line-height: 1.7931034483;
  margin-top: 1rem;
}

.requirements {
  background: #FC364D;
}
.requirements__inner {
  max-width: 176rem;
  padding-inline: 2rem;
  margin-inline: auto;
  display: flex;
  gap: 6%;
}
.requirements__headline {
  width: 60.3rem;
  max-width: 32%;
  flex-shrink: 0;
}
.requirements__ttl {
  text-align: center;
  font-size: 6.1rem;
  line-height: 1.4754098361;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #fff;
}
.requirements__lbl {
  width: 100%;
}
.requirements__content {
  flex-grow: 1;
  background: #FFFEF3;
  border-radius: 3rem;
  padding: 11rem 6rem 6rem;
  color: #B02737;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
}
.requirements__sub-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  line-height: 1.625;
  padding: 2rem 4rem;
  border-radius: 2rem;
  color: #fff;
  background: #B02737;
  display: inline-block;
  min-width: 32rem;
  text-align: center;
}
.requirements__body {
  margin-top: 4rem;
}
.requirements__body dl {
  padding: 4rem 0;
  display: flex;
  gap: 2rem;
  border-top: 2px dotted #B02737;
}
.requirements__body dl dt {
  width: 17rem;
  flex-shrink: 0;
}
.requirements__body dl dd {
  flex-grow: 1;
}
.requirements__body .normal-list li:nth-child(n+2) {
  margin-top: 0.5rem;
}
.requirements__row {
  display: flex;
  gap: 7rem;
}
.requirements__row + p {
  margin-top: 1.8em;
}
.requirements__col h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.requirements__col h4.text-red {
  color: #FC364D;
}
.requirements__btn {
  margin-top: 2.5rem;
  display: block;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.625;
  padding: 2rem 4rem;
  border-radius: 2rem;
  color: #fff;
  background: #B02737;
}

.gallery {
  background: #FEF8E0;
  padding-block: 10rem;
}
.gallery__item {
  padding-inline: 2rem;
  width: 98.6rem;
  max-width: 52vw;
}
.gallery__item figure {
  width: 100%;
  aspect-ratio: 3/2;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq__inner {
  max-width: 137.5rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
.faq__ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #FC364D;
}
.faq__items {
  padding-top: 1.6rem;
}
.faq__item {
  margin-top: 3.4rem;
  background: #fff;
  border-radius: 2rem;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.5;
}
.faq__item-q {
  padding: 3.2rem 8rem 3.2rem 6rem;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.faq__item-q::after {
  position: absolute;
  top: 5.2rem;
  right: 5.2rem;
  width: 2.55rem;
  height: 1.3rem;
  background: url("../img/ico_triangle_down.png") no-repeat bottom center/cover;
  transition: 0.3s ease-in-out;
  content: "";
}
.faq__item-q.is-active::after {
  transform: rotate(180deg);
}
.faq__item-a {
  padding: 0 8rem 3.2rem 6rem;
}

.lecturer {
  background: #FFDD40;
}
.lecturer__inner {
  max-width: 117.3rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
.lecturer__headline {
  text-align: center;
  margin-bottom: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lecturer__ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
.lecturer__lbl {
  max-width: 14.6rem;
}
.lecturer__item:nth-child(n+2) {
  margin-top: 13rem;
}
.lecturer__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 7.4rem;
  gap: 9rem;
}
.lecturer__item-img {
  width: 35rem;
  max-width: 40%;
  flex-shrink: 0;
}
.lecturer__item-ttl {
  flex-grow: 1;
}
.lecturer__item-ttl .ttl {
  font-size: 5.2rem;
  line-height: 1.5769230769;
  font-weight: 500;
  margin-bottom: 3.6rem;
}
.lecturer__item-ttl .position {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  font-weight: 500;
}
.lecturer__item-ttl .name {
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.lecturer__item-content {
  display: flex;
  gap: 10rem;
}
.lecturer__item-content .copy {
  font-size: 3.2rem;
  line-height: 1.4375;
}
.lecturer__item-content .btn a {
  display: block;
  border-radius: 1rem;
  color: #fff;
  background: #231815;
  text-align: center;
  min-width: 26rem;
  font-size: 2rem;
  line-height: 1.6;
  padding: 2rem;
}
.contact__inner {
  max-width: 150.6rem;
  margin-inline: auto;
  padding-inline: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 16rem;
}
.contact__headline {
  flex-shrink: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
.contact__headline-ttl {
  font-size: 6rem;
  line-height: 1.3333333333;
  margin-bottom: 2rem;
  font-weight: 500;
}
.contact__headline-copy {
  font-size: 3.2rem;
  line-height: 1.5625;
  font-weight: 500;
}
.contact__form {
  flex-grow: 1;
}
.contact-form {
  font-size: 3.2rem;
  line-height: 1.5;
}
.contact-form .form-label {
  display: block;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-top: 5px;
  font-weight: 500;
}
.contact-form .form-label .text-required {
  color: #FC364D;
  vertical-align: super;
  font-size: 80%;
}
.contact-form .form-input {
  width: 100%;
  border: none;
  box-shadow: none;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 3.2rem;
  background: #fff;
  border-radius: 2rem;
}
.contact-form__item:nth-child(n+2) {
  margin-top: 3.2rem;
}
.contact-form__input {
  flex-grow: 1;
}
.contact-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.contact-form__btn .contact-btn {
  border-radius: 2rem;
  font-weight: 500;
  color: #fff;
  background: #231815;
  padding: 15px 60px;
  min-width: 252px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .contact-form__btn .contact-btn:hover {
    background: #FC364D;
  }
}
.contact-form__btn .contact-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
.contact-form__btn .contact-btn.btn-back {
  background: #fff;
  color: #231815;
  border: 1px solid #231815;
}
.contact-form__btn .contact-btn.btn-back:hover {
  background: #231815;
  color: #fff;
}
.contact .check-privacy-policy {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 3.2rem;
}
.contact .check-privacy-policy label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.contact .check-privacy-policy input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
}
.contact .check-privacy-policy span.wpcf7-list-item-label a {
  text-decoration: underline;
  color: #5D83C3;
}
@media (hover: hover) {
  .contact .check-privacy-policy span.wpcf7-list-item-label a:hover {
    text-decoration: none;
  }
}
.contact .error {
  margin-top: 5px;
  color: #FC364D;
}
.contact .form-success {
  color: #FC364D;
  font-weight: 500;
  margin-top: 2rem;
  text-align: center;
}
.contact .privacy-policy {
  border: 1px solid #231815;
  margin: 50px 0;
}
.contact .privacy-policy__title {
  background: #231815;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  padding: 15px 50px;
  position: relative;
  cursor: pointer;
}
.contact .privacy-policy__title::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  z-index: 1;
  width: 25.5px;
  height: 14.5px;
  margin-top: -7px;
  transform: rotate(180deg);
  background: url("../img/arrow_up.png") no-repeat top center/contain;
  transition: all 0.3s ease-in-out;
}
.contact .privacy-policy__title.is-active::after {
  transform: rotate(0deg);
}
.contact .privacy-policy__content {
  padding: 40px 50px 60px;
}
.contact .privacy-policy__content h4 {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
  margin-bottom: 1.25em;
}
.contact .privacy-policy__content h5 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.8em;
  margin-bottom: 0.25em;
}
.contact .privacy-policy__content p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.page-archive {
  padding: 17rem 2rem 10rem;
}
.page-archive__inner {
  background: #fff;
  max-width: 170.4rem;
  margin-inline: auto;
}
.page-archive__inner2 {
  max-width: 130.4rem;
  margin-inline: auto;
  padding-bottom: 10rem;
  padding-left: 20rem;
  position: relative;
}
.page-archive .page-headline {
  transform: translateY(-12.2rem);
  display: flex;
  gap: 8rem;
}
.page-archive .page-headline__il.il-news {
  width: 22.2rem;
}
.page-archive .page-headline__il.il-topics {
  width: 18.2rem;
}
.page-archive .page-headline__ttl {
  font-size: 6.8rem;
  line-height: 1.3088235294;
  font-weight: 500;
}
.page-archive .page-list__title {
  display: inline-block;
  padding-left: 10rem;
  position: absolute;
  top: 4rem;
  right: 0;
  font-size: 6.8rem;
  line-height: 1.3088235294;
  font-weight: 500;
}
.page-archive .page-list__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 8rem;
  height: 8rem;
  background: url("../img/diagonal_line.png") no-repeat center center/contain;
}
.page-archive .page-list__item:nth-child(n+2) {
  margin-top: 7rem;
}
.page-archive .page-list__item .time {
  font-size: 1.9rem;
  line-height: 1.7368421053;
  color: #227138;
  font-weight: 500;
  margin-bottom: 2rem;
}
.page-archive .page-list__item .ttl {
  font-size: 3.3rem;
  line-height: 1.4545454545;
  font-weight: 500;
  margin-bottom: 3rem;
}
.page-archive .page-list__item .copy {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 3rem;
}
.page-archive .page-list__item .image {
  width: 100%;
  overflow: hidden;
}
.page-archive .page-list__item .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .page-archive .page-list__item a:hover .image img {
    transform: scale(1.05);
  }
}

.page-pagination__nav {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  display: flex;
}
.page-pagination__item {
  width: 50%;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  padding-block: 3rem;
  text-align: center;
}
.page-pagination__item:nth-child(n+2) {
  border-left: 1px solid #231815;
}
.page-pagination__item span {
  position: relative;
}
.page-pagination__item span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2.4rem;
  height: 1.8rem;
  background: no-repeat center center/contain;
}
@media (hover: hover) {
  .page-pagination__item:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.page-pagination__item.item-prev span {
  padding-left: 5rem;
}
.page-pagination__item.item-prev span::before {
  left: 0;
  background-image: url("../img/ico_triangle_left.png");
}
.page-pagination__item.item-next span {
  padding-right: 5rem;
}
.page-pagination__item.item-next span::before {
  right: 0;
  background-image: url("../img/ico_triangle_right.png");
}
.page-pagination__back-list {
  border-bottom: 1px solid #231815;
}
.page-pagination__back-list a {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  padding-block: 3rem;
}
.page-pagination__back-list a span {
  padding-left: 6.5rem;
  position: relative;
}
.page-pagination__back-list a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 4rem;
  height: 2rem;
  background: url("../img/ico_list.png") no-repeat center center/contain;
}
@media (hover: hover) {
  .page-pagination__back-list a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.page-detail__time {
  font-size: 1.9rem;
  line-height: 1.7368421053;
  color: #227138;
  font-weight: 500;
  margin-bottom: 2rem;
}
.page-detail__ttl {
  font-size: 3.3rem;
  line-height: 1.4545454545;
  font-weight: 500;
  margin-bottom: 3rem;
}
.page-detail__content p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.page-detail__content figure {
  width: 100%;
}
.page-detail__content figure img {
  width: 100%;
}
.page-detail__content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-detail__content a:hover {
  text-decoration: none;
}
.page-detail__content p + p,
.page-detail__content p + figure,
.page-detail__content figure + p,
.page-detail__content figure + figure {
  margin-top: 2em;
}

@media screen and (max-width: 1599px) and (min-width: 768px) {
  .l-header__logo {
    width: 46rem;
  }
  .l-header__btn {
    top: 3rem;
    right: 3rem;
    padding: 1rem 1rem 1rem 3.4rem;
  }
  .l-header__contact-btn {
    width: 10rem;
    height: 10rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .l-header__menu-logo {
    width: 30rem;
  }
  .l-header__nav {
    gap: 3rem;
  }
  .l-header__nav li {
    padding-block: 3rem;
  }
  .l-header__nav-list--sm a {
    font-size: 3.8rem;
    padding-left: 5.8rem;
  }
  .l-header__nav-list--sm a::before {
    width: 4.2rem;
    height: 4.2rem;
  }
  .l-footer__gotop {
    bottom: 18rem;
    font-size: 1.8rem;
    width: 18rem;
    height: 18rem;
  }
  .l-footer__btn {
    padding: 5rem 6rem;
    border-radius: 4rem;
  }
  .l-footer__content {
    padding: 4rem 6rem;
  }
  .l-footer__company {
    font-size: 2.4rem;
  }
  .l-footer__company h3 {
    font-size: 2.8rem;
  }
  .l-footer__sns {
    bottom: 20rem;
  }
  .l-footer__copyright {
    font-size: 2.4rem;
  }
  .kv__inner {
    padding: 12rem 2rem 0;
  }
  .kv__il {
    max-width: 150.8rem;
    margin-inline: auto;
  }
  .kv__text-fixed {
    font-size: 2rem;
    width: 6rem;
  }
  .kv__content {
    top: 40%;
    right: 10rem;
  }
  .kv__copy {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .kv__ttl {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
  .kv__btn {
    font-size: 3.2rem;
  }
  .vision__inner {
    max-width: 94%;
  }
  .vision__headline-label {
    width: 16rem;
  }
  .vision__img {
    width: 76rem;
  }
  .vision__row {
    gap: 10rem;
  }
  .vision__copy {
    font-size: 2.8rem;
  }
  .philosophy__img {
    max-width: 94%;
  }
  .mission__inner {
    max-width: 88%;
  }
  .mission__headline-label {
    width: 16rem;
  }
  .mission__headline-title {
    font-size: 7.2rem;
  }
  .mission__lead {
    font-size: 3.2rem;
  }
  .mission__row {
    margin-top: 10rem;
    gap: 10rem;
  }
  .mission__img {
    width: 22rem;
  }
  .mission__copy {
    font-size: 2.8rem;
  }
  .topics-news__inner {
    max-width: 94%;
    gap: 10rem;
  }
  .topics-news__ttl {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
  .topics-news__btn a {
    font-size: 4rem;
    padding: 1rem 5rem;
  }
  .t-topics__il {
    width: 20rem;
  }
  .t-topics__time {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .t-topics__ttl {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .t-topics__copy {
    font-size: 2.8rem;
  }
  .t-topics__item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .t-news__il {
    width: 25rem;
  }
  .t-news__time {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .t-news__ttl {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
  .t-news__item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .sns__list {
    gap: 4rem;
  }
  .sns__list li {
    width: 6.6rem;
  }
  .sns__list li.note {
    width: 17rem;
  }
  .features {
    padding-inline: 0;
  }
  .features__inner {
    max-width: 94%;
    padding: 0rem 4rem 10rem;
    border-radius: 4rem;
  }
  .features__box {
    max-width: 94%;
  }
  .features__item:nth-child(n+2) {
    margin-top: 6rem;
  }
  .features__headline {
    font-size: 5rem;
  }
  .features__content {
    padding-block: 2rem;
  }
  .features__number {
    width: 6rem;
  }
  .features__ttl {
    font-size: 5.4rem;
    margin-bottom: 2rem;
  }
  .features__copy {
    font-size: 2.8rem;
  }
  .benefits__inner {
    max-width: 94%;
  }
  .benefits__headline {
    font-size: 5rem;
  }
  .benefits__items {
    gap: 5rem;
  }
  .benefits__ttl {
    font-size: 4.2rem;
  }
  .benefits__copy {
    font-size: 3.2rem;
  }
  .benefits .sm {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
  .schedule__inner {
    max-width: 98%;
  }
  .schedule__headline {
    margin-bottom: 12rem;
  }
  .schedule__ttl {
    font-size: 5rem;
  }
  .schedule__lbl {
    width: 28rem;
  }
  .schedule__item {
    gap: 5rem;
  }
  .schedule__item:nth-child(n+2) {
    margin-top: 6rem;
  }
  .schedule .ap {
    gap: 2rem;
  }
  .schedule .ap img {
    width: 7rem;
  }
  .schedule .ttl {
    font-size: 4.6rem;
    margin-bottom: 4rem;
  }
  .schedule .ttl .label {
    max-width: 28rem;
    margin-top: 1rem;
  }
  .schedule .sttl {
    font-size: 3.2rem;
  }
  .schedule .sttl.mr {
    margin-right: -20rem;
    margin-top: 5.2rem;
  }
  .schedule .copy {
    font-size: 2.4rem;
  }
  .schedule .per {
    width: 14rem;
  }
  .schedule .per.mr {
    width: 20rem;
    margin-top: -2rem;
    margin-right: -0.4rem;
  }
  .schedule__col1 {
    margin-top: -2rem;
  }
  .schedule__col2 {
    padding-block: 3.5rem;
  }
  .schedule__col3 {
    padding-block: 3.5rem;
    margin-right: 3.5rem;
  }
  .achievements__inner {
    max-width: 88%;
  }
  .achievements__ttl {
    font-size: 5rem;
  }
  .achievements__lbl {
    width: 28rem;
  }
  .achievements__map {
    width: 100rem;
    max-width: 70%;
  }
  .achievements__map-ttl {
    font-size: 4rem;
  }
  .achievements__items {
    width: 42rem;
  }
  .achievements__item:nth-child(n+2) {
    margin-top: 4rem;
  }
  .achievements__item-img {
    margin-bottom: -4.5rem;
  }
  .achievements__item-head {
    gap: 2rem;
  }
  .achievements__item-head .lbl {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0.5rem 2.5rem;
    border-radius: 1.5rem;
  }
  .achievements__item-head .ttl {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .achievements__item-text {
    font-size: 3.2rem;
    margin-top: 1.5rem;
  }
  .requirements__inner {
    max-width: 94%;
    gap: 10rem;
  }
  .requirements__headline {
    width: 70rem;
    max-width: 36%;
  }
  .requirements__ttl {
    font-size: 7rem;
    margin-bottom: 4rem;
  }
  .requirements__content {
    border-radius: 4rem;
    padding: 11rem 6rem 6rem;
    font-size: 2.8rem;
  }
  .requirements__sub-ttl {
    font-size: 4rem;
    padding: 2rem 4rem;
    border-radius: 2rem;
    min-width: 36rem;
  }
  .requirements__body {
    margin-top: 4rem;
  }
  .requirements__body dl {
    padding: 6rem 0;
  }
  .requirements__body .normal-list li:nth-child(n+2) {
    margin-top: 1rem;
  }
  .requirements__row {
    gap: 5rem;
  }
  .requirements__btn {
    margin-top: 3rem;
    font-size: 3.8rem;
  }
  .faq__inner {
    max-width: 88%;
  }
  .faq__ttl {
    font-size: 5rem;
  }
  .faq__items {
    padding-top: 2rem;
  }
  .faq__item {
    margin-top: 4rem;
    font-size: 3.6rem;
  }
  .faq__item-q {
    padding: 4rem 8rem 4rem 6rem;
  }
  .lecturer__inner {
    max-width: 88%;
  }
  .lecturer__headline {
    margin-bottom: 10rem;
  }
  .lecturer__ttl {
    font-size: 5rem;
  }
  .lecturer__lbl {
    max-width: 18rem;
  }
  .lecturer__item-head {
    margin-bottom: 6rem;
    gap: 8rem;
  }
  .lecturer__item-img {
    width: 40rem;
  }
  .lecturer__item-ttl .position {
    font-size: 2.8rem;
  }
  .lecturer__item-ttl .name {
    font-size: 4rem;
  }
  .lecturer__item-content .btn a {
    border-radius: 1.5rem;
    min-width: 34rem;
    font-size: 2.8rem;
    padding: 2rem 3rem;
  }
  .contact__inner {
    max-width: 88%;
    gap: 12rem;
  }
  .contact-form {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .contact-form .form-label {
    display: block;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    padding-top: 5px;
    font-weight: 500;
  }
  .contact-form .form-label .text-required {
    color: #FC364D;
    vertical-align: super;
    font-size: 80%;
  }
  .contact-form .form-input {
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 3.2rem;
    background: #fff;
    border-radius: 2rem;
  }
  .contact-form__item:nth-child(n+2) {
    margin-top: 3.2rem;
  }
  .contact-form__input {
    flex-grow: 1;
  }
  .contact-form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }
  .contact-form__btn .contact-btn {
    border-radius: 2rem;
    font-weight: 500;
    color: #fff;
    background: #231815;
    padding: 15px 60px;
    min-width: 252px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) and (hover: hover) {
  .contact-form__btn .contact-btn:hover {
    background: #FC364D;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .contact-form__btn .contact-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .contact-form__btn .contact-btn.btn-back {
    background: #fff;
    color: #231815;
    border: 1px solid #231815;
  }
  .contact-form__btn .contact-btn.btn-back:hover {
    background: #231815;
    color: #fff;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .contact .check-privacy-policy {
    font-size: 2.8rem;
    margin-top: 4rem;
  }
  .contact .check-privacy-policy input[type=checkbox] {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .contact .error {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .page-archive {
    padding: 17rem 2rem 10rem;
  }
  .page-archive__inner2 {
    padding-bottom: 10rem;
    padding-left: 22rem;
  }
  .page-archive .page-headline {
    gap: 10rem;
  }
  .page-archive .page-list__item:nth-child(n+2) {
    margin-top: 8rem;
  }
  .page-archive .page-list__item .time {
    font-size: 3.2rem;
  }
  .page-archive .page-list__item .ttl {
    font-size: 4rem;
  }
  .page-archive .page-list__item .copy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .page-pagination__item {
    font-size: 3.2rem;
  }
  .page-pagination__back-list a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .page-detail__time {
    font-size: 3.2rem;
  }
  .page-detail__ttl {
    font-size: 4rem;
  }
  .page-detail__content p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 1.2rem;
    margin-left: 1.8rem;
    width: 24.4rem;
  }
  .l-header__btn {
    top: 2rem;
    right: 2rem;
    padding: 1rem 1rem 1rem 2.6rem;
    gap: 1.8rem;
  }
  .l-header__contact-btn {
    width: 7.4rem;
    height: 7.4rem;
  }
  .l-header__menu-toggle__inner {
    display: block;
    padding: 15rem 4rem 3rem;
  }
  .l-header__menu-logo {
    width: 14.4rem;
    width: 20rem;
    position: absolute;
    bottom: 6rem;
    right: 6rem;
  }
  .l-header__nav {
    flex-direction: column;
    gap: 6rem;
  }
  .l-header__nav-list li {
    padding: 2rem 0;
  }
  .l-header__nav-list a {
    font-size: 3.7rem;
    padding-left: 6rem;
  }
  .l-header__nav-list a::before {
    width: 4.5rem;
    height: 4.5rem;
  }
  .l-header__nav-list a span::after {
    height: 2px;
  }
  .l-header__nav-list--sm {
    padding-left: 0.8rem;
  }
  .l-header__nav-list--sm a {
    font-size: 2.4rem;
    padding-left: 3.8rem;
  }
  .l-header__nav-list--sm a::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .l-header__nav-list--sm a span::after {
    height: 1px;
  }
  .l-header__menu-slogan, .l-header__slogan {
    width: 10rem;
    right: 5rem;
    bottom: auto;
    top: 16rem;
    pointer-events: none;
    display: none;
  }
  .l-footer {
    text-align: center;
  }
  .l-footer__gotop {
    bottom: 28.6rem;
    right: 1.6rem;
    gap: 0.5rem;
    font-size: 1.2rem;
    width: 11rem;
    height: 11rem;
  }
  .l-footer__gotop img {
    width: 4.2rem;
  }
  .l-footer__btn {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    padding: 3rem 4rem;
    border-radius: 6rem;
  }
  .l-footer__il {
    margin-top: -3rem;
    width: 90%;
    max-width: 54rem;
  }
  .l-footer__content {
    padding: 2.5rem 0 2rem;
    flex-direction: column;
  }
  .l-footer__company {
    flex-direction: column;
    gap: 0.8rem;
    font-size: 1.6rem;
  }
  .l-footer__company h3 {
    font-size: 2.4rem;
  }
  .l-footer__sns {
    position: static;
    padding-block: 2.5rem;
  }
  .l-section {
    padding-block: 10rem;
  }
  .kv::before {
    height: calc(100% - 3.8rem);
  }
  .kv__slogan {
    position: absolute;
    width: 10rem;
    right: 5rem;
    top: 16rem;
    pointer-events: none;
    z-index: 10;
  }
  .kv__inner {
    padding: 24rem 1.2rem 0;
  }
  .kv__il {
    max-width: 58.6rem;
  }
  .kv__text-fixed {
    bottom: 10rem;
    left: 2rem;
    font-size: 1.6rem;
    padding: 1rem 0;
    display: none;
  }
  .kv__content {
    top: auto;
    bottom: 8.2%;
    transform: none;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding-inline: 2rem;
  }
  .kv__content__inner {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
  .kv__copy {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
  .kv__ttl {
    font-size: 6.9rem;
    margin-bottom: 1.5rem;
  }
  .kv__btn {
    padding: 1.5rem 4rem;
    font-size: 2.6rem;
  }
  .vision__inner {
    padding-inline: 3rem;
  }
  .vision__headline {
    margin-bottom: 3rem;
  }
  .vision__headline-label {
    width: 10rem;
    margin-bottom: 1rem;
  }
  .vision__headline-title {
    font-size: 5.5rem;
    line-height: 1.3818181818;
  }
  .vision__row {
    flex-direction: column;
    gap: 4rem;
  }
  .vision__img {
    width: 60rem;
    margin-left: 0;
    display: none;
  }
  .vision__content {
    flex-grow: 1;
  }
  .vision__copy {
    font-size: 1.6rem;
  }
  .philosophy {
    padding-inline: 3rem;
  }
  .mission__inner {
    padding-inline: 3rem;
  }
  .mission__headline {
    margin-bottom: 3rem;
  }
  .mission__headline-label {
    width: 10rem;
  }
  .mission__headline-title {
    font-size: 4rem;
  }
  .mission__lead {
    font-size: 1.8rem;
  }
  .mission__row {
    flex-direction: column;
    margin-top: 4.6rem;
    gap: 3.6rem;
  }
  .mission__img {
    width: 14rem;
  }
  .mission__copy {
    font-size: 1.6rem;
    text-align: justify;
  }
  .topics-news__inner {
    padding-inline: 3rem;
    display: flex;
    flex-direction: column;
    gap: 12rem;
  }
  .topics-news__ttl {
    font-size: 4.8rem;
  }
  .topics-news__btn {
    text-align: center;
    margin-top: 3rem;
  }
  .topics-news__btn a {
    font-size: 2.4rem;
    border-radius: 1.5rem;
    padding: 1.4rem 4rem;
  }
  .t-topics__il {
    width: 14rem;
  }
  .t-topics__time {
    font-size: 1.8rem;
  }
  .t-topics__ttl {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
  .t-topics__copy {
    font-size: 1.4rem;
  }
  .t-topics__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .t-news__il {
    width: 17rem;
  }
  .t-news__time {
    font-size: 1.8rem;
  }
  .t-news__ttl {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
  .t-news__copy {
    font-size: 1.4rem;
  }
  .t-news__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .features {
    padding-inline: 3rem;
    padding-bottom: 0;
  }
  .features__inner {
    padding: 0rem 4rem 6rem;
    background-size: 2.3rem 2.3rem;
    border-radius: 2rem;
  }
  .features__box {
    max-width: 141rem;
    margin-inline: auto;
    padding-inline: 0;
    text-align: center;
  }
  .features__headline {
    border-radius: 2rem;
    font-size: 2.6rem;
    line-height: 1.3076923077;
    padding: 1.5rem 4rem;
    margin-bottom: 1rem;
  }
  .features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
  }
  .features__item:nth-child(2n) {
    flex-direction: column;
  }
  .features__item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .features__il {
    width: 48rem;
    max-width: 90%;
  }
  .features__content {
    padding-block: 0;
  }
  .features__number {
    width: 4rem;
  }
  .features__ttl {
    font-size: 4.6rem;
    line-height: 1.5217391304;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .features__copy {
    font-size: 1.7rem;
    line-height: 1.8823529412;
    font-weight: 500;
  }
  .benefits {
    padding-bottom: 0;
  }
  .benefits__inner {
    padding-inline: 3rem;
  }
  .benefits__headline {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .benefits__items {
    display: block;
    margin-inline: -3rem;
  }
  .benefits__items .slick-track {
    display: flex;
    gap: 4rem;
  }
  .benefits__item {
    width: 43.2rem;
    text-align: center;
    height: auto;
    display: flex !important;
    align-items: center;
    flex-direction: column;
  }
  .benefits__ttl {
    border-radius: 4.2rem;
    font-size: 3rem;
    line-height: 1.4666666667;
    padding: 2rem 8rem;
    margin-bottom: 3.2rem;
    display: inline-flex;
    flex-shrink: 0;
  }
  .benefits__content {
    border-radius: 2rem;
    padding: 4rem;
    text-align: left;
    flex-grow: 1;
  }
  .benefits__img {
    margin-bottom: 2rem;
  }
  .benefits__copy {
    font-size: 2.3rem;
  }
  .benefits .sm {
    font-size: 1.7rem;
    margin-top: 1rem;
  }
  .schedule {
    padding-top: 10rem;
  }
  .schedule__inner {
    padding-inline: 3rem;
  }
  .schedule__headline {
    margin-bottom: 4rem;
  }
  .schedule__ttl {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
  .schedule__lbl {
    width: 12rem;
  }
  .schedule__items {
    margin-inline: -3rem;
  }
  .schedule__items .slick-track {
    display: flex;
    gap: 3rem;
  }
  .schedule__item {
    display: block;
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    padding: 3rem;
    width: 46.6rem;
    height: auto;
  }
  .schedule__item::before {
    content: none;
  }
  .schedule__item:nth-child(n+2) {
    margin-top: 0;
  }
  .schedule .ap {
    position: static;
    transform: none;
    margin-bottom: 1rem;
  }
  .schedule .ap img {
    width: 4.4rem;
  }
  .schedule .ttl {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .schedule .ttl .label {
    max-width: 18.8rem;
    margin-top: 0.3rem;
  }
  .schedule .ttl .sm {
    font-size: 2.4rem;
  }
  .schedule .sttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .schedule .sttl.mr {
    margin-right: 0;
    margin-top: 2rem;
  }
  .schedule .row {
    display: flex;
    gap: 2rem;
  }
  .schedule .copy {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    flex-grow: 1;
  }
  .schedule .per {
    width: 13rem;
    display: none;
  }
  .schedule .per.mr {
    width: 15rem;
    margin-top: 0;
    margin-right: 0;
  }
  .schedule .photo {
    display: none;
  }
  .schedule__col1 {
    margin-top: 0;
    width: 32rem;
    max-width: 90%;
    flex-shrink: 0;
  }
  .schedule__col-right {
    display: block;
  }
  .schedule__col2 {
    width: 100%;
    padding-block: 0;
    margin-top: 3rem;
  }
  .schedule__col3 {
    width: 100%;
    padding-block: 0;
    margin-right: 0;
    margin-top: 3rem;
  }
  .achievements__inner {
    padding-inline: 3rem;
  }
  .achievements__headline {
    margin-bottom: 4rem;
  }
  .achievements__ttl {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
  .achievements__lbl {
    width: 16rem;
  }
  .achievements__row {
    flex-direction: column;
    gap: 4rem;
  }
  .achievements__map {
    max-width: 100%;
  }
  .achievements__map-ttl {
    position: absolute;
    top: 20%;
    left: 0;
    font-size: 2.4rem;
    line-height: 1.6666666667;
    font-weight: 500;
  }
  .achievements__map-il {
    margin-inline: auto;
    width: 46rem;
  }
  .achievements__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .achievements__item:nth-child(n+2) {
    margin-top: 0;
  }
  .achievements__item-img {
    margin-bottom: -2.8rem;
  }
  .achievements__item-head {
    gap: 1rem;
  }
  .achievements__item-head .lbl {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
    border-radius: 0.6rem;
  }
  .achievements__item-head .ttl {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .achievements__item-text {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .requirements__inner {
    padding-inline: 3rem;
    gap: 4rem;
    flex-direction: column;
  }
  .requirements__headline {
    max-width: 100%;
  }
  .requirements__ttl {
    font-size: 3.9rem;
  }
  .requirements__lbl {
    display: none;
  }
  .requirements__content {
    border-radius: 2rem;
    padding: 5rem 3rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .requirements__sub-ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding: 1.4rem 4rem;
    border-radius: 3rem;
    min-width: 20rem;
  }
  .requirements__body {
    margin-top: 3rem;
  }
  .requirements__body dl {
    padding: 3rem 0;
    border-top-width: 1px;
  }
  .requirements__body dl dt {
    width: 7rem;
  }
  .requirements__body .normal-list li:nth-child(n+2) {
    margin-top: 0.3rem;
  }
  .requirements__row {
    gap: 2rem;
  }
  .requirements__row + p {
    margin-top: 1.8em;
  }
  .requirements__btn {
    margin-left: -9rem;
    margin-top: 2rem;
    font-size: 2.6rem;
    line-height: 1.1538461538;
    padding: 2rem 4rem;
    border-radius: 4rem;
  }
  .gallery {
    padding-block: 6rem;
  }
  .gallery__item {
    padding-inline: 2rem;
    width: 56rem;
    max-width: 94vw;
  }
  .faq__inner {
    padding-inline: 3rem;
  }
  .faq__ttl {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .faq__items {
    padding-top: 2rem;
  }
  .faq__item {
    margin-top: 2rem;
    border-radius: 1.6rem;
    font-size: 2rem;
  }
  .faq__item-q {
    padding: 1.8rem 5.6rem 1.8rem 2rem;
  }
  .faq__item-q::after {
    top: 2.6rem;
    right: 2.6rem;
    width: 2rem;
    height: 1.2rem;
  }
  .faq__item-a {
    padding: 0 5.6rem 1.8rem 2rem;
  }
  .lecturer__inner {
    padding-inline: 3rem;
  }
  .lecturer__headline {
    margin-bottom: 4rem;
  }
  .lecturer__ttl {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .lecturer__lbl {
    max-width: 12rem;
  }
  .lecturer__items {
    margin-inline: -3rem;
  }
  .lecturer__items .slick-track {
    display: flex;
    gap: 4rem;
  }
  .lecturer__item {
    width: 48rem;
  }
  .lecturer__item:nth-child(n+2) {
    margin-top: 0;
  }
  .lecturer__item-head {
    flex-direction: column;
    align-items: start;
    margin-bottom: 2rem;
    gap: 3rem;
  }
  .lecturer__item-img {
    width: 22.2rem;
    max-width: 80%;
  }
  .lecturer__item-ttl {
    width: 100%;
  }
  .lecturer__item-ttl .ttl {
    font-size: 3.4rem;
    margin-bottom: 2.5rem;
  }
  .lecturer__item-ttl .position {
    font-size: 1.4rem;
  }
  .lecturer__item-ttl .name {
    font-size: 2.6rem;
  }
  .lecturer__item-content {
    flex-direction: column;
    gap: 2rem;
  }
  .lecturer__item-content .copy {
    font-size: 1.8rem;
  }
  .lecturer__item-content .btn a {
    border-radius: 1rem;
    min-width: 12rem;
    font-size: 1.8rem;
    padding: 1.6rem 3rem;
    display: inline-block;
  }
  .contact__inner {
    padding-inline: 3rem;
    gap: 4rem;
    flex-direction: column;
  }
  .contact__headline-ttl {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .contact__headline-copy {
    font-size: 2rem;
  }
  .contact__form {
    flex-grow: 1;
  }
  .contact-form {
    font-size: 2rem;
    line-height: 1.6;
  }
  .contact-form .form-label {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .contact-form .form-input {
    font-size: 2rem;
    line-height: 1.6;
    padding: 2rem;
    border-radius: 1.4rem;
  }
  .contact-form__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  .contact-form__btn {
    gap: 20px;
    margin-top: 5rem;
  }
  .contact-form__btn .contact-btn {
    border-radius: 1.5rem;
    font-size: 2rem;
    padding: 2rem 3rem;
  }
  .contact .check-privacy-policy {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .contact .check-privacy-policy input[type=checkbox] {
    width: 3rem;
    height: 3rem;
  }
  .contact .error {
    margin-top: 0.5rem;
  }
  .contact .privacy-policy {
    margin: 4rem 0;
  }
  .contact .privacy-policy__title {
    font-size: 2.4rem;
    padding: 1.6rem 4rem;
  }
  .contact .privacy-policy__title::after {
    right: 30px;
    width: 2rem;
    height: 1.2rem;
  }
  .contact .privacy-policy__content {
    padding: 4rem 5rem 6rem;
  }
  .contact .privacy-policy__content h4 {
    font-size: 2rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 1.25em;
  }
  .contact .privacy-policy__content h5 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .contact .privacy-policy__content p {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .page-archive {
    padding: 24rem 3rem 10rem;
  }
  .page-archive__inner2 {
    padding-bottom: 6rem;
    padding-inline: 3rem;
  }
  .page-archive .page-headline {
    padding-left: 22rem;
    transform: translateY(-7.4rem);
    gap: 3rem;
    margin-right: -3rem;
  }
  .page-archive .page-headline__il.il-news {
    width: 10rem;
  }
  .page-archive .page-headline__il.il-topics {
    width: 8.2rem;
  }
  .page-archive .page-headline__ttl {
    font-size: 3.9rem;
  }
  .page-archive .page-list__title {
    margin-left: 22rem;
    padding-left: 4.5rem;
    font-size: 4.5rem;
    position: relative;
    top: -4rem;
    margin-bottom: 3rem;
  }
  .page-archive .page-list__title::before {
    width: 3.6rem;
    height: 3.6rem;
  }
  .page-archive .page-list__item:nth-child(n+2) {
    margin-top: 6rem;
  }
  .page-archive .page-list__item .time {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .page-archive .page-list__item .ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .page-archive .page-list__item .copy {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .page-archive .page-list__item .image {
    width: 100%;
    overflow: hidden;
  }
  .page-archive .page-list__item .image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .page-archive .page-list__item a:hover .image img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .page-pagination__item {
    font-size: 2rem;
    padding-block: 2rem;
  }
  .page-pagination__item span::before {
    width: 2rem;
    height: 1.5rem;
  }
  .page-pagination__item.item-prev span {
    padding-left: 4rem;
  }
  .page-pagination__item.item-next span {
    padding-right: 4rem;
  }
  .page-pagination__back-list a {
    font-size: 2rem;
    padding-block: 2rem;
  }
  .page-pagination__back-list a span {
    padding-left: 4.4rem;
  }
  .page-pagination__back-list a span::before {
    width: 3rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail {
    padding-top: 4rem;
  }
  .page-detail__time {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .page-detail__ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .page-detail__content p {
    font-size: 2rem;
  }
}