
/***********************************************************************************************************************

contact.css

***********************************************************************************************************************/
.contact .wrapper{
	overflow: hidden;
}

.contact .contents{
	/*padding-top: 0;*/
}




/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_contact{
	padding: 8% 0 0;
}
.sec_form{
	padding: 120px 0 0;
}

.float_ttl{
	margin-bottom: 3em;
}

@media screen and (max-width: 639px) {
.sec_contact{
	padding: 12% 0 0;
}
.sec_form{
	padding: 18% 0 0;
}
}




/* line *************************************************************/
.line01{
	position: absolute;
	transform: skewX(15deg); /*elements.cssで設定 animate付ける時は非表示*/
	mix-blend-mode: multiply;
}
.line01{
	top: -30%;
	left: -2%;
	width: 3.8%;
	height: 140%;
	background-color: rgba(20,39,77,0.1);
}


@media screen and (max-width: 639px) {
.line01{
	top: -30%;
	left: -2%;
	height: 140%;
}
}



/* h1〜 *************************************************************/
.h1_wrap{
	position: relative;
}
h1.h1_ttl{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(12px, 3vw, 20px);
	color: #1a274d;
}
h1.h1_ttl .en_wrap{
	display: block;
}
h1.h1_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 65px;
	font-size: clamp(30px, 6vw, 65px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.h3_wrap{
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
}
h3.h3_ttl{
	display: inline-block;
	font-weight: 600;
	font-size: 24px;
	font-size: clamp(18px, 3.4vw, 24px);
	color: #1a274d;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0.6em;
}


.align_c_l{
	text-align: center;
}
.red{
	color: #b7000c;
}

@media screen and (max-width: 767px) {
.align_c_l{
	text-align: justify;
}
.align_c_l .resp_autowrap{
	display: inline;
}
}



/* list_contact *************************************************************/
ul.list_contact{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	max-width: 730px;
	margin: 30px auto 0;
}
ul.list_contact li{
	position: relative;
	margin-left: auto;
	width: 47%;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	text-align: center;
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: rgb(26,39,77);
	background: linear-gradient(90deg, rgba(26,39,77,1) 0%, rgba(0,200,239,1) 100%); 
	transition: all .3s linear;
}
ul.list_contact li:before{
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #1a274d;
  border-image: linear-gradient(to right, #1a274d 0%, #00c8ef 100%);
  border-image-slice: 1;
	background-color: #fff;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); 
	transition: all .3s linear;
}
ul.list_contact li:hover:before,
ul.list_contact li.active:before{
	opacity: 0;
}

ul.list_contact li a{
	display: block;
	position: relative;
	z-index: 1;	
	color: #000;
	padding: 20px 10px;
}
ul.list_contact li a h6{
	font-size: 20px;
	font-size: clamp(15px, 3vw, 20px);
	font-weight: 600;
	color: #1a274d;
	margin-bottom: 0.3em;
	transition: all .3s linear;
}

ul.list_contact li a:hover,
ul.list_contact li a:hover h6,
ul.list_contact li.active a,
ul.list_contact li.active a h6{
	color: #fff;
}



@media screen and (max-width: 360px) {
ul.list_contact{
	margin: 20px auto 0;
}
ul.list_contact li{
	width: 100%;
	margin-bottom: 15px;
}
}




/* float_contact *************************************************************/
.float_contact{
	font-size: 15px;
	line-height: 2em;
	border-top: 1px solid #ccc;
}
.float_contact tr{
	border-bottom: 1px solid #ccc;
}
.float_contact th{
	width: 200px;
	font-weight: 600;
	padding: 30px 0;
	vertical-align: top;
}
.float_contact td{
	padding: 30px 0;
}
.float_contact td a{
	text-decoration: underline;
}
.float_contact td a:hover{
	text-decoration: none;
}

.float_contact th label{
	font-weight: 600;
}

.icon_blank{
	display: inline-block;
	width: 12px;
	margin: 0 3px;
}
.icon_blank img{
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
.float_contact{
	font-size: 14px;
}
.float_contact th{
	display: block;
	width: auto;
	padding: 20px 0 0;
}
.float_contact td{
	display: block;
	width: auto;
	padding: 5px 0 20px;
}
}




/* btn_return *************************************************************/
.btn_return{
	text-align: center;
}
.btn_return a{
	display: inline-block;
	font-size: 14px;
	color: #1a274d;
	border: 1px solid #1a274d;
	padding: 10px 20px;
	margin: 20px 0 0;
}
.btn_return a:hover{
	color: #fff;
	background-color: #1a274d;
}
