@charset 'UTF-8';
/*
Theme Name: academy_planperfect
Theme URI: 
Description: テーマの説明
Version: 1.0
Author: 
Author URI: 
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

body {
	font-family: 'ヒラギノ角ゴ ProN W3','HiraKakuProN-W3','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','Hiragino Kaku Gothic ProN','Noto Sans JP', '游ゴシック' , 'Yu Gothic' , Helvetica ,  sans-serif;
	font-size: 15px;
	line-height: 1.6;
	word-break: break-strict;
	color: #000;

	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
}

.f_futura {
	/*
	Light font-weight: 300;
	Book font-weight: 400;
	*/
	font-family: futura-pt, sans-serif;
}

.f_maven {
	/*
	regular font-weight: 400;
	bold font-weight: 700;
	*/
	font-family: 'Maven Pro', sans-serif;
}

.f_bodoni {
	/*
	regular font-weight: 400;
	*/
	font-family: bodoni-urw, serif;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
}

a img {
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
}

a img:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

.thumbimg:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

.clear {
	line-height: 0;
	clear: both;
}

.clearfix {
	display: block;
	zoom: 1;
}

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

body {
	_display: inline;
	_zoom: 1;
}

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

table {
	border-spacing: 0;
	border-collapse: collapse;
}

iframe {
	max-width: 100%;
}

.minc {
	font-family: 'Times New Roman', 游明朝体, 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HGS明朝B, 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
}

.target_line {
	margin-top: -100px;
	padding-top: 100px;
}

iframe {
	max-width: 100%;
}

.anim {
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
}

.anim:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

section {
	display: block;
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
	position: relative;
	z-index: 4;
	max-width: 1200px;
	margin: 0 auto;
}

.boxs .box {
	float: left;
}

.sec {
	padding: 90px 0;
}

.bg_gd {
	background: radial-gradient(100% 100% at 0% 0%, #a82222 .01%, #831b1a 100%);
}

.tit_em {
	position: relative;
	z-index: 5;
	padding: 31px 0;
	color: #fff;
}

.tit_em h2 {
	font-size: 160%;
	font-weight: 600;
	position: relative;
	z-index: 6;
}

.tit_em .bg_em {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	height: 100%;
}

.tit_bg {
	position: relative;
	margin-bottom: 100px;
}

.tit_bg.tit_student .box_img {
	background-image: url(./img/top/top_tit_bg_01.jpg);
}

.tit_bg.tit_education .box_img {
	background-image: url(./img/top/top_tit_bg_02.jpg);
}

.tit_bg .boxs .box:nth-child(1) {
	width: calc(362px + (100% - 1200px) / 2);
}

.tit_bg .boxs .box:nth-child(2) {
	width: calc(100% - 362px - (100% - 1200px) / 2);
}

.tit_bg .box_img, .tit_bg .box_bg {
	height: 320px;
}

.tit_bg .box_img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.tit_bg .box_clms {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
}

.tit_bg .box_clms .wrap {
	height: 320px;
}

.tit_bg .box_tit {
	position: absolute;
	top: 50%;
	left: 0;
	width: 274px;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	text-align: center;
}

.tit_bg .box_tit h2 {
	display: block;
}

.tit_bg .box_tit h2 strong {
	font-size: 160%;
	font-weight: 600;
	display: block;
	margin-top: 8px;
	color: #fff;
}

.tit_sc {
	margin-bottom: 23px;
}

.tit_sc h3 {
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	color: #a82222;
	background-color: #f8f8f8;
}

.tit_sc h3 strong {
	font-size: 120%;
	font-weight: 600;
}

.tit_sc h3 small {
	font-size: 87%;
	font-weight: 600;
}

.tit_sc h3.xs {
	min-width: 88px;
}

.tit_sc h3.sm {
	min-width: 192px;
}

.tit_sc h3.md {
	min-width: 209px;
}

.tit_sc h3.lg {
	min-width: 330px;
}

.btn_more {
	text-align: center;
}

.btn {
	position: relative;
	display: inline-block;
	width: 350px;
	padding: 23px 0;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	text-align: center;
	color: #fff;
	background: #a82222;
}

.btn p {
	font-weight: 600;
	line-height: 1;
	position: relative;
	z-index: 3;
}

.btn .ico {
	position: absolute;
	z-index: 3;
	top: 48%;
	right: 25px;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

.btn .ico.ico_down {
	display: block;
	width: 17px;
	height: 15px;
	background-image: url(./img/common/ico_down_04.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.btn:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	     opacity: 0;
	background: #831b1a;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.btn.btn_m {
	font-size: 94%;
}

.btn.btn_l {
	font-size: 160%;
	width: 1080px;
	padding: 50px 0;
}

.btn.btn_l p span {
	font-size: 94%;
	font-weight: 300;
	display: block;
	padding-bottom: 14px;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
}

.header_inner {
	position: relative;
	height: 100px;
	background: #fff;
}

.header_logo {
	font-size: 90%;
	position: absolute;
	top: 50%;
	left: 4%;
	display: inline-block;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

.header_logo h1 {
	position: relative;
	color: #6e7475;
}

.header_logo h1 img {
	vertical-align: middle;
}

.header_logo h1 br {
	display: none;
}

.header_logo h1 strong {
	font-size: 80%;
	font-weight: 600;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 259px;
	display: block;
	width: auto;
	padding-top: 3px;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	white-space: nowrap;
}

.header_btn {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}

.header_btn a {
	color: #fff;
}

.header_btn ul li {
	position: relative;
	float: left;
	height: 100px;
	text-align: center;
}

.header_btn ul li .inner {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.header_btn ul li.btn_tel {
	width: 208px;
	background: #831b1a;
}

.header_btn ul li.btn_tel img {
	position: relative;
	top: -5px;
	width: 25px;
	margin-right: -5px;
}

.header_btn ul li.btn_tel span {
	font-size: 148%;
	font-weight: 400;
}

.header_btn ul li.btn_tel p {
	font-size: 67%;
	line-height: 1.2;
}

.header_btn ul li.btn_mail {
	width: 124px;
	margin: 0 2px;
}

.header_btn ul li.btn_mail img {
	width: 27px;
}

.header_btn ul li.btn_mail a {
	display: block;
	height: 100px;
	background: #a82222;
}

.header_btn ul li.btn_mail a:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	     opacity: 0;
	background: radial-gradient(100% 100% at 0% 0%, #a82222 .01%, #831b1a 100%);

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.header_btn ul li.btn_mail a:hover {
	color: #fff;
}

.header_btn ul li.btn_mail a:hover:before {
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.header_btn ul li.btn_mail span {
	font-size: 74%;
	display: block;
	margin-top: 6px;
}

.header_btn ul li.btn_menu {
	width: 100px;
	cursor: pointer;
}

.header_btn ul li.btn_menu img {
	width: 26px;
	vertical-align: middle;
}

.gnav_bg {
	position: fixed;
	z-index: 1500;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: top center;
	        transform-origin: top center;
	     opacity: .4;
	background: #831b1a;

	filter: alpha(opacity=40);
	-moz-opacity: .4;
}

.gnav_bg.on {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.gnav_bg.onb {
	-webkit-transform-origin: bottom center;
	        transform-origin: bottom center;
}

.gnav_outer {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	width: 414px;
	height: 100%;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: top center;
	        transform-origin: top center;
	background: #fff;
}

.gnav_outer.on {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.gnav_outer.onb {
	-webkit-transform-origin: bottom center;
	        transform-origin: bottom center;
}

.gnav_inner {
	position: relative;
	z-index: 2001;
	padding: 122px 87px 0 0;
	-webkit-transition: all 300ms 0s ease;
	        transition: all 300ms 0s ease;
	     opacity: 0;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.gnav_inner.on {
	z-index: 2001;
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.gnav_close {
	position: absolute;
	z-index: 2100;
	top: 0;
	right: 0;
	width: 100px;
	padding: 36px 0;
	cursor: pointer;
	text-align: center;
}

.gnav_close img {
	width: 27px;
}

.gnav {
	text-align: right;
}

.gnav ul li {
	margin-bottom: 29px;
}

.gnav a {
	font-size: 80%;
	font-weight: 600;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
}

.gnav a:hover {
	color: #a82222;
}

.fnav_outer {
	padding: 71px 0 55px;
	background: radial-gradient(100% 100% at 0% 0%, #a82222 .01%, #831b1a 100%);
}

.fnav_outer .boxs .box:nth-child(1) {
	width: 28%;
}

.fnav_outer .boxs .box:nth-child(2) {
	width: 72%;
}

.fnav_outer .box_img {
	padding-left: 15px;
}

.fnav {
	position: relative;
}

.fnav a {
	font-size: 94%;
	font-weight: 600;
	line-height: 1.2;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	color: #fff;
}

.fnav a span {
	font-size: 112%;
	font-weight: 400;
	letter-spacing: 1px;
}

.fnav a small {
	font-size: 87%;
	position: relative;
	padding-left: 30px;
}

.fnav a small:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	background: #fff;
}

.fnav a:hover {
	color: #831b1a;
}

.fnav ul {
	float: left;
	width: 224px;
}

.fnav ul li {
	margin-bottom: 20px;
}

.fnav ul li.min {
	margin-bottom: 10px;
}

.fnav ul:nth-child(1) {
	width: 300px;
}

.fnav ul:nth-child(5) {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
}

.fnav ul:nth-child(5) li {
	margin-bottom: 12px;
}

.fnav ul:nth-child(5) li a {
	position: relative;
	display: block;
	padding: 9px 0 9px 13px;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	background: #fff;
}

.fnav ul:nth-child(5) li a span {
	font-size: 94%;
	font-weight: 600;
	letter-spacing: 1px;
	color: #831b1a;
}

.fnav ul:nth-child(5) li a:after {
	position: absolute;
	top: 50%;
	right: 7px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	background-image: url(./img/common/ico_flink_01@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fnav ul:nth-child(5) li a:hover {
	background: #831b1a;
}

.fnav ul:nth-child(5) li a:hover span {
	color: #fff;
}

.fnav ul:nth-child(5) li a:hover:after {
	background-image: url(./img/common/ico_flink_02@2x.png);
}

.footer_info {
	padding: 42px 0;
}

.footer_info .boxs .box:nth-child(1) {
	width: 65.5%;
}

.footer_info .boxs .box:nth-child(2) {
	width: 34.5%;
}

.footer_info .box_clm h3 {
	font-size: 94%;
}

.footer_info .box_clm p {
	font-size: 94%;
	margin-top: 12px;
}

.footer_info .box_copy {
	position: relative;
	top: 23px;
	right: -50px;
	text-align: right;
}

.footer_info .box_copy p img {
	position: relative;
	top: -5px;
}

.footer_info .box_copy p span {
	font-size: 94%;
	padding-left: 20px;
}

.footer_sns {
	padding-top: 48px;
}

.footer_sns ul {
	padding-left: 20px;
}

.footer_sns ul li {
	display: block;
	float: left;
	width: 30px;
	margin-right: 18px;
}

.footer_sns ul li a {
	position: relative;
}

.footer_sns ul li a i {
	display: block;
	height: 29px;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.footer_sns ul li.sns_fb a i {
	background-image: url(./img/common/ico_fb.png);
}

.footer_sns ul li.sns_fb a:hover i {
	background-image: url(./img/common/ico_fb_on.png);
}

.footer_sns ul li.sns_yb a i {
	background-image: url(./img/common/ico_yb.png);
}

.footer_sns ul li.sns_yb a:hover i {
	background-image: url(./img/common/ico_yb_on.png);
}

.footer_sns ul li.sns_tw a i {
	background-image: url(./img/common/logo-white.png);
}

.footer_sns ul li.sns_tw a:hover i {
	background-image: url(./img/common/logo-white_op.png);
}

.footer_sns ul li.sns_ins a i {
	background-image: url(./img/common/ico_ins.png);
}

.footer_sns ul li.sns_ins a:hover i {
	background-image: url(./img/common/ico_ins_on.png);
}

.footer_sns ul li.sns_line a i {
	background-image: url(./img/common/ico_line.png);
}

.footer_sns ul li.sns_line a:hover i {
	background-image: url(./img/common/ico_line_on.png);
}

.footer_sns ul li.sns_nt a i {
	background-image: url(./img/common/ico_nt.png);
}

.footer_sns ul li.sns_nt a:hover i {
	background-image: url(./img/common/ico_nt_on.png);
}

.btn_scroll {
	display: block;
	vertical-align: top;
}

.btn_scroll:hover .btn_scroll_line {
	-webkit-animation: btnScrollLine .6s ease;
	        animation: btnScrollLine .6s ease;
}

.btn_scroll:hover .btn_scroll_circle:before {
	-webkit-transform: scale(.8);
	        transform: scale(.8);
}

.btn_scroll:hover .btn_scroll_label {
	letter-spacing: 3px;
}

.btn_scroll.btn_scroll_vertical {
	position: absolute;
	z-index: 7;
	right: 6.3%;
	height: 45px;
	padding: 10px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-webkit-transform: rotate(90deg);
	        transform: translateY(-50%) translateX(0%);
	        transform: rotate(90deg);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

.btn_scroll.btn_scroll_top {
	top: inherit;
	bottom: 6%;
}

.btn_scroll.btn_scroll_top .btn_scroll_inner {
	color: #fff;
}

.btn_scroll.btn_scroll_top .btn_scroll_circle:before {
	border-color: #fff;
}

.btn_scroll.btn_scroll_top .btn_scroll_circle:after {
	background-color: #fff;
}

.btn_scroll.btn_scroll_top .btn_scroll_label {
	font-weight: 400;
	position: relative;
	top: -3px;
	width: 105px;
	padding-right: 52px;
	padding-left: 0;
}

.btn_scroll.btn_scroll_top .btn_scroll_line {
	left: -48px;
	background-color: #fff;
}

.btn_scroll.btn_scroll_top:hover .btn_scroll_line {
	-webkit-animation: btnScrollLineUp .6s ease;
	        animation: btnScrollLineUp .6s ease;
}

.btn_scroll_inner {
	line-height: 20px;
	display: inline-block;
	color: #a82222;
}

.btn_scroll_circle {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: top;
	white-space: nowrap;
}

.btn_scroll_line {
	position: absolute;
	top: 59%;
	left: -20px;
	display: inline-block;
	width: 90px;
	height: 1px;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	background-color: #a82222;
}

.btn_scroll_label {
	font-size: 12px;
	font-weight: 600;
	line-height: 26px;
	display: inline-block;
	padding-left: 52px;
	-webkit-transition: letter-spacing .4s ease;
	        transition: letter-spacing .4s ease;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	letter-spacing: 1px;

	will-change: letter-spacing;
}

@-webkit-keyframes btnScrollLine {
	0% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	50% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	51% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
	100% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
}

@keyframes btnScrollLine {
	0% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	50% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	51% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
	100% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
}

@-webkit-keyframes btnScrollLineUp {
	0% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
	50% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
	51% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	100% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
}

@keyframes btnScrollLineUp {
	0% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
	50% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: right center;
		        transform-origin: right center;
	}
	51% {
		-webkit-transform: scaleX(0) translateY(-50%);
		        transform: scaleX(0) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
	100% {
		-webkit-transform: scaleX(1) translateY(-50%);
		        transform: scaleX(1) translateY(-50%);
		-webkit-transform-origin: left center;
		        transform-origin: left center;
	}
}

.sec_foot_scroll {
	position: relative;
	height: 0;
}

.sec_foot_scroll .btn_scroll {
	bottom: 20px;
}

.sec_foot_scroll .btn_scroll .btn_scroll_label {
	width: 120px;
	text-align: left;
}

.sec_head_scroll {
	position: relative;
	height: 191px;
}

.sec_head_scroll .btn_scroll {
	top: 36px;
	right: inherit;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%) rotate(-90deg);
	        transform: translateY(0%) translateX(-50%) rotate(-90deg);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.sec_head_scroll .btn_scroll .btn_scroll_inner {
	width: 110px;
}

.sec_head_scroll .btn_scroll .btn_scroll_line {
	width: 100px;
}

.sec_foot_down {
	padding: 67px 0 98px;
	text-align: center;
	background-color: #f8f8f8;
}

.foot_down_outer {
	max-width: 1000px;
	margin: 0 auto;
}

.foot_down_tit {
	padding-bottom: 20px;
}

.foot_down_tit h2 {
	font-size: 160%;
	font-weight: 600;
	color: #a82222;
}

.foot_down_contact ul li {
	display: inline-block;
	padding: 0 10px;
}

.foot_down_contact ul li a {
	text-decoration: none;
}

.foot_down_contact ul li a span, .foot_down_contact ul li p span {
	font-size: 160%;
	font-weight: 600;
}

.foot_down_contact ul li a img, .foot_down_contact ul li p img {
	position: relative;
	top: -3px;
	margin-right: 2px;
	vertical-align: middle;
}

.foot_down_clms {
	padding: 20px 0 40px;
}

.foot_down_clms p {
	font-size: 87%;
	line-height: 1.8;
}

/****************************************
		Top Setting 
*****************************************/
.body_top .header {
	top: -100px;
}

.body_top .header.isfixed {
	top: 0;
}

.sec_top_topslide {
	overflow-x: hidden;
	padding: 0;
}

.sec_top_topslide.inview .top_slide_line {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.sec_top_topslide.inview .top_slide_bg_outer {
	opacity: 1;
}

.sec_top_topslide.on .top_slide_bg_outer {
	opacity: 1;
}

.top_slide_outer {
	position: relative;
	z-index: 3;
	top: 0;
	right: calc( ((100vw - 1200px) / 2 ) * -1);
	float: right;
	overflow: hidden;
	width: 84vw;
}

.top_slide_bg_outer {
	position: relative;
	left: 0;
	-webkit-transition: all 1500ms 100ms ease;
	        transition: all 1500ms 100ms ease;
	opacity: 0;
}

.top_slide_bg {
	width: 100%;
	height: calc(100vh - 181px);
	min-height: 500px;
	max-height: 1000px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top_slide_bg.top_slide_bg_01 {
	background-image: url(./img/top/top_topslide_img_01_v2.jpg);
}

.top_slide_bg.top_slide_bg_02 {
	background-image: url(./img/top/top_topslide_img_02_v2.jpg);
}

.top_slide_bg.top_slide_bg_03 {
	background-image: url(./img/top/top_topslide_img_03_v2.jpg);
}

.top_slide_overlay {
	position: absolute;
	z-index: 4;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1200ms 0s ease;
	        transition: all 1200ms 0s ease;
	background: #831b1a;
}

.top_slide_overlay.on {
	right: 0;
}

.top_slide_overlay.off {
	right: 100%;
}

.top_slide_line {
	position: absolute;
	z-index: 5;
	width: 403px;
	height: 442px;
	-webkit-transition: all 1000ms 1000ms ease;
	        transition: all 1000ms 1000ms ease;
	background-color: #a82222;
}

.top_slide_line.line_01 {
	bottom: 0;
	left: calc( ((100vw - 1200px) / 2 ) * -1);
	width: calc( ((100vw - 1200px) / 2 ) + 29%);
	height: 14%;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: top left;
	        transform-origin: top left;

	mix-blend-mode: darken;
}

.top_slide_line.line_02 {
	top: 100px;
	right: calc( ((100vw - 1200px) / 2 ) * -1);
	width: calc( ((100vw - 1200px) / 2 ) + 50.7%);
	height: 18%;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: top right;
	        transform-origin: top right;

	mix-blend-mode: darken;
}

.top_slide_line.line_03 {
	right: calc( ((100vw - 1200px) / 2 ) * -1);
	bottom: 0;
	width: 110px;
	height: 43%;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;

	mix-blend-mode: darken;
}

.top_slide_head .wrap {
	height: 181px;
}

.top_slide_logo {
	position: absolute;
	top: 53%;
	left: 61px;
	display: none;
	-webkit-transition: all 800ms 0s ease;
	        transition: all 800ms 0s ease;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	     opacity: 0;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.top_slide_logo.on {
	top: 50%;
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.top_slide_clms {
	position: absolute;
	z-index: 3;
	top: 53%;
	left: 61px;
	width: 70%;
	-webkit-transition: all 800ms 0s ease;
	        transition: all 800ms 0s ease;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	     opacity: 0;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.top_slide_clms.on {
	top: 50%;
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.top_slide_tit {
	color: #000;
}

.top_slide_tit h2 {
	font-size: 388%;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 3px;
}

.top_slide_clm {
	color: #000;
}

.top_slide_clm h3 {
	font-size: 174%;
	font-weight: 500;
	padding: 20px 0 35px;
	letter-spacing: 3px;
}

.top_slide_clm p {
	font-size: 94%;
	letter-spacing: 1px;
}

.top_slide_btn {
	padding-top: 40px;
}

.top_slide_btn a {
	font-weight: 600;
	display: inline-block;
	width: 339px;
	padding: 10px 0;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	text-align: center;
	color: #a82222;
	border: 1px solid #a82222;
	border-radius: 50px;
}

.top_slide_btn a:hover {
	color: #fff;
	background-color: #a82222;
}

.top_slide_ico {
	position: absolute;
	z-index: 3;
	top: 120px;
	right: -27px;
	-webkit-transition: all 800ms 0s ease;
	        transition: all 800ms 0s ease;
	     opacity: 0;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.top_slide_ico.on {
	top: 89px;
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.view_scroll {
	position: absolute;
	z-index: 5;
	right: calc( (((100vw - 1200px) / 2) - 30px ) * -1);
	bottom: 38px;
	display: inline-block;
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	text-align: center;
	     opacity: 0;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.view_scroll span {
	display: block;
	width: 1px;
	height: 90px;
	margin: 10px auto;
	background: #fff;
}

.view_scroll p {
	font-size: 80%;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: -19px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	letter-spacing: 1px;
	color: #fff;
}

.view_scroll.on {
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.sec_top_ph {
	position: relative;
	padding: 103px 0 93px;
}

.sec_top_ph .wrap {
	z-index: 2;
}

.top_ph_en {
	position: absolute;
	z-index: 1;
	top: 167px;
	left: 0;
	width: 100%;
}

.top_ph_en .inn {
	height: 162px;
}

.top_ph_en .inn img {
	position: absolute;
	top: 50%;
	left: 2%;
	width: 69%;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

.top_ph_clms {
	padding: 161px 0 0;
}

.top_ph_tit {
	padding-bottom: 83px;
}

.top_ph_tit h2 {
	font-size: 214%;
	color: #a82222;
}

.top_ph_clm p {
	font-size: 94%;
	line-height: 2.4;
}

.top_ph_list {
	padding-bottom: 47px;
}

.top_ph_list .boxs .box {
	position: relative;
	width: 23.74%;
	margin-right: 1.68%;
	background-color: #fff;
}

.top_ph_list .boxs .box:nth-child(4) {
	margin-right: 0;
}

.top_ph_list .boxs .box:nth-child(4) .inn:after {
	display: none;
}

.top_ph_list .boxs .box .inn {
	position: relative;
	height: 150px;
	border: 1px solid #eaeaea;
}

.top_ph_list .boxs .box:nth-child(1) {
	z-index: 5;
}
.top_ph_list .boxs .box:nth-child(2) {
	z-index: 4;
}
.top_ph_list .boxs .box:nth-child(3) {
	z-index: 3;
}
.top_ph_list .boxs .box:nth-child(4) {
	z-index: 2;
}

.top_ph_list .boxs .box .inn:after {
	position: absolute;
	z-index: 4;
	top: 50%;
	right: calc((8.05% + (1.68% *2 )) * -1);
	width: 16.1%;
	height: 46px;
	content: '';
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	background-image: url(./img/top/top_ph_list_ico_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top_ph_list .box_tag {
	position: absolute;
	z-index: 2;
	top: -11px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	        transform: translateY(0%) translateX(-50%);
}

.top_ph_list .box_tag p {
	font-weight: 800;
	line-height: 1;
	display: inline-block;
	padding: 0 13px;
	color: #a82222;
	background-color: #fff;
}

.top_ph_list .box_tag p small {
	font-size: 107%;
}

.top_ph_list .box_tag p span {
	font-size: 160%;
}

.top_ph_list .box_clms {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.top_ph_list .box_clms h3 {
	font-size: 107%;
	font-weight: 600;
}

.sec_top_about {
	padding: 100px 0 106px;
}

.sec_top_about .tit_em {
	margin-bottom: 100px;
}

.sec_top_about .tit_em .bg_em {
	width: calc(465px + (100vw - 1200px) / 2);
}

.top_about_clms.pb {
	padding-bottom: 70px;
}

.top_about_clm p {
	font-size: 87%;
	line-height: 2.6;
	word-wrap: break-word;
}

.top_about_clm p strong {
	font-weight: 600;
}

.top_about_clm p a:hover {
	text-decoration: underline;
}

.top_about_list {
	position: relative;
	margin-bottom: 66px;
	text-align: center;
}

.top_about_list.arwd:after {
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 23px;
	height: 20px;
	content: '';
	-webkit-transform: translateY(0%) translateX(-50%);
	        transform: translateY(0%) translateX(-50%);
	background-image: url(./img/common/ico_arw_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.top_about_list .boxs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f8f8f8;
}

.top_about_list .boxs .box {
	position: relative;
	float: none;
}

.top_about_list .boxs .box:nth-child(1) {
	min-width: 400px;
}

.top_about_list .box_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	color: #fff;
}

.top_about_list .box_tit h3 {
	font-weight: 500;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
}

.top_about_list .box_tit h3 span, .top_about_list .box_tit h3 strong {
	font-weight: 600;
}

.top_about_list .box_tit h3 span {
	font-size: 130%;
}

.top_about_list .box_tit h3 strong {
	font-size: 175%;
	font-weight: 500;
	letter-spacing: 3px;
}

.top_about_list .box_tit p {
	font-size: 107%;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

.top_about_list .box_tit p:before, .top_about_list .box_tit p:after {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	background-color: #fff;
}

.top_about_list .box_tit p:before {
	left: -25px;
}

.top_about_list .box_tit p:after {
	right: -25px;
}

.top_about_list .box_clm {
	text-align: left;
}

.top_about_list .box_clm p {
	font-size: 107%;
	font-weight: 600;
	padding: 40px 42px;
}

.top_about_list .box_clm ul {
	padding: 30px 42px;
}

.top_about_list .box_clm ul li {
	position: relative;
	margin-bottom: 25px;
}

.top_about_list .box_clm ul li span {
	font-size: 160%;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 2px;
	left: 0;
	color: #a82222;
}

.top_about_list .box_clm ul li strong {
	font-size: 120%;
	font-weight: 600;
	display: block;
	padding-left: 33px;
}

.top_about_list .box_clm ul li:last-child {
	margin-bottom: 0;
}

.sec_top_content {
	padding: 106px 0 100px;
}

.sec_top_content .tit_em {
	margin-bottom: 100px;
}

.sec_top_content .tit_em .bg_em {
	width: calc(212px + (100vw - 1200px) / 2);
}

.top_content_clms {
	margin-bottom: 50px;
}

.top_content_clms.mbl {
	margin-bottom: 80px;
}

.top_content_clm h4 {
	font-size: 120%;
	font-weight: 600;
	padding: 6px 0 13px;
}

.top_content_clm h4 span {
	color: #a82222;
}

.top_content_clm p {
	line-height: 2;
}

.top_content_list {
	margin-bottom: 150px;
}

.top_content_list .boxs .box {
	width: 32.5%;
	margin-right: 1.25%;
	background-color: #f8f8f8;
}

.top_content_list .boxs .box:nth-child(3) {
	margin-right: 0;
}

.top_content_list .box_clms {
	padding: 41px;
}

.top_content_list .box_tit {
	margin-bottom: 20px;
	padding-bottom: 14px;
	text-align: center;
	border-bottom: 1px solid #a82222;
}

.top_content_list .box_tit h3 {
	font-size: 120%;
	font-weight: 600;
	line-height: 1.4;
}

.top_content_list .box_tit h3 strong {
	font-size: 127%;
	padding: 0 2px;
	color: #a82222;
}

.top_content_list .box_clm p {
	font-size: 87%;
	line-height: 2;
	text-align: justify;
}

.top_contents_inner {
	max-width: 1000px;
	margin: 37px auto 71px;
}

.top_contents {
	margin-bottom: 28px;
}

.top_contents:last-child {
	margin-bottom: 0;
}

.top_contents_head {
	position: relative;
	height: 90px;
	cursor: pointer;
}

.top_contents_head:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 500ms 0s ease;
	        transition: all 500ms 0s ease;
	     opacity: 0;
	background: #a82222;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.top_contents_head:after {
	position: absolute;
	z-index: 4;
	top: 50%;
	right: 29px;
	width: 22px;
	height: 21px;
	content: '';
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	background-image: url(./img/common/ico_pls.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.top_contents_head:hover:before {
	     opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.top_contents_head.on:after {
	background-image: url(./img/common/ico_mns.png);
}

.top_contents_tit {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 7.2%;
	width: 78%;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

.top_contents_tit h3 {
	font-weight: 600;
	color: #fff;
}

.top_contents_tit h3 span {
	display: inline-block;
	width: 62px;
	text-align: center;
}

.top_contents_tit h3 span img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.top_contents:nth-child(3) .top_contents_tit h3 span img {
	left: 6px;
}
.top_contents:nth-child(4) .top_contents_tit h3 span img {
	left: -3px;
}

.top_contents_tit h3 strong {
	font-size: 160%;
	position: relative;
	top: 5px;
	margin-left: 30px;
}

.top_contents_tit h3 small {
	font-size: 120%;
	position: relative;
	top: 3px;
	margin-left: 20px;
}

.top_contents_body {
	display: none;
	padding: 60px 7.2%;
	background-color: #f8f8f8;
}

.top_contents_body .top_content_clms {
	margin-bottom: 40px;
}

.top_content_step {
	margin-bottom: 20px;
}

.top_content_step:last-child .boxs .box:nth-child(1):before, .top_content_step.sup .boxs .box:nth-child(1):before {
	display: none;
}

.top_content_step:last-child {
	margin-bottom: 0;
}

.top_content_step .boxs .box {
	position: relative;
	height: 80px;
}

.top_content_step .boxs .box:nth-child(1) {
	width: 22%;
	background-color: #a82222;
}

.top_content_step .boxs .box:nth-child(1):after {
	position: absolute;
	z-index: 4;
	top: 50%;
	right: -14px;
	width: 14px;
	height: 17px;
	content: '';
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
	background-image: url(./img/common/ico_arw_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.top_content_step .boxs .box:nth-child(1):before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 4px;
	height: 20px;
	content: '';
	-webkit-transform: translateY(0%) translateX(-50%);
	        transform: translateY(0%) translateX(-50%);
	background-color: #a82222;
}

.top_content_step .boxs .box:nth-child(2) {
	width: 78%;
	background-color: #fff;
}

.top_content_step .box_tag {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.top_content_step .box_tag p {
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.top_content_step .box_tag p small, .top_content_step .box_tag p span {
	display: block;
}

.top_content_step .box_tag p small {
	font-size: 87%;
	margin-bottom: 3px;
}

.top_content_step .box_tag p span {
	font-size: 160%;
}

.top_content_step .box_clms {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 19%;
	width: 78%;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

.top_content_step .box_clms p.cr {
	color: #a82222;
}

.top_content_step .box_clms p strong {
	font-size: 120%;
	font-weight: 600;
}

.top_content_step .box_clms p small {
	font-size: 87%;
}

.top_content_step .box_clms p span {
	font-size: 87%;
}

.top_content_cau {
	padding-top: 10px;
	text-align: right;
}

.top_content_cau p {
	font-size: 74%;
	color: #a82222;
}

.sec_top_other {
	padding: 74px 0 87px;
}

.sec_top_other .tit_em {
	margin-bottom: 80px;
}

.sec_top_other .tit_em .bg_em {
	width: calc(309px + (100vw - 1200px) / 2);
}

.top_content_tit h3 {
	font-size: 120%;
	font-weight: 600;
	line-height: 1;
	color: #a82222;
}

.top_content_voice {
	padding: 20px 0 46px;
}

.top_content_voice .boxs .box {
	position: relative;
	width: 23.32%;
	margin-right: 2.24%;
	background-color: #f0f0f0;
}

.top_content_voice .boxs .box:after {
	position: absolute;
	z-index: 2;
	bottom: -26px;
	left: 27px;
	width: 59px;
	height: 26px;
	content: '';
	background-image: url(./img/common/ico_arw_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.top_content_voice .boxs .box:nth-child(4) {
	margin-right: 0;
}

.top_content_voice .box_clms {
	padding: 30px 36px;
}

.top_content_voice .box_tit {
	padding-bottom: 14px;
}

.top_content_voice .box_tit h4 {
	line-height: 1;
	color: #a82222;
}

.top_content_voice .box_tit h4 strong {
	font-size: 87%;
	font-weight: 800;
}

.top_content_voice .box_tit h4 span {
	font-size: 67%;
	font-weight: 600;
}

.top_content_voice .box_clm p {
	font-size: 87%;
	line-height: 1.8;
	text-align: justify;
}

.top_content_imgs.mb {
	margin-bottom: 124px;
}

.top_content_imgs .boxs .box {
	width: 48.88%;
	margin-right: 2.24%;
}

.top_content_imgs .boxs .box:nth-child(2) {
	margin-right: 0;
}

.sec_top_price {
	padding: 87px 0 80px;
}

.sec_top_price .tit_em {
	margin-bottom: 105px;
}

.sec_top_price .tit_em .bg_em {
	width: calc(289px + (100vw - 1200px) / 2);
}

.top_price_outer {
	max-width: 1000px;
	margin: 0 auto;
}

.top_price_item.mb {
	margin-bottom: 73px;
}

.top_price_item_tit {
	padding-bottom: 20px;
}

.top_price_item_tit h3 {
	font-size: 134%;
	font-weight: 600;
	color: #a82222;
}

.top_price_item_tit h3 img {
	vertical-align: middle;
}

.top_price_item_tit h3 strong {
	position: relative;
	top: 1px;
	margin-left: 22px;
}

.top_price_tbl table {
	width: 100%;
	margin-bottom: 11px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #a82222;
}

.top_price_tbl table th, .top_price_tbl table td {
	font-weight: 500;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #a82222;
}

.top_price_tbl table th.bbr, .top_price_tbl table td.bbr {
	border-bottom: 1px solid #a82222;
}

.top_price_tbl table th.bbw, .top_price_tbl table td.bbw {
	border-bottom: 1px solid #fff;
}

.top_price_tbl table:last-child {
	margin-bottom: 0;
}

.top_price_tbl table thead.dnone tr th {
	height: 0;
	padding: 0;
	border-bottom: none;
}

.top_price_tbl table thead tr th {
	border-bottom: 1px solid #a82222;
}

.top_price_tbl table thead tr th span {
	font-size: 87%;
	font-weight: 600;
	color: #a82222;
}

.top_price_tbl table thead tr th:nth-child(1) {
	width: 27%;
}

.top_price_tbl table thead tr th:nth-child(2) {
	width: 32%;
}

.top_price_tbl table thead tr th:nth-child(3) {
	width: 41%;
}

.top_price_tbl table tbody tr:nth-child(2n) td {
	background-color: #fff;
}

.top_price_tbl table tbody tr th strong {
	font-size: 120%;
	font-weight: 600;
	color: #fff;
}

.top_price_tbl table tbody tr td {
	background-color: #f8f8f8;
}

.top_price_tbl table tbody tr td.tl {
	padding-left: 39px;
	text-align: left;
}

.top_price_tbl table tbody tr td span {
	font-size: 87%;
}

.top_price_tbl table tbody tr td small {
	font-size: 67%;
}

.top_price_tbl table tbody tr td .clm {
	font-size: 87%;
}

.top_price_tbl table tbody tr td .clm dl {
	position: relative;
	top: -35px;
}

.top_price_tbl table tbody tr td .clm dl dt {
	margin-bottom: 34px;
}

.top_price_tbl table tbody tr td .clm dl dd {
	margin-bottom: 25px;
}

.top_price_tbl table tbody tr td .clm dl dd:last-child {
	margin-bottom: 0;
}

.top_price_cau {
	margin: 10px 0 35px;
	text-align: right;
}

.top_price_cau p {
	font-size: 80%;
}

.sec_top_voice {
	padding: 80px 0 149px;
}

.sec_top_voice .tit_em {
	margin-bottom: 105px;
}

.sec_top_voice .tit_em .bg_em {
	width: calc(245px + (100vw - 1200px) / 2);
}

.top_voice_outer {
	max-width: 1000px;
	margin: 0 auto;
}

.top_voice_item {
	position: relative;
	background-color: #f0f0f0;
}

.top_voice_item.mb {
	margin-bottom: 20px;
}

.top_voice_item .box_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 22.9%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top_voice_item .box_img.box_img_01 {
	background-image: url(./img/top/top_img_03_01.jpg);
}

.top_voice_item .box_img.box_img_02 {
	background-image: url(./img/top/top_img_03_02.jpg);
}

.top_voice_item .box_img.box_img_03 {
	background-image: url(./img/top/top_img_03_03.jpg);
}

.top_voice_item .box_clms {
	width: 77.1%;
	margin-left: 22.9%;
	padding: 25px 38px 15px;
}

.top_voice_item .box_tag {
	padding-bottom: 14px;
	color: #a82222;
}

.top_voice_item .box_tag span, .top_voice_item .box_tag strong {
	font-size: 67%;
}

.top_voice_item .box_tag span {
	font-weight: 500;
}

.top_voice_item .box_tag strong {
	font-weight: 600;
}

.top_voice_item .box_tit {
	padding-bottom: 5px;
}

.top_voice_item .box_tit h3 {
	font-size: 107%;
	font-weight: 600;
}

.top_voice_item .box_clm {
	padding-bottom: 15px;
}

.top_voice_item .box_clm p {
	font-size: 87%;
	line-height: 2;
	margin-bottom: 10px;
	text-align: justify;
}

.top_voice_item .box_clm p:last-child {
	margin-bottom: 0;
}

.top_voice_item .box_stit {
	padding-bottom: 10px;
}

.top_voice_item .box_stit h4 {
	font-size: 87%;
	font-weight: 600;
}

.top_voice_item .box_list ul li {
	position: relative;
	float: left;
	width: 16%;
	height: 75px;
	margin-right: .5%;
	background-color: #00639b;
}

.top_voice_item .box_list ul li span {
	font-size: 67%;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	text-align: center;
	color: #fff;
}

.top_voice_item .box_list ul li:last-child {
	margin-right: 0;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (min-width: 1440px) {
	.sec_top_topslide .wrap {
		width: 90%;
		max-width: 1800px;
	}
	.top_slide_outer {
		right: calc( ((100vw - 90vw) / 2 ) * -1);
	}
	.top_slide_line.line_01 {
		left: calc( ((100vw - 90vw) / 2 ) * -1);
		width: calc( ((100vw - 90vw) / 2 ) + 29%);
	}
	.top_slide_line.line_02 {
		right: calc( ((100vw - 90vw) / 2 ) * -1);
		width: calc( ((100vw - 90vw) / 2 ) + 50.7%);
	}
	.top_slide_line.line_03 {
		right: calc( ((100vw - 90vw) / 2 ) * -1);
		bottom: 0;
		width: 110px;
	}
	.view_scroll {
		right: calc( (((100vw - 90vw) / 2 ) - 30px ) * -1);
	}
}

@media (max-width: 1316px) {
	.footer_info .box_copy {
		right: 0;
	}
}

@media (max-width: 1299px) {
	.header_logo {
		left: 4%;
	}
	.wrap {
		max-width: inherit;
		padding: 0 3%;
	}
	.top_slide_outer {
		right: calc( (6vw / 2 ) * -1);
	}
	.top_slide_line.line_01 {
		left: calc( ((6%) / 2 ) * -1);
		width: calc( ((6%) / 2 ) + 29%);
	}
	.top_slide_line.line_02 {
		right: 0;
		width: calc( ((6%) / 2 ) + 50.7%);
	}
	.top_slide_line.line_03 {
		right: 0;
		bottom: 0;
		width: 110px;
	}
	.view_scroll {
		right: 30px;
	}
	.sec_top_about .tit_em .bg_em {
		width: calc(465px + (6%) / 2);
	}
	.sec_top_content .tit_em .bg_em {
		width: calc(212px + (6%) / 2);
	}
	.sec_top_other .tit_em .bg_em {
		width: calc(309px + (6%) / 2);
	}
	.sec_top_price .tit_em .bg_em {
		width: calc(289px + (6%) / 2);
	}
	.sec_top_voice .tit_em .bg_em {
		width: calc(245px + (6%) / 2);
	}
	.tit_bg .box_tit {
		width: calc(362px + (100vw - 1200px) / 2);
	}
}

@media (max-width: 1180px) {
	.btn.btn_l {
		width: 90%;
	}
	.top_ph_list .box_clms {
		padding: 0 6%;
	}
}

@media (max-width: 1080px) {
	.header_logo h1 br {
		display: block;
	}
}

.tab_only {
	display: none;
}

@media (max-width: 980px) {
	.tab_only {
		display: block;
	}
	body {
		font-size: 70%;
	}
	.main {
		overflow: hidden;
	}
	.header_btn ul li.btn_tel span {
		font-size: 200%;
	}
	.header_btn ul li.btn_mail span {
		font-size: 100%;
	}
	.fnav_outer .boxs .box:nth-child(1) {
		width: 35%;
	}
	.fnav_outer .boxs .box:nth-child(2) {
		width: 65%;
		padding-left: 3%;
	}
	.fnav ul {
		width: auto;
	}
	.fnav ul:nth-child(1) {
		width: 200px;
	}
}

@media (max-width: 886px) {
	.header_logo h1 strong {
		display: none;
	}
	.fnav ul:nth-child(5) {
		width: 150px;
	}
}

@media (max-width: 786px) {
	.fnav_outer .boxs .box:nth-child(1) {
		width: 30%;
	}
	.fnav_outer .boxs .box:nth-child(2) {
		width: 70%;
	}
}

.sp_only, .sp_ionly {
	display: none;
}

@media (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.pc_ionly {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.sp_ionly {
		display: inline-block;
	}
	/****************************************
			Base Setting 
	*****************************************/
	body {
		font-size: 100%;
	}
	.wrap {
		padding: 0 4%;
	}
	.sec {
		padding: 50px 0;
	}
	.bg_dg {
		height: 230px;
	}
	.tit_em {
		padding: 26px 0;
	}
	.tit_em h2 {
		font-size: 107%;
	}
	.tit_bg {
		margin-bottom: 50px;
	}
	.tit_bg.tit_student .box_img {
		background-image: url(./img/top/sp_top_tit_bg_01.jpg);
	}
	.tit_bg.tit_student .box_tit h2 img {
		width: 28px;
	}
	.tit_bg.tit_education .box_img {
		background-image: url(./img/top/sp_top_tit_bg_02.jpg);
	}
	.tit_bg.tit_education .box_tit h2 img {
		width: 34px;
	}
	.tit_bg .boxs .box:nth-child(1) {
		width: 40%;
	}
	.tit_bg .boxs .box:nth-child(2) {
		width: 60%;
	}
	.tit_bg .box_img, .tit_bg .box_bg {
		height: 150px;
	}
	.tit_bg .box_clms {
		width: 100%;
	}
	.tit_bg .box_clms .wrap {
		height: 150px;
	}
	.tit_bg .box_tit {
		width: 40%;
	}
	.tit_bg .box_tit h2 strong {
		font-size: 100%;
	}
	.tit_sc {
		margin-bottom: 13px;
	}
	.tit_sc h3 {
		padding: 5px 10px;
	}
	.tit_sc h3 strong {
		font-size: 87%;
	}
	.tit_sc h3 small {
		font-size: 67%;
		margin-left: 5px;
	}
	.tit_sc h3.xs {
		min-width: inherit;
	}
	.tit_sc h3.sm {
		min-width: inherit;
	}
	.tit_sc h3.md {
		min-width: inherit;
	}
	.tit_sc h3.lg {
		min-width: inherit;
	}
	.list_blog .box_img:hover img {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	.list_blog .box_img:hover .box_cover {
		     opacity: 1;

		filter: alpha(opacity=100);
		-moz-opacity: 1;
	}
	.list_blog .box {
		float: none;
		width: 90%;
		margin-right: auto;
		margin-bottom: 50px;
		margin-left: auto;
	}
	.list_blog .box:nth-child(4n) {
		margin-right: auto;
	}
	.list_blog .box_cover {
		display: none;
	}
	.list_blog .box_tag span {
		font-size: 87%;
		padding: 16px 23px;
	}
	.list_blog .box_info {
		padding: 5px 0;
	}
	.list_blog .box_info span {
		font-size: 67%;
	}
	.list_blog .box_tit h3 {
		font-size: 107%;
	}
	.list_blog .box_readm {
		padding-top: 6px;
	}
	.btn {
		width: 206px;
		height: 40px;
		padding: 15px 0;
	}
	.btn p {
		font-size: 74%;
	}
	.btn .ico {
		right: 16px;
	}
	.btn .ico.ico_down {
		width: 11px;
		height: 10px;
	}
	.btn.btn_m {
		font-size: 80%;
	}
	.btn.btn_t {
		width: 300px;
	}
	.btn.btn_l {
		font-size: 120%;
		width: 100%;
		padding: 40px 0;
	}
	.header {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 500ms 0s ease;
		        transition: all 500ms 0s ease;
	}
	.header_inner {
		height: 60px;
	}
	.header_logo {
		left: 4%;
		display: inline-block;
		width: 184px;
	}
	.header_logo h1 span {
		font-size: 67%;
	}
	.header_logo h1 strong {
		font-size: 127%;
		margin-top: 4px;
		letter-spacing: .68px;
	}
	.header_btn ul li {
		height: 60px;
	}
	.header_btn ul li.btn_tel {
		position: relative;
		width: 43px;
	}
	.header_btn ul li.btn_tel span {
		font-size: 80%;
		font-weight: 300;
		line-height: .6;
	}
	.header_btn ul li.btn_tel a {
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.header_btn ul li.btn_mail {
		width: 43px;
	}
	.header_btn ul li.btn_mail a {
		height: 60px;
	}
	.header_btn ul li.btn_mail span {
		font-size: 67%;
	}
	.header_btn ul li.btn_mail img {
		width: 23px;
	}
	.header_btn ul li.btn_menu {
		width: 60px;
		cursor: pointer;
	}
	.header_btn ul li.btn_menu img {
		width: 24px;
	}
	.gnav_outer {
		width: 80%;
	}
	.gnav_inner {
		padding: 80px 10% 0 0;
	}
	.gnav_close {
		width: 60px;
		padding: 16px 0;
	}
	.gnav_close img {
		width: 24px;
	}
	.gnav ul li {
		margin-bottom: 25px;
	}
	.gnav a {
		font-size: 80%;
	}
	.sec_goto_contact {
		padding: 0 0 70px;
	}
	.fnav_outer {
		padding: 55px 0 45px;
	}
	.fnav_outer .boxs .box {
		float: none;
	}
	.fnav_outer .boxs .box:nth-child(1) {
		width: 100%;
	}
	.fnav_outer .boxs .box:nth-child(2) {
		width: 100%;
		padding: 0 2%;
	}
	.fnav_outer .box_img {
		padding: 0 0 33px 15px;
	}
	.fnav_outer .box_img img {
		width: 230px;
	}
	.fnav a {
		font-size: 80%;
	}
	.fnav a span {
		font-size: 112%;
	}
	.fnav ul:nth-child(1) {
		width: 60%;
	}
	.fnav ul:nth-child(2) {
		width: 40%;
	}
	.fnav ul:nth-child(5) {
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		width: 190px;
		margin-top: 12px;
	}
	.fnav ul li {
		margin-bottom: 17px;
	}
	.fnav .footer_sns {
		padding: 42px 0 0;
	}
	.fnav .footer_sns ul {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.fnav .footer_sns ul li {
		margin-right: 14px;
	}
	.footer_info {
		padding: 26px 0;
	}
	.footer_info .boxs .box {
		float: none;
	}
	.footer_info .boxs .box:nth-child(1) {
		width: 100%;
	}
	.footer_info .boxs .box:nth-child(2) {
		width: 100%;
	}
	.footer_info .box_clm h3 {
		font-size: 80%;
	}
	.footer_info .box_clm p {
		font-size: 80%;
		margin-top: 6px;
	}
	.footer_info .box_copy {
		top: 0;
		padding-top: 20px;
		text-align: left;
	}
	.footer_info .box_copy img {
		display: none;
	}
	.footer_info .box_copy p span {
		font-size: 80%;
		padding-left: 0;
	}
	.btn_scroll.btn_scroll_vertical {
		right: 47px;
		padding: 5px;
	}
	.btn_scroll_line {
		left: 9px;
		width: 60px;
	}
	.sec_foot_scroll .btn_scroll {
		bottom: 30px;
	}
	.sec_head_scroll {
		height: 146px;
	}
	.sec_head_scroll .btn_scroll .btn_scroll_circle:before {
		border-color: #025a00;
	}
	.sec_head_scroll .btn_scroll .btn_scroll_circle:after {
		background-color: #025a00;
	}
	.sec_head_scroll .btn_scroll .btn_scroll_line {
		background-color: #025a00;
	}
	.sec_foot_down {
		padding: 44px 0;
	}
	.foot_down_tit {
		padding-bottom: 15px;
	}
	.foot_down_tit h2 {
		font-size: 100%;
	}
	.foot_down_contact ul li {
		padding: 0 7px;
	}
	.foot_down_contact ul li a span, .foot_down_contact ul li p span {
		font-size: 107%;
	}
	.foot_down_contact ul li a img, .foot_down_contact ul li p img {
		top: -1px;
	}
	.foot_down_contact ul:nth-child(1) li:nth-child(1) img {
		width: 18px;
	}
	.foot_down_contact ul:nth-child(1) li:nth-child(2) img {
		width: 20px;
	}
	.foot_down_contact ul:nth-child(2) li:nth-child(1) img {
		width: 21px;
	}
	.foot_down_clms {
		padding: 18px 0 40px;
	}
	.foot_down_clms p {
		font-size: 74%;
		line-height: 1.8;
	}
	/****************************************
			Top Setting 
	*****************************************/
	.sec_top_topslide .wrap {
		padding: 0;
	}
	.top_slide_head .wrap {
		height: 120px;
	}
	.top_slide_outer {
		right: 0;
	}
	.top_slide_bg {
		height: calc(100vh - 120px);
		min-height: 0;
	}
	.top_slide_bg.top_slide_bg_01 {
		background-image: url(./img/top/sp_top_topslide_img_01_v2.jpg);
	}
	.top_slide_bg.top_slide_bg_02 {
		background-image: url(./img/top/sp_top_topslide_img_02_v2.jpg);
	}
	.top_slide_bg.top_slide_bg_03 {
		background-image: url(./img/top/sp_top_topslide_img_03_v2.jpg);
	}
	.top_slide_line.line_01 {
		width: 130px;
		height: 14%;
	}
	.top_slide_line.line_02 {
		top: 60px;
		width: 165px;
		height: 14%;
	}
	.top_slide_line.line_03 {
		width: 70px;
		height: 32%;
	}
	.view_scroll {
		right: 12px;
		bottom: 20px;
	}
	.top_slide_clms {
		top: 56%;
		left: 8%;
	}
	.top_slide_clms.on {
		top: 53%;
	}
	.top_slide_tit h2 {
		font-size: 214%;
	}
	.top_slide_clm h3 {
		font-size: 107%;
		font-weight: 500;
		padding: 20px 0 15px;
		letter-spacing: 3px;
	}
	.top_slide_clm p {
		font-size: 80%;
		letter-spacing: 1px;
	}
	.top_slide_btn {
		padding-top: 15px;
	}
	.top_slide_btn a {
		font-size: 80%;
		width: 220px;
	}
	.sec_top_ph {
		position: relative;
		padding: 86px 0 43px;
	}
	.top_ph_en {
		position: absolute;
		z-index: 1;
		top: 75px;
		left: 0;
		width: 100%;
	}
	.top_ph_en .inn {
		height: 84px;
	}
	.top_ph_en .inn img {
		left: 4%;
		width: 80%;
	}
	.top_ph_clms {
		padding: 30px 4% 0;
	}
	.top_ph_tit {
		padding-bottom: 54px;
	}
	.top_ph_tit h2 {
		font-size: 120%;
	}
	.top_ph_clm p {
		font-size: 87%;
		line-height: 1.8;
		text-align: justify;
	}
	.top_ph_list {
		padding-bottom: 30px;
	}
	.top_ph_list .boxs .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 90px;
	}
	.top_ph_list .boxs .box:nth-child(4) {
		margin-bottom: 0;
	}
	.top_ph_list .boxs .box:nth-child(4) .inn:after {
		display: none;
	}
	.top_ph_list .boxs .box .inn {
		height: 130px;
	}
	.top_ph_list .boxs .box .inn:after {
		top: inherit;
		right: inherit;
		bottom: -66px;
		left: 50%;
		width: 46px;
		height: 46px;
		-webkit-transform: translateY(0%) translateX(-50%);
		        transform: translateY(0%) translateX(-50%);
	}
	.sec_top_about {
		padding: 40px 0;
	}
	.sec_top_about .tit_em {
		margin-bottom: 55px;
	}
	.sec_top_about .tit_em h2 {
		padding-left: 4%;
	}
	.sec_top_about .tit_em .bg_em {
		width: calc(280px + (8%) / 2);
	}
	.top_about_clms {
		padding: 0 4%;
	}
	.top_about_clms.pb {
		padding-bottom: 29px;
	}
	.top_about_clm p {
		font-size: 87%;
		line-height: 2;
	}
	.top_about_clm p strong {
		font-size: 100%;
	}
	.top_about_list {
		position: relative;
		margin-bottom: 55px;
	}
	.top_about_list.arwd:after {
		bottom: -38px;
	}
	.top_about_list .boxs {
		display: block;
	}
	.top_about_list .boxs .box {
		position: relative;
		float: none;
		width: 100%;
	}
	.top_about_list .boxs .box:nth-child(1) {
		min-width: inherit;
		height: 75px;
	}
	.top_about_list .box_tit h3 {
		display: block;
		margin-bottom: 0;
	}
	.top_about_list .box_tit h3 span {
		font-size: 100%;
	}
	.top_about_list .box_tit h3 strong {
		font-size: 120%;
	}
	.top_about_list .box_tit p {
		font-size: 80%;
	}
	.top_about_list .box_tit p:before, .top_about_list .box_tit p:after {
		width: 14px;
	}
	.top_about_list .box_tit p:before {
		left: -22px;
	}
	.top_about_list .box_tit p:after {
		right: -22px;
	}
	.top_about_list .box_clm p {
		font-size: 87%;
		line-height: 1.6;
		padding: 18px 24px;
		text-align: center;
	}
	.top_about_list .box_clm ul {
		padding: 18px 24px;
	}
	.top_about_list .box_clm ul li {
		margin-bottom: 14px;
	}
	.top_about_list .box_clm ul li span {
		font-size: 134%;
		top: 12px;
	}
	.top_about_list .box_clm ul li strong {
		font-size: 87%;
		padding-left: 28px;
	}
	.sec_top_content {
		padding: 40px 0;
	}
	.sec_top_content .tit_em {
		margin-bottom: 50px;
	}
	.sec_top_content .tit_em h2 {
		padding-left: 4%;
	}
	.sec_top_content .tit_em .bg_em {
		width: calc(146px + (8%) / 2);
	}
	.top_content_clms {
		margin-bottom: 30px;
		padding: 0 4%;
	}
	.top_content_clms.mbl {
		margin-bottom: 40px;
	}
	.top_content_clm h4 {
		font-size: 87%;
		padding: 6px 0 18px;
	}
	.top_content_clm p {
		font-size: 87%;
		line-height: 2;
	}
	.top_content_list {
		margin-bottom: 78px;
	}
	.top_content_list .boxs .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 19px;
	}
	.top_content_list .boxs .box:nth-child(3) {
		margin-right: 0;
		margin-bottom: 0;
	}
	.top_content_list .box_clms {
		padding: 31px 6% 38px;
	}
	.top_content_list .box_tit {
		padding-bottom: 10px;
	}
	.top_content_list .box_tit h3 {
		font-size: 107%;
		line-height: 1.6;
	}
	.top_content_list .box_tit h3 strong {
		font-size: 127%;
		padding: 0 3px;
	}
	.top_contents_inner {
		margin: 30px auto;
		padding: 0 4%;
	}
	.top_contents {
		margin-bottom: 20px;
	}
	.top_contents:nth-child(1) .top_contents_tit h3 span img {
		width: 24px;
	}
	.top_contents:nth-child(2) .top_contents_tit h3 span img {
		width: 31px;
	}
	.top_contents:nth-child(3) .top_contents_tit h3 span img {
		left: 3px;
		width: 28px;
	}
	.top_contents:nth-child(4) .top_contents_tit h3 span img {
		left: -1px;
		width: 20px;
	}
	.top_contents:last-child {
		margin-bottom: 0;
	}
	.top_contents_head {
		height: 80px;
		cursor: pointer;
	}
	.top_contents_head:after {
		right: 13px;
		width: 13px;
		height: 13px;
	}
	.top_contents_tit {
		position: absolute;
		z-index: 3;
		top: 50%;
		left: 12px;
		width: 100%;
		-webkit-transform: translateY(-50%) translateX(0%);
		        transform: translateY(-50%) translateX(0%);
	}
	.top_contents_tit h3 span {
		position: absolute;
		top: 50%;
		left: 0;
		width: 32px;
		-webkit-transform: translateY(-50%) translateX(0%);
		        transform: translateY(-50%) translateX(0%);
	}
	.top_contents_tit h3 strong {
		font-size: 100%;
		position: relative;
		top: 4px;
		display: block;
		margin-left: 38px;
	}
	.top_contents_tit h3 small {
		font-size: 87%;
		position: relative;
		top: 0;
		margin-left: 38px;
	}
	.top_contents_body {
		display: none;
		padding: 30px 4% 38px;
		background-color: #f8f8f8;
	}
	.top_contents_body .top_content_clms {
		margin-bottom: 25px;
	}
	.top_contents_body .top_content_clm h4 {
		font-size: 100%;
		padding-bottom: 5px;
	}
	.top_content_step {
		margin-bottom: 10px;
	}
	.top_content_step:last-child {
		margin-bottom: 0;
	}
	.top_content_step .boxs .box {
		position: relative;
		height: 80px;
	}
	.top_content_step .boxs .box:nth-child(1):after {
		right: -8px;
		width: 8px;
		height: 13px;
	}
	.top_content_step .boxs .box:nth-child(2) {
		width: 78%;
	}
	.top_content_step .box_tag p small {
		font-size: 67%;
	}
	.top_content_step .box_tag p span {
		font-size: 120%;
	}
	.top_content_step .box_clms {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 23px;
		width: 78%;
		-webkit-transform: translateY(-50%) translateX(0%);
		        transform: translateY(-50%) translateX(0%);
	}
	.top_content_step .box_clms p {
		line-height: 1.2;
	}
	.top_content_step .box_clms p.cr {
		color: #a82222;
	}
	.top_content_step .box_clms p strong {
		font-size: 87%;
	}
	.top_content_step .box_clms p small {
		font-size: 67%;
	}
	.top_content_step .box_clms p span {
		font-size: 67%;
		display: block;
	}
	.top_content_cau {
		padding: 10px 3px 0;
		text-align: left;
	}
	.top_content_cau p {
		font-size: 67%;
	}
	.sec_top_other {
		padding: 25px 0 40px;
	}
	.sec_top_other .tit_em {
		margin-bottom: 43px;
	}
	.sec_top_other .tit_em .bg_em {
		width: calc(207px + (8%) / 2);
	}
	.top_content_voice_outer {
		padding: 20px 4% 0;
	}
	.top_content_tit h3 {
		font-size: 87%;
	}
	.top_content_voice {
		padding: 20px 0 46px;
	}
	.top_content_voice .boxs .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 44px;
	}
	.top_content_voice .boxs .box:nth-child(4) {
		margin-right: 0;
		margin-bottom: 0;
	}
	.top_content_voice .box_clms {
		padding: 25px 20px;
	}
	.top_content_imgs.mb {
		margin-bottom: 59px;
	}
	.top_content_imgs .boxs .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.top_content_imgs .boxs .box:nth-child(2) {
		margin-right: 0;
		margin-bottom: 0;
	}
	.sec_top_price {
		padding: 43px 0 64px;
	}
	.sec_top_price .wrap {
		padding: 0;
	}
	.sec_top_price .tit_em {
		margin-bottom: 39px;
	}
	.sec_top_price .tit_em h2 {
		padding-left: 8%;
	}
	.sec_top_price .tit_em .bg_em {
		width: calc(193px + (8%) / 2);
	}
	.top_price_clms {
		padding: 30px 0 40px;
	}
	.top_price_tit h2 {
		font-size: 120%;
	}
	.top_price_item.mb {
		margin-bottom: 60px;
	}
	.top_price_item_tit {
		padding: 0 8% 0;
	}
	.top_price_item_tit h3 {
		font-size: 107%;
	}
	.top_price_item_tit h3 img {
		width: 44px;
	}
	.top_price_item_tit h3 img.vt {
		width: 55px;
	}
	.top_price_tbl {
		overflow-x: scroll;
		margin-top: 20px;
		margin-left: 8%;
	}
	.top_price_tbl table {
		width: 100%;
		min-width: 792px;
	}
	.top_price_tbl table thead tr th:nth-child(1) {
		width: 30%;
	}
	.top_price_tbl table thead tr th:nth-child(2) {
		width: 40%;
	}
	.top_price_tbl table thead tr th:nth-child(3) {
		width: 30%;
	}
	.top_price_tbl table tbody tr th strong {
		font-size: 107%;
	}
	.top_price_tbl table tbody tr td.tl {
		padding-left: 20px;
	}
	.top_price_tbl table tbody tr td span {
		font-size: 87%;
	}
	.top_price_tbl table tbody tr td small {
		font-size: 67%;
	}
	.top_price_cau {
		margin: 10px 0 0;
		padding: 0;
		text-align: left;
	}
	.top_price_cau p {
		font-size: 80%;
	}
	.sec_top_voice {
		padding: 64px 0 102px;
	}
	.sec_top_voice .tit_em {
		margin-bottom: 43px;
	}
	.sec_top_voice .tit_em h2 {
		padding-left: 4%;
	}
	.sec_top_voice .tit_em .bg_em {
		width: calc(146px + (8%) / 2);
	}
	.top_voice_outer {
		padding: 0 4%;
	}
	.top_voice_item.mb {
		margin-bottom: 40px;
	}
	.top_voice_item .box_img {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		height: 217px;
	}
	.top_voice_item .box_img.box_img_01 {
		background-image: url(./img/top/sp_top_img_03_01.jpg);
	}
	.top_voice_item .box_img.box_img_02 {
		background-image: url(./img/top/sp_top_img_03_02.jpg);
	}
	.top_voice_item .box_img.box_img_03 {
		background-image: url(./img/top/sp_top_img_03_03.jpg);
	}
	.top_voice_item .box_clms {
		width: 100%;
		margin-left: 0;
		padding: 29px 23px 15px;
	}
	.top_voice_item .box_tit {
		padding-bottom: 8px;
	}
	.top_voice_item .box_clm {
		padding-bottom: 13px;
	}
	.top_voice_item .box_clm p {
		line-height: 1.8;
	}
	.top_voice_item .box_stit {
		padding-bottom: 12px;
	}
	.top_voice_item .box_list ul li {
		position: relative;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.top_voice_item .box_list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.top_voice_item .box_list ul li:last-child {
		margin-right: 0;
	}

	.mCSB_scrollTools {
		opacity: 1;

		    filter: 'alpha(opacity=100)';
		-ms-filter: 'alpha(opacity=100)';
	}
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		height: 6px;
		background-color: #e5e5e5;
	}
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
		height: 6px;
		margin: 2px 0;
	}
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
		background: radial-gradient(100% 100% at 0% 0%, #a82222 .01%, #831b1a 100%);
	}
	.mCSB_scrollTools .mCSB_draggerContainer {
		width: 92%;
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal {
		width: 100%;
	}
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		width: 100%;
	}
	.mCSB_horizontal.mCSB_inside > .mCSB_container {
		margin-bottom: 40px;
	}
	.target_line_contact {
		margin-top: -60px;
		padding-top: 60px;
	}
}
/*# sourceMappingURL=style.css.map */
