@charset "utf-8";
/*************************************************************
	style css
*************************************************************/
body{
	font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-size:14px;
	color:#4d4d4d;
	margin:0 auto;
}
h2{
	text-align:center;	
}
p.t-al-c{
	text-align:center;
}
#benesse-footer {
    margin-bottom:0 !important;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){
body{
	min-width:1100px;
}
h2{
	margin-bottom:30px;
	color:#2b3945;
	font-size:36px;
	font-weight:bold;
}
p{
	margin-bottom:1.6em;
	line-height:1.8;
	font-size:18px;
}
p span.text-small{
	font-size:12px;
}
p span.text-middle{
	font-size:21px;
	font-weight:bold;
}
p span.text-large{
	font-size:36px;
	font-weight:bold;
	padding:0 .2em;
}
p.title{
	color:#6b9fdb;
	font-size:12px;
	text-align:center;
	position:relative;
	margin-bottom:16px;
	padding-bottom:16px;
}
p.title::after {
	background: #6b9fdb none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	right:0;
	position: absolute;
	width: 100px;
	margin:0 auto;
}
.wrapper{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.sp-only{
	display:none;
}
/*block-fv
====================================================*/
.block-fv{
	background-color:#e5e7e3;
	background-image:url(../images/fv_pc.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:520px;
	margin:0 auto 60px;
}
.block-fv .wrapper{
	width:1030px;
	margin:0 auto;
	position:relative;
	overflow:inherit;
}
.block-fv h2{
	position:absolute;
	top:60px;
	left:0;
}
.block-fv h3{
	position:absolute;
	top:148px;
	left:0;
}
.block-fv p{
	position:absolute;
	top:345px;
	left:10px;
}
.block-fv .icn{
	position:absolute;
	top:440px;
	left:10px;
}
/*block-i-career
====================================================*/
.block-i-career{
	background:#e6f7f9;
	margin:0 auto 65px;
	text-align:center;
	padding:50px 0;
}
.block-i-career h2{
	margin-bottom:50px;
}
.block-i-career p{
	width:600px;
	margin:0 auto;
	font-size:16px;
}
.block-i-career p.title{
	margin-bottom:18px;
}
.block-i-career figure{
	margin-bottom:30px;
}
/*block-item
====================================================*/
.block-item{
	overflow:hidden;
	margin:70px auto 90px;
	display:table;
	width:100%;
}
.block-item .item-box{
	display:table-cell;
	text-align:center;	
}
.block-item .item-box figure{
	margin-bottom:30px;
}
.block-item .item-box h3{
	font-size:1.375rem;
	font-weight:bold;
	line-height:1.2;
}
.block-item .item-box h3 span.text-small{
	font-size:14px;
}
/*block-overview
====================================================*/
.block-overview .wrapper{
	border:#b3b3b3 solid 1px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:25px;
}
.block-overview h3{
	background:#6b9fdb;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	padding:10px 28px;
}
.block-overview p{
	padding:20px 45px;
	border-bottom:#b3b3b3 solid 1px;
	margin-bottom:0;
	font-size:16px;
}
.block-overview table{
	font-size:16px;
}
.block-overview tr{
	border-bottom:#b3b3b3 solid 1px;
}
.block-overview tr:last-of-type{
	border-bottom:none;
}
.block-overview th{
	background:#f8fbea;
	padding:12px 26px;
	font-weight:bold;
	border-right:#b3b3b3 solid 1px;
	width:15%;
}
.block-overview td{
	padding:12px 26px;
}
.block-overview td a{
	color:#3977bb;
	font-weight:bold;
}
.block-overview td dl{
	float:left;
	margin-right:50px;
	width:570px;
}
.block-overview td dt{
	margin-bottom:1em;
}
.block-overview td dd{
	margin-bottom:1em;
}
.block-overview td dd:last-child{
	margin-bottom:0;
}
.block-overview td figure{
	float:right;
}
.block-overview td figure img{
	width:170px;
	height:auto;
}
/*block-btn
====================================================*/
.block-btn{
	overflow:hidden;
}
.block-btn ul{
	position: relative;
	left: 50%;
	float: left;
}
.block-btn ul li{
	margin:0 19px;
	position: relative;
	left: -50%;
	float: left;
}
a.btn{
	cursor: pointer;
	display: block;
	color: #fff;
	font-size: 18px;
    font-weight: 700;
	text-align:center;
	border-radius: 100px;
	background:#4cc5da;
	text-decoration:none;
	padding: .8rem 1.25rem;
	margin:0 auto 75px;
	line-height:1.2;
	transition-property: all;
	transition: all .2s ease-in-out;
}
a.btn span.text-small{
	font-size:14px;
	font-weight:normal;
}
a.btn:hover {
    color: #fff;
    background-color: #1ab0c3;
}
a.btn.one-row {
    width: 354px;
	box-sizing:border-box;
}
a.btn.two-row {
    width: 425px;
	box-sizing:border-box;
}
/*block-about
====================================================*/
.block-about{
	text-align:center;
}
.block-about p{
	line-height:1.3;
}
.block-about figure{
	margin-bottom:60px;
}
.block-about figure img{
	width:825px;
}
/*block-doda-campus
====================================================*/
.block-doda-campus{
	background:#f4f4f4;
	text-align:center;
	padding:40px 0 60px;
}
.block-doda-campus h3{
	margin-bottom:30px;
}
.block-doda-campus p{
	margin-bottom:0;
}
.block-doda-campus .wrapper{
	width:auto;
	margin:0 auto;
}
.block-doda-campus .block-item{
	overflow:hidden;
	margin:20px auto 60px;
	width:884px;
}
.block-doda-campus .block-item .item-box{
	background:#ffffff;
	width: 354px;
	padding: 40px 30px;
	border-radius: 6px;
	float:left;
	margin:0 14px;
}
.block-doda-campus .block-item .item-box figure{
	margin-bottom:20px;
}
.block-doda-campus .block-item .item-box p{
	font-size: .875rem;
	line-height: 1.6;
}
/*block-checklist
====================================================*/
.block-checklist ul{
	margin:0 auto;
	display:inline-block;
}
.block-checklist li{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-top: .5em;
	display: flex;
}
.block-checklist .material-icons {
    color: #48be81;
    margin-right: 15px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	font-size: inherit;
	vertical-align: text-bottom;
}
.block-checklist p{
	font-size: .875rem;
	margin-top:1em;
	color:#9099a8;
}
/*block-registration
====================================================*/
.block-registration{
	background:#5e6f7b;
	padding:54px 0 66px;
	text-align:center;
}
.block-registration h2{
	margin-bottom:10px;
	line-height:1;
}
.block-registration a.btn{
	background:#ffffff;
	color:#333333;
	margin-bottom:0;
	transition: all .2s ease-in-out;
}
.block-registration a.btn:hover{
	background: hsla(0,0%,100%,.8);
}
}
/* SP ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
html,body {
	font-family: Meiryo,メイリオ,Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	line-height: 1.6;
}
img{
	max-width: 100%;
    height: auto;
}
h2{
	margin-bottom:20px;
	color:#2b3945;
	font-size:1.5rem;
	font-weight:bold;
}
p{
	margin-bottom:1.5em;
	line-height:1.6;
	font-size:0.9rem;
}
p span.text-small{
	font-size:0.7rem;
}
p span.text-middle{
	font-size:1.2rem;
	font-weight:bold;
}
p span.text-large{
	font-size:1.6rem;
	font-weight:bold;
	padding:0 .2em;
}
p.title{
	color:#6b9fdb;
	font-size:0.7rem;
	text-align:center;
	position:relative;
	margin-bottom:3vw;
	padding-bottom:3vw;
}
p.title::after {
	background: #6b9fdb none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	right:0;
	position: absolute;
	width: 12vh;
	margin:0 auto;
}
.wrapper{
	margin:0 4%;
	overflow:hidden;
}
.pc-only{
	display:none;
}
/*block-fv
====================================================*/
.block-fv{
	background-image:url(../images/fv_sp.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:59.3%;
	background-size:contain;
	height:0;
	width:100%;
	margin:0 auto 3vh;
	position:relative;
}
.block-fv .wrapper{
	margin:0;
}
.block-fv h2{
	position:absolute;
	top:8%;
	left:5.5%;
	width:50%;
}
.block-fv h3{
	position:absolute;
	top:24%;
	left:5%;
	width:51%;
}
.block-fv p{
	position:absolute;
	top:64%;
	left:5.5%;
	width:50%;
}
.block-fv .icn{
	position:absolute;
	top:84%;
	left:5.5%;
	width:50%;
}
/*block-i-career
====================================================*/
.block-i-career{
	background:#e6f7f9;
	margin:0 auto 4vh;
	text-align:center;
	padding:4vh 4%;
}
.block-i-career h2{
	font-size:1.4rem;
	line-height:1.3;
}
.block-i-career p{
	margin:0 auto;
	text-align:left;
}
.block-i-career p.title{
	margin-bottom:18px;
}
.block-i-career p.title{
	text-align:center;
}
.block-i-career figure{
	margin-bottom:3vh;
}
/*block-item
====================================================*/
.block-item{
	overflow:hidden;
	margin:0 auto 4vh;
	width:100%;
}
.block-item .item-box{
	display:table;
	margin-bottom:30px;
}
.block-item .item-box figure{
	display:table-cell;
	margin-bottom:6vh;
	width:35%;
	padding-right:4%;
}
.block-item .item-box h3{
	display:table-cell;
	font-size:1rem;
	font-weight:bold;
	line-height:1.2;
	text-align:left;
	vertical-align:middle;
}
.block-item .item-box h3 span.text-small{
	font-size:0.7em;
}
/*block-overview
====================================================*/
.block-overview .wrapper{
	width:100%;
	box-sizing:border-box;
	margin-bottom:4vh;
	margin:0 0 4vh;
}
.block-overview h3{
	background:#6b9fdb;
	color:#ffffff;
	font-size:1rem;
	font-weight:bold;
	padding:.5em 1em;
}
.block-overview p{
	padding:1em 0;
	margin-bottom:0;
	font-size:0.9rem;
}
.block-overview table{
	font-size:0.9rem;
}
.block-overview th{
	background:#f8fbea;
	padding:.5em;
	font-weight:bold;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.block-overview th br{
	display:none;
}
.block-overview td{
	padding:.8em .5em;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.block-overview td a{
	color:#3977bb;
	font-weight:bold;
}
.block-overview td dt{
	margin-bottom:1em;
}
.block-overview td dd{
	margin-bottom:1em;
}
.block-overview td figure{
	width:60%;
	margin:0 auto;
	text-align:center;
}
.block-overview td li{
	padding-left: 1em;
	text-indent: -1em;
}
/*block-btn
====================================================*/
.block-btn{
	margin-bottom:40px;
	overflow:hidden;
}
.block-btn ul li{
	margin:0;
}
a.btn{
	cursor: pointer;
	display: block;
	color: #fff;
	font-size: 0.9rem;
    font-weight:bold;
	text-align:center;
	border-radius: 100px;
	background:#4cc5da;
	text-decoration:none;
	padding: .65rem 1.25rem;
	margin:0 auto 2vh;
	line-height:1.2;
	transition-property: all;
	transition: all .2s ease-in-out;
	max-width:280px;
}
a.btn span.text-small{
	font-size:0.7rem;
	font-weight:normal;
}
a.btn:hover {
    color: #fff;
    background-color: #1ab0c3;
}
a.btn.one-row {
	box-sizing:border-box;
}
a.btn.two-row {
	box-sizing:border-box;
}
/*block-about
====================================================*/
.block-about{
	text-align:center;
}
.block-about figure{
	margin-bottom:30px;
}
/*block-doda-campus
====================================================*/
.block-doda-campus{
	background:#f4f4f4;
	text-align:center;
	padding:4vh 6%;
}
.block-doda-campus h3{
	margin:0 auto 1.5em;
	width:55%;
}
.block-doda-campus p{
	margin-bottom:0;
}
.block-doda-campus .wrapper{
	margin:0 auto;
}
.block-doda-campus .block-item{
	overflow:hidden;
	margin:2vh 0 0;
}
.block-doda-campus .block-item .item-box{
	background:#ffffff;
	padding: 2vh 8vw;
	border-radius: 6px;
	float:left;
	box-sizing:border-box;
	margin:0 0 3vh;
	text-align:center;
}
.block-doda-campus .block-item .item-box h3{
	display:block;
	text-align:center;
	margin-bottom:1em;
}
.block-doda-campus .block-item .item-box p{
	font-size: .875rem;
	line-height: 1.6;
	display: block;
}
.block-doda-campus .block-item .item-box figure{
	display: block;
	width:30%;
	margin:0 auto 1em;	
}
/*block-checklist
====================================================*/
.block-checklist ul{
	margin:0 auto;
	display:inline-block;
}
.block-checklist li{
	font-size:1rem;
	font-weight:bold;
	text-align:left;
	margin-top: .5em;
	display: flex;
}
.block-checklist .material-icons {
    color: #48be81;
    margin-right: 10px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	font-size: inherit;
	vertical-align: text-bottom;
}
.block-checklist p{
	font-size: .875rem;
	margin-top:1em;
	color:#9099a8;
}
/*block-registration
====================================================*/
.block-registration{
	background:#5e6f7b;
	padding:20px 0 10px;
	text-align:center;
}
.block-registration h2{
	margin-bottom:10px;
	line-height:1;
}
.block-registration a.btn{
	background:#ffffff;
	color:#333333;
	margin-bottom:0;
	transition: all .2s ease-in-out;
}
.block-registration a.btn:hover{
	background: hsla(0,0%,100%,.8);
}
}
