@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,500,700');

html{
	color: #000;
    font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
	background:#fff;
	font-size: 16px;
	font-size: 1.6rem;/*1rem = 10px*/
	min-width: 1240px;
}

*, ::before, ::after {
    box-sizing: border-box;
}

p {
	line-height:1.6;
}

a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000;
}
a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
}

/* common
------------------------------ */

.mb0 {
	margin-bottom:0 !important;
}
.mt-95 {
	margin-top: -95px !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.w80 {
	width:80% !important;
}
.w90 {
	width:90% !important;
}
.tac {
	text-align:center !important;
}
.tal {
	text-align:left !important;
}

.row_sp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (min-width:768px) {
	.sp {
	    display: none;
	  }
	.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	a[href^="tel:"]{
		pointer-events:none;
	}
}
@media screen and (max-width:767px) {
	.pc {
		display: none;
	}
	body {
    	min-width: initial;
	}
}


/* header
------------------------------ */

header {
	background: #072c46;
	width:100%;
	position: relative;
}
header .inner {
	align-items:center;
	justify-content:space-between;
	padding: 15px 0 9px;
}
header h1 img {
	width:185px;
	height:auto;
}
header ul {
	position: absolute;
	top: 0;
	right: 0;
}
header ul li {
	list-style: none;
	text-align: center;
	width: 270px;
	height: 101px;
}
header ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 23px;
}
header .inner {
	width:1200px;
	margin:0 auto;
}
header .contact {
	background: #36a392;
	text-align: right;
	padding-right: 15px;
}
header .tel {
	background: #dba50a;
}
@media screen and (max-width:767px) {
	header .inner {
		width: 100%;
		height: 15vw;
		display: flex;
		padding: 0;
	}
	header h1 img {
	    width: 100px;
	    margin-left: 5vw;
	}
	header ul li {
		color: #fff;
		width: 18vw;
		height: 15vw;
	}
	header ul li a {
		color: #fff;
		padding-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .contact {
		text-align: center;
		padding-right: 0;
	}
}


/* main visual
------------------------------ */

.mv {
	background:url(../img/mv.jpg) no-repeat center center / cover;
	height:740px;
	margin-bottom: 50px;
}
.mv .pc {
	width: 1200px;
	margin: 0 auto;
	position:relative;
}
.mv .pc .txt01 {
	position: absolute;
	top: 46px;
	left: 0;
}
.mv .pc .txt02 {
	position: absolute;
	top: 400px;
	left: 0;
}
.mv .pc .txt03 {
	position: absolute;
	top: 30px;
	right: 67px;
}
@media screen and (max-width:767px) {
	.mv {
	    background: none;
	    height: auto;
	    margin-bottom: 50px;
	}
	.mv .sp img {
		width: 100%;
	}
}


/* contents
------------------------------ */

/* reason */
#reason {
	background: #313131 url(../img/reason_bg.png) no-repeat center top / cover;
	position: relative;
	padding-bottom: 177px;
}
#reason .inner {
	width: 1200px;
	margin: 0 auto;
}
#reason .inner h2 {
	margin-bottom: 130px;
}
#reason .inner ul {
	position: absolute;
	top: 316px;
	right: 0;
}
#reason .inner ul li {
	display: block;
	background: #d55550;
	margin-bottom: 20px;
	padding: 30px 5vw 30px 39px;
}
#reason .inner .row {
	background: #36a392;
	color: #fff;
	margin-bottom: 100px;
	padding: 48px 50px;
	position: relative;
}
#reason .inner .row:last-child {
	margin-bottom: 0;
	flex-direction: row-reverse;
}
#reason .inner .row .point {
	position: absolute;
	top: -75px;
	left: 32px;
}
#reason .inner .row:last-child .point {
	left: auto;
	right: 30px;
}
#reason .inner .row .img {
	width: 520px;
}
#reason .inner .row .txt {
	width: 525px;
}
#reason .inner .row .txt h3 {
	font-size: 36px;
	margin-bottom: 30px;
}
#reason .inner .row .txt p {
	font-size: 18px;
}
#reason .inner .row .txt strong {
	font-size: 24px;
}
@media screen and (max-width:767px) {
	#reason .inner {
	    width: 100%;
	}
	#reason .inner h2 {
	    margin-bottom: 0;
	    text-align: center;
	}
	#reason .inner h2 img {
		width: 90%;
	}
	#reason .inner ul {
		position: relative;
		top: -6vw;
		right: auto;
		z-index: 2;
		margin-bottom: 20vw;
	}
	#reason .inner ul li {
		padding: 6vw 5vw;
	}
	#reason .inner ul li img {
		width: auto;
		height: 7vw;
	}
	#reason .inner .row {
		margin: 0 5vw 100px;
		padding: 8vw 5vw;
	}
	#reason .inner .row .point {
		left: 10px;
	}
	#reason .inner .row:last-child .point {
		right: auto;
	}
	#reason .inner .row .img,
	#reason .inner .row .img img {
		width: 100%;
	}
	#reason .inner .row .txt {
	    width: 100%;
	}
	#reason .inner .row .txt h3 {
	    font-size: 8vw;
	    margin-bottom: 15px;
	    margin-top: 20px;
	    line-height: 1.3em;
	}
}

/* why */
#why {
	background: #313131 url(../img/why_bg.png) no-repeat center top / cover;
	margin-top: 83px;
	padding: 126px 0 128px;
}
#why .inner {
	width: 1200px;
	margin: 0 auto;
}
#why .inner h2 {
	margin-bottom: 83px;
}
#why .inner .box {
	position: relative;
	height: 550px;
}
#why .inner .box:last-child {
	height: 477px;
}
#why .inner .box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	background: rgba(255,255,255,0.2);
	padding: 46px 0 30px 40px;
}
#why .inner .box:last-child .img {
	padding: 42px 0 20px 93px;
}
#why .inner .box .img p {
	color: #e6e6e6;
	font-size: 14px;
	margin-top: 32px;
}
#why .inner .box:last-child p {
	text-align: right;
	margin-top: 8px;
	margin-right: 30px;
}
#why .inner .box .txt {
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width:767px) {
	#why {
		margin-top: 55px;
		padding: 55px 5vw;
	}
	#why .inner,
	#why .inner img {
		width: 100%;
	}
	#why .inner h2 {
		margin-bottom: 50px;
	}
	#why .inner .box {
	    height: auto;
	}
	#why .inner .box:last-child {
	    height: auto;
	}
	#why .inner .box .img {
	    position: static;
	    width: 100%;
	    margin-bottom: 30px;
	    padding: 7vw 5vw;
	}
	#why .inner .box:last-child .img {
	    padding: 7vw 13vw 7vw 5vw;
	}
	#why .inner .box .img p {
	    font-size: 12px;
	    margin-top: 15px;
	}
	#why .inner .box:last-child p {
	    text-align: left;
	    margin-right: 0;
	    margin-bottom: 0;
	}
	#why .inner .box .txt {
	    position: static;
	    margin-bottom: 70px;
	}
}

/* explan */
#explan {
	background: #ffdb75;
	text-align: center;
	padding-bottom: 200px;
}
#explan .copy_01 {
	background: #072c46;
	padding-top: 90px;
	position: relative;
}
#explan .copy_01 h2 {
	padding-bottom: 20px;
}
#explan .copy_02::before {
	content: '';
	width: 0;
	height: 0;
	border-top: solid 10vw #072c46;
	border-right: solid 640px transparent;
	border-left: solid 640px transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#explan .copy_02 {
	margin: 0 0 40px;
	padding-top: 13vw;
	position: relative;
}
#explan .box {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
#explan .box:last-child {
	padding-bottom: 40px;
}
#explan .box h3 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background: #072c46 url(../img/explan_bg.png) repeat-y;
	padding: 28px 0 28px 80px;
}
#explan .box .row {
	padding: 40px 0 62px;
}
#explan .box .img {
	width: 505px;
	text-align: center;
}
#explan .box .txt {
	width: 695px;
}
#explan .box .txt p {
	font-size: 18px;
	font-weight: 200;
	padding: 0 30px 0 0;
}
#explan .box .txt p strong {
	color: #e95711;
	font-weight: 500;
}
#explan .grammar {
	width: 1130px;
	margin: 0 auto 10px;
	padding: 0 !important;
	justify-content: start !important;
	font-size: 36px;
	font-weight: 700;
	background: #e6e6e6;
}
#explan .grammar div:first-child {
	color: #072c46;
	width: 462px;
	padding: 17px 0 18px 20px;
}
#explan .grammar div:first-child span {
	font-size: 24px;
	font-weight: 500;
}
#explan .grammar div:first-child strong {
	color: #e95711;
}
#explan .grammar div:last-child {
	color: #fff;
	width: 668px;
	background: url(../img/explan_parts_01.png) no-repeat left center;
	padding: 17px 0 18px 55px;
}
#explan .c01 div:last-child {
	background-color: #d55550;
}
#explan .c02 div:last-child {
	background-color: #36a392;
}
#explan .c03 div:last-child {
	background-color: #d3af49;
}
@media screen and (min-width:1241px) {
	#explan .copy_02::before {
		border-right: solid 50vw transparent;
    	border-left: solid 50vw transparent;
    }
}
@media screen and (max-width:767px) {
	#explan {
		padding-bottom: 0;
	}
	#explan img {
		width: 100%;
	}
	#explan .copy_01 {
		padding: 55px 5vw 0;
	}
	#explan .copy_01 h2 {
	    padding-bottom: 30px;
	}
	#explan .copy_02::before {
		border-right: solid 50vw transparent;
    	border-left: solid 50vw transparent;
	}
	#explan .copy_02 {
	    margin: 0 0 3vw;
	    padding-top: 15vw;
	}
	#explan .copy_02 img {
		width: 90%;
	}
	#explan .box {
	    width: 100%;
	}
	#explan .box h3 {
		background-size: 8vw;
		font-size: 6vw;
		line-height: 1.3em;
		padding: 5vw 5vw 6vw 10vw;
	}
	#explan .box .row {
	    padding: 5vw 5vw 9vw;
	}
	#explan .box .img,
	#explan .box .txt {
	    width: 100%;
	}
	#explan .box .txt p {
	    font-size: 4.6vw;
	    padding: 0;
	    margin-top: 7vw;
	}
	#explan .grammar {
	    width: 90%;
	    font-size: 5vw;
	    text-align: center;
	}
	#explan .grammar div:first-child {
		width: 100%;
		padding: 17px 0 18px;
		font-size: 6.4vw;
	}
	#explan .grammar div:first-child span {
	    font-size: 5vw;
	}
	#explan .grammar div:last-child {
		width: 100%;
		background-image: none;
		padding: 17px 0 18px;
	}
}

/* movie */
#movie {
	width: 900px;
	margin: -100px auto 40px;
	padding: 108px 0 78px;
	background: #e6e6e6;
	text-align: center;
}
#movie div {
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
	#movie {
	    width: 100%;
	    margin: 0 auto 55px;
	    padding: 55px 5vw 25px;
	}
	#movie iframe {
		width: 100%;
		height: 50vw;
	}
}

/* voice */
#voice {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 27px;
}
#voice h2 {
	text-align: center;
	margin-bottom: 60px;
}
#voice h3 {
	text-align: center;
	margin-bottom: 35px;
}
#voice .box {
	width: 1000px;
	margin: 0 auto 43px;
	padding: 90px 70px;
	background: #62b7aa;
}
#voice .box:nth-child(3),
#voice .box:nth-child(6),
#voice .box:nth-child(8),
#voice .box:nth-child(10) {
	background: #d55550;
}
#voice .box .img {
	width: 200px;
}
#voice .box .txt {
	width: 590px;
	padding-top: 10px;
}
#voice .box .txt h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}
#voice .box .txt p {
	font-size: 18px;
}
@media screen and (max-width:767px) {
	#voice {
	    width: 100%;
	    padding: 55px 5vw 25px;
	}
	#voice h2 {
		margin-bottom: 40px;
	}
	#voice h2 img,
	#voice h3 img {
		width: 100%;
	}
	#voice .box {
	    width: 100%;
	    margin: 0 auto 30px;
	    padding: 9vw 6vw;
	}
	#voice .box .img {
		width: 100%;
		text-align: center;
		margin-bottom: 3vw;
	}
	#voice .box .txt {
	    width: 100%;
	}
	#voice .box .txt h3 {
		font-size: 6vw;
		margin-bottom: 5vw;
		line-height: 1.3em;
	}
	#voice .box .txt p {
	    font-size: 16px;
	}
}

/* test */
#test {
	background: #072c46 url(../img/test_bg.png) no-repeat center center / cover;
	padding: 78px 0;
	text-align: center;
}
#test .inner {
	width: 1200px;
	margin: 0 auto;
}
#test .inner h2 {
	margin-bottom: 56px;
}
#test .inner .txt {
	width: 664px;
}
#test .inner .txt h3 {
	font-size: 36px;
	margin-bottom: 30px;
	border-left: rgba(255,255,255,0.5) 8px solid;
	text-align: left;
	color: #fff;
	padding: 2px 0 3px 32px;
}
#test .inner .txt .result div{
	width: 324px;
	height: 119px;
	margin-bottom: 35px;
}
#test .inner .txt .result div:first-child {
	background: #36a392;
	padding-top: 16px;
}
#test .inner .txt .result div:last-child {
	background: #d55550;
	padding-top: 27px;
}
#test .inner .txt .copy {
	background: rgba(255,255,255,0.1);
	height: 140px;
	padding-top: 35px;
	border: #fff 1px solid;
}
@media screen and (max-width:767px) {
	#test {
		padding: 55px 5vw;
	}
	#test .inner,
	#test .inner .txt {
	    width: 100%;
	}
	#test .inner h2 {
	    margin-bottom: 40px;
	}
	#test .inner img {
		width: 100%;
	}
	#test .inner .txt h3 {
    	font-size: 6.2vw;
    	padding: 1vw 0 1.6vw 5vw;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#test .inner .txt .result div {
	    width: 100%;
	    height: auto;
	    margin-bottom: 15px;
	}
	#test .inner .txt .result div:first-child {
	    padding: 5vw 17vw;
	}
	#test .inner .txt .result div:last-child {
	    padding: 5vw 5vw;
	}
	#test .inner .txt .copy {
		height: auto;
		padding: 7vw 4vw;
	}
}

/* instructor */
#instructor {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 33px;
	text-align: center;
}
#instructor h2 {
	margin-bottom: 65px;
}
#instructor .row .box {
	margin-bottom: 27px;
	padding: 54px 40px 40px;
	background: #ffdb75;
}
#instructor .row .box h3 {
	font-size: 30px;
	color: #072c46;
	margin: 34px 0 30px;
}
#instructor .row .box h3 span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #072c46;
	margin-top: 15px;
	padding: 7px 23px 10px;
}
#instructor .row .box p {
	font-size: 16px;
	text-align: left;
}
#instructor .row .box p strong {
	font-weight: bold;
	color: #072c46;
	background: linear-gradient(transparent 70%, yellow 30%);
}
#instructor .row .box p span {
	display: block;
	text-align: right;
}
@media screen and (max-width:767px) {
	#instructor {
	    width: 100%;
	    padding: 55px 5vw 35px;
	}
	#instructor h2 {
	    margin-bottom: 30px;
	}
	#instructor h2 img {
		width: 100%;
	}
	#instructor .row .box {
	    width: 100%;
	    margin-bottom: 20px;
	    padding: 8vw 7vw;
	}
	#instructor .row .box img {
		width: 50%;
	}
	#instructor .row .box h3 {
		margin: 20px 0 20px;
	}
	#instructor .row .box p {
		font-size: 14px;
	}
}

/* flow */
#flow {
	background: #ffdb75;
	margin: 100px 0 0;
	padding-top: 94px;
}
#flow .inner {
	width: 1200px;
	margin: 0 auto;
}
#flow .inner .title h2 {
	margin-bottom: 65px;
}
#flow .inner .title p {
	font-size: 30px;
	color: #072c46;
}
#flow .inner ul {
	width: 620px;
	margin-bottom: 70px;
	list-style: none;
}
#flow .inner ul li {
	background: #fff;
	font-size: 24px;
	line-height: 1.4em;
	color: #072c46;
	margin-bottom: 15px;
	padding: 28px 0 29px 27px;
	position: relative;
}
#flow .inner ul li span {
	position: absolute;
	top: 8px;
	left: -68px;
	color: #fff;
	font-size: 80px;
	font-style: italic;
	font-weight: 700;
}
#flow .counseling {
	background: #072c46;
	text-align: center;
	color: #fff;
}
#flow .counseling .inner {
	position: relative;
	padding: 62px 0 62px 462px;
}
#flow .counseling h3 {
	margin-bottom: 45px;
}
#flow .counseling .img {
	position: absolute;
	top: -110px;
	left: 0;
}
#flow .counseling p {
	font-size: 30px;
	color: #e6e6e6;
}
@media screen and (max-width:767px) {
	#flow {
		margin: 55px 0 0;
		padding: 55px 0 0;
	}
	#flow .inner {
		width: 100%;
		overflow: hidden;
		padding: 0 5vw;
	}
	#flow .inner .title h2 {
	    margin-bottom: 30px;
	    width: 80vw;
	}
	#flow .inner .title h2 img {
		width: 100%;
	}
	#flow .inner .title p {
		font-size: 6vw;
		margin-bottom: 30px;
	}
	#flow .inner ul {
		width: 80vw;
		float: right;
		margin-bottom: 50px;
	}
	#flow .inner ul li {
		font-size: 5vw;
		padding: 5vw;
	}
	#flow .inner ul li span {
		font-size: 60px;
		left: -12vw;
	}
	#flow .counseling .inner {
		padding: 5vw 5vw 55px;
		overflow: initial;
	}
	#flow .counseling .inner img {
		width: 100%;
	}
	#flow .counseling .img {
		position: static;
		margin-top: -50px;
		margin-bottom: 5vw;
	}
	#flow .counseling .inner .img img {
		width: 50%;
		max-width: 441px;
	}
	#flow .counseling h3 {
	    margin-bottom: 5vw;
	}
	#flow .counseling p {
		font-size: 16px;
	}
}

/* fee */
#fee {
	background: #e6e6e6;
	padding: 100px 0 150px;
}
#fee .inner {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
#fee .inner h2 {
	margin-bottom: 30px;
}
#fee .inner h3 {
	color: #000;
	font-size: 36px;
	margin-bottom: 18px;
	padding: 2px 0 5px 30px;
	border-left: #072c46 8px solid;
	text-align: left;
}
#fee .inner h3 span {
	font-size: 16px;
	font-weight: 200;
	padding-left: 28px;
}
#fee .inner p {
	font-size: 18px;
	margin-bottom: 70px;
	font-weight: 200;
}
#fee .inner table {
	background: #fff;
	font-size: 18px;
	font-weight: 200;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 45px;
}
#fee .inner table th {
	color: #fff;
	background: #000;
	font-weight: 500;
	padding: 28px;
	border-left: #e6e6e6 3px solid;
	vertical-align: middle;
}
#fee .inner table th:first-child {
	border-left: none;
}
#fee .inner table td {
	border-left: #e6e6e6 3px solid;
	padding: 25px;
}
#fee .inner table td:first-child {
	color: #072c46;
	font-weight: 700;
	text-align: left;
	width: 313px;
	border-left: none;
}
#fee .inner table tr:nth-child(even) {
	background: #f2f2f2;
}
@media screen and (max-width:767px) {
	#fee {
		padding: 55px 0 120px;
	}
	#fee .inner {
	    width: 90%;
	}
	#fee .inner h2 {
	    margin-bottom: 10px;
	}
	#fee .inner p {
	    font-size: 16px;
	    margin-bottom: 30px;
	}
	#fee .inner h2 img {
		width: 30vw;
		max-width: 179px;
	}
	#fee .inner h3 {
		font-size: 24px;
		padding: 2px 0 5px 20px;
	}
	#fee .inner h3 span {
		display: block;
		font-size: 14px;
		margin-top: 5px;
		line-height: 1.3em;
		padding-left: 0;
	}
	#fee .inner table {
		width: 100%;
	}
	#fee .inner table .thead {
		display: none;
	}
	#fee .inner table tr {
		width: 100%;
	}
	#fee .inner table td {
		display: block;
		font-size: 16px;
		text-align: left;
		width: 100%;
		border-left: none;
		padding: 4vw 2vw 4vw 5vw;
	}
	#fee .inner table td:first-child {
		background: #000;
		color: #fff;
		font-size: 5vw;
		text-align: center;
		width: 100%;
		padding: 4vw 2vw 4vw;
	}
	#fee .inner table td:before {
		content: attr(data-label);
		float: left;
		font-size: 14px;
		font-weight: bold;
		width: 26%;
	}
	#fee .inner table tr:nth-child(even) {
		background: #fff;
	}
}

/* access */
#access {
	width: 1200px;
	margin: 102px auto 105px;
	text-align: center;
}
#access h2 {
	margin-bottom: 73px;
}
#access .row .box {
	width: 560px;
}
#access .row .box h3 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	background: #072c46;
	margin-bottom: 26px;
	padding: 20px 0;
}
#access .row .box p {
	font-size: 18px;
	font-weight: 200;
	text-align: left;
	margin-bottom: 28px;
	padding-left: 18px;
}
@media screen and (max-width:767px) {
	#access {
	    width: 100%;
	    margin: 65px auto 25px;
	}
	#access h2 {
	    margin-bottom: 40px;
	}
	#access h2 img {
		width: 30vw;
		max-width: 179px;
	}
	#access .row .box {
	    width: 90%;
	    margin: 0 auto;
	}
	#access .row .box h3 {
		font-size: 7vw;
		margin-bottom: 15px;
	}
	#access .row .box p {
	    font-size: 16px;
	    margin-bottom: 20px;
	    padding-right: 18px;
	}
	#access .row .box iframe {
		height: 300px;
		margin-bottom: 30px;
	}
}

/* form */
#form {
	background: #e6e6e6;
	margin-bottom: 72px;
	padding: 100px 0 ;
}
#form .inner {
	width: 1200px;
	margin: 0 auto;
}
#form .inner h2 {
	text-align: center;
	margin-bottom: 67px;
}
#form .inner h3 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #072c46;
	border-bottom: #072c46 1px solid;
}
#form .inner p {
	font-size: 18px;
	text-align: center;
}
#form form dl{
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
	text-align: left;
}
#form form dt{
	width: 330px;
	margin:0 10px 10px 0;
	font-weight: 700;
	font-size: 24px;
	color: #e95711;
}
#form form dt span{
	display:inline-block;
	line-height:1em;
	background:#e95711;
	color:#fff;
	font-size:0.85em;
	font-weight: normal;
	padding: 6px;
	margin:0 0 0 15px;
	float: right;
}
#form form dd{
	width: 810px;
	font-size:1.125em;
	color:#000;
}
#form form dl.list dt{
	padding: 17px 5px 0 0;
	vertical-align: top;
}
#form form .list dd{
	font-size:1.5em;
	font-weight: normal;
}
#form form input[type="text"],
#form form textarea{
	width:768px;
	padding: 5px 20px 10px;
	background:#fff;
	border:#bbbbbb solid 1px;
	border-radius:4px;
	font-size: 1.1em;
}
#form form input.w30{
	width:30%;
	margin:0 10px 0 0;
}
#form form input.w50{
	width:50%;
	margin:0 10px 0 0;
}
#form form label {
	position: relative;
	padding: 0 0 0 35px;
}
#form form label:before{
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:#fff;
	border:#bbbbbb solid 1px;
	border-radius:100%;
	margin:0 5px 0 0;
	position:absolute;
	left:0;
	top: 0;
	box-sizing:border-box;
}
#form .sbtn{
	width:auto;
	margin:0 auto;
	text-align:center;
}
#form .sbtn input{
	cursor: pointer;
	display: block;
	width:450px;
	height: 110px;
	margin:80px auto 0;
	text-align:right;
	color:#fff;
	border:none;
	background: #e95711 url(../img/form_text_02.png) no-repeat 70% 50%;
	box-shadow:0px 0px 25px 0px rgba(233,87,17,0.5);
}
#form .sbtn2 {
	background: #999 url(../img/form_text_03.png) no-repeat 85% 50% !important;
	box-shadow:0px 0px 25px 0px rgba(0,0,0,0.2) !important;
}
#form .sbtn3 {
	background: #e95711 url(../img/form_text_04.png) no-repeat 85% 50% !important;
}
#form form .sbtn input:hover{
	opacity:0.7;
}
#form .veri {
	width: 950px;
}
#form table {
	text-align: left;
	width: 800px;
	margin: 50px auto 0;
}
#form th {
	width: 300px;
	color: #e95711;
	font-weight: 700;
	font-size: 24px;
	padding: 0 0 30px 0;
}
#form td {
	width: 500px;
}
@media screen and (max-width:767px) {
	#form {
	    margin-bottom: 50px;
	    padding: 55px 5vw;
	}
	#form .inner {
	    width: 100%;
	}
	#form .inner h2 {
	    margin-bottom: 30px;
	}
	#form h2 img {
		width: 44vw;
		max-width: 429px;
	}
	#form .inner h3 {
		text-align: left;
		font-size: 5vw;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	#form .inner p {
	    font-size: 16px;
	    text-align: left;
	}
	#form form dl{
		width:100%;
		margin-bottom: 15px;
		display: block;
	}
	#form form dt{
		font-size: 5vw;
	}
	#form form dt span{
		float: none;
	}
	#form form dd{
		width: 100%;
		font-size:1.125em;
		color:#333;
		text-align: left;
	}
	#form form dl.first{
		display: flex;
		align-items: center;
	}
	#form form dl.first dt {
		width: 50%;
	}
	#form form dl.first dd{
		font-weight: bold;
		font-size: 20px;
		line-height: 1.2;
	}
	#form form dl.list dt{
		padding: 12px 5px 0 0;
	}
	#form form .list .fs1 {
		font-size: 1em;
		font-weight:normal;
	}
	#form form .w30 {
		width:50% !important;
	}
	#form form input[type="text"],
	#form form textarea{
		width:100%;
		padding: 10px 20px;
		font-size: 6vw;
	}
	#form form label{
		position:relative;
		padding:0 0 0 35px;
	}
	#form form label:before{
		content:"";
		display:inline-block;
		width:30px;
		height:30px;
		background:#fff;
		border:#bbb solid 1px;
		border-radius:100%;
		margin:0 5px 0 0;
		position:absolute;
		left:0;
		top:0;
		box-sizing:border-box;
	}
	#form .sbtn input {
		width: 100%;
		height: 20vw;
		margin: 0 auto;
		background: #e95711 url(../img/form_text_02.png) no-repeat 70% 50% / 70vw;
	}
	#form .sbtn2 {
	    background: #999 url(../img/form_text_03.png) no-repeat 90% 50% / 56vw !important;
	    margin-bottom: 10px !important;
	}
	#form .sbtn3 {
	    background: #e95711 url(../img/form_text_04.png) no-repeat 90% 50% / 56vw !important;
	}
	#form .veri {
		width: auto;
	}
	#form table {
		width: 100%;
		margin-top: 30px;
	}
	#form th {
		width: 40%;
		font-size: 18px;
		padding: 0 3vw 30px 0;
		line-height: 1.3em;
		word-break: break-all;
	}
	#form td {
		width: 60%;
		font-size: 18px;
		line-height: 1.3em;
		word-break: break-all;
	}
}


/* cv
------------------------------ */

#cv {
	width: 1200px;
	margin: 0 auto;
	padding: 12px 10px;
	background: #072c46;
	border: #d0a02d 8px solid;
	box-shadow: 20px 20px 0px 0px rgba(208,160,45,0.2);
	position: relative;
	z-index: 2;
}
#cv .inner {
	border: #d0a02d 1px solid;
	padding: 50px 0;
}
#cv .inner h3 {
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 46px;
}
#cv .inner ul {
	width: 952px;
	margin: 0 auto;
}
#cv .inner ul li {
	list-style: none;
	text-align: center;
	width: 460px;
	height: 122px;
	padding: 25px 0 0;
	box-shadow:0px 0px 25px 0px rgba(0,0,0,0.5);
}
#cv .inner ul li.contact {
	background: #36a392;
	text-align: right;
	padding-top: 30px; 
	padding-right: 25px;
}
#cv .inner ul li.tel {
	background: #dba50a;
}
#cv .inner ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:767px) {
	#cv {
	    width: 90%;
	    box-shadow: 2vw 5vw 0px 0px rgba(208,160,45,0.2);
	}
	#cv .inner {
		padding: 8vw 0;
	}
	#cv .inner h3 {
		font-size: 6.4vw;
		margin-bottom: 7vw;
		line-height: 1.3em;
	}
	#cv .inner ul {
		width: 90%;
	}
	#cv .inner ul li {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	#cv .inner ul li.contact {
		padding-bottom: 25px;
		margin-bottom: 20px;
		padding-right: 2vw;
	}
	#cv .inner ul li img {
		width: 80%;
	}
	#cv .inner ul li.contact img {
		width: 90%;
	}
}


/* footer
------------------------------ */

footer {
	color:#fff;
	background: #072c46;
	padding:17px 0 0;
}
footer .inner {
	width: 1200px;
	margin: 0 auto;
}
footer .row {
	justify-content: start;
}
footer p {
	font-size:16px;
	margin-left: 50px;
	padding: 10px 0 0;
	line-height: 1.8em;
}
footer p a {
	color:#fff;
}
footer .copy {
	background: #052135;
	text-align: right;
	margin-top: 14px;
}
footer .copy small {
	display: block;
	font-size: 14px;
	padding: 10px 5vw;
}
@media screen and (max-width:767px) {
	footer {
		padding: 5vw 0 0;
	}
	footer .inner {
		width: 100%;
		text-align: center;
	}
	footer p {
		margin-left: 0;
		padding: 10px 5vw 0;
	}
	footer .copy {
		text-align: center;
	}
}


/* page-top
------------------------------ */

#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	background: #000;
	z-index:9999;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page-top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


