@charset "UTF-8";
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.frd {
	color: #d8261c;
	font-weight: bold;
}

.fbl {
	color: #00aadb;
	font-weight: bold;
}

.fgn {
	color: #adff65;
	font-weight: bold;
}

.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.f24 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.f30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.f30 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
	.f36 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.2;
	}
}

.bgy {
	background-color: #feeb35;
	display: inline-block;
	padding: 0.6rem;
	font-weight: 700;
	line-height: 1;
}

.ubg {
	display: inline-block;
	position: relative;
}

.ubg:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #38cc74;
	position: absolute;
	bottom: -0.4rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	.ubg:after {
		content: none;
	}
}

.moviebox .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.moviebox .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.container {
		max-width: 728px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		max-width: none;
	}
}

/*************************
main
************************ */
#main {
	counter-reset: number 0;
}

.sctbox {
	position: relative;
	margin-top: 40px;
}

.sctbox .title {
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 100%;
	margin-right: 40px;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-right: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox .title {
		margin-right: 0;
	}
}

.sctbox .title span {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	font-family: Exo,sans-serif;
	color: #d8261c;
	font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	line-height: 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sctbox .title2 {
	text-align: center;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 480px) {
	.sctbox .title2 {
		letter-spacing: 0;
	}
}

.sctbox .title2:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: contain;
	margin: 0 auto 8px;
}

.sctbox .title3 {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	letter-spacing: 4px;
	border: 1px solid #e87d78;
	border-radius: 8px;
	background-color: #fff5f5;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0;
}

@media screen and (min-width: 769px) {
	.sctbox .title3 {
		font-size: 20px;
		font-size: 2rem;
		letter-spacing: .05em;
	}
}

@media screen and (min-width: 993px) {
	.sctbox .title3 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.sctbox .title3:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
	background-size: contain;
	position: absolute;
	left: 1.6rem;
	top: calc(50% - 9px);
}

.sctbox .title3.line2 {
	line-height: 1.4;
	padding-top: .9rem;
	height: 6rem;
}

@media screen and (min-width: 769px) {
	.sctbox .title3.line2 {
		height: 9rem;
		padding-top: 1.6rem;
	}
}

.sctbox .title4 {
	font-size: 28px;
	text-align: center;
	color: #d8261c;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 40px;
}

@media screen and (max-width: 480px) {
	.sctbox .title4 {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 28px;
	}
}

.sctbox .rsntitle {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 2rem;
	letter-spacing: .025em;
}

@media screen and (min-width: 769px) {
	.sctbox .rsntitle {
		font-size: 33px;
		font-size: 3.3rem;
	}
}

@media screen and (min-width: 993px) {
	.sctbox .rsntitle {
		font-size: 36px;
		font-size: 3.6rem;
		margin-bottom: 3rem;
		border-bottom: 1px solid #d8261c;
		padding: 0 0 1rem;
	}
}

.sctbox .rsntitle span {
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	color: #d8261c;
}

@media screen and (min-width: 993px) {
	.sctbox .rsntitle span {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.sctbox:nth-of-type(odd) .title {
	left: 0;
	right: auto;
	margin-right: 0;
	margin-left: 40px;
	border-right: none;
	border-left: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox:nth-of-type(odd) .title {
		margin-left: 0;
	}
}

.sctbox .txtbox {
	padding: 2rem;
}

@media screen and (min-width: 993px) {
	.sctbox .txtbox {
		padding: 2rem 0 4rem;
	}
}

@media screen and (min-width: 993px) {
	.sctbox .txt:after {
		content: '';
		display: block;
		clear: both;
	}
}

.sctbox .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #525252;
	text-align: left;
	line-height: 1.6;
}

@media screen and (min-width: 769px) {
	.sctbox .txt p {
		line-height: 1.8;
	}
}

.sctbox .txt ul {
	margin-bottom: 3rem;
}

.sctbox .txt ul li {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: .3rem 0 .3rem 1.6rem;
	position: relative;
}

.sctbox .txt ul li:before {
	content: '';
	display: block;
	width: .8rem;
	height: .8rem;
	background-color: #d8261c;
	border-radius: 50%;
	position: absolute;
	top: .8rem;
	left: .2rem;
}

.sctbox .txt figure {
	margin-bottom: 3rem;
}

@media screen and (min-width: 993px) {
	.sctbox .ph {
		max-width: 46%;
		float: right;
		margin-left: 3rem;
		margin-bottom: 2rem;
	}
}

.sctbox img {
	width: 100%;
	height: auto;
}

.course {
	padding: 3rem 0;
}

@media screen and (min-width: 993px) {
	.course {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.course li {
	background-color: #f5f5f5;
	padding: 1.6rem 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 5rem;
	margin-bottom: .4rem;
	letter-spacing: .05em;
	position: relative;
}

@media screen and (min-width: 993px) {
	.course li {
		font-size: 20px;
		font-size: 2rem;
	}
}

.course li:before {
	content: '';
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: calc(50% - 1.8rem);
	left: 1rem;
}

@media screen and (min-width: 993px) {
	.course li.course01 {
		width: 36%;
	}
}

.course li.course01:before {
	background-image: url(../img/mail_official/icon_course01.png);
}

@media screen and (min-width: 993px) {
	.course li.course02 {
		width: 25%;
	}
}

.course li.course02:before {
	background-image: url(../img/mail_official/icon_course02.png);
}

@media screen and (min-width: 993px) {
	.course li.course03 {
		width: 34%;
	}
}

.course li.course03:before {
	background-image: url(../img/mail_official/icon_course03.png);
}

.ctamvbox {
	margin-bottom: 2rem;
}

.ctamvbox p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.ctamvbox p {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 993px) {
	.ctamvbox p {
		font-size: 40px;
		font-size: 4rem;
	}
}

.ctamvbox p span {
	color: #d8261c;
}

.ctamvbox p span strong {
	font-size: 30px;
	font-size: 3rem;
	font-family: ryo-gothic-plusn,sans-serif;
}

@media screen and (min-width: 769px) {
	.ctamvbox p span strong {
		font-size: 45px;
		font-size: 4.5rem;
	}
}

@media screen and (min-width: 993px) {
	.ctamvbox p span strong {
		font-size: 60px;
		font-size: 6rem;
	}
}

.ctamvbox h1 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 800;
	color: #d8261c;
	text-align: center;
	margin-bottom: 4rem;
	line-height: 1.2;
}

@media screen and (min-width: 769px) {
	.ctamvbox h1 {
		font-size: 60px;
		font-size: 6rem;
	}
}

@media screen and (min-width: 993px) {
	.ctamvbox h1 {
		font-size: 80px;
		font-size: 8rem;
	}
}

.ctamvbox h1 span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 900;
	color: #000;
}

@media screen and (min-width: 769px) {
	.ctamvbox h1 span {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 993px) {
	.ctamvbox h1 span {
		font-size: 40px;
		font-size: 4rem;
	}
}

.ctamvbox h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	letter-spacing: .025em;
	font-family: ryo-display-plusn, '游明朝', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin-bottom: 1.6rem;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.ctamvbox h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 993px) {
	.ctamvbox h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

.ctamvbox figure {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.ctamvbox figure {
		max-width: 100%;
		margin: 0 auto;
		background: transparent url(../img/mail_official/bg_cta.jpg) no-repeat scroll 0 center/cover;
		height: 26rem;
		position: relative;
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

@media screen and (min-width: 993px) {
	.ctamvbox figure {
		margin-top: 7rem;
		margin-bottom: 7rem;
	}
}

.ctamvbox figure img {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.ctamvbox figure img {
		width: 80%;
		max-width: 71.6rem;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

#head {
	margin-top: 0;
	padding-top: 10rem;
}

@media screen and (min-width: 769px) {
	#head {
		padding-top: 12rem;
	}
}

@media screen and (min-width: 993px) {
	#head {
		padding-top: 14rem;
	}
}

#head .container {
	margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
	#head .container {
		margin-bottom: 4rem;
		max-width: none;
	}
}

@media screen and (min-width: 993px) {
	#head .container {
		margin-bottom: 6rem;
	}
}

#motoc {
	margin-top: 2rem;
}

@media screen and (min-width: 769px) {
	#motoc {
		margin-top: 0;
	}
}

#motoc .tocbox {
	padding: 2rem 2rem 0;
}

#motoc .tocbox ul {
	position: relative;
	z-index: 3;
}

#motoc .tocbox ul li {
	margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
	#motoc .tocbox ul li {
		margin-bottom: 2rem;
	}
}

#motoc .tocbox ul li a {
	font-weight: 700;
	border-bottom: 1px solid rgba(216, 38, 28, 0.3);
	letter-spacing: .025em;
	padding-bottom: .4rem;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 1rem;
	padding-left: 4rem;
}

@media screen and (min-width: 769px) {
	#motoc .tocbox ul li a {
		padding-top: 2rem;
		padding-left: 7.4rem;
		padding-bottom: 1rem;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 993px) {
	#motoc .tocbox ul li a {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 768px) {
	#motoc .tocbox ul li a {
		font-size: 16px;
		font-size: 1.6rem;
		padding-top: 1rem;
		padding-left: 4rem;
	}
}

#motoc .tocbox ul li a:before {
	content: '';
	display: block;
	width: 6.4rem;
	height: 6.4rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	position: absolute;
	bottom: .4rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	#motoc .tocbox ul li a:before {
		width: 3.2rem;
		height: 3.2rem;
	}
}

#motoc .tocbox ul li:first-of-type a:before {
	background-image: url(../img/mail_official/icon_reason01.png);
}

#motoc .tocbox ul li:nth-of-type(2) {
	margin-left: 12rem;
}

@media screen and (max-width: 768px) {
	#motoc .tocbox ul li:nth-of-type(2) {
		margin-left: 5rem;
	}
}

#motoc .tocbox ul li:nth-of-type(2) a:before {
	background-image: url(../img/mail_official/icon_reason02.png);
}

#motoc .tocbox ul li:nth-of-type(3) {
	margin-left: 24rem;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#motoc .tocbox ul li:nth-of-type(3) {
		margin-left: 10rem;
	}
}

#motoc .tocbox ul li:nth-of-type(3) a:before {
	background-image: url(../img/mail_official/icon_reason03.png);
}

#motoc .txtbox {
	padding: 60px 80px;
	border-radius: 4px;
	background-color: #fafafa;
}

@media screen and (max-width: 992px) {
	#motoc .txtbox {
		padding-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	#motoc .txtbox {
		padding: 40px;
	}
}

@media screen and (max-width: 480px) {
	#motoc .txtbox {
		padding: 20px;
	}
}

#motoc .title3 {
	margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
	#motoc .title3 {
		margin-bottom: 3rem;
	}
}

.reasonbox {
	margin-top: -2rem;
	padding-top: 8rem;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 769px) {
	.reasonbox {
		padding-top: 10rem;
		margin-top: 0;
	}
}

.reasonbox .container {
	position: relative;
}

.reasonbox .container:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: block;
	font-size: 122px;
	font-size: 12.2rem;
	font-family: "Times New Roman",serif;
	font-weight: 700;
	font-style: italic;
	color: #d8261c;
	letter-spacing: -.05em;
	opacity: .15;
	position: absolute;
	right: 2rem;
	top: -6rem;
	z-index: -1;
}

@media screen and (min-width: 769px) {
	.reasonbox .container:before {
		font-size: 180px;
		font-size: 18rem;
		right: 1rem;
		top: -10rem;
	}
}

@media screen and (min-width: 993px) {
	.reasonbox .container:before {
		font-size: 240px;
		font-size: 24rem;
		right: 0;
		top: -12rem;
	}
}

@media screen and (min-width: 993px) {
	.reasonbox .imgph {
		width: 50%;
		clear: both;
	}
}

@media screen and (min-width: 993px) {
	.reasonbox .imgph img {
		width: 100%;
	}
}

#reason03 .txt ul li {
	letter-spacing: -.02em;
}

#ctabox {
	background-color: #f5f5f5;
	padding: 4rem 0 2rem;
}

@media screen and (min-width: 769px) {
	#ctabox .container {
		max-width: none;
		padding-top: 6rem;
	}
}

@media screen and (min-width: 993px) {
	#ctabox .container {
		padding-top: 7rem;
	}
}

#ctabox .ctamvbox {
	margin-bottom: 0;
}

#ctabox .ctamvbox #presentinfo {
	margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
	#ctabox .ctamvbox #presentinfo {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 769px) {
	#ctabox .txtbox {
		max-width: 728px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 993px) {
	#ctabox .txtbox {
		max-width: 94rem;
	}
}

#ctabox .agreebox h2 {
	padding-top: 3rem;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	border-bottom: 3px solid #d8261c;
	margin-bottom: 2rem;
}

#ctabox .agreebox h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 2rem;
}

#ctabox .agreebox ul {
	margin-bottom: 2rem;
}

#ctabox .agreebox ul li {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

#ctabox .agreebox p {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.ie #ctabox .agreebox p {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

#ctabox .formbox {
	padding-top: 1.6rem;
}

#ctabox .formbox input {
	background-color: #fff;
	width: 100%;
	border: 3px solid #d8261c;
	padding: 1.6rem 1.2rem;
	margin-bottom: 1rem;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
	#ctabox .formbox input {
		font-size: 20px;
		font-size: 2rem;
		padding: 2rem 1.6rem;
		border: 5px solid #d8261c;
		display: block;
		max-width: 680px;
		margin: 0 auto 2rem;
	}
}

#ctabox .formbox .btngrd {
	width: 100%;
}
