@charset "UTF-8";

/* Mediaquery 
PC Only 1151px～
Tablet big 861～1150
Tablet small 601～860
Smartphone ～600
*/

/*=============================================================
　base
=============================================================*/

@media only screen and (min-width: 1000px) {
	.pcNone {
		display: none;
	}
}


body {
	background-color: #fff;
	color: #333333;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}




/*=============================================================
　rayout PC
=============================================================*/

@media only screen and (min-width: 641px) {

	body {
		min-width: 1180px;
	}

	.sponly {
		display: none;
	}

	article.cvwrap-1,
	article.menuwrap,
	article.casewrap,
	article.pricewrap,
	article.cvwrap-1 {
		background-color: #fbfaf6;
	}

	p {
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 1px;
	}


	article.reasonwrap {
		width: 1100px;
		margin: 0 auto;
	}
	section.reasoncont {
		width: 100%;
		margin: 0 auto;
	}
	h2.bdn {
		text-align: center;
		color: #244386;
		font-size: 36px;
		letter-spacing: 5px;
		line-height: 1.6;
		margin: 0 0 0 0;
		position: relative;
	}
	h2.bdb {
		text-align: center;
		color: #244386;
		font-size: 36px;
		letter-spacing: 5px;
		line-height: 1.6;
		margin: 0 0 100px 0;
		position: relative;
	}
	h2.bdb::before,h2.bdb2::before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -35px;
		display: inline-block;
		width: 700px;
		height: 3px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #b39a6b;
		border-radius: 2px;
	}
	h2.bdb2 {
		text-align: center;
		color: #244386;
		font-size: 36px;
		letter-spacing: 5px;
		line-height: 1.6;
		margin: 0 0 40px 0;
		position: relative;
	}
	h2.bdn_mono {
		text-align: center;
		color: #333;
		font-size: 36px;
		letter-spacing: 5px;
		line-height: 1.6;
		margin: 0 0 60px 0;
		position: relative;
	}
	h2.bdn_mono span {
		position: absolute;
		background-color: #b39a6b;
		text-align: center;
		color: #fff;
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 70px;
		width: 70px;
		border-radius: 70px;
		left: 34%;
		top: -25px;
		font-weight: bold;
	}
	h2.bdn_mono span::before {
		position: absolute;
		content: "";
		text-align: center;
		border-top: 11px solid #b39a6b;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		right: 2px;
		bottom: 2px;
		transform: rotate(-45deg);
	}
	h2.bdb_mono {
		text-align: center;
		color: #333;
		font-size: 28px;
		letter-spacing: 5px;
		line-height: 1.6;
		margin: 0 0 100px 0;
		position: relative;
	}
	h2.bdb_mono::before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -35px;
		display: inline-block;
		width: 700px;
		height: 3px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #4d7ab7;
		border-radius: 2px;
	}


	article.topimg {
		width: 1100px;
		margin: 0 auto 70px;
	}



	article.summarywrap {
		width: 900px;
		margin: 0 auto 100px;
	}

	ul.summarylist {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px auto 0;
	}
	ul.summarylist li {
		width: 30%;
	}
	ul.summarylist li p {
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 2px;
		font-size: 15px;
		margin-top: 10px;
	}
	div.summarycontbox {
		width: 100%;
		position: relative;
	}
	div.summarycontbox h3 {
		width: 100%;
		position: absolute;
		background: rgba(36, 67, 134, 0.8);
		text-align: center;
		color: #fff;
		font-size: 40px;
		padding: 20px 0;
		line-height: 1.0;
		bottom: 0;
	}



	article.clearwrap {
		width: 1100px;
		margin: 180px auto;
	}

	article.clearwrap h3 {
		color: #fff;
		background: #244386;
		font-size: 20px;
		letter-spacing: 2px;
		width: 100%;
		padding: 0 10px 0 0;
	}
	article.clearwrap h3 span {
		display: inline-block;
		width: 50px;
		color: #fff;
		background: #b39a6b;
		font-size: 20px;
		letter-spacing: 2px;
		padding: 15px 20px;
		text-align: center;
		margin-right: 15px;
	}

	ul.clearlist li {
		background-color: #fbfaf6;
		margin-bottom: 20px;
		position: relative;
	}
	ul.clearlist li:nth-child(even) figure {
		float: left;
		width: 40%;
	}
	ul.clearlist li:nth-child(odd) figure {
		float: right;
		width: 40%;
	}
	ul.clearlist li:nth-child(even) p {
		position: absolute;
		width: 50%;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}
	ul.clearlist li:nth-child(odd) p {
		position: absolute;
		width: 50%;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
	}



	article.casewrap {
		width: 100%;
		padding-top: 120px;
		padding-bottom: 20px;
		margin-bottom: 60px;
	}
	section.casecont {
		width: 1100px;
		margin: 0 auto 110px;
	}

	ul.caselist {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.caselist li {
		width: 47%;
		margin-bottom: 40px;
	}
	ul.caselist li figure {
		margin-bottom: 20px;
	}
	ul.caselist li h3 {
		color: #244386;
		text-align: center;
		margin-bottom: 30px;
		font-size: 22px;
		letter-spacing: 2px;
	}
	ul.caselist li p.midashi-4 {
		color: #fff;
		background: #b39a6b;
		font-size: 14px;
		letter-spacing: 2px;
		padding: 5px 10px;
		text-align: center;
		width: 100px;
		margin: 0 auto 15px;
	}



	article.cvwrap-1 {
		width: 100%;
		padding: 50px;
		padding-bottom: 50px;
		margin-bottom: 180px;
	}
	section.cvcont {
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
	}
	section.cvcont-inner {
		width: 900px;
		margin: 0 auto 30px;
		position: relative;
	}
	section.cvcont-inner figure.cvicon {
		width: 200px;
		position: absolute;
		top: -100px;
		left: -100px;
	}
	section.cvcont-inner figure.cvimg {
		width: 45%;
		float: left;
	}
	section.cvcont-inner div.cvconttxtbox {
		margin-left: 50%;
		width: 50%;
		padding-top: 20px;
	}
	section.cvcont-inner div.cvconttxtbox h3 {
		color: #e36089;
		line-height: 1.8;
		margin-bottom: 20px;
		font-size: 20px;
		letter-spacing: 3px;
		font-weight: bold;
	}
	p.cvcont-btns a {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 24px;
		color: #fff;
		padding: 20px;
		border-radius: 5px;
		background: #e36089;
		letter-spacing: 6px;
		font-weight: bold;
	}
	p.cvcont-btns a span {
		color: #fff100;
		font-weight: bold;
	}


	article.faqwrap {
		width: 1100px;
		margin: 0 auto 100px;
	}
	.toggle {
		display: none;
	}
	.Label {
		padding: 30px;
		display: block;
		color: #244386;
		background:#fbfaf6;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.Label::before {
		content:"";
		width: 6px;
		height: 6px;
		border-top: 2px solid #244386;
		border-right: 2px solid #244386;
		-webkit-transform: rotate(45deg);
		position: absolute;
		top:calc( 50% - 3px );
		right: 30px;
		transform: rotate(135deg);
	}
	.Label,.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		padding:0 20px;
		overflow: hidden;
		font-size: 13px;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding:0 30px 30px;
		transition: all .3s;
		background: #fbfaf6;
		font-size: 13px;
		line-height: 1.7;
		letter-spacing: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(-45deg) !important;
	}



	article.guidelinewrap {
		width: 1100px;
		margin: 0 auto;
		background: #f7f8f8;
	}
	section.guidelinecont {
		width: 900px;
		margin: 0 auto 100px;
		padding: 70px 0 40px;
	}
	section.guidelinecont h3 {
		color: #244386;
		margin-bottom: 15px;
		font-size: 15px;
		font-weight: bold;
	}
	section.guidelinecont p {
		color: #333;
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 13px;
		border-bottom: 1px solid #4d7ab7;
	}
	section.guidelinecont li:last-child p {
		border: none;
	}




	article.cvwrap-2 {
		width: 100%;
		background: url(../img/bg_cvwrap-2_pc.jpg) no-repeat center 10%/cover;
	}
	article.cvwrap-2 section.cvcont {
		width: 1100px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	article.cvwrap-2 section.cvcont section.cvcont-title {
		width: 60%;
		margin: 0 0 60px 40%;
		padding-top: 100px;
	}
	article.cvwrap-2 section.cvcont section.cvcont-title h2 {
		color: #e36089;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 5px;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	article.cvwrap-2 ul.cvicons {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	article.cvwrap-2 ul.cvicons li {
		width: 30%;
	}
	article.cvwrap-2 ul.cvbtns2 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	article.cvwrap-2 ul.cvbtns2 li {
		width: 32%;
	}
	article.cvwrap-2 ul.cvbtns2 li a,
	article.cvwrap-2 ul.cvbtns2 li div {
		display: block;
		width: 100%;
		padding: 20px;
		text-align: center;
		font-size: 22px;
		letter-spacing: 4px;
		font-weight: bold;
		border-radius: 5px;
	}
	article.cvwrap-2 ul.cvbtns2 li span img {
		display: inline;
		width: 30px;
		padding-right: 10px;
	}
	article.cvwrap-2 ul.cvbtns2 li a.cvbtns2_form {
		background: #e36089;
		color: #fff;
	}
	article.cvwrap-2 ul.cvbtns2 li a.cvbtns2_tel {
		background: #fff;
		color: #e36089;
	}
	article.cvwrap-2 ul.cvbtns2 li .cvbtns2_line {
		background: #fff;
		color: #57b763;
	}
	article.cvwrap-2 ul.cvbtns2 li .cvbtns2_line:hover {
		transition: all .3s;
		opacity: 0.7;
	}
	article.cvwrap-2 ul.cvbtns2 li .cvbtns2_line label {
		font-weight: bold;
	}



	section.lpform {
		padding: 20px 0 0 0;
	}

	section.lpform p {
		width: 800px;
		color: #333;
		font-weight: 400;
		line-height: 1.7;
	}
	p.formleadtxt {
		text-align: center;
		margin: 40px auto 40px;
		font-size: 13px;
	}
	table.formtable {
		width: 900px;
		background: #fff;
		margin: 50px auto 0;
	}
	table.formtable th {
		text-align: left;
		font-size: 14px;
		vertical-align: middle;
		padding: 20px 20px 20px 5px;
		width: 30%;
		border-bottom: 1px solid #fbfaf6;
		letter-spacing: 1px;
	}
	table.formtable td {
		text-align: left;
		font-size: 14px;
		vertical-align: middle;
		padding: 20px 20px 20px 20px;
		position: relative;
		width: 60%;
		border-bottom: 1px solid #fbfaf6;
	}
	table.formtable th span.hissu {
		display: inline-block;
		background: #b39a6b;
		border-radius: 3px;
		font-size: 70%;
		padding: 1px 5px 2px;
		margin: 0 5px 0 0;
		text-align: center;
		color: #fff;
		line-height: 1.0;
	}
	table.formtable input[type=text],
	table.formtable input[type=email],
	table.formtable input[type=tel],
	table.formtable input[type=select],
	table.formtable input[type=radio],
	table.formtable input[type=submit],
	table.formtable input[type=button],
	table.formtable select,
	table.formtable textarea {
		color: #003a6c;
		background: none;
		border: none;
		-moz-appearance: none;
		-webkit-appearance:none;
		appearance:none;
		border-radius: 0;
		outline: none;
	}
	table.formtable input[type=text]:focus,
	table.formtable input[type=email]:focus,
	table.formtable input[type=tel]:focus,
	table.formtable input[type=select]:focus,
	table.formtable input[type=radio]:focus,
	table.formtable input[type=submit]:focus,
	table.formtable input[type=button]:focus,
	table.formtable select:focus,
	table.formtable textarea:focus {
		color: #003a6c;
		background: none;
		border: none;
		-moz-appearance: none;
		-webkit-appearance:none;
		appearance:none;
		border-radius: 0;
		outline: none;
	}
	table.formtable input[type=text],
	table.formtable input[type=email],
	table.formtable input[type=tel],
	table.formtable input[type=select],
	table.formtable select {
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 7px 10px;
		font-family: 'Noto Sans JP', sans-serif;
		/* font-size: 90%; */
		width: 100%;
	}
	table.formtable textarea {
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 7px 10px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 90%;
		height: calc( 1.3em * 5 );
		line-height: 1.3;
		width: 100%;
	}
	table.formtable input[type=text]:focus,
	table.formtable input[type=email]:focus,
	table.formtable input[type=tel]:focus,
	table.formtable input[type=select]:focus,
	table.formtable select:focus {
		border: 1px solid #8bb8cb;
		border-radius: 3px;
		background: #f4fcff;
		padding: 7px 10px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 90%;
	}
	table.formtable textarea:focus {
		border: 1px solid #8bb8cb;
		border-radius: 3px;
		background: #f4fcff;
		padding: 7px 10px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 90%;
		height: calc( 1.3em * 5 );
		line-height: 1.3;
	}
	table.formtable .radio {

	}
	table.formtable .radio label {
		position: relative;
		padding-left: 1.5em;
		margin-right: 1em;
	}
	table.formtable .radio label::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0%);
		-webkit- transform: translateY(-50%) translateX(0%);
		width: 15px;
		height: 15px;
		border: 1px solid #ddd;
		border-radius: 50%;
		background: #efefef;
	}
	table.formtable .radio input:checked + label::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 3px;
		transform: translateY(-50%) translateX(0%);
		-webkit- transform: translateY(-50%) translateX(0%);
		width: 11px;
		height: 11px;
		background: #244386;
		border-radius: 50%;
	}
	table.formtable .radio span {
		display: block;
		font-size: 90%;
		line-height: 1.0;
		margin: 10px 0 0 10px;
	}
	table.formtable td.submittd {
		text-align: center;
		border-bottom: none;
	}
	table.formtable td.submittd2 {
		text-align: center;
		padding: 20px 20% 0;
		border-bottom: none;
	}
	table.formtable input[type=submit] {
		text-align: center;
		background: #244386;
		color: #fff;
		font-weight: 700;
		font-size: 90%;
		padding: 20px 0;
		border-radius: 5px;
		letter-spacing: 1px;
		font-family: 'Noto Sans JP', sans-serif;
		width: 49%;
	}
	table.formtable input[type=submit]:hover {
		transition: all .3s;
		cursor: pointer;
		opacity: 0.7;
	}
	table.formtable input[type=submit]:focus {
		text-align: center;
		background: #244386;
		color: #fff;
		font-weight: 700;
		font-size: 90%;
		padding: 20px 100px;
		border-radius: 5px;
	}
	table.formtable input[type=button] {
		text-align: center;
		background: #244386;
		color: #fff;
		font-weight: 700;
		font-size: 90%;
		padding: 20px 100px;
		border-radius: 5px;
		letter-spacing: 1px;
		font-family: 'Noto Sans JP', sans-serif;
		margin: 0 2% 0 0;
		width: 49%;
	}
	table.formtable input[type=button]:hover {
		cursor: pointer;
		opacity: 0.7;
	}
	table.formtable input[type=button]:focus {
		text-align: center;
		background: #244386;
		color: #fff;
		font-weight: 700;
		font-size: 90%;
		padding: 20px 100px;
		border-radius: 5px;
	}


	footer {
		background: #244386;
		padding: 20px;
	}
	footer p {
		color: #fff;
		text-align: center;
		font-size: 10px;
		letter-spacing: 2px;
	}



	section.cvbtn {
		margin: 0 auto;
		width: 100%;
	}
	.cvbtnbg01 { background: #0c1a40;}
	.cvbtnbg02 { background: #0c1a40;}
	.cvbtnbg03 { background: #0c1a40;}
	.cvbtnbg04 { background: #0c1a40;}
	.cvbtnbg05 { background: #0c1a40;}

	section.cvbtn div.sectioninner {
		padding: 0 0 50px 0;
		margin: 0 auto;
		width: 1000px;
		position: relative;
	}
	section.cvbtn h4 {
		color: #fff;
		font-size: 180%;
		font-weight: 700;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 0 30px 0;
		padding: 35px 0 0 0;
		line-height: 1.4;
		font-feature-settings: "palt";
	}
	section.cvbtn p.cvbtns_sumary {
		width: 80%;
		line-height: 1.0;
		padding: 15px 0;
		margin: 0 auto 30px;
		text-align: center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		color: #fff;
		letter-spacing: 1px;
		font-size: 90%;
	}
	section.cvbtn div.cvbtns {
		width: 80%;
		margin: 0 auto;
	}
	section.cvbtn div.cvbtn_tel {
		width: 48%;
		float: right;
		margin: 0;
		padding: 0;
	}
	section.cvbtn p.cvbtn_web {
		width: 48%;
		float: left;
		margin: 0;
		padding: 0;
	}
	section.cvbtn p.cvbtn_web2 {
		width: 48%;
		margin: 30px auto 0;
		padding: 0;
	}
	section.cvbtn div.cvbtn_tel a {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 100%;
		font-weight: bold;
		letter-spacing: 1px;
		border-radius: 80px;
		border: 1px solid #fff;
		padding: 10px 0;
	}
	section.cvbtn div.cvbtn_tel a span {
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 5px;
		letter-spacing: 2px;
	}
	section.cvbtn div.cvbtn_tel a p.cvbtn_tel_span1 {
		font-size: 80%;
		margin-bottom: 5px;
	}
	section.cvbtn div.cvbtn_tel a p.cvbtn_tel_span2 {
		font-size: 70%;
	}
	section.cvbtn div.cvbtn_tel a p.cvbtn_tel_span3 {
		font-size: 170%;
		font-weight: bold;
		margin-bottom: 5px;
		letter-spacing: 1px;
	}
	section.cvbtn div.cvbtn_tel a p.cvbtn_tel_span3 i {
		font-size: 80%;
		padding-right: 10px;
		transform: translateY(-2px);
	}
	section.cvbtn p.cvbtn_web a {
		display: block;
		width: 100%;
		background: #ff8400;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 130%;
		letter-spacing: 2px;
		border-radius: 90px;
		line-height: 90px;
		margin: 0 0 0 0;
		padding: 0;
	}
	section.cvbtn p.cvbtn_web a i {
		padding-right: 10px;
	}
	section.cvbtn p.cvbtn_web2 a {
		display: block;
		width: 100%;
		background: #ff8400;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 130%;
		letter-spacing: 2px;
		border-radius: 80px;
		line-height: 80px;
		margin: 0 0 0 0;
		padding: 0;
	}
	section.cvbtn p.cvbtn_web2 a i {
		padding-right: 10px;
	}
}





