a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

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

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.clearfix {
  min-height: 1px;
  height: 1px
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

html {
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:535px) {
  html {
    font-size: clamp(0.1px, 0.256vw, 1.4px)
  }
}

html.fixed {
  height: 100vh
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #333;
  background: #fdf0f3
}

body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll
}

main {
  position: relative;
  background: #fff;
  border-radius: 60px 60px 0 0
}

@media screen and (max-width:1060px) {
  main {
    border-radius: 0;
    overflow: hidden
  }
}

a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none
}

a:focus {
  outline: none
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: none
}

.pc-oi {
  display: inline !important
}

@media screen and (max-width:535px) {
  .pc-oi {
    display: none !important
  }
}

.sp-oi {
  display: none !important
}

@media screen and (max-width:535px) {
  .sp-oi {
    display: inline !important
  }
}

.pc-ob {
  display: block !important
}

@media screen and (max-width:535px) {
  .pc-ob {
    display: none !important
  }
}

.sp-ob {
  display: none !important
}

@media screen and (max-width:535px) {
  .sp-ob {
    display: block !important
  }
}

.img-box {
  font-size: 0;
  width: 100%
}

.img-box img {
  width: 100%;
  height: auto
}

.wrap {
  max-width: 435px;
  margin: 0 auto
}

@media screen and (max-width:535px) {
  .wrap {
    padding: 0 20px
  }
}

.wrap-out {
  max-width: 1440px;
  margin: 0 auto
}

.wrap-of {
  overflow: hidden
}

.link-out {
  pointer-events: none
}

.svg-fill,
.svg-path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

.accordion-sw {
  cursor: pointer
}

.txt-ib span {
  display: inline-block
}

.txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.txt-flex>span:first-of-type {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.tit-box-main img {
  width: 100%;
  height: auto
}

.sticky-wrap {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

@media screen and (min-width:1061px) {
  .sticky-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 30px
  }
}

.sticky-wrap.on {
  opacity: 1
}

@media screen and (min-width:1061px) {
  .sticky-l {
    position: relative;
    width: 440px
  }
}

.sticky-r {
  position: relative;
  width: 535px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-filter: drop-shadow(2.5px 4.33px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2.5px 4.33px 5px rgba(0, 0, 0, 0.2))
}

@media screen and (max-width:1060px) {
  .sticky-r {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
    padding: 0
  }
}

@media screen and (max-width:535px) {
  .sticky-r {
    -webkit-filter: none;
    filter: none
  }
}

.bg-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

@media screen and (max-width:1060px) {
  .bg-wrap {
    display: none
  }
}

.bg-wrap:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 520px;
  height: 100%
}

@media screen and (max-width:1060px) {
  .bg-wrap:before {
    width: 535px
  }
}

.bg-wrap div {
  position: relative
}

.bg-wrap div:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%
}

.bg-wrap div:before {
  -webkit-animation: bg_anime 60s linear infinite;
  animation: bg_anime 60s linear infinite
}

@-webkit-keyframes bg_anime {
  0% {
    margin-top: 0
  }

  to {
    margin-top: -1465px
  }
}

@keyframes bg_anime {
  0% {
    margin-top: 0
  }

  to {
    margin-top: -1465px
  }
}

.bg-wrap .bg-l {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

@media screen and (max-width:1060px) {
  .bg-wrap .bg-l {
    width: calc((100% - 535px) / 2)
  }
}

.bg-wrap .bg-l:before {
  background: url("../img/bg.webp") top right/1184px auto repeat
}

@media screen and (max-width:1060px) {
  .bg-wrap .bg-l:before {
    background-size: 150%
  }
}

.bg-wrap .bg-r {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc((100% - 1116px) * 0.52);
  height: 100%;
  overflow: hidden
}

@media screen and (max-width:1060px) {
  .bg-wrap .bg-r {
    width: calc((100% - 535px) / 2)
  }
}

.bg-wrap .bg-r:before {
  background: url("../img/bg.webp") top left/1184px auto repeat
}

@media screen and (max-width:1060px) {
  .bg-wrap .bg-r:before {
    background-size: 150%
  }
}

.link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0
}

.link-box .link-box-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 410px;
  height: 60px;
  border-radius: 999px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

@media screen and (max-width:535px) {
  .link-box .link-box-in {
    max-width: 410px;
    width: calc(100% - 40px);
    height: 50px
  }
}

.link-box .link-tit {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

@media screen and (max-width:535px) {
  .link-box .link-tit {
    font-size: 14px
  }
}

.link-box .link-arrow,
.link-box .link-blank {
  position: absolute;
  width: 20px;
  right: 16px
}

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

  .link-box .link-arrow,
  .link-box .link-blank {
    width: 16px
  }
}

.link-box .link-arrow svg,
.link-box .link-blank svg {
  width: 100%;
  height: auto
}

.link-box .link-arrow svg .cls-1,
.link-box .link-arrow svg .cls-2,
.link-box .link-arrow svg .cls-3,
.link-box .link-blank svg .cls-1,
.link-box .link-blank svg .cls-2,
.link-box .link-blank svg .cls-3 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

.link-box.link-pink .link-box-in {
  background: #ec6d88;
  border: 2px solid #ec6d88
}

@media screen and (min-width:1061px) {
  .link-box.link-pink .link-box-in:hover {
    background: #fff
  }

  .link-box.link-pink .link-box-in:hover .link-tit {
    color: #ec6d88
  }

  .link-box.link-pink .link-box-in:hover .link-blank .cls-1 {
    fill: #ec6d88
  }

  .link-box.link-pink .link-box-in:hover .link-blank .cls-2,
  .link-box.link-pink .link-box-in:hover .link-blank .cls-3 {
    stroke: #ec6d88
  }

  .link-box.link-pink .link-box-in:hover .link-arrow .cls-1 {
    fill: #ec6d88
  }

  .link-box.link-pink .link-box-in:hover .link-arrow .cls-2 {
    stroke: #ec6d88
  }
}

.link-box.link-tit-long .link-tit {
  padding-right: 20px
}

header {
  position: sticky;
  top: 95px;
  padding-top: 25px
}

@media screen and (max-width:1060px) {
  header {
    position: fixed;
    z-index: 900;
    width: 100%;
    max-width: 535px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0
  }
}

.head-wrap {
  background: #fff;
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 50px
}

@media screen and (max-width:1060px) {
  .head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding: 0 20px;
    border-radius: 0;
    position: relative
  }

  .head-wrap:after {
    position: absolute;
    z-index: 10;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0
  }
}

@media screen and (max-width:535px) {
  .head-wrap {
    height: 70px
  }
}

.head-wrap .head-l {
  width: 246px
}

@media screen and (min-width:1061px) {
  .head-wrap .head-l {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
  }
}

@media screen and (max-width:1060px) {
  .head-wrap .head-l {
    position: relative;
    z-index: 20
  }
}

@media screen and (max-width:535px) {
  .head-wrap .head-l {
    width: 200px
  }
}

.head-wrap .head-l img {
  width: 100%;
  height: auto
}

@media screen and (max-width:1060px) {
  .head-wrap .head-r {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 535px;
    height: calc(100% - 100px);
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    overflow-y: scroll;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .head-wrap .head-r.on {
    top: 100px
  }

  .head-wrap .head-r nav {
    padding-top: 10vh;
    min-height: 700px
  }
}

@media screen and (max-width:535px) {
  .head-wrap .head-r {
    height: calc(100% - 70px)
  }

  .head-wrap .head-r.on {
    top: 70px
  }

  .head-wrap .head-r nav {
    width: 100%;
    padding: 10vh 40px 0
  }
}

.head-wrap .head-btn {
  display: none
}

@media screen and (max-width:1060px) {
  .head-wrap .head-btn {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    min-width: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #ec6d88
  }

  .head-wrap .head-btn .head-btn-in {
    display: block;
    width: 24px;
    height: 12px;
    position: relative
  }

  .head-wrap .head-btn .head-btn-in:after,
  .head-wrap .head-btn .head-btn-in:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .head-wrap .head-btn .head-btn-in:before {
    top: 0
  }

  .head-wrap .head-btn .head-btn-in:after {
    bottom: 0
  }

  .head-wrap .head-btn.on .head-btn-in:before {
    top: 5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }

  .head-wrap .head-btn.on .head-btn-in:after {
    bottom: 5px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
  }
}

@media screen and (max-width:535px) {
  .head-wrap .head-btn {
    width: 40px
  }

  .head-wrap .head-btn .head-btn-in {
    width: 20px;
    height: 10px
  }

  .head-wrap .head-btn.on .head-btn-in:before {
    top: 4px
  }

  .head-wrap .head-btn.on .head-btn-in:after {
    bottom: 4px
  }
}

.head-wrap .nav-tit {
  font-size: 22px;
  font-weight: 700;
  color: #ec6d88;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center
}

@media screen and (max-width:1060px) {
  .head-wrap .nav-tit {
    font-size: 30px
  }
}

@media screen and (max-width:535px) {
  .head-wrap .nav-tit {
    font-size: 22px;
    text-align: left
  }
}

.head-wrap .nav-tit span {
  display: inline-block;
  padding: 0 5px 15px;
  border-bottom: 2px solid #ec6d88
}

.head-wrap ul {
  display: -ms-grid;
  display: grid;
  gap: 35px;
  padding: 0 85px;
  margin: 35px 0 0
}

@media screen and (max-width:1060px) {
  .head-wrap ul {
    max-width: 365px;
    width: 100%;
    margin: 50px auto 0;
    padding: 0
  }
}

@media screen and (max-width:535px) {
  .head-wrap ul {
    margin: 35px 0 0
  }
}

@media screen and (min-width:1061px) {
  .head-wrap .head-nav {
    padding-left: 27px
  }
}

.head-wrap .head-nav a {
  display: inline-block;
  position: relative
}

@media screen and (min-width:1061px) {
  .head-wrap .head-nav a:hover:before {
    opacity: 1
  }
}

.head-wrap .head-nav a:before {
  position: absolute;
  content: "";
  width: 5px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #ec6d88;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

.head-wrap .head-nav span {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em
}

@media screen and (max-width:1060px) {
  .head-wrap .head-nav span {
    font-size: 26px
  }
}

@media screen and (max-width:535px) {
  .head-wrap .head-nav span {
    font-size: 18px
  }
}

.head-wrap .link-box {
  margin: 40px 0 0
}

@media screen and (max-width:1060px) {
  .head-wrap .link-box {
    width: 435px;
    margin: 50px 0 0
  }
}

@media screen and (max-width:535px) {
  .head-wrap .link-box {
    width: 100%
  }
}

.head-wrap .link-box .link-box-in {
  width: 360px
}

@media screen and (max-width:1060px) {
  .head-wrap .link-box .link-box-in {
    width: 100%;
    height: 70px
  }

  .head-wrap .link-box .link-box-in .link-tit {
    font-size: 22px
  }
}

@media screen and (max-width:535px) {
  .head-wrap .link-box .link-box-in {
    height: 60px
  }

  .head-wrap .link-box .link-box-in .link-tit {
    font-size: 14px
  }
}

.sec-main {
  overflow: hidden;
  border-radius: 60px 60px 0 0;
  padding-bottom: 50px
}

@media screen and (max-width:1060px) {
  .sec-main {
    border-radius: 0;
    padding-top: 100px
  }
}

.main-slide-wrap {
  width: 700px;
  margin: 0 -85px;
  -webkit-transform: rotate(-10.7deg);
  transform: rotate(-10.7deg)
}

.main-slide-wrap:before {
  position: absolute;
  z-index: 20;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.main-slide-wrap .img-box {
  padding: 0 10px
}

@media screen and (max-width:535px) {
  .main-slide-wrap .img-box {
    padding: 0 5px
  }
}

.main-slide-wrap .img {
  width: 255px
}

@media screen and (max-width:535px) {
  .main-slide-wrap .img {
    width: 200px
  }
}

.main-slide-top {
  margin-top: -37px
}

@media screen and (max-width:1060px) {
  .main-slide-top {
    margin-top: -47px
  }
}

@media screen and (max-width:535px) {
  .main-slide-top {
    margin-top: -80px
  }
}

.main-tit {
  width: 472px;
  margin: 30px auto 20px
}

@media screen and (max-width:535px) {
  .main-tit {
    width: 100%;
    margin: 40px 0 30px;
    padding: 0 30px
  }
}

.main-tit img {
  width: 100%;
  height: auto
}

@media screen and (max-width:535px) {
  .main-slide-bot {
    margin-top: calc(-40px + 4vw)
  }
}

.sec-about {
  padding-top: 50px
}

.about-box .tit {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5
}

@media screen and (max-width:535px) {
  .about-box .tit {
    font-size: 26px
  }
}

.about-box .txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 30px 0 0
}

@media screen and (max-width:535px) {
  .about-box .txt {
    font-size: 16px
  }
}

.guide-wrap {
  margin: 100px 0 0
}

@media screen and (max-width:535px) {
  .guide-wrap {
    margin: 60px 0 0
  }
}

.guide-box article {
  position: relative;
  border-radius: 40px 40px 0 0;
  padding-top: 50px;
  padding-bottom: 90px;
  color: #fff
}

@media screen and (max-width:535px) {
  .guide-box article {
    border-radius: 30px 30px 0 0;
    padding-top: 30px
  }
}

.guide-box article:last-of-type {
  padding-bottom: 50px
}

.guide-box article:first-of-type {
  background: #e84b6c
}

.guide-box article:nth-of-type(2) {
  background: #ec6d88
}

.guide-box article:nth-of-type(3) {
  background: #f691a6
}

.guide-box article+article {
  margin: -45px 0 0
}

.guide-box .img-box {
  position: relative
}

.guide-box .img-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #333;
  border-radius: 20px;
  top: 6px;
  left: 6px
}

.guide-box .img {
  position: relative;
  aspect-ratio: 435/290;
  border: 2px solid #333;
  border-radius: 20px;
  overflow: hidden
}

.guide-box img,
.guide-box video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.guide-box .txt-box {
  margin: 25px 0 0
}

.guide-box .tit {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em
}

@media screen and (max-width:535px) {
  .guide-box .tit {
    font-size: 22px
  }
}

.guide-box .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin: 10px 0 0
}

@media screen and (max-width:535px) {
  .guide-box .txt {
    font-size: 14px
  }
}

.head-slide-wrap {
  position: relative
}

.head-slide-wrap .ico {
  position: absolute
}

.head-slide-wrap .tit {
  position: relative;
  z-index: 20;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 15px
}

@media screen and (max-width:535px) {
  .head-slide-wrap .tit {
    font-size: 28px;
    margin-top: 20px
  }
}

.head-slide {
  padding-top: 60px;
  overflow: hidden
}

@media screen and (max-width:535px) {
  .head-slide {
    padding-top: 40px
  }
}

.head-slide-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px
}

.head-slide-in img {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (max-width:535px) {
  .sec-mentor .head-slide-wrap .tit {
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff)
  }
}

.sec-mentor .head-slide-in {
  -webkit-animation: slide_mentor 10s linear infinite;
  animation: slide_mentor 10s linear infinite
}

.sec-mentor .ico {
  z-index: 20;
  width: 200px;
  min-width: 0;
  aspect-ratio: 4/5;
  background: url("../img/mentor-ico.webp") center/cover no-repeat;
  top: 20px;
  right: -25px
}

@media screen and (max-width:535px) {
  .sec-mentor .ico {
    width: 140px;
    top: 30px;
    right: -30px
  }
}

.sec-mentor .link-box {
  margin: 30px 0 0
}

@-webkit-keyframes slide_mentor {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px)
  }
}

@keyframes slide_mentor {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px)
  }
}

.mentor-slide-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0
}

@media screen and (max-width:535px) {
  .mentor-slide-indicator {
    padding: 0 20px
  }
}

.mentor-slide-indicator .slick-dots {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-right: 40px
}

@media screen and (max-width:535px) {
  .mentor-slide-indicator .slick-dots {
    gap: 20px;
    margin-right: 30px
  }
}

.mentor-slide-indicator .slick-dots li {
  width: 10px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #e5e5e5;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

@media screen and (max-width:535px) {
  .mentor-slide-indicator .slick-dots li {
    width: 8px
  }
}

.mentor-slide-indicator .slick-dots .slick-active {
  background: #ec6d88
}

.mentor-slide-indicator .slick-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  min-width: 0;
  aspect-ratio: 1/1;
  border: 2px solid #333;
  background: #ffe467;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

@media screen and (min-width:1061px) {
  .mentor-slide-indicator .slick-arrow:hover {
    background: #333
  }

  .mentor-slide-indicator .slick-arrow:hover .cls-1 {
    fill: #ffe467
  }

  .mentor-slide-indicator .slick-arrow:hover .cls-2,
  .mentor-slide-indicator .slick-arrow:hover .cls-3 {
    stroke: #ffe467
  }
}

@media screen and (max-width:535px) {
  .mentor-slide-indicator .slick-arrow {
    width: 40px
  }
}

.mentor-slide-indicator .slick-arrow svg {
  width: 20px
}

@media screen and (max-width:535px) {
  .mentor-slide-indicator .slick-arrow svg {
    width: 16px
  }
}

.mentor-slide-indicator .slick-arrow .cls-1 {
  fill: #333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

.mentor-slide-indicator .slick-arrow .cls-2,
.mentor-slide-indicator .slick-arrow .cls-3 {
  stroke: #333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

.mentor-slide-indicator .slick-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mentor-slide-indicator .slick-next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px
}

@media screen and (max-width:535px) {
  .mentor-slide-indicator .slick-next {
    margin-left: 10px
  }
}

.sec-internship {
  margin-top: 100px;
  background: #ec6d88;
  border-radius: 40px 40px 0 0;
  padding-bottom: 90px
}

.sec-internship .head-slide-in {
  -webkit-animation: slide_internship 13.4s linear infinite;
  animation: slide_internship 13.4s linear infinite
}

.sec-internship .ico {
  width: 350px;
  min-width: 0;
  aspect-ratio: 70/88;
  background: url("../img/internship-ico.webp") center/cover no-repeat;
  top: 20px;
  right: -85px
}

@media screen and (max-width:535px) {
  .sec-internship .ico {
    width: 280px
  }
}

.sec-internship .head-slide-wrap .tit {
  color: #fff
}

@media screen and (max-width:535px) {
  .sec-internship .head-slide-wrap .tit {
    -webkit-filter: drop-shadow(0 0 5px #ec6d88);
    filter: drop-shadow(0 0 5px #ec6d88)
  }
}

.sec-internship .link-box {
  margin: 30px 0 0
}

@-webkit-keyframes slide_internship {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-510px);
    transform: translateX(-510px)
  }
}

@keyframes slide_internship {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-510px);
    transform: translateX(-510px)
  }
}

.internship-box {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0 20px
}

.internship-box article {
  background: #fff;
  padding: 30px;
  border-radius: 20px
}

@media screen and (max-width:535px) {
  .internship-box article {
    max-width: 435px;
    padding: 20px;
    margin: 0 auto
  }
}

.internship-box .txt-box {
  margin: 25px 0 0
}

.internship-box .tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5
}

@media screen and (max-width:535px) {
  .internship-box .tit {
    font-size: 18px
  }
}

.internship-box .tit+.txt {
  margin: 10px 0 0
}

.internship-box .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5
}

@media screen and (max-width:535px) {
  .internship-box .txt {
    font-size: 14px
  }
}

.movie-box-wrap {
  margin: 40px 0 0
}

.movie-box-wrap .tit-box .tit {
  width: 180px;
  margin: 0 auto
}

.movie-box-wrap .tit-box .tit img {
  width: 100%;
  height: auto
}

.movie-box-wrap .txt-box {
  margin: 25px 0 0;
  color: #fff
}

.movie-box-wrap .txt-box .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em
}

@media screen and (max-width:535px) {
  .movie-box-wrap .txt-box .tit {
    font-size: 18px
  }
}

.movie-box-wrap .txt-box .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 10px 0 0
}

@media screen and (max-width:535px) {
  .movie-box-wrap .txt-box .txt {
    font-size: 14px
  }
}

.movie-box {
  aspect-ratio: 16/9;
  margin: 30px 0 0
}

.movie-box lite-youtube {
  width: 100%;
  height: 100%
}

.movie-box lite-youtube.lyt-activated {
  background: none !important
}

.movie-box .lty-playbtn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease
}

.sec-faculty {
  padding-top: 50px
}

.faculty-box {
  background: #fdf0f3;
  padding-bottom: 20px
}

.faculty-box .tit img {
  width: 100%;
  height: auto
}

.faculty-box .link-box {
  margin: 15px 0 0
}

.faculty-box .link-box .link-box-in {
  width: 385px
}

@media screen and (max-width:535px) {
  .faculty-box .link-box .link-box-in {
    width: calc(100% - 40px)
  }
}

.sec-career .head-slide {
  padding-top: 80px
}

@media screen and (max-width:535px) {
  .sec-career .head-slide {
    padding-top: 60px
  }
}

.sec-career .head-slide-in {
  -webkit-animation: slide_career 10.58s linear infinite;
  animation: slide_career 10.58s linear infinite
}

@media screen and (max-width:535px) {
  .sec-career .tit {
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff)
  }
}

.sec-career .ico {
  z-index: 20;
  width: 200px;
  min-width: 0;
  aspect-ratio: 40/43;
  background: url("../img/career-ico.webp") center/cover no-repeat;
  top: 45px;
  right: 0
}

@media screen and (max-width:535px) {
  .sec-career .ico {
    top: 60px;
    width: 140px
  }
}

@-webkit-keyframes slide_career {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-402px);
    transform: translateX(-402px)
  }
}

@keyframes slide_career {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-402px);
    transform: translateX(-402px)
  }
}

.career-head {
  margin: 40px 0 0
}

.career-head .tit img {
  width: 100%;
  height: auto
}

.career-head .sub {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin: 20px 0 0
}

@media screen and (max-width:535px) {
  .career-head .sub {
    font-size: 18px
  }
}

.career-head .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin: 10px 0 0
}

@media screen and (max-width:535px) {
  .career-head .txt {
    font-size: 14px
  }
}

.career-head .txt span {
  padding-right: 5px
}

.career-body {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  padding: 0 40px;
  margin: 30px 0 0
}

@media screen and (max-width:535px) {
  .career-body {
    gap: 20px;
    padding: 0 20px
  }
}

.career-body article {
  padding: 38px;
  border: 2px solid #333;
  border-radius: 20px
}

@media screen and (max-width:535px) {
  .career-body article {
    max-width: 435px;
    padding: 20px;
    margin: 0 auto
  }
}

.career-body .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.career-body .img-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 190px;
  background: #fdf0f3
}

@media screen and (max-width:535px) {
  .career-body .img-box:before {
    height: 100px
  }
}

.career-body .img-box img {
  display: block;
  position: relative
}

.career-body .txt-box {
  margin: 30px 0 0
}

.career-body .name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em
}

@media screen and (max-width:535px) {
  .career-body .name {
    font-size: 14px
  }
}

.career-body .comp {
  font-size: 20px;
  font-weight: 700;
  color: #ec6d88;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 12px 0 0
}

@media screen and (max-width:535px) {
  .career-body .comp {
    font-size: 18px
  }
}

.career-body .tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 5px 0 0
}

@media screen and (max-width:535px) {
  .career-body .tit {
    font-size: 18px
  }
}

.career-body .comp-box {
  background: #e5e5e5;
  padding: 20px;
  margin: 20px 0 0
}

.career-body .sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em
}

.career-body .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 10px 0 0
}

.career-body sup {
  vertical-align: top;
  font-size: 10px
}

.career-body .note {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin: 5px 0 0
}

.sec-topics {
  margin: 80px 0 0;
  background: #eee;
  border-radius: 40px 40px 0 0;
  padding-top: 80px;
  padding-bottom: 80px
}

@media screen and (max-width:535px) {
  .sec-topics {
    margin: 60px 0 0;
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.sec-topics .tit-box {
  text-align: center
}

.topics-box {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin: 50px 0 0
}

.topics-box .img-box {
  border: 2px solid #333;
  border-radius: 20px;
  overflow: hidden
}

.topics-box .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.topics-box .txt-box {
  margin: 15px 0 0
}

.topics-box .tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5
}

@media screen and (max-width:535px) {
  .topics-box .tit {
    font-size: 18px
  }
}

.topics-box .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin: 8px 0 0
}

@media screen and (max-width:535px) {
  .topics-box .txt {
    font-size: 14px
  }
}

.topics-box .copy {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 5px 0 0
}

.sec-foot {
  padding-top: 80px;
  padding-bottom: 60px
}

@media screen and (max-width:535px) {
  .sec-foot {
    padding-top: 60px
  }
}

.sec-foot .link-box {
  margin: 80px 0 0
}

@media screen and (max-width:535px) {
  .sec-foot .link-box {
    margin: 60px 0 0
  }
}

.sec-foot .ico {
  width: 377px;
  min-width: 0;
  aspect-ratio: 754/418;
  background: url("../img/foot-ico.webp") center/cover no-repeat;
  margin: 20px auto 0
}

@media screen and (max-width:535px) {
  .sec-foot .ico {
    width: calc(100% - 40px)
  }
}

.foot-slide-wrap {
  position: relative;
  font-size: 0
}

.foot-slide-wrap:before {
  position: absolute;
  z-index: 20;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.foot-slide-wrap .img {
  padding: 0 10px;
  font-size: 0
}

@media screen and (max-width:535px) {
  .foot-slide-wrap .img img {
    width: calc(100vw - 120px);
    min-width: 255px;
    height: auto
  }
}

footer {
  border-top: 1px solid #ccc;
  background: #fff;
  padding: 60px 0 30px;
  border-radius: 0 0 60px 60px
}

@media screen and (max-width:1060px) {
  footer {
    border-radius: 0
  }
}

footer .logo {
  width: 294px;
  margin: 0 auto
}

@media screen and (max-width:535px) {
  footer .logo {
    width: 200px
  }
}

footer .logo img {
  width: 100%;
  height: auto
}

footer .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0 0
}

footer .copy {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 40px 0 0
}

.insta_link {
  text-align: center;
  margin-block-start: 1.6rem;
}

.insta_link a {
  display: block;
}

.insta_link a img {
  display: inline-block;
}

@media screen and (max-width: 535px) {
  .insta_link {
    margin-block-start: 20px;
  }
}