/*
Theme Name: Lightning-child
Template: lightning
*/

*{
	line-height: 2 !important;
    letter-spacing: .015rem;
}

ol li {
    padding-left: .5em;
}

/* リスト 丸数字 */
.ol-circled li{
	list-style: none;
	padding-left: 1.25em;
}
.ol-circled li span{
	margin-left: -1em;
}


.site-header--layout--nav-float .site-header-logo {
  display: inline-block;
  width: auto;
  margin-right: 0;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}

.vk-mobile-nav-menu-btn {
    left: initial;
    right: 5px;
}

/* お問合せフォームスパム対策　reCAPTCHAバッジ */
.grecaptcha-badge {
	bottom:80px !important;
}

/********** トップページ **********/
.swiper-slide {
    max-height: calc(100vh - 94px);
}
@media screen and (min-width:1200px){
.cont-domain ul li	{
	width: 50%;
	float: left;
	font-size: .9em;
	line-height: 1.7 !important;
}
}




/********** 会社概要 **********/
/* 沿革 */
.history, .history td{
	border:none; 
	vertical-align:top;
}
.history tr td:first-child{
	font-size: 1.2em;
	font-weight: bold;
	color: #358127;
	width: 5em;
}
.history tr td:nth-child(2){
	font-weight: bold; 
	color: #358127;
	width: 6em;
	text-align: right;
	padding-right: 2em;
}
.history tr td:nth-child(3){
	border-left: solid 1px #cfe5cf;
	position: relative;
	padding-bottom: 2.5em;
	padding-left: 2em;
}
.history tbody tr:first-child td:nth-child(3)::before{
	content: "";
	width: 1px;
	height: 1em;
	background: #fff;
	position: absolute; 
	top: 0; left: -1px;
}
.history tr td:nth-child(3)::after{
	content: "●";
	position: absolute; 
	top: .5rem;
	left: -.55em;
	color: #cfe5cf;
}
/* 会社概要 */
.profile td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 1em;
    vertical-align: top;
    line-height: 1.75;
}
.profile tr td:first-child {
    border-color: #fff;
    width: 28%;
    background: #efefef;
}
/* 経営理念 */
.philosophy01,
.philosophy02{
	position: relative;
}
.philosophy01 p,
.philosophy02 p {
	font-size: 18px !important;
    line-height: 1.6 !important;
	background: rgba(255, 255, 255, .9);
    padding: 20px;
    width: fit-content;
    max-width: 100%;
}
.philosophy02 p{
	float: right;
}
.philosophy01 .wp-block-column:first-child,
.philosophy02 .wp-block-column:last-child{
	z-index: 2;
	margin: 60px 0;
}
.philosophy01::before {
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
	top: 0;
	right: 0;
    background: url(https://www.fiv-e.com/wp-content/uploads/2025/06/philosophy01.jpg) top right ;
/*     clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%); */
    background-size: cover;
}
.philosophy02::before {
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    background: url(https://www.fiv-e.com/wp-content/uploads/2025/06/philosophy02.jpg);
/*     clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); */
    background-size: cover;
}
@media screen and (min-width:1200px){
	.philosophy01 p,
	.philosophy02 p {
		font-size: 36px !important;
		padding: 40px;
	}
	.philosophy02::before {
    	clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
	}
	.philosophy01::before {
    	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
	}
}

.management-policy{
	border: 5px solid #f0f0f0;
	padding: .5em 1em;
}
