@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2{
	color:#000;
	font-size:16px;
	line-height:28px;
	text-align: left;
	margin:0px auto 20px auto;
	padding:5px 10px;
	border-left:solid 3px #666;
	border-bottom:solid 1px #CCC;
	display:block;
	clear:both;
	background:#FFFFFF;
}

.container{
	width:1000px;
	margin:150px auto;
	overflow:hidden;
}

.maincontents{
	width:780px;
	float:right;
}
.side{
	width:200px;
	float:left;
}

.cms_back{
	text-align:left;
	margin: 10px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.cms_back a{
	color:#004CD3;
	line-height:18px;
}
.cms_back a:hover{
	text-decoration:none;
	color: #999999;
}

.staff_tenpo{
	font-size:20px;
	letter-spacing:1px;
	border:1px solid #000;
	width:270px;
	margin:50px auto 30px;
	padding:15px 0;
	font-weight:bold;
	text-align:center;
}
#st01 {
   margin-top:-50px;
  padding-top:110px;
}
#st03 {
   margin-top:-110px;
  padding-top:110px;
}

/*-----------------------------------------------
一覧シンプル表示　日付・タイトルのみ
-----------------------------------------------*/
.cms_li_box {
 margin: auto;
 text-align: left;
}
.cms_li_box ul li a {
 font-size: 14px;
 display: block;
 box-sizing: border-box;
 line-height: 60px;
 padding: 0 30px;
 font-weight: bold;
 color: #333;
 text-decoration: none;
 display: flex;
 align-items: baseline;
}
.cms_li_box ul li:nth-child(odd) a {
 background: #F5F5F5;
}
.cms_li_box ul li a:hover {
 background: #DDDDDD;
}
.cms_li_box ul li a span {
 font-weight: 500;
 width: 23%;
}
.cms_li_box ul li a p {
 width:100%;
 line-height:28px;
}

.cms_color span{
	display: block;
}

.form_subttl_pick{
    background-color: rgb(255 234 234);
    display: block;
    border-radius: 5px;
    padding: 1%;
}

.form_subttl_pick h3{
    margin: auto;
    line-height: 2em;
    color: red;
}


/*column_category*/
.column_ma{
	overflow: hidden;
	clear: both;
	width: 780px;
	padding: 2em;
	box-sizing: border-box;

	h2{
	        font-size: 26px;
	        font-weight: bold;
	        line-height: 1.5em;
	        border-bottom: 5px solid #ddd;
	        position: relative;
	        padding: 1em 0 0.5em 0;
		margin-bottom: 1em;
	}
	h2:before{
	        content: "";
	        display: block;
	        line-height: 0;
	        overflow: hidden;
	        position: absolute;
	        left: 0;
	        bottom: -5px;
	        width: 50%;
		border-bottom: 5px solid #65b820;
	}

	h3{
		font-size: 22px;
		line-height: 1.7em;
		font-weight: bold;
		padding: 3em 0 0.5em 0;
		margin: auto;
		text-decoration: underline;
		color: #65b820;
	}

	h4{
	        font-size: 18px;
	        margin: 0.5em auto 1em auto;
	        line-height: 1.7em;
	        font-weight: bold;
	        text-decoration: underline;
	}

	p{
	        font-size: 16px;
	        line-height: 1.5em;
	}


}



.company_coment {
 font-size: 16px; line-height: 30px;
 color: #111;
margin-top: 120px;
 margin-bottom: 40px;
 text-align: center;
}


/*add*/

.column_lastlink_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #71bb21;
	line-height: 3em;
}
.column_lastlink_wrap{
	background-color: #f3f9eb;
	width: 100%;
	border-radius: 15px;
	padding: 2em;
	box-sizing: border-box;
	position: relative;
}
.column_lastlink_wrap:before{
	content: "";
	display: block;
	background-image: url(/img/inq_annaigirl.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 161px;
	height: 200px;
	right: 0;
	bottom: 0px;
	z-index: 2;
	position: absolute;
	background-position: right center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.column_lastlink_wrap p{
	text-align: center;
	font-size: 16px;
	line-height: 1.7em;
	margin: auto;
}
.column_lastlink_wrap a{
	display: block;
	background-color: #71bb21;
	width: 45%;
	text-align: center;
	margin: 1em auto 0em auto;
	/* position: relative; */
	/* bottom: 1.3em; */
	color: white!important;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none!important;
	line-height: 2.5em;
	padding: 0px 3em;
	border-radius: 50px;
	transition: .3s;
}

.column_lastlink_wrap>a:hover {
	background-color: #4CAF50;
	color: white;
}

/* 20250416 ADD KANEKO */
.report_brock{
	position: relative;
	background-color: #fafafa;
	border-radius: 10px;
	width: 100%;
	margin: 80px auto;
	padding: 50px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
	h3{
		padding: 0;
		margin: 0 auto 2em auto;
		font-size: 20px;
        	border: none;
	}
}
.report_brock:before{
	content: 'STAFF REPORT';
	display: block;
	position: absolute;
	top: -14px;
	left: 3% 30px;
	font-size: 50px;
	color: #8BC34A;
	font-weight: bold;
}
.disp_on{display:block;}
.gallery_ma_shosai3 {
	display:none;
}



/*　TOP CSS　*/
.top{}
.top_main{
        width: 100%;
	display: block;
        background-image: url(/img/main_bg.webp);
        background-size: cover;
        padding-top: 150px;
        padding-bottom: 50px;
}
.top_main>ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        max-width: 1000px;
        margin: 0px auto;
}
.top_main>ul>li{
        width: 48%;
}
.top_main>ul>li>a{
        text-decoration: none;
        color: unset;
        background-color: white;
        border-radius: 10px;
        display: block;
}
.top_main>ul>li>a .lpo_ad_img img{
	border-radius: 5px 5px 0px 0px;
        height: 330px;
        object-fit: cover;
        width: 100%;
}

.top_main>ul>li>a .lpo_ad_img{
}
.top_main>ul>li>a .lpo_ad_txt{
        padding:10px 15px;
}
.top_main>ul>li>a .blog_thema{
        padding:0px 15px 5px 15px;
}


.top_main>ul>li>a h3{
        margin: 0;
        font-size: 18px;
        line-height: 1.5em;
}
.top_main>ul>li>a>.lpo_ad_txt p{
	font-size: 14px;
        line-height: 1.5em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        color: #666;
        margin: 0.5em 0;
}

.top_detail{
        width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
}
.top_detail_list{
        width: 100%;
        margin: 0px auto;
}

.top_detail_list_block h2{
	color: #65b820;
	font-size: 24px;
	line-height: 2em;
	margin: 1em auto;
	text-align: center;
}

.top_detail_list_block>ul{
        display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 30px;
        margin: 0 auto 5em auto;
}
.top_detail_list_block>ul>li{
        width: 30%;
}
.top_detail_list_block>ul>li>a{
        text-decoration: none;
        color: unset;
}

.top_detail_list_block>ul>li>a .lpo_ad_img img{
	border-radius: 5px;
        height: 220px;
        object-fit: cover;
        width: 100%;
        margin-bottom: 0.5em;
}

.top_detail_list_block>ul>li>a h3{
        margin: 0;
        font-size: 16px;
        line-height: 1.5em;
}
section.t_contact_wrap{
        background-color: #e5f5f7;
        width: 100%;
        margin: 30px auto;
        padding: 5px 0px;

}
.t_contact_box{
        background-color: #ffffff;
        border-radius: 10px;
        display: block;
        width: 90%;
        margin: 20px auto;
        padding: 20px;
}
.t_cont_main{
        width: 90%;
        margin: auto;
        display: block;
}
.t_cont_btn{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.t_cont_tel{
        margin: 30px auto;
        width: 90%;
}

.t_cont_inq{width: 49%;}
.t_cont_line{width: 49%;}

.top_story {
	display: block;
        border: solid 3px #32bbd2;
        border-radius: 10px;
        padding: 1em 2em;
        margin: 2em auto;
        box-sizing: border-box;
}

.top_story h2 {
        color: #32bbcf;
        font-size: 24px;
        line-height: 2em;
        margin: 0;
}

.top_story p {
	font-size: 16px;
	line-height: 1.7em;
        margin: 0;
}

.top_menu{
        width: 100%;
        margin:3em auto;
}
.top_menu ul{
        width: 1100px;
        margin: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
}
.top_menu ul li{
        width: 31%;
}
.top_menu ul li a{
background-color: #32bbcf;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        width: 100%;
        display: block;
        line-height: 3em;
        border-radius: 15px;
}
.top_menu ul li a:hover{
	background-color: #5aa1ab;
}