@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

.main_img {
	margin-bottom: 30px;
	overflow: hidden;
	position:relative;
	width: 100%;
	height: 300px;
}

.main_img img {
	width:100%;
	height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#fff;
	font-size:42px;
	letter-spacing: 0.2em;
	line-height:1.0;
	text-shadow:#000 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.main_img h1 .sub {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.main_img p {
	color:#fff;
	font-size:32px;
	letter-spacing:1px;
	text-shadow:#000 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	bottom:10%;
	transform: translateX(-50%);
}



/**********************************************************/
/* メインエリア */
/**********************************************************/


main h2 {
	font-size:42px;
	text-align:center;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:30px;
}

.tel {
}

.tel h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom:30px;
}

.tel h2 span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	border-left: solid 10px #FABD00;
	padding: 0 0 0 15px;
}

.tel p {
	margin-bottom:20px;
}

.tel .to_contact ul {
	width:340px;
	margin:0 auto;
}

.mail_form {
	margin-bottom:50px;
}

.mail_form h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom:30px;
}

.mail_form h2 span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	border-left: solid 10px #FABD00;
	padding: 0 0 0 15px;
}


.mailform dl {
	width:780px;
	padding-top:40px;
	margin:0 auto 30px;
}

.mailform dl dt {
	font-size:20px;
	margin-bottom:5px;
}

.mailform dl dt .require {
	color:#FFF;
	font-size:14px;
	background:#D93600;
	padding:3px 10px;
	margin-left:10px;
	border-radius:2px;
}

.mailform dl dt a {
	color:#325974;
	text-decoration:underline;
}
.mailform dl dt a:hover {
	text-decoration:none;
}

.mailform dl dd {
	margin-bottom:20px;
}

.mailform .txt01 {
	width:536px;
	height:40px;
	font-size:20px;
}
.mailform .txt02 {
	width:780px;
	height:40px;
	font-size:20px;
}
.mailform .txt03 {
	width:780px;
	height:174px;
	font-size:20px;
}
.mailform .txt04 {
	font-size:20px;
	color:#000;
	font-weight:500;
}

.mailform .txt05 {
	width: 200px;
    color: #FFF;
    background: #AAA;
    display: inline-block;
    padding: 5px 35px;
    line-height: 38px;
	font-size:20px;
	margin-top:10px;
}



}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

.main_img {
	width:100%;
	max-height:440px;
	position:relative;
}

.main_img img {
	width:100%;
	max-height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#fff;
	font-size:28px;
	line-height:1.0;
	text-shadow:#000 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:10%;
	transform:translateX(-50%);
}

.main_img h1 .sub {
	font-size:20px;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main h2 {
	font-size:32px;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:20px;
}

.concept {
}

.concept h2 {
	background:#F0F0F0;
	padding:10px;
	margin-bottom:30px;
}

.concept h2 span {
	height:36px;
	display:inline-block;
	border-left:solid 6px #FABD00;
	padding:0 0 0 10px;
}

.concept p {
	margin-bottom:15px;
	text-align:left;
}

.concept p.info_txt {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}

.concept img {
	display:block;
	margin:30px auto;
}















.mailform {
	margin-bottom:40px;
}

.mailform dl {
	padding-top:40px;
	margin-bottom:30px;
}

.mailform dl dt {
	font-size:18px;
	margin-bottom:5px;
}

.mailform dl dt .require {
	color:#FFF;
	font-size:14px;
	background:#D93600;
	padding:3px 10px;
	margin-left:10px;
	border-radius:2px;
}

.mailform dl dt a {
	color:#325974;
	text-decoration:underline;
}

.mailform dl dd {
	margin-bottom:20px;
}

.mailform .txt01 {
	width:100%;
	height:40px;
	font-size:20px;
}
.mailform .txt02 {
	width:100%;
	height:40px;
	font-size:20px;
}
.mailform .txt03 {
	width:100%;
	height:174px;
	font-size:20px;
}
.mailform .txt04 {
	font-size:18px;
	color:#000;
	font-weight:500;
}

.mailform .txt05 {
	width:100%;
    color: #FFF;
    background: #AAA;
    display: inline-block;
    padding: 5px 35px;
    line-height: 38px;
	font-size:20px;
}



}