@charset "utf-8";

/* CSS Document */
/* ----------------------------- Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}*/
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
    overflow: hidden;
}
input, select {
  vertical-align: middle;
}
/*div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: table;
}*/
div:after, ul:after, ol:after, dl:after {
  clear: both;
}
div, ul, ol, dl {
  zoom: 1;
}
.clear {
  clear: both;
}
.clear-l {
  clear: left;
}
.clear-r {
  clear: right;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*---------------reset end---------------*/

body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 100%;
	min-width: 100%;
	width: 100%;
	margin: auto;
	background-size: auto auto;
	background-color: #FFBB00;/*rgba(255, 198, 198, 1)*/
}
.allWrapper{
	width: 100%;
	overflow: hidden;   
}
article {
  display: block;
  width: 100%;
}

.pagetop {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 160px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 200;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.pagetop.fadein {
  opacity: 1;
}

/*-------------------------- responsive --------------------------*/
@media screen and (max-width: 768px) {
	.pagetop {
		border: solid 2px #000;
		height: 60px;
		width: 60px;
		right: 20px;
		bottom: 140px;
	}
}

/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/
header{
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
	background: #FFBB00;
	padding: 0 0 30px 0;
	overflow: hidden;
}

header h1{
	width:100%
}
header h1.pc{
	background: url("../images/fall2025mainBace-pc.webp");
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	width:100%;
	height: 100%;
	position: relative;
	margin-top: 45px;
}
header h1 img{
	width:90%;
	height: auto;
}
header h1.pc img{
	max-width: 1200px;
	margin: 0 auto;
}
header h1.pc img.logo{
	position: absolute;
	width: 30%;
	top:10px;
	left: 20px;
}
header .insLogo{
	position: relative;
	right: 0;
}
header .insLogo img{
	position: absolute;
	width: 30px;
	right: 20px;
	top: 8px;
	z-index: 10;
}

header .inner{
	/*background: #fff;*/
	max-width: 1100px;
	margin: 20px auto 0;
	padding: 20px 0 0px;
}


/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	header{
		padding-bottom: 0px;
		margin: 0 auto 20px;
	}
	header h1 img{
		width:100%
	}
	header .insLogo img{
		width: 8%;
		right: 9px;
		top: 12px;
	}
	header .inner{
		padding: 0 0 40px;
	}

}

/*---------------------------------------------------------------------------------------
	cam
----------------------------------------------------------------------------------------*/

.cam-wrap2{
  width: 1000px;
  margin: 30px auto 0px;
}

.cam-wrap2 .flex-wrap{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  margin-bottom: 60px;
}

.cam-wrap2 .camWrap-1{
	width: calc(95% / 2);
	background: #ECF7FD;
	border-radius: 15px;
	margin-bottom: 0px;
	padding: 20px 0 0;
}

.cam-wrap2 .camWrap-1 figure{
	width: 100%;
}
.cam-wrap2 .camWrap-1 figure img{
	width: 100%;
}

.cam-wrap2 .flex-wrap .form-attention{
	font-size: .9rem;
	margin-top: 5px;
}

.cam-wrap2 h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 3.0rem;
	text-align: center;
	color: #000;/*#EF1452*/
	margin-bottom: 15px;
	letter-spacing: .1em;
	position: relative;
	line-height: 1.1;
	font-weight: bolder;
	padding-bottom: 10px;
}

.cam-wrap2 h2:before, .cam-wrap2 h2:after{
  content: "";
  display: table;	
}
.cam-wrap2 .flex-wrap section h3{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 2.6rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 10px;
}
.cam-wrap2 .flex-wrap section:nth-child(1)  h3{
	color: #1A8C00;
}
.cam-wrap2 .flex-wrap section:nth-child(2)  h3{
	color: #008CF5;
}
.cam-wrap2 h3 span{
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 10px;
}
.cam-wrap2 .camWrap-1 p{
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	margin: 10px 0 15px;
}
.cam-wrap2 .camWrap-1 .inner.reSP{
	padding: 0 25px 20px;
}
.cam-wrap2 .camWrap-1 .inner.reSP dl dt{
	color: #fff;
	padding: 10px 0 9px;
	margin: 15px 0 5px;
}
.cam-wrap2 .flex-wrap section:nth-child(1) .inner.reSP dl dt{
	background: #1A8C00;
}
.cam-wrap2 .flex-wrap section:nth-child(2) .inner.reSP dl dt{
	background: #008CF5;
}

.cam-wrap2 .camWrap-1 .inner.reSP dl dd{
	font-size: 1.3rem;
	line-height: 1.5;
}


/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.cam-wrap2{
		width: 90%;
		margin: 0px auto 50px;
	}
	.cam-wrap2 h2{
		font-size: 2.2rem;
		text-align: center;
	}
	.cam-wrap2 h2:before, .cam-wrap2 h2:after{
		content: none;
		display: block;
	}

	.cam-wrap2 .flex-wrap{
		display: block;
		margin-bottom: 30px;
	}
	.cam-wrap2 .camWrap-1{
		width: 100%;
		padding: 20px 0 0px;
		margin-bottom: 50px;
	}
	.cam-wrap2 .camWrap-1 .inner.reSP{
		padding: 0 15px 20px;
	}
	.cam-wrap2 .flex-wrap section h3{
		font-size: 2.4rem;
	}
	.cam-wrap2 h3 span{
		font-size: 1.4rem;
	}
	.cam-wrap2 .school-wrap{
		padding: 30px 10px 10px;
	}
	.cam-wrap2 .school-wrap h3{
		font-size: 1.8rem;
	}
	.cam-wrap2 .school-wrap ul{
		width: 100%;
		display: block;
	}
	.cam-wrap2 .school-wrap ul dl dt{
		font-size: 1.1rem;
	}
	.cam-wrap2 .school-wrap ul dl dd{
		font-size: 1.1rem;
		line-height: 1.6;
	}

}


/*---------------------------------------------------------------------------------------
	summer2025-wrap1
----------------------------------------------------------------------------------------*/
.mb30{
	margin-bottom: 30px;
}

.cam-title{
	font-family: "corporate-logo-ver2", sans-serif;
	position: relative;
	width: 540px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 800;
	color: #333;
}
.cam-title:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 3px;
    height: 110%;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.cam-title:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -3px;
    width: 3px;
    height: 110%;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}
.cam-title2{
	width:70%;
	margin: -30px auto 0;
}
.cam-title2 img{
	width:100%;
	margin: 0px auto 0;
}


.summer2025-wrap1{
	width: 65%;
	background: #fff;
	border-radius: 15px;
	padding: 10px 0 30px;
	margin: 0 auto 30px;
	text-align: left;
	text-align: center;
}
.summer2025-wrap1 ul{
	margin: -30px 0 0 0;
}
.summer2025-wrap1 li{
	margin: 30px 0 0 30px;
	font-size: 2rem;
	font-weight: 800;
	position: relative;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.2;
}
.summer2025-wrap1 li img{
	width: 30%;
	position: absolute;
	right: 70px;
	top: -40px;
}

.summer2025-wrap1 strong{
	color : #ff5151;
}

.summer2025-wrap1 li .slash{
  position: relative;
}
.summer2025-wrap1 li .slash:before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}

.contest-sp{
	width: 840px;
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	/*border: solid 2px #3F4041;*/
	text-align: left;
}
.contest-sp h3{
	font-size: 2.0rem;
	line-height: 1.2;
}
.contest-sp p{
	margin: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.3;
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.cam-title{
		width: 90%;
		margin: 0 auto 30px;
		font-size: 2.4rem;
	}
	.cam-title:before {
		left: 15px;
		bottom: -5px;
	}
	.cam-title:after {
		right: 15px;
		bottom: -5px;
	}
	.cam-title2{
		width:100%;
		margin: -30px auto 0;
	}

	.summer2025-wrap1{
		width: 85%;
		padding: 5px 10px 20px;
	}
	.summer2025-wrap1 ul{
		margin: -20px 0 0 0;
	}
	.summer2025-wrap1 li{
		margin: 15px 0 0 0px;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.3;
		padding-left: 0em;
		text-indent: 0em;
	}
	.summer2025-wrap1 li img{
		width: 100%;
		position: relative;
		right: 0px;
		top: 10px;
	}
	.contest-sp{
		width: calc(85% - 40px);
	margin: 20px auto 0;
	display: block;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}
	.contest-sp .contest-inner{
		position: relative;
		padding-top: 56.25%;
	}
	.contest-sp iframe{
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contest-sp h3{
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 10px 0 0;
}
.contest-sp p{
	margin: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.3;
}
	
}


/*---------------------------------------------------------------------------------------
	summer2025-wrap4
----------------------------------------------------------------------------------------*/
.summer2025-wrap4{
	background:  #0089D7;/*#FFF800;rgba(255, 81, 81, 1)*/
	margin: 0px 0 0px 0;
	padding: 30px 0 20px;
}
.summer2025-wrap4 h2{
	font-size: 2.0rem;
	text-align: center;
	color: #FFF800;
	line-height: 1.3;
	
}
.summer2025-wrap4 p{
	text-align: center;
	color: #fff;
	margin: 10px 0 0; 
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.summer2025-wrap4{
		margin: 0px 0 0px 0;
		padding: 30px 10px 20px;
	}
	.summer2025-wrap4 h2{
		font-size: 1.8rem;
	}
	.summer2025-wrap4 p{
		line-height: 1.3;
		margin: 10px 0 0;
	}
	
	
}




/*---------------------------------------------------------------------------------------
	/flow
----------------------------------------------------------------------------------------*/
.flow1-wrap{
	background: #fff;
	padding-bottom: 50px;
}
.flow1{
	
}

.flow1 h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 3.0rem;
	text-align: center;
	color: #0F3286;/*#EF1452*/
	letter-spacing: .1em;
	position: relative;
	line-height: 1.1;
	font-weight: bolder;
	padding: 40px 0 10px;
}
.flow1 p{
	color: #0F3286;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	width: 60%;
	margin: 0 auto;
}
.flow1 p span.marker{
	color: #fff;
	background: #E65656;
	padding: 5px 10px;
	margin: 0 .5em;
}
/*.flow1 p small{ font-size: 1.4rem;}*/

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.flow1-wrap{
		padding-bottom: 0px;
	}
	.flow1 h2{
		font-size: 2.2rem;
		text-align: center;
		padding: 40px 0 10px;
	}
	.flow1 p{
		font-size: 1.3rem;
		line-height: 1.3;
		width: 90%;
	}
}


.flow2{
	width: 1000px;
	margin: 10px auto 0;
	padding: 0 0 0px;
	background: #F0EFEF;
}
.flow2 .wrap{ position: relative;}

.flow2 .bg-white{
	padding: 0 50px 50px;
	border-radius: 30px;
	position: relative;
	margin: 80px 0 0px;
}
.flow2 .bg-white .clm1{
	font-size: 1.8rem;
	font-weight: bold;
	display: grid;
	grid-template-columns: 3fr 4fr;
}
.flow2 .bg-white figure.abs{
	position: relative;
	z-index: 1;
	top: -50px;
	left: 85px;
	width: 75%;
	border-radius: 300px;
}

.flow2 .bg-white figure.abs img{ 
	width: 100%;
	border-radius: 300px;}

.flow2 .bg-white h2{
	text-align: left;
	position: relative;
	z-index: 2;
	left: 15px;
	margin-bottom: 25px;
	margin-top: -15px;
}
.flow2 .bg-white h2 em{
	color: #fff;
	font-size: 2.0rem;
	letter-spacing: .2em;
	font-weight: bold;
	background: #0F3286;
	padding: 10px 10px;
	display: inline-block;
	margin-bottom: 8px;
}
.flow2 .bg-white h2 span{
	display: inline-block;
	color: #0F3286;
	font-size: 1.4rem;
	border: 1px solid #0F3286;
	text-align: center;
	padding: 3px 15px;
	background: #fff
}


.flow2 .bg-white .clm3{
	clear: both;
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

.flow2 .bg-white .clm3 ul{
	margin: 0px 0 0px;
}
.flow2 .bg-white .clm3 ul li{
	list-style: none;
	margin: 0px 0 50px;
}

.flow2 .bg-white .clm3 ul li dl{
	display: flex;
	justify-content: space-between;
}

.flow2 .bg-white .clm3 ul li dl dt{
	width: 45%;
}
.flow2 .bg-white .clm3 ul li dl dt img{
	width: 100%;
}
.flow2 .bg-white .clm3 ul li dl dd div{
	margin: 0 0 20px;
}
.flow2 .bg-white .clm3 ul li dl dd div span{
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 15px;
	padding: 1px 15px;
	color: #fff;
}

.flow2 .bg-white .clm3 ul li:first-child dl dd div span{
	background: #629FF7;
}
.flow2 .bg-white .clm3 ul li:nth-child(3) dl dd div span{
	background: #F79262 ;
}
.flow2 .bg-white .clm3 ul li:last-child dl dd div span{
	background: #F76287;
}


.flow2 .bg-white .clm3 ul li dl dd{
	width: 50%;
}

.flow2 .bg-white .clm3 ul li dl dd h3{
	font-family: "corporate-logo-ver2", sans-serif;
	margin: 20px 0 10px;
	font-size: 2.2rem;
	color: #0F3286;
}

.flow2 .bg-white .clm3 ul li dl dd p{
	text-align: left;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5em;
}
.flow2 .bg-white .clm3 ul li dl dd p a{
	border-bottom: 1px solid #333;
	
}


.flow2 .bg-white .clm3 ul li.triangle {
	height: calc(80px / 2);
	width: 60px;
	clip-path: polygon(0 0, 50% 50%, 100% 0);
	color:  #0F3286;
	background: #0F3286;
	margin: 20px auto 0;
}



.flow2 .bg-white dl.bg-gray{
	background: #F0EFEF;
	padding: 40px 50px;
	border-radius: 20px;
}
.flow2 .bg-white dl.bg-gray dt{
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 0 25px;
	margin-bottom: 20px;
}
.flow2 .bg-white dl.bg-gray dt:before,.flow2 .bg-white dl.bg-gray dt:after{
	content: "";
	width: 16px;
	height: 27px;
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
}
.flow2 .bg-white dl.bg-gray dt:before{ background: url("../img/about6-balloon1.svg") center no-repeat; left: 0;}
.flow2 .bg-white dl.bg-gray dt:after{ background: url("../img/about6-balloon2.svg") center no-repeat; right: 0;}
.flow2 .bg-white dl.bg-gray dd{ text-align: left;}
.flow2 .bg-white dl.bg-gray dd ul li{ display: inline-block; margin: 0 12px 10px 0;}
.flow2 .bg-white dl.bg-gray dd ul li div{ display: flex;}
.flow2 .bg-white dl.bg-gray dd figure{ background: #0F3286; display: flex; width: 37px; justify-content: center; align-items: center;}
.flow2 .bg-white dl.bg-gray dd div span{
	flex: 1;
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
}
.flow2 .bg-white dl.bg-gray dd div span em{ font-weight: bold;}
.flow2 .btn{padding-top: 30px;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.flow2{
		width: 100%;
		margin: 10px auto 0;
		padding: 0 0 0px;
	}
	.flow2 .wrap{
		padding: 0 0 70px;
	}

	.flow2 .bg-white{
		padding: 0 15px 0px;
		margin: 40px 0 0;
	}
	.flow2 .bg-white .clm1{
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
	}
	.flow2 .bg-white figure.abs{
		position: relative;
		z-index: 1;
		top: -50px;
		left: 0px;
		width: 70%;
		margin: 0 auto;
	}

	.flow2 .bg-white figure.abs img{
		width: 100%;
	}
	.flow2 .bg-white h2{
		left: 0px;
	}
	.flow2 .bg-white h2 em{
		font-size: 1.6rem;
		padding: 8px 10px;
	}

	.flow2 .bg-white .clm3{
		display: block;
	}

	.flow2 .bg-white .clm3 ul li{
		margin: 0px 0 20px;
	}

	.flow2 .bg-white .clm3 ul li dl{
		display: block;
	}
	.flow2 .bg-white .clm3 ul li dl dt{
		width: 90%;
		margin: 0 auto 10px;
	}
	.flow2 .bg-white .clm3 ul li dl dd{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}


	
}


/*---------------------------------------------------------------------------------------
	summer2025-wrap2
----------------------------------------------------------------------------------------*/
.summer2025-wrap2{
	width: 100%;
	background: #fff;
	margin: 0px auto 0;
	padding: 50px 0;
	font-size: 1.2rem;
}

.summer2025-wrap2-innerwrap{
	width: 940px;
	border-radius: 15px;
	margin: 0px auto 0;
}

.summer2025-wrap2-course{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 80px;
}
.summer2025-wrap2-course div{
	width: 100%;
}
.summer2025-wrap2-course div img{
	width: 100%;
}
.summer2025-wrap2-course div:first-child h3{
	color: #4cb21b;
}

.summer2025-wrap2-course div:last-child h3{
	color: #046aca;
}
.summer2025-wrap2-course div h3{
	font-size: 2.0rem;
	text-align: center;
	margin: 10px 0 0;
}
.summer2025-wrap2-course div:first-child  ul li:first-child{
	border: 2px solid #4cb21b;
	color: #4cb21b;
}
.summer2025-wrap2-course div:last-child  ul li:first-child{
	border: 2px solid #046aca;
	color: #046aca;
}
.summer2025-wrap2-course div ul li:first-child{
	margin: 10px 0;
	text-align: center;
	padding: 5px 0 4px;
	font-weight: 800;
} 
.summer2025-wrap2-course div ul li .slash{
  position: relative;
	font-size: 1.4rem;
}
.summer2025-wrap2-course div ul li .slash:before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

.summer2025-wrap2-course div ul li:nth-child(2) {
  position: relative;
  display: inline-block;
  margin: 0.5em 0 1.2em;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.2rem;
  background: #ff5151;
  border-radius: 25px;
}
.summer2025-wrap2-course div ul li:nth-child(2) span{
	color: #FFF800;
}
.summer2025-wrap2-course div ul li:nth-child(2) strong{
	font-size: 1.6rem;
}
.summer2025-wrap2-course div ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 70%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #ff5151;
}

.summer2025-wrap2-course div ul li:nth-child(2) p {
  margin: 0;
  padding: 0;
}
.summer2025-wrap2-course div ul li:nth-child(4) {
	margin: 15px 0 0;
	padding: 15px 0 0;
	line-height: 1.3;
}
.summer2025-wrap2-course div:first-child  ul li:nth-child(4){
	border-top: 3px  dotted #4cb21b;
}
.summer2025-wrap2-course div:last-child  ul li:nth-child(4){
	border-top: 3px dotted #046aca;
}

.summer2025-wrap5{
	margin-top: 50px;
}
.summer2025-wrap5 ul li dl {
	border: 2px solid #0089D7;
	text-align: center;
}
.summer2025-wrap5 ul li dl dt{
	background: #0089D7;
	color: #fff;
	padding: 13px;
}
.summer2025-wrap5 ul li dl dd{
	padding: 20px;
}
.summer2025-wrap5 ul li dl dd strong{
	font-weight: 600;
	line-height: 1.5;
}

	
.summer2025-wrap5 ul li dl dd span{
	font-size: 1.0rem;
}
.summer2025-wrap6{
	margin-top: 50px;
}

.summer2025-wrap6-inner{
	display: grid;
	grid-template-columns: 5fr 2fr;
	column-gap: 20px;
}

.ttl {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 4rem auto 1rem;
    padding: 0 2rem;
}
.ttl__main {
    font-size: 1.4rem;
    font-weight: bold;
}
.ttl__sub {
    display: block;
    font-size: 1.1rem;
    font-weight: lighter;
}
.ttl::before, .ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 2rem;
    background: rgba(0, 0, 0, 0.4);
}
.ttl::before {
    transform: rotate(-30deg);
    left: 0;
}
.ttl::after {
    transform: rotate(30deg);
    right: 0;
}
.summer2025-wrap6 h3{
	color: #ee782b;
	margin: 0px 0 0;
	line-height: 1.2;
	font-size: 1.2rem;
}
.summer2025-wrap6 h3 strong{
	margin: 0px 0 0;
	font-size: 2.0rem;
	line-height: 1.2;
}
.summer2025-wrap6-inner p{
	margin: 10px 0 0;
	line-height: 1.3;
}
.summer2025-wrap6-inner dl {
	border: 2px solid #ee782b;
	text-align: center;
	margin: 10px 0 0;
}
.summer2025-wrap6-inner dl dt{
	background: #ee782b;
	color: #fff;
	padding: 9px;
}
.summer2025-wrap6-inner dl dd{
	padding: 10px;
	line-height: 1.2;
}
	
.summer2025-wrap6-inner dl dd span{
	font-size: 0.9rem;
}
.summer2025-wrap6-inner div:last-child{
	width: 100%;
}
.summer2025-wrap6-inner div:last-child img{
	width: 100%;
	padding: 10px 0 0;
}

.summer2025-wrap7{
	margin-top: 70px;
	border: 5px solid #ff5151;
	border-radius: 20px;
	padding: 30px 30px 20px 20px;
	background: #FEFFD4;
}
.summer2025-wrap7{
	display: grid;
	grid-template-columns: 1fr 3fr;
	column-gap: 20px;
}
.summer2025-wrap7 h3{
	width: 100%;
}
.summer2025-wrap7 h3 img{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
}
.summer2025-wrap7 h4{
	color: #ff5151;
	margin: 0px 0 0;
	font-size: 1.4rem;
	line-height: 1.2;
}
.summer2025-wrap7 p{
	margin: 10px 0 0;
	line-height: 1.3;
}
	
	
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.summer2025-wrap2-innerwrap{
		width: 85%;
		padding: 5px 10px 20px;
	}
	.summer2025-wrap2-course{
		display: block;
	}
	.summer2025-wrap2-course div:last-child{
		margin-top: 50px;
	}
	
	.summer2025-wrap2-course div ul li:nth-child(2) {
		font-size: 1.1rem;
	}
	.summer2025-wrap2-course div ul li:nth-child(2) strong{
		font-size: 1.4rem;
	}
	.summer2025-wrap6-inner{
		display: block;
	}
	.summer2025-wrap6-inner div{
		width: 100%;
	}
	.summer2025-wrap6-inner div:first-child img.sp{
		display: block;
		width: 100%;
		margin: 10px 0 0;
	}

	.summer2025-wrap6 h3{
		text-align: center;
	}
	.ttl {
		padding: 0 1rem;
	}
	.summer2025-wrap7{
		display: block;
	}
	.summer2025-wrap7 h3 img{
		width: 80%;
		display: block;
		margin: 0px auto 10px;
	}
	
	
}

/*---------------------------------------------------------------------------------------
	summer2025-wrap3
----------------------------------------------------------------------------------------*/

.summer2025-wrap3{
	width: 900px;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	margin: 50px auto 80px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap: 20px;
}
.summer2025-wrap3 p{
	font-size: 1.2rem;
	line-height: 1.3;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.summer2025-wrap3{
		width: 80%;
		padding: 5px 20px 20px;
		margin: 50px auto 30px;
	}
	.summer2025-wrap3{
		display: block;
	}
	.summer2025-wrap3 p{
		margin: 10px 0 0;
	}
}




.summer2025-wrap1 ul li,
.summer2025-wrap2 ul li,
.summer2025-wrap3 ul li{
	list-style: none;
}
/*---------------------------------------------------------------------------------------
	summerCam-wrap
----------------------------------------------------------------------------------------*/
.summerCam-wrap{
    max-width: 1056px;
    margin: 30px auto 100px;
}
.summerCam-wrap h2{
	font-size: 3.0rem;
	text-align: center;
	color: #EF1452;
	margin-bottom: 1.0em;
	letter-spacing: .1em;
	position: relative;
	line-height: 0.85;
	font-weight: 900;
}
.summerCam-wrap h2 strong{ font-size: 4.6rem;}
.summerCam-wrap h2 span  { font-size: 3.8rem;}
.summerCam-wrap h2 small { font-size: 2.2rem;}
.summerCam-wrap h2:before, .summerCam-wrap h2:after{
    content: "";
    display: table;
    position: absolute;
    width: 85%;
    height: 85%;
    z-index: 50;
}
.summerCam-wrap h2:before{
    background: url("../images/cal_str.svg") top left no-repeat;
    left: 100px;
    top: 15px;
}
.summerCam-wrap h2:after{
    background: url("../images/cal_key.svg") top right no-repeat;
	right: 100px;
    top: 15px;
}
.summerCam-wrap ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    /*width: 80%;*/
    margin: 0 auto 60px;
}
.summerCam-wrap ul li{
	width: calc(90% / 3);
	background: #ECF7FD;
	border-radius: 15px;
	margin-bottom: 0px;
    list-style: none;
}
.summerCam-wrap ul li figure img{
	border-radius: 15px  15px  0  0;
	width: 100%;
    margin-bottom: 10px;
}
.summerCam-wrap ul li h3{
	font-size: 1.2rem;
	line-height: 1.3;
    font-weight: 600;
}
.summerCam-wrap ul li h3 strong{
	font-size: 1.7em;
	line-height: 0.9;
    font-weight: 800;
}
.summerCam-wrap ul li h3 span{
	font-size: 1.2em;
	line-height: 0.9;
}
.summerCam-wrap ul li h3 small{
	font-size: 1.2em;
	line-height: 2.0;
    position: relative;
}
.summerCam-wrap ul li h3 small:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    width: 2px;
    height: 35px;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.summerCam-wrap ul li h3 small:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    width: 2px;
    height: 35px;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}
.summerCam-wrap ul li .inner{
	padding: 10px 20px 20px;
}
.summerCam-wrap ul li .inner dl{
    margin: .5rem auto;
    vertical-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.summerCam-wrap ul li .inner dl dt, .summerCam-wrap ul li .inner dl dd{
    padding: .5rem .3rem .5rem .8rem;
    border: 2px solid #038CD8;
}
.summerCam-wrap ul li .inner dl dt{
    background: #038CD8;
    color:#fff;
    letter-spacing: .4em;
	font-size: 1.0rem;
    transform: rotate(0.05deg);
}
.summerCam-wrap ul li .inner dl dd{
    background: #fff;
    letter-spacing: .1em;
    font-size: 1.2rem;
    transform: rotate(0.05deg);
}
.summerCam-wrap ul li .inner p{
    font-size: 1.2em;
	line-height: 1.5;
    font-weight: 600;
	text-align: left;
    transform: rotate(0.05deg);
}
.summerCam-wrap ul li .inner p span{
    background:linear-gradient(transparent 60%, #E8E757 60%);
}
.fukidashi{
	/*width: 80%;
	margin: 0 auto 20px;*/
	color: #EF1452;
}
.fukidashi div {
	font-size: 1.3rem;
  position: relative;
  
  padding: 12px 16px;
  border-bottom: 2px solid #333;
  background-color: #ECF7FD;
	margin: 0 0 20px 0;
}
.fukidashi div:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ECF7FD; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.fukidashi div:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  /*z-index: -1;*/
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid ;
  border-color: #333 #333 transparent transparent;
  background-color: #ECF7FD;
  rotate: 135deg;
  translate: -50%;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
    .summerCam-wrap{
        width: 100%;
        margin: 10px auto 10px;
        overflow: hidden;
    }
    .summerCam-wrap h2{
        font-size: 9.0vw;
        margin-bottom: 1.0em;
        letter-spacing: .1em;
        position: relative;
        line-height: 0.85;
        font-weight: 900;
    }
    .summerCam-wrap h2 strong{ font-size: 14.6vw;}
    .summerCam-wrap h2 span  { font-size: 11.8vw;}
    .summerCam-wrap h2 small { font-size: 6.2vw;}
    .summerCam-wrap h2:before{
        background: none;
    }
    .summerCam-wrap h2:after{
        background: none;
    }
    .summerCam-wrap ul{
        display: block;
        margin-bottom: 0px;
    }
    .summerCam-wrap ul li{
        width: 85%;
        margin: 0px auto 50px;
    }
    .summerCam-wrap ul li figure img{
        margin-bottom: 0px;
    }
    .summerCam-wrap ul li .inner{
        padding: 20px 20px 20px;
    }
    .summerCam-wrap ul li .inner dl{
        margin: .5rem auto 20px;
    }
}


/*---------------------------------------------------------------------------------------
	summerCourse-wrap waveBace
----------------------------------------------------------------------------------------*/
.bg1{
	background: #7d3c98;/*#0f6e9e#002553*/
	padding: 20px 0 20px;	
}

.summerschool2025-wrap .wrap{
	margin: 30px auto 30px;
	overflow: hidden;
	
}

.summerschool2025-wrap h2{
	font-size: 3.0rem;
	text-align: center;
	color: #FA9A46;
	letter-spacing: .1em;
	position: relative;
	line-height: 1.1;
	font-weight: 800;
	margin-bottom: 10px;
}
.summerschool2025-wrap h2 span  { font-size: 3.8rem;}
.summerschool2025-wrap h2 small { font-size: 2.2rem;}

.summerschool2025-wrap p {
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
}
.summerschool2025-wrap p a {
	color: #fff;
}

.summerschool2025-wrap figure{
	width: 60%;
	margin: 20px auto 0;
	border: 4px solid #1D1E2D;
}
.summerschool2025-wrap figure img{
	width: 100%;
	margin: 0 auto;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.summerschool2025-wrap h2{
        font-size: 9.0vw;
        /*margin-bottom: 1.4em;*/
        letter-spacing: .1em;
        position: relative;
        font-weight: 900;
    }
    .summerschool2025-wrap h2 span  { font-size: 9.8vw; display: block; margin-top: -30px;}
    .summerschool2025-wrap h2 small { font-size: 6.2vw; display: block;}
	
	.summerschool2025-wrap p{
		font-size: 1.1rem;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	.summerschool2025-wrap figure{
		width: 90%;
		margin: 0 auto;
	}
}



/*---------------------------------------------------------------------------------------
	aboutSchool-wrap 5つの理由！
----------------------------------------------------------------------------------------*/
.aboutSchool-wrap{
    position: relative;
    margin: 0;
    padding: 0;overflow: hidden;
}

.aboutSchool-wrap .wrap .inner{
    background: #0674CE;
	padding: 80px 0 80px;
}
.aboutSchool-wrap .wrap .inner .reason{
	width: 80%;
	margin: 0 auto;
}
.aboutSchool-wrap .wrap .inner .reason h2{
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	margin-bottom: 2em;
	letter-spacing: .1em;
	position: relative;
}
.aboutSchool-wrap .wrap .inner .reason h2:before, .aboutSchool-wrap .wrap .inner .reason h2:after{
    content: "";
    display: table;
}
.aboutSchool-wrap .wrap .inner .reason h2:before{
    position: absolute;
    background: url("../images/cal_str.svg") top left no-repeat;
    width: 100%;
    height: 100%;
    top: -10px;
    z-index: 100;
}
.aboutSchool-wrap .wrap .inner .reason h2:after{
    position: absolute;
    background: url("../images/cal_key.svg") top right no-repeat;
    width: 100%; height: 100%; 
    right: 0;
    top: -10px;
    color:#fff;
    z-index: 100;
}
.aboutSchool-wrap .wrap .inner .reason h2 strong{
	color:#FFED00;
	font-size: 4.0rem;
}
.aboutSchool-wrap .wrap .inner .reason h2 span{
	font-size: 2.8rem;
}
.aboutSchool-wrap .wrap .inner .reason ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 35px;
	list-style: none;
    margin-bottom: 50px;
}
.aboutSchool-wrap .wrap .inner .reason ul li{
	width: 30%;
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dt{
	color:#FFC3D4;
	font-weight:600;
	/*font-family: "corporate-logo-ver2", sans-serif;*/
	text-align: center;
	/*font-size: 1.2rem;*/
    font-size: 1.4vw;
	line-height: 1.3;
	letter-spacing: .1em;
	position: relative;
	margin-bottom: 1.6em;
}
.aboutSchool-wrap .wrap .inner .reason ul li:nth-child(odd) dl dt{
	color: #FCFB02;
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dt:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dd{
	background:#FF95B3;
	border-radius: 8px;
	padding: .8em;
	text-align: center;
	line-height: 1.3;
	position: relative;
	font-weight: bold;
	color: #333;
}
.aboutSchool-wrap .wrap .inner .reason ul li:nth-child(odd) dl dd{
	background:#FFFE64;
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dd div{
	font-weight:800;
	font-size: 2.4rem;
	position: absolute;
	top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dd div span{
	display: inline-block;
	background: #FF95B3 ;
	color: #333;
	border-radius: 50%;
	height: 70px;
	width: 70px;
}
.aboutSchool-wrap .wrap .inner .reason ul li:nth-child(odd) dl dd div span{
	background:#FFFE64;
	color: #333;
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dd figure{
	width: 100%;
	height: auto;
	margin: .8em 0 .5em;
	position: relative;
	z-index: 5;
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dd figure img{
	width: 100%;
	height: auto;
}
.aboutSchool-wrap .wrap .inner .reason ul li dl dd p{
	font-size: 1.3rem;
}
.aboutSchool-wrap .wrap .inner .course{
	width: 70%;
	margin: 60px auto;
	background: #fff;
	border-radius: 15px;
}
.aboutSchool-wrap .wrap .inner .course h3{
	background:#ED874A ;
	padding: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	border-radius: 15px 15px 0 0;
	color: #fff;
}
.aboutSchool-wrap .wrap .inner .course h3 span{
	font-size: 1.0rem;
	color: #333;
}
.aboutSchool-wrap .wrap .inner .course .wrap2{
	padding: 1rem 2rem;
}
.aboutSchool-wrap .wrap .inner .course .courseImg{
	width: 100%;
	margin: 10px auto;
}
.aboutSchool-wrap .wrap .inner .course .courseImg img{
	width: 100%;
	height: auto;
}
.aboutSchool-wrap .wrap .inner .course span{
	font-size: .8rem;
	line-height: 1.3;
}


/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
    .aboutSchool-wrap .wrap .inner{
        padding: 40px 0 40px;
    }
    .aboutSchool-wrap .wrap .inner .reason{
        width: 90%;
        margin: 0 auto;
    }
    .aboutSchool-wrap .wrap .inner .reason h2{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .aboutSchool-wrap .wrap .inner .reason h2 strong{
        font-size: 3.0rem;
        line-height: 1.0;
    }
    .aboutSchool-wrap .wrap .inner .reason h2 span{
        font-size: 1.8rem;
    }
	.aboutSchool-wrap .wrap .inner .reason h2:before{
        background: none;
	}
	.aboutSchool-wrap .wrap .inner .reason h2:after{
        background: none;
	}
    .aboutSchool-wrap .wrap .inner .reason ul{
        display: block;
    }
    .aboutSchool-wrap .wrap .inner .reason ul li{
        width: 90%;
        margin:0 auto 50px;
    }
    .aboutSchool-wrap .wrap .inner .reason ul li dl dt{
        color: #fff;
        font-size: 5.1vw;
    }
    .aboutSchool-wrap .wrap .inner .course{
        width: 90%;
    }
    .aboutSchool-wrap .wrap .inner .course .wrap2{
        padding: 1rem .5rem;
    }
}


/*---------------------------------------------------------------------------------------
	Btn
----------------------------------------------------------------------------------------*/
footer{
	background: #103675;
	margin: 0;
	color: #ECF7FD;
	text-align: center;
	padding: 50px 20px 90px;/*100px*/
}
footer .footer-nav{
	/*margin-bottom: 110px;*/
}
footer p{
	color: #fff;
	margin-top: 50px;
}
footer .insLogo{
	position: relative;
	right: 0;
}
footer .insLogo img{
	position: absolute;
	width: 3.5%;
	right: 15px;
	bottm: 0px;
}

/*-------------------------- responsive --------------------------*/
@media screen and (max-width: 768px) {
	footer{
		padding: 50px 20px 90px;
		font-size: .8rem;
	}
    footer .footer-nav a:first-child{
		margin: 0 auto 10px;
    }
	footer .footer-nav a:last-child(2){
		margin: 0 auto 10px;
    }
    footer .footer-nav{
		margin-bottom: 0px;
	}
	footer .insLogo img{
		width: 10%;
		right: 0px;
		bottom: -4rem;
	}
}

/*.instagram-media {
    margin: 30px -1px !important;
    min-width: 100% !important;
    border-right: none !important;
    border-left: none !important;
  }*/
/*.insCont iframe{
	display: block;
	margin-top: 20px;
}*/

/*---------------------------------------------------------------------------------------
	Btn
----------------------------------------------------------------------------------------*/
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}

a.btn1{
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}
a.btn2{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}
a.btn2:first-child{
  margin-right: 10px;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

a.btn--blue {
  color: #333;
  background-color: #12E9FE;
  border-bottom: 5px solid #00C6D9;
}

a.btn--blue:hover {
  margin-top: 3px;
  color: #333;
  background: #1BB8C7;
  border-bottom: 2px solid #2FA9B5;
}

a.btn--pink {
  color: #fff;
  background-color: #EE457B;
  border-bottom: 5px solid #D20F4D;
}

a.btn--pink:hover {
  margin-top: 3px;
  color: #fff;
  background: #E52764;
  border-bottom: 2px solid #E40049;
}


a.btn-c-01 {
    font-size: 1.2rem;
    position: relative;
    padding: 1.0rem 3.5rem;
    border-radius: 100vh;
	width: 300px;
	letter-spacing: .1em;
}

a.btn-c-01:before {
	box-sizing: inherit;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}

.btnCover a.btn-c-05 {
    font-size: 1.8rem;
    position: relative;
    padding: 1.3em 0;
    border-radius: 100vh;
	display: inline-block;
	width: 100%;
}

a.btn-c-05 {
    font-size: 1.4rem;
    position: relative;
    padding: 1vw 4vw 1vw 4vw;
    border-radius: 100vh;
}


@media screen and (min-width: 767px) { 
a.btn-c-06 {
    font-size: 1.6vw;
    position: relative;
    padding: 1vw 5vw 1vw 4vw;
    border-radius: 100vh;
	width: 50%;
}
}
/*-------------------------- responsive --------------------------*/
@media screen and (max-width: 768px) {
    a.btn-c-06 {
        font-size: 1.4rem;
        padding: 1rem 4rem 1rem 3rem;
    }
}
@media screen and (min-width: 1300px) {
	a.btn-c-05 {
        font-size: 1.4rem;
        padding: 1rem 4rem 1rem 3rem;
    }
}

a.btn-c-05:before {
	box-sizing: inherit;
	content: "";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}
/*---------------------------------------------------------------------------------------
	color
----------------------------------------------------------------------------------------*/
/*green*/
.colorA{
	color:  #79BC28;
}
.bgcolorA{
	background-color: #79BC28;
}
.bdcolorA{
	border: 3px solid #79BC28;
}
/*blue*/
.colorB{
	color: #0066C6;
}
.bgcolorB{
	background-color: #00AEEB;
}
.bdcolorB{
	border: 3px solid #00AEEB;
}
/*pink*/
.colorC{
	color: #F85151;
}
.bgcolorC{
	background-color: #FA6363;
}
.bdcolorC{
	border: 3px solid #FA6363;
}

/*---------------------------------------------------------------------------------------
	sp
----------------------------------------------------------------------------------------*/


/*-------------------------- responsive --------------------------*/
@media screen and (max-width: 768px) {

	
	.btn,
    a.btn,
    button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  /*color: #212529;*/
  border-radius: 5.0rem;
}

	a.btn1{
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}
	
	
a.btn2{
  font-size: 1.2rem;
	width:70%;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 2rem;
	margin: 0 auto 0;

}

	

	a.btn-c-01 {
		width: 90%;
    font-size: 1.0rem;
    position: relative;
    padding: 1.0rem 0;
    border-radius: 100vh;
		margin: 0 auto;
	/*width: 200px;*/
		color: #fff;
}

    
    .pc{
        display: none;
    }
	.btnCover {
		width: 90%;
		margin: 0 auto 50px;
	}
	.btnCover a.btn-c-05 {
		font-size: 1.2rem;
    position: relative;
    padding: 1.3em 0;
    border-radius: 100vh;
	display: inline-block;
	width: 100%;

}
	



}

/*---------------------------------------------------------------------------------------
	section
----------------------------------------------------------------------------------------*/
    /* aside */
    .anav1{ position: fixed; left: 0; bottom: 0; width: 100%; height: auto; padding-top: 24px; padding-bottom: 18px; background: #0F3286; z-index: 999; box-shadow: 5px 0px 6px 0 rgba(0, 0, 0, .4);}
    .anav1 div{ display: flex; justify-content: center; flex-direction: row-reverse;}
    .anav1 a{ display: flex; justify-content: center; align-items: center; text-decoration: none; color: #fff; font-size: 1.4rem; font-weight: bold; white-space: nowrap; line-height: 1.15; width: 400px; padding: 15px; border-radius: 14px;}
    .anav1 a:first-child{ background: #e65656;}
    .anav1 a:last-child{ background: #4e9de0;}
    .anav1 a img{ vertical-align: middle; margin-right: .3em; width: 48px;}
    .anav1 a span{ display: inline-block; text-align: left;}
    .anav1 a:not(:first-child){ margin-right: 1.5em;}
    .sp{ display:none!important;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 1400px) {
	.anav1{ padding-top: 12px; padding-bottom: 12px;}/**/
    .anav1 a{ font-size: 1.2rem; padding: 8px; border-radius: 10px;}
    .anav1 a img{ width: 28px;}
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
    /* aside */
    .anav1{ height: 50px; padding-top: 18px; background: #e65656/*#0F3286*/;}
    .anav1 a{ justify-content: flex-start; font-size: 1.0rem; width: auto; padding: 0px; border-radius: 0px;}
    .anav1 a:first-child{ background: none;}
    .anav1 a:last-child{ background: none;}
    .anav1 a img{ width: 44px;}
	.sp{ display:inline !important;}
}
@media screen and (max-width: 340px) {
	/* aside */
	.anav1 a:not(:first-child){ margin-right: .5em;}
}


