@charset "UTF-8";

/*
Theme Name: タイトル
Author: タイトル
Description: タイトル's Theme
Version: 1.0
*/



/* 共通 */
*{
	box-sizing: border-box;
	color: #4e4e4e;
}

a{
	color: #4e4e4e;
	text-decoration: none;
}

.Ban img{
	pointer-events: none;
	-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}


.w_12_r{
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.m_auto{
	margin-left: auto;
	margin-right: auto;
}

.span_inbl{
	display: inline-block;
}

.sp_u{
	display: inline-block;
}

.sp_img{
	display: none;
}

.f_w_h{
font-weight: 900;
}

.f_w_b{
	font-weight: 700;
}

.f_w_db{
	font-weight: 500;
}

/* 中央位置 */

.f_center{
	text-align: center;
}

.m_center{
	margin-right:auto;
	margin-left: auto;
}

.f_s_l{
	margin-left: -30px;
}

.f_s_r{
	margin-right: -17px;
}

.f_s_l_21{
	margin-left: -21px;
}

.f_s_l_20{
	margin-left: -20px;
}
/* マージン */

.s_c_01{
	padding-top: 5px;
}

.m_t_10{
	margin-top: 10px;
}
.m_r_10{
	margin-right: 10px;
}

.m_r_15{
	margin-right: 15px;
}

.m_r_20{
	margin-right: 20px;
}

.m_r_50{
	margin-right: 50px;
}

.m_r_20{
	margin-right: 20px;
}
.m_r_30{
	margin-right: 30px;
}


/* パディング */

.p_t_10{
	padding-top: 10px;
}

.p_t_20{
	padding-top: 20px;
}

.p_t_30{
	padding-top: 30px;
}

.p_t_45{
	padding-top: 45px;
}

.p_t_50{
	padding-top: 50px;
}

.p_t_70{
	padding-top: 70px;
}

.p_t_80{
	padding-top: 80px;
}

.p_t_90{
	padding-top: 90px;
}

.p_t_100{
	padding-top: 100px;
}

.p_b_10{
	padding-bottom: 10px;
}

.p_b_30{
	padding-bottom: 30px;
}

.p_b_70{
	padding-bottom: 70px;
}

.p_b_80{
	padding-bottom: 80px;
}

.p_b_90{
	padding-bottom: 90px;
}
.p_b_100{
	padding-bottom: 100px;
}

/* 文字間 */

.l_s_1{
    letter-spacing: 2px;
}

.l_s_2{
    letter-spacing: 2px;
}


/* 行間 */

.l_h_20{
    line-height: 2em;
}

.l_h_13{
    line-height: 1.3em;
}

.l_h_15{
    line-height: 1.5em;
}

.l_h_17{
    line-height: 1.7em;
}

.l_h_34{
    line-height: 3.4em;
}
/* フォントサイズ */

.f_s_13{
	font-size: 1.3em;
}

.f_s_14{
	font-size: 1.4em;
}

.f_s_30{
	font-size: 3em;
}



/* ポジション */
.p_re{
	position: relative;
}

.p_a_55{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
}

.p_a_t5{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
}

.p_a_l5{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

/* 背景カラー */


/* 文字カラー　*/

.f_c_01{
	color: #000;
}

.f_c_02{
	color: #fff;
}

/* ボタン */

a span {
	color: #fff;
}


/*　contact_block　*/

.contact_area{
	background-color: #0050b8;
	width: 1080px;
	margin: 0 auto;
	padding: 90px;
	border-radius: 30px;
	font-family: "Hiragino Sans","ヒラギノ角ゴ Sans",sans-serif;
}

@media screen and (max-width: 1100px) {
	.contact_area{
	width: 90%;
	}
}

.contact_block table{
	font-size:1.8em;
	width: 100%;
	margin-bottom: 30px;
}

.f_center .button{
	border: none;
	background-color: none;
}

.tdno_c{
	vertical-align:middle;
}

.tdno_t{
	vertical-align:top;
}

.contact_block table td:nth-child(2){
	padding: 15px 0;
}

.contact_block td{
	position: relative;
	border-top: 1px solid #fff;
}

.contact_block .text_s,.contact_block table input[type="mail"],.contact_block table input[type="tel"],.contact_block .text_b,.contact_block table input[type="url"],.contact_block table textarea{
	border: 1px solid #000;
	-webkit-appearance: none;
	font-size:16px;
}

.contact_block .text_s,.contact_block table input[type="mail"],.contact_block table input[type="tel"],.contact_block table input[type="url"],.contact_block table textarea{
	width: 100%;
	padding: 10px 17px;
	font-size:16px;
}

.contact_block .text_b{
	vertical-align:middle;
}

.var_mi{
	vertical-align:middle;
}

.sonota_ichi{
	margin-top: 10px;
}

.contact_block .text_b{
	padding: 7px 13px;
	width: 86%;
}

button {
	padding: 0;
	border: none;
	background: transparent;
  }
  
  button img {
	display: block;
  }

input[type="checkbox"]:focus {
	outline: none;
	background-color: #fff;
}

.contact_block table input[type="checkbox"]{
width: 24px;
height: 24px;
border: 1px solid #000;
border-radius: 0;
}
.contact_block table textarea{
	height: 140px;
	vertical-align:top;
	resize: vertical;
}

.point{
	display: inline-block;
	padding:3px 7px 2px 7px;
	background-color: #fff;
	color:#0050b8;
	font-size:.9em;
	margin-left: 10px;
	margin-right: 40px;
}
.block{
	display:block;
}

.point_sp{
	display: none;
}

.contact_block p{
	text-align: center;
}

.contact_block table tr td:nth-of-type(1){
  width: 285px;
}

.contact_block table tr td:nth-of-type(2){
	width: auto;
  }

.point_none{
	padding-right: 100px;
}



/* ボタン類 */

.thanks_header{
	width: 1080x;
	margin:0 auto;
}


.thanks_text{
	position: absolute;
	text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	font-family: "Hiragino Sans","ヒラギノ角ゴ Sans",sans-serif;
}

.thanks_text h2,.thanks_text a{
	color: #0c589b;
}
.thanks_text p{
	font-size: 1.8em;
	margin-top: 30px;
}

.mv_block_2{
	position: relative;
	height: 100vh;
}


.thanks_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;

}


input.myError {
background-color:#fffff0;
}

label.myError {
color:#FF0000;
}

textarea.myError {
background-color:#fffff0;
}

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
	from {
		opacity: 0;
	transform: translateY(100px);
	}
	
	to {
		opacity: 1;
	transform: translateY(0);
	}
	}
	
	.fadeUp_2{
		animation-name:fadeUpAnime_2;
		animation-duration:0.5s;
		animation-fill-mode:forwards;
		opacity:0;
		}
	
		@keyframes fadeUpAnime_2{
		from {
			opacity: 0;
		transform: translateY(100px);
		}
		
		to {
			opacity: 1;
		transform: translateY(0);
		}
		}
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.fadeUpTrigger{
		opacity: 0;
	}

	.fadein{
		animation-name:fadeInAnime;
		animation-duration:1s;
		animation-fill-mode:forwards;
		opacity:0;
		}
		
		@keyframes fadeInAnime{
		  from {
			opacity: 0;
		  }
		
		  to {
			opacity: 1;
		  }
		}

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


/* 共通 */
.w_12_r{
	width: 92%;
  }

  .thanks_header{
	  width: 92%;
  }


/* header */


/*　トップ画像　*/


.contact_block {
    width: 100%;
}

.contact_block .text_b{
    width: 77.6%;
}

}



@media screen and (min-width: 1036px) {
	.wrapper {
		display: none;
	}

}


@media screen and (max-width: 1035px) {
	.pc_menu {
		display: none;
	}
	
	.f_s_46 {
		font-size: 3.6em;
	}
	
	/*　company_block　*/
	
	.back_lock{
		height: 70vh;
	}

.back_lock2{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.company_block{
	width: 80%;
}

	/*　contact_block　*/


.f_s_32 {
    font-size: 2.9em;
}

}


@media screen and (max-width: 768px) {
	.sp_img{
		display: block;
	}
	.pc_img{
		display: none;
	}
	.f_s_l_21{
		margin-left: -14px;
	}

	.contact_block table {
		font-size: 1.4em;
	}
	.contact_block table tr td:nth-of-type(1){
  width: 100%;
}

/* .contents_list li:nth-child(2),.contents_list li:nth-child(4){
	margin-top: 0;
} */

.contact_area{
	padding: 30px 20px;
}

table td{
	/* display: block; */
transition-duration : 1s;
}
.contact_block{
	width: 100%;
} 
	.title_contents ul{
			flex-direction: column;
		transition-duration : 1s;
	}
	
	.title_contents ul li:nth-of-type(1),.title_contents ul li:nth-of-type(3){
	width: 100%;
	transition-duration : 1s;
}

.title_contents ul li:nth-of-type(2){
	display: none;
	transition-duration : 1s;
}
.title_contents ul li:nth-of-type(3){
	font-size:1.4em;
		padding-top:10px;
	transition-duration : 1s;
}

	.top_line_2{
		border: none;
		transition-duration : 1s;
	}

	
	.company_block table td:nth-of-type(1){
				border-bottom: none;
		padding-bottom: 10px;
		transition-duration : 1s;
	}
	
		.company_block table td:nth-of-type(2){
		border-bottom:none;
			padding-top:10px;
		transition-duration : 1s;
	}
	
			.company_block table td:last-child{
		border-bottom:1px solid #ff82c8;
		transition-duration : 1s;
	}
	
	.contact_block table td:nth-child(1){
		padding-bottom: 0;
		transition-duration : 1s;
		border-top: 1px solid #fff;
		padding-top:15px;
	}


	.contact_block table tr td:nth-of-type(2) {
		border-top: none;
		padding-top:5px;
	}

	/* .contact_block table tr td:nth-of-type(2) {
		display: none;
	} */

	.point{
		width: 41px;
	}

	.block{
		display: inline-block;
	}

	.point_sp{
		display: inline-block;
	}

/* フォントサイズ */

.f_s_13{
	font-size: 1.2em;
}

.f_s_14{
	font-size: 1.2em;
}

.f_s_30{
	font-size: 2em;
}

.f_s_32{
	font-size: 2em;
}

.f_s_34{
	font-size: 2.4em;
}

.f_s_20{
	font-size: 1.6em;
}

.f_s_21{
	font-size: 1.6em;
}
.f_s_23{
	font-size: 1.8em;
}

.f_s_25{
	font-size: 2em;
}

.f_s_27{
	font-size: 2em;
}

.f_s_15{
	font-size: 1.3em;
}

.f_s_18{
	font-size: 1.6em;
}

.f_s_17{
	font-size: 1.5em;
}

.f_s_36{
	font-size: 2.5em;
}

.f_s_46{
	font-size: 3.5em;
}
.f_s_55{
	font-size: 3.8em;
}

.m_r_20{
	margin-right: 0;
}

.m_r_50{
	margin-right: 0;
}

.m_r_20{
	margin-right: 0;
}

.f_s_23 {
	font-size: 1.3em;
}

.p_t_50{
	padding-top: 30px;
}

.p_t_100{
	padding-top: 50px;
}

.p_b_100{
	padding-bottom: 50px;
}
.p_t_80{
	padding-top: 50px;
}

.contact_block .text_s,.contact_block table input[type="mail"],.contact_block table input[type="tel"],.contact_block table input[type="url"],.contact_block table textarea{
	padding: 7px;
}
.contact_block table td{
	display: block;
  }
  .p_t_90 {
	padding-top: 50px;
}
}
@media screen and (max-width: 500px) {
	.f_s_21 {
		font-size: 1.4em;
	}
	.m_r_30{
		margin-right: 0;
	}

}

@media screen and (max-width: 380px) {
	.f_s_32 {
		font-size: 1.8em;
	}

	.f_s_55{
		font-size: 3em;
	}
	.f_s_46 {
		font-size: 2.5em;
	}
	.f_s_27 {
		font-size: 1.9em;
	}
	.f_s_36 {
		font-size: 2.2em;
	}
	.f_s_25 {
		font-size: 1.6em;
	}
	.f_s_34 {
		font-size: 1.9em;
	}
}



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

	
	
}


/* Bnr  2020.09.18追加
-----------------------------------------*/
.Bnr{
	position: relative;
	margin: 0 auto;
  }
  .Bnr .Bnr_img_pc{
	position: fixed;
	bottom: 0;
	right:0;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 88;
  }
  .Bnr .Bnr_img_sp{
	display: none;
  }
  
  
#Panel button {
	position:absolute;
	width: 18px;
	height: 18px;
	background-color: #4c80c2;
	box-sizing: border-box;
	margin: 0;
	font: 400 13.3333px Arial;
	padding: 0;
	border-style: none;
	border-color: none;
	border-image: initial;
  }


  .btn_fo_area{
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
  }
  
  .btn_fo_area li{
	width: 45%;
	margin: 6px 5px;
  }

  .btn_img01_fo{
	width: 15px;
	display: inline-block;
	margin-left: 3px;
  }
  
  @media screen and (max-width: 767px) {
	.Bnr .Bnr_img_pc,.nav_li{
	display: none;
	}
	

  .Bnr .Bnr_img_sp{
	display: inline;
	position: fixed;
	bottom: 0;
	/* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); */
	z-index: 88;
	width: 100%;
	font-size:1.6em;
	font-weight: 700;
    background-color: #fff;
	/* padding: 10px 0; */
  }

  .Bnr .Bnr_img_sp img{
	width: 100%;
  }
	
	.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box; }
  }

  @media screen and (max-width: 600px) {
	.btn_fo_area li {
		/* width: 100%;
		margin: 0 10px 10px 10px; */
	}
	.Bnr .Bnr_img_sp {
		/* padding: 20px 20px 10px 20px; */
	}
}

@media screen and (max-width: 380px) {
	.Bnr .Bnr_img_sp {
		/* padding: 20px 10px 10px 10px; */
	}


	.btn_img01_fo{
		width: 11px;
	  }
}

  /* ハンバーガー */
  @media screen and (max-width: 1236px) {

.mainView{
	width: 100vw;
	height: 100vh;
	background-color: #ccc;
  }
  /*ハンバーガーボタン*/
  .el_humburger {
	position: fixed;
	top: 28px;
	right: 60px;
	width: 46px;
	height: 25px;
	padding-top: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	z-index: 20;
	cursor: pointer;
	pointer-events: auto;
	color: #000;
	text-align: center;}

   
  .el_humburger_wrapper {
	margin-bottom: 5px;
	width: 42px;
	display: inline-block; }
   

  .el_humburger_text {
	font-size: 12px;
	letter-spacing: 0.1em;
 }
   
  .js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
	display: none; }
   
  .el_humburger_text.el_humburger_text__close {
	display: none; }
   
  .js_humburgerOpen .el_humburger_text.el_humburger_text__close {
	display: block; }

  .el_humburger span.el_humburger_bar {
	display: block;
	width: 100%;
	margin: 0 auto 8px;
	height: 2px;
	background: #4c80c2;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; }
   
  .el_humburger span.el_humburger_bar:last-child {
	margin-bottom: 0; }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar {
	background: #000; }

   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg); }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
	opacity: 0; }
   
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg); }
   
  .el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%; }
   
  .el_humburgerButton__close span.el_humburger_bar {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #000; }
   
  .el_humburgerButton__close span.el_humburger_bar.top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg); }
   
  .el_humburgerButton__close span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg); }
   
  .navi {
	position: fixed;
	right: 0;
	height: 100%;
	background-color: #fff;
	width: 450px;
	z-index: 3;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	transform:translateZ(0) translateX(100%);
	overflow: auto; }
	.js_humburgerOpen .navi {
	  transform:translateZ(0) translateX(0); }

   
  .navi_item {
	margin-bottom: 28px;
	font-size: 1.4em;
	white-space: nowrap;
	margin-left: 90px; }
	.navi_item.op_innerLink {
	  cursor: pointer; }

	  }


@media screen and (max-width: 768px) {
	  .el_humburger {
		top: 13px;
		right: 20px;
	  }

	  .el_humburger_wrapper {
		width: 32px;
	}
	.el_humburger span.el_humburger_bar {
		height: 3px;
		margin: 0 auto 7px;
	}
	.navi {
		width: 300px;
	}

	.navi_item {
		margin-left: 40px;
	}

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

	.el_humburger {
		right: 6px;
	}

}



/* ラジオボタン */
.radio-btns input[type=radio] {
	/* display: none; */
	opacity: 0;
  }
  
  .radio-btns label {
	position: relative;
	padding-left: 0px;
  }
  
  .radio-btns input[type=radio] + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0050b8;
	border: 1px solid #fff;
	left: -25px;
	top: 0;
  }
  
  .radio-btns input[type=radio] + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	left: -22px;
	top: 3px;
	opacity: 0;
	transition: .3s;
  }
  
  .radio-btns input[type=radio]:checked + label::after {
   opacity: 1;
  }