@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*///////////////////////////////////////////////////// layout  */
@keyframes waveMove1 {
  0% {
    transform: translateX(-2%) rotate(0.4deg);
  }
  100% {
    transform: translateX(2%) rotate(-0.4deg);
  }
}
@keyframes waveMove2 {
  0% {
    transform: translateX(-1%);
  }
  100% {
    transform: translateX(1%);
  }
}
@keyframes moveY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2vw);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

object, embed {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

html, body {
  width: 100%;
  min-height: 100%;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  background: #fff;
  scroll-behavior: smooth;
}

html {
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
}

html.no-scroll {
  overflow: hidden;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
body.resizeing * {
  transition: none !important;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 4.1vw;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    opacity: 1;
    transition: opacity 0.4s;
  }
  a:hover {
    opacity: 0.6;
  }
}
a.btn-gra {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.77vw;
  overflow: hidden;
  color: #fff;
  position: relative;
  border: solid 0.13vw rgba(255, 255, 255, 0);
}
@media (min-width: 769px) {
  a.btn-gra {
    transition: 0.4s;
  }
}
a.btn-gra span {
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  a.btn-gra span {
    transition: 0.4s;
  }
}
a.btn-gra:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(162deg, #EC7289 0%, #F9B285 100%);
}
@media (min-width: 769px) {
  a.btn-gra:after {
    transition: 0.4s;
  }
}
@media (min-width: 769px) {
  a.btn-gra:before {
    content: "";
    position: absolute;
    inset: 0.13vw;
    z-index: 2;
    opacity: 1;
    border-radius: 2.77vw;
    background: rgba(255, 255, 255, 0);
    transition: 0.4s;
  }
  a.btn-gra:hover {
    border: solid 0.13vw white;
  }
  a.btn-gra:hover span {
    color: #333333;
  }
  a.btn-gra:hover:before {
    background: white;
  }
  a.btn-gra:hover:after {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
#wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.8s;
  opacity: 0;
}
#wrap.loaded {
  opacity: 1;
}

#contents-wrap {
  position: relative;
  padding-top: 6.59vw;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #contents-wrap {
    padding-top: 18.46vw;
    padding-bottom: 5.12vw;
  }
}

.float-bnr {
  position: fixed;
  right: 2.22vw;
  bottom: 2.22vw;
  z-index: 199;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s;
}
@media only screen and (max-width: 768px) {
  .float-bnr {
    right: 4.1vw;
    bottom: 4.1vw;
  }
}
.float-bnr .float-bnr-inner {
  width: 25.55vw;
  aspect-ratio: 3.43;
  transition: transform 0.8s;
  transform: translateY(160%);
  position: relative;
  box-shadow: 3.87px 3.87px 7.75px 0 rgba(0, 0, 0, 0.15);
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .float-bnr .float-bnr-inner {
    width: 53.33vw;
    aspect-ratio: 3.7142857143;
    box-shadow: 1.02vw 1.02vw 2.05vw 0 rgba(0, 0, 0, 0.15);
    border-radius: 2.05vw;
  }
}
.float-bnr .float-bnr-inner .float-btn-close {
  content: "";
  display: block;
  width: 2.08vw;
  aspect-ratio: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  top: -0.84vw;
  right: -0.84vw;
  z-index: 2;
  background: url(../img/btn_bnr_close.png) center center no-repeat;
  background-size: 1.38vw 1.38vw;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .float-bnr .float-bnr-inner .float-btn-close {
    width: 7.69vw;
    aspect-ratio: 1;
    background: url(../img/btn_bnr_close_sp.png) center center no-repeat;
    background-size: 4.61vw 4.61vw;
    top: -2.57vw;
    right: -2.57vw;
  }
}
@media (min-width: 769px) {
  .float-bnr .float-bnr-inner .float-btn-close:hover {
    background-size: 1.73vw 1.73vw;
  }
}
.float-bnr .float-bnr-inner a {
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .float-bnr .float-bnr-inner a img.pc-bnr {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .float-bnr .float-bnr-inner a img.pc-bnr {
    display: none;
  }
}
@media (min-width: 769px) {
  .float-bnr .float-bnr-inner a img.sp-bnr {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .float-bnr .float-bnr-inner a img.sp-bnr {
    display: block;
    width: 100%;
    height: auto;
  }
}
.float-bnr.on .float-bnr-inner {
  transform: translateY(0%);
}
.float-bnr.off {
  transition: opacity 0.2s;
  opacity: 0 !important;
  pointer-events: none !important;
}

.page-head {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-head.mb {
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  .page-head.mb {
    margin-bottom: 7.69vw;
  }
}
.page-head .page-tit {
  width: 82.22vw;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4.44vw;
}
@media only screen and (max-width: 768px) {
  .page-head .page-tit {
    width: 91.79vw;
  }
}
.page-head .page-tit .tit-en {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.11vw;
  color: #EC7289;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .page-head .page-tit .tit-en {
    font-size: 3.07vw;
  }
}
.page-head .page-tit h1 {
  width: 100%;
  font-size: 3.33vw;
  font-weight: 700;
  padding: 0.69vw 0 3.47vw;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .page-head .page-tit h1 {
    line-height: 1.25;
    font-size: 8.2vw;
    padding: 0vw 0 4.87vw;
  }
}
.page-head .header-img {
  width: 100%;
  position: relative;
}
.page-head .header-img:after {
  content: "";
  display: block;
  aspect-ratio: 2880/178;
  width: 100%;
  background: url(../img/bg_page_head.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.page-head .header-img picture img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.page-head.normal {
  aspect-ratio: 1440/338;
  width: 100%;
  background: url(../img/bg_header_normal.jpg) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .page-head.normal {
    aspect-ratio: 390/166;
    background: url(../img/bg_header_normal_sp.jpg) center center no-repeat;
    background-size: 100% 100%;
  }
}
.page-head.normal .page-tit {
  padding-top: 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .page-head.normal .page-tit {
    padding-top: 0;
  }
}
.page-head.normal .page-tit .tit-en {
  white-space: nowrap;
  position: absolute;
  top: 4.86vw;
}
@media only screen and (max-width: 768px) {
  .page-head.normal .page-tit .tit-en {
    top: 12.3vw;
  }
}
.page-head.normal .page-tit h1 {
  white-space: nowrap;
  position: absolute;
  top: 6.94vw;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .page-head.normal .page-tit h1 {
    top: 19.48vw;
  }
}

.js-fade {
  transition: 1.8s;
  opacity: 0;
  transform: translateY(2.77vw);
}
.js-fade.on {
  opacity: 1;
  transform: translateY(0);
}

section {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10.97vw;
  scroll-margin-top: 11.11vw;
}
section.on .sec-inner {
  opacity: 1;
  transform: translateY(0);
}
section.border {
  margin-bottom: 8.05vw;
  padding-bottom: 8.05vw;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (max-width: 768px) {
  section.border {
    margin-bottom: 16.92vw;
    padding-bottom: 11.28vw;
  }
}
section.mb0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section.mb0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  section {
    margin-bottom: 22.56vw;
    scroll-margin-top: 30.76vw;
  }
  section#movie.sp-mb0 {
    margin-bottom: 0;
  }
}
section .sec-inner {
  width: 82.22vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transform: translateY(2.77vw);
  opacity: 0;
  transition: 1.8s;
}
@media only screen and (max-width: 768px) {
  section .sec-inner {
    width: 91.79vw;
    transform: translateY(10.25vw);
  }
}
section .sec-inner h2 {
  font-size: 2.22vw;
  font-weight: 500;
  color: #EC7289;
}
@media only screen and (max-width: 768px) {
  section .sec-inner h2 {
    font-size: 7.17vw;
    line-height: 1;
  }
}
section .sec-inner h2 span {
  display: block;
  width: 100%;
  font-size: 1.11vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 0.83vw 0 3.05vw;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  section .sec-inner h2 span {
    font-size: 4.1vw;
    padding: 2.05vw 0 11.28vw;
  }
}
section .sec-inner h4 {
  display: flex;
  font-size: 2.22vw;
  position: relative;
  width: 100%;
  align-items: center;
  padding-left: 2.63vw;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2.5vw;
}
section .sec-inner h4:before {
  content: "";
  display: block;
  aspect-ratio: 24/24;
  width: 1.66vw;
  background: url(../img/pict_text_cir.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.83vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner h4:before {
    width: 6.15vw;
    top: 1.02vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner h4 {
    font-size: 5.12vw;
    padding-left: 7.17vw;
    margin-bottom: 6.15vw;
    align-items: flex-start;
  }
}
section .sec-inner h4 .num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.77vw;
  color: #EC7289;
  line-height: 1;
  margin-right: 0.41vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner h4 .num {
    font-size: 8.46vw;
    margin-right: 2.05vw;
  }
}
section .sec-inner h4 p {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section .sec-inner h4 p {
    letter-spacing: 0.02em;
    font-size: 5.12vw;
  }
}
section .sec-inner h4 p span {
  color: #EC7289;
}
section .sec-inner h5 {
  font-size: 1.52vw;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1.94vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner h5 {
    font-size: 4.61vw;
    padding-bottom: 5.64vw;
  }
}
section .sec-inner h5.small {
  padding-bottom: 1.25vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner h5.small {
    padding-bottom: 4.61vw;
  }
}
section .sec-inner .sec-visual {
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .sec-visual {
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .sec-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .sec-visual img {
    border-radius: 4.1vw;
  }
}
section .sec-inner .about-movie {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  section .sec-inner .about-movie {
    align-items: center;
  }
}
section .sec-inner .about-movie .thumbnail {
  width: 37.77vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .about-movie .thumbnail {
    width: 100%;
    margin-bottom: 12.3vw;
  }
}
section .sec-inner .about-movie .thumbnail a {
  display: block;
  position: relative;
  border-radius: 1.11vw;
  aspect-ratio: 544/306;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .about-movie .thumbnail a {
    border-radius: 4.1vw;
  }
}
section .sec-inner .about-movie .thumbnail a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
section .sec-inner .about-movie .thumbnail a:after {
  content: "";
  display: block;
  width: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: url(../img/btn_movie_play.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .about-movie .thumbnail a:after {
    width: 18.46vw;
  }
}
section .sec-inner .about-movie .thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 769px) {
  section .sec-inner .about-movie .thumbnail a img {
    transition: 1.8s;
    transform: scale(1);
  }
}
@media (min-width: 769px) {
  section .sec-inner .about-movie .thumbnail a:hover {
    opacity: 1;
  }
  section .sec-inner .about-movie .thumbnail a:hover img {
    transform: scale(1.1);
  }
}
section .sec-inner .about-movie .text {
  width: 41.11vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .about-movie .text {
    width: 100%;
  }
}
section .sec-inner .c-inner {
  background: #FAF8F4;
  position: relative;
  width: 100%;
  padding: 4.44vw;
  border-radius: 2.22vw;
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .c-inner {
    border-radius: 8.2vw;
    padding: 8.2vw 4.1vw;
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .c-inner.pd-s {
  padding: 2.77vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .c-inner.pd-s {
    padding: 8.2vw 4.1vw;
  }
}
section .sec-inner .c-inner .checkbox-list {
  padding: 2.77vw;
  background: #fff;
  border-radius: 1.11vw;
  padding: 2.77vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .c-inner .checkbox-list {
    border-radius: 4.1vw;
    padding: 7.69vw 4.1vw;
  }
}
section .sec-inner .img-wrap {
  width: 100%;
}
section .sec-inner .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .img-wrap img {
    border-radius: 4.1vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .img-wrap.campuscalendar img {
    width: 105%;
  }
}
section .sec-inner .img-wrap.introduction-img {
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .img-wrap.introduction-img {
    margin-bottom: 15.38vw;
  }
}
section .sec-inner .img-wrap.mb {
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .img-wrap.mb {
    margin-bottom: 10.25vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .img-wrap.sp-zoom {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  section .sec-inner .img-wrap.sp-zoom::-webkit-scrollbar {
    height: 4px;
    border-radius: 2px;
  }
  section .sec-inner .img-wrap.sp-zoom::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }
  section .sec-inner .img-wrap.sp-zoom::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
  }
  section .sec-inner .img-wrap.sp-zoom::-webkit-scrollbar-thumb:hover {
    background: #E0E0E0;
  }
  section .sec-inner .img-wrap.sp-zoom img {
    height: 600px;
    width: auto;
  }
  section .sec-inner .img-wrap.sp-zoom.mb {
    margin-bottom: 2.56vw;
  }
}
@media (min-width: 769px) {
  section .sec-inner .sp-zoom-text {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .sp-zoom-text {
    font-size: 3.58vw;
    margin-bottom: 15.38vw;
  }
  section .sec-inner .sp-zoom-text.mb-s {
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .sec-header {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  section .sec-inner .sec-header {
    padding-top: 1.25vw;
  }
}
section .sec-inner .sec-header .sec-tit-en {
  font-size: 1.11vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section .sec-inner .sec-header .sec-tit-en:before {
  content: "";
  display: block;
  aspect-ratio: 23/25;
  width: 1.59vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_sec_tit_en.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .sec-header .sec-tit-en:before {
    width: 4.35vw;
    left: 0;
    top: -5.65vw;
    bottom: auto;
    transform: translateY(0%);
  }
}
@media (min-width: 769px) {
  section .sec-inner .sec-header .sec-tit-en {
    white-space: nowrap;
    position: absolute;
    top: 0;
    padding-left: 2.08vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .sec-header .sec-tit-en {
    font-size: 3.58vw;
  }
}
section .sec-inner .sec-header h3.sec-tit {
  font-size: 3.33vw;
  padding: 1.11vw 0 4.44vw;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .sec-header h3.sec-tit {
    font-size: 7.17vw;
    padding: 0vw 0 10.25vw;
  }
}
@media (min-width: 769px) {
  section .sec-inner .sec-header.center {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  section .sec-inner .sec-header.center .sec-tit-en {
    text-align: center;
  }
  section .sec-inner .sec-header.center h3.sec-tit {
    width: 100%;
    text-align: center;
  }
}
section .sec-inner p.sec-text {
  font-size: 1.25vw;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 769px) {
  section .sec-inner p.sec-text {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner p.sec-text {
    font-size: 3.58vw;
  }
}
section .sec-inner p.sec-text.fs-s {
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner p.sec-text.fs-s {
    font-size: 3.58vw;
  }
}
section .sec-inner p.sec-text.fw-m {
  font-weight: 500;
}
section .sec-inner p.sec-text.mb {
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner p.sec-text.mb {
    margin-bottom: 7.69vw;
  }
}
section .sec-inner p.sec-text.mb-s {
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner p.sec-text.mb-s {
    margin-bottom: 6.15vw;
  }
}
section .sec-inner .theme-wrap {
  width: 100%;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .theme-wrap {
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .theme-wrap .theme-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.08vw 1.66vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .theme-wrap .theme-inner {
    gap: 2.05vw 0;
  }
}
section .sec-inner .theme-wrap .theme-inner dl {
  width: calc((100% - 3.32vw) / 3);
  background: #fff;
  border-radius: 1.11vw;
  padding: 1.66vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .theme-wrap .theme-inner dl {
    width: 100%;
    padding: 4.1vw;
    border-radius: 4.1vw;
  }
}
@media (min-width: 769px) {
  section .sec-inner .theme-wrap .theme-inner dl.col2 {
    width: calc((100% - 1.66vw) / 2);
  }
}
section .sec-inner .theme-wrap .theme-inner dl dt {
  padding: 0.83vw 0;
  border: solid 1px #EC7289;
  font-size: 1.25vw;
  font-weight: 500;
  color: #EC7289;
  text-align: center;
  border-radius: 0.27vw;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .theme-wrap .theme-inner dl dt {
    font-size: 4.1vw;
    border-radius: 1.02vw;
    padding: 3.07vw;
  }
}
section .sec-inner .theme-wrap .theme-inner dl dd {
  font-size: 1.11vw;
  padding-top: 1.52vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .theme-wrap .theme-inner dl dd {
    font-size: 3.58vw;
    padding-top: 4.1vw;
  }
}
section .sec-inner .list-icon {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  background: #fff;
  border-radius: 1.11vw;
  padding: 2.08vw 2.08vw;
  position: relative;
  margin-top: 2.77vw;
  margin-bottom: 3.19vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .list-icon {
    border-radius: 4.1vw;
    padding: 5.64vw 4.1vw;
    margin-top: 7.69vw;
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .list-icon .item {
  width: 37.77vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .list-icon .item {
    width: 100%;
    padding-bottom: 5.12vw;
    margin-bottom: 5.12vw;
    border-bottom: solid 1px #E0E0E0;
  }
  section .sec-inner .list-icon .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
section .sec-inner .list-icon .item .icon {
  width: 8.33vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .list-icon .item .icon {
    width: 26.66vw;
  }
}
section .sec-inner .list-icon .item .icon img {
  display: block;
  width: 100%;
  height: auto;
}
section .sec-inner .list-icon .item dl {
  width: 27.77vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .list-icon .item dl {
    width: 52.82vw;
  }
}
section .sec-inner .list-icon .item dl dt {
  font-size: 1.25vw;
  font-weight: 700;
  padding-bottom: 0.83vw;
  color: #EC7289;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .list-icon .item dl dt {
    font-size: 4.1vw;
    padding-bottom: 3.07vw;
  }
}
section .sec-inner .list-icon .item dl dd {
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .list-icon .item dl dd {
    font-size: 3.58vw;
  }
}
@media (min-width: 769px) {
  section .sec-inner .list-icon.col4 .item:nth-child(1), section .sec-inner .list-icon.col4 .item:nth-child(2) {
    padding-bottom: 2.08vw;
    margin-bottom: 2.08vw;
    border-bottom: solid 1px #E0E0E0;
  }
}
section .sec-inner .page-link-list {
  display: block;
  width: 100%;
}
section .sec-inner .page-link-list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 6.94vw 0 8.33vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .page-link-list ul {
    padding: 12.3vw 0 20.51vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .page-link-list ul li {
    width: 100%;
    aspect-ratio: 358/40;
    margin-bottom: 2.05vw;
  }
}
section .sec-inner .page-link-list ul li a {
  display: flex;
  position: relative;
  aspect-ratio: 180/56;
  width: 12.5vw;
  justify-content: center;
  align-items: center;
  background: url(../img/bg_pagelink_btn.png) center center no-repeat;
  background-size: 100% 100%;
  padding-right: 1.11vw;
  color: #EC7289;
}
@media (min-width: 769px) {
  section .sec-inner .page-link-list ul li a {
    transition: 0.4s;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .page-link-list ul li a {
    aspect-ratio: 358/40;
    width: 100%;
    background: url(../img/bg_pagelink_btn_sp_on.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
section .sec-inner .page-link-list ul li a span {
  font-size: 0.97vw;
  line-height: 1.25;
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .page-link-list ul li a span {
    font-size: 3.58vw;
  }
}
section .sec-inner .page-link-list ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/bg_pagelink_btn_on.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  section .sec-inner .page-link-list ul li a:after {
    transition: 0.4s;
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .page-link-list ul li a:after {
    display: none;
  }
}
@media (min-width: 769px) {
  section .sec-inner .page-link-list ul li a:hover {
    color: #fff;
    opacity: 1;
  }
  section .sec-inner .page-link-list ul li a:hover:after {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  section .sec-inner .page-link-list.btn3 ul li a {
    aspect-ratio: 368/56;
    width: 25.55vw;
    background: url(../img/bg_pagelink_btn_col3.png) center center no-repeat;
    background-size: 100% 100%;
  }
  section .sec-inner .page-link-list.btn3 ul li a:after {
    background: url(../img/bg_pagelink_btn_col3_on.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) {
  section .sec-inner .page-link-list.btn4 ul li a {
    aspect-ratio: 281/56;
    width: 19.51vw;
    background: url(../img/bg_pagelink_btn_col4.png) center center no-repeat;
    background-size: 100% 100%;
  }
  section .sec-inner .page-link-list.btn4 ul li a:after {
    background: url(../img/bg_pagelink_btn_col4_on.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) {
  section .sec-inner .page-link-list.btn5 ul li a {
    aspect-ratio: 220/56;
    width: 15.27vw;
    background: url(../img/bg_pagelink_btn_col5.png) center center no-repeat;
    background-size: 100% 100%;
  }
  section .sec-inner .page-link-list.btn5 ul li a:after {
    background: url(../img/bg_pagelink_btn_col5_on.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
section .sec-inner .points-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
section .sec-inner .points-list.mb {
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .points-list.mb {
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .points-list dl {
  width: 26.25vw;
  padding: 1.66vw;
  border-radius: 1.11vw;
  background: rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 768px) {
  section .sec-inner .points-list dl {
    width: 100%;
    padding: 6.15vw 4.1vw;
    border-radius: 4.1vw;
    margin-bottom: 4.1vw;
  }
}
section .sec-inner .points-list dl dt {
  font-size: 1.25vw;
  margin-bottom: 1.38vw;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-right: 5vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .points-list dl dt {
    font-size: 4.1vw;
    margin-bottom: 4.61vw;
    padding-right: 18.46vw;
  }
}
section .sec-inner .points-list dl dt span {
  color: #EC7289;
}
section .sec-inner .points-list dl dt:after {
  content: "";
  display: block;
  width: 4.44vw;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .points-list dl dt:after {
    width: 16.41vw;
    aspect-ratio: 1;
  }
}
section .sec-inner .points-list dl dd {
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .points-list dl dd {
    font-size: 3.58vw;
  }
}
section .sec-inner .points-list dl.icon1 dt:after {
  background: url(../img/icon_points_01.png) center center no-repeat;
  background-size: 100% 100%;
}
section .sec-inner .points-list dl.icon2 dt:after {
  background: url(../img/icon_points_02.png) center center no-repeat;
  background-size: 100% 100%;
}
section .sec-inner .points-list dl.icon3 dt:after {
  background: url(../img/icon_points_03.png) center center no-repeat;
  background-size: 100% 100%;
}
section .sec-inner .points-list dl.icon4 dt:after {
  background: url(../img/icon_points_04.png) center center no-repeat;
  background-size: 100% 100%;
}
section .sec-inner .points-list dl.icon5 dt:after {
  background: url(../img/icon_points_05.png) center center no-repeat;
  background-size: 100% 100%;
}
section .sec-inner .points-list dl.icon6 dt:after {
  background: url(../img/icon_points_06.png) center center no-repeat;
  background-size: 100% 100%;
}
section .sec-inner .curriculum-list {
  width: 100%;
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .curriculum-list {
    margin-bottom: 10.25vw;
  }
}
section .sec-inner .curriculum-list ul {
  width: 100%;
}
section .sec-inner .curriculum-list ul li {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 1.11vw;
  padding: 1.66vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.66vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .curriculum-list ul li {
    border-radius: 4.1vw;
    padding: 4.1vw;
    margin-bottom: 5.12vw;
  }
}
section .sec-inner .curriculum-list ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .curriculum-list ul li:last-child {
    margin-bottom: 0;
  }
}
section .sec-inner .curriculum-list ul li .img {
  width: 27.77vw;
  border-radius: 1.11vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .curriculum-list ul li .img {
    width: 100%;
    margin-bottom: 7.17vw;
    border-radius: 4.1vw;
  }
}
section .sec-inner .curriculum-list ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
section .sec-inner .curriculum-list ul li dl {
  width: 46.66vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .curriculum-list ul li dl {
    width: 100%;
  }
}
section .sec-inner .curriculum-list ul li dl dt {
  font-size: 1.52vw;
  font-weight: 700;
  margin-bottom: 1.25vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .curriculum-list ul li dl dt {
    font-size: 5.12vw;
    margin-bottom: 2.56vw;
  }
}
section .sec-inner .curriculum-list ul li dl dd {
  font-size: 1.11vw;
}
@media (min-width: 769px) {
  section .sec-inner .curriculum-list ul li dl dd {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .curriculum-list ul li dl dd {
    font-size: 3.58vw;
  }
}
section .sec-inner .dl3-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .dl3-list {
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .dl3-list dl {
  width: 26.25vw;
  padding: 1.66vw;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .dl3-list dl {
    width: 100%;
    padding: 4.1vw;
    border-radius: 4.1vw;
    margin-bottom: 6.15vw;
  }
  section .sec-inner .dl3-list dl:last-child {
    margin-bottom: 0;
  }
}
section .sec-inner .dl3-list dl dt {
  font-size: 1.25vw;
  border-radius: 0.27vw;
  margin-bottom: 1.11vw;
  padding: 0.55vw;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
@media only screen and (max-width: 768px) {
  section .sec-inner .dl3-list dl dt {
    font-size: 4.1vw;
    margin-bottom: 2.56vw;
    padding: 1.02vw 2.05vw;
    border-radius: 1.02vw;
  }
}
section .sec-inner .dl3-list dl dd {
  font-size: 1.11vw;
  line-height: 1.75;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .dl3-list dl dd {
    font-size: 3.58vw;
  }
}
section .sec-inner .dl3-list.col-h dl {
  width: 40.27vw;
  margin-bottom: 1.52vw;
}
@media (min-width: 769px) {
  section .sec-inner .dl3-list.col-h dl:nth-child(3), section .sec-inner .dl3-list.col-h dl:nth-child(4) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .dl3-list.col-h dl {
    width: 100%;
    margin-bottom: 2.56vw;
  }
  section .sec-inner .dl3-list.col-h dl:last-child {
    margin-bottom: 0;
  }
}
section .sec-inner .certified-list-tit {
  font-size: 1.11vw;
  font-weight: 500;
  border-radius: 0.27vw;
  background: #E0E0E0;
  display: flex;
  padding: 0.41vw 0.97vw;
  margin-bottom: 1.38vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .certified-list-tit {
    font-size: 3.58vw;
    margin-bottom: 4.1vw;
    border-radius: 1.02vw;
    padding: 0.51vw 3.58vw;
  }
}
section .sec-inner .certified-list {
  width: 100%;
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .certified-list {
    margin-bottom: 7.69vw;
  }
}
section .sec-inner .certified-list li {
  position: relative;
  display: inline-block;
  padding-left: 1.25vw;
  font-size: 1.25vw;
  margin-right: 0.83vw;
  margin-bottom: 0.69vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .certified-list li {
    padding-left: 4.1vw;
    margin-right: 3.07vw;
    font-size: 3.58vw;
    margin-bottom: 2.05vw;
  }
}
section .sec-inner .certified-list li:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 0.83vw;
  position: absolute;
  left: 0;
  top: 0.62vw;
  border-radius: 0.41vw;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
@media only screen and (max-width: 768px) {
  section .sec-inner .certified-list li:before {
    width: 3.07vw;
    top: 1.28vw;
    border-radius: 1.53vw;
  }
}
section .sec-inner .employer-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .sec-inner .employer-list dl {
  display: flex;
  align-items: flex-start;
  width: 48.65%;
  flex-wrap: wrap;
  border-top: solid 1px #E0E0E0;
  padding-top: 0.97vw;
  margin-top: 0.97vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .employer-list dl {
    width: 100%;
    margin-top: 3.58vw;
    padding-top: 3.58vw;
  }
  section .sec-inner .employer-list dl:nth-child(1) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
section .sec-inner .employer-list dl.full {
  width: 100%;
}
@media (min-width: 769px) {
  section .sec-inner .employer-list dl:nth-child(1), section .sec-inner .employer-list dl:nth-child(2) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
section .sec-inner .employer-list dl dt {
  width: 12.08vw;
  font-size: 0.97vw;
  color: #EC7289;
  border: solid 1px #EC7289;
  border-radius: 0.27vw;
  padding: 0.27vw;
  text-align: center;
  margin-right: 1.11vw;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .employer-list dl dt {
    border-radius: 1.02vw;
    margin-right: 0;
    font-size: 3.07vw;
    padding: 1.02vw 4.1vw;
    width: auto;
    margin-bottom: 2.05vw;
  }
}
section .sec-inner .employer-list dl dd {
  font-size: 0.97vw;
}
@media (min-width: 769px) {
  section .sec-inner .employer-list dl dd {
    flex: 1;
    padding-top: 0.34vw;
  }
}
@media only screen and (max-width: 768px) {
  section .sec-inner .employer-list dl dd {
    width: 100%;
    font-size: 3.58vw;
  }
}
section .sec-inner .movie-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  section .sec-inner .movie-link {
    align-items: flex-start;
  }
}
section .sec-inner .movie-link .item {
  width: 39.44vw;
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .movie-link .item {
    width: 100%;
    margin-bottom: 16.41vw;
  }
  section .sec-inner .movie-link .item:last-child {
    margin-bottom: 0;
  }
}
section .sec-inner .movie-link .item a {
  display: block;
  position: relative;
  border-radius: 1.11vw;
  aspect-ratio: 568/320;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .movie-link .item a {
    border-radius: 4.1vw;
  }
}
section .sec-inner .movie-link .item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
section .sec-inner .movie-link .item a:after {
  content: "";
  display: block;
  width: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: url(../img/btn_movie_play.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .movie-link .item a:after {
    width: 18.46vw;
  }
}
section .sec-inner .movie-link .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 769px) {
  section .sec-inner .movie-link .item a img {
    transition: 1.8s;
    transform: scale(1);
  }
}
@media (min-width: 769px) {
  section .sec-inner .movie-link .item a:hover {
    opacity: 1;
  }
  section .sec-inner .movie-link .item a:hover img {
    transform: scale(1.1);
  }
}
section .sec-inner .movie-link .item .text {
  font-size: 1.52vw;
  font-weight: 700;
  padding-top: 1.38vw;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .movie-link .item .text {
    padding-top: 5.12vw;
    font-size: 4.61vw;
  }
}
section .sec-inner .news-list-wrap {
  width: 85vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap {
    width: 91.79vw;
  }
}
section .sec-inner .news-list-wrap h2 {
  width: 22.22vw;
  font-size: 2.22vw;
  font-weight: 500;
  color: #EC7289;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap h2 {
    width: 100%;
    font-size: 7.17vw;
  }
}
section .sec-inner .news-list-wrap h2 span {
  display: block;
  width: 100%;
  font-size: 1.11vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 0.83vw 0 3.05vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap h2 span {
    font-size: 4.1vw;
    padding: 2.05vw 0 11.28vw;
  }
}
section .sec-inner .news-list-wrap .text-btn-01 {
  position: absolute;
  left: 0;
  bottom: 0.34vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap .text-btn-01 {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
section .sec-inner .news-list-wrap ul.news-list {
  width: 69.04%;
  min-height: 16.66vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap ul.news-list {
    width: 100%;
    min-height: auto;
    margin-bottom: 11.79vw;
  }
}
section .sec-inner .news-list-wrap ul.news-list li {
  border-top: solid 1px #E0E0E0;
}
section .sec-inner .news-list-wrap ul.news-list li:last-child {
  border-bottom: solid 1px #E0E0E0;
}
section .sec-inner .news-list-wrap ul.news-list li a {
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #333333;
  font-size: 1.11vw;
  padding: 1.66vw 0;
  padding-right: 1.66vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap ul.news-list li a {
    flex-wrap: wrap;
    padding: 6.15vw 0;
    font-size: 3.58vw;
    padding-right: 1.66vw;
  }
}
section .sec-inner .news-list-wrap ul.news-list li a:after {
  content: "";
  display: block;
  width: 1.38vw;
  aspect-ratio: 1;
  background: url(../img/btn_text_arrow.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 1.31vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap ul.news-list li a:after {
    width: 5.12vw;
    aspect-ratio: 1;
    top: 50%;
    transform: translateY(-50%);
  }
}
section .sec-inner .news-list-wrap ul.news-list li a .date {
  width: 6.25vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap ul.news-list li a .date {
    width: 17.94vw;
    font-size: 3.07vw;
  }
}
section .sec-inner .news-list-wrap ul.news-list li a .cat {
  font-size: 0.83vw;
  padding-top: 0.13vw;
  margin: 0 0.55vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap ul.news-list li a .cat {
    margin: 0 2.05vw;
    font-size: 3.07vw;
  }
}
section .sec-inner .news-list-wrap ul.news-list li a .cat span {
  display: block;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 0.69vw;
  border: solid 1px #E0E0E0;
  padding: 0.1vw 0.5vw;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap ul.news-list li a .cat span {
    border-radius: 2.56vw;
    padding: 0.1vw 1.8vw;
  }
}
section .sec-inner .news-list-wrap ul.news-list li a > p {
  flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .news-list-wrap ul.news-list li a > p {
    width: 100%;
    padding-top: 1.53vw;
    padding-right: 6.15vw;
    letter-spacing: 0;
  }
}
section .sec-inner .tips-links {
  width: 100%;
}
section .sec-inner .tips-links ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.77vw 2.22vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul {
    gap: 4.1vw 0;
  }
}
section .sec-inner .tips-links ul li {
  width: calc((100% - 2.22vw) / 2);
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul li {
    width: 100%;
  }
}
section .sec-inner .tips-links ul li a {
  display: flex;
  width: 100%;
  position: relative;
  background: #F5F5F5;
  color: #333333;
  border: solid 1px #E0E0E0;
  border-radius: 1.11vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul li a {
    border-radius: 4.1vw;
    border-radius: 4.1vw;
  }
}
section .sec-inner .tips-links ul li a:after {
  content: "";
  width: 2.77vw;
  height: 2.77vw;
  background: url(../img/icon_links_arrow_b.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 2.77vw;
  bottom: 1.66vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul li a:after {
    width: 10.25vw;
    height: 10.25vw;
    right: 4.1vw;
    bottom: 4.1vw;
  }
}
section .sec-inner .tips-links ul li a img {
  display: block;
  width: 20.55vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul li a img {
    width: 30.76vw;
  }
}
section .sec-inner .tips-links ul li a .text {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.66vw 2.63vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul li a .text {
    padding: 4.1vw;
  }
}
section .sec-inner .tips-links ul li a .text .tit {
  line-height: 1.25;
  font-size: 1.66vw;
  font-weight: 500;
  margin-bottom: 0.83vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul li a .text .tit {
    font-size: 5.12vw;
    margin-bottom: 3.07vw;
  }
}
section .sec-inner .tips-links ul li a .text .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.83vw;
}
@media only screen and (max-width: 768px) {
  section .sec-inner .tips-links ul li a .text .en {
    font-size: 3.07vw;
  }
}
section#message .message-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section#message .message-wrap {
    justify-content: center;
  }
}
section#message .message-wrap .photo {
  width: 19.44vw;
}
@media only screen and (max-width: 768px) {
  section#message .message-wrap .photo {
    width: 71.79vw;
    margin-bottom: 10.25vw;
  }
}
section#message .message-wrap .photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  section#message .message-wrap .photo img {
    border-radius: 4.1vw;
  }
}
section#message .message-wrap .photo .name {
  font-size: 1.38vw;
  font-weight: 700;
  padding-top: 0.83vw;
}
@media only screen and (max-width: 768px) {
  section#message .message-wrap .photo .name {
    padding-top: 3.07vw;
    font-size: 5.12vw;
  }
}
section#message .message-wrap .photo .name span {
  display: block;
  font-size: 0.83vw;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  section#message .message-wrap .photo .name span {
    font-size: 3.07vw;
  }
}
section#message .message-wrap .text {
  width: 58.33vw;
}
@media only screen and (max-width: 768px) {
  section#message .message-wrap .text {
    width: 100%;
  }
}
section#message .message-wrap .text p {
  font-size: 1.25vw;
  padding-bottom: 1lh;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  section#message .message-wrap .text p {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  section#message .message-wrap .text p {
    font-size: 3.58vw;
  }
}
section#message .message-wrap .text p:last-child {
  padding-bottom: 0;
}

.text-btn-01 {
  font-size: 1.25vw;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-left: 2.77vw;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .text-btn-01 {
    font-size: 4.61vw;
    padding-left: 10.25vw;
  }
}
.text-btn-01:before {
  content: "";
  display: block;
  width: 2.22vw;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  background: url(../img/btn_text_arrow_02.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .text-btn-01:before {
    width: 8.2vw;
    aspect-ratio: 1;
  }
}

.link-btn-01 {
  width: 100%;
}
.link-btn-01 ul li a {
  display: flex;
  width: 26.18vw;
  height: 5vw;
  color: #fff;
  border-radius: 2.5vw;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .link-btn-01 ul li a {
    font-size: 4.1vw;
    width: 100%;
    height: 14.35vw;
    border-radius: 9.23vw;
  }
}
.link-btn-01 ul li a span {
  position: relative;
  z-index: 2;
}
.link-btn-01 ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  opacity: 1;
  z-index: 2;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}

.link-btn-02 {
  width: 100%;
  padding: 2.08vw 0 0;
}
@media only screen and (max-width: 768px) {
  .link-btn-02 {
    padding: 6.15vw 0 0;
  }
}
.link-btn-02.mb {
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  .link-btn-02.mb {
    margin-bottom: 7.69vw;
  }
}
.link-btn-02 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.link-btn-02 ul li {
  margin: 0 1.73vw;
}
@media only screen and (max-width: 768px) {
  .link-btn-02 ul li {
    margin: 0;
    width: 100%;
    margin-bottom: 2.56vw;
  }
}
.link-btn-02 ul li a {
  display: flex;
  width: 31.11vw;
  height: 5vw;
  color: #fff;
  border-radius: 2.5vw;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .link-btn-02 ul li a {
    font-size: 4.1vw;
    width: 100%;
    height: 14.35vw;
    border-radius: 9.23vw;
  }
}
.link-btn-02 ul li a span {
  position: relative;
  z-index: 2;
  padding-right: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .link-btn-02 ul li a span {
    padding-right: 6.66vw;
  }
}
.link-btn-02 ul li a span:after {
  content: "";
  display: block;
  width: 1.38vw;
  height: 1.38vw;
  background: url(../img/icon_pdf.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .link-btn-02 ul li a span:after {
    width: 5.12vw;
    height: 5.12vw;
  }
}
.link-btn-02 ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  opacity: 1;
  z-index: 2;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
.link-btn-02.no-icon ul li a span {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn-02.no-icon ul li a span {
    padding-right: 0;
  }
}
.link-btn-02.no-icon ul li a span:after {
  display: none;
}

.checkbox-list ul li {
  position: relative;
  padding-left: 2.43vw;
  font-size: 1.25vw;
  margin-bottom: 0.55vw;
}
@media only screen and (max-width: 768px) {
  .checkbox-list ul li {
    font-size: 3.58vw;
    padding-left: 7.69vw;
    margin-bottom: 2.05vw;
  }
}
.checkbox-list ul li:before {
  content: "";
  display: block;
  width: 1.94vw;
  aspect-ratio: 1;
  background: url(../img/pict_checkmark.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .checkbox-list ul li:before {
    width: 6.15vw;
    aspect-ratio: 1;
    background: url(../img/pict_checkmark.png) center center no-repeat;
    background-size: 100% 100%;
  }
}

.btn-gra-01 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn-gra-01 a {
  display: flex;
  height: 5vw;
  font-size: 1.11vw;
  text-align: center;
  padding: 0 4.44vw;
  align-items: center;
  color: #fff;
  border-radius: 2.5vw;
  overflow: hidden;
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 768px) {
  .btn-gra-01 a {
    height: 14.35vw;
    border-radius: 7.17vw;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 4.1vw;
    width: 100%;
    font-size: 4.1vw;
  }
}
.btn-gra-01 a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  opacity: 1;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
.btn-gra-01 a span {
  position: relative;
  z-index: 2;
}
.professor-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 5.55vw;
}
@media only screen and (max-width: 768px) {
  .professor-btn {
    margin-bottom: 17.43vw;
  }
}
@media only screen and (max-width: 768px) {
  .professor-btn.bottom {
    margin-bottom: 0vw;
  }
}
.professor-btn ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .professor-btn ul {
    width: 91.79%;
  }
}
@media only screen and (max-width: 768px) {
  .professor-btn ul li {
    width: 100%;
    margin-bottom: 3.84vw;
  }
}
.professor-btn ul li span, .professor-btn ul li a {
  display: flex;
  aspect-ratio: 400/60;
  width: 27.77vw;
  justify-content: center;
  align-items: center;
  border-radius: 2.08vw;
  overflow: hidden;
  margin: 0 1.31vw;
  font-size: 1.25vw;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .professor-btn ul li span, .professor-btn ul li a {
    aspect-ratio: 358/56;
    border-radius: 7.17vw;
    font-size: 4.1vw;
    width: 100%;
    margin: 0;
  }
}
.professor-btn ul li span {
  color: #fff;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
.professor-btn ul li a {
  background: #fff;
  color: #333333;
  border: solid 2px #E0E0E0;
}

.professor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3.05vw;
}
@media only screen and (max-width: 768px) {
  .professor-list {
    gap: 7.69vw 2.82vw;
  }
}
.professor-list article {
  width: calc((100% - 9.15vw) / 4);
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .professor-list article {
    width: calc((100% - 2.82vw) / 2);
  }
}
.professor-list article .js-modal-open {
  cursor: pointer;
}
@media (min-width: 769px) {
  .professor-list article .js-modal-open {
    transition: 0.6s;
    opacity: 1;
  }
  .professor-list article .js-modal-open:hover {
    opacity: 0.6;
  }
}
.professor-list article .thumbnail {
  border-radius: 1.11vw;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.83vw;
}
@media only screen and (max-width: 768px) {
  .professor-list article .thumbnail {
    border-radius: 4.1vw;
    margin-bottom: 2.82vw;
  }
}
.professor-list article .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.professor-list article .position {
  font-size: 0.83vw;
  margin-bottom: 0.13vw;
}
@media only screen and (max-width: 768px) {
  .professor-list article .position {
    font-size: 3.07vw;
    margin-bottom: 0.51vw;
  }
}
.professor-list article .name {
  font-size: 1.38vw;
  margin-bottom: 0.27vw;
}
@media only screen and (max-width: 768px) {
  .professor-list article .name {
    font-size: 4.1vw;
    margin-bottom: 1.02vw;
  }
}
.professor-list article .specialties {
  margin-bottom: 2.22vw;
}
@media only screen and (max-width: 768px) {
  .professor-list article .specialties {
    margin-bottom: 8.2vw;
  }
}
.professor-list article .specialties ul li {
  position: relative;
  padding-left: 0.62vw;
  font-size: 0.83vw;
}
@media only screen and (max-width: 768px) {
  .professor-list article .specialties ul li {
    padding-left: 2.3vw;
    font-size: 3.07vw;
  }
}
.professor-list article .specialties ul li:before {
  content: "";
  display: block;
  width: 0.2vw;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 0.55vw;
  background: #333333;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .professor-list article .specialties ul li:before {
    top: 1.79vw;
    width: 0.76vw;
    aspect-ratio: 1;
  }
}
.professor-list article .more-btn {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.83vw;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 5vw;
  height: 1.38vw;
}
@media only screen and (max-width: 768px) {
  .professor-list article .more-btn {
    font-size: 3.07vw;
    width: 18.46vw;
    height: 5.12vw;
  }
}
.professor-list article .more-btn:after {
  display: block;
  content: "";
  width: 1.38vw;
  height: 1.38vw;
  background: url(../img/btn_more.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .professor-list article .more-btn:after {
    width: 5.12vw;
    height: 5.12vw;
  }
}

.annotation-text {
  color: #FF0030;
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .annotation-text {
    font-size: 3.07vw;
  }
}

ul.link-list li {
  display: flex;
  margin-bottom: 0.69vw;
  padding-left: 1.25vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ul.link-list li {
    margin-bottom: 2.05vw;
    padding-left: 4.1vw;
  }
}
ul.link-list li:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 0.83vw;
  position: absolute;
  left: 0;
  top: 0.55vw;
  border-radius: 0.41vw;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
@media only screen and (max-width: 768px) {
  ul.link-list li:before {
    width: 3.07vw;
    top: 1.28vw;
    border-radius: 1.53vw;
  }
}
ul.link-list li span {
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  ul.link-list li span {
    font-size: 3.58vw;
  }
}
ul.link-list li a {
  display: flex;
  padding-right: 1.94vw;
  font-size: 1.11vw;
  color: #EC7289;
  text-decoration: underline;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ul.link-list li a {
    font-size: 3.58vw;
    padding-right: 7.17vw;
  }
}
ul.link-list li a:after {
  content: "";
  display: block;
  width: 1.38vw;
  height: 1.38vw;
  position: absolute;
  right: 0;
  background: url(../img/icon_editor_link_02.png) center center no-repeat;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  ul.link-list li a:after {
    width: 5.12vw;
    height: 5.12vw;
  }
}

/* 画像モーダル本体 */
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s;
  z-index: 9999;
  padding: 4%;
}
.img-modal .img-inner {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  padding: 20px 4%;
  padding-bottom: 20px;
}
.img-modal .img-inner::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px;
}
.img-modal .img-inner::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 2px;
}
.img-modal .img-inner::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.img-modal .img-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.img-modal .img-inner img {
  height: 500px;
  width: auto;
}

.img-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  position: fixed;
  width: 100%;
}

#header {
  width: 100vw;
  aspect-ratio: 16.36;
  width: 100%;
  position: fixed;
  z-index: 200;
  background: white;
}
@media only screen and (max-width: 768px) {
  #header {
    width: 100vw;
    aspect-ratio: 5.4166666667;
  }
}
#header .menu-btn {
  width: 2.91vw;
  height: 2.5vw;
  position: absolute;
  right: 2.77vw;
  top: 1.73vw;
  font-size: 0.83vw;
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: #EC7289;
  cursor: pointer;
  z-index: 210;
}
@media only screen and (max-width: 768px) {
  #header .menu-btn {
    width: 10.76vw;
    height: 9.23vw;
    right: 1.53vw;
    top: 4.1vw;
    font-size: 3.07vw;
  }
}
#header .menu-btn:before, #header .menu-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 0.13vw;
  background: #EC7289;
  transform: rotate(0deg);
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  #header .menu-btn:before, #header .menu-btn:after {
    height: 0.51vw;
  }
}
#header .menu-btn:before {
  width: 2.77vw;
}
@media only screen and (max-width: 768px) {
  #header .menu-btn:before {
    width: 10.25vw;
  }
}
#header .menu-btn:after {
  width: 1.66vw;
  top: 0.69vw;
}
@media only screen and (max-width: 768px) {
  #header .menu-btn:after {
    width: 6.15vw;
    top: 2.56vw;
  }
}
#header .menu-btn .menu, #header .menu-btn .close {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s;
}
#header .menu-btn .menu {
  opacity: 1;
}
#header .menu-btn .close {
  opacity: 0;
}
@media (min-width: 769px) {
  #header .menu-btn:hover:before {
    width: 1.66vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  #header .menu-btn:hover:before {
    width: 6.15vw;
  }
}
@media (min-width: 769px) {
  #header .menu-btn:hover:after {
    width: 2.77vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  #header .menu-btn:hover:after {
    width: 10.25vw;
  }
}
#header .header-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}
#header .header-inner h1 {
  position: absolute;
  display: block;
  top: 1.04vw;
  left: 2.77vw;
  width: 4.37vw;
  aspect-ratio: 1.12;
  overflow: hidden;
}
@media (min-width: 769px) and (max-width: 1199px) {
  #header .header-inner h1 {
    top: 2.08vw;
    width: 16.11vw;
    aspect-ratio: 5.8;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-inner h1 {
    width: 20.25vw;
    aspect-ratio: 1.975;
    top: 4.1vw;
    left: 4.1vw;
  }
}
#header .header-inner h1 a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/logo.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 769px) and (max-width: 1199px) {
  #header .header-inner h1 a {
    background: url(../img/logo_mid.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-inner h1 a {
    background: url(../img/logo_sp.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
#header .header-inner nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1200px) {
  #header .header-inner nav > ul > li:not(.support) {
    display: none;
  }
}
#header .header-inner nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8.19vw;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #header .header-inner nav > ul {
    padding-right: 17.94vw;
  }
}
#header .header-inner nav > ul > li {
  position: relative;
  margin-left: 2.77vw;
}
#header .header-inner nav > ul > li > a {
  font-size: 1.11vw;
  padding: 0.97vw 0;
  color: #EC7289;
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  #header .header-inner nav > ul > li:not(.support) > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.06vw;
    background: #EC7289;
    position: absolute;
    bottom: 0.34vw;
    transition: opacity 0.4s;
    opacity: 0;
  }
  #header .header-inner nav > ul > li:not(.support) > a:hover:after {
    opacity: 1;
  }
}
#header .header-inner nav > ul > li.support a {
  width: 12.77vw;
  aspect-ratio: 4.59;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #header .header-inner nav > ul > li.support a {
    width: 37.94vw;
    aspect-ratio: 4;
  }
  #header .header-inner nav > ul > li.support a.btn-gra {
    border-radius: 4.61vw;
    font-size: 3.58vw;
  }
}
#header .header-inner nav > ul > li ul.submenu {
  position: absolute;
  top: 4.16vw;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 0.55vw;
  background: #fff;
  box-shadow: 0.27vw 0.27vw 1.11vw 0 rgba(0, 0, 0, 0.12);
  padding: 0.83vw 1.04vw;
}
#header .header-inner nav > ul > li ul.submenu li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.04);
}
#header .header-inner nav > ul > li ul.submenu li a {
  white-space: nowrap;
  font-size: 0.97vw;
  display: flex;
  padding: 0.83vw 0;
  padding-right: 2.36vw;
  position: relative;
  color: #EC7289;
}
#header .header-inner nav > ul > li ul.submenu li a:after {
  content: "";
  display: block;
  width: 1.38vw;
  height: 1.38vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/pict_btn_arrow.png) center center no-repeat;
  background-size: 100% 100%;
}
#header .header-inner nav > ul > li ul.submenu li:last-child {
  border-bottom: none;
}
@media (min-width: 769px) {
  #header .header-inner nav > ul > li.has-child > a {
    display: flex;
    position: relative;
    padding: 0.97vw 0;
    padding-right: 1.52vw;
  }
  #header .header-inner nav > ul > li.has-child > a:after {
    content: "";
    display: block;
    width: 0.69vw;
    height: 0.69vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) scaleY(-1);
    background: url(../img/pict_haschild.png) center center no-repeat;
    background-size: 100% 100%;
    opacity: 1 !important;
    transition: 0.4s;
  }
  #header .header-inner nav > ul > li.has-child > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.06vw;
    background: #EC7289;
    position: absolute;
    bottom: 0.34vw;
    transition: 0.4s;
    opacity: 0;
  }
  #header .header-inner nav > ul > li.has-child:hover > a:before {
    opacity: 1;
  }
  #header .header-inner nav > ul > li.has-child:hover > a:after {
    transform: translate(0, -50%) scaleY(1);
  }
  #header .header-inner nav > ul > li.has-child:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
}
#header #menu-wrap {
  width: 100%;
  height: 100vh;
  background: url(../img/bg_menu.svg) center center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap {
    height: 100vh;
    align-items: flex-start;
  }
}
#header #menu-wrap .wave {
  overflow: hidden;
  position: absolute;
  aspect-ratio: 1640/526;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap .wave {
    top: 89.23vw;
    transform: scale(2.5);
  }
}
#header #menu-wrap .wave .line1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#header #menu-wrap .wave .line1:before {
  content: "";
  display: block;
  width: 104vw;
  height: 100%;
  position: absolute;
  left: -2%;
  background: url(../img/pict_mv_bg_line_1_w.svg) left top no-repeat;
  background-size: 100% auto;
  animation: waveMove1 6s ease-in-out infinite alternate;
}
#header #menu-wrap .wave .line2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  overflow: hidden;
  transition-delay: 0.4s;
}
#header #menu-wrap .wave .line2:before {
  content: "";
  display: block;
  width: 104vw;
  height: 100%;
  position: absolute;
  left: -1%;
  top: 0;
  background: url(../img/pict_mv_bg_line_2_w.svg) left -3.7vw no-repeat;
  background-size: 100% auto;
  animation: waveMove2 7s ease-in-out infinite alternate;
}
#header #menu-wrap a.logo {
  position: absolute;
  top: 2.77vw;
  left: 2.77vw;
  transition: 0.4s;
  opacity: 1;
  z-index: 2;
}
#header #menu-wrap a.logo img {
  width: 6.61vw;
  aspect-ratio: 1.11;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap a.logo {
    top: 4.1vw;
    left: 4.1vw;
  }
  #header #menu-wrap a.logo img {
    width: 20.25vw;
    aspect-ratio: 1.975;
  }
}
#header #menu-wrap nav {
  width: 85vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 33.33vw 0 20%;
  }
}
@media (min-width: 769px) {
  #header #menu-wrap nav .nav-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner {
    height: 100%;
    padding: 0 3.58vw 0 4.61vw;
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
  #header #menu-wrap nav .nav-inner::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  #header #menu-wrap nav .nav-inner::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }
  #header #menu-wrap nav .nav-inner::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
  }
  #header #menu-wrap nav .nav-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
#header #menu-wrap nav .nav-inner .main-menu {
  width: 13.88vw;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .main-menu {
    width: 100%;
    padding-bottom: 12.3vw;
  }
}
#header #menu-wrap nav .nav-inner .main-menu li {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
#header #menu-wrap nav .nav-inner .main-menu li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
#header #menu-wrap nav .nav-inner .main-menu li a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 1.66vw 0;
  padding-left: 3.19vw;
  font-size: 1.25vw;
}
#header #menu-wrap nav .nav-inner .main-menu li a:before {
  content: "";
  display: block;
  width: 2.22vw;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/pict_btn_arrow_w.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .main-menu li a {
    padding: 4.61vw 0;
    padding-left: 9.23vw;
    font-size: 4.1vw;
  }
  #header #menu-wrap nav .nav-inner .main-menu li a:before {
    width: 6.15vw;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header #menu-wrap nav .nav-inner .main-menu li {
    width: 43.58vw;
  }
  #header #menu-wrap nav .nav-inner .main-menu li:nth-child(1) {
    order: 1;
  }
  #header #menu-wrap nav .nav-inner .main-menu li:nth-child(2) {
    order: 3;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  }
  #header #menu-wrap nav .nav-inner .main-menu li:nth-child(3) {
    order: 2;
  }
  #header #menu-wrap nav .nav-inner .main-menu li:nth-child(4) {
    order: 4;
  }
}
#header #menu-wrap nav .nav-inner .sub-menu {
  width: 67.77vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sub-menu {
    width: 100%;
    flex-wrap: wrap;
  }
}
#header #menu-wrap nav .nav-inner .sub-menu > li {
  width: 16.66vw;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sub-menu > li {
    width: 43.58vw;
    margin-bottom: 4.61vw;
  }
}
#header #menu-wrap nav .nav-inner .sub-menu > li > a, #header #menu-wrap nav .nav-inner .sub-menu > li > span {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 1.66vw 0;
  padding-left: 3.19vw;
  font-size: 1.25vw;
}
#header #menu-wrap nav .nav-inner .sub-menu > li > a:before, #header #menu-wrap nav .nav-inner .sub-menu > li > span:before {
  content: "";
  display: block;
  width: 2.22vw;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/pict_btn_arrow_w.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sub-menu > li > a, #header #menu-wrap nav .nav-inner .sub-menu > li > span {
    padding: 3.58vw 0;
    padding-left: 0;
    font-size: 4.1vw;
  }
  #header #menu-wrap nav .nav-inner .sub-menu > li > a:before, #header #menu-wrap nav .nav-inner .sub-menu > li > span:before {
    display: none;
  }
}
#header #menu-wrap nav .nav-inner .sub-menu > li.etc {
  width: 9.72vw;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sub-menu > li.etc {
    width: 43.58vw;
  }
}
#header #menu-wrap nav .nav-inner .sub-menu > li.etc > a, #header #menu-wrap nav .nav-inner .sub-menu > li.etc span {
  padding-left: 0;
}
#header #menu-wrap nav .nav-inner .sub-menu > li.etc > a:before, #header #menu-wrap nav .nav-inner .sub-menu > li.etc span:before {
  display: none;
}
#header #menu-wrap nav .nav-inner .sub-menu > li .child-menu li {
  margin-bottom: 1.25vw;
}
#header #menu-wrap nav .nav-inner .sub-menu > li .child-menu li a {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.11vw;
  padding: 0.13vw 0;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sub-menu > li .child-menu li {
    margin-bottom: 2.05vw;
  }
  #header #menu-wrap nav .nav-inner .sub-menu > li .child-menu li a {
    font-weight: 400;
    font-size: 3.58vw;
    padding: 0vw 0 0.51vw 1.53vw;
  }
}
#header #menu-wrap nav .nav-inner .sns-links {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sns-links {
    justify-content: start;
    margin-bottom: 12.3vw;
  }
}
#header #menu-wrap nav .nav-inner .sns-links .inner {
  font-size: 1.11vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sns-links .inner {
    font-size: 4.1vw;
  }
}
#header #menu-wrap nav .nav-inner .sns-links .inner ul {
  display: flex;
  padding-top: 1.25vw;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sns-links .inner ul {
    padding-top: 4.61vw;
  }
}
#header #menu-wrap nav .nav-inner .sns-links .inner ul li {
  margin-right: 1.66vw;
}
#header #menu-wrap nav .nav-inner .sns-links .inner ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sns-links .inner ul li {
    margin-right: 6.66vw;
  }
}
#header #menu-wrap nav .nav-inner .sns-links .inner ul li a {
  display: block;
  width: 2.22vw;
  aspect-ratio: 1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap nav .nav-inner .sns-links .inner ul li a {
    width: 12.3vw;
    aspect-ratio: 1;
  }
}
#header #menu-wrap nav .nav-inner .sns-links .inner ul li.x a {
  background: url(../img/icon_sns_x.png) center center no-repeat;
  background-size: 100% 100%;
}
#header #menu-wrap nav .nav-inner .sns-links .inner ul li.facebook a {
  background: url(../img/icon_sns_facebook.png) center center no-repeat;
  background-size: 100% 100%;
}
#header #menu-wrap nav .nav-inner .sns-links .inner ul li.youtube a {
  background: url(../img/icon_sns_youtube.png) center center no-repeat;
  background-size: 100% 100%;
}
#header #menu-wrap .bnr-pc {
  position: absolute;
  right: 2.22vw;
  bottom: 2.22vw;
  z-index: 100;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap .bnr-pc {
    display: none;
  }
}
#header #menu-wrap .bnr-pc .bnr-inner {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  width: 25.55vw;
  aspect-ratio: 3.43;
  border-radius: 1.11vw;
  background: #fff;
  overflow: hidden;
}
#header #menu-wrap .bnr-pc .bnr-inner a {
  display: block;
  position: relative;
}
#header #menu-wrap .bnr-pc .bnr-inner a img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  #header #menu-wrap .bnr-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #header #menu-wrap .bnr-sp {
    position: relative;
    right: auto;
    padding-bottom: 4.1vw;
  }
  #header #menu-wrap .bnr-sp .float-bnr-inner {
    width: 100%;
    border-radius: 2.05vw;
    background: #fff;
    box-shadow: 1.02vw 1.02vw 2.05vw 0 rgba(0, 0, 0, 0.15);
  }
  #header #menu-wrap .bnr-sp .float-bnr-inner a {
    display: block;
    position: relative;
  }
  #header #menu-wrap .bnr-sp .float-bnr-inner a img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
#header.on {
  top: 0;
}
#header.on .menu-btn {
  top: 1.73vw;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #header.on .menu-btn {
    top: 4.1vw;
  }
}
#header.on .menu-btn:before, #header.on .menu-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.83vw;
  right: 0;
  height: 0.13vw;
  background: #fff;
  transition: 0.4s;
  width: 2.77vw;
}
@media only screen and (max-width: 768px) {
  #header.on .menu-btn:before, #header.on .menu-btn:after {
    top: 3.07vw;
    width: 10.25vw;
    height: 0.51vw;
  }
}
#header.on .menu-btn .menu {
  opacity: 0;
}
#header.on .menu-btn .close {
  opacity: 1;
}
#header.on .menu-btn:before {
  transform: rotate(-156deg);
}
#header.on .menu-btn:after {
  transform: rotate(156deg);
}
#header.on #menu-wrap {
  opacity: 1;
  pointer-events: auto;
}

@keyframes sliderLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #FAF8F4;
  z-index: 2;
  margin-top: 22.22vw;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2880/320;
  z-index: 1;
  background: url(../img/bg_wave_2.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -10.98vw;
}
footer .path_finder {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 1.11vw;
  padding-bottom: 5.55vw;
  margin-bottom: 5.55vw;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (max-width: 768px) {
  footer .path_finder {
    padding-bottom: 0;
    margin-bottom: 4.1vw;
    border-bottom: none;
  }
}
footer .path_finder a {
  display: block;
  width: 82.22vw;
  border-radius: 1.11vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  footer .path_finder a {
    width: 91.79vw;
    border-radius: 4.1vw;
  }
}
footer .path_finder a img {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-links {
  width: 82.22vw;
  margin-bottom: 5.55vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-links {
    margin-bottom: 0;
    width: 91.79vw;
  }
}
footer .footer-links ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.22vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
footer .footer-links ul li a {
  display: block;
  width: 100%;
  height: 19.44vw;
  border-radius: 1.11vw;
  overflow: hidden;
  position: relative;
  color: #333333;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li a {
    height: 41.53vw;
    border-radius: 4.1vw;
  }
}
footer .footer-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 3.47vw;
  left: 2.77vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li a:before {
    top: 4.1vw;
    left: 4.1vw;
  }
}
footer .footer-links ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.47vw;
  right: 2.77vw;
  width: 2.77vw;
  height: 2.77vw;
  background: url(../img/icon_links_arrow_w.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li a:after {
    top: 3.07vw;
    right: 4.1vw;
    width: 10.25vw;
    height: 10.25vw;
  }
}
footer .footer-links ul li a div {
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 2.77vw;
  bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li a div {
    left: 4.1vw;
    bottom: 2.56vw;
  }
}
footer .footer-links ul li a div p {
  font-size: 1.66vw;
  font-weight: 500;
  padding-bottom: 0.55vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li a div p {
    font-size: 5.12vw;
    line-height: 1.25;
    padding-bottom: 1.53vw;
  }
}
footer .footer-links ul li a div span {
  font-size: 0.83vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 769px) {
  footer .footer-links ul li a div span {
    display: block;
    white-space: normal;
  }
  footer .footer-links ul li a div span br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li a div span {
    font-size: 3.07vw;
    line-height: 1;
    display: block;
    white-space: normal;
  }
}
footer .footer-links ul li:nth-child(1) a:before {
  width: 3.12vw;
  height: 2.77vw;
  background: url(../img/icon_footer_links_01.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li:nth-child(1) a:before {
    width: 9.23vw;
    height: 8.2vw;
  }
}
footer .footer-links ul li:nth-child(2) a:before {
  width: 3.47vw;
  height: 2.77vw;
  background: url(../img/icon_footer_links_02.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li:nth-child(2) a:before {
    width: 10.25vw;
    height: 8.2vw;
  }
}
footer .footer-links ul li:nth-child(3) a:before {
  width: 2.43vw;
  height: 2.77vw;
  background: url(../img/icon_footer_links_03.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li:nth-child(3) a:before {
    width: 7.17vw;
    height: 8.2vw;
  }
}
footer .footer-links ul li:nth-child(4) a:before {
  width: 3.12vw;
  height: 2.43vw;
  background: url(../img/icon_footer_links_04.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul li:nth-child(4) a:before {
    width: 9.23vw;
    height: 8.2vw;
  }
}
footer .footer-links ul.department li {
  display: block;
  width: 40vw;
}
body.graduate footer .footer-links ul.department li {
  width: 25.9vw;
}
@media (min-width: 769px) {
  body.graduate footer .footer-links ul.department li a div {
    width: 100%;
  }
  body.graduate footer .footer-links ul.department li a div p {
    position: absolute;
    bottom: 1.66vw;
  }
  body.graduate footer .footer-links ul.department li a div span {
    position: absolute;
    width: 100%;
    top: -1.67vw;
  }
  body.graduate footer .footer-links ul.department li a div span br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul.department li {
    width: 100%;
    margin-bottom: 2.56vw;
  }
  body.graduate footer .footer-links ul.department li {
    width: 100%;
  }
}
footer .footer-links ul.department li a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul.department li a {
    height: 31.02vw;
  }
}
footer .footer-links ul.department li.clinical a {
  position: relative;
  background: #EC7289;
}
footer .footer-links ul.department li.clinical a:before {
  top: 3.47vw;
  left: 2.77vw;
  width: 3.47vw;
  height: 2.43vw;
  background: url(../img/icon_footer_links_department_01.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul.department li.clinical a:before {
    top: 4.1vw;
    left: 4.1vw;
    width: 10.25vw;
    height: 8.2vw;
  }
}
footer .footer-links ul.department li.interpersonal a {
  position: relative;
  background: #F5A16D;
}
footer .footer-links ul.department li.interpersonal a:before {
  top: 3.47vw;
  left: 2.77vw;
  width: 2.77vw;
  height: 2.77vw;
  background: url(../img/icon_footer_links_department_02.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul.department li.interpersonal a:before {
    top: 4.1vw;
    left: 4.1vw;
    width: 8.2vw;
    height: 8.2vw;
  }
}
footer .footer-links ul.department li.graduate {
  display: none;
}
body.graduate footer .footer-links ul.department li.graduate {
  display: block;
}
footer .footer-links ul.department li.graduate a {
  position: relative;
  background: linear-gradient(162deg, #EC7289 0%, #F9B285 100%);
}
footer .footer-links ul.department li.graduate a:before {
  top: 3.47vw;
  left: 2.77vw;
  width: 2.77vw;
  height: 2.5vw;
  background: url(../img/icon_footer_links_department_03.png);
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul.department li.graduate a:before {
    top: 5.12vw;
    left: 4.1vw;
    width: 8.2vw;
    height: 6.15vw;
  }
}
footer .footer-links ul.links li {
  display: block;
  width: 18.88vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-links ul.links li {
    width: 48.32%;
    margin-bottom: 3.07vw;
  }
}
footer .footer-links ul.links li a {
  background: #fff;
  border: solid 1px #E0E0E0;
}
footer .footer-links ul.links li a:after {
  background: url(../img/icon_links_arrow_b.png);
  background-size: 100% 100%;
}
footer .footer-slider {
  width: 100vw;
  aspect-ratio: 2.95;
  background: url(../img/bg_footer_slider.svg) center bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translateY(0.13vw);
}
@media only screen and (max-width: 768px) {
  footer .footer-slider {
    width: 100vw;
    aspect-ratio: 1.4079422383;
    align-items: flex-end;
    transform: translateY(0.51vw);
  }
}
footer .footer-slider ul {
  display: flex;
  width: max-content;
  animation: sliderLoop 60s linear infinite;
}
@media only screen and (max-width: 768px) {
  footer .footer-slider ul {
    padding-bottom: 3.4vw;
    animation: sliderLoop 40s linear infinite;
  }
}
footer .footer-slider li {
  flex-shrink: 0;
  width: 19.44vw;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  margin: 0 2.22vw;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-slider li {
    width: 41.02vw;
    aspect-ratio: 1;
    border-radius: 2.56vw;
    margin: 0 3.07vw;
  }
}
footer .footer-slider img {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-inner {
  background: #524B4D;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 9.3vw;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner {
    padding-bottom: 20.51vw;
  }
}
footer .footer-inner > .logo {
  width: 100%;
  padding: 7.22vw 0 5.41vw;
  padding-left: 9.02vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner > .logo {
    padding: 20.51vw 0 20.51vw;
    padding-left: 4.1vw;
  }
}
footer .footer-inner > .logo a img {
  width: 23.26vw;
  aspect-ratio: 5.77;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner > .logo a img {
    width: 85.89vw;
    aspect-ratio: 5.775862069;
  }
}
footer .footer-inner nav {
  width: 82.29vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 769px) {
  footer .footer-inner nav .nav-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner {
    height: 100%;
    padding: 0 3.58vw 0 4.61vw;
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
  footer .footer-inner nav .nav-inner::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  footer .footer-inner nav .nav-inner::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }
  footer .footer-inner nav .nav-inner::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
  }
  footer .footer-inner nav .nav-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
footer .footer-inner nav .nav-inner .main-menu {
  width: 13.88vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .main-menu {
    width: 100%;
    padding-bottom: 12.3vw;
  }
}
footer .footer-inner nav .nav-inner .main-menu li {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
footer .footer-inner nav .nav-inner .main-menu li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
footer .footer-inner nav .nav-inner .main-menu li a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 1.66vw 0;
  padding-left: 3.19vw;
  font-size: 1.25vw;
}
footer .footer-inner nav .nav-inner .main-menu li a:before {
  content: "";
  display: block;
  width: 2.22vw;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/pict_btn_arrow_b.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .main-menu li a {
    padding: 4.61vw 0;
    padding-left: 9.23vw;
    font-size: 3.58vw;
  }
  footer .footer-inner nav .nav-inner .main-menu li a:before {
    width: 6.15vw;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer-inner nav .nav-inner .main-menu li {
    width: 43.58vw;
  }
  footer .footer-inner nav .nav-inner .main-menu li:nth-child(1) {
    order: 1;
  }
  footer .footer-inner nav .nav-inner .main-menu li:nth-child(2) {
    order: 3;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  }
  footer .footer-inner nav .nav-inner .main-menu li:nth-child(3) {
    order: 2;
  }
  footer .footer-inner nav .nav-inner .main-menu li:nth-child(4) {
    order: 4;
  }
}
footer .footer-inner nav .nav-inner .sub-menu {
  width: 65vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sub-menu {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .footer-inner nav .nav-inner .sub-menu > li {
  width: 13.88vw;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sub-menu > li {
    width: 43.58vw;
    margin-bottom: 4.61vw;
  }
}
footer .footer-inner nav .nav-inner .sub-menu > li > a, footer .footer-inner nav .nav-inner .sub-menu > li > span {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 1.66vw 0;
  font-size: 1.38vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sub-menu > li > a, footer .footer-inner nav .nav-inner .sub-menu > li > span {
    padding: 3.58vw 0;
    padding-left: 0;
    font-size: 4.1vw;
  }
  footer .footer-inner nav .nav-inner .sub-menu > li > a:before, footer .footer-inner nav .nav-inner .sub-menu > li > span:before {
    display: none;
  }
}
footer .footer-inner nav .nav-inner .sub-menu > li.etc {
  width: 13.88vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sub-menu > li.etc {
    width: 43.58vw;
  }
}
footer .footer-inner nav .nav-inner .sub-menu > li.etc > a, footer .footer-inner nav .nav-inner .sub-menu > li.etc > span {
  padding-left: 0;
}
footer .footer-inner nav .nav-inner .sub-menu > li.etc > a:before, footer .footer-inner nav .nav-inner .sub-menu > li.etc > span:before {
  display: none;
}
footer .footer-inner nav .nav-inner .sub-menu > li .child-menu li {
  margin-bottom: 0.48vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sub-menu > li .child-menu li {
    margin-bottom: 1.25vw;
  }
}
footer .footer-inner nav .nav-inner .sub-menu > li .child-menu li a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1.11vw;
  padding: 0.13vw 0;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sub-menu > li .child-menu li {
    margin-bottom: 2.05vw;
  }
  footer .footer-inner nav .nav-inner .sub-menu > li .child-menu li a {
    font-weight: 400;
    font-size: 3.33vw;
    padding: 0vw 0 0.51vw 1.53vw;
  }
}
footer .footer-inner nav .nav-inner .adress {
  color: #fff;
  font-size: 1.11vw;
  position: absolute;
  left: 17.1vw;
  top: 21.7vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .adress {
    position: relative;
    padding-top: 10.25vw;
    padding-bottom: 5.12vw;
    font-size: 4.1vw;
    left: auto;
    top: auto;
  }
}
footer .footer-inner nav .nav-inner .sns-links {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sns-links {
    justify-content: start;
  }
}
footer .footer-inner nav .nav-inner .sns-links .inner {
  font-size: 1.11vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sns-links .inner {
    font-size: 4.1vw;
  }
}
footer .footer-inner nav .nav-inner .sns-links .inner ul {
  display: flex;
  padding-top: 1.25vw;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sns-links .inner ul {
    padding-top: 4.61vw;
  }
}
footer .footer-inner nav .nav-inner .sns-links .inner ul li {
  margin-right: 1.66vw;
}
footer .footer-inner nav .nav-inner .sns-links .inner ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sns-links .inner ul li {
    margin-right: 10.25vw;
  }
}
footer .footer-inner nav .nav-inner .sns-links .inner ul li a {
  display: block;
  width: 2.22vw;
  aspect-ratio: 1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  footer .footer-inner nav .nav-inner .sns-links .inner ul li a {
    width: 8.2vw;
    aspect-ratio: 1;
  }
}
footer .footer-inner nav .nav-inner .sns-links .inner ul li.x a {
  background: url(../img/icon_sns_x.png) center center no-repeat;
  background-size: 100% 100%;
}
footer .footer-inner nav .nav-inner .sns-links .inner ul li.facebook a {
  background: url(../img/icon_sns_facebook.png) center center no-repeat;
  background-size: 100% 100%;
}
footer .footer-inner nav .nav-inner .sns-links .inner ul li.youtube a {
  background: url(../img/icon_sns_youtube.png) center center no-repeat;
  background-size: 100% 100%;
}
footer small {
  font-size: 1.11vw;
  width: 100vw;
  aspect-ratio: 15;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #524B4D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
  footer small {
    width: 27.08vw;
    aspect-ratio: 3.04;
    font-size: 4.1vw;
    width: 100%;
    text-align: left;
    padding: 0 4vw;
  }
}

#mv {
  width: 100vw;
  aspect-ratio: 1.4;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mv {
    width: 100vw;
    aspect-ratio: 0.5313351499;
  }
}
#mv:before {
  content: "";
  display: block;
  aspect-ratio: 837/1009;
  width: 27vw;
  top: -0.7vw;
  left: 21.7vw;
  position: absolute;
  z-index: 1;
  background: url(../img/bg_obj_1.png) center center no-repeat;
  background-size: 100% 100%;
  animation: moveY 6s ease-in-out infinite;
  transition: 1.8s opacity;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #mv:before {
    width: 78vw;
    top: -4.7vw;
    left: 3.7vw;
  }
}
#mv:after {
  content: "";
  display: block;
  aspect-ratio: 144/144;
  width: 20vw;
  top: 23.2vw;
  right: 3.5vw;
  position: absolute;
  z-index: 1;
  background: url(../img/bg_obj_2.png) center center no-repeat;
  background-size: 100% 100%;
  animation: moveY 8s ease-in-out infinite;
  transition: 1.8s opacity;
  opacity: 0;
  transition-delay: 0.8s;
}
@media only screen and (max-width: 768px) {
  #mv:after {
    width: 52vw;
    top: 131.2vw;
    right: -17.5vw;
  }
}
#mv.on:before, #mv.on:after {
  opacity: 1;
}
#mv h2 {
  position: absolute;
  font-size: 1.94vw;
  font-weight: 500;
  color: #EC7289;
  writing-mode: vertical-rl; /* 縦書き、右から左に流れる */
  text-orientation: upright;
  left: 50%;
  top: 16.6%;
  transform: translateX(-50%);
  z-index: 10;
  letter-spacing: 0.28em;
}
@media only screen and (max-width: 768px) {
  #mv h2 {
    font-size: 4.1vw;
    left: 82.3%;
    letter-spacing: 0.48em;
    top: 13.6%;
  }
}
#mv h2 p {
  padding: 0 0.55vw;
}
#mv h2 p:last-child {
  padding-top: 2.63vw;
}
#mv .wave {
  overflow: hidden;
  position: absolute;
  aspect-ratio: 1640/526;
  width: 100%;
  top: 12.5vw;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #mv .wave {
    top: 78.23vw;
    transform: scale(2.5) rotate(-12deg);
  }
}
#mv .wave .line1 {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: 1.8s;
  opacity: 0;
}
#mv .wave .line1:before {
  content: "";
  display: block;
  width: 104vw;
  height: 100%;
  position: absolute;
  left: -2%;
  background: url(../img/pict_mv_bg_line_1.svg) left top no-repeat;
  background-size: 100% auto;
  animation: waveMove1 6s ease-in-out infinite alternate;
}
#mv .wave .line2 {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 5%;
  overflow: hidden;
  opacity: 0;
  transition: 2.2s;
  transition-delay: 0.4s;
}
#mv .wave .line2:before {
  content: "";
  display: block;
  width: 104vw;
  height: 100%;
  position: absolute;
  left: -1%;
  top: 0;
  background: url(../img/pict_mv_bg_line_2.svg) left -3.7vw no-repeat;
  background-size: 100% auto;
  animation: waveMove2 7s ease-in-out infinite alternate;
}
#mv .wave.on .line1, #mv .wave.on .line2 {
  opacity: 1;
  width: 100%;
}
#mv .mv_slide_1 {
  width: 33.33vw;
  aspect-ratio: 0.75;
  position: absolute;
  top: 10vw;
  left: 4.58vw;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #mv .mv_slide_1 {
    width: 61.53vw;
    aspect-ratio: 0.75;
    top: 12.3vw;
    left: 4.1vw;
  }
}
#mv .mv_slide_1 .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.11vw;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #mv .mv_slide_1 .item {
    border-radius: 3.07vw;
  }
}
#mv .mv_slide_1 .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: 8s linear;
  transform: scale(1);
}
#mv .mv_slide_1 .item.active {
  opacity: 1;
  z-index: 1;
  transition: opacity 2.5s ease;
}
#mv .mv_slide_1 .item.active img {
  transform: scale(1.2);
}
#mv .mv_slide_1 .item.off {
  opacity: 1;
  z-index: 0; /* 次スライドが上に表示される */
}
#mv .mv_slide_1 .item.off img {
  transform: scale(1.2);
}
#mv .mv_slide_2 {
  width: 25vw;
  aspect-ratio: 1;
  position: absolute;
  top: 4.16vw;
  right: 9.3vw;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #mv .mv_slide_2 {
    width: 45.64vw;
    aspect-ratio: 1;
    top: 108.97vw;
    right: 4.1vw;
  }
}
#mv .mv_slide_2 .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.11vw;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #mv .mv_slide_2 .item {
    border-radius: 3.07vw;
  }
}
#mv .mv_slide_2 .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: 8s linear;
  transform: scale(1);
}
#mv .mv_slide_2 .item.active {
  opacity: 1;
  z-index: 1;
  transition: opacity 2.5s ease;
}
#mv .mv_slide_2 .item.active img {
  transform: scale(1.2);
}
#mv .mv_slide_2 .item.off {
  opacity: 1;
  z-index: 0;
}
#mv .mv_slide_2 .item.off img {
  transform: scale(1.2);
}
#mv .mv_slide_3 {
  width: 17.36vw;
  aspect-ratio: 0.78;
  position: absolute;
  top: 38.19vw;
  right: 22.5vw;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #mv .mv_slide_3 {
    width: 32.05vw;
    aspect-ratio: 0.78125;
    top: 131.53vw;
    right: auto;
    left: 4.1vw;
  }
}
#mv .mv_slide_3 .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.11vw;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #mv .mv_slide_3 .item {
    border-radius: 3.07vw;
  }
}
#mv .mv_slide_3 .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: 8s linear;
  transform: scale(1);
}
#mv .mv_slide_3 .item.active {
  opacity: 1;
  z-index: 1;
  transition: opacity 2.5s ease;
}
#mv .mv_slide_3 .item.active img {
  transform: scale(1.2);
}
#mv .mv_slide_3 .item.off {
  opacity: 1;
  z-index: 0;
}
#mv .mv_slide_3 .item.off img {
  transform: scale(1.2);
}

section#top_about:before, section#top_about:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
section#top_about:before {
  width: 18.26vw;
  height: 34.44vw;
  left: -1.3vw;
  top: -30vw;
  background: url(../img/bg_obj_3.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  section#top_about:before {
    width: 55.89vw;
    height: 67.69vw;
    left: -27.1vw;
    top: -88vw;
  }
}
section#top_about:after {
  width: 18.4vw;
  height: 19.72vw;
  right: 19.9vw;
  bottom: -6vw;
  background: url(../img/bg_obj_4.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  section#top_about:after {
    width: 57.69vw;
    height: 76.53vw;
    right: 17.9vw;
    bottom: -25vw;
  }
}
section#top_about .sec-inner {
  z-index: 5;
}
section#top_about .sec-inner h2 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section#top_about .sec-inner h2 {
    font-size: 7.17vw;
  }
}
section#top_about .sec-inner p {
  width: 100%;
  padding-bottom: 3.33vw;
}
@media (min-width: 769px) {
  section#top_about .sec-inner p {
    font-size: 1.25vw;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 768px) {
  section#top_about .sec-inner p {
    font-size: 3.58vw;
    padding-bottom: 12.3vw;
  }
}
section#top_about .sec-inner .link-col {
  width: 100%;
}
section#top_about .sec-inner .img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 1.52vw;
}
@media only screen and (max-width: 768px) {
  section#top_about .sec-inner .img {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    padding-top: 15.38vw;
  }
}
section#top_about .sec-inner .img img {
  display: block;
  width: 100%;
  height: auto;
}

section#top_course {
  background: url(../img/top/bg_top_course_pc.svg) center center no-repeat;
  background-size: 100% 100%;
  padding: 14.58vw 0;
}
@media only screen and (max-width: 768px) {
  section#top_course {
    background: url(../img/top/bg_top_course_sp.svg) center center no-repeat;
    background-size: 100% 100%;
    padding: 18.46vw 0 33.33vw;
  }
}
section#top_course .sec-inner {
  justify-content: space-between;
  color: #fff;
}
section#top_course .sec-inner .sec-tit {
  width: 20.13vw;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-tit {
    width: 100%;
  }
}
section#top_course .sec-inner .sec-tit h2 {
  color: #fff;
  width: 100%;
}
section#top_course .sec-inner .sec-tit h2 span {
  color: #fff;
}
section#top_course .sec-inner .sec-tit p {
  font-size: 1.25vw;
  width: 100%;
  line-height: 2.5;
  padding-bottom: 3.33vw;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-tit p {
    font-size: 4.1vw;
    line-height: 1.5;
    padding-bottom: 8.2vw;
  }
}
section#top_course .sec-inner .sec-body {
  width: 59.37vw;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body {
    width: 100%;
  }
}
section#top_course .sec-inner .sec-body .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.41vw;
  padding-bottom: 5.41vw;
  border-bottom: solid 1px #fff;
  scroll-margin-top: 9.72vw;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item {
    scroll-margin-top: 25.64vw;
  }
}
section#top_course .sec-inner .sec-body .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item {
    flex-wrap: wrap;
    margin-bottom: 12.3vw;
    padding-bottom: 12.3vw;
  }
  section#top_course .sec-inner .sec-body .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
section#top_course .sec-inner .sec-body .item .img {
  width: 46.78%;
  border-radius: 1.11vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .img {
    width: 100%;
    border-radius: 3.84vw;
  }
}
section#top_course .sec-inner .sec-body .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
section#top_course .sec-inner .sec-body .item .text {
  width: 47.6%;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text {
    width: 100%;
  }
}
section#top_course .sec-inner .sec-body .item .text .link {
  font-size: 2.22vw;
  display: flex;
  font-weight: 500;
  padding-left: 3.19vw;
  margin-bottom: 2.08vw;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text .link {
    font-size: 6.15vw;
    padding: 7.17vw 0 7.17vw;
    padding-left: 11.79vw;
    margin-bottom: 0;
    margin-top: 2.56vw;
  }
}
section#top_course .sec-inner .sec-body .item .text .link:before {
  content: "";
  display: block;
  width: 2.22vw;
  aspect-ratio: 1;
  background: url(../img/btn_text_arrow_03.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text .link:before {
    width: 8.2vw;
    aspect-ratio: 1;
  }
}
section#top_course .sec-inner .sec-body .item .text > p {
  line-height: 1.75;
}
@media (min-width: 769px) {
  section#top_course .sec-inner .sec-body .item .text > p {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text > p {
    font-size: 3.58vw;
    line-height: 1.5;
  }
}
section#top_course .sec-inner .sec-body .item .text ul {
  padding-top: 1.38vw;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text ul {
    padding-top: 5.12vw;
  }
}
section#top_course .sec-inner .sec-body .item .text ul li {
  margin-bottom: 0.55vw;
}
section#top_course .sec-inner .sec-body .item .text ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text ul li {
    margin-bottom: 2.05vw;
  }
  section#top_course .sec-inner .sec-body .item .text ul li:last-child {
    margin-bottom: 0;
  }
}
section#top_course .sec-inner .sec-body .item .text ul li a {
  display: flex;
  position: relative;
  padding-right: 1.94vw;
  width: 10.27vw;
  color: #fff;
  font-size: 1.25vw;
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text ul li a {
    font-size: 4.1vw;
    width: 33.33vw;
  }
}
section#top_course .sec-inner .sec-body .item .text ul li a:before {
  content: "";
  display: block;
  width: 1.38vw;
  aspect-ratio: 1;
  background: url(../img/btn_text_arrow_04.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  section#top_course .sec-inner .sec-body .item .text ul li a:before {
    width: 5.12vw;
    aspect-ratio: 1;
  }
}

section#top_instructors .sec-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#top_instructors .sec-inner.links {
  justify-content: flex-end;
}
section#top_instructors .sec-inner.links ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 3.33vw;
}
@media only screen and (max-width: 768px) {
  section#top_instructors .sec-inner.links ul {
    justify-content: start;
    flex-wrap: wrap;
    padding-top: 9.23vw;
  }
}
section#top_instructors .sec-inner.links ul li {
  margin-left: 3.33vw;
}
@media only screen and (max-width: 768px) {
  section#top_instructors .sec-inner.links ul li {
    margin: 3.07vw 0;
    margin-left: 0;
    width: 100%;
  }
}
section#top_instructors .sec-inner.links ul li a {
  color: #333333;
  font-size: 1.25vw;
}
@media only screen and (max-width: 768px) {
  section#top_instructors .sec-inner.links ul li a {
    font-size: 4.61vw;
  }
}
section#top_instructors .sec-inner h2 {
  width: 26.38vw;
}
@media only screen and (max-width: 768px) {
  section#top_instructors .sec-inner h2 {
    width: 100%;
  }
}
section#top_instructors .sec-inner p {
  font-size: 1.11vw;
  width: 48.61vw;
  padding-top: 1.38vw;
  color: #EC7289;
  text-align: right;
  color: #333333;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  section#top_instructors .sec-inner p {
    font-size: 3.58vw;
    padding-top: 0;
    padding-bottom: 5.12vw;
    width: 100%;
    text-align: left;
  }
}
section#top_instructors .instructors_scroll_img {
  overflow: hidden;
  width: 100%;
}
section#top_instructors .instructors_scroll_img .scroll_inner {
  display: flex;
  width: max-content;
  animation: scroll 64s linear infinite;
}
section#top_instructors .instructors_scroll_img .scroll-img {
  flex-shrink: 0;
  display: block;
}
section#top_instructors .instructors_scroll_img img {
  display: block;
  height: 42.77vw;
  width: auto;
  margin-right: 0.97vw;
}
@media only screen and (max-width: 768px) {
  section#top_instructors .instructors_scroll_img img {
    height: 118.46vw;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  section#top_graduate {
    margin-bottom: 28.2vw;
  }
}
section#top_graduate .sec-inner {
  justify-content: space-between;
}
section#top_graduate .sec-inner .sec-tit {
  width: 33.33vw;
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-tit {
    width: 100%;
    margin-bottom: 5.12vw;
  }
}
section#top_graduate .sec-inner .sec-tit h2 {
  width: 100%;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-tit h2 {
    margin-bottom: 10.25vw;
  }
}
section#top_graduate .sec-inner .sec-tit p {
  font-size: 1.25vw;
  width: 100%;
  padding-bottom: 3.33vw;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-tit p {
    font-size: 3.58vw;
    padding-bottom: 13.33vw;
  }
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-tit .text-btn-01 {
    position: absolute;
    bottom: -26vw;
  }
}
section#top_graduate .sec-inner .sec-body {
  width: 44.44vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-body {
    width: 100%;
  }
}
section#top_graduate .sec-inner .sec-body:before, section#top_graduate .sec-inner .sec-body:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
section#top_graduate .sec-inner .sec-body:before {
  width: 16.52vw;
  height: 20.41vw;
  left: -7.1vw;
  top: -8vw;
  background: url(../img/bg_obj_5.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-body:before {
    width: 61.02vw;
    height: 75.38vw;
    left: -22.1vw;
    top: -32vw;
  }
}
section#top_graduate .sec-inner .sec-body:after {
  width: 19.09vw;
  height: 26.97vw;
  right: -9.1vw;
  bottom: -18vw;
  background: url(../img/bg_obj_6.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-body:after {
    width: 61.02vw;
    height: 75.38vw;
    right: -29.1vw;
    top: -15vw;
    bottom: unset;
  }
}
section#top_graduate .sec-inner .sec-body .img {
  position: relative;
  z-index: 5;
}
section#top_graduate .sec-inner .sec-body .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  section#top_graduate .sec-inner .sec-body .img img {
    width: 91.79vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body.about section #about {
  scroll-margin-top: 11.11vw;
}
@media only screen and (max-width: 768px) {
  body.about section #about {
    scroll-margin-top: 41.02vw;
  }
}
body.about .col2-wrap {
  padding-top: 5.27vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  body.about .col2-wrap {
    padding-top: 10.25vw;
  }
  body.about .col2-wrap.border-sp {
    border-bottom: solid 1px #E0E0E0;
  }
}
body.about .col2-wrap .text {
  width: 47.22%;
}
@media only screen and (max-width: 768px) {
  body.about .col2-wrap .text {
    width: 100%;
    margin-bottom: 10.25vw;
  }
}
body.about .col2-wrap .text h3 {
  font-size: 1.52vw;
  margin-bottom: 2.63vw;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body.about .col2-wrap .text h3 {
    font-size: 5.12vw;
    margin-bottom: 9.74vw;
  }
}
body.about .col2-wrap .text p {
  font-size: 1.25vw;
  padding-bottom: 1lh;
}
@media (min-width: 769px) {
  body.about .col2-wrap .text p {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  body.about .col2-wrap .text p {
    font-size: 4.1vw;
  }
}
body.about .col2-wrap .text p:last-child {
  padding-bottom: 0;
}
body.about .col2-wrap .img {
  width: 47.22%;
}
@media only screen and (max-width: 768px) {
  body.about .col2-wrap .img {
    width: 100%;
  }
}
body.about .col2-wrap .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  body.about .col2-wrap.res .text {
    order: 2;
  }
  body.about .col2-wrap.res .img {
    order: 1;
  }
}
body.about .col1-wrap {
  padding-top: 5.41vw;
}
@media only screen and (max-width: 768px) {
  body.about .col1-wrap {
    padding-top: 9.74vw;
  }
}
body.about .col1-wrap p {
  font-size: 1.25vw;
  padding-bottom: 1lh;
}
@media (min-width: 769px) {
  body.about .col1-wrap p {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  body.about .col1-wrap p {
    font-size: 4.1vw;
  }
}
body.about .col1-wrap p:last-child {
  padding-bottom: 0;
}
body.about #three-key-points .three-key-points-wrap .dl-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5.55vw;
}
@media only screen and (max-width: 768px) {
  body.about #three-key-points .three-key-points-wrap .dl-col2 {
    margin-bottom: 20.51vw;
  }
  body.about #three-key-points .three-key-points-wrap .dl-col2:last-of-type {
    margin-bottom: 0;
  }
}
body.about #three-key-points .three-key-points-wrap .dl-col2 dl {
  width: 48.99%;
  background: rgba(0, 0, 0, 0.04);
  padding: 2.08vw;
  border-radius: 1.11vw;
}
body.about #three-key-points .three-key-points-wrap .dl-col2 dl.col1 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.about #three-key-points .three-key-points-wrap .dl-col2 dl {
    width: 100%;
    padding: 6.15vw 3.58vw;
    border-radius: 4.1vw;
    margin-bottom: 6.15vw;
  }
  body.about #three-key-points .three-key-points-wrap .dl-col2 dl:last-child {
    margin-bottom: 0;
  }
}
body.about #three-key-points .three-key-points-wrap .dl-col2 dl dt {
  font-size: 1.52vw;
  font-weight: 700;
  padding-bottom: 1.52vw;
}
@media only screen and (max-width: 768px) {
  body.about #three-key-points .three-key-points-wrap .dl-col2 dl dt {
    font-size: 4.1vw;
    padding-bottom: 4.1vw;
    letter-spacing: 0.02em;
  }
}
body.about #three-key-points .three-key-points-wrap .dl-col2 dl dd {
  font-size: 1.04vw;
}
@media (min-width: 769px) {
  body.about #three-key-points .three-key-points-wrap .dl-col2 dl dd {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 768px) {
  body.about #three-key-points .three-key-points-wrap .dl-col2 dl dd {
    font-size: 3.58vw;
  }
}
body.about #points {
  padding-bottom: 9.3vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.about #points {
    padding-bottom: 23.07vw;
  }
}
body.about #points .about-points .item {
  position: relative;
  padding-left: 32.29vw;
  margin-bottom: 5.55vw;
}
body.about #points .about-points .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.about #points .about-points .item {
    padding-left: 0;
    margin-bottom: 13.84vw;
  }
  body.about #points .about-points .item:last-child {
    margin-bottom: 0;
  }
}
body.about #points .about-points .item .img {
  width: 27.77vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  body.about #points .about-points .item .img {
    width: 100%;
    position: relative;
    margin-bottom: 6.15vw;
    left: auto;
    top: auto;
  }
}
body.about #points .about-points .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.about #points .about-points .item > p {
  font-size: 1.25vw;
}
@media (min-width: 769px) {
  body.about #points .about-points .item > p {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  body.about #points .about-points .item > p {
    font-size: 3.58vw;
  }
}
body.about #clinical {
  background: #FAF8F4 url(../img/bg_wave_2.png) center top no-repeat;
  background-size: 100% auto;
  padding-top: 11.11vw;
  padding-bottom: 8.33vw;
  scroll-margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.about #clinical {
    padding-top: 10.25vw;
    padding-bottom: 30.76vw;
    margin-bottom: 0;
    scroll-margin-top: 20.51vw;
  }
}
body.about #clinical .sec-inner {
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 8.33vw;
}
@media only screen and (max-width: 768px) {
  body.about #clinical .sec-inner {
    padding-bottom: 30.76vw;
  }
}
body.about #clinical .sec-inner .link-btn {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 2.08vw 0 3.12vw;
}
@media only screen and (max-width: 768px) {
  body.about #clinical .sec-inner .link-btn {
    padding: 4.61vw 0 9.74vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #clinical .sec-inner .link-btn .text-btn-01 {
    font-size: 3.58vw;
    padding-left: 7.69vw;
  }
  body.about #clinical .sec-inner .link-btn .text-btn-01:before {
    width: 6.15vw;
    aspect-ratio: 1;
  }
}
body.about #clinical .sec-inner .theme-wrap {
  display: none;
}
body.about #interpersonal {
  background: #FAF8F4 url(../img/bg_wave_1.png) center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 11.11vw;
}
@media only screen and (max-width: 768px) {
  body.about #interpersonal {
    padding-bottom: 10.25vw;
  }
}
body.about #interpersonal .sec-inner .link-btn {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 2.08vw 0 3.12vw;
}
@media only screen and (max-width: 768px) {
  body.about #interpersonal .sec-inner .link-btn {
    padding: 4.61vw 0 9.74vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #interpersonal .sec-inner .link-btn .text-btn-01 {
    font-size: 3.58vw;
    padding-left: 7.69vw;
  }
  body.about #interpersonal .sec-inner .link-btn .text-btn-01:before {
    width: 6.15vw;
    aspect-ratio: 1;
  }
}
body.about #interpersonal .sec-inner .theme-wrap {
  display: none;
}
body.about #interpersonal .sec-inner .sec-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.about #interpersonal .sec-inner .sec-visual img {
    border-radius: 4.1vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #graduate {
    scroll-margin-top: 10.25vw;
  }
}
body.about #graduate .sec-graduate {
  width: 91.11vw;
  padding: 5.55vw 0;
  border-radius: 2.22vw;
  display: flex;
  justify-content: center;
  background: #FAF8F4;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate {
    width: 100%;
    padding: 16.41vw 4%;
    border-radius: 8.2vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner {
    width: 100%;
  }
}
body.about #graduate .sec-graduate .sec-inner .sec-header h3 {
  position: relative;
}
body.about #graduate .sec-graduate .sec-inner .col2-wrap {
  padding-top: 0;
  align-items: center;
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner .col2-wrap {
    margin-bottom: 10.25vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner .col2-wrap .img {
    margin-bottom: 10.25vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate {
  width: 100%;
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2.08vw;
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl {
  width: 26.25vw;
  background: #fff;
  border-radius: 1.11vw;
  padding: 1.66vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl {
    width: 100%;
    border-radius: 4.1vw;
    padding: 6.15vw 4.1vw;
    margin-bottom: 2.05vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl dt {
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  color: #EC7289;
  font-weight: 700;
  margin-bottom: 0.69vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl dt {
    font-size: 4.1vw;
    margin-bottom: 2.56vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl dt span {
  width: 2.77vw;
  height: 2.77vw;
  border-radius: 0.55vw;
  font-size: 0.97vw;
  margin-right: 0.83vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #EC7289;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl dt span {
    width: 10.25vw;
    height: 10.25vw;
    border-radius: 2.05vw;
    margin-right: 2.56vw;
    font-size: 3.58vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl dd {
  font-size: 1.11vw;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .dl3wrap dl dd {
    font-size: 3.58vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .cap-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .cap-img {
    margin-bottom: 6.15vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .cap-img .item {
  width: 19.72vw;
  background: #F9B185;
  border-radius: 1.11vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .cap-img .item {
    width: 100%;
    border-radius: 4.1vw;
    margin-bottom: 2.05vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .cap-img .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .cap-img .item .text {
  color: #fff;
  font-size: 0.97vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  aspect-ratio: 284/64;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .cap-img .item .text {
    padding: 2.56vw 0;
    aspect-ratio: auto;
    font-size: 3.58vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .curriculum {
  padding-bottom: 4.16vw;
  margin-bottom: 4.16vw;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .curriculum {
    padding-bottom: 10.25vw;
    margin-bottom: 10.25vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .curriculum img {
  display: block;
  width: 100%;
  height: auto;
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange {
  border-radius: 1.11vw;
  width: 100%;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.66vw;
  margin-top: 2.77vw;
  margin-bottom: 5.55vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange {
    padding: 6.15vw 4.1vw;
    margin-top: 7.69vw;
    margin-bottom: 10.25vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .img {
  width: 27.77vw;
  overflow: hidden;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .img {
    width: 100%;
    border-radius: 4.1vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .text {
  width: 46.66vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .text {
    width: 100%;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .text dt {
  font-size: 1.52vw;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1.66vw;
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .text dt {
    padding-bottom: 5.12vw;
  }
}
body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .text dd {
  font-size: 1.25vw;
  font-weight: 400;
}
@media (min-width: 769px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .text dd {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  body.about #graduate .sec-graduate .sec-inner div.about-graduate .international-exchange .text dd {
    font-size: 3.58vw;
  }
}

body.campuslife section .sec-inner .equipment-list {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4.16vw 3.33vw;
}
@media only screen and (max-width: 768px) {
  body.campuslife section .sec-inner .equipment-list {
    gap: 7.69vw 0;
  }
}
body.campuslife section .sec-inner .equipment-list .item {
  width: calc((100% - 3.33vw) / 2);
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.campuslife section .sec-inner .equipment-list .item {
    width: 100%;
  }
}
body.campuslife section .sec-inner .equipment-list .item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.campuslife section .sec-inner .equipment-list .item img {
    border-radius: 4.1vw;
  }
}
body.campuslife section .sec-inner .equipment-list .item dl dt {
  font-size: 1.25vw;
  color: #EC7289;
  padding: 1.25vw 0 0.83vw;
}
@media only screen and (max-width: 768px) {
  body.campuslife section .sec-inner .equipment-list .item dl dt {
    font-size: 4.1vw;
    padding: 4.61vw 0 3.07vw;
  }
}
body.campuslife section .sec-inner .equipment-list .item dl dd {
  font-size: 1.11vw;
  line-height: 1.75;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body.campuslife section .sec-inner .equipment-list .item dl dd {
    font-size: 3.58vw;
  }
}

body.graduate section .sec-inner .news-list-wrap {
  padding-top: 8.33vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .news-list-wrap {
    padding-top: 20.51vw;
  }
}
body.graduate section .sec-inner .licensed-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .licensed-head {
    margin-bottom: 7.69vw;
  }
}
body.graduate section .sec-inner .licensed-head .text {
  width: 50vw;
  font-size: 1.25vw;
  line-height: 2;
}
@media (min-width: 769px) {
  body.graduate section .sec-inner .licensed-head .text {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .licensed-head .text {
    font-size: 3.58vw;
    margin-bottom: 7.69vw;
    width: 100%;
  }
}
body.graduate section .sec-inner .licensed-head .img {
  width: 29.16vw;
}
@media (min-width: 769px) {
  body.graduate section .sec-inner .licensed-head .img {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .licensed-head .img {
    width: 100%;
  }
}
body.graduate section .sec-inner .licensed-head .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .licensed-head .img img {
    border-radius: 4.1vw;
  }
}
body.graduate section .sec-inner .graduate-institute {
  width: 100%;
}
body.graduate section .sec-inner .graduate-institute .img-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-institute .img-wrap {
    margin-bottom: 6.15vw;
  }
}
body.graduate section .sec-inner .graduate-institute .img-wrap img {
  display: block;
  width: 39.44vw;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-institute .img-wrap img {
    width: 100%;
    border-radius: 4.1vw;
    margin-bottom: 9.74vw;
  }
}
body.graduate section .sec-inner .graduate-field-of-study {
  width: 100%;
}
body.graduate section .sec-inner .graduate-field-of-study .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4.16vw;
}
@media (min-width: 769px) {
  body.graduate section .sec-inner .graduate-field-of-study .item {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item {
    margin-bottom: 15.38vw;
  }
}
body.graduate section .sec-inner .graduate-field-of-study .item .img {
  width: 42.77vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item .img {
    width: 100%;
    margin-bottom: 7.69vw;
  }
}
body.graduate section .sec-inner .graduate-field-of-study .item .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item .img img {
    border-radius: 4.1vw;
  }
}
body.graduate section .sec-inner .graduate-field-of-study .item .text {
  width: 35.55vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item .text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item .text h4 {
    margin-bottom: 6.15vw;
  }
}
body.graduate section .sec-inner .graduate-field-of-study .item .text > p {
  font-size: 1.25vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item .text > p {
    font-size: 3.58vw;
  }
}
body.graduate section .sec-inner .graduate-field-of-study .item .text .link-btn {
  display: flex;
  padding-top: 2.77vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item .text .link-btn {
    width: 100%;
    padding-top: 7.69vw;
  }
}
body.graduate section .sec-inner .graduate-field-of-study .item .text .link-btn a {
  display: flex;
  height: 5vw;
  align-items: center;
  padding: 0 4.44vw;
  color: #fff;
  font-size: 1.11vw;
  font-weight: 500;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
  border-radius: 2.5vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .graduate-field-of-study .item .text .link-btn a {
    height: 14.35vw;
    border-radius: 7.17vw;
    font-size: 4.1vw;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
body.graduate section .sec-inner .scholarships-text {
  margin-bottom: 4.16vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .scholarships-text {
    margin-bottom: 15.38vw;
  }
}
body.graduate section .sec-inner .scholarships-text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .scholarships-text:last-child {
    margin-bottom: 0;
  }
}
body.graduate section .sec-inner .gra-page-btn {
  width: 100%;
  margin-top: 7.63vw;
  padding-top: 6.25vw;
  border-top: solid 1px #EC7289;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .gra-page-btn {
    margin-top: 28.2vw;
    padding-top: 15.38vw;
  }
}
body.graduate section .sec-inner .link-list-anotation {
  width: 100%;
  font-size: 0.83vw;
  padding-top: 0.41vw;
}
@media only screen and (max-width: 768px) {
  body.graduate section .sec-inner .link-list-anotation {
    font-size: 3.07vw;
    padding-top: 0.41vw;
  }
}

body.psychologist section .sec-inner .c-inner {
  font-weight: 500;
  font-size: 1.11vw;
  line-height: 2;
  margin-top: 1.11vw;
  margin-bottom: 4.16vw;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.psychologist section .sec-inner .c-inner {
    font-size: 3.58vw;
    margin-top: 4.1vw;
    margin-bottom: 15.38vw;
    border-radius: 4.1vw;
  }
}
body.psychologist section .sec-inner .c-inner.img-qualification {
  width: 100%;
  display: flex;
  justify-content: center;
}
body.psychologist section .sec-inner .c-inner.img-qualification img {
  display: block;
  width: 34.93vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body.psychologist section .sec-inner .c-inner.img-qualification img {
    width: 85.64vw;
  }
}

body.error404 section .sec-inner {
  padding: 8.88vw 0 0;
}
body.error404 section .sec-inner .text-404 {
  width: 100%;
  text-align: center;
}
body.error404 section .sec-inner .text-404 > div {
  font-size: 3.33vw;
  font-weight: 700;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  body.error404 section .sec-inner .text-404 > div {
    font-size: 8.2vw;
    margin-bottom: 9.23vw;
  }
}
body.error404 section .sec-inner .text-404 > p {
  line-height: 2;
  padding-top: 1.38vw;
  font-size: 1.11vw;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  body.error404 section .sec-inner .text-404 > p {
    padding-top: 4.1vw;
    margin-bottom: 9.74vw;
    font-size: 4.1vw;
  }
}
body.error404 section .sec-inner .text-404 .backtotop a {
  color: #EC7289;
  display: flex;
  justify-content: center;
}
body.error404 section .sec-inner .text-404 .backtotop a span {
  font-size: 1.25vw;
  position: relative;
  padding-left: 2.77vw;
}
@media only screen and (max-width: 768px) {
  body.error404 section .sec-inner .text-404 .backtotop a span {
    font-size: 4.1vw;
    padding-left: 10.25vw;
  }
}
body.error404 section .sec-inner .text-404 .backtotop a span:before {
  content: "";
  display: block;
  width: 2.22vw;
  height: 2.22vw;
  background: url(../img/btn_back.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body.error404 section .sec-inner .text-404 .backtotop a span:before {
    width: 8.2vw;
    height: 8.2vw;
  }
}

body.quicktour #wrap {
  background: url(../img/quicktour/bg_pc.jpg) center top repeat-y;
  background-size: 100% auto;
}
body.quicktour .quicktour-head {
  width: 100%;
  position: relative;
  z-index: 1;
}
body.quicktour .quicktour-head:before {
  content: "";
  position: absolute;
  height: 200%;
  pointer-events: none;
  inset: 0;
  background: #fff url(../img/quicktour/bg_page.png) center top no-repeat;
  transform: translateY(0vw);
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head:before {
    background: #fff url(../img/quicktour/bg_page_sp.png) center top no-repeat;
    transform: translateY(2.77vw);
    background-size: 100% auto;
  }
}
body.quicktour .quicktour-head .title-wrap {
  width: 100%;
  text-align: center;
  color: #EC7289;
  padding-top: 8.19vw;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .title-wrap {
    padding-top: 20.51vw;
  }
}
body.quicktour .quicktour-head .title-wrap .tit {
  font-size: 2.22vw;
  padding-bottom: 1.25vw;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .title-wrap .tit {
    font-size: 6.15vw;
  }
}
body.quicktour .quicktour-head .title-wrap .tit-en {
  font-size: 10vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .title-wrap .tit-en {
    font-size: 22.56vw;
  }
}
body.quicktour .quicktour-head .quicktour-slider {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  body.quicktour .quicktour-head .quicktour-slider {
    transform: translateY(-2.78vw);
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .quicktour-slider {
    padding-top: 5.12vw;
  }
}
body.quicktour .quicktour-head .quicktour-slider ul {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
body.quicktour .quicktour-head .quicktour-slider ul li {
  flex-shrink: 0;
  margin-right: 5.55vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .quicktour-slider ul li {
    margin-right: 10.25vw;
  }
}
body.quicktour .quicktour-head .quicktour-slider ul li img {
  display: block;
  height: auto;
  border-radius: 1.11vw;
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-1 {
  padding-top: 5.55vw;
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-1 img {
  width: 25vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .quicktour-slider ul li.img-1 {
    padding-top: 8.71vw;
  }
  body.quicktour .quicktour-head .quicktour-slider ul li.img-1 img {
    width: 69.23vw;
  }
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-2 {
  padding-top: 8.88vw;
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-2 img {
  width: 18.75vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .quicktour-slider ul li.img-2 {
    padding-top: 16.41vw;
  }
  body.quicktour .quicktour-head .quicktour-slider ul li.img-2 img {
    width: 51.79vw;
  }
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-3 img {
  width: 25vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .quicktour-slider ul li.img-3 img {
    width: 69.23vw;
  }
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-4 {
  padding-top: 10.41vw;
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-4 img {
  width: 18.75vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .quicktour-slider ul li.img-4 {
    padding-top: 28.46vw;
  }
  body.quicktour .quicktour-head .quicktour-slider ul li.img-4 img {
    width: 51.79vw;
  }
}
body.quicktour .quicktour-head .quicktour-slider ul li.img-5 img {
  width: 22.22vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-head .quicktour-slider ul li.img-5 {
    padding-top: 3.07vw;
  }
  body.quicktour .quicktour-head .quicktour-slider ul li.img-5 img {
    width: 61.53vw;
  }
}
body.quicktour .quicktour-scrolltext {
  margin-bottom: 8.88vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-scrolltext {
    margin-bottom: 20.51vw;
  }
}
body.quicktour .quicktour-scrolltext {
  overflow: hidden;
}
body.quicktour .quicktour-scrolltext .img-text {
  display: flex;
  width: max-content;
  animation: scrollText linear infinite;
  animation-duration: var(--duration);
}
body.quicktour .quicktour-scrolltext .img-text img {
  display: block;
  width: auto;
  height: 10vw;
  flex-shrink: 0;
  margin-right: 5.55vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour .quicktour-scrolltext .img-text img {
    height: 19.48vw;
    margin-right: 15.38vw;
  }
}
body.quicktour section {
  z-index: 2;
}
body.quicktour section .sec-inner .link-btn {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 2.08vw 0 3.12vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .link-btn {
    padding: 4.61vw 0 9.74vw;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .link-btn .text-btn-01 {
    font-size: 3.58vw;
    padding-left: 7.69vw;
  }
  body.quicktour section .sec-inner .link-btn .text-btn-01:before {
    width: 6.15vw;
    aspect-ratio: 1;
  }
}
body.quicktour section .sec-inner .about-movie, body.quicktour section .sec-inner .movie-link {
  margin-bottom: 3.75vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .about-movie, body.quicktour section .sec-inner .movie-link {
    margin-bottom: 16.41vw;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content {
  position: relative;
  width: 100%;
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-head {
  width: 100%;
  margin-bottom: 4.86vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-head.fix {
    position: absolute;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-head h3 {
    margin-bottom: 6.15vw;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-head h3 span {
  color: #fff;
  font-size: 3.33vw;
  padding: 0.27vw 0.41vw 0.41vw;
  margin-bottom: 0.41vw;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-head h3 span {
    font-size: 7.17vw;
    margin-bottom: 1.53vw;
    padding: 1.02vw 1.53vw 1.53vw;
  }
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-head h3 span.space {
    margin-left: 2.08vw;
  }
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-head.tit-center {
    display: flex;
    justify-content: center;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8.33vw;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body {
    margin-bottom: 15.38vw;
  }
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body.re .img {
    order: 2;
  }
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body.re .text {
    order: 1;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .img {
  width: 39.16vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .img {
    width: 100%;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .img img {
    border-radius: 4.1vw;
    margin-bottom: 8.2vw;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text {
  width: 39.16vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text {
    width: 100%;
  }
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text.top-s {
    padding-top: 22.63vw;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl {
  margin-bottom: 3.88vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl {
    margin-bottom: 8.2vw;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl:last-child {
  margin-bottom: 0;
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl dt {
  font-size: 1.38vw;
  font-weight: 700;
  color: #EC7289;
  position: relative;
  padding-left: 2.08vw;
  margin-bottom: 1.25vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl dt {
    font-size: 4.1vw;
    padding-left: 4.1vw;
    margin-bottom: 3.07vw;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl dt:before {
  content: "";
  display: block;
  width: 1.11vw;
  height: 0.27vw;
  border-radius: 0.06vw;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
  position: absolute;
  left: 0;
  top: 0.97vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl dt:before {
    width: 3.07vw;
    height: 1.02vw;
    top: 3.07vw;
  }
}
body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl dd {
  font-size: 1.11vw;
  font-weight: 400;
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl dd {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .quicktour-sec-head-content .quicktour-sec-body .text dl dd {
    font-size: 3.58vw;
  }
}
body.quicktour section .sec-inner .experience-wrap {
  position: relative;
  border-radius: 2.77vw;
  width: 100%;
  padding: 5.55vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap {
    padding: 0;
    border-radius: 0;
  }
}
body.quicktour section .sec-inner .experience-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap:before {
    display: none;
  }
}
body.quicktour section .sec-inner .experience-wrap .inner {
  position: relative;
  width: 100%;
  z-index: 2;
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab {
  margin-bottom: 1.59vw;
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab {
    margin-bottom: 3.07vw;
  }
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab:last-child {
    margin-bottom: 0;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 4.44vw;
  padding-left: 1.52vw;
  font-size: 1.38vw;
  font-weight: 700;
  color: #fff;
  border-radius: 1.11vw 1.11vw 1.11vw 1.11vw;
  transition: 0.4s;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt {
    height: auto;
    font-size: 4.1vw;
    border-radius: 4.1vw 4.1vw 4.1vw 4.1vw;
    padding: 3.07vw 0;
    padding-left: 4.61vw;
    padding-right: 14.1vw;
    line-height: 1.5;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt:before {
  content: "";
  display: block;
  width: 2.22vw;
  height: 2.22vw;
  position: absolute;
  right: 1.66vw;
  top: 1.04vw;
  background: url(../img/btn_tab_01.png) center center no-repeat;
  background-size: 100% 100%;
  transition: 0.4s;
  transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt:before {
    width: 8.2vw;
    height: 8.2vw;
    right: 4.1vw;
    top: 3.07vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt:after {
  content: "";
  display: block;
  width: 2.22vw;
  height: 2.22vw;
  position: absolute;
  right: 1.66vw;
  top: 1.04vw;
  background: url(../img/btn_tab_02.png) center center no-repeat;
  background-size: 100% 100%;
  transition: 0.4s;
  opacity: 0;
  transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt:after {
    width: 8.2vw;
    height: 8.2vw;
    right: 4.1vw;
    top: 3.07vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt span.num {
  font-size: 2.22vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-right: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dt span.num {
    font-size: 7.17vw;
    margin-right: 3.07vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  background: #FAF8F4;
  font-size: 1.11vw;
  border-radius: 0 0 1.11vw 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd {
    font-size: 4.1vw;
    border-radius: 0 0 4.1vw 4.1vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner {
  padding: 1.66vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner {
    padding: 5.64vw 4.1vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-text {
  font-weight: 700;
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-text {
    font-size: 3.58vw;
    margin-bottom: 10.25vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-list {
  display: flex;
  border-radius: 1.11vw;
  background: #fff;
  padding: 1.11vw 1.66vw;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-list {
    flex-wrap: wrap;
    font-size: 4.1vw;
    padding: 6.15vw 4.1vw;
    border-radius: 4.1vw;
    margin-bottom: 10.25vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-list li {
  display: flex;
  align-items: center;
  margin-right: 1.11vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-list li {
    margin-right: 4.1vw;
    margin-bottom: 3.07vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-list li .listnum {
  width: 1.66vw;
  height: 1.66vw;
  border: solid 1px #EC7289;
  border-radius: 50%;
  color: #EC7289;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.11vw;
  font-weight: 500;
  margin-right: 0.48vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-list li .listnum {
    width: 6.15vw;
    height: 6.15vw;
    margin-right: 1.79vw;
    font-size: 4.1vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-wrap {
  background: #fff;
  border-radius: 1.11vw;
  padding: 1.11vw;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-wrap {
    padding: 3.07vw;
    margin-bottom: 5.64vw;
    border-radius: 4.1vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-wrap .img-wrap {
  width: 100%;
  position: relative;
  padding: 1.66vw 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-wrap .img-wrap {
    padding: 3.07vw 0;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-wrap .img-wrap img {
  display: block;
  width: 43.05vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .q-wrap .img-wrap img {
    width: 100%;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .a-wrap {
  display: flex;
  width: 100%;
  position: relative;
  font-size: 1.04vw;
  padding-left: 3.47vw;
  padding-bottom: 1.38vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .a-wrap {
    font-size: 3.58vw;
    padding-left: 10.25vw;
    padding-bottom: 3.58vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .a-wrap:before {
  content: "A";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.22vw;
  color: #EC7289;
  position: absolute;
  left: 0;
  top: -0.84vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner .a-wrap:before {
    font-size: 6.15vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl {
  position: relative;
  border-radius: 0.55vw;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl {
    border-radius: 2.05vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl dt {
  width: 11.38vw;
  padding: 0.69vw 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl dt {
    width: 100%;
    padding: 2.56vw 0;
    font-size: 3.58vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl dd {
  padding: 0 1.66vw;
  font-size: 1.04vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab > dd .dd-inner dl dd {
    font-size: 3.07vw;
    width: 100%;
    padding: 3.58vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab .btn-wrap {
  display: flex;
  justify-content: center;
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab .btn-wrap .close-btn {
  cursor: pointer;
  width: 6.8vw;
  height: 2.22vw;
  color: #FAF8F4;
  overflow: hidden;
  text-indent: 100%;
  background: url(../img/btn_close.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab .btn-wrap .close-btn {
    width: 25.12vw;
    height: 8.2vw;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab.open > dt {
  border-radius: 1.11vw 1.11vw 0 0;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .experience-wrap dl.accordion-tab.open > dt {
    border-radius: 4.1vw 4.1vw 0 0;
  }
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab.open > dt:before {
  transform: rotate(360deg);
}
body.quicktour section .sec-inner .experience-wrap dl.accordion-tab.open > dt:after {
  opacity: 1;
  transform: rotate(360deg);
}
body.quicktour section .sec-inner .theme-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 4.16vw;
}
body.quicktour section .sec-inner .theme-head.pt0 {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .theme-head.pt0 {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .theme-head {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .theme-head {
    padding-top: 7.69vw;
    margin-bottom: 6.15vw;
  }
}
body.quicktour section .sec-inner .theme-head .sec-header {
  width: 34.3vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .theme-head .sec-header {
    width: 100%;
  }
}
body.quicktour section .sec-inner .theme-head .theme-head-text {
  width: 45.27vw;
  font-size: 2.77vw;
  font-weight: 700;
  color: #EC7289;
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .theme-head .theme-head-text {
    padding-bottom: 2.3vw;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .theme-head .theme-head-text {
    width: 100%;
  }
}
body.quicktour section .sec-inner .theme-head .theme-head-text .text {
  display: flex;
}
@media (min-width: 769px) {
  body.quicktour section .sec-inner .theme-head .theme-head-text .text {
    align-items: end;
    justify-content: end;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .theme-head .theme-head-text .text {
    gap: 0vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
body.quicktour section .sec-inner .theme-head .theme-head-text .text span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  width: 6.45vw;
  height: 5.27vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.55vw;
  border-radius: 0.27vw;
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .theme-head .theme-head-text .text span {
    width: 29.23vw;
    height: 10.76vw;
    margin-right: 0;
    border-radius: 1.02vw;
    font-size: 6.15vw;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .theme-head .theme-head-text .text p {
    width: 100%;
    text-align: right;
    font-size: 6.15vw;
    padding-top: 2.05vw;
  }
}
body.quicktour section .sec-inner .movie-link .item .text {
  font-weight: 500;
  font-size: 1.38vw;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  body.quicktour section .sec-inner .movie-link .item .text {
    font-weight: 700;
    font-size: 4.61vw;
  }
}
body.quicktour section#clinical {
  position: relative;
  margin-top: 22.22vw;
  background: #FAF8F4;
  padding-bottom: 8.88vw;
  border-bottom: solid 1px #E0E0E0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.quicktour section#clinical {
    padding-bottom: 22.05vw;
    margin-bottom: 0;
  }
}
body.quicktour section#clinical:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2880/320;
  z-index: 1;
  background: url(../img/bg_wave_2.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -10.98vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section#clinical .sec-header {
    padding-top: 15.38vw;
  }
}
@media only screen and (max-width: 768px) {
  body.quicktour section#clinical .theme-head .sec-header .sec-tit {
    padding-bottom: 4.1vw;
  }
}
body.quicktour section#interpersonal {
  position: relative;
  margin-bottom: 22.22vw;
  background: #FAF8F4;
  padding-top: 6.94vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section#interpersonal {
    padding-top: 15.38vw;
  }
}
body.quicktour section#interpersonal:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2880/320;
  z-index: 1;
  background: url(../img/bg_wave_1.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -10.98vw;
}
@media only screen and (max-width: 768px) {
  body.quicktour section#interpersonal .theme-head .sec-header .sec-tit {
    padding-bottom: 4.1vw;
  }
}

.modal-wrap {
  position: fixed;
  top: 0;
  inset: 0;
  padding: 8.47vh 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 769px) and (max-height: 1040px) {
  .modal-wrap {
    padding: 4.16vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .modal-wrap {
    padding: 10.25vw 4.1vw;
  }
}
.modal-wrap.on {
  opacity: 1;
  transition: opacity 0.8s;
  pointer-events: auto;
}
.modal-wrap .close-modal-area {
  position: fixed;
  inset: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .close-modal-area {
    cursor: pointer;
  }
}
.modal-wrap .modal-inner {
  width: 82.22vw;
  height: 100%;
  padding: 5.55vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.66vw;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner {
    width: 100%;
    padding: 7.69vw 7.69vw;
    padding-right: 3.84vw;
  }
}
.modal-wrap .modal-inner .btn-close-modal {
  width: 2.77vw;
  aspect-ratio: 1.9;
  background: url(../img/btn_mordal_close.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -2.5vw;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .btn-close-modal {
    width: 10.25vw;
    aspect-ratio: 1.9047619048;
    top: -6.67vw;
  }
}
.modal-wrap .modal-inner .sp-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .sp-wrap {
    height: 100%;
    padding-right: 3.84vw;
    overflow-y: auto;
  }
  .modal-wrap .modal-inner .sp-wrap::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  .modal-wrap .modal-inner .sp-wrap::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }
  .modal-wrap .modal-inner .sp-wrap::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
  }
  .modal-wrap .modal-inner .sp-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.modal-wrap .modal-inner .modal-item {
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .modal-wrap .modal-inner .modal-item {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.modal-wrap .modal-inner .modal-item.on {
  display: flex;
}
.modal-wrap .modal-inner .modal-item .img {
  width: 33.33vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .img {
    width: 100%;
    margin-bottom: 8.2vw;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .modal-wrap .modal-inner .modal-item .img {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    height: 100%;
    width: 33.33vw;
    margin-right: 4.16vw;
  }
}
.modal-wrap .modal-inner .modal-item .img .img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .img .img-inner img {
    border-radius: 4.1vw;
  }
}
@media (min-width: 769px) {
  .modal-wrap .modal-inner .modal-item .img .img-inner {
    height: 80%;
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }
  .modal-wrap .modal-inner .modal-item .img .img-inner.is-landscape {
    display: flex;
    justify-content: end;
  }
  .modal-wrap .modal-inner .modal-item .img .img-inner.is-landscape img {
    height: 100%;
    width: auto;
    border-radius: 1.11vw;
  }
  .modal-wrap .modal-inner .modal-item .img .img-inner.is-portrait {
    justify-content: flex-start;
  }
  .modal-wrap .modal-inner .modal-item .img .img-inner.is-portrait img {
    height: auto;
    width: 100%;
    align-self: flex-start;
    border-radius: 1.11vw;
  }
}
.modal-wrap .modal-inner .modal-item .img .link {
  display: flex;
  width: 100%;
  justify-content: end;
  padding-top: 1.94vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .img .link {
    padding-top: 1.53vw;
  }
}
.modal-wrap .modal-inner .modal-item .img .link a {
  font-size: 1.25vw;
  font-weight: 500;
  color: #333333;
  position: relative;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .img .link a {
    font-size: 4.1vw;
  }
}
.modal-wrap .modal-inner .modal-item .text {
  width: 32.5vw;
  padding-right: 4.16vw;
}
@media (min-width: 769px) {
  .modal-wrap .modal-inner .modal-item .text {
    height: 100%;
    overflow-y: auto;
  }
  .modal-wrap .modal-inner .modal-item .text::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  .modal-wrap .modal-inner .modal-item .text::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }
  .modal-wrap .modal-inner .modal-item .text::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
  }
  .modal-wrap .modal-inner .modal-item .text::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text {
    width: 100%;
  }
}
.modal-wrap .modal-inner .modal-item .text .position {
  font-size: 1.38vw;
  margin-bottom: 0.69vw;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .position {
    font-size: 4.1vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .name {
  font-size: 2.77vw;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.27vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .name {
    font-size: 8.2vw;
    margin-bottom: 1.02vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .name_en {
  color: #EC7289;
  font-size: 0.83vw;
  line-height: 2;
  margin-bottom: 2.77vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .name_en {
    font-size: 3.07vw;
    margin-bottom: 7.69vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .courses-list {
  margin-bottom: 2.63vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .courses-list {
    margin-bottom: 9.74vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .courses-list ul li {
  position: relative;
  padding-left: 2.43vw;
  font-size: 1.25vw;
  margin-bottom: 0.55vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .courses-list ul li {
    font-size: 4.1vw;
    padding-left: 7.69vw;
    margin-bottom: 2.05vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .courses-list ul li:before {
  content: "";
  display: block;
  width: 1.94vw;
  aspect-ratio: 1;
  background: url(../img/pict_checkmark.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .courses-list ul li:before {
    width: 6.15vw;
    aspect-ratio: 1;
    background: url(../img/pict_checkmark.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.modal-wrap .modal-inner .modal-item .text .specialties-tit {
  width: 10.41vw;
  height: 2.22vw;
  background: #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.11vw;
  line-height: 1;
  border-radius: 0.27vw;
  font-weight: 500;
  margin-bottom: 0.97vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .specialties-tit {
    width: 21.02vw;
    height: 7.17vw;
    font-size: 3.07vw;
    border-radius: 1.02vw;
    margin-bottom: 3.58vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .specialties {
  font-size: 1.25vw;
  margin-bottom: 2.63vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .specialties {
    font-size: 3.58vw;
    margin-bottom: 9.74vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .specialties ul li {
  position: relative;
  padding-left: 1.25vw;
  margin-bottom: 0.27vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .specialties ul li {
    padding-left: 4.61vw;
    margin-bottom: 1.02vw;
  }
}
.modal-wrap .modal-inner .modal-item .text .specialties ul li:before {
  content: "";
  display: block;
  width: 0.83vw;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(162deg, rgb(236, 114, 137) 0%, rgb(249, 178, 133) 100%);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .specialties ul li:before {
    width: 3.07vw;
    aspect-ratio: 1;
  }
}
.modal-wrap .modal-inner .modal-item .text .message-wrap .tit {
  width: 7.98vw;
  height: 2.22vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.11vw;
  line-height: 1;
  color: #fff;
  background: #EC7289;
  border-radius: 1.11vw 1.11vw 0 0;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .message-wrap .tit {
    width: 29.48vw;
    height: 8.2vw;
    font-size: 4.1vw;
    border-radius: 4.1vw 4.1vw 0 0;
  }
}
.modal-wrap .modal-inner .modal-item .text .message-wrap .message-text {
  border-radius: 0 1.11vw 1.11vw 1.11vw;
  border: solid 1px #EC7289;
  padding: 1.38vw 0.97vw;
  margin-bottom: 2.63vw;
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text .message-wrap .message-text {
    font-size: 4.1vw;
    border-radius: 0 4.1vw 4.1vw 4.1vw;
    padding: 5.12vw 3.58vw;
    margin-bottom: 9.74vw;
  }
}
.modal-wrap .modal-inner .modal-item .text dl {
  display: flex;
  font-size: 0.97vw;
  line-height: 1.5;
  justify-content: space-between;
  padding-bottom: 1.38vw;
  margin-bottom: 1.38vw;
  border-bottom: solid 1px #E0E0E0;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text dl {
    font-size: 3.58vw;
    padding-bottom: 5.12vw;
    margin-bottom: 5.12vw;
    flex-wrap: wrap;
  }
}
.modal-wrap .modal-inner .modal-item .text dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.modal-wrap .modal-inner .modal-item .text dl dt {
  width: 9.3vw;
  font-weight: 700;
  color: #EC7289;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text dl dt {
    width: 100%;
    margin-bottom: 2.56vw;
  }
}
.modal-wrap .modal-inner .modal-item .text dl dd {
  width: 18.26vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text dl dd {
    width: 100%;
  }
}
.modal-wrap .modal-inner .modal-item .text dl dd ul li {
  position: relative;
  padding-left: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .modal-wrap .modal-inner .modal-item .text dl dd ul li {
    padding-left: 3.58vw;
  }
}
.modal-wrap .modal-inner .modal-item .text dl dd ul li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

.news-archive-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-archive-wrap .cat-list {
  width: 15.27vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 6.15vw;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list.is-open .cat-list-current {
    position: relative;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list.is-open .cat-list-button {
    width: 6.15vw;
    left: unset;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list.is-open .cat-list-button span {
    scale: 1 1;
  }
}
.news-archive-wrap .cat-list .cat-list-button {
  display: none;
  background: unset;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .cat-list-button {
    position: absolute;
    z-index: 2;
    top: 2.05vw;
    left: 3.07vw;
    right: 3.07vw;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .cat-list-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 6.15vw;
    scale: 1 -1;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .cat-list-button span::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    width: 2.56vw;
    background: url(../img/pict_haschild.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.news-archive-wrap .cat-list .cat-list-current {
  display: none;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .cat-list-current {
    position: relative;
    z-index: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 2.56vw 6.15vw;
    border: solid 2px #E0E0E0;
    border-radius: 3.58vw;
    color: #EC7289;
    font-size: 3.58vw;
    background: #fff;
  }
}
.news-archive-wrap .cat-list .news-category-list {
  font-size: 1.25vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .news-category-list {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: grid;
    gap: 2.05vw;
    padding: 2.56vw 6.15vw;
    border: solid 1px #E0E0E0;
    border-radius: 3.58vw;
    font-size: 3.58vw;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .news-category-list.is-appear {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .news-category-list.is-appear li {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s 0.05s, visibility 0.4s 0.05s;
  }
}
.news-archive-wrap .cat-list .news-category-list li {
  margin-bottom: 1.94vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .news-category-list li {
    opacity: 0;
    visibility: hidden;
    margin-bottom: unset;
  }
}
.news-archive-wrap .cat-list .news-category-list li a {
  letter-spacing: 0;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .cat-list .news-category-list li.current {
    display: block;
  }
}
.news-archive-wrap .cat-list .news-category-list li.current a {
  color: #EC7289;
}
.news-archive-wrap .news-archive-list {
  width: 65.41vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list {
    position: relative;
    z-index: 0;
    width: 100%;
  }
}
.news-archive-wrap .news-archive-list article {
  background: #fff;
  border: solid 1px #E0E0E0;
  border-radius: 1.11vw;
  padding: 2.08vw;
  margin-bottom: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article {
    border-radius: 4.1vw;
    margin-bottom: 4.1vw;
    padding: 4.1vw;
    border: solid 2px #E0E0E0;
  }
}
.news-archive-wrap .news-archive-list article .article-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner {
    align-items: flex-start;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .img {
  width: 16.66vw;
  aspect-ratio: 240/160;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .img {
    aspect-ratio: 1/1;
    width: 26.66vw;
    margin-bottom: 0;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .img img {
    border-radius: 2.05vw;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .text {
  width: 41.66vw;
  padding-top: 0.83vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .text {
    width: 53.84vw;
    padding-top: 0;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .text .article-head {
  width: 100%;
  display: flex;
  padding-bottom: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .text .article-head {
    flex-wrap: wrap;
    padding-bottom: 1.53vw;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .text .article-head .date {
  font-size: 1.11vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 0.97vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .text .article-head .date {
    margin-right: calc(0vw / 1px);
    width: 100%;
    font-size: 3.07vw;
    margin-bottom: 1.53vw;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .text .article-head .cat {
  font-size: 0.83vw;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .text .article-head .cat {
    width: 100%;
    font-size: 3.07vw;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .text .article-head .cat a {
  border: solid 1px #E0E0E0;
  text-decoration: none;
  border-radius: 1.11vw;
  padding: 0 1.11vw;
  line-height: 1;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .text .article-head .cat a {
    border: solid 2px #E0E0E0;
    border-radius: 4.1vw;
    padding: 1.02vw 2.56vw;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .text .article-head .cat a:after {
  display: none;
}
.news-archive-wrap .news-archive-list article .article-inner .text .tit a {
  color: #333333;
  font-size: 1.38vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .text .tit a {
    font-size: 3.58vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.news-archive-wrap .news-archive-list article .article-inner .empty .tit {
  color: #333333;
  font-size: 1.38vw;
}
@media only screen and (max-width: 768px) {
  .news-archive-wrap .news-archive-list article .article-inner .empty .tit {
    font-size: 4.1vw;
  }
}

nav.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 4.86vw;
}
@media only screen and (max-width: 768px) {
  nav.pagination {
    padding-top: 12.3vw;
  }
}
nav.pagination a, nav.pagination span {
  display: flex;
  aspect-ratio: 1/1;
  width: 2.77vw;
  position: relative;
  align-items: center;
  font-size: 1.25vw;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
  color: #333333;
  border: solid 1px #E0E0E0;
  border-radius: 50%;
  margin: 0 0.2vw;
}
@media only screen and (max-width: 768px) {
  nav.pagination a, nav.pagination span {
    font-size: 3.58vw;
    width: 7.17vw;
    margin: 0 0.76vw;
  }
}
nav.pagination a.first, nav.pagination a.last, nav.pagination span.first, nav.pagination span.last {
  aspect-ratio: 140/40;
  width: 9.72vw;
  color: #EC7289;
  font-weight: 500;
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.first, nav.pagination a.last, nav.pagination span.first, nav.pagination span.last {
    aspect-ratio: 1/1;
    width: 7.17vw;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 50%;
    border: solid 1px #E0E0E0;
  }
}
nav.pagination a.first:before, nav.pagination a.last:before, nav.pagination span.first:before, nav.pagination span.last:before {
  content: "";
  display: block;
  width: 2.77vw;
  height: 2.77vw;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.first:before, nav.pagination a.last:before, nav.pagination span.first:before, nav.pagination span.last:before {
    width: 7.17vw;
    height: 7.17vw;
  }
}
nav.pagination a.first, nav.pagination span.first {
  padding-left: 3.12vw;
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.first, nav.pagination span.first {
    padding-left: 0;
  }
}
nav.pagination a.first:before, nav.pagination span.first:before {
  background: url(../img/btn_arrow_first.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.first:before, nav.pagination span.first:before {
    left: -0.1vw;
  }
}
nav.pagination a.last, nav.pagination span.last {
  padding-right: 3.12vw;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.last, nav.pagination span.last {
    padding-right: 0;
  }
}
nav.pagination a.last:before, nav.pagination span.last:before {
  background: url(../img/btn_arrow_last.png) center center no-repeat;
  background-size: 100% 100%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.last:before, nav.pagination span.last:before {
    right: auto;
    left: -0.1vw;
  }
}
nav.pagination a.prev, nav.pagination a.next, nav.pagination span.prev, nav.pagination span.next {
  text-indent: 100%;
  white-space: nowrap;
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.prev, nav.pagination a.next, nav.pagination span.prev, nav.pagination span.next {
    border: solid 1px #E0E0E0;
    border-radius: 50%;
  }
}
nav.pagination a.prev:before, nav.pagination a.next:before, nav.pagination span.prev:before, nav.pagination span.next:before {
  content: "";
  display: block;
  width: 2.77vw;
  height: 2.77vw;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.prev:before, nav.pagination a.next:before, nav.pagination span.prev:before, nav.pagination span.next:before {
    width: 7.17vw;
    height: 7.17vw;
  }
}
nav.pagination a.prev, nav.pagination span.prev {
  margin-left: 1.25vw;
  margin-right: 1.94vw;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.prev, nav.pagination span.prev {
    margin-left: 0;
    margin-right: 7.17vw;
  }
}
nav.pagination a.prev:before, nav.pagination span.prev:before {
  background: url(../img/btn_arrow_prev.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.prev:before, nav.pagination span.prev:before {
    left: auto;
    background: url(../img/btn_arrow_prev.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
nav.pagination a.next, nav.pagination span.next {
  margin-left: 1.94vw;
  margin-right: 1.25vw;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.next, nav.pagination span.next {
    margin-left: 7.17vw;
    margin-right: 0;
  }
}
nav.pagination a.next:before, nav.pagination span.next:before {
  background: url(../img/btn_arrow_next.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  nav.pagination a.next:before, nav.pagination span.next:before {
    background: url(../img/btn_arrow_next.png) center center no-repeat;
    background-size: 100% 100%;
    left: auto;
  }
}
nav.pagination span.current {
  color: #fff;
  background: #EC7289;
}
nav.pagination span.first, nav.pagination span.last, nav.pagination span.prev, nav.pagination span.next {
  opacity: 0.3;
}

.news-page-wrap {
  width: 66.66vw;
  padding: 8.19vw 0 6.94vw;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap {
    width: 100%;
    padding: 13.84vw 4%;
  }
}
.news-page-wrap .news-head {
  width: 100%;
  display: flex;
  padding-bottom: 1.11vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .news-head {
    padding-bottom: 3.07vw;
  }
}
.news-page-wrap .news-head .date {
  font-size: 1.11vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 0.97vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .news-head .date {
    margin-right: 3.58vw;
    font-size: 4.1vw;
  }
}
.news-page-wrap .news-head .cat {
  font-size: 0.83vw;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .news-head .cat {
    font-size: 3.07vw;
  }
}
.news-page-wrap .news-head .cat a {
  border: solid 1px #E0E0E0;
  text-decoration: none;
  border-radius: 1.11vw;
  padding: 0 1.11vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .news-head .cat a {
    border-radius: 4.1vw;
    padding: 0 4.1vw;
  }
}
.news-page-wrap .news-head .cat a:after {
  display: none;
}
.news-page-wrap .news-body {
  padding-bottom: 5.55vw;
  border-bottom: solid 1px #EC7289;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .news-body {
    padding-bottom: 10.25vw;
  }
}
.news-page-wrap .news-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.11vw;
  margin-bottom: 3.47vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .news-thumbnail img {
    border-radius: 4.1vw;
    margin-bottom: 7.69vw;
  }
}
.news-page-wrap h1 {
  font-size: 2.77vw;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 2.5vw;
  border-bottom: solid 2px #EC7289;
  margin-bottom: 5.41vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap h1 {
    font-size: 8.2vw;
    padding-bottom: 7.69vw;
    margin-bottom: 12.82vw;
  }
}
.news-page-wrap h2 {
  display: flex;
  font-size: 2.22vw;
  position: relative;
  width: 100%;
  align-items: center;
  padding-left: 2.63vw;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2.5vw;
}
.news-page-wrap h2:before {
  content: "";
  display: block;
  aspect-ratio: 24/24;
  width: 1.66vw;
  background: url(../img/pict_text_cir.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.83vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap h2:before {
    width: 6.15vw;
    top: 1.53vw;
  }
}
@media only screen and (max-width: 768px) {
  .news-page-wrap h2 {
    font-size: 6.15vw;
    padding-left: 7.17vw;
    margin-bottom: 10.25vw;
    align-items: flex-start;
  }
}
.news-page-wrap h3 {
  display: block;
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size: 1.52vw;
  padding-bottom: 0.83vw;
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap h3 {
    font-size: 5.64vw;
    padding-bottom: 3.07vw;
    margin-bottom: 7.69vw;
  }
}
.news-page-wrap h3:before, .news-page-wrap h3:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-page-wrap h3:before {
  width: 100%;
  background: #e0e0e0;
}
.news-page-wrap h3:after {
  width: 1.52vw;
  background: #EC7289;
}
.news-page-wrap p {
  font-size: 1.25vw !important;
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap p {
    margin-bottom: 7.69vw;
    font-size: 4.1vw !important;
  }
}
.news-page-wrap .marker-pink {
  background: rgba(236, 114, 137, 0.2);
  padding: 0.02em 0.18em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.news-page-wrap .marker-mint {
  background: #E2FBFA;
  padding: 0.02em 0.18em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.news-page-wrap .marker-gray {
  background: #EEEEEE;
  padding: 0.02em 0.18em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.news-page-wrap .wp-block-quote {
  border-left: solid 2px #E0E0E0;
  padding-left: 1.25vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .wp-block-quote {
    padding-left: 4.1vw;
  }
}
.news-page-wrap .is-style-annotation {
  font-size: 0.97vw !important;
  color: #FF4532;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap .is-style-annotation {
    font-size: 3.07vw !important;
  }
}
.news-page-wrap ul {
  font-size: 1.25vw !important;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap ul {
    font-size: 4.1vw !important;
  }
}
.news-page-wrap ul li {
  padding-left: 1.52vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap ul li {
    padding-left: 5.64vw;
  }
}
.news-page-wrap ul li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}
.news-page-wrap ol {
  font-size: 1.25vw !important;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap ol {
    font-size: 4.1vw !important;
  }
}
.news-page-wrap ol li {
  padding-left: 1.52vw;
  position: relative;
  counter-increment: item;
  position: relative;
  padding-left: 1.52vw;
}
@media only screen and (max-width: 768px) {
  .news-page-wrap ol li {
    padding-left: 5.64vw;
  }
}
.news-page-wrap ol li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8em;
  text-align: left;
}
.news-page-wrap a {
  color: #333333;
  text-decoration: underline;
}
.news-page-wrap a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background: url("../img/icon_editor_link.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.news-page-wrap a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background: url("../img/icon_editor_pdf.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.news-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 3.47vw;
}
@media only screen and (max-width: 768px) {
  .news-pagination {
    padding-top: 7.69vw;
  }
}
.news-pagination a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #EC7289;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-pagination a {
    font-size: 4.1vw;
  }
}
.news-pagination a:after {
  display: none;
}
.news-pagination .backtolist {
  width: 8.75vw;
  margin: 0 1.38vw;
}
.news-pagination .backtolist a {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .news-pagination .backtolist {
    width: 32.3vw;
    margin: 0 0;
  }
}
.news-pagination .prev {
  width: 8.75vw;
}
@media only screen and (max-width: 768px) {
  .news-pagination .prev {
    width: 32.3vw;
  }
}
.news-pagination .prev a {
  padding-left: 3.12vw;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .news-pagination .prev a {
    padding-left: 11.53vw;
  }
}
.news-pagination .prev a:before {
  content: "";
  display: block;
  width: 2.77vw;
  height: 2.77vw;
  background: url(../img/btn_arrow_prev.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .news-pagination .prev a:before {
    width: 10.25vw;
    height: 10.25vw;
  }
}
.news-pagination .next {
  width: 8.75vw;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .news-pagination .next {
    width: 32.3vw;
  }
}
.news-pagination .next a {
  padding-right: 3.12vw;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .news-pagination .next a {
    padding-right: 11.53vw;
  }
}
.news-pagination .next a:before {
  content: "";
  display: block;
  width: 2.77vw;
  height: 2.77vw;
  background: url(../img/btn_arrow_next.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .news-pagination .next a:before {
    width: 10.25vw;
    height: 10.25vw;
  }
}

/*# sourceMappingURL=style.css.map */
