@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: source-han-sans-japanese, sans-serif;
	/*font-weight: 300;*/
	font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	width: 100%;
	height: auto;
}

#all {
    width: 100%;
    height: auto;
    margin: auto;
    background-image: url("../img/memo.png");
}

/*ヘッダー*/
header {
    max-height: 600px;
    height: 60vw;
    background-image: url(../img/pc_main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header a img {
    display: block;
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 20px;
    margin-bottom: 0;
}
/*ここまで*/

/*パンくず*/
.breadcrumb {
    display: flex;
    margin: auto;
    font-size: 12px;
    list-style: none;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    top: 0px;
}

.arrow {
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
    margin: 0.5%;
    position: relative;
    top: -3px;
    left: -3px;
}
/*ここまで*/

/*共通設定*/
.sec-title{
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #0f3f67;
    font-size: 40px;
    line-height: 1.2em;
    text-align: center;
}

.sec-title-sm{
	font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 34px;
}

h3{
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}

h4{
	font-size: 20px;
	font-weight: bold;
}

.sec-matome{
   max-width: 40%;
   color: #333;
   font-size: 24px;
   margin: 30px auto 0;
   font-weight: bold;
}

.sec-matome p{
	text-align: left;
}

.under {
    background: linear-gradient(transparent 50%, #f4ed7a 50%);
}

.btn {
    width: 400px;
    height: 100px;
    color: #fff;
    text-align: center;
	font-size:30px;
    background-color: #00c984;
    border-radius: 50px;
    text-decoration: none;
    line-height: 3.5em;
    font-weight: bold;
    display: block;
	box-shadow: 1px 1px 2px gray;
	margin: 0 auto;
}

.btn:hover{
	opacity: 0.8;
}
/*ここまで*/

/*sec1*/
.sec1{
   text-align: center;
   margin: 50px 0;
}

.sec1-matome{
   color: #d61f8f;
   font-size: 24px;
   margin: 20px 0 30px;
   font-weight: bold;
}
/*ここまで*/

/*sec2*/
.sec2{
   width: 100%;
   height: auto;
   text-align: center;
   background-color: #e4f4ff;
   margin: 50px 0;
   padding: 50px 0;
}

.sec2-content{
	display: flex;
	justify-content: center;
	margin: 30px 0 0; 
}

.sec2-inner{
	text-align: center;
	margin: 0 30px;
}

.big{
	font-size: 30px;
	color: #d61f8f;
	font-weight: bold;
}
/*ここまで*/

/*sec3*/
.sec3{
	max-width: 1080px;
	margin: 0 auto 50px;
	text-align: center;
	margin-bottom: 50px;
}

.sec3-title{
	margin: 20px 0;
}

.sec3-inner{
	max-width: 1080px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.sec-matome3 {
    max-width: 68%;
    color: #333;
    font-size: 24px;
    margin: 30px auto 0;
    font-weight: bold;
}

.sec-matome3 p{
	text-align: left;
}
/*ここまで*/

/*sec4*/
.sec4{
	text-align: center;
	margin: 50px 0 50px;
	padding: 50px 0;
	background-color: #0f3f67; 
}

.sec4-title{
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    text-align: center;
	margin: 0 0 30px;
}

.sec4 p{
	width: 38%;
	color: #fff;
	margin: 0 auto 30px;
	text-align: left;
}

.sec4-content{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}

.sec4-inner{
	width: 80%;
	margin: 0 auto;
}

.sec4-inner2{
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec4-inner2 ul{
	max-width: 276px;
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	list-style-type: none;
	text-align: left;
	margin: 0 0 0 50px;
}

.sec4-inner2 ul li{
	color: #0f3f67;
	font-size: 24px;
	font-weight: bold;
}
/*ここまで*/

/*sec5*/
.sec5{
	max-width: 700px;
	margin: 0 auto 50px;
	text-align: center;
}

.sec5 p{
	width: 90%;
	margin: 20px auto 20px;
	text-align: left;
}

.sec5-inner2{
	display: flex;
	justify-content: space-around;
}

.sec-matome5{
    max-width: 100%;
    color: #333;
    font-size: 24px;
    margin: 30px auto 0;
    font-weight: bold;
}

.sec-matome5 p{
    text-align: left;
}
/*ここまで*/

/*sec6*/
.sec6{
	text-align: center;
	margin: 50px 0 0px;
	padding: 50px 0;
	background-color: #e4f4ff; 
}
/*ここまで*/

/*アイコン*/
.icon {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 40px 40px;
    text-align: center;
    display: flex;
    justify-content: center;
	list-style-type: none;
}

.fas fa-yen-sign{
	color: #D0743C;
	font-size: 90%;
}

.icon_ct1, .icon_ct2{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 0 10px 0 10px;
}

.icon_ct1 i{
	color: #D0743C;
}

.icon_ct2 i{
	color: #1CD1AA;
}

.sch_icon1 i{
	color: #D0743C;
	font-size: 30px;
	position: relative;
    left: 40px;
    top: 5px;
}

.sch_icon2 i{
	color: #1CD1AA;
	font-size: 30px;
	position: relative;
    left: 40px;
    top: 5px;
}
/*ここまで*/

/*地域ボタン*/
.sch_btn {
    margin: 0 auto;
    text-align: center;
}

.touhoku,.kantou,.toukai,.kansai,.kyushu,.okinawa{
	display: inline-block;
	width : calc(90% / 3) ;
	max-width: 180px;
    max-height: 48px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	line-height: 3em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.touhoku{
	background: #30c5cb;
}

.kantou{
	background: #f65f6e;
}

.kantou:hover {
    opacity: 0.8; 
}

.toukai{
	background: #d12656;
}

.toukai:hover {
    opacity: 0.8; 
}

.kansai{
	background: #f06153;
}

.kansai:hover {
    opacity: 0.8;
}

.kyushu{
	background: #cb9871;
}

.kyushu:hover {
    opacity: 0.8 ;
}

.okinawa{
	background: #30c5cb;
}

.okinawa:hover {
    opacity: 0.8 ;
}

.sch_title00,.sch_title02,.sch_title03,.sch_title04,.sch_title05 {
    margin: 50px auto -20px;
    text-align: center;
}

.sch_text00,.sch_text01,.sch_text02,.sch_text03,.sch_text04,.sch_text05{
    font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
}

.sch_title01{
    margin: 0 auto -20px;
    text-align: center;
}

.sch_text00{
	background: #30c5cb;
}

.sch_text01{
    background: #f65f6e;
}

.sch_text02{
	background: #d12656;
}

.sch_text03{
	background: #f06153;
}

.sch_text04{
	background: #cb9871;
}

.sch_text05{
	background: #30c5cb;
}
/*ここまで*/

/*学校一覧*/
#container{
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: auto;
}

.school-info_title {
    position: relative;
    background: #d1f2fe;
    color: #474747;
    text-align: center;
    font-size: 200%;
    padding: 20px 0;
    margin: -1vw 0 50px;
}

.school-info_title:after {
    border: 30px solid transparent;
    border-top-color: #d1f2fe;
    border-bottom-width: 0;
    bottom: -29px;
    content: "";
    display: block;
    left: 47%;
    position: absolute;
    width: 0;
}

.contents #school-info .more-btn {
	margin-bottom: 50px;
}
.contents #school-info .more-btn a {
    display: block;
    width: 546px;
    height: 96px;
    margin: 10px auto 0;
    background: #ff5474;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 96px;
    border-radius: 50px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.contents #school-info .more-btn a:hover {
	opacity: 0.8 ;
}

.contents #school-info ul.school-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 865px;
    margin: 60px auto 0;
}

.contents #school-info ul.school-list li.school_border {
    width: 898px;
	height: auto;
	border-width: 1px;
	border-color: #00c9c9;
	border-style: solid;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
	list-style-type: none;
    margin: 20px 0;
}

.school_name_category{
	width: 93%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 15px;
}

.contents #school-info .school_name {
    font-size: 150%;
	color: #005561;
    /* height: 40px; */
    font-weight: bold;
    text-align: center;
}

.contents #school-info .school_category {
    /* display: inline-block; */
    padding: 0.5em 0.5em;
    color: #ffffff;
    background-color: #09c2db;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 5px;
}


.contents #school-info .school_content {
    display: flex;
    /*flex-wrap: wrap;*/
    max-width: 87%;
    height: auto;
    margin: 0 auto;
    /* padding-bottom: 20px; */
    justify-content: space-between;
    align-items: center;
}

.contents #school-info .school_photo {
    width:290px;
    height: 290px;
    padding-bottom: 0em;
    /* order: 1; */
    /* overflow: hidden; */
}

.contents #school-info .school_photo img{
	width: 100%;
    height: 100%;
}


/*.school_content02{
	max-width: 600px;
    height: auto;
}*/

.contents #school-info .school_pickup {
    /*max-width: 300px;*/
	height: auto;
    order: 2;
    letter-spacing: 0.1em;
    padding-left: 1em;
}

/*テーブル*/
table {
    margin: 20px auto;
	border-collapse: collapse;
    border-spacing: 0;
}

.tbl-r02 tr{
	border: solid 2px #07a2b7;
}

.tbl-r02 th {
    background-color: #09c2db;
    /* border: solid 1px #ccc; */
    color: #fff;
    padding: 5px;
	vertical-align: middle;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 5px;
  font-size: 12px;
}
/*ここまで*/

.contents #school-info .school_text {
    height: auto;
    margin: 0 auto 1em 1em;
    line-height: 1.5;
    order: 4;
    background-color: #fffccb;
}

.contents #school-info .school_text p {
    padding: 1em;
    /* margin-bottom: 20px; */
    height: auto;
    font-size: 15px;
}

.contents #school-info .address {
	max-width: 80%;
    font-size: 90%;
    width: auto;
    line-height: 1.5em;
    padding: 0.5em 0;
	margin: 0 auto 10px;
}	
.contents #school-info .address i {
	margin-top: 5px;
    padding-right: 2px;
    color: #000000;
}
.contents #school-info .btn_content{
	width: 100%;
    /* margin: 0 auto; */
    order: 5;
}
.contents #school-info .btn_box{
    display: flex;
    text-align: center;
	padding-bottom: 20px;
	justify-content: center;
}
.contents #school-info .btn_box02{
	margin-right: 5px;
	margin-left: 5px;
}
.contents #school-info .btn_box02 a {
    display: inline-block;
    width: 400px;
    height: 80px;
    color: #ffffff;
    font-weight: bold;
    font-size: 180%;
    text-align: center;
    text-decoration: none;
    line-height: 3em;
    border-radius: 50px;
    letter-spacing: 0em;
    box-shadow: 1px 1px 2px grey;
}
.contents #school-info .shiryou{
	background-color: #ff71aa;
}
.contents #school-info .shousai{
	background-color: #ff71aa;
}
.contents #school-info .shiryou:hover {
    opacity: 0.8 ;
}
.contents #school-info .shousai:hover {
    opacity: 0.8 ;
}
.more-btn i{
	font-size: 30px;
	position: relative;
	left: 5%;
}
/*ここまで*/

/*フッター*/
#footer {
    clear: both;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #333333;
    margin: 0 auto;
}

.footer_text {
    text-align: center;
    line-height: 3em;
    color: #fff;
}
/*ここまで*/

a.gotop{
	display: block;
	width: 50px;
	height: 43px;
	text-decoration: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	background-color: #00c984;
	border-radius: 5px;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	padding: 5px;
	box-shadow: 3px 4px 5px -6px #000000;
	-moz-box-shadow: 3px 4px 5px -6px #000000;
	-webkit-box-shadow: 3px 4px 5px -6px #000000;
	z-index: 5;
}
/*ここまで*/

@media screen and (min-width: 751px) and (max-width: 959px) {
	
a.gotop{
	display: none;
}

}

@media screen and (max-width: 750px) {
    .contents #school-info .school_photo {
        width:80vw;
        height:80vw;
        padding-bottom: 0em;
        /* order: 1; */
        /* overflow: hidden; */
    }

    
    
/*ヘッダー*/
header {
    max-width: 750px;
    height:  500px;
	height: 60vw;
    background-image: url(../img/sp_main.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 4px;
    margin-bottom: 0%;
}

header a img {
    width: 30vw;
    height: 5vw;
    position: relative;
    top: 1vw;
    left: 1vw;
    margin: 0;
}
	
/*.breadcrumb {
    padding-bottom: 10px;
}*/
/*ここまで*/
	
	
/*共通設定*/
.sec-title {
    font-size: 26px;
    line-height: 1.2em;
    text-align: center;
}	
	
.sec-title-sm{
	font-size: 22px;
}
	
h3 {
    font-size: 18px;
	text-align: left;
}
	
h3 br{
	display: none;
}
	
.btn {
    width: 80%;
    height: auto;
	font-size:20px;
    line-height: 3.5em;
}
/*ここまで*/
	
/*sec1*/
.sec1{
	width: 90%;
	margin: 30px auto;
}
	
.sec1 img{
    width: 100%;
	height: auto;
}
	
.sec1-matome {
    font-size: 20px;
    margin: 0px 0 20px;
    text-align: left;
}
/*ここまで*/
	
/*sec2*/
.sec2{
	margin: 30px 0;
    padding: 30px 0;
}	
	
.sec2-content{
	flex-wrap: wrap;
	width: 90%;
	margin: 20px auto 0;
}
	
.sec2-inner {
    text-align: center;
    margin: 0 20px 20px;
}
	
.sec2-inner img{
	width: 100%;
	height: auto;
}
	
.sec-matome {
    max-width: 90%;
    font-size: 20px;
    margin: 0 auto 0;
}
	
.sec-matome br{
	display: none;	
}
	
.big{
	font-size: 22px;
}
/*ここまで*/
	
/*sec3*/
.sec3{
	width: 90%;
	margin-bottom: 30px;
}
	
.sec3 img{
	width: 100%;
	height: auto;
}
	
.sec3-title {
    margin: 20px 0 5px;
}
	
.sec3-inner {
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}
	
.sec-matome3 {
    max-width: 100%;
    font-size: 20px;
    margin: 30px auto 0;
}
	
.sec-matome3 br{
	display: none;
}
/*ここまで*/
	
/*sec4*/
.sec4{
	margin: 30px 0;
	padding: 30px 0;	
}
	
.sec4 img{
	width: 100%;
	height: auto;
}	
	
.sec4-title {
    font-size: 24px;
	margin: 0 0 10px;
}	
	
.sec4 p {
    width: 100%;
    margin: 0 auto 10px;
}
	
.sec4-inner {
    width: 90%;
}
	
.sec4-inner2 {
    flex-wrap: wrap;
    justify-content: center;
}
	
.sec4-inner2 ul {
    width: 80%;
    padding: 10px;
    border-radius: 20px;
    margin: 10px 0;
}
	
.sec4-inner2 ul li {
    font-size: 18px;
}
/*ここまで*/
	
/*sec5*/
.sec5 {
    width: 90%;
    margin: 0 auto 30px;
}
	
.sec5 img{
	width: 95%;
	height: auto;
}
	
.sec5 p {
    width: 100%;
	margin: 10px auto 10px;
}
	
.sec5-inner{
	display: flex;
}
	
.sec-matome5 {
    max-width: 100%;
    font-size: 20px;
    margin: 0 auto;
}
/*ここまで*/
	
/*sec6*/
.sec6{
	width: 100%;
	text-align: center;
	margin: 30px 0 0px;
    padding: 30px 0;
}
	
.sec6 img{
	width: 80%;
	height: auto;
}
/*ここまで*/
	
/*アイコン*/
.icon {
    margin: 0 auto 10px;
    height: auto;
    padding: 20px 10px 0;
    /*flex-wrap: wrap;*/
    justify-content: center;
    line-height: 1.2em;
}
	
.icon_ct1, .icon_ct2, .icon_ct3{
    font-size: 4vw;
    font-weight: bold;
    color: #333333;
    padding: 0 10px 0 10px;
}
	
/*学校一覧*/
.contents #school-info ul.school-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 60px auto 0;
}
	
    .contents #school-info ul.school-list li.school_border {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-width: 1px;
    border-color: #00c9c9;
    border-style: solid;
    background-image: url(../img/bg_memo.png);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    list-style-type: none;
}
	
.contents #school-info .school_pickup {
    width: 100%;
    height: auto;
    order: 2;
    letter-spacing: 0.1em;
    margin: 0 auto 0;
    padding-left: 0;
}
	
.contents #school-info .school_content {
	width: 90%;
    justify-content: center;
	flex-wrap: wrap;
}
	
.contents #school-info .school_text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 1.5;
    order: 4;
    background-color: #fffccb;
}
	
.contents #school-info .school_text p {
    padding: 1em;
    /* margin-bottom: 20px; */
    height: auto;
    /* font-size: 15px; */
}
	
.contents #school-info .school_text p {
    padding: 1em;
    margin-bottom: 0;
    height: auto;
}
	
.contents #school-info .btn_box {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0;
    justify-content: center;
}
.contents #school-info .btn_box02 a {
    display: inline-block;
    width: 90%;
    height: 80px;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    text-decoration: none;
    line-height: 4.5em;
    border-radius: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
	
.contents #school-info .btn_box02 {
    /* margin-right: 5px; */
    /* margin-left: 5px; */
    width: 100%;
}

.school_name_category {
    flex-wrap: wrap;
	margin: 20px auto 20px;
}
	
.contents #school-info .address {
    margin: 0 auto;
}
	
table {
    width: 90%;
	margin: 20px auto 0;
}
	
.tbl-r02 td {
    padding: 10px;
    font-size: 14px;
}
/*ここまで*/
	
/*地域ボタン*/	
.sch_btn {
    width: 98%;
    margin: 0 auto;
    display: block;
}
	
.touhoku,.kantou, .toukai, .kansai, .kyushu, .okinawa {
    margin-bottom: 5px;
	max-width: 140px;
    max-height: 48px;
    line-height: 3em;
}
	
.sch_title00{
	margin-top: 20px;	
}
	
.sch_title02, .sch_title03, .sch_title04, .sch_title05{
	margin-top: 50px;		
}
	
.sch_title01{
	margin-top: 0;	
}
	
.sch_text00, .sch_text01, .sch_text02, .sch_text03, .sch_text04, .sch_text05 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*ここまで*/
	
#footer {
    clear: both;
    width: 100vw;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
	
.footer_text {
    width: 100vw;
    max-width: 952px;
    position: relative;
    top: 10px;
    color: #fff;
    font-size: 10px;
}
	
a.gotop{
	display: none;
}
	
}

@media screen and (max-width: 420px) {
	
.pc { 
	display: none !important; 
}

.sp {
	display: block !important; 
}
	
}

@media screen and (max-width: 320px) {
	
.pc { 
	display: none !important; 
}

.sp {
	display: block !important; 
}
	
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 0px;
}