@charset "utf-8";
/* CSS Document */

body { overflow-x: hidden; color: #533076; font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Sans-Serif; }
img { max-width: 100%; height: auto; }
* { box-sizing: border-box; }
ul { list-style: none; padding: 0; }
li { margin: 0; }

img { display:block; }
a { 
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease; }
a:hover { opacity: 0.7; }

.shdw { box-shadow: 0 0 7px rgba(20, 50, 75, 0.4); }

/* ローディング */
.js_curtain {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.js_curtain_loading {
    width: 5rem;
    height: 5rem;
}


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 60px;
	height: 60px;
	display: block;
}
#page-top img {
	width: 100%;
	height: auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;}
#page-top:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;}
@media all and (max-width: 480px) {
#page-top {
    bottom: 14px;
    right: 14px;
	width: 48px;
	height: 48px; } }


/* ワンページスクロール */
.box{
  position: relative;
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.pagination { display: none; }


/* ---------------- 各セクション ---------------- */

.inner { width: 100%; padding: 0 60px; max-width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.inner_nw { flex-wrap: nowrap; width: 100%; max-width: 99999px !important; }
.inner_nrm { padding-top: 60px !important; padding-bottom: 60px !important; flex-flow: column; }


/* header */
.btn_area01 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.btn_area01 li img { height: 36px; width: auto; }
.btn_area01 li { margin-left: 12px; }
.btn_area01 li:last-child { margin-left: 28px; }
.h_logo { width: 540px; }
@media all and (max-width: 960px) {.h_logo { width: 480px; }}
.head_wrap .inner { align-content: center; align-items: center; }
.head_wrap { position: absolute; top: 0 ; left: 0; padding: 40px 0 0; width: 100%; }
@media all and (max-width: 900px) {
.inner_nw { flex-wrap: wrap; }
.inner { padding: 0 30px; }
.h_logo { width: 40%; max-width: 240px; }
.btn_area01 { width: 40%; }
.btn_area01 li { margin-left: 6px; }
.btn_area01 li:last-child { margin-left: calc(100% - 160px); margin-top: 8px; }
.btn_area01 li:last-child { width: 100%; }
.btn_area01 { justify-content: flex-end; flex-wrap: wrap; }
.btn_area01 li:last-child img { width: 160px; height: auto; }
}
@media all and (max-width: 640px) {
.head_wrap { padding: 20px 0 0; }
.inner { padding: 0 20px; }
.h_logo { width: 60%; max-width: 240px; }
.btn_area01 li img { height: 30px; width: auto; }
.btn_area01 li { margin-left: 6px; }
.btn_area01 li:last-child { margin-left: calc(100% - 120px); margin-top: 8px; }
.btn_area01 li:last-child img { width: 120px; height: auto; }
}


/* section01 */

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

.section01 {
border-top: 6px solid #533177;
position: relative;
z-index: 1;
/*background-color: #fff;
background-image: url("../images/bg_01.png"),url("../images/bg_02.png"),url("../images/bg_03.png"),url("../images/bg_04.png");
background-repeat: no-repeat;
background-position: right top, left top, left bottom, right bottom;
background-size: 45vw auto,45vw auto,45vw auto,45vw auto;*/
}


.slide_wrap { position: relative; padding: 0; }
/*.slide_wrap::after { 
content: "";
background-image: url("../images/catch_01.png");
background-position: 0 0;
background-repeat: no-repeat;
position: absolute; top: 0; left: 0;
z-index: 5;
width: 390px;
height: 306px;
background-size: 100% auto;
display: block; }*/

#slides { list-style: none; }
#slides li  { width: 60vw; height: 36vw; }
#slides li img { border-radius: 20px 0 0 20px; }
.slides_block { width: 60vw; height: 36vw; overflow: hidden; }

.catch_block { width: 24vw; display: flex; flex-flow: column; justify-content: center; color: #fff; background-image: url("../images/day_bg.png"); background-size: cover; border-radius: 0 20px 20px 0; }


.catch { max-width: 720px; width: 60%; margin: 0; position: absolute; z-index: 10; top: 0; left: -20px; pointer-events: none; padding-top: 80px; }
.btn_area02 { width: 600px; margin: 40px auto; display: flex; justify-content: space-between; }
.btn_area02 li { width: 48.5%; }
.catch_02 { position: absolute; left: 10px; bottom: 40px; width: 36px; height: auto; }
@media all and (max-width: 1200px) {
.catch_02 { width: 30px; height: auto; left: 10px; }}

@media all and (min-width: 1800px) {
#slides li  { width: 1080px; height: 648px; }
.slides_block { width: 1080px; height: 648px; overflow: hidden; margin-bottom: 48px; }
.slide_wrap { width: 1080px; }
.catch_block { width: 432px; margin-bottom: 48px; }
.day_img { max-width: 576px; height: auto; margin-left: -144px; }}

@media all and (min-width: 2160px) {
.section01 { background-size: 1080px auto; }}


.mv_wrap { display: flex; justify-content: center; flex-wrap: nowrap; border-radius: 16px; margin: 0 auto; position: relative; padding-top: 160px; max-width: 1600px; pointer-events: none; }

@media all and (max-width: 900px) {
/*.section01 {
background-image: url("../images/bg_01_sp.png"),url("../images/bg_02_sp.png"),url("../images/bg_03_sp.png"),url("../images/bg_04_sp.png"); }*/
.mv_wrap { flex-wrap: wrap; padding-top: 80px; }
.catch { max-width: 720px; width: 80%; left: -16px; top: -80px; }
#slides li img { border-radius: 16px 16px 0 0; }
.sec_in01 { padding-top: 120px !important; }
#slides li  { width: 100%; height: auto; }
.slides_block { width: 100%; height: auto; }
.catch_block { flex-flow: row; flex-wrap: wrap; width: 100%; background-image: url("../images/day_bg_sp.png"); border-radius: 0 0 16px 16px; }
.catch_01 { width: 100%; height: auto; align-self: flex-start; }
.btn_area02 { padding: 30px 30px 100px; margin: 0 auto; }
.btn_area02 li { width: 48%; }
.catch_02 { width: 70%; height: auto; left: auto; right: 15%; bottom: 10px; top: auto; }}

@media all and (max-width: 640px) {
.sec_in01 { padding-top: 80px !important; }
.catch { max-width: 720px; width: 90%; left: -16px; top: -56px; }
}
@media all and (max-width: 480px) {
.sec_in01 { padding-top: 70px !important; }
.day_img { width: 96%; } }


/* section02 */
.h2_ttl { text-align: center; margin: 0 auto 40px; }
.h2_ttl img { width: 80%; max-width: 900px; margin: 0 auto; }

@media all and (max-width: 900px) {
.h2_ttl img { width: 65%; }
.h2_ttl { margin: 0 auto 24px; }
}
.Gradation_1 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #c4d7f7, #073187);
  background-size: 200% 200%;
  animation: Grad 6.5s ease infinite;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.section02 {
background-image: url("../images/lead_bg.jpg");
background-position: center center;
background-size: cover;
position: relative; }
.sec02_in { width: 100%; }
.section02_txt { position: relative; z-index: 2; }
.section02 p { color: #fff; font-weight: 700; line-height: 2.2; font-size: 18px; letter-spacing: 2px; text-align: center; margin-bottom: 32px; }

@media all and (max-width: 640px) {
.section02 p { text-align: left; font-size: 16px; margin-bottom: 24px; }
.h2_ttl img { width: 84%; }
.h2_ttl { margin: 20px auto; } }
@media all and (max-width: 480px) {
.section02 p { font-size: 14px; letter-spacing: 1px; }
.h2_ttl img { width: 100%; } }

/* section03 */
.section03 {
background: #f7ed02; }
.section03:after {
content: "";
width: 50%;
height: 100%;
background-image: url("../images/message_bg.jpg");
background-position: center center;
background-size: cover;
position: absolute;
right: 0;
top: 0;
z-index: 1; }
.section03 h2 { position: relative; z-index: 2; }
.sec03_in { display: block;  position: relative; z-index: 3; width: 50%; padding-right: 20px; }
.sec03_in p { font-size: 16px; line-height: 2.2; margin-bottom: 32px; color: #533076; font-weight: 500; }
.txt_tag { margin-top: 60px; }
.txt_tag li { font-size: 14px; font-weight: 400; margin-top: 12px; margin-right: 20px;
display: inline-block; }

@media all and (max-width: 900px) {
.sec03_in { width: 100%; padding: 0 0 30px; }
.section03:after {
content: "";
width: 100%;
height: 25%;
top: auto;
bottom: 0; }
.txt_tag li {
margin-right: 18px;
padding: 8px 12px 9px;
border-radius: 20px;
background-color: rgba(255,255,255,0.7);
line-height: 1.2; }}
@media all and (max-width: 640px) {
.section03:after {
content: "";
width: 100%;
height: 40%;
top: auto;
bottom: 0; }
.txt_tag { margin-top: 32px; }
.sec03_in p { font-size: 14px; margin-bottom: 24px; line-height: 2.0; }
.txt_tag li { font-size: 12px; margin-top: 8px; margin-right: 16px; }
}

/* section04 */
.section04 {
background-image: url("../images/schedule_bg.jpg");
background-position: center center;
background-size: cover;
color: #000;
font-weight: 500; }
.section04 a { color: #000; }
.btn_area03 { text-align: center; margin-bottom: 30px; }
.btn_area03 a { width: 31%; margin: 0 auto; display: block; }
.flex_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.sch_box { width: 31%; background-color: #fff; border: 10px solid #d4ebff; margin-bottom: 48px; }
.pd { padding: 10px 20px; }
.pd_color { padding: 8px 30px 9px 20px; line-height: 1.0; font-size: 20px; background-color: #d4ebff; display: inline-block; letter-spacing: 2px; }
.sch_box_02 .pd_color { background-color: #b9ffd6; }
ul.pd { padding-bottom: 20px; }
ul.pd li { margin: 18px 24px 0 0; display: inline-block; font-size: 18px; position: relative; }
ul.pd li::before { content: "・"; }
ul.pd li a { text-decoration: none; border-bottom: 1px dashed #000; }
ul.pd li a:hover { border-bottom: 1px solid #000; }
.sch_day { font-size: 44px; }
.sch_day span { font-size: 20px; padding: 0 4px 0 0; position: relative; top: -2px; }
.sch_time { font-size: 24px; padding-left: 26px; letter-spacing: 1px; }
.sch_do { padding: 3px 8px 7px; font-size: 14px; color: #fff; line-height: 1; background-color: #5badf5; border-radius: 20px; position: relative; top: -9px; left: 7px; }

.sch_box_02.sch_box { border: 10px solid #b9ffd6; }
.sch_box_02 .sch_do { background-color: #e38888; }
.flex_wrap2 { display: flex; justify-content: space-between; padding: 12px; }
.m_txt { width: 56%; }
.m_txt p { font-size: 16px; font-weight: 400; line-height: 1.8; margin-bottom: 24px; color: #533076; text-align: left; }
.m_img { width: 40%; }

.m_ttl { font-size: 25px; font-weight: 500; color: #533076; text-align: left; margin-bottom: 40px; position: relative; letter-spacing: 2px; }
.m_ttl::after { content: ""; width: 72px; height: 8px; background-image: url("../images/mds.png"); background-size: 100% auto; display: block; position: absolute; left: 0; bottom: -18px; }

@media all and (max-width: 1280px) {
.flex_wrap { max-width: 800px; margin: 0 auto; }
.sch_box { width: 48%; margin-bottom: 36px; }
.btn_area03 a { width: 48%; max-width: 420px; }
}
@media all and (max-width: 900px) { 
.flex_wrap2 { flex-wrap: wrap; }
.m_txt { width: 100%; }
.m_img { width: 100%; max-width: 480px; margin: 0 auto; }}
@media all and (max-width: 792px) {
.sch_box { width: 100%; margin-bottom: 36px; }
.btn_area03 a { width: 100%; max-width: 320px; }
.btn_area03 {  margin-top: 12px; margin-bottom: 48px; }
.flex_wrap { max-width: 480px; margin: 0 auto; }
}
@media all and (max-width: 480px) {
.flex_wrap2 { padding: 4px; }
.m_ttl { font-size: 22px; }
.m_txt p { font-size: 14px; }
.pd_color { font-size: 18px; }
.sch_day { font-size: 38px; }
.sch_day span { font-size: 16px; padding: 0 4px 0 0; position: relative; top: -2px; }
.sch_time { font-size: 20px; padding-left: 22px; letter-spacing: 0.5px; }
.sch_do { padding: 3px 6px 5px; font-size: 12px; top: -8px; left: 7px; }
ul.pd li { font-size: 16px; margin: 16px 20px 0 0; }
.pd { padding: 7px 16px; }
}

/* section05 */
.section05 {
background-image: url("../images/video_bg.jpg");
background-position: center center;
background-size: cover; }

.video_box { width: 31%; margin-bottom: 48px; }

@media all and (max-width: 1280px) {
.video_box { width: 48%; margin-bottom: 36px; }}
@media all and (max-width: 792px) {
.video_box { width: 100%; margin-bottom: 36px; }}


/* section06 */
.section06 {
background-color: #fff;
background-image: url("../images/voice_bg_01.png"),url("../images/voice_bg_02.png"),url("../images/voice_bg_03.png"),url("../images/voice_bg_04.png"),url("../images/voice_bg_05.png"),url("../images/voice_bg_06.png");
background-repeat: no-repeat;
background-position: right top, left top, left center, left bottom, right bottom, right center;
background-size: 360px auto; }

/* 吹き出し */
.spc_wrap { display: flex; align-content: center; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.speech {
    font-size: 14px;
    line-height: 1.65;
    padding: 1.0em;
    margin-inline: auto;
    color: #000;
	font-weight: 400;
    background-color: #fff;
    border: 1.5px solid #000;
    border-radius: 12px;
    position: relative;
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.15));
}

.speech::before,.speech::after {
  content: "";  
    display: inline-block;
    width: 0;
  height: 0;
  position: absolute;
    top: 50%;
  right: 0;
    transform: translateY(-50%);
    border-style: solid;
}

.speech:before {
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #000;
  margin-right: -20px;
}
.speech:after {
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #fff;
  margin-right: -18px;
}

.speech2 {
    font-size: 14px;
    line-height: 1.65;
    padding: 1.0em;
    margin-inline: auto;
    color: #000;
    background-color: #fff;
    border: 1.5px solid #000;
    border-radius: 12px;
    position: relative;
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.15));
}

.speech2::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -20px;
    top: 50%;
	margin-top: -10px;
    border-right-width: 20px;
    border-right-style: solid;
    border-right-color: #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.speech2::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -18px;
    top: 50%;
	margin-top: -9px;
    border-right-width: 18px;
    border-right-style: solid;
    border-right-color: #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.speech,.speech2 { width: 78%; }
.spc_p01 { padding-left: 14%; }
.spc_p02 { padding-right: 14%; }
.spc_img { width: 14%; }
.spc_p01 .spc_img { margin-left: 2%; }
.spc_p02 .spc_img { margin-right: 2%; }
.spc_wall { width: 80%; margin: 0 auto; max-width: 960px; }

@media all and (max-width: 900px) {
.section06 { background-size: 320px auto; }
.spc_wall { width: 90%; }
.speech,.speech2 { width: 70%; }
.spc_p01 { padding-left: 12%; }
.spc_p02 { padding-right: 12%; }
.spc_img { width: 18%; } }
@media all and (max-width: 640px) {
.section06 { background-size: 240px auto; }
.speech,.speech2 { width: 72%; }
.spc_p01 { padding-left: 0; }
.spc_p02 { padding-right: 0; }
.spc_img { width: 18%; }
.spc_p01 .spc_img { margin-left: 5%; }
.spc_p02 .spc_img { margin-right: 5%; }}
@media all and (max-width: 480px) {
.spc_wall { width: 100%; }
.speech,.speech2 { width: 70%; }
.spc_img { width: 21%; }
.spc_p01 .spc_img { margin-left: 7%; }
.spc_p02 .spc_img { margin-right: 7%; }}


/* section07 */
.section07 { background-color: #eeeaf1; }
.flex_wrap3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.map { width: 48%; margin-bottom: 48px; }

@media all and (max-width: 900px) {
.flex_wrap3 { max-width: 640px; width: 100%; margin: 0 auto; }
.map { width: 100%; margin-bottom: 36px; } }



/* footer */
footer {
background-image: url("../images/footer_bg.jpg");
background-position: center center;
background-size: cover;
padding: 60px 0 30px; }
.ff { flex-flow: column; }
.cr { font-size: 10px; color: #fff; text-align: center; margin-top: 20px; }

.flex_wrap4 { display: flex; justify-content: space-between; align-items: center; align-content: center; flex-wrap: wrap; }

.f_logo { width: 22%; font-size: 12px; color: #fff; }
.f_logo img { margin-bottom: 14px; max-width: 240px; width: 100%; }

.f_link { width: 69%; display: flex; justify-content: space-between; }
.f_link li { width: 31%; }
.f_link li a { text-decoration: none; color: #533076; font-weight: 500; font-size: 16px; letter-spacing: 2px; text-align: center; background-color: rgba(255,255,255,0.8); border: 6px solid rgba(195,171,217,0.9); width: 100%; padding: 30px 10px; display: block; }

@media all and (max-width: 1280px) {
.f_logo { width: 20%;}
.f_link { width: 74%;}
.f_link li { width: 32%; }
.f_link li a {font-size: 14px; letter-spacing: 0; padding: 20px 6px;border: 5px solid rgba(195,171,217,0.9);}}
@media all and (max-width: 900px) {
.f_logo, .f_link { width: 100%;}
.f_link { margin-top: 20px; }}
@media all and (max-width: 640px) {
footer { padding: 40px 0 20px; }
.f_link li a { rgba(255,255,255,0.9);font-size: 2vw; padding: 2vw 0.2vw;border: 4px solid rgba(195,171,217,0.9); font-weight: 700; } }
@media all and (max-width: 480px) {.cr { font-size: 8px; }}


/* section08 */
ul.more_link { margin-bottom: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; }
ul.more_link li { width: 23.5%; margin-bottom: 36px; }
ul.more_link li a { text-decoration: none; color: #533076; font-size: 14px; font-weight: 700; line-height: 1.0; letter-spacing: 2px; }
ul.more_link li a img { margin-bottom: 8px; }
.more_img { width: 38%; }
.more_txt { width: 59%; }
.more_txt p { font-size: 20px; font-weight: 700; line-height: 2.0; text-align: center; letter-spacing: 3px; }
@media all and (max-width: 1280px) {
ul.more_link { width: 80%; margin: 0 auto 20px; }
ul.more_link li { width: 47.5%; }}
@media all and (max-width: 1080px) {
.more_txt p { font-size: 18px; }
.more_img { width: 30%; }
.more_txt { width: 68%; }
}
@media all and (max-width: 900px) {
ul.more_link, .more_img, .more_txt { width: 100%; }
.more_img img { max-width: 480px; margin: 0 auto; width: 100%; }
.more_txt p { letter-spacing: 2px; font-size: 18px;}}

@media all and (max-width: 648px) {
ul.more_link { max-width: 420px; }
ul.more_link li { width: 100%; margin-bottom: 32px; }
.more_txt p { font-size: 14px; text-align: left; letter-spacing: 0; } }
@media all and (max-width: 480px) {.more_txt p { font-size: 3.6vw; } }



/* 読み込み時にふわ */
.inview0 {
    display: none;
}

/* スクロールすると下からふわっとさせるためのコード */
.inview {
  transform: translateY(0);
  /* 要素を透明にする */
  opacity: 0;
  /* 1秒かけて、変化させる */
  transition: transform 1.5s, opacity 1.5s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}

/* その他 */
.mgB0 { margin-bottom: 0 !important; }
.pcB { display: inherit; }
@media all and (max-width: 900px) {.pcB { display: none; }}
.txt_l01 { font-size: 150%; }
@media all and (max-width: 480px) {
.txt_l01 { font-size: 135%; }
}

.end { position: relative; border-color: rgba(230,230,230,0.6); }.end .pd_color { background-color: rgba(220,220,220,0.8); }
.end:after { content: ""; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background-color: rgba(250,250,250,0.6); z-index: 5; }
.end:before { content: "ご来校ありがとうございました！";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 280px;
	height: auto;
	padding: 10px 16px 12px;
	border-radius: 30px;
	background-color: #fff95d;
	color: #5badf5;
	z-index: 6;
	font-weight: 700;
	border: 2px solid #fff; }

