@charset "UTF-8";
/* CSS Document */
body{
	color: #333333;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
}

p{
	line-height: 1.8em;
}

th{
	text-align: left;
}

a{
	outline: none;
}

::placeholder {
	color: #ddd;
	font-size: 12px;
}

address{
	font-style: inherit;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

just{
	text-align: justify;
	text-justify: inter-ideograph;
}

.min{
	font-family: 'Noto Serif JP', serif;
}

img{
	border: none;
	height: auto;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

a,
a img{
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
	color:#666;
	text-decoration: underline;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

#nav-toggle {
	position: fixed;
	top: 25px;
	right: 25px;
	height: 20px;
	cursor: pointer;
	display: none;
}
#nav-toggle > div {
	position: relative;
	width: 30px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}
.open #nav-toggle span {
	background: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}
#gloval-nav {
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	transition: color .6s ease;
}
#gloval-nav a:hover {
	color: #666;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: .9s;
}
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

/*----------------------------contents----------------------------*/

h1#logomark{
	text-align: left;
	position: absolute;
	top: 30px;
	left: 30px;
}

#mainimg{
	background-image: url(../image/mainbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 100px;
}

#mainimg #contents{
	max-width: 1200px;
	width: 92%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

#mainimg #img{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}

#mainimg #img img{
	width: auto;
	height: 100% !important;
}

#mainimg #num{
	padding-top: 120px;
}

#mainimg h2{
	font-size: 54px;
	color:#03447C;
	line-heihgt: 1.4em;
	font-weight: 500;
	padding: 50px 0px 30px;
	letter-spacing: 0.05em;
}

#mainimg p#txt{
	color:#03447C;
	font-size: 20px;
	line-height: 1.8em;
}

#media{
	max-width: 1126px;
	margin: 0 auto;
	width: 92%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 30px 50px;
	box-sizing: border-box;
	position: relative;
	top: -50px;
	background-color: #fff;
}

#media h2{
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 1.4em;
	text-align: center;
	color:#03447C;
}

#media p{
	font-size: 15px;
	line-height: 1.8em;
	text-align: center;
	padding: 10px 0px;
}

#media #img img{
	vertical-align: top;
	margin: 0px 1%;
}

h2.ttl{
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 74px;
	line-height: 1.4em;
	text-align: center;
	color:#03447C;
	padding-top: 100px;
	padding-bottom: 30px;
}

h2.ttl span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	display: block;
	font-size: 20px;
	line-height: 1.4em;
}

#reason{
	position: relative;
}

#reason #line{
	position: absolute;
	z-index: -1;
	top: 100px;
	left: 0px;
}

#reason #line img{
	width: 100%;
}

.reason-box{
	display: flex;
	position: relative;
	margin-top: 35px;
	margin-bottom: 7%;
}

.reason-box.odd{
	background-image: url(../image/re-bg1.png);
	background-size: 60% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

.reason-box.even{
	background-image: url(../image/re-bg2.png);
	background-size: 60% 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

.reason-box .reason-cont{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.reason-box.even .reason-cont{
	flex-direction: row-reverse;
}

.reason-box.odd .pic{
	/*max-width: 52%;
	width: 100%;
	position: absolute;
	top: -50px;
	right: 0px;*/
	width: 52%;
	margin-left: 4%;
}

.reason-box.even .pic{
	/*max-width: 52%;
	width: 100%;
	position: absolute;
	top: -50px;
	left: 0px;*/
	width: 52%;
	margin-right: 4%;
}

.reason-box.odd .cont{
	/*max-width: 1126px;
	margin: 0 auto;
	width: 92%;*/
	width: 48%;
	padding-left: 4%;
}

.reason-box.even .cont{
	/*max-width: 1126px;
	margin: 0 auto;
	width: 92%;
	box-sizing: border-box;
	padding-left: 45%;*/
	width: 48%;
	padding-right: 4%;
}

.reason-box .cont .num{
	position: relative;
	top: -30px;
}

.reason-box .cont p.submidashi{
	font-size: 18px;
	color:#A28E16;
	font-weight: bold;
	padding-left: 25px;
	position: relative;
	margin-top: 0;
}

.reason-box .cont p.submidashi:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #A28E16;
	left: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}

.reason-box .cont h3{
	font-size: 30px;
	line-height: 1.6em;
	color:#388DCC;
	font-weight: 500;
	padding: 5px 0px 20px;
}

.reason-box .cont .txt{
	font-size: 16px;
	line-height: 1.8em;
	/*max-width: 480px;*/
	padding-bottom: 50px;
}

#curriculum{
	background-image: url(../image/frame.jpg);
	background-size: cover;
}

.backg{
	background-color: #F5F7F7;
}

#curriculum-zu{
	text-align: center;
	padding: 25px 0px 0px;
}

#curriculum-ttl{
	padding: 50px 0px;
	color:#388DCC;
	font-size: 30px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
}

#curriculum-txt{
	max-width: 884px;
	width: 92%;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
	line-height: 1.8em;
	padding-bottom: 50px;
}

.accordion{
	max-width: 1126px;
	margin: 0 auto;
	width: 92%;
}

#plus{
	text-align: center;
}

#tokuten{
	text-align: center;
	padding: 30px 0px 20px;
}

#tokuten-cont{
	max-width: 790px;
	width: 92%;
	margin: 0 auto;
}

#tokuten-cont ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#tokuten-cont ul li{
	background-color: #fff;
	padding: 30px;
	width: 49%;
}

#tokuten-cont #top{
	background-color: #fff;
	padding: 30px;
}

#tokuten-cont ul li h3,
#tokuten-cont #top h3{
	font-size: 20px;
	background-color: #31CABD;
	color:#fff;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	padding: 10px 0px;
}

#tokuten-cont ul li div{
	padding: 20px 0px;
}

#tokuten-cont ul li p{
	font-size: 15px;
	line-height: 1.8em;
}

#tokuten-cont #top h4{
	font-size: 20px;
	color:#31CABD;
	font-weight: bold;
	padding: 30px 0px 10px 15px;
}

#tokuten-cont #top .thema{
	display: flex;
	justify-content: flex-start;
	background-color: #F5F7F7;
	padding: 20px;
}

#tokuten-cont #top .thema .thema-cont{
	width: 50%;
	padding-right: 20px;
}

#tokuten-cont #top .thema .thema-cont p{
	position: relative;
	font-size: 13px;
	line-height: 1.8em;
	padding-left: 15px;
}

#tokuten-cont #top .thema .thema-cont p span{
	position: absolute;
	top: 0px;
	left: 0px;
}

#seminar-cont{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

#seminar-cont #pic{
	max-width: 49%;
	width: 100%;
}

#seminar-cont #txt{
	max-width: 49%;
	width: 100%;
}

#seminar-cont #txt p#txt1{
	font-size: 16px;
	color:#2A4C83;
	line-height: 1.8em;
	padding-bottom: 10px;
	font-weight: bold;
}

#seminar-cont #txt p#txt2{
	font-size: 15px;
	line-height: 1.8em;
}

ul#member-box{
	max-width: 1126px;
	margin: 0 auto;
	width: 92%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}

ul#member-box li{
	width: 46%;
}

ul#member-box li div.img{
	text-align: center;
	padding-bottom: 30px;
}

ul#member-box li p.ttl{
	border-bottom: 1px solid #333333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

ul#member-box li p.txt{
	line-height: 1.7em;
	font-size: 14px;
}

.movie{
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
	padding-top: 100px;
}

.movie-bottom{
	padding-bottom: 100px;
}

.movie .midashi{
	position: relative;
	z-index: 1;
}

.yt-wrapper {
	position: relative;
	max-width: 980px;
	aspect-ratio: 16 / 9;
	cursor: pointer;
	top: -35px;
}

.yt-wrapper img,
.yt-wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.yt-wrapper img {
	object-fit: cover;
}

.yt-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.yt-play-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 18px 0 18px 28px;
	border-color: transparent transparent transparent white;
}

ul.course-list{
	max-width: 980px;
	width: 92%;
	margin: 0 auto;
}

ul.course-list li{
	background-color:#fff;
	border-radius: 10px 10px 0px 0px;
	display: flex;
	padding: 30px 10px 30px;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

ul.course-list li #naododemo{
	position: absolute;
	top: -100px;
	left: -30px;
}

ul.course-list li .illust{
	max-width: 40%;
	width: 100%;
	text-align: center;
}

ul.course-list li .cont{
	max-width: 60%;
	width: 100%;
}

ul.course-list li .cont p.txt{
	padding: 10px 0px 20px;
}

ul.course-list li .cont dl{
	border: 1px solid #2A4C83;
	margin-bottom: 10px;
}

ul.course-list li .cont dt{
	background-color: #EBF5FD;
	font-size: 16px;
	padding: 10px;
	align-items: center;
	vertical-align: top;
}

ul.course-list li .cont dt span{
	display: inline-block;
	margin: 10px 0px 0px 10px;
	vertical-align: top;
	font-weight: bold;
}

ul.course-list li .cont dd{
	font-size: 16px;
	padding: 20px;
	font-weight: bold;
}

.accordion2{
	margin-bottom: 40px;
}

/* 必須 */
.accordion-content,
.accordion-content2 {
	display: none;
}

.accordion-header {
	background-color: #FFF;
	padding: 20px 45px 20px 20px;
	margin: 10px 0 0;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
}

.accordion-header2{
	background-color: #2A4C83;
	padding: 20px 15px 20px 15px;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
	color:#fff;
	border-radius: 0 0 10px 10px;
}

.accordion-header2.active{
	border-radius: 0;
}

.accordion-header::before,
.accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:12px;
	height:2px;
	margin:auto;
	background:#388DCC;
}

.accordion-header2::before,
.accordion-header2::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:12px;
	height:2px;
	margin:auto;
	background:#fff;
}

.accordion-header::after,
.accordion-header2::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-header.active::after,.accordion-header.active2::after{transform:rotate(0deg);}

.accordion-content {
	background-color: #FFF;
	padding: 20px 20px 20px;
}

.accordion-content2 {
	background-color: #E9EFF6;
	padding: 30px;
}

.accordion-content2 dl{
	background-color: #fff;
	padding: 30px 30px 10px 30px;
	display: flex;
	justify-content: space-between;
}

.accordion-content2 dl dt,
.accordion-content2 dl dd{
	width: 50%;
}

.accordion-content2 dl dt p,
.accordion-content2 dl dd p{
	color:#003E85;
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 20px;
}

.accordion-header span,
.accordion-content span{
	padding-left: 35px;
	position: relative;
	display: block;
	line-height: 1.7em;
	font-size: 15px;
}

.accordion-header span::before{
	position: absolute;
	font-family: "Marcellus", serif;
	content:"Q";
	top: 2px;
	left: 0;
	color: #388DCC;
	font-size: 30px;
}

.recture-table{
	display: flex;
	justify-content: space-between;
}

.recture-table .table{
	width: 49.5%;
}

.recture-table .table th{
	background-color:#1c4d88;
	color: #FFF;
	font-size: 14px;
	line-height: 1.8em;
	padding: 10px;
	min-width: 120px;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.recture-table .table td{
	font-size: 13px;
	background-color: #fff;
	line-height: 1.8em;
	padding: 10px;
}

.accordion-content span::before{
    position: absolute;
    font-family: "Marcellus", serif;
	content:"A";
	top: 3px;
	left: 5px;
	color: #388DCC;
	font-size: 30px;
}

#message{
	background-image: url(../image/frame2.jpg);
	background-size: 100% 100%;
	margin-top: 100px;
}

#message h2.ttl{
	text-align: left;
	padding-top: 0px;
	position: relative;
	top: -50px;
	padding-bottom: 0px;
}

#message h3{
	color:#A28E16;
	font-size: 32px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.6em;
}

#message h3 span{
	display: block;
	color:#04447C;
}

#message-cont{
	max-width: 1126px;
	margin: 0 auto;
	width: 92%;
}

#message-detail{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#message-cont p#txt{
	max-width: 550px;
	width: 100%;
	line-height: 1.8em;
	font-size: 15px;
}

#message-cont #pic{
	max-width: 450px;
	width: 100%;
}

#message-history{
	display: flex;
	padding-top: 45px;
	padding-bottom: 45px;
	justify-content: space-between;
}

#message-history #pic{
	width: 100%;
	max-width: 45%;
}

#message-history ul{
	list-style: none;
	width: 100%;
	max-width: 50%;
	padding-right: 50px;
}

#message-history h3{
	font-size: 14px;
	color:#03447C;
	position: relative;
	margin-bottom: 10px;
}

#message-history h3:before{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	background-color: #03447C;
	width: 20px;
	height: 1px;
	background-color: #03447C;
}

#message-history ul li{
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
}

#message-history ul li p{
	position: relative;
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 3px;
}

#message-history ul li span{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* hover */
.accordion-header:hover {
	background-color: #F2F2F2;
}

ul.review-box{
	max-width: 1126px;
	margin: 0 auto;
	width: 92%;
	display: flex;
	justify-content: space-between;
}

ul.review-box li{
	width: 32.5%;
	border-radius: 10px;
	background: linear-gradient(to right, #EFF8FA, #FCFEFF);
}

ul.review-box li img{
	width: 100%;
	height: auto;
}

ul.review-box li div{
	padding: 40px 25px;
}

ul.review-box li div h3{
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: 500;
	line-height: 1.6em;
}

ul.review-box li div h3 span{
	color:#A28E16;
}

ul.review-box li div p{
	font-size: 15px;
}

.cta{
	background: linear-gradient(to right, #EFF8FA, #FCFEFF);
	padding-top: 10px;
	padding-bottom: 65px;
	position: relative;
}

.cta-cont{
	max-width: 1126px;
	margin: 0 auto;
	width: 92%;
}

.cta-cont.add-cta{
	padding-top: 100px;
}

.cta-cont p.txt{
	font-size: 30px;
	line-height: 1.6em;
	color:#03447C;
	font-weight: bold;
	padding-left: 75px;
	position: relative;
	z-index: 1;
}

#mainimg .btn,
.cta-cont .btn{
	color:#03447C;
	font-weight: bold;
	padding-top: 20px;
	max-width: 350px;
	width: 100%;
	text-align: center;
	margin-left: 120px;
	position: relative;
	z-index: 1;
}

#mainimg .btn{
	margin-left: 0px;
	max-width: 500px;
}

#mainimg .btn p,
.cta-cont .btn p{
	color:#03447C;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	line-height: 1.4em;
}

#mainimg .btn p{
	font-size: 24px;
}

#mainimg .btn a,
.cta-cont a {
	display: block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
	font-weight: bold;

	background: linear-gradient(to right, #32589D, #31CABD);
	background-size: 150% 100%;
	background-position: left center;

	box-shadow: 0 0 10px rgba(50, 88, 157, 0.4);
	transition: background-position 0.3s ease;
}

#mainimg .btn a{
	border-radius: 50px;
	font-size: 28px;
	height: 85px;
	line-height: 85px;
}

#mainimg .btn a:hover,
.cta-cont a:hover {
	background-position: right center;
}

.cta .cta_illust{
	position: absolute;
	bottom: 0px;
	left: 50%;
}

.cta-cont .mandokudo{
	padding-bottom: 5px;
}

footer{
	background-color: #173E67;
	padding: 100px 0px;
}

#globalfooter{
	max-width: 1126px;
	margin: 0 auto;
	width: 92%;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#globalfooter p{
	font-family: "Marcellus", serif;
	font-size: 48px;
	line-height: 1.2em;
}

#globalfooter #contact-btn{
	display: flex;
}

#globalfooter #contact-btn .btn-detail p{
	font-size: 16px;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 0;
	text-align: center;
	letter-spacing: 0.05em;
}

#globalfooter #contact-btn .btn-detail{
	width: 280px;
	margin-left: 30px;
}

#globalfooter #contact-btn .btn-detail a{
	display: block;
	margin-top: 15px;
}

small#cr{
	display: block;
	background-color: #0F2B49;
	color:#fff;
	font-size: 12px;
	text-align: center;
	padding: 25px 0px;
	letter-spacing: 0.05em;
}