@charset "utf-8";

/* CSS Document */

/* reset */

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	text-decoration:none;
}
a:hover{
  opacity: 0.8;
}

* img{
  max-width: 100%;
}
html{scroll-behavior: smooth;}

/* #end reset */

.sp_only{display: none;}

.grad_btn{
  background: transparent linear-gradient(269deg, #FF4234 0%, #FFC400 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  width: 100%;
  max-width: 800px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  border-radius: 50vh;
}
.grad_btn span{
  padding-right: 40px;
  position: relative;
  display: inline-block;
  
}
.grad_btn span::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}

.floating_link{
  width: 298px;
  height: 116px;
  border-radius: 50vh;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #FFFFFF;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating_link span{
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.floating_link span::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}
.floating_link1{
  background: transparent linear-gradient(251deg, #4DFFC8 0%, #03B2FF 100%) 0% 0% no-repeat padding-box;
  left: 24px;
  bottom: 20px;
}
.floating_link2{
  background: transparent linear-gradient(251deg, #FF594D 0%, #FFA203 100%) 0% 0% no-repeat padding-box;
  right: 24px;
  bottom: 20px;
}

.wrap{
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.5;
  color: #262626;
}

.mv{
  width: 100vw;
  height: 100vh;
  min-height: 664px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mv::before{
  content:'';
  display: block;
  width: 100vw;
  aspect-ratio: 12 / 1;
  background-image: url("../images/mv_bg_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 100px;
}
.mv::after{
  content:'';
  display: block;
  width: 100vw;
  aspect-ratio: 8.51 / 1;
  background-image: url("../images/mv_bg_bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -40px;
  position: relative;
  z-index: -1;
  min-height: 140px;
}
.mv_ttl h1{
  text-align: center;
  padding: 10px 20px 0;
}
.mv_ttl h2{
  font-size:clamp(18px, 2.8vw ,36px);
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: #F3554A;
}
.mv_ttl p{
  font-size:clamp(16px, 1.8vw ,28px);
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: #999999;
}
.schedule{
  background: transparent linear-gradient(96deg, #FFAC1C 0%, #DF5151 28%, #2198FF 72%, #16BFFF 100%) 0% 0% no-repeat padding-box;
  padding: 20px;
}
.schedule .ttl{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.schedule .inner{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.schedule .left{
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.schedule .left p span{
  font-size: 75px;
  padding-right: 4px;
}
.schedule .right{
  margin-left: 50px;
  padding-left: 50px;
  border-left: solid 1px #fff;
}
.schedule .right .caption{
  font-size: 20px;
  font-weight: 700;
  color:#EF7E1E;
  background-color: #fff;
  padding: 8px 40px;
  border-radius: 50vh;
  display:block;
  width: fit-content;
}
.schedule .right .flex{
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  gap:10px;
  margin-top: 10px;
}
.schedule .right .flex div p{
  width: fit-content;
}
.schedule .right .flex div p:first-child{
  font-size: 22px;
}
.schedule .right .flex div p span{
  font-size: 75px;
}
.schedule .right .flex .m_line{
  margin-top: 22px;
}

.about{
  padding: 90px 20px 50px;
  background: transparent linear-gradient(99deg, #fa9257 0%, #f7f763 100%) 0% 0% no-repeat padding-box;
  margin-top: 20px;
}
.about .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.about .inner .ttl{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.about .block{
  margin: 30px auto 0;
  padding: 50px 100px;
  background-color: #fff;
  border-radius: 20px;
  
}
.about .block .grad_btn{
  margin-top: 50px;
}

.about .block ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap:15px;
}
.about .block ul li{
  width: calc((100% - 30px) / 3);
  height: 50px;
}
.about .block ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: transparent linear-gradient(99deg, #678af5 0%, #76C4FF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 50vh;
}

.top_navigator{
  padding:130px 20px;
  background: transparent linear-gradient(99deg, #ebffeb 0%, #5097c9 100%) 0% 0% no-repeat padding-box;
  margin-top: 20px;
}
.top_navigator .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.top_navigator .inner .ttl{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.top_navigator .inner .ttl ruby[data-ruby]::after {
  transform: translate(-50%, -1em);
}
.top_navigator .block{
  padding: 40px;
  background-color: #fff;
  margin-top: 40px;
  border-radius: 20px;
}
.top_navigator .block_ttl{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.top_navigator .block .set{
  margin: 40px auto;
}

.top_navigator .grad_btn{
  margin: 86px auto 0;
}

.footer{
  padding: 30px 20px;
}
.footer .inner{
  display: flex;
  flex-wrap: wrap;
  gap:40px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .copyright{
  font-size: 13px;
  font-weight: 700;
}

/* page */
.page_header{
  padding: 18px 28px;
}
.page_header .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_header .inner .logo{
  max-width: 220px;
}
.page_header .inner ul{
  display: flex;
  align-items: center;
  gap:40px;
}
.page_header .inner ul li a{
  font-size: 20px;
  color: #262626;
}

.page_content{
  padding-bottom: 100px;
  padding-top: 60px;
}
.page_content .page_inner{
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.headline .page_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-weight: 700;
  padding: 0 20px 60px;
  color: #727272;
  text-align: center;
}
.headline p{
  font-size: 17.7px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.8;
  color: #727272;
}

/* course */
.course{
  background: transparent linear-gradient(99deg, #defff1 0%, #91ffad 100%) 0% 0% no-repeat padding-box;
}
.course .inner{
  max-width: 1000px;
  margin: 80px auto 0;
}
.course .acc_headline{
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #F3554A;
}
.course .grad_btn{
  margin: 60px auto 0;
}

.toggle {
	display: none;
}
.acc_ttl {		/*タイトル*/
	padding: 20px 32px 20px 20px;
	display: block;
  font-size: 18px;
	color: #fff;
	background: transparent linear-gradient(267deg, #FF594D 0%, #FFA203 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
  margin-top: 20px;
}
.acc_ttl.acc_first{
  margin-top: 0;
}
.acc_ttl::before,.acc_ttl::after  {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  border-radius: 50vh;
}
.acc_ttl::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
.acc_ttl,
.acc_body {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.acc_body {		/*本文*/
	height: 0;
	overflow: hidden;
}
.toggle:checked + .acc_ttl + .acc_body {	/*開閉時*/
	height: auto;
	padding: 20px 0;
	transition: all .3s;
}
.toggle:checked + .acc_ttl::after {
	opacity: 0;
}
.course_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:20px;
}
.course_list .item{
  max-width: calc((100% - 40px) / 3);
}
.course_list .item .ttl{
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px 0;
}
.course_list .item .txt{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.navigator .inner{
  background-color:#4FA8DE;
  padding: 100px 20px 70px;
  margin-top: 100px;
}

.navigator_list .item{
  padding: 80px 60px 60px;
  background-color: #4FA8DE;
  border-radius: 20px;
}
.navigator_list .item + .item{
  margin-top: 40px;
  padding-top: 60px;
}

.navigator_list .item .item_inner{
  display: flex;
  align-items: flex-end;
}

.navigator_list .item .img{
  flex-shrink: 0;
  line-height: 1;
  font-size: 0;
}
.navigator_list .item .in_charge{
  margin-top: 30px;
  padding-top: 30px;
  border-top:dashed 2px #fff;
}
.navigator_list .item .in_charge h3{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.navigator_list .item .in_charge p{
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.navigator_list .item .in_charge a{
  background-color: #fff;
  color: #4FA8DE;
  width: 340px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  border-radius: 50vh;
  margin: 30px auto 0;
  max-width: 100%;
}
.navigator_list .item .in_charge a span{
  padding-right: 40px;
  position: relative;
}
.navigator_list .item .in_charge a span::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4FA8DE;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}

.navigator_list .item:nth-child(1) .img{
  margin-left: -69px;
}
.navigator_list .item:nth-child(2) .img{
  margin-left: -65px;
}
.navigator_list .item:nth-child(3) .img{
  margin-left: -69px;
}
.navigator_list .item:nth-child(4) .img{
  margin-left: -69px;
}

.navigator_list .item .txt{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap:30px;
}
.navigator_list .item .txt .name{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: bottom;
}
.navigator_list .item .txt .name .line_break{
    display: none;
}
.navigator_list .item .txt .name span{
  font-size: 34px;
  margin: 0 20px;
}
ruby[data-ruby] rt {
  display: none;
}
ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
 
ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1.5em);
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  font-size: 44%;
  letter-spacing: 0;
  color: #fff;
}

.navigator_list .item .txt dl{
  display: flex;
  flex-wrap: wrap;
  gap:0 8px;
}
.navigator_list .item .txt dl dt{
  font-size: 16px;
  font-weight: 700;
  color: #0FD5DF;
  background-color: #FFF704;
  width: 7.5em;
  display: flex;
  justify-content: center;
  line-height: 1.8;
}
.navigator_list .item .txt dl dd{
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 1120px) {
  .schedule .left{
    font-size: 22px;
    display: flex;
    gap:5px;
  }
  .schedule .left p span{
    font-size: 60px;
  }
  .schedule .right{
    width: 100%;
  }
  .schedule .right .caption{
    font-size: 17px;
    padding: 5px 34px;
    margin: 0 auto;
  }
  .schedule .right .flex{
    font-size: 22px;
  }
  .schedule .right .flex div p:first-child{
    font-size: 18px;
  }
  .schedule .right .flex div p span{
    font-size: 60px;
  }
  .about .block{
   padding: 50px 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .navigator_list .item .txt .name{
    line-height: 1.2;
  }
  .navigator_list .item .txt .name .line_break{
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .schedule .inner{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .schedule .right{
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 30px;
    margin-top: 30px;
    border-top:solid 1px #fff;
  }
  
  .about .block ul li a{
    font-size: 17px;
  }
  .navigator_list .item{
    padding: 60px 20px;
  }
  .navigator_list .item .item_inner{
    flex-direction: column;
    align-items: center;
    gap:40px;
  }
  .navigator_list .item .img{
    margin-left: 0 !important;
  }
  .navigator_list .item .txt .name{
    font-size: 23px;
    text-align: center;
  }
  .navigator_list .item .txt .name span{
    margin: 0 15px;
    font-size: 32px;
  }
  
}

@media only screen and (max-width: 768px) {
  .sp_only{display: block;}
  .pc_only{display: none;}
  
  .grad_btn{
    font-size: 15px;
    max-width: 100%;
    height: 60px;
    justify-content:flex-start;
  }
  .grad_btn span{
    padding:0 20px;
    width: 100%;
  }
  .grad_btn span::after{
    right: 10px;
  }
  
  .floating_link{
    width: 50%;
    height: 60px;
    border-radius: 0;
    font-size: 17px;
    border: 2px solid #FFFFFF;
  }
  .floating_link1{
    left: 0;
    bottom:0;
    border-right:solid 1px #fff;
  }
  .floating_link2{
    right: 0;
    bottom:0;
    border-left:solid 1px #fff;
  }
  .mv{
    min-height: 780px;
  }
  .mv::before{
    min-height: 70px;
  }
  .mv::after{
    min-height: 90px;
  }
  .mv_ttl h1{
    max-width: 500px;
    margin: 0 auto;
  }
  .mv_ttl h2{
    font-size:clamp(16px, 5.8vw ,24px);
  }
  .mv_ttl p{
    font-size:clamp(14px, 4vw ,20px);
  }
  
  .schedule{
    padding: 20px 20px 30px;
  }
  .schedule .ttl{
    font-size: 30px;
  }
  .schedule .right .flex{
    flex-direction: column;
    gap:10px;
    width: fit-content;
    margin: 16px auto 0;
  }
  
  .about{
    padding: 60px 20px;
  }
  .about .inner .ttl{
    font-size: 30px;
  }
  
  .about .block ul li{
    width: 100%;
    height: 40px;
  }
  .about .block ul li a{
    font-size: 16px;
  }
  
  .top_navigator{
    padding: 60px 20px 90px;
        background: transparent linear-gradient(99deg, #d2f7d2 0%, #5097c9 100%) 0% 0% no-repeat padding-box;
  }
  .top_navigator .inner .ttl{
    font-size: 30px;
  }
  .top_navigator .block{
    padding: 50px 20px;
  }
  .top_navigator .block_ttl{
    font-size: 20px;
  }
  .top_navigator .block .item{
    width: 100%;
  }
  .top_navigator .block .item img{
    width: 100%;
  }
  .top_navigator .block .item .name{
    font-size: 18px;
  }
  
  .footer{
    padding: 30px 20px 70px;
  }
  .footer .inner{
    gap:20px;
  }
  
  .page_content{
    padding: 60px 20px;
  }
  .page_header{
    padding: 10px 20px 20px;
  }
  .page_header .inner{
    display: block;
  }
  .page_header .inner .logo{
    width: 220px;
    margin: 0 auto;
  }
  .page_header .inner ul{
    justify-content: center;
    margin-top: 10px;
    gap:20px;
  }
  
  .page_header .inner ul li a{
    font-size: 16px;
  }
  
  .headline .page_ttl{
    font-size: 32px;
    padding: 0 20px 40px;
  }
  
  .course .acc_headline{
    font-size: 22px;
  }
  .course_list .item{
    max-width: 100%;
  }
  .course .grad_btn{
    font-size:15px;
  }
  
  .navigator_list .item:nth-child(1) .img,
  .navigator_list .item:nth-child(2) .img,
  .navigator_list .item:nth-child(3) .img,
  .navigator_list .item:nth-child(4) .img{
    margin-left: 0;
  }
  .navigator_list .item .txt dl{
    flex-direction: column;
  }
  .navigator_list .item .txt .name{
    text-align: center;
    line-height: 1.5;
  }
  .navigator_list .item .in_charge p br{
    display: none;
  }
  .navigator_list .item .in_charge a{
    font-size: 16px;
  }
  .navigator_list .item .in_charge a span{
    padding:0 30px 0 20px;
  }
  .navigator_list .item .in_charge a span::after{
    right: 10px;
  }
  
}