
p,ul,ol,h1,h2,h3,h4,h5,h6{
	margin:0;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background:#F8F8F8;
}


section{
	position: relative;
}

.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-regular {
	font-weight: 400;
}

.tel a{
	text-decoration: none !important;
}


#wrap{
	width: 100%;
	max-width: 1200px;
	margin:auto;
	background:#fff  url(../img/wrap_back.png) no-repeat;
	background-attachment: fixed;
    background-position: center top;
	background-size: cover;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

header{
	color: #fff;
	height:400px;
	position: relative;
}


header h2{
	position: absolute;
	top:4%;
	left: 8%;
	letter-spacing: 0.8px;
	font-size: 16px;
}


header h1{
	position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

header h1 img{
	width: 100%;
}

header nav{
	margin-left: 0;
	top: 0;
	right: 5%;
	position: fixed;
	z-index: 10000;
}

.sp{
	display: none;
}
.pc{
	display: block;
}

@media (min-width: 1200px) {
    header nav {
        right: calc((100% - 1200px) / 2 + 5%);
    }
}
@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

header nav ul{
	position: relative;
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	z-index: 9999;
}

header nav ul li{
	margin-right: 5px;
}

header nav a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: 1.5px;
}

header nav a:hover{
	animation-name: box-animation;
	animation-duration: 0.3s;
	padding-top: 20px;
}

@keyframes box-animation{
	0%{padding-top: 0;}
	100%{padding-top: 20px;}
}

@media (hover: none) {
	header nav a:hover {
		animation-name: none;
		padding-top: 0;
	}
}

header nav #sc-top{
	width: 90px;
	height: 40px;
	background: #003152;
	border-radius: 0px 0px 16px 16px;
	animation-fill-mode: both;
}

header nav #sc-apply{
	width: 120px;
	height: 40px;
	background: #E2405F;
	border-radius: 0px 0px 16px 16px;
}

header nav #inquiry{
	width: 120px;
	height: 40px;
	background: #E2405F;
	border-radius: 0px 0px 16px 16px;
}

header p{
	width: 170px;
	height: 60px;
	background:url(../img/kakko.png) no-repeat;
	text-align:center;
	font-size: 15px;
	letter-spacing: 0.75px;
	position: absolute;
	top: 305px;
	left:8%;
	padding-top: 6px;
	line-height: 23px;
}
header p span{
	font-size: 26px;
}

header #topic{
	position: relative;
	width: 36%;
	left: 64%;
}

header #topic img{
	position: absolute;
	top: 300px;
	max-width: 336px;
	width: 100%;
	z-index: 1;
}

#summary{
	padding:40px 8%;
	background:#fff;
	position: relative;
	display: flex;
}

#summary .cont{
	width: 64%;
}

@media screen and (max-width: 1210px) {
    #summary .cont br{
        display: none;
    }
}

#summary h2{
	font-size:22px;
	letter-spacing: 2.2px;
	color:#003152;
	line-height: 24px;
}

#summary h2 span{
	font-size:18px;
	letter-spacing: 0.9px;
}

#summary p{
	margin-top:21px;
	font-size: 15px;
	color:#003152;
	line-height: 28px;
	font-weight: 600;
}

#summary p strong{
	color:#E2405F;
}


#worries{
	background: #003152 url(../img/worries_back.png) no-repeat center top;
	color: #fff;
	height: 684px;
}

#worries h3{
	text-align: center;
	font-size: 22px;
	padding-top: 60px;
	letter-spacing: 3.52px;
}

#worries ol{
	list-style-type: none;
}

#worries li{
	position: absolute;
	border-radius: 20px;
	background:#eef1f2;
	width: 160px;
	height: 79px;
	font: normal normal medium 16px Noto Sans JP;
	color: #003152;
	line-height: 26px;
	text-align: center;
	padding: 19px 40px;
	font-weight: 600;
	opacity: 0.9;
}

#worries li:nth-of-type(1){
	top: 350px;
	left: 8%;
}
#worries li:nth-of-type(2){
	top: 213px;
	left: 18%;
}
#worries li:nth-of-type(3){
	top: 158px;
	left: 50%;
    transform: translateX(-50%);
}
#worries li:nth-of-type(4){
	top: 213px;
	right: 18%;
}
#worries li:nth-of-type(5){
	top: 350px;
	right: 8%;
}

#worries p{
	text-align: center;
	background: linear-gradient(0deg, rgba(209, 157, 67, 0.9) 0%, rgba(255, 180, 49, 0.9) 100%);
	border-radius: 20px;
	width: 70%;
	height: 112px;
	margin:404px auto 0 ;
	color:#fff;
	font-size: 22px;
	letter-spacing: 1.1px;
	padding-top:22px;
	font-weight: 600;
}

#worries p span{
	font-size: 22px;
	display: block;
	font-weight: 600;
}

#worries p span br{
	display: none;
}

#worries p span strong{
	font-size: 36px;
}
/*::::::::::::::::::::
 features
::::::::::::::::::::*/

#features{
	padding:0 100px 60px;
	background:#F8F8F8;
}

#features h3{
	text-align: center;
	font-size: 22px;
	padding-top: 60px;
	letter-spacing: 2.2px;
	color: #003152;
}

#features h3 br{
	display: none;
}

#features h4{
	display: flex;
	align-items: center;
	margin: 40px 0 5px 0;
}

#features h4 .no,
#features h4 .no strong{
	font-size: 100px;
	letter-spacing: 4px;
	color: #174462;
	font-weight: 500;
}

#features #base h4 .no strong{
	color: #E2405F;
}

#features #roleplaying h4 .no strong{
	color: #2570A2;
}

#features #feedback h4 .no strong{
	color: #D19D43;
}

#features h4 .title{
	font-size: 22px;
	letter-spacing: 2.2px;
	color: #003152;
	line-height: 22px;
	padding: 35px 0 0 25px;
}

#features h4 .title .sub{
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 52px;
}

#features p{
	font-size: 15px;
	color: #003152;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 25px;
}

#features #base p{
}

#features .feature{
	position: relative;
	display: flex;
	justify-content: space-between;
}

#features #base .cont{
	padding-right: 20px;
}

#features #base .img img{
	width: 100%;
	padding-top:60px;
	max-width: 290px;
	position:absolute;
	right: 0px;
}

#features #base .doc{
	color: #003152;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
}

#features #base .cont img{
	max-width: 542px;
}

#features #roleplaying{
	padding-left: 0px;
}

#features #roleplaying .img img{
	width: 100%;
	padding-top:60px;
}


#features #roleplaying h5{
	font-size: 15px;
	color: #003152;
	margin-bottom: 15px;
}


#features #roleplaying #mini{
	padding: 20px;
	background: #FBF5EE;
	width: 600px;
}

#features #roleplaying #mini p{
	font-size: 15px;
	color: #003152;
	margin: 0 0 10px;
}

#features #roleplaying #mini ol{
	font-weight: 600;
	font-size: 15px;
	padding: 0;
}
#features #roleplaying #mini li{
	color: #003152;
	line-height: 28px;
	margin-left: 20px;
	padding-left: 8px;
}

#features #feedback .img img{
	width: 100%;
	max-width: 290px;
	padding-top:60px;
	position:absolute;
	right: 0px;
}
@media screen and (max-width: 1210px) {
	#features #base .img img{
		position: absolute;
		right: 0;
		max-width: 290px;
	}
	#features #roleplaying .img img{
		position: absolute;
		left: 500px;
		max-width: 120px;
	}
	#features #feedback .img img{
		position: absolute;
		left: 500px;
		max-width: 120px;
	}
	#features .cont p{
		width: 65%;
	}
	#features .cont p br{	
		display: none;
	}
	#features .cont img{
		width: 100%;
	}
	#features #roleplaying #mini{
		width: 100%;
		box-sizing: border-box;
	}
	.schedule .schedules .cont p span{
		display: block;
	}

}
@media screen and (max-width: 860px) {
	#features #base .doc{
		display: block;
	}
}
@media screen and (max-width: 768px) {
#features{
	padding:0 8% 60px;
	background:#F8F8F8;
	box-sizing: border-box;
}
#features #base .cont{
	padding-right: 0;
}
#features h4{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 40px 0 5px 0;
}
#features h4 .no,
#features h4 .no strong{
	font-size: 60px;
	letter-spacing: 4px;
	color: #174462;
	font-weight: 500;
}
#features #base h4 .no strong{
	color: #E2405F;
}
#features #roleplaying h4 .no strong{
	color: #2570A2;
}
#features #feedback h4 .no strong{
	color: #D19D43;
}
#features h4 .title{
	font-size: 18px;
	letter-spacing: 2.2px;
	color: #003152;
	padding: 0;
}
#features h4 .title .sub{
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 32px;
}
#features #base .img img{
	left: 64%;
	max-width: 120px;
}
#features #roleplaying .img img{
	left: 64%;
	max-width: 120px;
}
#features #feedback .img img{
	left: 64%;
	max-width: 120px;
}
#features .cont p{
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	width: 100%;
}
#features .cont p br{	
	display: none;
}
#features #roleplaying #mini li br{
	display: none;
}
}
@media screen and (max-width: 375px) {

#features{
	padding:0 5px 60px;
	box-sizing: border-box;
}

#features h3 br{
	display:block;
}

#features .cont p br.sp{
	display:block;
}

#features #base .img img,
#features #roleplaying .img img,
#features #feedback .img img{
	right: 10px;
	left:auto;
}
}

.schedule{
	color: #fff;
	background: #174462;
	text-align: center;
	padding: 60px 8%;
}

.schedule h3{
	letter-spacing: 2.2px;
	font-size: 22px;
}

.schedule .schedules{
	display: flex;
	justify-content: space-between;
	margin:60px 0 30px;
}


.schedule .schedules .volume{
	width: 49%;
}

.schedule .schedules .volume h4{
	text-align: center;
	letter-spacing: 0.2px;
	font-size: 20px;
	line-height: 40px;
}

.schedule .schedules .gyokai h4{
	background:#2570A2;
}

.schedule .schedules .eigyo h4{
	background:#D19D43;
}

.schedule .schedules .gyokai{
	background:#EDF8FF;
}

.schedule .schedules .eigyo{
	background:#FBF5EE;
}

.schedule .schedules .gyokai div{
	background:#EDF8FF;
}

.schedule .schedules .eigyo div{
	background:#FBF5EE;
}

.schedule .schedules .cont{
	color:#000;
	font-size: 15px;
	padding:24px 0 10px 20px;
	text-align: left;	
}

.schedule .schedules .cont p{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}

.schedule .schedules .cont p span{
	font-size: 15px;
}

.schedule .schedules .cont dl{
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 20px;
	row-gap: 5px;
}

.schedule .schedules .cont dl dt{
	grid-column: 1;
}

.schedule .schedules .cont dl dd{
	grid-column: 2;
	margin-left: 0;
}

.schedule > p{
	font-size: 22px;
	background:url(../img/onlilne_back.png) no-repeat;
	letter-spacing: 2.2px;
	width: 428px;
	margin: auto;
	line-height: 23px;
	font-weight: 600;
}

/*::::::::::::::::::::
 apply
::::::::::::::::::::*/
.apply{
	padding: 60px 0;
}
.apply .cont{
	background:url(../img/apply_back.png) no-repeat;
	background-size: cover;
	border-radius: 20px;
	max-width: 800px;
	width: 80%;
	margin:auto;
	padding: 50px 0 40px;
	position: relative;
	height: 198px;
}
.apply .cont h3{
	font-size:22px;
	color:#003152;
	width:259px;
	letter-spacing: 2.2px;
	text-align: center;
	margin: auto;
	background: url(../img/one_minute.png) no-repeat;
	line-height: 23px;
}

.apply .sc-apply2{
	display: block;
	width: 80%;
	border-radius: 40px;
	background:#E4516C;
	color:#fff;
	margin:30px auto;
	line-height: 75px;
	letter-spacing: 2.2px;
	font-size: 22px;
	font-weight: 600;
	border: none;
	border-bottom: solid 5px #883C4A;
	transition: 0.2s ease-in-out;
    padding-bottom: 0;
	text-align:center;
	text-decoration: none;
}

.apply .sc-apply2:hover {
	border-bottom: solid 0 #883C4A;
	transform: translate(0, 5px);
}

.apply .cont p{
	text-align: center;
	font-size:16px;
	top:211px;
	font-weight: 600;
	color:#003152;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	width: 100%;
}

.apply .cont p span{
	font-size:24px;
	color:#E4516C;
}
.apply .cont p .tel a{
	color:#E4516C !important;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
.apply .cont p span{
	display: block;
}
}
/*::::::::::::::::::::
 introduction
::::::::::::::::::::*/

#introduction{
	padding: 60px 0;
	background: #F8F8F8 ;
}
#introduction .area_inner{
	max-width: 1000px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	#introduction .area_inner{
		width: 95%;
	}
}
#introduction h3{
	letter-spacing: 2.2px;
	color: #003152;
	font-size: 22px;
	text-align: center;
	padding-bottom:76px;
}
#introduction h4{
	font-weight: 500;
	display: flex;
	align-items: center;
}
#introduction h4 strong{
	font-weight: 500;
	letter-spacing: 3.2px;
	color: #2570A2;
	font-size: 80px;
	white-space: nowrap;
}
#introduction h4 .subtitle{
	display: flex;
	width: 100%;
	margin-left: 19px;
	padding-bottom:11px;
	padding-top: 10px;
	align-items: end;
}
#introduction h4 .subtitle span{
	letter-spacing: 6.4px;
	color: #003152;
	font-size: 40px;
	width: 100%;
}
#introduction .gyokai h4 .subtitle span{
	border-bottom: 5px #2570A2 solid;
	width: 30%;
}
#introduction .gyokai h4 .subtitle span.pc{
	margin-left: 0;
	font-size: 22px;
	color: #3077A6;
	width: 70%;
	letter-spacing: 0.1em;
	text-align: right;
}
#introduction h5{
	font-size: 22px;
	color: #3077A6;
	letter-spacing: 2.2px;
	margin:25px 0;
}
#introduction .intro_subject{
	margin-top: 15px;
}
#introduction .intro_subject h6{
	color: #003152;
    font-size: 20px;
    margin-bottom: 15px;
	margin-top: 25px;
}
#introduction .intro_subject p.read{
	color: #003152;
    font-size: 20px;
    line-height: 1.8;
	font-weight: 600;
}
#introduction .intro_program_wrap{
	text-align: center;
    margin-top: 50px;
	color:#003152;
}
#introduction .intro_program_wrap h6{
	font-size: 22px
}
#introduction .intro_program_wrap small{
	font-size: 14px
}
#introduction .intro_program{
	display: flex;
    background-color: #fff;
    font-size: 14px;
    justify-content: space-between;
	margin-top:20px;
	padding:20px 30px 20px;
	text-align: left;
}
#introduction .intro_program .mt{
	margin-top: 30px;
}
#introduction .intro_program dt{
	margin-top: 0;
}
#introduction .intro_program dd{
	line-height: 1.8;
	margin-inline-start: 0;
}
#introduction .cont .to{
	background:url(../img/introduction_to_back.png) no-repeat center left;
	background-size: contain;
	padding-left: 100px;
	padding-top: 40px;
	width: 420px;
	height: 220px;
}
#introduction .cont .to h6{
	font-size: 20px;
	line-height: 32px;
	color: #2570A2;
	letter-spacing: 2px;
	width: 420px;
}
#introduction .cont .to p{
	font-size: 15px;
	line-height: 28px;
	color: #003152;
	padding-top:10px;
	width:320px;
	font-weight: 600;
}
#introduction .cont .curriculum{
	color: #003152;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	padding-left: 13px;
}
#introduction .eigyo{
	margin-top: 20px;
}
#introduction .eigyo h4 strong{
	color: #D19D43;
	white-space: nowrap;
}
/* #introduction .eigyo h4 span{
	display: block;
} */
#introduction .eigyo h4 .subtitle span{
	border-bottom: 5px #D19D43 solid;
}
#introduction .eigyo h4 .subtitle span.pc{
	margin-left: 0;
	font-size: 22px;
	color: #D19D43;
	width: 100%;
	letter-spacing: 0.1em;
	text-align: right;
	white-space: nowrap;
}
#introduction .eigyo h5{
	color: #D19D43;
}
#introduction .eigyo h5 br{
	display:none;
}
#introduction .eigyo .cont .to h6{
	color: #D19D43;
}

@media screen and (max-width: 1130px) {
	#introduction .cont .curriculum p{
		padding-right: 12%;
	}
	#introduction .cont .curriculum p br{
		display: none;
	}
}

@media screen and (max-width: 767px) {
#introduction h3{
	letter-spacing: 1.8px;
	font-size: 18px;
	text-align: center;
	padding-bottom:40px;
}
#introduction h4{
	font-weight: 500;
	display: flex;
	padding-left: 0;
	align-items: center;
}
#introduction h4 strong{
	font-weight: 500;
	letter-spacing: 2px;
	color: #2570A2;
	font-size: 50px;
	white-space: nowrap;
	padding-left:10px;
}
#introduction h4 span{
	font-size: 22px;
	width: 88%;
}
#introduction .gyokai h4 .subtitle span,#introduction .eigyo h4 .subtitle span {
	font-size: 22px;
	width: 100%;
}
#introduction h4 span span{
	letter-spacing: 3.42px;
	color: #003152;
	border-bottom: 5px #2570A2 solid;
	font-size: 24px;
	margin-left: 19px;
	display: block;
	padding-bottom:11px;
	padding-top: 10px;
}
#introduction h5{
	padding-left:0;
	font-size: 16px;
	text-align: center;
	color: #3077A6;
	letter-spacing: 1.6px;
	margin:15px 0 0;
}
#introduction .intro_subject h6{
    font-size: 14px;
	margin-bottom: 10px;
}
#introduction .intro_subject p.read{
	font-size: 16px;
}
#introduction .intro_program {
	display: block;
	padding:10px;
	font-size: 13px;
}
#introduction .intro_program_wrap h6{
	font-size: 16px
}
#introduction .intro_program_wrap small {
	font-size: 12px;
}
#introduction .intro_program dd span{
	padding-left:1em;
}
#introduction .intro_program .mt{
	margin-top: 20px;
}
#introduction .cont .to{
	background:url(../img/sp/introduction_to_back.png) no-repeat top center;
	background-size: cover;
	padding:40px 10px 20px;
	width: auto;
	height: auto;
}
#introduction .cont .to h6{
	font-size: 16px;
	line-height: 26px;
	color: #2570A2;
	letter-spacing: 1.6px;
	width: auto;
}
#introduction .cont .to p{
	font-size: 14px;
	line-height: 24px;
	color: #003152;
	padding-top:10px;
	width:auto;
	font-weight: 600;
}
#introduction .cont .curriculum{
	color: #003152;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	padding: 20px 10px;
}
#introduction .cont .curriculum p{
	padding-right: 0;
	font-size:13px;
	line-height: 22px;
}
#introduction .cont .curriculum span{
	display: block;
}
#introduction .eigyo{
	margin-top: 20px;
}
#introduction .eigyo h4 strong{
	color: #D19D43;
	white-space: nowrap;
}
#introduction .eigyo h4 span span{
	display: block;
	border-bottom: 5px #D19D43 solid;
}
#introduction .eigyo h5{
	color: #D19D43;
}
#introduction .eigyo .cont .to h6{
	color: #D19D43;
}
#introduction .cont .to p br{
	display:none;
}
#introduction .cont .curriculum span br{
	display:none;
}
#introduction .cont .curriculum span br.sp{
	display:block;
}
#introduction .cont .to {
	background-position: bottom center;
	background-size:cover;
	padding:30px 10px;
	height: 149px;
}
#introduction h5{
	text-align:left;
	padding:10px;
}
#introduction .eigyo h5 br{
	display: block;
}
}

/*::::::::::::::::::::
 teach
::::::::::::::::::::*/
#teach{
	color: #003152;
	padding:67px 100px 60px;
	background-color: #fff;
}
#teach h3{
	letter-spacing: 2.2px;
	color: #003152;
	font-size: 22px;
	text-align: center;
	padding-bottom: 56px;
}
#teach .teach_item{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
#teach .teach_item img{
	max-width: 230px;
    margin-right: 78px;
}
#teach .teach_item h4{
	font-size: 22px;
	margin-bottom: 24px;
}
#teach .teach_item h4 span{
	font-size: 14px;
	font-weight: 300;
	margin-left: 3em;
}
#teach .teach_str p{
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#teach{
		padding:50px 10px;
	}
	#teach h3{
		padding-bottom: 26px;
		font-size: 16px;
	}
	#teach .teach_item{
		margin-top: 30px;
	}
	#teach .teach_item img{
		width: 140px;
		margin-right: 20px;
	}
	#teach .teach_item h4 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 0;
	}
	#teach .teach_item h4 span{
		margin-left: 0;
		font-size: 13px;
	}
	#teach p.sp{
		font-size: 14px;
		margin-top: 15px;
		line-height: 1.4;
	}
}

/*::::::::::::::::::::
 voice
::::::::::::::::::::*/
#voice{
	background: #174462 url(../img/voice_back1.png) no-repeat center top;
	background-size: auto;
	color: #fff;
	height: 629px;
	padding:0 100px;
}
#voice .voice_inner{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#voice h3{
	text-align: center;
	font: normal normal bold 22px/40px Noto Sans JP;
	letter-spacing: 2.2px;
	color: #FFFFFF;
	padding-top:60px;
}
#voice ol{
	list-style-type: none;
	padding:0;
}
#voice ol:last-of-type{
	margin-top: 45px;
}
#voice li{
    border-radius: 20px;
    background: #eef1f2;
    width: 490px;
    height: 110px;
    font-size: 16px;
    color: #003152;
    line-height: 30px;
    font-weight: 300;
    padding: 15px;
    opacity: 0.9;
    display: flex;
    box-sizing: border-box;
	margin-bottom: 20px;
}
#voice li img{
	width: 82px;
	height: 82px;
}
#voice li p{
	line-height: 1.6;
	letter-spacing: -0.05em;
	margin-left: 0.5em;
	position: relative;
}
#voice li p span{
position: absolute;
right: 0;
font-size: 15px;
}
/*
#voice li:nth-of-type(1){
	top: 158px;
	left: 8%;
}
#voice li:nth-of-type(2){
	top: 305px;
	left: 16%;
}
#voice li:nth-of-type(3){
	top: 452px;
	left: 24%;
}*/
@media screen and (max-width: 767px) {
#voice{
	background: #003152 url(../img/voice_back1.png) no-repeat left bottom;
	background-size:100%;
	height: auto;
	padding:0 0 165px;
}
#voice .voice_inner{
	display: block;
	margin-top: 0;
}
#voice h3{
	font: normal normal bold 18px/30px Noto Sans JP;
	letter-spacing: 1.8px;
	padding:50px 0 40px;
}
#voice ol {
	padding: 0 5%;
}
#voice ol:last-of-type {
	margin-top: 0;
}
#voice li{
	position:relative;
	border-radius: 20px;
	background:#eef1f2;
	width: auto;
	height: 8em;
	font-size: 15px;
	color: #003152;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	padding:10px;
	margin-bottom: 10px;
}
#voice li p span{
	bottom: 0;
	font-size: 14px;
}
#voice li br{
	display: none;
}
#voice li br.sp{
	display: block;
}

/*
#voice li:nth-of-type(1){
	top: auto;
	left: auto;
}
#voice li:nth-of-type(2){
	top: auto;
	left: auto;
}
#voice li:nth-of-type(3){
	top: auto;
	left: auto;
} */
}

/*::::::::::::::::::::
 qa
::::::::::::::::::::*/
#qa{
	background: #003152 url(../img/qa_back.png) no-repeat center top;
	color: #fff;
	height: 871px;
	padding:0 100px;
}
#qa h3{
	text-align: center;
	font: normal normal bold 22px/40px Noto Sans JP;
	letter-spacing: 2.2px;
	color: #003152;
	padding:60px 0 10px;
}
#qa dl{
	font-weight: 600;
	color: #003152;
}
#qa dt,
#qa dd{
	display: flex;
	align-items: center;
	margin-left:0;
}
#qa dd{
	margin:20px 0;
}
#qa dt span.cont{
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 32px;
}
#qa dt span.pre{
	letter-spacing: 1.6px;
	color: #2570A2;
	font-size: 40px;
	line-height: 67px;
	margin-right: 45px;
	width: 30px;
	text-align: center;
	display: inline-block;
}
#qa dd span.cont{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.6px;
}
#qa dd span.pre{
	letter-spacing: 1.6px;
	color: #D3A14C;
	font-size: 40px;
	line-height: 67px;
	margin-right: 45px;
	width: 30px;
	text-align: center;
	display: inline-block;
}
#qa dd span.cont .tel a{
	color:#003152 !important;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
#qa{
	background: #F8F8F8 ;
	background-image: none;
	color: #fff;
	height: auto;
	padding:0 8% 30px;
}
#qa h3{
	text-align: center;
	font: normal normal bold 18px/30px Noto Sans JP;
	letter-spacing: 1.8px;
	color: #003152;
	padding:50px 0 10px;
}
#qa dl br,
#qa dd br{
	display: none;
}
#qa dl{
	font-weight: 600;
	color: #003152;
}
#qa dt,
#qa dd{
	display: grid;
	grid-auto-flow:column;
	justify-content: start;
	align-items: center;
	margin-left:0;
}
#qa dd{
	margin:10px 0;
}
#qa dd:last-child{
	margin:10px 0 0;
}
#qa dt span.cont{
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 24px;
}
#qa dt span.pre{
	font-size: 40px;
	line-height: 67px;
	margin-right: 10px;
	width: 50px;
	display: inline-block;
}
#qa dd span.cont{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.6px;
}
#qa dd span.pre{
	font-size: 40px;
	line-height: 67px;
	margin-right: 10px;
	width: 50px;
	display: inline-block;
}
}
@media screen and (max-width: 375px) {
#qa{
	padding:0 10px;
}
#qa .cont br.sp{
	display: block;
}
}

/*::::::::::::::::::::
 about
::::::::::::::::::::*/
#about{
		color: #003152;
		padding:67px 100px 60px;
		background-color: #fff;
}
#about h3{
	letter-spacing: 2.2px;
	color: #003152;
	font-size: 22px;
	text-align: center;
}
#about .about_inner{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#about .about_inner img{
	width: 134px;
	height: 170px;
	margin: 0 80px;
}
#about a.about_btn{
	margin:24px auto;
	font-size: 15px;
	text-align: center;
	display: block;
	color: #003152;
	border: 2px solid #2570A2;
	border-radius: 15px;
	width: 182px;
	background-color: #fff;
	line-height: 1.6;
	text-decoration: none;
	font-weight: 600;
}
#about a.about_btn:hover{
	background-color: #EFEFEF;
}
#about .about_inner p{
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}
#about .about_inner p span{
	color: #E2405F;
}
@media screen and (max-width: 767px) {
	#about{
		padding:50px 10px;
	}
	#about h3 {
		font-size: 18px;
	}
	#about .about_inner{
		display: block;
		text-align: center;
	}
	#about .about_inner p{
		font-size: 14px;
	}
	#about .about_inner img{
		width: 118px;
		height: 150px;
		margin:0 0 24px 0;
	}
}



#form{
	background:#F8F8F8;
	padding-top:60px;
}

#form p{
	text-align: center;
	color: #003152;
	font-weight: 600;
	font-size:18px;
}

#form p .tel{
	color:#E4516C;
	font-size:22px;
	display: inline-block;
	margin:0 10px;
}

#form h3,
#form h4{
	text-align: center;
	font: normal normal bold 22px/40px Noto Sans JP;
	letter-spacing: 2.2px;
	color: #003152;
}

#form h3{
	width:259px;
	margin:0 auto 8px;
	padding-bottom:15px;
	border-bottom: 2px solid #003152;
	line-height: 40px;
	background: url(../img/form_back.png) no-repeat center center;
}
#form p .tel a{
	color:#E4516C !important;
	text-decoration: none;
}

/*::::::::::::::::::::
 footer
::::::::::::::::::::*/
footer{
	background:#003152;
	color:#fff;
	padding:47px 100px 120px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 14px;
	line-height: 24px;
}

footer #office{
	font-size: 16px;
	margin:6px 0;
}

footer #copy{
	text-align: right;
}

footer .tel a{
	color:#fff !important;
}

footer #copy small{
	display: block;
	margin-top:16px;
}
@media screen and (max-width: 767px) {
footer{
	background:#003152;
	color:#fff;
	padding:40px 0 113px;
	display: flex;
	justify-content:center;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}
footer p span{
	display: block;
}
footer p span.tel{
	display: inline-block;
}
footer #office{
	font-size: 16px;
	margin:6px 0;
}
footer #copy{
	padding-top:30px;
	text-align: center;
}
footer #copy small{
	display: block;
	margin-top:16px;
}
}

/*::::::::::::::::::::
 ページ下部　固定ボタン
::::::::::::::::::::*/
#page-top{
    box-sizing: border-box;
    position: fixed;
    z-index: 3;
    bottom: 0;
    text-align: center;
    max-width: 1198px;
    width: calc(1198 / 1200* 100vw);
    height: 95px;
    background-color: #003152;
    margin: auto;
	padding:15px 100px;
}
#page-top .page-top_inner{
	display: flex;
    justify-content: center;
	align-items: center;
	max-width: 1000px;
	position: relative;
}
#page-top a.btn_inquiry{
	background-color: #E4E4E4;
    border-radius: 20px;
    width: 380px;
    height: 60px;
	font-size: 18px;
	font-weight: 600;
	color:#0F3C5C;
	text-decoration: none;
	margin-right: 20px;
}
#page-top a.btn_inquiry:hover{
	background-color: #fff;
}
#page-top a.btn_inquiry span{
	font-size: 14px;
	font-weight: 300;
}
#page-top a.btn_appli{
	background-color: #E4516C;
    border-radius: 20px;
    width: 380px;
    height: 60px;
	font-size: 18px;
	font-weight: 600;
	color:#fff;
	text-decoration: none;
}
#page-top a.btn_appli:hover{
	background-color: #EA8799;
}
#page-top a.btn_appli span.catch{
	font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
#page-top a.btn_appli span.maru{
	font-size: 13px;
    font-weight: 300;
    width: 2em;
    background-color: #F5FF00;
    padding: 1px 10px 2px;
    border-radius: 13px;
    color: #E4516C;
    line-height: 1.5;
	margin-right: 3px;
}
#page-top a.btn_appli:hover span.maru{
	color: #EA8799;
}
#page-top a.btn_totop{
	width: 40px;
	height: 40px;
	background:url('../img/btn_totop_pc.png') top left;
	position: absolute;
    right: 0;
}
#page-top a.btn_totop:hover{
	background:url('../img/btn_totop_pc_over.png');
}
#page-top a.btn_appli span.txt_big{
	font-size: 20px;
	margin-left: 3px;
	color#F5FC06:
}
#page-top .arrow{
    position: absolute;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
    width: 40px;
	right: 0;
}
#page-top .arrow::before,
#page-top .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#page-top .sankaku::before{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #E4E4E4;
}
#page-top .arrow:hover{
	background-color: #94B5CB;
}
#page-top .sankaku::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 13px solid #003152;
    border-top: 0;
    left: 13px;
    top: -4px;
}
@media screen and (max-width: 767px) {
	#page-top {
		width: calc(375 / 375* 100%);
		max-width: 100%;
		padding: 10px 0 10px 10px;
		height: 88px;
	}
	#page-top .page-top_inner {
		max-width: 100%;
		justify-content: start;
	}
	#page-top a.btn_inquiry {
		font-size: 15px;
        width: 150px;
        height: 68px;
        margin-right: 10px;
        border-radius: 8px;
	}
	#page-top a.btn_inquiry p{
		margin-top: 0.8em;
	}
	#page-top a.btn_inquiry span {
		font-size: 10px;
	}
	#page-top a.btn_appli {
		font-size: 15px;
		width: 150px;
		height: 68px;
		margin-right: 10px;
        border-radius: 8px;
	}
	#page-top a.btn_appli p{
		margin-top: 0.8em;
	}
	#page-top a.btn_appli span.catch {
		font-size: 10px;
	}
	#page-top a.btn_appli span.maru{
	font-size: 9px;
    width: 3em;
    padding: 1px 1px 2px;
	}
	#page-top a.btn_appli span.txt_big {
		font-size: 16px;
	}
	#page-top a.btn_totop{
		top:-10px;
		background: none;
	}
}

@media screen and (max-width: 1210px) {
	#worries h3{
		padding-top: 30px;
	}

	#worries li:nth-of-type(3){
		top: 80px;
    }

	#worries p{
		margin:434px auto 0 ;
	}
}

@media screen and (min-width: 1200px) {
    #wrap {
        background-size: 1200px auto;
    }
}

@media screen and (max-width: 768px) {
    #wrap {
        background-size: cover;
		background:#fff  url(../img/sp/wrap_back@2x.png) no-repeat;
		border:none;
		max-width: inherit;
    }

	header{
		height: auto;
	}

	header h2{
		position:static;
		letter-spacing: 0.75px;
		text-align: center;
		padding-top:60px;
		font-size: 15px;
	}

	header h1{
		position: relative;
		width: 90%;
		padding:30px 0;
	}

	header nav{
		right: 2%;
	}

	header p{
		position: static;
		margin-left:8%;

	}
	header p span{
		font-size: 26px;
	}

	header #topic{
		width: 336px;
		margin: auto;
		left: auto;
	}
	header #topic img{
		position: inherit;
		top: 32px;
		right:auto;
	}

	#summary{
		padding:40px 8%;
		background:#fff;
		position: relative;
		display: block;
	}

	#summary .cont{
		width: 100%
	}
	
	
	#summary h2{
		font-size:18px;
		letter-spacing: 2.88px;
		color:#003152;
		line-height: 24px;
		text-align: center;
	}

	#summary h2 span{
		font-size:16px;
		letter-spacing: 1.6px;
		text-align: center;
		display: block;
		margin-top: 5px;
	}

	#worries{
		background: #003152 url(../img/sp/worries_back@2x.png) no-repeat center top;
		height: auto;
		background-size:cover;
		padding-bottom:50px;
	}

	#worries h3{
		font-size: 18px;
		padding-top: 30px;
		letter-spacing: 2.88px;
	}


	#worries li{
		position: absolute;
		width: 156px;
		font-size: 15px;
		padding: 18px 12px;
	}

	#worries p{
		width: 70%;
		margin:440px auto 0 ;
		color:#fff;
		font-size: 18px;
		letter-spacing: 1.1px;
		padding:22px 0;
		font-weight: 600;
		height: auto;
	}
	
	#worries p span br{
		display: block;
	}
	
	#worries p span{
		font-size: 18px;
		display: block;
		font-weight: 600;
	}

	#worries p span strong{
		font-size: 22px;
	}

	

	.schedule {
		padding: 0 0 50px;
	}

	.schedule .pad{
		padding: 50px 8% 0;
	}

	.schedule h3{
		letter-spacing: 1.8px;
		font-size: 18px;
	}
	
	.schedule .schedules{
		display: flex;
		justify-content:center;
		flex-direction: column;
		margin:60px 0 20px;
		align-items: stretch;
	}

	.schedule .schedules .volume{
		width: auto;
	}

	.schedule .schedules .gyokai{
		margin-bottom: 20px;
	}

	.schedule .schedules .volume h4{
		letter-spacing: 0.18px;
		font-size: 18px;
		line-height: 24px;
		padding:3px 0;
	}

	.schedule .schedules .cont{
		padding:20px 0 7px 10px;
	}

	.schedule .schedules .cont dt{
		white-space: nowrap;
	}

	.schedule .schedules .cont p span{
		display: block;
		font-size: 14px;
		line-height: 28px;
	}

	.schedule > p{
		font-size: 18px;
		background:url(../img/onlilne_back.png) no-repeat center center;
		background-size: contain;
		letter-spacing: 1.8px;
		width: 355px;
		margin: auto;
		line-height: 30px;
		font-weight: 600;
	}
	#form{
		background:#F8F8F8;
		padding-top:60px;
	}

	#form p{
		font-size:15px;
		letter-spacing: 1.8px;
		margin:0 auto 5px;
	}
	
	#form p .tel{
		font-size:18px;
		letter-spacing: 1.8px;
		margin:0 5px;
		text-decoration: none;
	}
	
	#form h3,
	#form h4{
		text-align: center;
		font: normal normal bold 18px/21px Noto Sans JP;
		letter-spacing: 1.8px;
		color: #003152;
	}
	
	#form h3{
		width:208px;
		margin:0 auto 5px;
		padding:0 0 18px;
		border-bottom: 2px solid #003152;
		line-height: 15px;
		background: url(../img/form_back.png) no-repeat top center;
		background-size: contain;
	}
}

@media screen and (max-width:575px) {
	#worries li{
		position: absolute;
		width: 150px;
		font-size: 15px;
		padding: 18px 12px;
	}

	#worries li:nth-of-type(2){
		top: 85px;
		right: 4%;
		left:auto;
	}

	#worries li:nth-of-type(3){
		top: 115px;
		left: 4%;
		transform: none;
	}

	#worries li:nth-of-type(1){
		top: 240px;
		left: 4%;
	}

	#worries li:nth-of-type(4){
		top: 365px;
		left: 4%;
	}
	#worries li:nth-of-type(5){
		top: 395px;
		right: 4%;
	}	
	
	#worries p{
		margin:504px auto 0 ;
		font-size: 18px;
		width:335px;
	}
}

@media screen and (max-width: 375px) {

	#wrap{
		min-width: 375px;
	}

	header nav{
		right: 10px;
	}

	#summary{
		padding: 40px 10px;
	}

	#summary p span{
		display:block
	}



	#worries{
		background:#003152 url(../img/sp/worries_back.png) no-repeat center top;
		background-size: auto;
	}

	#worries h3{
		padding-top: 50px;
	}

	#worries li{
		position: absolute;
		width: 150px;
		font-size: 15px;
		padding: 18px 12px;
	}

	#worries li:nth-of-type(2){
		top: 115px;
		right: 10px;
		left:auto;
	}

	#worries li:nth-of-type(3){
		top: 145px;
		left: 10px;
		transform: none;
	}

	#worries li:nth-of-type(1){
		top: 270px;
		left: 10px;
	}

	#worries li:nth-of-type(4){
		top: 395px;
		left: 10px;
	}
	#worries li:nth-of-type(5){
		top: 425px;
		right: 10px;
	}

	#worries p{
		margin:478px auto 0 ;
		font-size: 18px;
		width:335px;
	}

	#worries p span{
		font-size: 15px;
		display: block;
		font-weight: 600;
	}

	#worries p span strong{
		font-size: 22px;
	}

	.schedule .pad{
		padding:30px 10px 0;
	}

	.schedule .schedules{
		margin: 40px 0 20px;
	}
	#voice ol {
		padding: 0 10px;
	}


}

#thanks{
	text-align: center;
	padding: 40px 0;
}

#thanks h2{
	color: #003152;
}

#thanks .cont{
	background: #FFF;
	width: 80%;
	margin: 0 auto;
	padding: 40px;
	opacity: 0.9;
}

#thanks .cont p{
	font-size: 18px;
	color: #003152;
	font-weight: 500;	
	letter-spacing: 2.2px;
	margin:15px;
}

@media screen and (max-width: 592px) {
	#thanks .cont p{
		font-size: 15px;
		text-align: left;
		letter-spacing: 1.8px;
	}
	
	#thanks .cont p br{
		display: none;
	}
}