@charset "UTF-8";
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Zen Old Mincho", serif!important;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	letter-spacing: normal;
	width: 100%;
	overflow-x: hidden;
	line-height: 1.7!important;
}

body a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

#move_header{
	display:none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #FF716E;
}

#move-page-top{
   color:#ccc;
   text-decoration:none;
   display:block;
   cursor:pointer;
}

.grecaptcha-badge { visibility: hidden; }

.tb_none{
	display: none;
}

.no_br{
	display: none;
}

.sp_none{
	display: none;
}

.first_img_sp{
	display: none;
}

.slash{
	width:100%;
	height:0px;
    position:relative;
    clear:both;
}

.link_anc{
	margin-top: -110px;
	padding-top: 110px;
}



/*==========================================================================
= header
========================================================================== */

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 888;
	background-color: #fff;
	padding: 15px 0px;
}

.header_container{
	width: 100%;
	max-width: 90vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo{
	max-width: 180px;
	font-size: 0;
}

.header_nav{
	display: flex;
}

.header_key{
	padding: 10px 20px;
}

/*==========================================================================
= all
========================================================================== */

.main_container{
	width: 100%;
	max-width: 90vw;
	margin: 0 auto;
}

.first_view{
	max-width: 94%;
	padding-top: 81px;
	margin: auto;
}

.first_view img{
	border-radius: 30px;
	font-size: 0;
}


/*==========================================================================
= 001
========================================================================== */

.sec_001{
	padding: 50px 0px;
}

.lr_container{
	
}

.container_rvs{
	flex-direction: row-reverse;
}

.lr_main_content{
	
}

.main_subtitle{
	color: #9B9260;
	margin-bottom: 20px;
}

.main_title{
	font-size: 28px;
	margin-bottom: 30px;
}

.main_text{
	line-height: 2;
}

.main_001img{
	width: 77%;
	border-radius: 30px;
	font-size: 0;
	overflow: hidden;
	margin-top: 40px;
}

.about_img{
	width: 46%;
        margin-left: auto;
        margin-top: 30px;
}

.about_img img{
	border-radius: 30px;
	font-size: 0;
}



/*==========================================================================
= 002
========================================================================== */

.sec_002{
	padding: 70px 0px;
	background-color: #F2F0ED;
}

.service_img{
	width: 100%;
	margin-bottom: 30px;
}

.service_img img{
	border-radius: 30px;
	font-size: 0;
}

.service_content{
	width: 100%;
}

.service_detail_line{
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #ddd;
}

.service_detail_text{
	margin-bottom: 40px;
}

.service_detail_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service_detail1{
	width: 100%;
	background-color: #fff;
	padding: 25px 40px;
	border-radius: 40px;
	margin-bottom: 15px;
	position: relative;
    display: inline-block;
    padding-left: 75px;
}

.service_detail1::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: url("../images/main/main_icon001.webp") no-repeat;
        background-size: contain;
        top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }

.service_detail2{
	width: 49%;
	background-color: #fff;
	padding: 25px 40px;
	border-radius: 40px;
	margin-bottom: 15px;
	position: relative;
    display: inline-block;
    padding-left: 75px;
}

.service_detail2::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: url("../images/main/main_icon001.webp") no-repeat;
        background-size: contain;
        top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }

.service_detail2 span{
	font-size: 12px;
}

.service_point_title{
	font-size: 28px;
	text-align: center;
	margin-top: 70px;
}

.service_point_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.service_point{
	border-radius: 20px;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
}

.service_point_img img{
	font-size: 0;
	border-radius: 20px;
}

.service_point_catch{
	font-size: 21px;
	margin-top: 15px;
}

.service_point_line{
	width: 50px;
	margin: 15px auto;
	border-top: solid 1px #ccc;
}

.service_point_text{
	line-height: 2;
	margin-bottom: 20px;
}

.service_add_container{
	margin-top: 60px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.service_add{
	min-height: 200px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.bg_01{
	background-color: #DBE5F4;
	width: 48%;
}

.bg_02{
	background:url("../images/main/main_img008.webp");
	background-size: cover;
	width: 48%;
}

.bg_03{
	background:url("../images/main/main_img009.webp");
	background-size: cover;
	width: 100%;
}

.service_add_title{
	color: #9B9260;
	margin-bottom: 20px;
}

.service_add_text{
	font-size: 24px;
}

.service_add_contact{
	font-size: 24px;
	position: absolute;
	z-index: 15;
	width: 100%;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.service_add_icon{
	width: 50px;
	font-size: 0;
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 10;
}


/*==========================================================================
= 003
========================================================================== */

.sec_003{
	padding: 70px 0px;
}

.bg_g{
	background-color: #F2F0ED;
}

.trance_point{
	background-color: #DBE5F4;
	border-radius: 30px;
	margin-top: 60px;
	padding: 30px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trance_point_icon{
	font-size: 21px;
	position: relative;
    display: inline-block;
    padding-left: 70px;
}

.trance_point_icon::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background: url("../images/main/main_icon008.webp") no-repeat;
        background-size: contain;
        left: 0;
    }

.trance_point_kome{
	font-size: 14px;
	text-align: right;
}

.trance_point_right{
	display: flex;
}

.trance_point_corp{
	margin-left: 40px;
	font-size: 0;
}
.trance_point_corp img{
	max-height: 40px;
}

/*==========================================================================
= 004
========================================================================== */

.sec_004{
	padding: 110px 0px;
	background: url("../images/main/main_img015.webp");
	background-size: cover;
}

.company_content{
	max-width: 1200px;
        margin: auto;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, .9);
        border-radius: 30px;
        padding: 30px 60px;
}

.company_container{
	display: flex;
	justify-content: space-between;
}

.company_subtitle{
	color: #9B9260;
	margin-bottom: 5px;
}

.company_title{
	font-size: 34px;
}

.company_table_block{
	width: 55%;
}

.company_table{
	width: 100%;
}

.company_table th{
	padding: 10px 0px;
	text-align: left;
	width: 30%;
}

.company_table td{
	padding: 10px 0px;
	width: 70%;
}



/*==========================================================================
= 005
========================================================================== */

.sec_005{
	padding: 70px 0px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(242, 240, 237, 1));
}

.recruit_main{
	border-radius: 30px;
	overflow: hidden;
	background: url("../images/main/main_img016.webp");
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 800px;
}

.recruit_main_content{
	width: 90%;
	position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.recruit_main_title{
	font-size: 72px;
	color: #fff;
}

.recruit_comingsoon_text{
	font-size: 24px;
	color: #fff;
}

.recruit_main_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recruit_main_type{
	display: flex;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, .7);
	padding: 10px 40px;
	border-radius: 25px;
}

.recruit_main_job{
	padding: 12px 30px;
	background-color: #fff;
	border-radius: 40px;
	margin: 0px 10px;
}

.recruit_main_line{
	padding: 12px 30px;
	background-color: #fff;
	border-radius: 40px;
}

.recruit_job_type{
	margin-top: 70px;
}

.recruit_job_container{
	background-color: #fff;
	border-radius: 30px;
	margin-top: 30px;
	
	height: 400px;
}



/*==========================================================================
= 006
========================================================================== */

.sec_006{
	padding: 70px 0px;
}

.contact_container{
	background-color: #2E4A78;
	border-radius: 30px;
	overflow: hidden;
	margin: auto;
}

.contact_form_container{
	padding: 60px 40px;
	box-sizing: border-box;
	color: #fff;
}

.contact_btn_container{
	min-height: 350px;
	box-sizing: border-box;
	background: url("../images/main/main_img017.webp");
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.contact_btn_block{
	max-width: 540px;
	border-radius: 30px;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	bottom: 30px;
	left: 30px;
	background-color: rgba(255, 255, 255, .9);
}

.contact_btn{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact_btn_icon{
	width: 60px;
	margin-right: 10px;
	font-size: 0;
}

.contact_btn_text{
	font-size: 21px;
	line-height: 1.2;
}

.contact_phone{
	font-size: 14px;
}

.contact_btm_text{
	margin-top: 30px;
	line-height: 2;
}

.contact_form_text{
	margin: 30px 0px;
}

.contact_form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact_form_block{
	width: 48%;
	margin-bottom: 20px;
}

.contact_form_block input{
	width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    border: none;
    margin-top: 7px;
	font-size: 16px;
}

.contact_form_block2 textarea{
	width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    border: none;
    margin-top: 7px;
	font-size: 16px;
}

.contact_form_block2{
	width: 100%;
	margin-bottom: 20px;
}

.form_submit input{
	width: 140px;
	padding: 10px 0px;
	text-align: center;
	background-color: #DBE5F3;
	border-radius: 30px;
	border: none;
} 

/*==========================================================================
= footer
========================================================================== */

footer{
	background-color: #2E4A78;
	color: #fff;
	padding: 50px 40px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.footer_logo{
	width: 110px;
	margin: auto;
	margin-bottom: 10px;
}

.footer_text{
	text-align: center;
}

.footer_btm{
	border-top: solid 1px #fff;
	padding-top: 40px;
	margin-top: 60px;
	position: relative;
}

.footer_copy{
	text-align: center;
	font-size: 12px;
}

.footer_sns_block{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

.footer_sns{
	width: 25px;
	margin: 0px 7px;
}



