@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size: 15px; 
	color: #282828;
	line-height: 2;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
	overflow: hidden;
	letter-spacing:1px;
}
a{
  color:#003B82;
  text-decoration: underline;
 }
a:hover {
  color:#003B82;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
a img { 
	transition: opacity 0.2s linear; 
}
a:hover img { 
	opacity: 0.8;
}

/* ふわっとでてくるJS用CSS */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}

img{
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}


@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
	}
to {
    opacity: 1;
    transform: translateY(0);
	}
}
/* /ふわっとでてくるJS用CSS */


.br-pc { 
  display:none;
}
.pcmenu{
	display:none!important;
}
.tbmenu{
	display:none!important;
}

.br-tb { 
  display:none;
}


.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px!important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.al_left{
	text-align: left;
}
.al_right{
	text-align: right;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img{
	width:100%;
}
p{
	margin: 20px 0;
}

.container{
	max-width: 92%;
	margin: 0 auto;
	padding: 0 ;
}


/* ナビゲーション */
#head_wrap01{
	transition: all ease .6s;
	position: fixed;
	height: 54px;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}
.sp_navi_menu{
	height: 54px;
}
.sp_navi_menu_wrap{
	width:100%;
	position: relative;
	height: 54px;
}
.header_logo_sp{
	width: 312px;
	position: absolute;
	top: 10px;
	left:10px;
}
.pc_navi_right02{
	display: none;
}
.header_logo_pc{
	display: none;
}
#toggle{
	position: absolute;
	width:22px;
	top: 5px;
	right: 15px;
}
.head_wrap{
	background-color: #fff;
	box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}
.g_navi{
}
#menu {
	display: none;
}
#menu li{
	font-weight:700;
	font-size: 15px;
	display: block;
	float: none;
	margin: 0px;
	border-left:none;
	margin:0;
	border-bottom:1px solid #1E3799;
}
#menu li a {
	font-weight:700;
	display: block;
	text-decoration: none;
	background-color: #fff;
	color:#404040;
	text-align: center;
	text-decoration: none;
	padding: 12px;
}
#menu li.navi_menu_contact_wrap_sp a{
}

#menu li a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
 }
 #menu li:first-child{
 	border-top:1px solid #1E3799;
 }
 #menu li:last-child{
	border-bottom:none;
}
.navi_contact_button a{
  margin: 10px auto;
  background-color: #70A824 !important; 
 	padding: 5px 60px !important;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  display: table !important;
 	width: 90%;
  text-align: center !important;
}
.navi_contact_button a:hover{
  background-color: #248002;
 }
.navi_contact_button img {
  width: 34px;
  margin: 6px 6px 6px 0;
  display: table-cell !important;
  vertical-align: middle;
}
.navi_contact_button a span {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
  display: table-cell !important;
  vertical-align: middle;
  text-align: left !important;
}
.navi_contact_button a span.tel_number{
	font-size: 20px !important;
}


/* top_mainvisual */
/* メインビジュアル */
.top_mainvisual{
	margin-top: 54px;
	width:100%;
  background-image: url("../img/top_mainvisual_sp.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 0;
  overflow: hidden;
	height:88vh;
	position: relative;
}

.top_main_ttl{
	width: 100%;
	position: absolute;
	top: 44%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 8px;
	z-index: 10;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.main_blue{
	width: 100%;
  height: 100%;
	background-color: rgba(30,55,153,0.2);
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 2%;
  bottom: 41%;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 4s infinite;
  background-color: #fff;
  bottom: -215px;
  content: "";
  height: 200px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* メインビジュアル */
/* top_mainvisual */


/* top_sec01 */

.top_sec01{
	width:100%;
	background-image: url("../img/top_sec01_triangle.png");
	background-repeat: no-repeat;
  background-size: 70%;
	background-position: top right;
  z-index: 0;
  overflow: hidden;
  position: relative;
  height: auto;
}
.vertical_txt{
	position: absolute;
  left: 4%;
  top: 28px;
  writing-mode: vertical-rl;
  color: #1E3799;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  width: 28px;
  height: 356px;
  border-left: 1px solid #1E3799;
  padding-left: 10px;
  letter-spacing: 0;
}
.top_sec01_wrap{
	width: 78%;
	margin-top: 30px;
	margin-left: 19%;
	margin-right: 4%;
}
.top_sec01_ttl{
	width: 100%;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 2px;
	color: #1E3799;
	line-height: 1.8;
	padding-bottom: 15px;
	border-bottom: 1px solid #1E3799;
}
dl.top_sec01_concept{
	width: 100%;
	font-weight: 700;
	color: #1E3799;
}
.top_sec01_concept dt{
	width: 120px;
	font-size: 18px;
	border-bottom: 1px solid #1E3799;
	display: inline-block;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.top_sec01_concept dd{
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 0;
	padding-top: 2px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.top_contact_button {
	text-align: left;
	margin: 50px 0 70px;
}
.top_contact_button a{
  background-color: #1E3799;  
  padding: 15px 65px 17px;
  display: inline-block;
  border-radius: 100vh;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.top_contact_button a:hover{
	opacity: 0.8;
	transition: opacity 0.2s linear;
 }


/* top_sec02 */
.top_sec02{
	width:100%;
	background-color: #E9E9E9;
	background-image: url("../img/top_sec02_triangle.png");
	background-repeat: no-repeat;
  background-size: 76%;
	background-position: top right;
  z-index: 0;
  overflow: hidden;
  position: relative;
  height: auto;
}
.top_sec02_ttl{
	width: 100%;
	margin: 0 auto;
	color: #fff;
	background-color:#1E3799; 
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 8px;
	text-align: center;
	padding: 20px 0;
}
.red_line{
	width:70%;
	height:7px;
	margin-left:auto;
	background-color:#C23616;
}
.top_sec02_txt{
	margin:30px 0 0;
	text-align: center;

}
.top_sec02_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin: 30px auto 30px;
	column-gap: 22px;
	row-gap: 25px;
}
.top_sec02_contents{
	width:30%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
    position: relative;
    z-index: 2;  
    flex-grow: 1;
}
.blue{ 
	background-color: #1E3799; /* カラーフィルタ効果の色を指定 */
	border-radius: 15px; 
	overflow: hidden;
}
.colorfilter {
    opacity: 0.8;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;

}
.top_sec02_contents img{
	width:100%;
	transition:1s all;
	border-radius: 15px;
}
.top_sec02_contents img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}
.top_sec02_subttl{
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	font-size: 16px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
    	z-index: 1;
}
.suidou_back_pc{
	background-image: url("../img/top_sec02_06_trans_sp.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.top_sec02_ttl01_pc{
	display: none;
}
.top_sec02_ttl02_pc{
	display: none;
}
.top_sec02_suidou_back_sp{
	width: 100%;
	height: 122px;
	background-image: url("../img/top_sec02_06_sp.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	border-radius: 15px;
	margin-bottom: 50px;
}
.top_sec02_ttl01_sp{
	width: 100%;
	position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
  color: #14266F;
  letter-spacing: 0;
  line-height:1.4;
  margin: 0;
}
.top_sec02_ttl02_sp{
	width: 100%;
	position: absolute;
		bottom:10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
	font-size: 14px;
	font-weight: 700;
  color: #14266F;
  letter-spacing: 0;
  line-height:1.6;
  margin: 0;
}


/* cta_section */
.cta_section{
	margin: 0;
	max-width: 100%;
	background-image: url('../img/cta_stripe_back.png');
  background-repeat: repeat-X;
}
.cta_container{
	width: 92%;
	margin: 0 auto;
	padding: 0;
 	overflow: hidden;
}
.cta_section_border{
	border: 3px solid #1E3799;
	border-radius: 20px;
	background-color: #fff;
	margin: 40px 0 50px;
	padding: 15px;
	position: relative;
}
.cta_section_ttl{
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 700;
	color: #1E3799;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 10px;
}
.cta_line{
	width: 66%;
	height: 15px;
	background-image: url('../img/cta_line_back.png');
  background-repeat: repeat-X;
  margin: 0 auto;
}
.cta_section p{
	font-size: 14px;
	font-weight: 700;
	color: #1E3799;
	text-align: center;
	margin: 6px 0 12px;
	line-height: 1.8;
}
.cta_section_time{
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color:#1E3799;
	display: block;
	margin: 0 auto;
	line-height: 1;
	padding: 6px 0 10px;
}
.cta_section_ill01{
	position: absolute;
	width: 47px;
	top:28px;
	left: 18px;
}
.cta_section_ill02{
	position: absolute;
	width: 39px;
	top:101px;
	left: 28px;
}
.cta_section_ill03{
	position: absolute;
	width: 54px;
	top:20px;
	right: 10px;
}
.cta_section_ill04{
	position: absolute;
	width: 34px;
	top:100px;
	right: 23px;
}
.cta_btn_wrap{
	width: 100%;
	text-align: center;
}
.cta_button {
	display:block;
	margin: 30px 0;
}
.cta_button a{
	font-size: 17px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background-color: #70A824;  
  padding: 12px 15px 10px;
  border-radius: 100vh;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0;
}
.cta_button a:hover{
	opacity: 0.8;
	transition: opacity 0.2s linear;
}
.cta_button img {
  width: 32px;
  margin: 0px 5px 2px 0;
  vertical-align: middle;
}

/* breadcrumbs */
#breadcrumbs {
	font-weight:400;
	font-size:12px;
	margin: 12px;
	z-index: 5;

}
#breadcrumbs ul {
	display: flex;
    align-items: center;
    height: 20px;

}
#breadcrumbs ul li{
	color:#282828;
	display: inline-block;
	margin: 0 0.25em;
	letter-spacing: 1px;
}
#breadcrumbs ul li a{
	color: #1E3799;	
	text-decoration: underline;
	display: inline-block;
}
#breadcrumbs ul li span{
	display: inline-flex;
  vertical-align: middle;
  transform: translateY(-1px); /* 微妙なズレを上下に調整 */
}
#breadcrumbs a:hover{
	color: #1E3799;	
	transition:1s all;
}



/* jisseki_mainvisual */
/* メインビジュアル */
.jisseki_mainvisual{
	margin-top: 54px; 
  background-image: url("../img/jisseki_mainvisual.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 200px;
}
.common_main_wrap{
	width: 90%;
	margin: 0 auto;
	height: 200px;
	position: relative;
}
.common_main_ttl{
	font-size: 22px;
	font-weight: 700;
  color: #fff;
	letter-spacing: 5px;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* jisseki_sec01 */
.jisseki_sec01{
	margin: 15px auto 0;
}
.common_big_ttl{
	font-weight: 700;
	font-size: 22px;
	color: #1E3799;
	text-align: center;	
	margin: 22px 0 0;
	line-height: 1.2;
}
.common_ttl{
	width: 100%;
	background-color:#1E3799; 
	padding: 22px 0 24px;
	margin-top: 26px;
}
.common_ttl_inner{
	width: 90%;
	margin: 0 auto;
 	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 4px;
}
.jisseki_txt{
	margin: 20px 0;
	letter-spacing: 0;
}
.jisseki_white{
background-color: #fff;
	padding: 4px 6px;
	color: #1E3799;
	line-height: 1;
	display: inline-block;
	font-weight: 500;
	margin: 6px 0.5em;
	border-radius: 3px;
}
.jisseki_wrap{
	width:100%;
	margin: 30px auto 0;
}
.jisseki_contents{
	width: 100%;
	margin-top: 26px;
}
.jisseki_contents_ph{
	width: 100%;
	object-fit: cover;
	object-position: 50% 0%;
}
.jisseki_contents_ph img{
	border-radius: 20px 20px 0 0;
}
.jisseki_contents_txt{
	width: 100%;
	background-color: #1E3799;
	padding: 10px;
}
.jisseki_contents_txt p{
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
}

/* jisseki_sec02 */
.jisseki_sec02{
	margin: 60px auto 0;
}

/* jisseki_sec03 */
.jisseki_sec03{
	margin: 60px auto 0;
}

/* jisseki_sec04 */
.jisseki_sec04{
	margin: 60px auto 0;
}

/* jisseki_sec05 */
.jisseki_sec05{
	margin: 60px auto 75px;
}




/* company_mainvisual */
/* メインビジュアル */
.company_mainvisual{
	margin-top: 54px; 
  background-image: url("../img/company_mainvisual.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 200px;
}

/* company_sec01 */
.company_sec01{
	margin: 15px auto 0;
}
.common_sub_ttl{
	background-color:#C23616; 
	padding: 14px 24px 16px;
	margin: 30px 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
	display: inline-block;
}
.blue_line{
	width:72%;
	height:7px;
	margin-left:auto;
	background-color:#1E3799;
}
.company_sec01_wrap{
	margin-top: 34px;
}
.company_sec01_wrap p{
	letter-spacing: 0;
}
.daihyo_sign{
	font-size: 15px;
	line-height: 1.6;
	text-align: right;
	margin-top: 20px;
}
.daihyo_sign span.shamei{
	font-weight: 500;
	font-size: 16px;
	margin-left: 0;
	letter-spacing: 1px;
}
.daihyo_sign span{
	font-weight: 500;
	font-size: 18px;
	margin-left: 1em;
}

/* company_sec02 */
.company_sec02{
	margin: 65px auto 0;
}
.company_sec02_rinen_wrap{
	text-align: center;
}
.company_sec02_rinen{
	font-weight: 700;
	font-size: 21px;
	color: #1E3799;
	letter-spacing: 3px;
	border-bottom: 1px solid #1E3799;
	display: inline-block;
	margin: 60px 0;
}

/* company_sec03 */
.company_sec03{
	margin: 60px auto 0;
}
table.tbl_01{
	width: 100%;
	margin: 50px auto 15px;
}
table.tbl_01 th{
	width: 24%;
	background-color:#CED9E7;
	color: #282828;
	font-weight: 400;
	font-size: 15px;
	padding: 15px 5px;
	border: 2px solid #fff;	
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1.6;
}
table.tbl_01 td{
	width: 76%;
	font-size: 15px;
	padding: 15px 5px;
	border: 2px solid #CED9E7;	
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1.6;
}

/* company_sec04 */
.company_sec04{
	margin: 60px auto 0;
}
table.tbl_02{
	width: 100%;
	margin: 50px auto 15px;
}
table.tbl_02 th{
	width: 24%;
	background-color:#CED9E7;
	color: #1E3799;
	font-weight: 700;
	font-size: 15px;
	padding: 15px 10px;
	border: 2px solid #fff;	
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1.6;
}
table.tbl_02 td{
	width: 60%;
	font-size: 15px;
	padding: 15px 5px;
	border: 2px solid #CED9E7;	
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1.6;
}

/* company_sec05 */
.company_sec05{
	margin: 60px auto 0;
}
.gglmap{
	margin: 50px auto 30px;
	height: 600px;
}



/* recruit_mainvisual */
/* メインビジュアル */
.recruit_mainvisual{
	margin-top: 54px; 
  background-image: url("../img/recruit_mainvisual.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 15%;
  z-index: 1;
  overflow: hidden;
	height: 200px;
}

/* recruit_sec01 */
.recruit_sec01{
	margin: 0 auto;
}
.recruit_sec01_wrap{
	width: 100%;
	margin: 35px auto 0;
}
.recruit_sec01_left{
	width: 100%;
}
.recruit_sec01_left p{
	margin: 0;
	letter-spacing: 0;
}
.recruit_sec01_right{
	width: 100%;
	margin-top: 30px;
}

/* recruit_sec02 */
.recruit_sec02{
	margin: 75px auto 70px;
}
.recruit_sec02_cont,.recruit_sec04_cont{
	width: 100%;
	margin: 35px auto 0;
	font-weight: 700;
	font-size: 17px;
	line-height: 2;
	color:#1E3799;
	text-align: left;
}
.recruit_sec02_banner{
	width: 100%;
	margin: 35px auto 0px;
	background-color: #C24B16;
	border-radius: 30px;
	padding: 15px;
}
.recruit_sec02_banner_ttl{
	width: 80%;
	 margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 15px;
}
.recruit_line{
	width: 80%;
	height: 15px;
	background-image: url('../img/recruit_line_back.png');
  background-repeat: repeat-X;
  margin: 0 auto;
}
.recruit_sec02_banner p{
	margin: 15px 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

/* recruit_sec03 */
.recruit_sec03{
	margin: 65px auto 0;
}

/* recruit_sec04 */
.recruit_sec04{
	margin: 65px auto 0;
}
.recruit_cta_btn_wrap{
	width: 100%;
	
}
.recruit_cta_button {
	margin: 60px 0px 0;
}
.recruit_cta_button a{
	width: 100%;
  background-color: #C24B16;  
  padding: 15px 50px;
  border-radius: 100vh;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0;
  text-align: center !important;
  display: table;  
}
.recruit_cta_button a span{
	font-size: 18px !important;
  font-weight: 900;
  line-height: 1.4;
  color: #fff !important;
  display: table-cell !important;
  vertical-align: middle;
  text-align: left !important;	
}
.recruit_cta_button a:hover{
	opacity: 0.8;
	transition: opacity 0.2s linear; 
 }
.recruit_cta_button img {
  width: 40px;
  margin: 6px 6px 6px 0;
  display: table-cell;
  vertical-align: middle;
}

/* contact_mainvisual */
/* メインビジュアル */
.contact_mainvisual{
	margin-top: 54px; 
  background-image: url("../img/contact_mainvisual.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 0%;
  z-index: 1;
  overflow: hidden;
	height: 200px;
}
/* contact_sec01 */
.contact_sec01{
	max-width:100%;
	background-image: url("../img/common_sec01_back.png");
	background-repeat: no-repeat;
   -webkit-background-size: absolute;
   background-size: absolute;
	background-position:right 19vw top 0;
  z-index: 0;
  overflow: hidden;
}

/* contact_sec01 */
.contact_sec01{
	margin: 20px auto 0;
}
.contact_sec01_txt01{
	line-height: 1.6;
	text-align: left;
	margin: 0;
}
.contact_sec01_border{
	width: 100%;
	margin: 30px auto 0;
	border: 4px solid #1E3799;
	border-radius: 20px;
	padding: 10px 15px;
}
.contact_sec01_ttl{
	font-size: 17px;
	font-weight: 700;
	color: #1E3799;
	line-height: 1.2;
	border-bottom: 2px solid #1E3799;
	text-align: center;
	padding-bottom: 12px;
}
.contact_sec01_wrap{
	width: 100%;
	margin: 10px auto 10px;
	text-align: center;
}
.contact_sec01_cta01{
	font-size: 15px;
	line-height: 1;
  color: #1E3799;
  font-weight: 700;
  vertical-align: middle;
}
.contact_sec01_cta02 {
	margin-top: 10px;
}
.contact_sec01_cta02 a{
	font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: #1E3799;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.contact_sec01_cta02 a img {
  width: 40px;
  margin: 0px 10px 5px 0;
  vertical-align: middle;
}
.contact_sec01_cta02 a:hover{
	opacity: 0.8;
	transition: opacity 0.2s linear;
}
.contact_sec01_txt02{
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}
.contact_sec02{
	margin: 30px auto 0;
}
.contact_sec02 table{
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}
.contact_sec02 th{
	width: 100%;
	background-color:#CED9E7;
	color: #282828;
	font-weight: 400;
	padding: 1em;
	vertical-align: middle;
	display: block;
}
.contact_sec02 td{
	width: 100%;
	padding: 1em 1.25em;
	border: 2px solid #CED9E7;	
	vertical-align: middle;
	display: block;
}
.contactform td.komoku{
	line-height: 2.5;
}
.contact_privacy_ttl{
	width: 100%;
	margin: 30px auto 20px;
	font-size: 17px;
	font-weight: 700;
	color:#1E3799;
	line-height: 1.2;
	letter-spacing: 1px;
	border-bottom: 2px solid #1E3799;
	padding-bottom: 10px;
}

.rule{
	width: 100%;
	margin: 0 auto;
	height: 196px;
	padding: 0 10px;
	border: 1px solid #1E3799;
	box-sizing: border-box;
	margin-top: 20px;
	overflow-y: scroll;	
	font-size: 14px;
	line-height: 1.6;
}
.rule b{
	font-size: 15px;
	display: block;
}
.rule span.indent-1{
	padding-left:1em;
	text-indent:-1em;
	display: block;
}

.contact_privacy{
	text-align: center;
	margin: 40px 0;
	font-size: 15px;
}
.contact_sec01 h5{
	font-size: 16px;
	font-weight: 700;
	color:#1E3799;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}
.contact_sec01_confirm_ttl{
	font-size: 22px;
	font-weight: 700;
	color: #1E3799;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.thanks_txt{
	text-align: center;
}

.required{
	font-family: 'Noto Sans JP', sans-serif;
  font-size:13px;
  padding: 2px 10px;
  background:#DB3131;
  color: #fff;
  margin-right: 1em; 
}
.contactform td p.fot30,.contactform th p.fot30{
	font-size: 14px;
}

.frm_button_wrp{
	width: 100%;
	text-align: center;
	margin: 40px 0 70px;
}
.frm_button_wrp02{
	width: 100%;
	text-align: center;
	margin: 40px 0 70px;
}
.frm_button{
color:#fff;
font-weight: 900;
font-size: 18px;
background-color:#70A824;
padding: 20px 30px;
margin: 0 auto;
display: inline-block;
border-radius: 100vh;
text-decoration: none;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
position: relative;
margin: 0 5px;
}
.frm_button:hover{
	color: #fff;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
.frm_button02{
color:#fff;
font-weight: 900;
font-size: 18px;
background-color:#70A824;
padding: 20px 30px;
margin: 0 auto;
display: inline-block;
border-radius: 100vh;
text-decoration: none;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
position: relative;
margin: 0 5px;
}
.frm_button02:hover{
opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
.thx_button a{
width: 60%;
color:#fff;
font-weight: 900;
font-size: 18px;
background-color:#1E3799;
padding: 13px 20px;
margin: 0 auto;
display: inline-block;
border-radius: 100vh;
text-decoration: none;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
position: relative;
margin: 0 5px;

}
.thx_button:hover{
	color: #fff;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
.arrow02 i{
	position: absolute;
  top:50%;
	transform:translateY(-50%);
	left:10px; 
	color: #fff;
	font-size:30px;
}

.wpcf7-spinner{
	display: none!important;
}
.use_icon{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.contactform input[type="text"],.contactform input[type="email"],.contactform input[type="tel"],
.contactform textarea{
  width: 100%;
  padding: 14px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 14px;
}
select{
  width: 30%;
  padding: 14px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 14px;
}

.contactform input[type="date"]{
	width: 100%;
  padding: 16px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08)!important;
	font-size: 16px;
}

.date_ttl{
	font-size: 22px;
}

.contact_sec01 p.error_messe{
	 color:#DB3131;
}




/* footer01 */
.footer01{
	max-width:100%;
	margin: 0;
	background-color: #1E3799;
	padding: 18px 0;
}
.foot_logo img{
	width: 334px;

}
.foot_logo{
	width: 100%;
		padding-bottom: 15px;
	border-bottom: 5px solid #fff;
	margin-bottom: 20px;
	text-align: center;
}
.foot_address{
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 0;
}
.foot_address a{
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
.foot_wrp{
	width:100%;
	display: block;
	margin: 25px auto;
}
.foot_wrp ul{
	width:100%;
	margin: 0 ;
}
.foot_wrp ul li{
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	display:inline-block; 
	margin-right: 30px;
}
.foot_wrp ul li:before{
	font-family: "Material Icons";
	content: "\e5e1";
	color: #fff;
	margin-right: 0.25em;
	vertical-align: middle;
}
.foot_wrp ul li a{
	text-decoration: none;
	color:#fff;
}
.foot_wrp ul li.foot_ttl{
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-top: 15px;
}
.foot_wrp ul li.foot_ttl:before{
	content: none;
}
.footer_copyright{
	width:100%;
	background-color: #1E3799;
	display: block;
	font-weight: 400;
	font-size: 9px;
	color:#fff;
	padding: 10px;
	text-align:center;
	letter-spacing: 0px;
	margin: 0;
}
.anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}


/*トップへ戻るボタン*/
.page_top {
	position: fixed;
	bottom: 0;
	right: 20px;
	padding-bottom: 20px;
	z-index: 1000;

}
body {
  position: relative;/*トップへ戻るボタンに必要な様です*/

}
