/*
Title: hiramatsu LP
Last Updated: 2022-07-20
Author: Minoura
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
}
body{
	font-size:1.4rem;
	font-size: 1.4em;
}
img{ vertical-align: bottom; }
a{
	color:#003f76;
	transition: all 0.4s;
}
a:hover{
	color:#1b66a7;
	transition: all 0.4s;
}
#container{
	position: relative;
	overflow: hidden;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-shadow: 0 0 50px 0px rgba(0,0,0,0.3);
}
.fixed_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #999;
	z-index: -1;
}
.fixed_ribbon_l,
.fixed_ribbon_r{
	position: fixed;
	top: 0;
	background: url("../images/ribbon.png") center top repeat-y;
	background-size: 100%;
	height: 100vh;
	width: 5%;
	max-width: 50px;
	box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
}
.fixed_ribbon_l{
	left: 0;
}
.fixed_ribbon_r{
	right: 0;
}
.bg_logo{
	position: fixed;
	left: 8%;
	top: 55px;
	width: 12%;
}

@media screen and (max-width: 1049px){

	.bg_logo{
		width: 11%;
	}

}/*END*/

@media screen and (max-width: 899px){

	.bg_logo{
		width: 10%;
	}

}/*END*/

@media screen and (max-width: 849px){

	.bg_logo{
		left: 7%;
		width: 8.5%;
	}

}/*END*/

@media screen and (max-width: 799px){

	.bg_logo{
		left: 7%;
		width: 7%;
	}

}/*END*/

@media screen and (max-width: 749px){

	#container{
		max-width: inherit;
	}
	.bg_logo,
	.fixed_bg,
	.fixed_ribbon_l,
	.fixed_ribbon_r{
		display: none;
	}

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}


/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 1.6; }

.text_bold{ font-weight: bold !important; }
.text_normal{ font-weight: normal; }
.text_red{ color: #ff0000; }
.lh_15{ line-height: 1.5; }

@media print, screen and (min-width: 500px){

	.text_21{ font-size: 2.1rem; }
	.text_24{ font-size: 2.4rem; }
	.text_28{ font-size: 2.8rem; }

}/*END*/

@media screen and (max-width: 499px){

	.text_21{ font-size: 1.6rem; }
	.text_24{ font-size: 1.6rem; }
	.text_28{ font-size: 1.6rem; }

}/*END*/


/*----------------------------------------
	iframe比率維持
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none){
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.menu_btn{
	width: 40px;
	height: 30px;
	position: fixed;
	top: 24px;
	left: 50%;
	cursor: pointer;
	margin-left: 180px;
	z-index: 9999;
}
.menu_btn span{
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	transition: all 0.5s;
}
.menu_btn span:nth-child(1){
	top: 0;
}
.menu_btn span:nth-child(2){
	top: 50%;
	margin-top: -1px;
}
.menu_btn span:nth-child(3){
	bottom: 0;
}
.open .menu_btn span{
	background: #ed6d46;
}
.menu_btn:hover span{
	background: #ed6d46;
}
.open .menu_btn span:nth-child(1){
	transform: rotate(-45deg);
	top: 14px;
}
.open .menu_btn span:nth-child(2){
	opacity: 0;
}
.open .menu_btn span:nth-child(3){
	transform: rotate(45deg);
	bottom: 14px;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #fff;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 120px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	padding-bottom: 30px;
	line-height: 1.4;
}
.drawer ul li:nth-child(2){ transition-delay: 0.1s; }
.drawer ul li:nth-child(3){ transition-delay: 0.15s; }
.drawer ul li:nth-child(4){ transition-delay: 0.2s; }
.drawer ul li:nth-child(5){ transition-delay: 0.25s; }
.drawer ul li:nth-child(6){ transition-delay: 0.3s; }
.drawer ul li:nth-child(7){ transition-delay: 0.35s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li a{
	position: relative;
	transition: all 0.4s;
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.drawer ul li a:before{
	display: inline-block;
	content: "";
	width: 2px;
	height: 20px;
	background: #ed6d46;
	position: absolute;
	left: -12px;
	top: 3px;
	transition: all 0.4s;
	opacity: 0;
}
.drawer li a:hover{
	color: #fff;
}
.drawer ul li a:hover:before{
	opacity: 1;
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

@media screen and (max-width: 749px){

	.menu_btn{
		left: auto;
		right: 4.5%;
		width: 36px;
		height: 26px;
		margin-left: auto;
		top: 20px;
	}
	.open .menu_btn span:nth-child(1){ top: 12px; }
	.open .menu_btn span:nth-child(3){ bottom: 12px; }
	.drawer ul{
		padding-top: 50px;
	}
	.drawer ul li{
		transform: translateX(-70px);
	}
	.drawer ul li a{
		font-size: 1.5rem;
	}

}/*END*/


/*----------------------------------------
	content
----------------------------------------*/

.mv_info{
	background: #004179;
	color: #fff;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.1;
	padding-left: 8.5%;
}
.text_100{
	font-size: 7rem;
}
.text_48{
	font-size: 2.6rem;
}
.text_36{
	font-size: 2.4rem;
}
.text_32{
	font-size: 2.3rem;
}

.yoyaku_frame{
	position: relative;
}
.yoyaku_frame a{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16%;
	animation: scale-up 1s cubic-bezier(.645,0,.355,1) infinite alternate-reverse both;
	margin: auto;
}
@keyframes scale-up{
	0% {
    -webkit-transform: scale(.92);
    transform: scale(.92);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.map_frame{
	padding-right: 8%;
	padding-left: 8%;
	background: #ffe792;
}
.corp_frame{
	background: #fff;
}
.corp_frame a{
	display: block;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}
.line_frame{
	position: relative;
	background: #d6e1e8;
}
.line_frame a{
	display: block;
	width: 68.13%;
	margin-right: auto;
	margin-left: auto;
}
.seminar_info_frame{
	background: #ffe793;
	color: #004179;
	font-weight: bold;
}
.seminar_info_inner{
	box-sizing: border-box;
	padding-left: 8%;
	padding-right: 8%;
}
.seminar_label{
	background: #004179;
	color: #fff;
	display: inline-block;
	padding: 5px 0;
	font-size: 2.2rem;
	margin-bottom: 15px;
	text-align: center;
	width: 130px;
}
.seminar_info_inner p.text_100{
	line-height: 1;
}

@media screen and (max-width: 599px){

	.mv_info{
		padding-left: 15%;
	}
	.text_100{
		font-size: 5.8rem;
	}
	.text_48{
		font-size: 2.2rem;
	}
	.text_36{
		font-size: 1.8rem;
	}
	.text_32{
		font-size: 1.8rem;
	}

}/*END*/


/*----------------------------------------
	contact
----------------------------------------*/

.contact_frame{
	background: #d6e1e8;
}
.contact_frame table{
	width: 100%;
	line-height: 1.8;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}
.contact_frame th{
	text-align: left;
	padding-bottom: 8px;
	font-weight: 500;
}
.contact_frame td{
	padding-bottom: 40px;
}
.pref select{
	width: 100%;
}
.complete_text,
.confirm_text{
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}

/*必須・任意ラベル*/
.hissu:after,
.nini:after{
	display: inline-block;
	padding: 4px 8px;
	line-height: 1;
	margin-left: 10px;
	vertical-align: middle;
	border-radius: 3px;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #ed6e46;
	color: #fff;
	vertical-align: 1px;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #727171;
	vertical-align: 1px;
	color: #fff;
}

/*error*/
td div.error{
	color: #e60012;
	padding-top: 8px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffe9e9;
}
td.error input,
td.error select{
	background: #ffe9e9 !important;
	border: 1px solid #ffe9e9 !important;
}
/*error*/
.osumai td.error{
	background: #ffe9e9;
}
/*btn*/
.form_submit a,
.btn_back a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 84%;
}

@media screen and (max-width: 749px){




}/*END*/


/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="text"]{
	padding: 16px 4%;
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 2.1rem;
	border-radius: 10px;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #003f76;
}
:focus{ outline: none; }

.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }

@media screen and (max-width: 749px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	input[type="text"]{
		font-size: 1.6rem;
		padding: 10px 4%;
	}

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding-left: 34px;
	line-height: 2;
	margin-right: 25px;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px solid #999;
	border-radius: 50%;
}
.check label:before{ border-radius: 0; }
.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 22px;
	height: 22px;
	margin-top: -10px;
	border-radius: 50%;
	background: #003f76;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -4px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #003f76;
	border-bottom: 4px solid #003f76;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #003f76;
	box-shadow: 0 0 5px #003f76;
}

@media screen and (max-width: 749px){

	.radio label,
	.check label{
		line-height: 3;
	}


}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/

.sp_fixed{
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	bottom: -200px;
	transition: all 0.4s;
}
.sp_fixed ul{
	width: 100%;
	box-sizing: border-box;
}
.sp_fixed li{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.sp_fixed li:last-child{
	border-right: 1px solid #ec6d46;
}
.sp_fixed li a{
	display: block;
	text-decoration: none;
}

@media print, screen and (min-width: 750px){

	.sp_fixed{
		max-width: 500px;
	}



}/*END*/