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

/*デバイス共通====================================*/

/*下層ページ共通要素=====================*/
.base-warp{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.padding_TB{
	padding: calc((100vw - 320px) / 30 + 80px) 0;
	position: relative;
}

.color_green{
color:#0F2B00 !important;
}

.font_large{
	font-size:   calc((100vw - 320px) / 200 + 25px);
}

.font_large_m{
	font-size:   calc((100vw - 320px) / 200 + 20px);
}

.font_middle{
	font-size:   calc((100vw - 320px) / 200 + 18px);
}

.font_small{
	font-size:   calc((100vw - 320px) / 1000 + 16px);
}

p{
	line-height: 1.5;
}


.flex-base{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width:769px)  {
	.flex-base-SB {
		max-width:1000px;
		justify-content:space-between;
		margin:0 auto;
	}
}

/*横並びのボタン調整*/
.commonBT_flex{
	margin: 20px 0;
}
@media screen and (min-width:769px)  {
	.commonBT_flex{
	width:48%;
}
}

/*下層header--------------------*/
.underlayer_header{
	position: relative;
	top: 75px;
}

.underlayer_header img{
	width: 100%;
	height: calc((100vw - 320px) / 10 + 150px);
	max-height: 370px;
	object-fit: cover;
}

.header__Ttl{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #9ECDBD;
	font-size: calc((100vw - 320px) / 100 + 50px);
}

.header__Ttl em{
	color: #FFF;
	margin-top: -10px;
}

/*下層footer--------------------*/
.footer__img img{
	width: calc(100%/3);
	height:calc((100vw - 320px) / 10 + 200px);
	max-height:400px;
	object-fit: cover;
}

/*main--------------------*/
.underlayer_main{
	padding: calc((100vw - 320px) / 10 + 100px) 0;
}

/*各ページ共通要素ここまで=====================*/

/*ページ内リンク--------------------*/
.content__link{
	max-width:1000px;
	margin:50px auto;
}

.content__link a{
	background: #EBF8E0;
	padding:10px 25px 10px 10px;
	color: #4A741F;
	width: 90%;
	text-align:left;
	margin:5px;
	position:relative;
	font-weight:600;
	text-align: center;
}
@media screen and (min-width:400px)  {
	.content__link a{
	width:calc(90%/3);
}
}

/*ページ内リンク矢印*/
.content__link a li::after{
	content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #4A741F;
    border-bottom: 2px solid #4A741F;
    transform: rotate(-45deg);
    transform-origin: 25% 65%;
    transition: all .5s;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 15px;
    margin: auto;
}

.content__link a li:hover::after{
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
	transition: 0.5s;
}

.content__link a:hover{
	background: #203F00;
	color: #FFF;
	transition: 0.5s;
}


/*タイトル---------------*/
.works__Ttl{
	font-weight: bold;
	border-top: solid 1px #4A741F;
	padding: 20px 0 80px;
}

/*実績画像*/
.modal-base{
	padding-bottom: calc((100vw - 320px) / 100 + 80px);
}

.modal-content ,.modal-content p {
width: 100%;
	max-width: 390px;
 margin:10px auto;
	height:auto;
}

.modal-img{
	 overflow:hidden;
}

.modal-content img{
 transition:1s all;
	height:auto;
}

.modal-content img:hover{
	transform: scale(1.2); /* 拡大 */
}

/*下部リンク*/
.works__sb__link{
	background: #0F2B00;
	padding: calc((100vw - 320px) / 30 + 30px);
}

.works__sb__link h1{
	color: #FFF;
	text-align: center;
}

.Btn_white{
	border-color: #FFF;
	color: #FFF;
}
.topPoint__companyBtn
::after{
position: absolute;
content: url("../images/common/angle_r_w.png");
right: 30px;

}
.topPoint__companyBtn:hover::after{
position: absolute;
content: url("../images/common/angle_r_g.png");
right: 30px;
}
.Btn_white:hover{
	border-color: #FFF;
	color: #0F2B00;
	background: #FFF;
}





/*tablet================================================*/
@media screen and (min-width:769px)  {
/* モーダル */
.modal-content{
width: calc(95%/3);
}
	
.modal-content img{
width: 100%;
	object-fit: cover;
}
	
}


/*PC============================================================*/
@media screen and (min-width: 1280px) {
	

/*ページ内リンク--------------------*/
.content__link{
	max-width:1200px;
	margin:50px auto;
}
.content__link a{
	width:24%;
}

}
