@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
b,
em,
i,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
mark,
time,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
button,
input,
textarea,
select,
i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 393px) {
  html {
    font-size: calc(100vw * 10 / 393);
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #282828;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Alexandria", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -5rem;
}

.c_btn a {
  background: #fff;
  border-radius: 3em;
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 3rem;
  height: 6rem;
  padding-top: .2em;
  border: solid 1px #EB8145;
  display: flex;
  align-items: center;
  position: relative;
  color: #EB8145;
}

.c_btn a.b {
  color: #4D6DA0;
  border-color: #4D6DA0;
}

.c_btn a.b:before {
  background-color: #4D6DA0;
}

.c_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 3em;
  background: #EB8145 url(../img/arw-right02.svg) no-repeat 50%/1.6rem;
  height: 2.5rem;
  width: 4rem;
  right: 3rem;
}

.c_ttl {
  font-weight: bold;
  font-size: 3.61rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.c_ttl i {
  display: block;
  font-family: "Alexandria", sans-serif;
  color: #EB8145;
  font-size: 1.83rem;
  font-weight: 400;
}

.btn_pdf a {
  display: flex;
  align-items: center;
  border: solid 1px #DADADA;
  height: 6.3rem;
  font-size: 2.06rem;
  font-weight: bold;
  border-left: solid 0.8rem #4D6DA0;
  border-radius: 0 1.008rem 1.008rem 0;
  padding-left: .7em;
  background: url(../img/ico-blank02.svg) no-repeat calc(100% - 2rem) center/2.7rem;
}

.top_nav {
  padding: 4.3rem 0 0;
}

.nav_btn a {
  border-radius: 2rem;
  padding: 2rem;
  height: 20rem;
  display: flex;
  background: #4D6DA0;
  justify-content: space-between;
  color: #fff;
}

.nav_btn dl {
  margin-top: .5rem;
  width: 19rem;
}

.nav_btn dt {
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: .02em;
  margin-bottom: .5em;
}

.nav_btn dt small {
  font-size: 1.8rem;
  margin-right: .5em;
}

.nav_btn dd {
  font-size: 1.2rem;
  letter-spacing: .03em;
  position: relative;
}

.nav_btn p {
  display: inline-block;
  background: url(../img/ico-blank.svg) no-repeat right 0.1em/1.6rem;
  border-bottom: dotted 1px #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .03em;
  padding-right: 1.5em;
  padding-bottom: .6em;
  margin-top: 1.5em;
}

.nav_btn .open {
  margin-bottom: 2rem;
  display: block;
  background: #EB8145;
}

.nav_btn .open dt {
  margin-bottom: .35em;
}

.nav_btn .open p {
  margin-top: 1.3em;
}

.nav_btn .open dd {
  display: flex;
  justify-content: space-between;
}

.nav_btn .open dl {
  width: auto;
}

.nav_btn .open figure {
  width: 12.2rem;
  margin-top: -.5rem;
}

.nav_btn .req figure {
  width: 10.6rem;
  margin-top: 1rem;
}

.nav_btn .line {
  background: #4CC764;
  margin-top: 2rem;
  padding-right: 2.87rem;
}

.nav_btn .line dt {
  margin-bottom: .35em;
}

.nav_btn .line p {
  margin-top: 1.3em;
}

.nav_btn .line figure {
  width: 12.6rem;
  margin-top: 1.5rem;
}

.nav_link {
  margin-top: 3rem;
}

.nav_link li {
  margin-bottom: .6rem;
}

.nav_link a {
  background: #FBF3EB url(../img/arw-right05.svg) no-repeat calc(100% - 2rem) center/2.4rem;
  display: flex;
  align-items: center;
  height: 7.1rem;
  padding-left: 2.2rem;
  font-weight: bold;
  letter-spacing: .02em;
  border-radius: .4rem;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
  }

  30% {
    opacity: .5;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
  }

  30% {
    opacity: .5;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.zoom {
  overflow: hidden;
}

.zoom img {
  transform: scale(1.1);
  opacity: 0;
  transition: .8s;
  transition-property: transform, opacity;
}

.zoom.show img {
  transform: none;
  opacity: 1;
}

/* .effect_ttl em {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translate3d(1em, 0, 0);
  display: inline-block;
}

.effect_ttl.show em {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: none !important;
}

.effect_ttl.show em:nth-child(1) {
  transition-delay: 0s;
}

.effect_ttl.show em:nth-child(2) {
  transition-delay: 0.1s;
}

.effect_ttl.show em:nth-child(3) {
  transition-delay: 0.2s;
}

.effect_ttl.show em:nth-child(4) {
  transition-delay: 0.3s;
}

.effect_ttl.show em:nth-child(5) {
  transition-delay: 0.4s;
}

.effect_ttl.show em:nth-child(6) {
  transition-delay: 0.5s;
}

.effect_ttl.show em:nth-child(7) {
  transition-delay: 0.6s;
}

.effect_ttl.show em:nth-child(8) {
  transition-delay: 0.7s;
}

.effect_ttl.show em:nth-child(9) {
  transition-delay: 0.8s;
}

.effect_ttl.show em:nth-child(10) {
  transition-delay: 0.9s;
}

.effect_ttl.show em:nth-child(11) {
  transition-delay: 1s;
}

.effect_ttl.show em:nth-child(12) {
  transition-delay: 1.1s;
}

.effect_ttl.show em:nth-child(13) {
  transition-delay: 1.2s;
}

.effect_ttl.show em:nth-child(14) {
  transition-delay: 1.3s;
}

.effect_ttl.show em:nth-child(15) {
  transition-delay: 1.4s;
}

.effect_ttl.show em:nth-child(16) {
  transition-delay: 1.5s;
}

.effect_ttl.show em:nth-child(17) {
  transition-delay: 1.6s;
}

.effect_ttl.show em:nth-child(18) {
  transition-delay: 1.7s;
}

.effect_ttl.show em:nth-child(19) {
  transition-delay: 1.8s;
}

.effect_ttl.show em:nth-child(20) {
  transition-delay: 1.9s;
}

.effect_ttl.show em:nth-child(21) {
  transition-delay: 2s;
}

.effect_ttl.show em:nth-child(22) {
  transition-delay: 2.1s;
}

.effect_ttl.show em:nth-child(23) {
  transition-delay: 2.2s;
}

.effect_ttl.show em:nth-child(24) {
  transition-delay: 2.3s;
}

.effect_ttl.show em:nth-child(25) {
  transition-delay: 2.4s;
}

.effect_ttl.show em:nth-child(26) {
  transition-delay: 2.5s;
}

.effect_ttl.show em:nth-child(27) {
  transition-delay: 2.6s;
}

.effect_ttl.show em:nth-child(28) {
  transition-delay: 2.7s;
}

.effect_ttl.show em:nth-child(29) {
  transition-delay: 2.8s;
}

.effect_ttl.show em:nth-child(30) {
  transition-delay: 2.9s;
} */

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .u_inner {
    width: 108rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 641px) {
  .is_sp {
    display: none;
  }

  .is_tel {
    pointer-events: none;
    cursor: default;
  }

  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .is_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

.h_logo {
  position: fixed;
  top: 0;
  z-index: 50;
}

@media screen and (max-width: 880px) {
  .h_logo {
    left: 0;
  }
}

@media screen and (min-width: 881px) {
  .h_logo {
    width: 64.5rem;
    right: 0;
  }
}

@media screen and (min-width: 1250px) {
  .h_logo {
    left: 50%;
  }
}

.h_logo a {
  overflow: hidden;
}

.h_logo img {
  border-radius: 0 0 3rem 0;
  width: 13.4rem;
  position: relative;
  left: -.5rem;
}

@media screen and (max-width: 880px) {
  .fixed_side {
    display: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 880px) {

  main,
  footer,
  .fixed_cource {
    width: 39.3rem;
  }

  #toggle_menu {
    width: calc(100% - 39.3rem);
  }
}

@media screen and (min-width: 881px) {

  main,
  footer {
    margin-left: auto;
    margin-right: 25rem;
    width: 39.3rem;
  }

  .fixed_cource {
    width: 39.3rem;
    left: calc(100% - 64.5rem);
    margin: 0;
  }

  .fixed_side {
    width: calc(100% - 64.5rem);
  }

  #toggle_menu {
    width: 25rem;
  }
}

@media screen and (min-width: 1250px) {

  main,
  footer,
  .fixed_cource {
    width: calc(50% - 25rem);
  }

  .fixed_cource {
    left: 50%;
  }

  .fixed_side {
    width: 50%;
  }
}

.h_nav {
  border-top: solid 1px rgba(221, 221, 221, 0.35);
  margin-top: 2rem;
}

.h_nav li {
  border-bottom: solid 1px rgba(221, 221, 221, 0.35);
}

.h_nav a {
  font-weight: bold;
  background: url(../img/arw-right01.svg) no-repeat right center/1.8rem;
  padding: 1em 0;
}

.fixed_footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 40;
  padding: 2rem;
}

.fixed_footer li {
  width: 60%;
}

.fixed_footer li+li {
  width: calc(40% - 1rem);
}

#header .h_btn {
  margin-top: 4rem;
}

#header .h_btn li {
  margin-top: 2rem;
}

.fixed_footer .h_btn {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.h_btn a {
  background: #EB8145;
  color: #fff;
  border-radius: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.3rem;
  font-size: 1.7rem;
  font-weight: bold;
  gap: 1.2rem;
}

.h_btn img {
  width: 2rem;
}

.h_btn .doc {
  background: #4D6DA0;
  letter-spacing: .12em;
}

.fixed_side {
  background: url(../img/pc-bg.png) no-repeat 50%/cover;
  left: 0;
  position: fixed;
  height: 100%;
  top: 0;
  text-align: center;
}

.fixed_side .chara {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
}

.fixed_side .chara img {
  width: 20.8rem;
}

.fixed_side dl {
  position: absolute;
  bottom: 2rem;
  width: 100%;
}

.fixed_side dt {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: .8em;
}

.fixed_side dd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}

.fixed_side dd img {
  width: 3.2rem;
}

#toggle_menu {
  position: fixed;
  overflow-y: auto;
  height: 100%;
  top: 0;
  right: 0;
  background: #FBF3EB;
  padding: 12rem 1.9rem 5rem;
}

@media screen and (max-width: 640px) {
  #toggle_menu {
    width: 100%;
    z-index: 45;
  }
}

@media screen and (max-width: 640px) {
  .h_menu {
    position: fixed;
    right: 1.8rem;
    top: 1.8rem;
    z-index: 65;
    cursor: pointer;
  }

  .h_menu img {
    width: 4.5rem;
  }

  body.open {
    overflow-y: hidden;
  }

  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn 1s;
  }

  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
  }
}

#footer {
  padding: 8.6rem 0 10rem;
  position: relative;
  background: #FBF3EB;
  font-weight: 500;
  text-align: center;
}

#footer:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 0 0 4rem 4rem;
  top: 0;
  left: 0;
  height: 3.4rem;
  z-index: 1;
}

.f_sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
  margin-bottom: 3.2rem;
}

.f_sns a {
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  border-radius: .8rem;
  background: #fff url(../img/f-blank01.svg) no-repeat calc(100% - .8rem) 0.8rem/1.6rem;
  border: solid 1px #DDDFE2;
  height: 6.4rem;
  padding-left: 2rem;
  gap: 1rem;
  letter-spacing: .023em;
}

.f_sns img {
  width: 4rem;
}

.f_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
  margin-bottom: 2.5rem;
}

.f_nav li {
  border-top: solid 1px #ddd;
}

.f_nav a {
  font-size: 1.41rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 5.95rem;
  background: url(../img/arw-right01.svg) no-repeat right center/1.8rem;
}

.f_info {
  font-size: 1.41rem;
  margin-bottom: 2.5rem;
}

.f_info .link a {
  background: #fff;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  border: solid 1px #DDDFE2;
  background: #fff url(../img/f-blank01.svg) no-repeat calc(100% - .8rem) 0.8rem/1.6rem;
}

.f_info .link img {
  width: 18.6rem;
}

.f_info dt {
  font-weight: bold;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 1rem;
}

.f_info dt:before,
.f_info dt:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #ddd;
  width: 50%;
  top: 50%;
  margin-left: -2em;
}

.f_info dt:before {
  translate: -100% 0;
}

.f_info dt:after {
  margin-left: 2em;
}

.f_info dd {
  margin-bottom: 3.5rem;
  font-size: 1.314rem;
  line-height: 1.84;
}

.f_info dd small {
  font-size: 1.01rem;
}

.f_info dd i {
  font-size: 1.21rem;
}

.f_info p {
  line-height: 1.71;
}

.f_info .map {
  text-decoration: underline;
  color: #0C035C;
  background: url(../img/f-blank02.svg) no-repeat right 0.2em/1.6rem;
  display: inline-block;
  padding-right: 1.4em;
  margin-bottom: 2.5rem;
}

.f_open {
  margin-bottom: 6.5rem;
}

.f_open a {
  color: #0C035C;
  text-decoration: underline;
  font-size: 1.41rem;
}

.f_logo {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.f_logo small {
  font-size: 1.41rem;
  display: block;
}

.f_copy {
  font-size: 1rem;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  background: #C1E4F7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .5s ease-in-out;
}

#loading p {
  margin-bottom: 10rem;
}

#loading p img {
  width: 28.6rem;
}

#loading .mic {
  width: 13.3rem;
  display: block;
  margin: 0 auto;
  animation: fuwafuwa 2.5s infinite ease-in-out;
}

#loading.load {
  opacity: 0;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, -8rem) rotate(-20deg);
  }

  50% {
    transform: translate(0, 0);
  }

  75% {
    transform: translate(0, -8rem) rotate(5deg);
  }

  100% {
    transform: translate(0, 0);
  }
}

.top_main {
  background: #C2E5F8;
  position: relative;
  padding: 3rem 0 2rem;
}

.top_main .catch {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 38rem;
  bottom: -7rem;
}

.img_slider {
  display: flex;
  overflow: hidden;
}

.img_slider p {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
  gap: 0;
}

.img_slider img {
  max-width: none;
  width: 28.32625rem;
  margin-left: -4rem;
}

.img_slider .b {
  width: 25.9625rem;
  margin-top: 3.5rem;
}

.txt_slider {
  display: flex;
  overflow: hidden;
  gap: 3.5rem;
  /* border-top: solid 1px #4D6DA0;
  border-bottom: solid 1px #4D6DA0; */
  padding: 1rem 0;
  background: #fff;
}

.txt_slider ul {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
  gap: 3.5rem;
  white-space: nowrap;
}

.txt_slider li {
  font-size: 1.4rem;
  color: #4D6DA0;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.top_pickup {
  background: #FBF3EB;
  padding: 10rem 0 5rem;
  border-radius: 0 0 4rem 4rem;
}

.top_pickup .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

/* .top_pickup .slide {
  margin-top: -4rem;
} */

.top_pickup .swiper-slide-active {
  z-index: 1;
}

.top_pickup figure {
  overflow: hidden;
  display: flex;
  justify-content: center;
  aspect-ratio: 323 / 215;
}

.top_pickup figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .8rem;
}

.top_pickup .video {
  position: relative;
}

.top_pickup .video img {
  width: auto;
}

.top_pickup li a {
  display: block;
}

.top_pickup li p {
  font-weight: bold;
  font-size: 1.57rem;
  margin-top: 1.8rem;
}

/* .top_pickup li p:has(time) {
  margin-top: 0;
  text-align: right;
  margin-bottom: .6em;
}

.top_pickup li i {
  font-weight: 400;
  font-size: 1.2rem;
  border: solid 1px #282828;
  padding: .2em .5em;
}

.top_pickup li time {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: .3em;
} */

.top_pickup .ctrl {
  display: flex;
  justify-content: space-between;
  margin: 3.5rem 0 4rem;
}

.top_pickup .btn {
  display: flex;
  gap: 1rem;
}

.top_pickup .btn img {
  width: 5.5rem;
  cursor: pointer;
}

.top_pickup .pager {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.top_pickup .swiper-pagination-bullet {
  height: .6rem;
  width: .6rem;
  border-radius: 50%;
  cursor: pointer;
  background: #CDD5E2;
  position: relative;
  transition: .3s;
  transition-property: width, height;
}

.top_pickup .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #4D6DA0;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s;
}

.top_pickup .swiper-pagination-bullet-active {
  width: 1.7rem;
  height: 1.7rem;
}

.top_pickup .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.top_cource {
  padding: 3rem 0 4rem;
  background: #fff;
  border-radius: 0 0 4rem 4rem;
  position: relative;
  z-index: 1;
}

.top_cource li {
  border-top: solid 1px #ddd;
}

.top_cource li a {
  padding: 2.5rem 0;
  display: block;
}

.top_cource .head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 2rem 1.8rem;
  background: url(../img/arw-right03.svg) no-repeat right center/2.7rem;
}

.top_cource .head img {
  width: 7.2rem;
}

.top_cource .head p {
  font-size: 1.3rem;
  line-height: 1.38;
}

.top_cource .ttl {
  line-height: 1.24;
  font-weight: bold;
  font-size: 2.09rem;
  margin-bottom: 1.2rem;
}

.top_cource dl {
  margin: 2rem 2rem 0;
}

.top_cource dt {
  font-weight: bold;
  font-size: 1.31rem;
  color: #EB8145;
  margin-bottom: .8em;
}

.top_cource dd {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.top_cource dd i {
  background: #FBF3EB;
  font-weight: 500;
  font-size: 1.31rem;
  padding: .1em .5em;
}

.top_oc {
  padding: 7rem 0 5rem;
  border-radius: 0 0 4rem 4rem;
  overflow: hidden;
  margin-top: -3.5rem;
}

.top_oc .sub {
  background: #fff;
  border: solid 1px #282828;
  border-radius: .4rem;
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-block;
  padding: .3em 1em 0;
  position: relative;
  margin-bottom: 2rem;
}

.top_oc .sub:before,
.top_oc .sub:after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: .7rem;
  height: .7rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #fff;
  bottom: -.5rem;
}

.top_oc .sub:after {
  background: #282828;
  margin-bottom: -2px;
  z-index: -1;
}

.top_oc .next {
  position: absolute;
  background: url(../img/idx-oc-bg.svg) no-repeat 50%/contain;
  width: 15rem;
  height: 16rem;
  right: 1.5rem;
  color: #fff;
  top: 6rem;
  text-align: center;
  font-weight: bold;
  padding-top: 3.8rem;
}

.top_oc .next dt {
  font-size: 1.21rem;
  text-decoration: underline;
  margin-bottom: .5em;
}

.top_oc .next i {
  font-size: 3.63rem;
  line-height: 1;
}

.top_oc .next small {
  font-size: .97rem;
}

.top_oc .next p {
  background: #fff;
  display: inline-block;
  color: #EB8145;
  font-size: 1.21rem;
  font-weight: 500;
  border-radius: .4rem;
  padding: .1em .5em;
  margin-top: .6em;
  letter-spacing: .02em;
}

.top_oc .img1 {
  width: 68.36158%;
}

.top_oc .img1 img {
  border-radius: 2rem;
}

.top_oc .img2 {
  display: flex;
  gap: .8rem;
  margin: .8rem 0 2.5rem;
  width: 87.00565%;
  margin-left: auto;
}

.top_oc .img2 img {
  border-radius: 2rem;
}

.top_oc .img2 figure {
  flex: 1;
}

.top_oc .lead {
  font-size: 1.3rem;
  line-height: 1.84;
  margin-bottom: 3rem;
}

.top_oc ul {
  margin-bottom: 3.6rem;
}

.top_oc li {
  margin-bottom: 1.6rem;
}

.top_oc li a {
  display: flex;
  background: #fff;
  justify-content: space-between;
  padding: 1.6rem;
  border-radius: 1.008rem;
  position: relative;
  border: solid 1px #ddd;
}

.top_oc li p:nth-child(1) {
  font-size: 1rem;
  background: #E4D3C3;
  padding: .2em .3em 0;
  white-space: nowrap;
  margin-bottom: 1em;
}

.top_oc li p:nth-child(1) i {
  font-size: 1.31rem;
}

.top_oc li p:nth-child(2) {
  font-weight: bold;
  font-size: 1.41rem;
  line-height: 1.42;
}

.top_oc li p:nth-child(3) {
  position: absolute;
  right: 1.6rem;
  bottom: 1.2rem;
  font-size: 1.11rem;
  color: #EB8145;
}

.top_oc li figure {
  width: 16.1rem;
}

.top_oc li img {
  aspect-ratio: 323 / 215;
  object-fit: cover;
  width: 100%;
}

.top_oc li .desc {
  width: calc(100% - 17.3rem);
}

.bg_plaid {
  position: relative;
  background: #FBF3EB;
  z-index: 0;
}

.bg_plaid:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, transparent calc(1rem - 1px), #f4e8dc 1rem), linear-gradient(90deg, transparent calc(1rem - 1px), #f4e8dc 1rem);
  background-size: 1rem 1rem;
  background-position: center -1px;
}

.low_header {
  position: relative;
  padding: 13rem 0 2rem;
}

.low_header:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  background: url(../img/ttl-bg01.png) no-repeat center top/100%;
  height: 42rem;
  z-index: -2;
}

.low_header:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20rem;
  left: 0;
  bottom: -20rem;
  border-radius: 0 11rem 0 0;
  z-index: -1;
}

.low_header .ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  color: #4D6DA0;
  margin: 0 -1em;
}

.low_header .ttl i {
  display: block;
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.83rem;
}

.low_path {
  font-size: 1rem;
  font-weight: 500;
  color: #87A0C8;
  display: flex;
  margin-top: 5.5rem;
}

.low_path a {
  color: #4D6DA0;
  text-decoration: underline;
}

.low_path li+li:before {
  content: '>';
  margin: 0 .75em;
}

.post_list {
  padding-bottom: 1.8rem;
}

.post_list article {
  margin-bottom: 4rem;
}

.post_list article p {
  font-size: 1.21rem;
  color: #666666;
}

.post_list article p:has(time) {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-top: 1.3em;
}

.post_list article figure {
  border-radius: 1.6rem;
  overflow: hidden;
}

.post_list article img {
  aspect-ratio: 708 / 472;
  object-fit: cover;
  width: 100%;
}

.post_list article i {
  border: solid 1px #282828;
  border-radius: .4rem;
  padding: .1em .5em 0;
}

.post_list article dl {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: row;
}

.post_list article dt {
  background: url(../img/ocam-cat-bg.svg) no-repeat left top/100%;
  color: #EB8145;
  font-weight: bold;
  font-size: 1.21rem;
  text-align: center;
  padding-top: .5em;
  width: 11rem;
  height: 2.9rem;
}

.post_list article dd {
  font-size: 1.41rem;
}

/* .post_list article dd time:nth-child(1) {
  margin-right: .7em;
} */

.post_list .ttl {
  font-weight: bold;
  font-size: 2.07rem;
  line-height: 1.18;
  margin: 1em 0 .5em;
}

.intro_catch {
  text-align: center;
  font-size: 1.61rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 5rem 0 4.2rem;
}

.intro_catch em {
  font-size: 2.61rem;
}

.intro_list {
  padding-bottom: 0;
}

.intro_list article:last-child {
  margin-bottom: 1rem;
}

.post_category {
  font-size: 1.41rem;
  font-weight: 500;
  background: #FBF3EB;
  padding: 2.5rem 1.5rem;
  margin: 12rem 0 7.5rem;
  border-radius: 2.015rem;
}

.post_category a {
  background: #fff;
  display: flex;
  align-items: center;
  height: 4.1rem;
  border-radius: .504rem;
  padding: 0 1em 0 3.2rem;
  position: relative;
}

.post_category a:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: solid 1px #ccc;
  left: 1.2rem;
}

.post_category dt {
  font-weight: bold;
  margin: .5em 0;
}

.post_category .active {
  font-weight: bold;
  background: #4D6DA0;
  color: #fff;
}

.post_category .active:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #fff;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  left: 1.45rem;
}

.post_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.post_category li a {
  height: 4.5rem;
}

.post_category dl {
  margin-top: 2rem;
}

.post_category dl:has(select) {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post_category dl:has(select) dt {
  width: 6.3rem;
}

.post_category dl:has(select) dd {
  width: calc(100% - 6.3rem);
}

.post_category select {
  -webkit-appearance: none;
  background: url(../img/arw-select.svg) no-repeat calc(100% - 1.5rem) center/0.9rem;
  border: solid 1px #282828;
  border-radius: .504rem;
  height: 4.2rem;
  width: 100%;
  padding-left: 1em;
}

/* .open_catch {
  text-align: center;
  font-size: 1.61rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  margin-bottom: 3.3rem;
}

.open_catch em {
  font-size: 2.61rem;
}

.open_catch i {
  display: block;
  margin-top: .4em;
}

.open_catch img {
  display: block;
  width: 19.9rem;
}

.open_catch img.a {
  position: absolute;
  top: 4.5rem;
}

.open_catch img.b {
  margin-left: auto;
  margin-bottom: 2.5rem;
} */

.open_list {
  border-radius: 0 11rem 4rem 4rem;
  overflow: hidden;
  padding: 2.8rem 0 3.3rem;
  margin-bottom: 4rem;
}

.open_cal {
  background: #fff;
  margin-bottom: 3.2rem;
}

.open_cal .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 0.7rem;
  background: #fff;
}

.open_cal .head p {
  display: flex;
  font-weight: bold;
  text-align: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  top: -.2rem;
}

.open_cal .head p>* {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.open_cal .head b {
  font-size: 1.97rem;
  padding-right: 1rem;
}

.open_cal .head em {
  font-size: 3.93rem;
}

.open_cal .head small {
  display: block;
  font-size: 1.16rem;
  letter-spacing: .05em;
  padding-right: .35rem;
}

.open_cal .head i {
  font-size: 2.36rem;
  letter-spacing: .35rem;
  padding-left: 1.2rem;
  border-left: solid 1px #BABABA;
}

.open_cal .btn {
  font-size: 1.57rem;
}

.open_cal .btn a {
  position: relative;
  display: block;
  padding: 0 .8em;
}

.open_cal .btn a[href=""] {
  pointer-events: none;
  opacity: .5;
}

.open_cal .btn a:before {
  content: '';
  position: absolute;
  top: .45em;
  width: .6rem;
  height: .6rem;
  transform: rotate(45deg);
}

.open_cal .btn .prev:before {
  left: 0;
  border-bottom: 2px solid #282828;
  border-left: 2px solid #282828;
}

.open_cal .btn .next:before {
  right: 0;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
}

.open_cal .cal {
  background: #F6F8FB;
  padding: 1rem .7rem;
}

.open_cal th {
  font-weight: bold;
  text-align: center;
  width: 1.4285%;
  font-weight: 900;
  font-size: 1.4rem;
}

.open_cal th:nth-child(1) {
  color: #EB0055;
}

.open_cal th:nth-child(7) {
  color: #0E6DFF;
}

.open_cal td {
  padding: .2rem;
}

.open_cal td:nth-child(1) dt {
  color: #EB0055;
}

.open_cal td:nth-child(7) dt {
  color: #0E6DFF;
}

.open_cal .today dl {
  border: solid 1px #FFA4A4;
}

.open_cal dt {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .02em;
  padding: 0 .3em;
}

.open_cal dd {
  font-size: 1rem;
  padding: 0 1px;
}

.open_cal dd a {
  background: #E8EAFF;
  display: block;
  color: #002EA6;
  text-align: center;
}

.open_cal dl {
  background: #fff;
  height: 5rem;
}

.open_btm .txt {
  text-align: center;
  margin: 2rem 0 4rem;
  font-size: 1.3rem;
  color: #148BBE;
  font-weight: 600;
  text-decoration: underline;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.3rem;
  border: solid 1px #282828;
  color: #7E7E7E;
  border-radius: 50%;
}

.wp-pagenavi .current {
  background: #4D6DA0;
  color: #fff;
}

.wp-pagenavi .extend {
  border: none;
  font-size: 1.4rem;
  width: auto;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
  position: absolute;
  color: transparent;
  background: url(../img/arw-prev01.svg) no-repeat 50%/contain;
}

.wp-pagenavi .previouspostslink {
  left: 0;
}

.wp-pagenavi .nextpostslink {
  right: 0;
  background-image: url(../img/arw-next01.svg);
}

.form_body {
  padding-top: 6rem;
}

.form_body p {
  font-size: 1.4rem;
  line-height: 2;
}

.form_body iframe {
  display: block;
  width: 100%;
  margin-top: 3rem;
  height: 300px;
}


.post_body {
  margin: 12.6rem 0 1.5rem;
}

.post_body article {
  padding-bottom: 3.8rem;
  border-bottom: solid 1px #D9D9D9;
}

.post_body .head {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 3.8rem;
  margin-bottom: 5rem;
}

.post_body .ttl {
  font-size: 3.21rem;
  font-weight: bold;
  line-height: 1.1875;
  font-weight: bold;
}

.post_body .sub {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 1em;
}

.post_body .sub time {
  font-size: 1.71rem;
}

.post_body .sub time:after {
  content: ' |';
}

.post_body .sub i {
  font-size: 1.21rem;
  font-weight: 500;
}

.post_body figure {
  margin: 4.2rem 0;
}

.post_body img {
  border-radius: 1.6rem;
  width: 100%;
}

.post_body p {
  line-height: 1.875;
}

.post_body p+p {
  margin-top: 1.875em;
}

.post_body .back {
  text-align: center;
  margin-top: 3.5rem;
}

.post_body .back a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.61rem;
  gap: .6em;
}

.post_body .back img {
  width: 2.1rem;
}

.post_body h2 {
  text-align: center;
  color: #EB8145;
  font-size: 2rem;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.post_body .name {
  text-align: center;
  font-weight: bold;
  margin: 0 0 1.5em;
}

.post_body .name small {
  display: block;
  font-size: 1.63rem;
}

.post_body .name rt {
  font-weight: 400;
  font-size: 1.16rem;
  margin-bottom: .1em;
}

.post_body .name ruby {
  font-size: 2.06rem;
}

.cource_mv {
  padding: 3rem 0 0;
  background: #FBF3EB;
  position: relative;
}

.cource_mv .catch {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 36.6rem;
  bottom: 0;
}

.cource_mv figure img {
  width: 100%;
}

.fixed_cource {
  position: fixed;
  bottom: 2rem;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .fixed_cource {
    width: 100%;
    bottom: 8.4rem;
  }
}

.fixed_cource a {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  height: 6.4rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.fixed_cource a:before {
  content: '';
  position: absolute;
  background: #E06B61 url(../img/arw-bottom.svg) no-repeat 50%/1.1rem;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  right: 1rem;
}

.fixed_cource dl {
  background: #fff;
  border-radius: .7rem;
  border: solid 1px #4D6DA0;
  margin: 0 auto;
  overflow: hidden;
  width: calc(100% - 4rem);
}

.fixed_cource dt {
  font-size: 1.826rem;
  font-weight: bold;
  height: 5rem;
  display: flex;
  align-items: center;
  padding-left: 1.2rem;
  background: url(../img/ico-plus.svg) no-repeat calc(100% - 2rem) center/1.3rem;
  cursor: pointer;
}

.fixed_cource dd {
  height: 0;
  overflow: hidden;
  transition: height .3s;
}

.fixed_cource ul {
  padding: 0 2rem 1rem;
}

.fixed_cource li+li {
  border-top: solid 1px #ccc;
}

.fixed_cource li:nth-child(2) a:before {
  background-color: #21896d;
}

.fixed_cource li:nth-child(3) a:before {
  background-color: #E9A620;
}

.fixed_cource li:nth-child(4) a:before {
  background-color: #8F6E9F;
}

.fixed_cource li:nth-child(5) a:before {
  background-color: #87B0DD;
}

.cource_lead {
  background: #FBF3EB;
  padding: 4rem 0 3.8rem;
}

.cource_lead .intro_catch {
  margin: 0;
}

.cource_lead dl {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  margin-top: 5.5rem;
}

.cource_lead dt {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: .5rem .8rem 1.5rem;
}

.cource_lead dt img {
  width: 5.1rem;
}

.cource_lead dd li {
  background: url(../img/ico-check.svg) no-repeat left center/1.4rem;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 2.6rem;
}

.cource_lead dd li+li {
  margin-top: 2rem;
}

.cource_lead .nav {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem 1.4rem;
}

.cource_lead .nav a {
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  height: 5.6rem;
  line-height: 1.3;
  border: solid 1px #4D6DA0;
  border-radius: 3em;
  background: #fff;
  padding-left: 2rem;
  color: #4D6DA0;
}

.cource_lead .nav a:before {
  content: '';
  position: absolute;
  background: #4D6DA0 url(../img/arw-bottom.svg) no-repeat 50%/1.1rem;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  right: 1.2rem;
}

.cource_ttl {
  text-align: center;
  background: url(../img/ttl-bg.svg) no-repeat center top/16.4rem;
  font-size: 2.4rem;
  height: 14.3rem;
  line-height: 1.25;
  font-weight: bold;
  color: #273D60;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.6rem;
}

.cource_info {
  padding: 3.6rem 0;
}

.cource_info .bg {
  background: #fff;
  border-radius: 0 0 4rem 4rem;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 1;
}

.cource_info .nav {
  position: relative;
  padding-left: 8.3rem;
}

.cource_info .nav.move:before {
  content: none;
}

.cource_info .nav:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  background: url(../img/ico-swipe.svg) no-repeat 50%/contain;
  width: 5.4rem;
  height: 5.4rem;
  left: 29.6rem;
  animation: blink 1.5s ease-in-out infinite alternate;
}

.cource_info .nav .swiper-slide {
  width: 22.7rem;
  margin-right: 2rem;
}

.cource_info .nav figure {
  position: relative;
}

.cource_info .nav figure:before {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: #E06B61;
  padding-top: .3em;
  top: 0;
  left: 0;
  z-index: 1;
  height: 2.2rem;
  border-radius: 2rem 2rem 0 0;
}

.cource_info .nav figure:after {
  position: absolute;
  width: 100%;
  height: calc(100% - 2.2rem);
  border: solid .6rem #E06B61;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 2rem 2rem;
}

.cource_info .nav a {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}

.cource_info .nav a.active {
  background: #FFDCD6;
  pointer-events: none;
}

/* .cource_info .nav a.active figure:before {
  content: '選択中';
}

.cource_info .nav a.active figure:after {
  content: '';
} */

.cource_info .nav a:before {
  content: '';
  position: absolute;
  background: #E06B61 url(../img/arw-bottom.svg) no-repeat 50%/1.1rem;
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  right: 1rem;
  bottom: 1.4rem;
}

.cource_info .nav .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.22;
  margin-bottom: .6em;
}

.cource_info .nav .tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  gap: .4rem;
}

.cource_info .nav .tag i {
  background: #FFDCD6;
  border-radius: .302rem;
  padding: .1em .5em 0;
}

.cource_info .nav li:nth-child(2) .tag i {
  background: #D8EFE1;
}

.cource_info .nav li:nth-child(2) a:before {
  background-color: #21896D;
}

.cource_info .nav li:nth-child(2) figure:before {
  background: #21896D;
}

.cource_info .nav li:nth-child(2) figure:after {
  border-color: #21896D;
}

.cource_info .nav li:nth-child(3) .tag i {
  background: #FFF0D6;
}

.cource_info .nav li:nth-child(3) a:before {
  background-color: #E9A620;
}

.cource_info .nav li:nth-child(3) figure:before {
  background: #E9A620;
}

.cource_info .nav li:nth-child(3) figure:after {
  border-color: #E9A620;
}

.cource_info .nav li:nth-child(4) .tag i {
  background: #EDE0F3;
}

.cource_info .nav li:nth-child(4) a:before {
  background-color: #8F6E9F;
}

.cource_info .nav li:nth-child(4) figure:before {
  background: #8F6E9F;
}

.cource_info .nav li:nth-child(4) figure:after {
  border-color: #8F6E9F;
}

.cource_info .nav li:nth-child(5) .tag i {
  background: #DFECF6;
}

.cource_info .nav li:nth-child(5) a:before {
  background-color: #87B0DD;
}

.cource_info .nav li:nth-child(5) figure:before {
  background: #87B0DD;
}

.cource_info .nav li:nth-child(5) figure:after {
  border-color: #87B0DD;
}

.cource_info .desc {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 0 1.4rem;
  font-weight: 500;
}

.cource_info .box {
  background: #FFDCD6;
  margin-top: -5rem;
  padding: 8.2rem 0 7.5rem;
  border-radius: 0 0 4rem 4rem;
  position: relative;
  z-index: 0;
}

.cource_info .box:before {
  content: '';
  position: absolute;
  width: calc(100% - 2rem);
  left: 0;
  bottom: 7.5rem;
  background: #fff;
  z-index: -1;
  border-radius: 0 4rem 4rem 0;
  height: calc(100% - 24.5rem);
}

.cource_info #stage-box {
  background: #D8EFE1;
}

.cource_info #concert-box {
  background: #FFF0D6;
}

.cource_info #visual-art-box {
  background: #EDE0F3;
}

.cource_info #night-box {
  background: #DFECF6;
}

.cource_info .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2rem 0 2rem;
  margin-bottom: 6rem;
  gap: 1rem;
}

.cource_info .head .ttl {
  font-weight: bold;
  font-size: 2.4rem;
}

.cource_info .head img {
  width: 7.2rem;
}

.cource_info .box {
  display: none;
}

.cource_info .box>dl {
  margin-left: 3.1rem;
  margin-bottom: 3.5rem;
  margin-right: 3.8rem;
}

.cource_info .box>figure {
  margin-right: 2rem;
  margin-bottom: 2.4rem;
}

.cource_info .box.active {
  display: block;
}

.cource_info dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.cource_info dd {
  font-size: 1.2rem;
  line-height: 1.66;
}

.cource_info .slide {
  margin: 0 4rem 0 3rem;
}

.cource_info .slide dt {
  font-size: 1.5rem;
  margin: 1.5rem 0 .5em;
}

.cource_info .slide dt i {
  color: #fff;
  background: #CC4B47;
  font-size: 1.6rem;
  border-radius: 3em;
  padding: .1em 1.2em 0;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.cource_info .slide dd {
  padding-bottom: 4rem;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.cource_sec .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.cource_sec .slide {
  position: relative;
}

.cource_sec .slide figure {
  border-radius: 2rem;
  overflow: hidden;
}

.cource_sec .slide dd {
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 1.2rem;
}

.cource_sec .btn {
  position: absolute;
  width: 100%;
  aspect-ratio: 323 / 230;
}

.cource_sec .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  height: 100%;
  background: url(../img/btn-prev03.svg) no-repeat 50%/contain;
}

.cource_sec .btn .prev {
  left: -2rem;
}

.cource_sec .btn .next {
  background-image: url(../img/btn-next03.svg);
  right: -2rem;
}

.cource_voice {
  background: #fff;
  border-radius: 0 0 4rem;
  position: relative;
}

.cource_voice .slide {
  margin: 0 1.5rem;
}

.cource_voice .slide dt {
  font-size: 1.5rem;
  margin: 1.5rem 0 .5em;
}

.cource_voice .slide dt small {
  font-size: 1.2rem;
  display: block;
  font-weight: 500;
  margin-bottom: 1em;
}

.cource_voice .slide dt b {
  display: block;
  font-weight: bold;
}

.cource_voice .slide dt em {
  color: #CC4B47;
  font-weight: bold;
}

.cource_voice .slide dd {
  padding-bottom: 3rem;
}

.cource_real {
  background: #FBF3EB;
  margin-top: -5rem;
  padding: 8.6rem 0 0;
}

.cource_real .btn i {
  height: 50.6rem;
  top: auto;
  bottom: 0;
}

.cource_real .btn .prev {
  background-image: url(../img/btn-prev02.svg);
  left: 1.2rem;
}

.cource_real .btn .next {
  background-image: url(../img/btn-next02.svg);
  right: 1.2rem;
}

.cource_real dt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5.5rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #7A533C;
  background: #fff;
}

.cource_real dt:before {
  content: 'Q';
  position: absolute;
  font-size: 1.919rem;
  left: 6.5rem;
}

.cource_real dt img {
  position: absolute;
  height: 100%;
  right: 5.4rem;
}

.bnr_open {
  background: url(../img/bg-open-campus.jpg) no-repeat center top/cover;
  padding: 1.6rem;
}

.bnr_open .catch {
  text-align: center;
  margin: 0 -2rem 3.5rem;
}

.bnr_open .catch img {
  width: 32.3rem;
}

.bnr_open .box {
  background: #fff;
  padding: 4.7rem 2.6rem 4.4rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.bnr_open .box:before,
.bnr_open .box:after {
  content: '';
  position: absolute;
  background: url(../img/bg-open-campus-l.png) no-repeat center top/contain;
  height: 40rem;
  width: 8.5rem;
  top: 0;
  z-index: -1;
}

.bnr_open .box:before {
  left: 0;
}

.bnr_open .box:after {
  background-image: url(../img/bg-open-campus-r.png);
  right: 0;
}

.bnr_open .ttl {
  font-size: 2.07rem;
  font-weight: bold;
  color: #7A533C;
  line-height: 1.34;
  position: relative;
  margin-bottom: 1.5rem;
}

.bnr_open .ttl img {
  position: absolute;
  top: -1.5rem;
  width: 6rem;
  margin-left: -.5rem;
}

.bnr_open ul {
  background: #FBF3EB;
  padding: 2.2rem 1.8rem;
  border-radius: 1.824rem;
  margin-bottom: 2rem;
}

.bnr_open li {
  font-weight: bold;
  font-size: 1.186rem;
  padding-left: 2em;
  background: url(../img/ico-check.svg) no-repeat left 0.1em/1.3rem;
}

.bnr_open li+li {
  margin-top: 1em;
}

.bnr_open .c_btn a:before {
  background-image: url(../img/arw-right06.svg);
  background-size: 1.511rem;
}

.cource_inter {
  position: relative;
  background: #fff;
  z-index: 1;
  padding-bottom: 4rem;
  border-radius: 0 0 4rem 4rem;
  overflow: hidden;
}

.cource_inter .cource_ttl {
  font-size: 2.8rem;
  padding-top: 4.5rem;
  margin: -3rem 0 1.5rem;
}

.cource_inter .cource_ttl small {
  display: block;
  color: #2F759A;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-top: .5em;
}

.cource_inter .lead {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.66;
  margin-bottom: 2rem;
}

.cource_inter .btn {
  width: calc(100% - 6rem);
}

.cource_inter .btn .prev {
  left: 1rem;
}

.cource_inter .btn .next {
  right: 1rem;
}

.cource_inter .slide figure {
  border-radius: 0;
  margin-right: 6rem;
}

.cource_inter li.b .head:before {
  background: #CEE5F1;
}

.cource_inter li.b dt {
  color: #5487A1;
}

.cource_inter li.c .head:before {
  background: #E9DDE8;
}

.cource_inter li.c dt {
  color: #A76FA3;
}

.cource_inter .head {
  position: relative;
  z-index: 0;
  padding-bottom: 2rem;
}

.cource_inter .head:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: calc(100% - 4.6rem);
  width: calc(100% - 6rem);
  background: #CFE6EB;
  right: 0;
  border-radius: 0 0 0 3rem;
}

.cource_inter .head em {
  position: absolute;
  color: #fff;
  right: 2rem;
  top: 8.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  gap: .4em;
}

.cource_inter .head small {
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  letter-spacing: .4em;
}

.cource_inter .head p {
  margin-right: 6rem;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.cource_inter .head p b {
  display: block;
  margin-bottom: .5em;
  font-weight: bold;
}

.cource_inter dl {
  margin: 3.5rem 3.2rem 2rem;
}

.cource_inter dl+p {
  margin: 0 3.2rem;
  font-size: 1rem;
}

.cource_inter dl+p a {
  color: #72AFBD;
  text-decoration: underline;
}

.cource_inter dt {
  border-left: solid 1px #282828;
  border-bottom: solid 1px #282828;
  border-radius: 0 0 0 1rem;
  color: #72AFBD;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 1.2em;
  padding-top: .1rem;
  padding-bottom: .8rem;
  margin-bottom: 1.8rem;
}

.cource_inter dd {
  font-size: 1.2rem;
  line-height: 1.66;
}

.cource_inter dd+dt {
  margin-top: 3rem;
}

.cource_area {
  background: #C2E5F8;
  position: relative;
  z-index: 0;
  padding: 9.5rem 0 5.5rem;
  border-radius: 0 0 4rem 4rem;
  overflow: hidden;
}

.cource_area .cource_ttl {
  background-image: url(../img/ttl-bg-w.svg);
  height: 15.1rem;
  background-size: 15.8rem;
  margin-bottom: 2.5rem;
}

.cource_area:before {
  content: '';
  position: absolute;
  background: #FBF3EB;
  width: 100%;
  height: 5rem;
  top: -5rem;
  left: 0;
}

.cource_area figure {
  text-align: center;
  position: relative;
  width: 30.2rem;
  margin: 0 auto;
}

.cource_area figcaption {
  position: absolute;
  font-size: 1rem;
  bottom: 2rem;
  right: 0;
}

.cource_area p {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: #273D60;
  line-height: 1.6;
  margin: 5rem 0 2.5rem;
}

.cource_area .c_btn a:before {
  background-image: url(../img/arw-right06.svg);
  background-size: 1.511rem;
}

.cource_area .c_btn li {
  margin-top: 1.8rem;
}

.cource_faq {
  padding: 4.5rem 0 4rem;
}

.cource_faq.open .more {
  display: none;
}

.cource_faq.open dt:nth-of-type(n + 4) {
  display: block;
}

.cource_faq dt,
.cource_faq dd p {
  position: relative;
}

.cource_faq dt:before,
.cource_faq dd p:before {
  content: 'Q';
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #4D6DA0;
  left: 0;
  top: 0;
  position: absolute;
}

.cource_faq dt {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 3rem 1rem 3rem;
  background: url(../img/ico-down.svg) no-repeat right center/2.7rem;
  cursor: pointer;
}

.cource_faq dt:nth-of-type(n + 4) {
  display: none;
}

.cource_faq dd {
  height: 0;
  overflow: hidden;
  transition: height .3s;
}

.cource_faq dd p {
  border: solid 1px #85AAC9;
  border-radius: 2rem;
  padding: .8rem 2.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.42;
  margin: 1rem 0 2rem;
}

.cource_faq dd p:before {
  content: 'A';
  position: static;
  display: block;
  margin-bottom: .3rem;
}

.cource_faq .more {
  text-align: center;
  margin-top: 3rem;
}

.cource_faq .more a {
  border-radius: 3em;
  line-height: 3.2rem;
  width: 19.6rem;
  font-size: 1.4rem;
  display: inline-block;
  background: url(../img/arw-down02.svg) no-repeat calc(50% + 3em) center/1.6rem;
  padding-right: 1em;
  border: solid 1px #939DAD;
}

.schedule_row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.schedule_date {
  display: inline-block;
  min-width: 11em;
}

.schedule_date--blank {
  visibility: hidden;
}

.schedule_time {
  display: inline-block;
}

.is-hidden-date {
  visibility: hidden;
}

.post_list.open_list article dl dd {
  margin: 0;
  padding: 0;
}

.post_list.open_list article dl dd .schedule_row {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.post_list.open_list article dl dd .schedule_row+.schedule_row {
  margin-top: 0;
}

.post_list.open_list article dl dd .schedule_date {
  display: inline-block;
  min-width: 14em;
  line-height: 1.4;
}

.post_list.open_list article dl dd .schedule_date--blank {
  visibility: hidden;
}

.post_list.open_list article dl dd .schedule_time {
  display: inline-block;
  line-height: 1.4;
}

.post_list.open_list article dl dd .schedule_time time,
.post_list.open_list article dl dd .schedule_time span {
  line-height: 1.4;
}

.original_list .u_inner {
  padding-top: 9rem;
}

.open_mv {
  margin: 0 -24px 4rem;
}

.open_mv img {
  display: block;
  width: calc(100% + 0px);
  max-width: none;
  height: auto;
}

@media screen and (max-width: 767px) {
  .open_mv {
    margin: 0 calc(50% - 50vw) 4rem;
  }

  .open_mv img {
    width: 100vw;
    max-width: none;
  }
}

.top_oc .oc_mv {
  margin-left: -24px;
  margin-right: -24px;
}

.top_oc .oc_mv img {
  display: block;
  width: 100% max-width: none;
  height: auto;
}

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