@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap" rel="stylesheet');

/*--------------------------------------

Common

---------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
	overflow-x: hidden;
	width: 100%;
}

body{
	font-family: "Zen Kaku Gothic New", serif;
	font-weight:400;
	
	background-color: #fff;
	word-break: break-all;
	overflow-x: hidden;
	width: 100%;
}

img{
	max-width: 100%;
	max-height: 100%;
}

p{
	line-height: 2.0;
	padding-top: 0;
	margin-top: 0;
}

u{
	text-decoration-thickness:1px;
}


.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.kaigyou{
	display: none;
}
.row{
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1350px){
.row{
	width: 90%;
}
}


.sp{display: none;}
.pc{display: block;}
@media screen and (max-width: 640px){
.text_center.text_left_sp{
	text-align: left;
}
.kaigyou{
	display: block;
}
.sp{display: block;}
.pc{display: none;}
}





/*midashi_box
---------------------------------------*/
.midashi_box{
	position: relative;
	padding-left: 50px;
	padding-bottom: 100px;
	margin-bottom: 80px;
}
.midashi_box .midashi_img{
	position: absolute;
	right:-40px;
	top: 20px;
}
.midashi_box p{
	width: 60%;
}
.H2_title{
	font-size: 34px;
	font-weight: 600;
	background-image: url("../img/service/page_line.svg");
	background-repeat: repeat-y;
	background-position: 40px top;
	padding-top: 180px;
	margin-bottom: 40px;
}
.H2_title .t{
	padding-top: 20px;
	background-color: #FFF;
	border-bottom: 1px solid #000;
	width: max-content;
	display: inline-block;
	line-height: 1;
}
.midashi_box p{
	font-size: 22px;
}

@media screen and (max-width: 1350px){
.midashi_box .midashi_img{
	max-width: 44%;
}
}

@media screen and (max-width: 640px){
.midashi_box{
	padding-left: 5%;
	padding-bottom: 20%;
	margin-bottom: 5%;
}
.midashi_box p{
	width: 100%;
}
}




/*padding
---------------------------------------*/
.pt0{padding-top:0px!important;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}
.pb0{padding-bottom:0px!important;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}
.mt0{margin-top:0px!important;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb0{margin-bottom:0px!important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb200{margin-bottom:200px;}
.mb300{margin-bottom:300px;}




/*kakumaru
---------------------------------------*/
.kakumaru_leftdown{
	border-bottom-left-radius:40px;
	padding-bottom: 100px;
	z-index: 1;
	position: relative;
	background-color: #FFF;
}
.kakumaru_rightup{
	border-top-right-radius:40px;
	margin-top: -100px;
	padding-top: 100px;
	z-index: 1;
	position: relative;
	background-color: #FFF;
}


@media screen and (max-width: 640px){
.kakumaru_rightup{
	padding-top: 70px;
}
}

/*--------------------------------------

Header

---------------------------------------*/
#Header{
	position: absolute;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
	top: 20px;
}
#Header .logo{
	position: relative;
	width: auto;
}
@media screen and (max-width: 640px){
#Header{
	padding-left: 5%;
	top: 10px;
}
#Header .logo img{
	width: auto;
	height: 50px;
}
}




/*idGmenu
---------------------------------------*/
#Header #idGmenu{
	position: absolute;
	right: 0;
	top:0;
}
#Header #idGmenu nav{
	display: flex;
	justify-content: flex-end;
}
#Header #idGmenu .Gmenu_ul{
	display: flex;
}
#Header #idGmenu .Gmenu_ul li a{
	text-decoration: none;
	line-height: 1;
	display: block;
	padding: 40px 10px 10px 10px;
	font-size: 24px;
	text-decoration: none;
	background-position: center 5px;
	background-repeat: no-repeat;
	border-right:1px dashed #EEE;
	transition-duration: 0.2s;
	transition-delay: 0.01s;
}
#Header #idGmenu .Gmenu_ul li:last-child a{
	border-right:0px;
	margin-right: 15px;
}

#Header #idGmenu .Gmenu_ul li:nth-child(1) a{
	background-image: url("../img/service/head_icon_01.svg");
}
#Header #idGmenu .Gmenu_ul li:nth-child(2) a{
	background-image: url("../img/service/head_icon_02.svg");
}
#Header #idGmenu .Gmenu_ul li:nth-child(3) a{
	background-image: url("../img/service/head_icon_03.svg");
}
#Header #idGmenu .Gmenu_ul li:nth-child(4) a{
	background-image: url("../img/service/head_icon_04.svg");
}
#Header #idGmenu .Gmenu_ul li:nth-child(5) a{
	background-image: url("../img/service/head_icon_05.svg");
}
#Header #idGmenu .Gmenu_ul li a:hover{
	background-position: center top;
}

#Header #idGmenu .head_recruit{
	margin-top: -20px;
}
#Header #idGmenu .head_recruit a{
	font-size: 20px;
	background-color: #00D6B2;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 38px 22px;
	font-weight: 500;
	border-radius: 0 0 0 30px;
	text-align: center;
}
#Header #idGmenu .head_recruit a:hover{
	background-color: #008A4F;
}



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

#Header #idGmenu{
	position:static;
	right: auto;
	top:0;
}
#Header #idGmenu nav{
	display: block;
}
#Header #idGmenu .Gmenu_ul{
	display: flex;
	flex: 1;
	position: absolute;
	top:93vh; 
	right: 0;
	width: 90%;
	background-color: #FFF;
	border-radius: 20px 0 0 0;
}
#Header #idGmenu .Gmenu_ul li{
	width: 20%;
}
#Header #idGmenu .Gmenu_ul li a{
	margin: 10px 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
	font-size: 5.3vw;
}
#Header #idGmenu .head_recruit{
	margin-top: -20px;
	position: absolute;
	top: 0;
	right: 0;
}

}

@media screen and (max-width: 640px){
#Header #idGmenu .head_recruit a{
	padding: 25px 10px;
	font-size: 16px;
	word-break: keep-all;
}
}



/*--------------------------------------

Main

---------------------------------------*/
.main_visual{
	padding-top: 110px;
	box-sizing: border-box;
	height: 100vh;
	width: calc(100% - 50px);
	margin-left: 50px;
	position: relative;
}
.main_visual .catchtext{
	position: absolute;
	left: 0;
	bottom: 10%;
}
.main_visual .catchtext p{
	background-color: #FFF;
	line-height: 1;
	font-size: 42px;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: max-content;
}
.main_visual .catchtext p:last-child{
	margin-bottom: 0px;
}
.main_visual .slider{
	position: relative;
	height: calc(100vh - 110px);
	overflow: hidden;
	border-radius: 30px 0 0 0;
}
.main_visual .slider img,
.main_visual .slider picture source img{
	height: calc(100vh + 300px);
	width: 100%;
	object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@media screen and (max-width: 1350px){
.main_visual .slider img,
.main_visual .slider picture source img{
    width: 100%;
    height: 100vh;
}
}


@media screen and (max-width: 640px){
.main_visual .slider{
	height: calc(100vh - 75px);
}
.main_visual{
	padding-top: 75px;
	width: calc(100% - 5%);
	margin-left: 5%;
}
.main_visual .catchtext p{
	font-size: 6vw;
}
.main_visual .slider img,
.main_visual .slider picture source img{
    width: 100vw;
}


}





/*--------------------------------------

feature

---------------------------------------*/
#feature{
}

#feature .H2_title{
	font-size: 50px;
	padding-top: 350px;
}
#feature .H2_title .minitext{
	font-size: 60%;
	margin-bottom: 0;
	padding-bottom: 0;
}
#feature .midashi_box{
	padding-bottom: 200px;
}

#feature .feature_li dl{
	position: relative;
}
#feature .feature_li dt{
	position: absolute;
	left: 20px;
	top:-30px;
	background-color: #FFEF61;
	color: #008A4F;
	border-radius: 50%;
	font-size: 83px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	width: 100px;
	height: 100px;
}
#feature .feature_li dt .minitext{
	font-size: 20%;
	display: block;
	margin-top: 10px;
	margin-bottom: -10px;
	font-weight: 500;
}
#feature .feature_li dd.ttl{
	margin-left: 130px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
#feature .feature_li li{
	margin-bottom: 70px;
}
#feature .feature_li li:last-child{
	margin-bottom: 3%;
}
#feature .feature_li dd.photo img{
	border-radius:0 40px 0 0 ;
}


#feature .photoGallery{
	display: flex;
}
#feature .photoGallery li{
	width: 32%;
	margin-right: 3%;
}
#feature .photoGallery li:last-child{
	margin-right: 0;
}
#feature .photoGallery li img{
	border-radius:0 0 0 40px;
}

@media screen and (max-width: 850px){
#feature .midashi_box .kaigyou{
	display: block;
}
}

@media screen and (max-width: 640px){
#feature .midashi_box{
	padding-bottom: 10%;
}
#feature .H2_title{
	padding-top: 70%;
	font-size: 12vw;
}
#feature .midashi_box .midashi_img{
	right:-5%;
	top: 2%;
	max-width: 50%;
}

#feature .feature_li dl{
	margin-left: -5.5%;
}
#feature .photoGallery{
	display: block;
	margin-right: -5.5%;
}
#feature .photoGallery li{
	width: 100%;
	margin-right: 0;
	margin-top: 5%;
}

}


/*--------------------------------------

LINE

---------------------------------------*/
#LINE{
	background-color: #00B900;
	position: relative;
	top: -50px;
	padding: 150px 0 120px 0;
	z-index: 0;
}

#LINE .linewaku{
	width: 1000px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#LINE .linewaku dl{
	color: #FFF;
	width: 55%;
}
#LINE .linewaku dl dt{
	font-weight: 700;
	font-size: 52px;
	line-height: 1;
	margin-bottom: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url("../img/service/icon_line.svg");
	padding-left: 100px;
	letter-spacing: -0.08em;
}
#LINE .linewaku dl dt .minitext{
	font-size: 50%;
	margin-top: -20px;
	display: block;
	letter-spacing:0em;
}
#LINE .linewaku dl dd{
	font-size:20px;
	font-weight: 500;
}
#LINE .linewaku .linelink{
	width: 45%;
	box-sizing: border-box;
	margin-left: 5%;
	margin-top: -2%;
}
#LINE .linewaku .linelink a{
	display: block;
	background-color: #FFF;
	color: #00B900;
	font-size: 30px;
	text-decoration: none;
	letter-spacing:0.1em;
	border-radius:40px;
	padding: 10px 50px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position:  10px center;
	background-image:url("../img/service/line_arrow.svg");
	box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
}
#LINE .linewaku .linelink a:hover{
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
	margin-top: 10px;
}

@media screen and (max-width: 1100px){
#LINE .linewaku{
	width: 90%;
}
#LINE .linewaku{
	display: block;
}
#LINE .linewaku dl{
	width: 100%;
	margin-bottom: 1em;
}
#LINE .linewaku dl dt{
	font-size: 9.5vw;
	background-size: auto 100%;
	padding-left: 17vw;
}
#LINE .linewaku .linelink{
	width: 100%;
	margin-left: 0%;
	margin-top: 0%;
}
#LINE .linewaku dl dd{
	font-size: 5.5vw;
}
}



/*--------------------------------------

guide

---------------------------------------*/
#guide{}
.guide_li{
	display: flex;
}
.guide_li li{
	width: 32%;
	margin-right: 3%;
}
.guide_li li:last-child{
	margin-right: 0;
}
.guide_li li dt img{
	border-radius:0 40px 0 0 ;	
}
.guide_li li dd.ttl{
	font-weight: 500;
	font-size: 28px;
	padding:15px 0;
}

@media screen and (max-width: 640px){
.guide_li{
	display: block;
}
.guide_li li{
	width: 100%;
	margin-right: 0;
	margin-top: 5%;
}
.guide_li li dt{
	margin-left: -6%;
	width: calc(100% + 6%);
}


}



/*--------------------------------------

Contact

---------------------------------------*/
.Contact{
	position: relative;
	top: -50px;
	padding: 0 0 120px 0;
	z-index: 0;
	background-image:url("../img/service/contact_back.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
}
.Contact dl{
	position: relative;
	z-index: 1;
}
.Contact dl dt{
	padding-top: 160px;
	background-image:url("../img/service/page_line.svg");
	background-position: center -150px;
	background-repeat: no-repeat;
	font-weight: 700;
	font-size: 34px;
	border-bottom: 1px solid #FFF;
	display: inline-block;
	color: #FFF;
	margin-bottom: 1.5em;
}
.Contact dl dd{
	color: #FFF;
	font-weight: 500;	
}
.Contact dt a{
	text-decoration: none;
}
.Contact a{
	color: #FFF;
}

.Contact .contactlink{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.Contact .contactlink li{
	margin-right: 1%;
}
.Contact .contactlink li:last-child{
	margin-right: 0;
}
.Contact .contactlink a{
	display: block;
	background-color: #FFF;
	color: #008A4F;
	font-size: 22px;
	text-decoration: none;
	border-radius:40px;
	padding: 10px 80px 14px 80px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
	margin-top: 0;
}
.Contact .contactlink a:hover{
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
	margin-top: 5px;
	margin-bottom: -5px;
}
.Contact .contactlink a.tel{
	font-size: 26px;
	padding: 8px 80px 12px 80px;
}

.Contact .contact_img{
	position: absolute;
	z-index: 0;
	bottom: 0;
	margin-left: 300px;
}


@media screen and (max-width: 1350px){
.Contact .contactlink{
	display: block;
	margin: 5% 8% 0 8%;
}
.Contact .contactlink li{
	margin-right: 0;
	margin-bottom: 3%;
}
.Contact .contactlink a{
	padding: 15px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.Contact .contactlink a.tel{
	padding: 15px 0 20px 0;
}
.Contact .contactlink a:hover{
	margin-top: 0;
	margin-bottom: 0;
}
.Contact dl{
	margin: 0 8% 0 8%;
}
.Contact dl dt{
	margin-bottom: 5%;
}
.Contact .contact_img{
	bottom: 0;
	margin-left: 0;
	right: -5%;
	width: 30%;
}
}
@media screen and (max-width: 640px){
.Contact .contact_img{
	bottom: 230px;
	right: 10px;
	width: 30%;
}
.Contact .contactlink a{
	width: 100%;
}
.Contact dl dd{
	width: 65%;
	text-align: left;
}
}
@media screen and (max-width: 440px){
.Contact .contact_img{
	bottom: 250px;
	width: 30%;
	right: 13px;
}
}


/*--------------------------------------

charge

---------------------------------------*/
#charge .midashi_box{
	margin-bottom: -40px;
}
#charge .midashi_box .midashi_img{
	right:40px;
}

#charge .row2{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#charge .ryoukin_box{
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 100px;
}
#charge .ryoukin_box .ryoukin_ttl{
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("../img/service/icon_open.svg");
}
#charge .ryoukin_box .ryoukin_ttl.active{
	background-image: url("../img/service/icon_close.svg");
}
#charge .ryoukin_box .ryoukin_ttl h2{
	color:#008A4F;
	font-size: 26px;
	padding-top: 130px;
	font-weight: 500;
}
#charge .ryoukin_box p{
}
#charge .ryoukin_box .ryoukin_ttl h2 .minitext{
	font-size: 50%;
}
#charge .ryoukin_box .ryoukin_ttl.active h2{
	color: #000;
}
#charge .ryoukin_box .ryoukin_ttl.active h2 .minitext{
	display: none;
}


#charge table{
	width: 100%;
	line-height: 1;
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
	table-layout: fixed;
	border-collapse: collapse;
}
#charge table caption{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
#charge table th,
#charge table td{
	padding: 15px 10px;
	border-bottom: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#charge table td{
	text-align: right;
}
#charge table .th_h{
	color: #FFF;
	text-align: center;
	background-color: #008A4F;
}

#charge table .th_l{
	text-align: center;
	background-color: #FFFFC5;
}

#charge .charge_tyui li{
	text-align: left;
	margin-bottom: 1em;
}
#charge .charge_tyui li::before {
	content: "●";
	color: #008A4F;
	margin-right: 8px;
}


#charge .contactbutton{
	text-align: center;
	margin-top: 6%;
}
#charge .contactbutton a{
	display: inline-block;
	background-color: #008A4F;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	border-radius:60px;
	padding: 15px 40px 20px 40px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
	margin-top: 0;
}
#charge .contactbutton a:hover{
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
	margin-top: 5px;
	margin-bottom: -5px;
}
#charge .contactbutton a img{
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -6px;
}


#charge .box {
	cursor: pointer;
}
#charge .content {
	display: none;
}

@media screen and (max-width: 1350px){
#charge .ryoukin_box .ryoukin_ttl h2{
	padding-top: 10%;
}
}
@media screen and (max-width: 900px){
#charge .row2{
	width: 100%;
}
#charge .ryoukin_box .ryoukin_ttl{
	width: 112%;
	margin-left: -6%;
	background-image: url("../img/service/icon_open_sp.svg");
}
#charge .ryoukin_box .ryoukin_ttl.active{
	background-image: url("../img/service/icon_close_sp.svg");
}
#charge .ryoukin_box .ryoukin_ttl h2{
	font-size: 7vw;
	padding-top: 30%;
}
#charge .ryoukin_box .ryoukin_ttl h2 .minitext{
	display: block;
}
}

@media screen and (max-width: 640px){
#charge table.freee{
	table-layout:auto;
}
#charge .contactbutton a{
	font-size: 4vw;
	padding: 20px 20px 20px 20px;
	width: 100%;
}
#charge .contactbutton a img{
	margin-right: 1%;
}
#charge .midashi_box .midashi_img{
	right:-8%;
	top: 150px;
}

}


/*--------------------------------------

vacant

---------------------------------------*/
#vacant .row{
	position: relative;
}

#vacant .midashi_box .midashi_img{
	right:40px;
}

#vacant .midashi_box{
	margin-bottom: -50px;
}

#vacant .vacant_pdf{
	background-color: #FFF;
	z-index: 1;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
#vacant .vacant_pdf .none{
	display: none;
}
#vacant .vacant_pdf .pdfemb-viewer{
	border: 1px solid  #EEE;
	width: auto!important;
	margin-bottom: 5%;
}
#vacant .vacant_pdf .pdfemb-viewer div,{
	width: 100%!important;
}
#vacant .vacant_pdf .pdfemb-viewer:last-child{
	margin-right: 0px;	
	margin-bottom: 0;
}

@media screen and (max-width: 1150px){
#vacant .vacant_pdf{
	display: block;
	width: 100%;
}
}
@media screen and (max-width: 640px){
#vacant .midashi_box .midashi_img{
	right:0;
	top: 110px;
}
}





/*--------------------------------------

flow

---------------------------------------*/
#flow{}
#flow .flow_box{
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
#flow .flow_box:last-child{
	margin-bottom: 0;
}
#flow .flow_box .box_r{
	width: 55%;
}
#flow .flow_box .box_r img{
	width: 100%;
}
#flow .flow_box .box_l{
	width: 40%;
	margin-right: 5%;
}
#flow .flow_box .box_l dl{
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}
#flow .flow_box .box_l dl dt{
	line-height: 1;
	font-size: 200px;
	letter-spacing: -0.04em;
	color: #008A4F;
	font-weight: 300;
}
#flow .flow_box .box_l dl dd{
	font-size: 26px;
	font-weight: 500;
	margin-left: 10px;
	line-height: 1;
	margin-bottom: 10px;
}

#flow .flow_box .box_l.arrow dl dt{
	background-position: 70px top;
	background-repeat: no-repeat;
	background-image:url("../img/service/sub5_arrow.svg");
}
#flow .flow_box .box_l{}


#flow a.mail{
	display: inline-block;
	background-color: #008A4F;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	border-radius:60px;
	padding: 15px 40px 20px 40px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
	margin-top: 0;
	width: 100%;
	background-image: url("../img/service/icon_mail.svg");
	background-position: 15px center;
	background-repeat: no-repeat;
}
#flow a.mail:hover{
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
	border-top:5px #FFF solid;
	margin-bottom: 14.5px;
}


#flow a.tel{
	display: inline-block;
	background-color: #fff;
	border: 2px solid #008A4F;
	color: #008A4F;
	font-size: 36px;
	text-decoration: none;
	border-radius:60px;
	padding: 0px 40px 10px 40px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
	margin-top: 0;
	width: 100%;
	background-image: url("../img/service/contact_icon_tell.svg");
	background-position: 15px center;
	background-repeat: no-repeat;
}
#flow a.tel:hover{
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
	margin-top:18px;
	margin-bottom: 1px;
}
#flow a.tel .minitext{
	font-size: 45%;
	color: #000;
	font-weight: 400;
}

@media screen and (max-width: 1350px){
#flow .flow_box .box_l dl dt{
	font-size: 15vw;
}
#flow .flow_box .box_l dl dd{
	font-size: 2.1vw;
}
#flow .flow_box .box_l.arrow dl dt{
	background-position: 55% top;
}
}

@media screen and (max-width: 640px){
#flow .flow_box{
	display: block;
}
#flow .flow_box .box_r{
	width: 100%;
}
#flow .flow_box .box_l{
	width: 100%;
}
#flow .flow_box .box_l dl dt{
	font-size: 30vw;
}
#flow .flow_box .box_l dl dd{
	font-size: 5vw;
}
}






/*--------------------------------------

map

---------------------------------------*/
.map iframe{
	border-radius:0 40px 0 0;	
}




/*--------------------------------------

Footer

---------------------------------------*/
#Footer{
	margin-top: 50px;
}

#BottomInformation{
	display: flex;
	width: 100%;
	align-items: center;
}
#BottomInformation .footer_link{
	width: 70%;
	box-sizing: border-box;
	padding-left: 5%;
}
#BottomInformation .footer_link ul{
	display: flex;
}
#BottomInformation .footer_link li{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #eee;
	margin-bottom: 1em;
}
#BottomInformation .footer_link li:last-child{
	border-right: 0px;
}
#BottomInformation .footer_link li a{
	text-decoration: none;
}

#BottomInformation dl{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 35%;
	border-right: 1px #EEE solid;
	padding-right: 5%;
}
#BottomInformation dl dt{
	margin-right: 30px;
}
#BottomInformation dl dd{
	font-size: 14px;
	line-height: 1.6;
}
.copy{
	margin-top: 50px;
	border-top: 1px #EEE solid;
	line-height: 1;
	padding: 10px;

}



@media screen and (max-width: 1350px){
#BottomInformation dl{
	display: flex;
	width: 100%;
	padding-right: 0;
	border-right: 0px;
}
#BottomInformation .footer_link{
	display: none;
}
}



@media screen and (max-width: 640px){
.copy{
	padding-bottom: 100px;
}
}



/*bottom_linkinfo
---------------------------------------*/
#bottom_linkinfo{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	
	bottom: -150px;
	transition: bottom 0.5s ease-out;
}
#bottom_linkinfo a{
	background-color: #008A4F;
	color: #FFF;
	background-position: 15px center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	padding: 15px 15px 12px 56px;
	line-height: 1;
	box-sizing: border-box;
}
#bottom_linkinfo .tel{
	border-radius:30px 0 0 0;
	background-image:url("../img/service/icon_tell.svg");
	font-size: 37px;
	font-weight: 600;
	border-bottom: 1px solid #7CD2AD;
}
#bottom_linkinfo .tel .minitext{
	display: block;
	font-size: 42%;
	font-weight: 400;
}
#bottom_linkinfo .mail{
	background-image:url("../img/service/icon_mail.svg");
}
#bottom_linkinfo .mail .muryou{
	background-image:url("../img/service/icon_muryou.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 40px;
	display: inline-block;
	padding: 8px 0 8px 40px;
}
#bottom_linkinfo .mail img{
	vertical-align: middle;
}
#bottom_linkinfo a:hover{
	filter: brightness(1.2);
}


@media screen and (max-width: 640px){
#bottom_linkinfo{
	display: flex;
	width: 100%;
}
#bottom_linkinfo a{
	background-position: center 15px;
	padding:40px 0 4px 0;
	text-align: center;
	background-size: auto 25px;
}
#bottom_linkinfo .tel{
	border-radius:0;
	width: 30%;
	border-bottom: 0px;
	border-right: 1px solid #7CD2AD;
	font-size: 4.5vw;
	font-weight: 400;
}
#bottom_linkinfo .tel .sp{
	padding: 8px 0 8px 0;
}
#bottom_linkinfo .mail{
	width: 70%;
	font-size: 4.5vw;
	font-weight: 400;
}
}

@media screen and (max-width: 400px){
#bottom_linkinfo .mail .muryou{
	background-size: auto 120%;
	padding-left:35px;
}

}


