@charset "UTF-8";
/* CSS Document */


html{
    scroll-behavior: smooth;
}




.bg__body{
	background-color: #ffffff;
}

.color_white{	
	color:white;	
}

.background_white{
	background-color: #FFFFFF;
	
}


.border__none{
	border-style: none;
}


.lead__01{
    font-size: 20px;
    line-height: 260%;
    font-weight: 600;
    color: #717E96;
}


.bottom__text{
	margin: 40px 0px 0px 0px;
	font-size: 14px;
	line-height: 180%;
	text-align: justify;
}



.radius__0{
	border-radius: 0px;
}



.top_text_justify{
	text-align: justify;
}


.feature_text{
	padding: 20px;
		
	text-align: justify;
}






.title__01{
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #75AE36;
    color: #75AE36;
    margin: 0 0 30px 0;
    padding: 15px 40px;
    font-weight: 200;
    font-size: 28px;
    border-radius: 400px;
}


.title__02{
    background-color: #2A0000;
    color: #FFE300;
    font-weight: 50;
    font-size: 36px;
	padding:5px 40px;
	border-radius: 20px;
}


.title__top01{
    font-size: 36px;
	margin-bottom: 20px;
    color: #0044A7;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-shadow: 0px 5px 13px #868686;
}

.title__top02{
    padding: 1px;
    text-align: center;
    font-size: 24px;
    background-color: #1F2E62;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.8em;	
}



.title__top03{
    font-size: 32px;
	margin-bottom: 40px;
    color: #0044A7;
    font-weight: 700;
    letter-spacing: 0.8em;
    text-shadow: 0px 5px 13px #868686;
}






.title__sub01{
    border-radius: 4px;
    text-align: left;
    padding: 13px 30px 13px 30px;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #508D8F;
    background-image: url("../images/");
    background-repeat: no-repeat;
    letter-spacing: .8em;
}

.text__body01{
	line-height: 36px;
	padding:0px 0px;
	font-size: 14px;
	color:#000;
	text-align: justify;
	letter-spacing: 0em;
}

.text__body02{
	line-height: 36px;
	padding:10px 20px;
	font-size: 14px;
	color:#000;
	text-align: justify;
	letter-spacing: 0em;
}

.text__body_pic02{
	line-height: 30px;
	padding:10px 20px;
	font-size: 14px;
	color:#000;
	text-align: justify;
	letter-spacing: 0em;
}



.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 80% !important;
}


.top__map{
	margin-bottom: 0;
}



/*//// NAV ////*/
.navbar__height {
	height: 120px;
}

.navbar__bg{
    background-color: #001066;
}

.nav__bottom{
	position: absolute;
	bottom:0;
}

.nav__menu{

	bottom:0;
	left:200px;
}

.nav__text{
	font-size: 15px;
	
}



/*//// header ////*/

.header_catch{
    padding: 10px 0px 0px 15px;
    white-space: nowrap;
    color: #E5F3FC;
    font-size: 10px;
    font-weight: 10;
}

.header_tel{
	text-align: justify;
	padding:2px 20px 0px 15px;
	white-space: nowrap;
	font-weight: 600;
	color:white;
	font-size: 24px;
	letter-spacing: 0.1em;
}




.bg__header{
	background-color: #001066;
}





/*//// bottun common /////*
/* 通常のボタン色 */
.btn-common,
.btn-common.disabled, .btn-common:disabled {
    color: #fff;
    background-color: #4069A5;
    border-color: #4069A5;
}

/* focusされた時の枠線の色 */
.btn-common:focus, .btn-common.focus,
.btn-common:not(:disabled):not(.disabled):active:focus, .btn-common:not(:disabled):not(.disabled).active:focus,
.show > .btn-common.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 123, 255, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-common:hover {
    color: #fff;
    background-color: #7399D0;
    border-color: #7399D0;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-common:not(:disabled):not(.disabled):active, .btn-common:not(:disabled):not(.disabled).active,
.show > .btn-common.dropdown-toggle {
    color: #fff;
    background-color: #4069A5;
    border-color: #4069A5;
}




/*//// footer ////*/

.footer__bg{

	background-color: rgba(57,250,0,1.00);
}

.footer_base{
    text-align: center;
    padding: 10px 20px 50px 20px;
    background-color: #DEE9EF;
}

.footer_logo{
    margin-top: -6px;
    background-color: #DEE9EF;
    padding: 30px 0px 10px 0px;
    text-align: center;
}



.footer_text{
    color: #0046A4;
    font-size: 23px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
	letter-spacing: .1em;
}

.footer_text02{
	color: #0046A4;
	font-size: 24px;
	font-weight: 500;
	margin-top: -5px;
}

.footer_text03{
	color: #0046A4;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
}


.footer_credit{
	margin: 60px 0px 0px 0px;
	color: #0046A4;
	font-size: 10px;
	font-weight: 100;
	
}





/*//// card ////*/


.card-margin{
	margin: 25px 5px 0px 5px;
	
}

.card-margin_top{
	margin: 25px 0px 0px 0px;
	
}

.card_radius{
	border-radius: 20px;
}

.card_image_radius{
	border-radius: 20px 20px 0px 0px;
}



.card_eco__text{
	margin: -15px -8px 20px -8px;
	font-size: 16px;
	
}

.card-title_top_edit{
	font-size: 18px;
	margin: -20px;
	padding: 7px 20px 7px 20px ;
	background-color: #0076EB;
	color: white;
	font-weight: 500;	
}



.card-title_edit{
	text-align: left;
    letter-spacing: .5em;
    font-size: 24px;
    margin: 20px -20px;
    padding: 18px 30px 18px 60px;
    background-color: #A0ACBF;
    color: white;
    font-weight: 400;
}


.card-title_flow{
    letter-spacing: .3em;
    font-size: 24px;
    margin: -20px;
    padding: 9px 30px 9px 30px;
    background-color: #401900;
    color: white;
    font-weight: 600;
}

.card_caption{
    letter-spacing: 0em;
    text-align: center;
    font-size: 17px;
    margin: 0px -20px;
    padding: 10px 30px 10px 30px;
    background-color: #0A6300;
    color: white;
    font-weight: 400;
}




.card-title_voice{
    letter-spacing: 0em;
    font-size: 18px;
    margin: -20px;
    padding: 5px 30px 5px 30px;
    background-color: #C96500;
    color: white;
    font-weight: 400;
}

.card-title_recruit{
    letter-spacing: 0.5em;
    font-size: 20px;
    margin: 0px;
    padding: 15px 25px 15px 15px;
    background-color: #7B99BB;
    color: #ffffff;
    font-weight: 400;
}





.card-text_edit{
	text-align: justify;
	margin-top:  30px;
	padding: 5px;
	color: black;
	font-weight: 400;	
}

.card-title_faq{
	text-align: justify;
    letter-spacing: 0em;
	line-height: 26px;
    font-size: 18px;
    margin: 0px;
    padding: 12px 15px 12px 80px;
    background-color: #C04B00;
    color: white;
    font-weight: 700;
	background-image: url("../images/work_faq_q.png");
	background-position: 10px 10px;
	background-repeat: no-repeat;
}


.card-body_faq_a{
	background-image: url("../images/work_faq_a.png");
	background-position: 12px 10px;
	background-repeat: no-repeat;
}


.card-text_faq_a{
	text-align: justify;
	margin:  -8px  0px 0px 0px;
	padding: 0px  0px 0px 50px;
	color: black;
	font-weight: 400;	
}


