@charset "UTF-8";

html{
	font-size: 10px;
}

html[lang]{
	margin: 0 !important;
}
#wpadminbar{
	display: none;
}

body{
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	overflow-x: hidden;
	font-family: 'Zen Kaku Gothic Antique', "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	font-feature-settings: "palt"; /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	 /* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}

svg text,
svg tspan{
	font-family: 'Zen Kaku Gothic Antique', "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.inline_svg{
	display: none;
}

a,
a:link,
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	transition: 0.2s linear;
}
a:hover img{
	opacity: 0.6;
}

h1{
	font-size: 6rem;
	font-weight: 500;
	color: #000;
	margin: 50px 0 30px;
}
h1 small{
	display: block;
	font-size: 2.4rem;
}
html.sp h1{
	line-height: 1.3;
}
html.sp h1 img{
	height: 30px;
}
html.sp h1 small{
	font-size: 1.7rem;
}
h1 .inner{
/*	display: flex;
	justify-content: center;
	align-items: center;
	height: 360px;
*/}
html.sp h1 .inner{
	/*height: 200px;*/
}
.h1_404{
	text-align: center;
	font-size: 100px;
	font-weight: bold;
	color: #000f8c;
	background-image: none;
	margin: 100px 0;
}

h2{
	text-align: center;
	font-size: 6.4rem;
	font-weight: 500;
	margin: 70px 0 50px;
}
h2 .inner{
	display: inline-block;
}
html.sp h2 .inner{
	display: block;
}
h2 span{
	display: block;
	box-shadow: 0 -27px 0 #fff12f inset;
	padding: 0 40px;
}
html.sp h2 span{
	line-height: 1.2;
	box-shadow: 0 -22px 0 #fff12f inset;
	padding: 0 30px;
}
html.sp h2 span img{
	height: 25px;
}
h2 small{
	display: block;
	font-size: 2.2rem;
	padding: 5px 10px 0;
}
html.sp h2 small{
	font-size: 1.8rem;
	padding: 5px 10px 0;
}

h3{
	text-align: center;
	margin: 40px 0;
}
html.sp h3{
	margin: 40px 0 20px;
}

p{
	word-break: break-word;
}

html.sp p{
	text-align: justify;
	font-weight: 400;
	line-height: 1.6;
}

p.type1{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
}

.page_width{
	width: 875px;
	max-width: 85%;
	margin: 0 auto;
}

.page_width2{
	width: 1000px;
	max-width: 85%;
	margin: 0 auto;
}

.pink{
	color: #ed8089;
}

.site-header{
	margin: 25px 0 15px;
}
html.sp .site-header{
	margin: 10px 0 15px;
}
html.sp .site-header .page_width{
	max-width: 95%;
}
.site-header .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#open_nav{
	display: none;
}
body label[for="open_nav"]{
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 0 0 20px;
	z-index: 1600;
}
html.sp body label[for="open_nav"]{
	display: block;
	/*margin: 0;*/
}
html.sp body label[for="open_nav"] img{
	width: 50px;
}
html.sp label[for="open_nav"] .nav_close{
	display: none;
}
html.sp #open_nav:checked ~ label[for="open_nav"] .nav_open{
	display: none;
}
html.sp #open_nav:checked ~ label[for="open_nav"] .nav_close{
	display: block;
}

#site-navigation{
	position: relative;
	padding: 0;
	background-color: #fff100;
	z-index: 1000;
}
html.sp #site-navigation{
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	z-index: 1500;
}
html.sp #open_nav:checked ~ #site-navigation{
	pointer-events: auto;
	opacity: 1;
	/*top: 0px;*/
}
html.sp #site-navigation .title{
	text-align: center;
	padding: 24px 0;
	border-bottom: 2px solid #000;
}
html.sp #site-navigation .title img{
	width: 65px;
}
#site-navigation .inner{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
html.sp #site-navigation .inner{
	flex-direction: column;
	font-weight: 500;
	padding: 10px 20px 0;
}
#site-navigation .inner .main{
	position: relative;
	flex-grow: 1;
}
html.sp #site-navigation .inner .main{
	border-bottom: 1px dashed rgb(0 0 0 / 51%);
}
html.sp #site-navigation .inner .main.home{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
#site-navigation .inner .main.home .sns{
	display: none;
}
html.sp #site-navigation .inner .main.home .sns{
	display: block;
	position: static;
	width: auto;
}
html.sp #site-navigation .inner .main.home .sns a{
	margin: 0 2px;
}
#site-navigation .inner .main > a{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	flex-grow: 1;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	color: #000;
	box-sizing: border-box;
	height: 100%;
	padding: 17px 0;
	margin-right: -1px;
	transition: 0.2s linear;
}
html.sp #site-navigation .inner .main > a{
	justify-content: space-between;
	flex-direction: row;
	padding: 17px 0 15px;
}
#site-navigation .inner a small{
	display: block;
	font-size: 1rem;
	margin: 0 0 9px;
}
html.sp #site-navigation .inner a small{
	font-size: 1.8rem;
}
html.sp #site-navigation .inner a svg{
	display: none;
}
#site-navigation .inner .sub{
	display: none;
}
html.sp #site-navigation .inner .sub{
	display: block;
	margin-bottom: 15px;
}
html.sp #site-navigation .inner .sub a{
	display: inline-block;
	font-size: 1.5rem;
	margin-right: 10px;
}
html.sp #site-navigation .inner .main2{
	padding: 17px 0;
}
html.sp #site-navigation .inner .main2 a{
	display: inline-block;
	font-size: 2.1rem;
	margin-right: 15px;
}
#site-navigation .inner a:hover{
	background-color: rgba(255, 255, 255, 0.9);
}
html.sp #site-navigation .inner a img{
	height: 40px;
}
html.sp #site-navigation .inner .contact_tel{
	display: flex;
	justify-content: space-between;
}
html.sp #site-navigation .inner .contact_tel a img{
	height: 55px;
}

.site-footer{
	font-size: 1.4rem;
	padding: 0 0 35px;
}
html.sp .site-footer{
	position: relative;
	padding: 0;
	background-color: #fff;
	z-index: 1100;
}
.site-footer .row1 .inner{
	display: flex;
	align-items: center;
	margin: 30px 0 0;
}
html.sp .row1 .page_width{
	max-width: 100%;
}
html.sp .site-footer .row1 .inner{
	flex-direction: column;
}
.site-footer .row1 .title{
	margin: 0 30px 0 0;
}
html.sp .site-footer .row1 .title{
	box-sizing: border-box;
	width: 100%;
	padding: 0 40px 20px;
	margin: 0;
}
.site-footer .row1 .title a{
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 500;
}
html.sp .site-footer .row1 .title a{
	font-size: 1.7rem;
	font-weight: 700;
	color: #000f8c;
}
.site-footer .row1 .title a:hover{
	text-decoration: none;
}
.site-footer .row1 .title img{
	margin: 0 25px 0 0;
}
html.sp .site-footer .row1 .title img{
	width: 27px;
	margin: 0 15px 0 0;
}
.site-footer .row1 .title a:hover img{
	opacity: 1;
}
html.sp .site-footer .row1 .address{
	color: #fff;
	background-color: #000f8c;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 40px ;
}
.site-footer .row1 .copyright{
	font-size: 1.2rem;
	text-align: center;
	padding: 50px 40px 30px;
}
html.sp .site-footer .row1 .copyright{
	padding: 10px 40px 30px;
}

#footer_nav{
	background-color: #fff12f;
	padding: 10px 0 30px;
}
#footer_nav .inner{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
html.sp #footer_nav .inner{
	flex-wrap: wrap;
}
html.sp #footer_nav .inner .col{
	flex-basis: 50%;
}
#footer_nav h3{
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 20px 0 10px;
}
#footer_nav h3 a{
	text-decoration: underline;
}
#footer_nav li{
	font-size: 1.2rem;
	line-height: 1.3;
}
#footer_nav ul{
	margin: 0;
}

.fixed_footer{
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #fff12f;
	z-index: 900;
}
.fixed_footer a{
	flex-basis: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.4;
}
.fixed_footer a:nth-of-type(2){
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.fixed_footer a img[src*="/news/1."]{
	width: 63px;
}
.fixed_footer a small{
	font-size: 1.3rem;
}

.anchor_target{
	position: relative;
	top: -100px;
}

#page{
	background-color: #fff;
	/* overflow-x: hidden; */
	width: 100%;
}

.row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.row .col2{
	flex-basis: 48%;
	margin: 0;
}
.row .col3{
	flex-basis: 33%;
	margin: 0 0 10px;
}
.row .col3.dummy{
	flex-basis: 3%;
	margin: 0 0 30px;
}

.sns{
	position: fixed;
	width: 20px;
	left: calc(50vw + 490px);
	top: 20px;
	z-index: 1100;
	/*mix-blend-mode: color;*/
}
html.sp .sns{
	display: none;
}
.sns a{
	position: relative;
	display: inline-block;
	margin: 5px 0;
}
.sns a img{
	/*filter: invert(0.5);*/
	/*filter: ;*/
	/*mix-blend-mode: difference;*/
	max-width: none;
}
.sns a img.invert{
	filter: invert(1);
}

ul.type1,
ul.type2{
	padding: 0;
	margin: 30px 0;
	list-style: none;
}
ul.type1 li,
ul.type2 li{
	display: flex;
	margin: 5px 0;
	list-style: none;
}
ul.type1 li:before,
ul.type2 li:before{
	content: "・";
	white-space: nowrap;
}
ul.type2 li{
	font-weight: 500;
}
ul.type2 li:before{
	content: "●";
	color: #fff000;
}

ol.type1{
	counter-reset: num;
	list-style-type: none;
	padding-left: 0;
}
ol.type1 li{
	display: flex;
	margin: 5px 0;
}
ol.type1 li:before {
	counter-increment: num;
	content: '【'counter(num)'】';
	white-space: nowrap;
}

.sarani_area{
	text-align: center;
	margin: 30px 0 70px;
}
.sarani{
	display: inline-block;
	text-align: center;
	font-size: 2.4rem;
	width: 380px;
	font-weight: 700;
	padding: 15px 0;
	border: 1px solid #000;
	border-radius: 100px;
	transition: 0.2s linear;
	background-color: #fff;
}
html.sp .sarani{
	font-size: 1.7rem;
	width: 180px;
	padding: 5px 0;
}
.sarani:hover{
	text-decoration: none;
	color: #fff;
	background-color: #020f8c;
	border-color: #020f8c;
}

/* トップ *************************************************************************** */

.page-template-top{
	/*letter-spacing: 0.1em;*/
}

.side{
	position: fixed;
	width: 130px;
	/*top: calc(100vh - 50px - 390px);*/
	/*margin-left: calc(100vw - 50px - 130px);*/
	right: 30px;
	bottom: 50px;
	z-index: 1000;
}
.side img{
	margin: 10px 0;
	transform-origin: 100% 100%;
	transition: 0.2s ease-out;
}
.side a:hover{
}
.side a:hover img{
	opacity: 1;
	transform: scale(1.1);
}

.page-template-top .main_image{
	background-image: url(img/top/1.jpg);
	/*background-color: #ff9955;*/
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 48vw;
	margin-top: -11.1vw;
}
@media (max-width: 1570px) {
	.page-template-top .main_image{
		margin-top: -14.2vw;
	}
}
@media (max-width: 1228px) {
	.page-template-top .main_image{
		height: 598px;
		margin-top: -175px;
	}
}
html.sp .page-template-top .main_image{
	background-image: url(img/top/1_sp.jpg);
	height: 488px;
	margin-top: -175px;
}

nav.kyoushitsu{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
html.sp nav.kyoushitsu{
	flex-wrap: wrap;
}
nav.kyoushitsu a{
	flex-grow: 1;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
}
nav.kyoushitsu a ~ a{
	border-left: 1px solid #000;
}
nav.kyoushitsu a.dummy{
	visibility: hidden;
}
html.sp nav.kyoushitsu a{
	flex-grow: 0;
	flex-basis: 31%;
	font-size: 1.7rem;
	border: 2px solid #dbdbdb;
	border-radius: 7px;
	padding: 17px 0;
	margin: 0 0 10px;
}
nav.kyoushitsu a:last-child{
	border-right: none;
}

.page-template-top .news{
	padding: 1px 0 30px;
}
html.sp .page-template-top .news{
	padding: 1px 0 0;
}
.page-template-top .news .inner{
	display: flex;
	justify-content: space-between;
}
html.sp .page-template-top .news .title{
	display: none;
}
.page-template-top .news h2{
	margin: 20px 0 20px;
}
html.sp .page-template-top .news h2{
	margin: 20px 0 20px;
}
.page-template-top .news .todofuken_list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-basis: 700px;
}
.page-template-top .news h3{
	display: flex;
	justify-content: space-between;
	/*align-items: flex-end;*/
	font-size: 1.5rem;
	font-weight: 500;
	box-shadow: 0 -10px 0 #fff12f inset;
	padding: 0 7px;
	margin: 0;
}
html.sp .page-template-top .news h3{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	box-shadow: none;
	border-radius: 100px;
	background-color: #fff12f;
	height: 60px;
	width: 60px;
	padding: 0;
	margin: 0 0 0 -10px;
}
.page-template-top .news h3 small{
	font-size: 1.2rem;
	margin-top: 3px;
}
html.sp .page-template-top .news h3 small{
	display: none;
}

.no_article{
	display: none;
	position: relative;
	margin-top: 30px;
}
.no_article.show{
	display: block;
}
.news_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 100px;
	opacity: 0;
	background-position: 0%;
	transition: opacity 0.3s linear, background-position 0.31s linear;
}
.news_list.show{
	opacity: 1;
	background-position: 100%;
}
.news_list .article{
	font-weight: 500;
	font-size: 1.8rem;
	margin: 30px 0;
	width: 265px;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease-out, transform 0.5s ease-out;
}
.news_list .article.show{
	opacity: 1;
	transform: translateY(0px);
}
.news_list .article.dummy{
	display: block;
	margin: 0;
}
html.sp .news_list .article{
	margin: 25px 0;
	width: 48%;
}
.news_list .image{
	width: 100%;
	height: 235px;
	background-color: #f2f2f2;
	background-image: url(img/loading.gif);
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 15px;
	overflow: hidden;
	transition: opacity 0.2s linear;
}
html.sp .news_list .image{
	height: 185px;
}
.news_list .article:hover .image{
	opacity: 0.7;
}
.news_list .article:hover .image img{
	opacity: 1;
}
.news_list .image img{
	display: none;
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.news_list .article.show .image img{
	display: inline-block;
}
.news_list .date_cat{
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #6a6a6b;
	margin: 13px 0 7px;
}
html.sp .news_list .date_cat{
	font-size: 1.4rem;
}
.news_list .date_cat .category{
	display: inline-block;
}
.news_list .title{
	line-height: 1.3;
	word-break: break-word;
}
html.sp .news_list .title{
	font-size: 2rem;
}

.page-template-top .news_list{
	width: 340px;
	padding-bottom: 0;
	opacity: 1;
}
html.sp .page-template-top .todofuken{
	padding: 0 10px;
}
html.sp .page-template-top .news_list{
	width: 190px;
}
.page-template-top .news_list .article{
	display: block;
	font-size: 1.4rem;
	margin: 8px 0;
	width: 163px;
	opacity: 1;
	transform: none;
}
html.sp .page-template-top .news_list .article{
	width: 190px;
	/*height: 190px;*/
	margin: 25px 0 5px;
}
html.sp .page-template-top .news_list .article:nth-of-type(2){
	display: none;
}
.page-template-top .news_list .image{
	height: 140px;
	border-radius: 10px;
	background-size: 50px;
}
html.sp .page-template-top .news_list .image{
	height: 180px;
	border-radius: 15px;
}
.page-template-top .news_list .image img{
	display: inline-block;
}
.page-template-top .news_list .date_cat{
	font-size: 1.1rem;
	margin: 8px 0 3px;
}
html.sp .page-template-top .news_list .title{
	display: block;
}

.page-template-top .news .title .more_area{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 20px 0 80px;
}
.page-template-top .news .todofuken_list .more_area{
	display: none;
}
html.sp .page-template-top .news .todofuken_list .more_area{
	display: block;
	text-align: left;
	margin: 10px 0 20px;
}
html.sp .page-template-top .news .todofuken_list .more_area a{
	font-weight: 700;
	text-decoration: underline;
}
.page-template-top a.more{
	display: inline-block;
	text-decoration: none;
	border-bottom: 3px solid #fff000;
}
.page-template-top a.more:hover{
	opacity: 0.6;
}
.page-template-top a.more:hover img{
	opacity: 1;
}

html.sp .page-template-top .instagram{
	margin: 10vmin 0 5vmin;
}

@media (max-width: 510px) {
	#sb_instagram.sbi_mob_col_2 #sbi_images {
		grid-template-columns: repeat(2, 1fr);
	}
}

.page-template-top #about_us{
	padding-bottom: 150px;
}
html.sp .page-template-top #about_us{
	padding-bottom: 50px;
}
.page-template-top #about_us p{
	font-size: 2rem;
	line-height: 2.3;
	letter-spacing: -1px;
}
html.sp .page-template-top #about_us p{
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0;
}
.page-template-top #about_us p strong{
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 2.2; 
}
html.sp .page-template-top #about_us p strong{
	display: block;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.6;
	white-space: nowrap;
	margin: 14px 0;
}
.page-template-top #about_us p img{
	margin-top: 25px;
}
.page-template-top #about_us .image{
	margin: -70px 0 0 330px;
}
html.sp .page-template-top #about_us .image{
	text-align: center;
	margin: 0;
}
html.sp .page-template-top #about_us .image img{
	width: 220px;
}
.page-template-top #about_us .name{
	margin: -130px 0 0 0px;
}
html.sp .page-template-top #about_us .name{
	margin: -41px 0 0 50px;
}
html.sp .page-template-top #about_us .name img{
	width: 200px;
}

html.sp #points_5{
	text-align: center;
}
#points_5 .point{
	position: relative;
	margin: 50px 0 70px;
}
html.sp #points_5 .point{
	position: relative;
	margin: 30px 0;
}
#points_5 h3{
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-end;
	text-align: left;
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 1.3;
}
html.sp #points_5 h3{
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.6;
}
#points_5 h3 .point_num{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-right: 10px;
}
html.sp #points_5 h3 .point_num{
	margin: 0 0 15px;
}
#points_5 h3 .point_num img:first-child{
	margin-bottom: 45px;
}
html.sp #points_5 h3 .point_num img:first-child{
	width: 80px;
	margin: 0 5px 12px 0;
}
html.sp #points_5 h3 .point_num img:nth-of-type(2){
	height: 90px;
}
#points_5 .point1 h3 .point_num img:first-child{
	margin-bottom: 25px;
}
html.sp #points_5 .point1 h3 .point_num img:first-child{
	margin: 0 15px 13px 0;
}
#points_5 .point4 h3 .point_num img:first-child{
	margin-bottom: 80px;
}
#points_5 h3 .text{
	margin-bottom: 0px;
}
#points_5 h3 .text img{
	margin-bottom: 10px;
}
html.sp #points_5 h3 .text img{
	margin: 20px 0 0;
}
html.sp #points_5 .point3 h3 .text img,
html.sp #points_5 .point4 h3 .text img,
html.sp #points_5 .point5 h3 .text img{
	margin: 0px 0 0;
}
#points_5 li{
	font-size: 1.8rem;
}
html.sp #points_5 li{
	display: inline-block;
	font-size: 1.4rem;
	white-space: nowrap;
}
.image_frame1{
	position: absolute;
	/*padding: 10px;*/
	border: 10px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
	border-radius: 300px;
	overflow: hidden;
}
html.sp #points_5 .image_frame1,
html.sp #study_abroad .image_frame1,
html.sp .page-template-voice #achievement .image_frame1{
	position: static;
	display: inline-block;
	border: none;
	box-shadow: none;
	width: 230px;
}
#points_5 .point2 .image_frame1{
	margin: 0 0 0 620px;
}
html.sp #points_5 .point2 .image_frame1{
	margin: 0 0 0 0;
}
#points_5 .point3{
	margin: 0px 0 0 470px;
}
html.sp #points_5 .point3{
	margin: 0px 0 0 0px;
}
#points_5 .point3 .image_frame1{
	margin: 120px 0 0 -370px;
}
html.sp #points_5 .point3 .image_frame1{
	margin: 0;
}
#points_5 .point4 .image_frame1{
	margin: -120px 0 0 600px;
}
html.sp #points_5 .point4 .image_frame1{
	margin: 0px 0 0 0px;
}

.voice_list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.voice_list .space{
	flex-basis: 20px;
	/*flex-grow: 50;*/
}
.voice_list article{
	flex-grow: 0.2;
	/*flex-shrink: 1;*/
	position: relative;
	font-weight: 300;
	border: 2px solid #000;
	border-radius: 20px;
	padding: 20px 30px 25px;
	/*flex-basis: 31.03%;*/
	/*width: 40%;*/
	box-sizing: border-box;
	margin: 0 10px 40px;
}
html.sp .voice_list article{
	flex-grow: 0.3;
}
.voice_list article:after{
	content: "";
	position: absolute;
	bottom: -28px;
	left: 60px;
	width: 26px;
	height: 31px;
	background-image: url(img/f_w.svg);
	background-repeat: no-repeat;
}
.voice_list article.seito{
	background-color: #fff000;
}
.voice_list article.seito:after{
	background-image: url(img/f_y.svg);
}
.voice_list article p{
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 0 0 5px 0;
}

.page-template-top #voice{
	margin: 200px 0;
}
html.sp .page-template-top #voice{
	margin: 70px 0;
}

.page-template-top #voice h3{
	font-size: 2.4rem;
}

html.sp #achievement{
	padding: 1px 0;
	margin-top: 160px;
}
html.sp #achievement .achievement_list_outer{
	background-color: #efeff0;
	padding: 150px 0 1px;
}
html.sp #achievement h3{
	position: relative;
	font-size: 2rem;
	border: 2px solid #000;
	border-radius: 20px;
	padding: 20px 30px 25px;
	background-color: #fff;
	margin: 0px 0 -70px;
}
html.sp #achievement h3:after{
	content: "";
	position: absolute;
	bottom: -38px;
	left: calc(50% - 15px);
	width: 30px;
	height: 50px;
	background-image: url(img/f3_w.svg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.achievement_list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.achievement_list article{
	flex-basis: 48.5%;
	overflow: hidden;
	margin-bottom: 50px;
}
html.sp .achievement_list article{
	flex-basis: 100%;
}
.achievement_list article iframe{
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	border: 15px solid #000;
	border-radius: 20px;
}
html.sp .achievement_list article iframe{
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	border: 15px solid #b9b9b9;
	border-radius: 20px;
}
.achievement_list article h4{
	font-size: 2rem;
	margin: 10px 0 0;
}
html.sp .achievement_list article h4{
	text-align: center;
}

#free_trial{
	text-align: center;
}
#free_trial .page_width{
	max-width: 740px;
}
html.sp #free_trial .page_width{
	max-width: 90%;
}
#free_trial h2{
	font-size: 4.1rem;
	font-weight: 700;
	margin: 20px 0;
}
html.sp #free_trial h2{
	font-size: 2.2rem;
	font-weight: 700;
	margin: 20px 0;
}
#free_trial h2 span{
	box-shadow: none;
	background-color: #fff12f;
	padding: 3px 40px 15px;
}
html.sp #free_trial h2 span{
	padding: 13px 40px;
	margin-bottom: 15px;
}
#free_trial p{
	text-align: left;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
	margin: -7px 0 0;
}
html.sp #free_trial p{
	margin: 0px 0 20px;
}
html.sp #free_trial .image{
	width: 100%;
}
html.sp #free_trial img[src*="/top/6_1."]{
	width: 100%;
}
#free_trial .genkou{
	display: inline-block;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;
	background-color: #efeff0;
	padding: 10px 0;
	width: 270px;
	margin-right: 40px;
}
#free_trial .tel{
	font-size: 2.7rem;
	font-weight: 700;
	margin: 60px 0;
}
html.sp #free_trial .tel{
	font-size: 2rem;
	margin: 30px 0 60px;
}
#free_trial .tel img{
	margin: 18px 0;
}
html.sp #free_trial .tel img{
	width: 330px;
	margin: 10px 0;
}
#free_trial .tel .jikan{
	font-size: 2.2rem;
}

.page-template-top #contact{
	font-size: 1.7rem;
	background-color: #efeff0;
	padding: 100px 0 10px;
}
.page-template-top #contact h2{
	text-align: left;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.page-template-top #contact h2 img{
	margin-bottom: 20px;
}
.page-template-top #contact h3{
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	margin: 50px 0 15px;
}
.contact_form h4{
	text-align: left;
	font-size: 1.7rem;
	font-weight: 400;
	margin: 20px 0 3px;
}
.page-template-top #contact p{
	line-height: 1.8;
}
.page-template-top #contact .jikan{
	margin: 15px 0 60px;
	font-weight: 500;
}

.contact_form p{
	margin: 0;
}



/* NEWS *************************************************************************** */

.post-type-news .search .row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 10px 0;
	flex-wrap: nowrap;
}
.post-type-news .search .title{
	display: inline-block;
	text-align: center;
	line-height: 10px;
	width: 110px;
	color: #fff;
	background-color: #000;
	padding: 3px 0 6px;
	margin: 0 20px 0 0;
}
.post-type-news .search input[type="checkbox"]{
	vertical-align: -2px;
	width: 1.4rem;
	height: 1.4rem;
}
.post-type-news .search label{
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 10px 0 0;
}
.post-type-news .search label a{
	pointer-events: none;
}

.single-news article{
	margin: 50px 0;
}
.single-news article .date_cat{
	font-size: 2rem;
	font-weight: 700;
	color: #6a6a6b;
}
.single-news article .title{
	font-size: 4rem;
	font-weight: 700;
	margin: 0 0 15px;
}
html.sp .single-news article .title{
	font-size: 3rem;
}
.single-news article .content{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.9;
}
.single-news article .content img{
	border-radius: 30px;
}
.single-news .pagination{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.single-news .pagination a{
	width: 90px;
	height: 21px;
	background-image: url(img/news/pre.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	transition: opacity 0.2s linear;
	margin: 100px 0 0;
}
html.sp .single-news .pagination a{
	width: 60px;
	height: 15px;
	background-size: contain;
}
.single-news .pagination a[rel="next"]{
	background-image: url(img/news/next.svg);
}
.single-news .pagination a:hover{
	opacity: 0.6;
}
.single-news .back_to_list{
	text-align: center;
	margin: -24px 0 80px;
}
.single-news .back_to_list a{
	padding: 0 8px 8px;
	border-bottom: 1px solid #000;
}
html.sp .single-news .back_to_list a{
	padding: 0 3px 3px;
}
html.sp .single-news .back_to_list a img{
	width: 100px;
}



/* LESSON *************************************************************************** */

.page-template-lesson p{
	text-align: justify;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
}
.page-template-lesson p.p1{
	text-align: center;
	font-size: 2rem;
}
html.sp .page-template-lesson p.p1{
	font-size: 1.5rem;
	line-height: 1.5;
}
.page-template-lesson p.chui{
	line-height: 1.3;
}
html.sp .page-template-lesson p.chui{
	font-size: 1.5rem;
}
.page-template-lesson .image_frame1_1{
	margin: 10px 0 0 500px;
}
html.sp .page-template-lesson .image_frame1_1{
	margin: 20px 0 0 200px;
	width: 210px;
	border-width: 5px;
}

.page-template-lesson p.p100{
	font-size: 5rem;
}


.page-template-lesson .kids_course_event{
	border: 1px solid rgba(0,0,0,0.75);
	padding: 10px 25px;
	margin: 70px 0 0;
}
html.sp .page-template-lesson .kids_course_event{
	text-align: center;
	border-radius: 15px;
	padding: 10px 25px 25px;
}
.page-template-lesson .kids_course_event h3{
	text-align: left;
	font-size: 1.9rem;
	margin: -25px 0 0;
}
html.sp .page-template-lesson .kids_course_event h3{
	text-align: center;
	font-size: 2.3rem;
	margin: -30px 0 0;
}
.page-template-lesson .kids_course_event h3 .inner{
	/*display: inline-block;*/
	display: inline-flex;
	flex-direction: column;
	background-color: #fff;
	padding: 0 10px;
}
html.sp .page-template-lesson .kids_course_event h3 .inner{
	align-items: center;
	padding: 0 25px;
}
.page-template-lesson .kids_course_event h3 img{
	margin: 0 0 20px;
}
html.sp .page-template-lesson .kids_course_event h3 img{
	order: 2;
	width: 160px;
	margin: 5px 0 0;
}
html.sp .page-template-lesson .kids_course_event h3 span{
	order: 1;
}
.page-template-lesson .kids_course_event p{
	font-weight: 400;
}
html.sp .page-template-lesson .kids_course_event p{
	text-align: center;
	width: 100%;
	margin: 30px 0;
}
.page-template-lesson svg[data-src*="/2_1."]{
	margin: -90px 0 0;
}
html.sp .page-template-lesson svg[data-src*="/2_1."]{
	width: 100%;
	height: 1250px;
}
.page-template-lesson svg[data-src*="/2_4."]{
	margin: 150px 0 60px;
}
.page-template-lesson svg[data-src*="/2_4_5_sp."]{
	width: 100%;
	height: 580px;
	margin: 50px 0;
}

.page-template-lesson table.price{
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	background-color: #000;
}
.page-template-lesson table.price th,
.page-template-lesson table.price td{
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	padding: 10px 10px;
}
html.sp .page-template-lesson table.price th,
html.sp .page-template-lesson table.price td{
	font-size: 1rem;
}
.page-template-lesson table.price th{
	background-color: #fff000;
}
.page-template-lesson table.price td{
	background-color: #fff;
}

/*.page-template-lesson #study_abroad{
	text-align: center;
	margin: 200px 0;
}
.page-template-lesson #study_abroad p{
	margin: 70px 0;
}*/

.page-template-lesson #study_abroad{
	padding: 0 0 10px;
}
.page-template-lesson #study_abroad p.type1{
	line-height: 2.15;
}
html.sp .page-template-lesson #study_abroad p.type1{
	text-align: justify;
	font-size: 1.5rem;
	line-height: 1.9;
}
.page-template-lesson #study_abroad .image_frame1_8_2{
	margin: -30px 0 0 470px;
}
html.sp .page-template-lesson #study_abroad .image_frame1_8_2{
	margin: 0px 0 0 100px;
}
.page-template-lesson #study_abroad img[src*="/8_1."]{
	margin: 30px 0 -10px;
}
html.sp .page-template-lesson #study_abroad img[src*="/8_1."]{
	width: 150px;
}
.page-template-lesson #study_abroad ul.type2{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
}
html.sp .page-template-lesson #study_abroad ul.type2{
	font-size: 1.1rem;
}
.page-template-lesson #study_abroad ul.type2 li{
	flex-basis: 370px;
	letter-spacing: 0.05em;
	margin: 2px 0;
}
html.sp .page-template-lesson #study_abroad ul.type2 li{
	flex-basis: 220px;
}
html.sp .page-template-lesson #study_abroad ul.type2 li:nth-of-type(2n){
	flex-basis: 190px;
}
.page-template-lesson #study_abroad .image_frame1_8_3{
	margin: -250px 0 0 540px;
}
html.sp .page-template-lesson #study_abroad .image_frame1_8_3{
	margin: 0px 0 0 100px;
}
.page-template-lesson #study_abroad .sarani_area{
	margin: 50px 0 70px;
}
html.sp .page-template-lesson #study_abroad .sarani_area{
	margin: 20px 0 70px;
}
html.sp .page-template-lesson #study_abroad .sarani{
	font-size: 1.6rem;
	width: 270px;
}

.page-template-lesson #price{
	padding: 0 0 70px;
}
.page-template-lesson #price h2 .inner{
	width: 587px;
}
html.sp .page-template-lesson #price h2 .inner{
	width: 100%;
}
.page-template-lesson #price .nyukaikin{
	font-size: 1.7rem;
	font-weight: 400;
	padding: 8px 15px;
	background-color: #f4f4f2;
	margin: 30px 0 20px;
	white-space: nowrap;
}
html.sp .page-template-lesson #price .nyukaikin{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: -0.05em;
}
.page-template-lesson #price .nyukaikin strong{
	font-size: 2rem;
	font-weight: 500;
}
html.sp .page-template-lesson #price .nyukaikin strong{
	font-size: 2rem;
	display: block;
}



/* VOICE *************************************************************************** */

.page-template-voice p{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
}

.page-template-voice #voice{
	background-image: url(img/voice/1_2.svg);
	background-position: calc(50% + 300px) 80px;
	background-repeat: no-repeat;
}
html.sp .page-template-voice #voice{
	background-position: 240px 8px;
	background-size: 240px;
}

html.sp .page-template-voice h1 + ul{
	margin: 10px 0 100px;
}

.page-template-voice div.q{
	display: flex;
	margin: 70px 0;
}
.page-template-voice div.q .q{
	font-size: 4.7rem;
	font-weight: 400;
	margin: -17px 0 0;
}
.page-template-voice div.q .serif{
	display: inline-block;
	font-size: 2.7rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
}
.page-template-voice div.q .color{
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 15px;
}
.page-template-voice div.q .color:before{
	content: "";
	display: inline-block;
	vertical-align: -3px;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	margin-right: 3px;
}
.page-template-voice div.q .color.yellow:before{
	background-color: #fff000;
}
.page-template-voice #achievement .image_frame1{
	margin: 0 0 0 500px;
}
html.sp .page-template-voice #achievement .image_frame1{
	margin: 0 0 0 100px;
}

.page-template-voice #achievement h2{
	margin: 0 0 30px;
}

.page-template-voice #achievement .achievement_list{
	margin: 50px 0;
}
html.sp .page-template-voice #achievement .achievement_list{
	margin: 0 0 50px 0;
}
.page-template-voice #achievement .p1{
	width: 500px;
}
html.sp .page-template-voice #achievement .p1{
	width: 100%;
}


/* Q&A *************************************************************************** */

.page-template-q_a .category{
	text-align: center;
	margin: -130px 0 0 190px;
}
html.sp .page-template-q_a .category{
	margin: -0px 0 0 0px;
}

html.sp .page-template-q_a h1{
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 -20px 0 #fff12f inset;
	line-height: 1.2;
}
html.sp .page-template-q_a h1 small{
	display: inline-block;
	vertical-align: middle;
}

.page-template-q_a .fukidasi{
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	white-space: nowrap;
	padding: 13px 22px;
	background-color: #fff000;
	border-radius: 100px;
	margin: 0 0px 30px;
	border: 2px solid #fff;
}
html.sp .page-template-q_a .fukidasi{
	font-size: 1.4rem;
	padding: 12px 15px;
	margin: 0 0px 20px;
}
.page-template-q_a .fukidasi:before{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 40px;
	width: 17px;
	height: 17px;
	background-image: url(img/f2_y.svg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.page-template-q_a .category .fukidasi{
	transition: transform 0.2s ease-out;
	transform: scale(1.0);
}
.page-template-q_a .category .fukidasi:hover{
	text-decoration: none;
	transform: scale(1.1);
	z-index: 100;
}

.page-template-q_a h2{
	text-align: left;
	margin: 80px 0 20px;
}
.page-template-q_a h2 .fukidasi{
	font-size: 3rem;
	padding: 20px 40px;
}
html.sp .page-template-q_a h2 .fukidasi{
	font-size: 2.3rem;
	padding: 15px 25px;
}
.page-template-q_a h2 .fukidasi:before{
	bottom: -27px;
	left: 70px;
	width: 30px;
	height: 30px;
}

.page-template-q_a .q_a_list{
	border-top: 1px solid #d2d2d1;
	margin-bottom: 100px;
}
.page-template-q_a .q_a_list article{
	border-bottom: 1px solid #d2d2d1;
}
.page-template-q_a .q_a_list article > input{
	display: none;
}
.page-template-q_a .q_a_list .q,
.page-template-q_a .q_a_list .a{
	display: block;
	font-size: 1.9rem;
	font-weight: 500;
	padding: 20px 70px 20px 80px;
	background-image: url(img/q_a/q.svg);
	background-position: 15px 13px;
	background-repeat: no-repeat;
}
html.sp .page-template-q_a .q_a_list .q,
html.sp .page-template-q_a .q_a_list .a{
	padding: 20px 60px 20px 80px;
}
.page-template-q_a .q_a_list .q,
.page-template-q_a .q_a_list input:checked ~ .q:hover{
	cursor: pointer;
	position: relative;
	background-color: #f4f4f2;
}
.page-template-q_a .q_a_list .q:after{
	content: "ー";
	position: absolute;
	font-size: 25px;
	font-weight: 700;
	color: #969694;
	top: 14px;
	right: 20px;
}
.page-template-q_a .q_a_list input:checked ~ .q{
	background-color: #fff;
}
.page-template-q_a .q_a_list input:checked ~ .q:after{
	content: "＋";
}
.page-template-q_a .q_a_list .a{
	transition: opacity 0.3s linear, transform 0.3s ease-out;
	background-image: url(img/q_a/a.svg);
	overflow: hidden;
}
.page-template-q_a .q_a_list article > input:checked ~ .a{
	height: 0;
	padding: 0;
	opacity: 0;
	transform: translateY(-10px);
}
html.sp .page-template-q_a .q_a_list article > input:checked ~ .a{
	transform: translateY(-30px);
}
.page-template-q_a .q_a_list .a p{
	margin: 0;
}
.page-template-q_a .q_a_list article > input:checked ~ .a{
}



/* ACCESS *************************************************************************** */

.page-template-access .h1_area{
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
}
html.sp .page-template-access .h1_area{
	flex-direction: column;
}
html.sp .page-template-access .h1_area h1{
	text-align: center;
	width: 100%;
	box-shadow: 0 -20px 0 #fff12f inset;
}
.page-template-access .h1_area nav{
	margin: 20px 0 100px;
/*	width: 600px;*/
}
html.sp .page-template-access .h1_area nav{
	margin:  0 0;
	width: 100%;
}
.page-template-access .h1_area nav a{
	font-size: 1.8rem;
	font-weight: 500;
	/*margin: 0 5px;*/
}

.page-template-access article{
	margin: 60px 0 130px;
}
html.sp .page-template-access article{
	padding: 30px 0;
	margin: 30px 0;
	border-bottom: 1px dotted rgba(0,0,0, 0.75);
}
.page-template-access article h2{
	text-align: left;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
}
html.sp .page-template-access article h2{
	text-align: center;
	font-size: 2.5rem;
}
.page-template-access article h2 img{
	margin: 0 0 17px;
}
html.sp .page-template-access article h2 img{
	height: 11px;
	margin: 0 0 10px;
}
.page-template-access article h2 .kyoushitsu{
	display: inline-block;
	padding: 0;
	box-shadow: none;
	background-color: #fff000;
	padding: 2px;
}
.page-template-access article h2 small{
	display: inline-block;
	font-size: 2rem;
	padding: 0
}
html.sp .page-template-access .row1{
	/*flex-direction: column;*/
}
html.sp .page-template-access .row1 img{
	width: 100%;
}
html.sp .page-template-access article .col2{
	flex-basis: 100%;
}
.page-template-access article .col2.map{
	flex-basis: 51%;
}
html.sp .page-template-access article .col2.map{
	margin: 10px 0 0;
}
.page-template-access article p{
	font-size: 1.6rem;
	margin: 8px 0 15px;
}
html.sp .page-template-access article p{
	font-size: 1.5rem;
}
.page-template-access article p img[src*="tel."]{
	margin: 8px 0;
}
.page-template-access article iframe{
	width: 100%;
	height: 330px;
}
.page-template-access article#sabae .row.staff_list .col2{
	flex-basis: 63%;
}
html.sp .page-template-access article#sabae .row.staff_list .col2{
	flex-basis: 100%;
}
.page-template-access article .staff{
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
html.sp .page-template-access article .staff{
	flex-direction: column;
	align-items: center;
	margin: 30px 0 40px;
}
html.sp .page-template-access article .col2 ~ .col2 .staff{
	margin: 0 0 40px 0;
}
.page-template-access article .staff .image{
	border: 4px solid #fff000;
	border-radius: 20px;
	overflow: hidden;
	min-width: 176px;
}
.page-template-access article .staff .text{
	text-align: justify;
	margin: 0 0 0 15px;
}
html.sp .page-template-access article .staff .text{
	width: 100%;
	margin: 0;
}
.page-template-access article .staff .text .name{
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.3;
}
html.sp .page-template-access article .staff .text .name{
	text-align: center;
	margin: 10px 0 0;
}
.page-template-access article .staff .text p{
	word-break: break-word;
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 0px;
}
html.sp .page-template-access article .staff .text p{
	font-weight: 400;
}



/* 固定ページ *************************************************************************** */

.page-template-default main{
	margin-bottom: 100px;
}

.page-template-default .h1_sub{
	font-size: 2.4rem;
	font-weight: 500;
	margin: -35px 0 45px;
}

.page-template-default h2{
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 10px;
	margin: 0;
	box-shadow: 0 -15px 0 #fff12f inset;
}
.page-template-default p{
	font-size: 1.8rem;
	line-height: 1.9;
	margin: 5px 0 40px;
}
.page-template-default p.tel{
	margin: 5px 0 15px;
}



/* お問合せ *************************************************************************** */

div.contact_form{
	background-color: #f5f5f3;
	padding: 1px 0;
}

div.contact_form section{
	margin-top: 100px;
}

div.contact_form h1{
	font-size: 4rem;
	line-height: 1.9;
	background-image: url(img/contact/logo.svg);
	background-size: contain;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
html.sp div.contact_form h1{
	background-image: none;
	margin-top: 10px;
}
div.contact_form h1.fc{
	 padding-right: 100px; 
}
html.sp div.contact_form h1.fc{
	 padding-right: 0px; 
}
/*div.contact_form h1.fc:before{
	content: "";
	display: block;
	background-image: url(img/contact/fc.svg);
	background-size: contain;
	background-position: 0%;
	background-repeat: no-repeat;
	height: 45px;
	margin: 0 0 10px;
}*/
div.contact_form h1 br{
	display: none;
}
div.contact_form h2{
	text-align: left;
	font-size: 2.6rem;
	font-weight: 500;
	background-color: #fff000;
	padding: 15px 0;
	margin: 30px 0 20px;
}
div.contact_form h2 small{
	display: inline;
	font-size: 2rem;
}
div.contact_form p{
	line-height: 2;
	margin: 0;
}
div.contact_form p.p1{
	padding: 0 30px;
	margin: 60px 0 50px;
}

div.contact_form p a{
	text-decoration: underline;
}

div.contact_form label{
	display: flex;
	font-size: 2rem;
	line-height: 1.2;
	margin: 6px 0;
	white-space: nowrap;
}
html.sp div.contact_form label{
	font-size: 1.7rem;
}

div.contact_form .row {
	justify-content: space-between;
}
div.contact_form .row > p{
	display: none;
}
div.contact_form .row .name{
	flex-basis: 620px;
}
div.contact_form .row .nenrei{
	flex-basis: 230px;
}
div.contact_form .row .nenrei input{
	text-align: center;
}

div.contact_form .content{
	position: relative;
}

html.sp div.contact_form .content .page_width{
	/*max-width: 100%;*/
}

.wpcf7-form table.contact{
	width: 100%;
	border-collapse: collapse;
}
html.sp .wpcf7{
	position: relative;
	/*width: 100vw;*/
}
.wpcf7-form table.contact th{
	vertical-align: top;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 15px 30px;
}
html.sp .wpcf7-form table.contact th{
	padding: 15px 15px;
	width: 160px;
}
.wpcf7-form table.contact th.hissu:after{
	content: "※";
	color: #d40c0c;
}
.wpcf7-form table.contact td{
	padding: 10px 0;
}
.wpcf7-form table.contact tr:nth-of-type(2n+1) th,
.wpcf7-form table.contact tr:nth-of-type(2n+1) td{
	background-color: #c9cee8;
}

.wpcf7-checkbox,
.wpcf7-radio{
	display: block;
	line-height: 1.8;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
	display: inline-block;
	width: 100%;
}
.column2 .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n),
.column2 .wpcf7-radio .wpcf7-list-item:nth-of-type(2n){
	width: 500px;
}
html.sp .column2 .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n),
html.sp .column2 .wpcf7-radio .wpcf7-list-item:nth-of-type(2n){
	width: 190px;
}
.column2 .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n+1),
.column2 .wpcf7-radio .wpcf7-list-item:nth-of-type(2n+1){
	width: 300px;
}
html.sp .column2 .wpcf7-checkbox .wpcf7-list-item:nth-of-type(2n+1),
html.sp .column2 .wpcf7-radio .wpcf7-list-item:nth-of-type(2n+1){
	width: 200px;
}

.wpcf7-form .privacy_area{
	text-align: center;
	line-height: 2.5;
	margin: 60px 0 100px;
}

.wpcf7-form .submit_area{
	text-align: center;
	margin: 0 0 100px;
}
.wpcf7-form .submit_area p{
	text-align: left;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.7;
	margin: 20px 0 0;
}

input[type="submit"],
input[type="button"] {
	/* iOSでのデフォルトスタイルをリセット */
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	background-color: #000;
	/*border-radius: 10px;*/
	padding: 30px 0;
	width: 100%;
	margin: 50px 0 0;
	transition: opacity 0.2s linear;
}
html.sp input[type="submit"],
html.sp input[type="button"] {
	padding: 10px 0;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.7;
}
input[type="submit"].wpcf7-confirm,
input[type="button"].wpcf7-back,
input[type="submit"].wpcf7-submit{
	/*background-image: url(img/contact/confirm.svg);*/
	background-repeat: no-repeat;
	background-position: center;
	/*color: transparent;*/
}
input[type="button"].wpcf7-back{
	/*background-image: url(img/contact/back.svg);*/

}
input[type="submit"].wpcf7-submit{
	/*background-image: url(img/contact/send.svg);*/
}

input[type="text"],
input[type="email"],
textarea{
	font-family: 'Zen Kaku Gothic Antique', "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3rem;
	font-weight: 300;
	box-sizing: border-box;
	border: none;
	/*border-radius: 4px;*/
	padding: 17px 8px;
	width: 100%;
}
html.sp input[type="text"],
html.sp input[type="email"],
html.sp textarea{
	font-size: 2rem;
}
html.sp textarea{
	height: 200px;
}
input[type="checkbox"],
input[type="radio"]{
	width: 16px;
	height: 16px;
}
div.contact_form input[type="checkbox"]{
	vertical-align: -2px;
	min-width: 19px;
	width: 19px;
	height: 19px;
}

input[type="text"][readonly],
input[type="email"][readonly],
textarea[readonly] {
	border: 0;
	box-shadow: 0 0 0 1000px #fff inset;
}

.wpcf7-form table.contact tr:nth-of-type(2n+1) input[type="text"][readonly],
.wpcf7-form table.contact tr:nth-of-type(2n+1) input[type="email"][readonly],
.wpcf7-form table.contact tr:nth-of-type(2n+1) textarea[readonly] {
	box-shadow: 0 0 0 1000px #c9cee8 inset;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	position: relative;
	top: -320px;
	box-sizing: border-box;
	background-color: #fff;
	width: 875px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div.wpcf7 .wpcf7-form .ajax-loader{
	display: none;
}




