@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
/* 共通のCSS */
body {
font-family: "Noto Serif JP", serif;
color: #D9D9D9;
height: auto;
-webkit-print-color-adjust: exact;
/*min-width: 1200px;*/
font-size: 1.6em;
line-height: 1.8;
background: #000;
letter-spacing: 0.3rem;
}
* {
min-height:0;
min-width : 0;
}

img {
vertical-align: top;
}
.pc_only {
display: inline-block!important;
}
.pc_tb_only {
display: block !important;
}
.tb_only {
display: none !important;
}
.sp_only {
display: none !important;
}
.tb_sp_only {
display: none !important;
}



article {
/*overflow: hidden;*/
}
strong {
font-weight: bold;
font-weight: 700;
}

.fontsize-7XL {font-size: 3.2rem; line-height: 140%;}
.fontsize-6XL {font-size: 3.0rem; line-height: 140%;}
.fontsize-5XL {font-size: 2.8rem; line-height: 140%;}
.fontsize-4XL {font-size: 2.6rem; line-height: 140%;}
.fontsize-3XL {font-size: 2.4rem; line-height: 140%;}
.fontsize-XXL {font-size: 2.2rem; line-height: 140%;}
.fontsize-XL {font-size: 2.0rem; line-height: 140%;}
.fontsize-LL {font-size: 1.8rem; line-height: 140%;}
.fontsize-L {font-size: 1.6rem; line-height: 140%;}
.fontsize-M {font-size: 1.4rem; line-height: 140%;}
.fontsize-S {font-size: 1.2rem; line-height: 140%;}


.txt__center {text-align: center;}
.txt__left {text-align: left;}
.txt__right {text-align: right;}

a {
color: #D9D9D9;
text-decoration: none;
}


.w800 {
        width: 800px;
        margin: 0 auto;
    }

.w1000 {
        max-width: 1000px;
        margin: 0 auto;
    }



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/* 複数画像切り替え ---------------------------------------------- */
.slider-container {
  position: relative; /* 親要素基準 */
width: 100%;
height: 880px;
  overflow: hidden;   /* はみ出し非表示 */
}

/* 各スライド画像 */
.slideimg {
  position: absolute;  /* 親内で絶対配置 */
  inset: 0;            /* 全方向にフルサイズ配置 */
  opacity: 0;          /* 初期非表示 */
  background-size: cover;  /* 画像をスライド全体にカバー */
  animation: slideAnime 15s infinite; /* 15秒で1サイクル */
}

/* スライドアニメーション */
@keyframes slideAnime {
  0%, 30%, 100% { opacity: 0; }  /* 非表示タイミング */
  10%, 20% { opacity: 1; }       /* 表示タイミング */
}

/* 各スライドの画像とアニメーション開始タイミング */
.slideimg:nth-of-type(1) {
  background-image: url("../img/main01.jpg");
  animation-delay: 0s; 
}

.slideimg:nth-of-type(2) {
  background-image: url("../img/main02.jpg");
  animation-delay: 3s; 
}

.slideimg:nth-of-type(3) {
  background-image: url("../img/main03.jpg");
  animation-delay: 6s; 
}

.slideimg:nth-of-type(4) {
  background-image: url("../img/main04.jpg");
  animation-delay: 9s; 
}

.slideimg:nth-of-type(5) {
  background-image: url("../img/main05.jpg");
  animation-delay: 12s; 
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/













/*
.topheader {
width: 100%;
height: 880px;
background: url("../img/main01.jpg");
background-size: cover;
background-position: center;
position: relative;
}
*/


.topnavi {
position: absolute;
top: 0;
left: 0;
width: 250px;
height: 880px;
padding: 55px 29px 29px 29px;
background: rgba(91,68,45,0.8);
background-blend-mode: lighten;
}

.logo {
mix-blend-mode: lighten;
}



.topnavi li {
padding: 10px 0;
}


.topnavi nav {
border-top: rgba(232,234,231,0.5) solid 1px;
margin-top: 22px;
padding-top: 22px;
}



.topnavi a {
display: block;
}


.topheader__title {
position: absolute;
top: 40px;
left: 300px;
}

.topheader__title h1 {
font-size: 1.3rem;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}


.topheader__title p {
font-size: 3.2rem;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}



.topheader__contact {
position: absolute;
display: inline;
right: 40px;
top: 40px;
text-align: center;
}


.topheader__contact p:nth-of-type(2) {
font-size: 2.4rem;
line-height: 1.4;
position: relative;
letter-spacing: 2px;
/*    display: flex;*/
    column-gap: 5px;
    align-items: center;
    margin-left: 16px;
    flex-wrap: wrap;
}


.topheader__contact p:nth-of-type(2)::before {
    content: "";
    background: url(../img/icon-tel.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 18px;
    height: 18px;
    display: inline-block;


}


.topheader__contact p:nth-of-type(2) span {
font-size: 1.2rem;
display: block;
width: 100%;
}








.topheader__contact a.icon__calendar {
    position: relative;
    font-size: 1.6rem;
    background: #D9D9D9;
    color: #000;
    display: flex;
    column-gap: 5px;
    align-items: center;
    padding:10px 20px 10px 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}


a.icon__calendar::after {
    content: "";
    background: url(../img/icon-calendar.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 18px;
    height: 18px;
    display: inline-block;


}




.bg01 {
position: relative;
  padding: 50px 0;
}


.bg01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
background: url("../img/bg01.png");
background-repeat: repeat-y;
background-size: 1920px;
background-position: top center;
z-index: -5;
}


.topics {
display: block;
text-align: center;
padding-bottom: 50px;
}




h2.en,h2 span.en {
font-weight: bold;
font-size: 1.6rem;
margin-bottom: 20px;
display: block;
}


.top__concept {
display: flex;
justify-content: space-between;
align-items: flex-start;
text-align: left;
column-gap: 128px;
padding-bottom: 100px;
}

.top__concept--txt {
padding-left: 5vw;
flex: 2;
z-index: 1;
}

.top__concept--txt h2 {
font-size: 3.2rem;
margin-bottom: 50px;
}

.top__concept--txt p {
line-height: 2.4em;
}

.top__concept--txt img {
width: 100%;
transform: translate(50%,10%);
}

.top__concept--photo {
flex: 3;
position: relative;
}
.top__concept--photo img {
width: 100%;
}


.top__concept--photo img:nth-of-type(2) {
width: 30vw;
position: absolute;
top: 40vh;
right: 28vw;
}

.top__concept2 {
background: url("../img/top-bg01.jpg");
background-repeat: no-repeat;
background-size: cover;
    background-position: center;
min-height: 1019px;
padding: 90px 0px;
display: flex;
justify-content: flex-end;

}
.top__concept2 h2 {
font-size: 3.2rem;
letter-spacing: 0.4em;
margin: 0 auto;
margin-bottom: 2.0em;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
}
.top__concept2 h2 span {
padding-top: 2.8em;
display: block;
}


.top__concept2--txt {
width: 35%;
padding-right: 5vw;
}

.top__concept2--txt p {
line-height: 2.4em;
}


.top__course {
position: relative;
  padding: 80px 0;
  background: url("../img/bg02.png");
  background-size: 100%;
}

.top__course h2 {
font-size: 3.2rem;
text-align: center;
margin-bottom: 2.0em;
}

.top__course p {
text-align: center;
line-height: 2.4em;
}


.course__list ul {
width: 90%;
margin:50px auto;
      display: grid;
grid-template-columns: repeat(3, 1fr); /* 3つの列を作成し、使用可能なスペースを均等に分割 */
  gap: 5%; /* グリッドコンテナーの幅の10%を行と列の間隔に設定 */
    }
.course__list ul li {
    width: 100%;
}
.course__list ul li p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
}


.course__list ul li img {
width: 100%;
margin-bottom: 10px;
}


a.btn {
    position: relative;
    font-size: 2.0rem;
    background: #D9D9D9;
    color: #000;
    display: inline-block;
    padding: 5px 100px 5px 100px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}



  /* common */

.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
/*  overflow-x: hidden;*/
}
@media (width <= 768px) {
  .wrapper {
    padding: 0 20px;
  }
}


button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.carousel-wrapper {
  position: relative;
}
.carousel {
  height: 540px;
  margin-bottom: 3em;
}

.item__blue {
  background: rgb(68 174 255);
}
.item__red {
  background: rgb(248 82 1);
}
.item__yellow {
  background: rgb(255 213 27);
  color: #585858;
}
.item__purple {
  background: rgb(227, 72, 255);
}
    .swiper-container {
      position: relative;
      overflow: hidden;
    }
    .swiper-container.visible {
      overflow: visible;
    }
    .sample-swiper-cards {
      padding: 0 50px;
    }

button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.carousel-wrapper {
  position: relative;
}
.carousel {
  height: 540px;
  margin-bottom: 3em;
}










.item  {
display: flex;
justify-content: space-between;
align-items: center;
column-gap: 100px;

}


.item > div {
flex: 1;
padding-left: 5vw;
}
.item > div h3 {
font-size: 2.6rem;
}
.item > div p {
font-size: 1.6rem;
}

.item > img {
flex: 2;
max-width: 1098px;
}




.swiperbox {
background: url("../img/logo2.png");
background-repeat: no-repeat;
background-position: top right;
padding: 100px 0;
}

.swiper-button-next, .swiper-button-prev {
color: #D9D9D9;
}

.swiper-pagination-bullet-active {
background: #D9D9D9;
}

.swiper-pagination-bullet {
border-radius: 0;
width: 38px;
height: 8px;
border: #D9D9D9 solid 1px;
}


.swiper-pagination {
position: relative;
text-align: left;
padding-left: 5vw;
}




.top__interior {
background: url("../img/bg03.png");
background-repeat: no-repeat;
background-size: cover;
    background-position: center;
padding: 100px 0;
}






.top__interior h2 {
font-size: 3.2rem;
text-align: center;
margin-bottom: 2.0em;
}

.top__interior p {
max-width: 630px;
text-align: center;
margin: 0 auto;
}


.footer {
padding: 120px 0;
}
.footer h2 {
font-size: 3.2rem;
text-align: center;
margin-bottom: 2.0em;
}






.footer__contact {
position: relative;
text-align: center;
padding-top: 40px;
}

.footer__contact p:nth-of-type(1) {
font-size: 2.0rem;
}
.footer__contact p:nth-of-type(2) {
font-size: 3.6rem;
line-height: 1.4;
position: relative;
letter-spacing: 2px;
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
}


.footer__contact p:nth-of-type(2)::before {
    content: "";
    background: url(../img/icon-tel.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 29px;
    height: 29px;
    display: inline-block;


}


.footer__contact p:nth-of-type(3) {
font-size: 1.4rem;
}








.footer__contact a.icon__calendar {
    position: relative;
    font-size: 1.6rem;
    background: #D9D9D9;
    color: #000;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
    padding:10px 20px 10px 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 300px;
    margin-bottom: 40px;
}





.footer .footer__info {
display: flex;
justify-content: center;
align-items: flex-start;
column-gap: 100px;

}
.footer__info--box {
padding: 50px 0;
}


.footer .footer__info dl {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
line-height: 1.4;
}
.footer .footer__info dl dt {
width: 200px;
}
.footer .footer__info dl dd {
width: 400px;
}

.map {
display: block;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.map iframe {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}


address {
font-size: 1.4rem;
text-align: center;
margin-top: 50px;
}

.sidelink a {
width: 50px;
writing-mode: vertical-rl;
position: fixed;
top: 40vh;
right: 0;
    font-size: 1.6rem;
    background: #D9D9D9;
    color: #000;
    display: flex;
    column-gap: 5px;
    align-items: center;
    padding: 10px 20px 10px 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}














header label {
display: none;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}






/*----------------------------
page
----------------------------*/


.page {
    position: relative;
    padding: 80px 0;
    background-size: 100%;
}

.page h2 {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 2.0em;
}


.page p {
    text-align: center;
    line-height: 2.4em;
}


.pagenavi {
display: flex;
    background: rgba(76, 13, 11, 0.8);
    background-blend-mode: lighten;
}

.pagenavi .logo {
width: 100px;
height: auto;
}

.pagenavi nav {
display: flex;
align-items: center;
padding-left: 1%;

}
.pagenavi nav ul {
display: flex;
column-gap: 15px;
}

.pageheader {
position: fixed;
width: 100%;
z-index: 2;
}

.pageheader .logo {
    mix-blend-mode: lighten;
}

.pageheader .topheader__contact {
    position: absolute;
    display: inline;
    right: 20px;
    top: 10px;
    text-align: center;
}

.pageheader .topheader__contact p:nth-child(3) {
    position: absolute;
    display: inline;
    right: 220px;
    top: 10px;
    text-align: center;
    width: 230px;
}


main article section.page {
padding-top: 200px;
}


.course__detail {
max-width: 80%;
margin: 0 auto;
}


.course__detail--inner {
display: flex;
justify-content: center;
align-items: top;
column-gap: 20px;
flex: 1;
}

/*
.course__detail--inner img {
flex: 1;
}
*/


.course__detail--inner .container {
flex: 1;
}

.course__detail--inner .course__detail--inner--txt {
flex: 1;
text-align: left;
}
.course__detail--inner .course__detail--inner--txt p {
text-align: left;
}

.course__detail--inner--table {
width: 100%;
    margin-top: 15px;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}


.course__detail--inner--table tr {
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}


.course__detail--inner--table th {
    width: 25%;
    text-align: left;
    background: rgba(31,31,31,0.5);
    padding: 5px;
}

.course__detail--inner--table td {
    padding: 5px;
}



.course__detail--inner--menu {
display: flex;
justify-content: center;
align-items: top;
column-gap: 20px;
flex: 1;
padding-top: 50px;
}

.course__detail--inner--menu h3 {
background: rgba(31,31,31,0.5);
padding: 0.4em;
font-size: 2.0rem;
margin-bottom: 10px;
}

.course__detail--inner--menu > div {
flex: 1;
}
.course__detail--inner--menu h4 {
border-bottom: 1px solid #4D4D4D;
margin-top: 20px;
margin-bottom: 5px;
font-size: 1.8rem;
padding-bottom: 5px;
}




/*====================================================================
slick
====================================================================*/


.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}


















@media screen and ( max-width:640px )
{

/* 各スライドの画像とアニメーション開始タイミング */
.slideimg:nth-of-type(1) {
  background-image: url("../img/main01sp.jpg");
  animation-delay: 0s; 
}

.slideimg:nth-of-type(2) {
  background-image: url("../img/main02sp.jpg");
  animation-delay: 3s; 
}

.slideimg:nth-of-type(3) {
  background-image: url("../img/main03sp.jpg");
  animation-delay: 6s; 
}

.slideimg:nth-of-type(4) {
  background-image: url("../img/main04sp.jpg");
  animation-delay: 9s; 
}

.slideimg:nth-of-type(5) {
  background-image: url("../img/main05sp.jpg");
  animation-delay: 12s; 
}
    
    
    
}











/* ウィンドウ幅が0〜1215pxの場合に適用するCSS */
/*@media screen and ( max-width:1215px )*/
@media screen and ( max-width:1215px )
{
body {
/*overflow-x: hidden;*/
isolation: isolate;
    font-size: 1.4em;
}


.pc_only {
display: none !important;
}
.pc_tb_only {
display: none !important;
}
.tb_only {
display: block !important;
}
.sp_only {
display: block !important;
}
.tb_sp_only {
display: block !important;
}





.topheader__title {
    position: static;
    padding: 20px 0 0 20px;
}

.topheader__title h1 {
width: 80%;
padding-top: 18vw;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.topheader__title p {
position: absolute;
bottom: 20px;
left: 20px;
font-size: 4vw;
/*font-weight: bold;*/
 text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}




.topheader__contact {
position: fixed;
bottom: 0;
left: 0;
top: auto;
right: auto;
z-index: 100;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background: #000;
}

.topheader__contact p:nth-of-type(1) {
background: #000;
padding: 3px;
width: 100%;
}

.topheader__contact p:nth-of-type(2) {
    font-size: 2.0rem;
    line-height: normal;
    position: relative;
    letter-spacing: 2px;
    display: flex;
    column-gap: 5px;
    align-items: center;
    margin-left: 0px;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    background: #000;
    height: 5vh;
    padding-bottom: 20px;
}
.topheader__contact p:nth-of-type(2) span {
    font-size: 1.0rem;
    width: 100%;
    transform: translateY(-5px);
    
}
.topheader__contact p:nth-of-type(3) {
width: 50%;
    position: relative;
    font-size: 1.6rem;
    background: #D9D9D9;
    color: #000;
    display: flex;
    column-gap: 5px;
    align-items: center;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    justify-content: center;
    letter-spacing: normal;
    padding-bottom: 20px;
        padding-top: 5px;
}
.topheader__contact a.icon__calendar {
    position: relative;
    font-size: 1.6rem;
    background: #D9D9D9;
    color: #000;
    display: flex;
    column-gap: 5px;
    align-items: center;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    justify-content: center;
    letter-spacing: normal;
    height: auto;
}











header label {
display: block;
position: fixed;
top: 0;
right: 0;
z-index: 100;
}



label .menu {
  position: absolute;
  right: -60px;
  top: -60px;
  z-index: 100;
  width: 150px;
  height: 150px;
  background: #000;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #000, 0 0 0 0 #000;
  cursor: pointer;
  
}

label .hamburger {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 30px;
  height: 2px;
  background: #D9D9D9;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #000, 0 0 0 100vh #000;
  border-radius: 0;
  
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

label input:checked + .menu + ul { opacity: 1; visibility: visible; }

label ul {
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
  visibility: hidden;
}


label a {
  margin-bottom: 1em;
  display: block;
  color: #D9D9D9;
  text-decoration: none;
  
}
.slider-container {
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.slideimg {
background-position: center top !important;
}



.topheader {
    width: 100%;
    height: 550px;
position: relative;
}


.top__concept {
    display: block;
    padding-bottom: 0px;
}

.top__concept--txt h2 {
    font-size: 2.0rem;
}
    
    
    .top__concept--photo {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 50px;
    }

.top__concept--photo img {
    width: 49%;
     margin: 0 0;
     display: block;
}


.top__concept--photo img:nth-of-type(2) {
        width: 49%;
        position: static;
     margin: 0 0;
     display: block;
    }

.top__concept--txt {
    padding-left: 5vw;
    padding-right: 5vw;
}


.top__concept2 h2 {
    font-size: 2.0rem;
    letter-spacing: 0.4em;
    margin: 0 10vw 0 auto;
    margin-bottom: 2.0em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}


.top__concept2--txt {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
}




.top__concept2 {
background-position: center;
    min-height: auto;
    padding: 50px 0;
}



.top__course h2 {
    font-size: 2.0rem;

}

.top__course {
    padding-left: 5vw;
    padding-right: 5vw;
}



    
    
.course__list ul {
  /* PC設定の幅と中央寄せをリセットし、親要素のパディング内いっぱいに広げる */
  width: 100%; /* 親要素の幅に収める */
  margin: 50px 0 0 0; /* 左右のautoマージンをリセットし、上下に適切なマージンを設定 */
  display: flex;
  justify-content: space-around;
  grid-column-gap: 10px;
  flex-wrap: wrap;
}
    
    
    

    
    
    
    
.course__list ul li {
    width: 48%;
}




.item {
    display: block;
}

.item > img {
max-width: 100vw;
}

.item > div h3 {
    font-size: 1.8rem;
}

.top__interior {
    padding: 100px 5vw;
}

.top__interior h2 {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 2.0em;
}


.footer h2 {
    font-size: 2.4rem;
}

.footer {
padding: 100px 5vw;
}
.footer .logo {
width: 50vw;
}


.footer .footer__info {
    display: block;
}
.footer .footer__info dl {
    display: block;
}

.footer .footer__info dl dt {
    width: 100%;
}

.footer .footer__info dl dd {
    width: 100%;
}

.footer__info--box {
padding: 50px 0 0px 0;
}










.topnavi {
width: auto;
height: auto;
padding: 0px;
background: none;
}

.topnavi .logo {
width: 20vw;
height: auto;
position: fixed;
top: 10px;
left: 10px;
z-index: 10;
}






.topnavi nav {
display: none;
}



.fontsize-XL {
    font-size: 1.8rem;
    line-height: 140%;
}


.sidelink {
display: none !important;
}


.map {
    position: relative;
    width: 90%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


















































/*----------------------------
page
----------------------------*/

.page {
        padding-left: 5vw;
        padding-right: 5vw;
    }



.pagenavi {
width: auto;
height: auto;
padding: 0px;
background: none;
}

.pagenavi .logo {
width: 20vw;
height: auto;
position: fixed;
top: 10px;
left: 10px;
z-index: 10;
}






.pagenavi nav {
display: none;
}


.pageheader .topheader__contact {
position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        right: auto;
        z-index: 100;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        background: #000;
    }



    
    
.pageheader .topheader__contact p:nth-of-type(3) {
        width: 50%;
        position: relative;
        font-size: 1.6rem;
        background: #D9D9D9;
        color: #000;
        display: flex;
        column-gap: 5px;
        align-items: center;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
        justify-content: center;
        letter-spacing: normal;
        padding-bottom: 20px;
        padding-top: 5px;
        right: 0;
        top: 0;
    }
    
    
    
    .topheader__contact a.icon__calendar {
        position: relative;
        font-size: 1.6rem;
        background: #D9D9D9;
        color: #000;
        display: flex;
        column-gap: 5px;
        align-items: center;
        padding: 0px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
        justify-content: center;
        letter-spacing: normal;
        height: auto;
    }
    
    
    
    
    main article section.page {
     padding-top: 50px; 
}
    
    
  .page h2 {
    font-size: 2.2rem;
}  
    
.course__detail {
    max-width: 98%;
    margin: 0 auto;
} 
    

.course__detail--inner {
    display: block;
}

.course__detail--inner .course__detail--inner--txt p {
margin-top: 1.0em;
} 
    
    .course__detail--inner--menu.w1000 {
        display: block;
    }
    
    .course__detail--inner--menu.w1000 h3 {
        margin-top: 20%;
        font-size: 1.8rem;
    }

}



@media screen and (min-width: 440px) and (max-width: 690px) {
.topheader__title p {
font-size: 3vw;
}
}