/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/a


/*BK専用CSS*/
/*  
明るい青　#1E90FF rgba(30, 144, 255,)
濃い青　#122569
 */

h1,h2,h3,h4,h5{
	font-weight: 500;
  color: #122569 !important;
}

#site-header{
	background:#1E3154;
}
.global-nav-name{
  color: #ffffff;
}
.page-header {
  color: #122569;
}

 /*　ーーーTOPページーーー*/

/*事例紹介のリンクテキストを削除*/
.wp-block-latest-posts li>a{
	display:none;
}

/* BODYの余白調整 */
.site-body{
	padding: 0px !important;
}

h3#AnkerCase{
	padding-top: 1.5em !important;
}

h2.wp-block-heading,
h3.wp-block-heading{
	font-family:'Gill Sans', 'Gill Sans MT', sans-serif,Meiryo,Hiragino Kaku Gothic ;
	font-weight: 500;
	font-size: 2rem;
}
/* MV */

.PurposeBox{
    background:rgba(255, 255, 255, 0.8);
    margin:1em 1em 10em 1em;
    padding: 2em;
    animation: slideLeft 1.5s ease-out forwards;
	color:#253b59;
}
@media (max-width: 600px) {
	.PurposeBox{
		padding: 2em 90px 2em 2em;
	}
}
.Purposetitle{
font-family:'Gill Sans', 'Gill Sans MT', sans-serif,Meiryo,Hiragino Kaku Gothic ;
font-weight: 500;
    font-size: 2rem;
    margin: 0 0 10px 0;
}
.MVdecolation__slash--photoBox{
    position: absolute;
    background: linear-gradient(to bottom, #D9D9D9, #7FE3EE);
    width: 80px;
    height: 100%;
    right:-10px;
    top: -40px;
     align-self: stretch;
     clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
     opacity: 0.8;
     z-index: 900;
}
.MVdecolation__slash--photoBox2{
    position: absolute;
    background: linear-gradient(to bottom, #1E3154, #1e90ff);
    width: 80px;
    height: 120%;
    right:-20px;
    top: 10px;
    align-self: stretch;
     clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
     opacity: 0.8;
     z-index: 901;
}

/* フォーム */
input.wpcf7-captchar{
	width: 6em;
	text-align: center;
}
input.wpcf7-submit {
	background: #122569;
	border: none;
}
.formline {
  margin-bottom: 4px;
}
.formTitle{
	font-size:15px;
}



/*　ーーーTOPページここまでーーー*/


/*copyright*/
.site-footer{
	font-size: 13px;
	background: #1E3154;
	color: aliceblue;
}
.site-footer-copyright{
    text-align: right;
}


/* モバイル幅になったときの事例紹介の幅 */
.wp-block-latest-posts.is-grid li{
	width:auto;
}

/*　子ページ　*/
.childrenpage{
	margin: 60px 0 ;
}
h1.page-header-title{
	text-align: left;
	font-family:'Gill Sans', 'Gill Sans MT', sans-serif,Meiryo,Hiragino Kaku Gothic ;
	font-weight: 500;
	font-size: 2rem;
}
.breadcrumb-list{
	font-size: 13px;
}
.breadcrumb-list .fa-home{
	display: none;
}
/*　About Us　*/
.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #0A66C2;
  font-weight: 600;
	display:inline-block;
	vertical-align:middle;
	margin-left:1em;
}

.linkedin-link:hover {
  opacity: 0.8;
}

.linkedin-icon {
  height: 24px;
  border-radius: 4px; /* 角丸にしたい場合 */
  object-fit: cover;
}


/*------------------About Us　ページ　------------------*/
   @keyframes slideLeft {
    0% {
    transform: translateX(200px);
    opacity: 0;
    }
    100% {
    transform: translateX(0); 
    opacity: 1;
    }
}
@keyframes slideRight {
    0% {
    transform: translateX(-200px);
    opacity: 0;
    }
    100% {
    transform: translateX(0); 
    opacity: 1;
    }
}

@keyframes slideLeft {
    0% {
    transform: translateX(200px);
    opacity: 0;
    }
    100% {
    transform: translateX(0); 
    opacity: 1;
    }
}
@keyframes slideRight {
    0% {
    transform: translateX(-200px);
    opacity: 0;
    }
    100% {
    transform: translateX(0); 
    opacity: 1;
    }
}

body.page-id-223 {
    background: url(https://bright-keen.co.jp/wp-content/uploads/2026/02/MV-1.png) bottom center no-repeat #F3F3F3;
}

.message{
    display: flex;
    position: relative;
    max-width: 1100px;
}
.messageBox{
z-index: 1;
width: 86%;
background:#ffffff;
position: relative;
padding: 0 10% 2em 0;
clip-path: polygon(
    0 0,        /* 左上 */
    100% 0,     /* 右上 */
    90% 100%,  /* 右下 */
    0 100%       /* 下辺 */
    );
}

.message__titleFrst{
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1em;
    background-color: #1E3154;
    color: #ffffff !important;
    letter-spacing: 0.3em;
    padding: 0.5em 1em 0.4em 6em;
    display: inline-block;
    clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
    animation: slideRight 1.5s ease-out forwards;
}
.message__text{
margin: 5em 10em 0 10em;
animation: slideLeft 1.5s ease-out forwards;
line-height: 1.9em;
}
.message__text2{
margin: 1em 10em 5em 10em;
animation: slideLeft 1.5s ease-out forwards;
line-height: 1.9em;
}
.message__signature{
margin: 2em 2em 2em 10em;
animation: slideLeft 1.5s ease-out forwards;
font-weight: bold;
	word-break: break-word;
	float: left;
}

/*写真*/
.profilePhoto{
z-index: 1000;
width: 200px;
animation: slideLeft 1.5s ease-out forwards;
border: #F3F3F3 solid 1px;
float: right;
margin: 8px;
}

/*　会社概要　*/
.companyProfileSection{
    position: relative;
    margin: 10% 0 10% 0;
    padding-left: 20%;
	 background: url(https://bright-keen.co.jp/wp-content/uploads/2026/02/border.svg);
    background-size: 80px ;
}
.companyProfile__box{
    animation: slideRight 1.5s ease-out forwards;
    width: 80%;
    padding: 3em 0 3em 0;
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 20%;
}
.companyProfile__title{
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1em;
    color: #1E3154;
    letter-spacing: 0.1em;
    padding: 0.2em 1em 0.1em 0em;
    display: inline-block;
}

.companyProfile {
  list-style: none;
  padding: 0;
  margin: 0;
}

.companyProfile__item {
  display: flex;
  padding: 8px 0 16px 0;
  border-bottom: 1px solid #1E90FF;
  width: 90%;
}

.companyProfile__label {
  width: 6em; /* 左側の見出し幅 */
  font-weight: bold;
}

.companyProfile__data {
  flex: 1;
}
.LinkdIn{
    height: 20px;
	vertical-align:bottom;
}
/*** デコレーション */
.decolation__slash--photoBox{
    position: absolute;
    background: linear-gradient(to bottom, #D9D9D9, #7FE3EE);
    width: 200px;
    height: 100%;
    left:75%;
    bottom: -40px;
     align-self: stretch;
     clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
     opacity: 0.8;
     z-index: 900;
}
.decolation__slash--photoBox2{
    position: absolute;
    background: linear-gradient(to bottom, #1E3154, #1e90ff);
    width: 135px;
    height: 68%;
    left: 89%;
    top: -24px;
    align-self: stretch;
     clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
     opacity: 0.8;
     z-index: 901;
}
.decolation__slash--bottom {
    position: absolute;
    top: -30px;
    left: 20%;
    width: 90px;
    height: 300px;
    background: linear-gradient(to bottom, #1E3154, #1e90ff);
    align-self: stretch;
     clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
     opacity: 0.8;
}

/* スマホ表示 */
@media (max-width: 600px) {
    .messageBox{
    width: 100%;
     clip-path: none;
     padding: 1em;
    }
    .message__text , .message__text2 ,.message__signature{
        margin: 1em;
    }
	    .message__titleFrst {
        padding: 0.5em 1em 0.4em 3em;
    }
    .profilePhoto{
        width: 120px;
    }
  .companyProfile__item {
    display: block; 
    padding: 16px 0;
  }

  .companyProfile__label {
    width: auto;
    display: block;
  }

  .companyProfile__data {
    display: block;
  }
.decolation__slash--photoBox{
    position: absolute;
    background: linear-gradient(to bottom, #D9D9D9, #7FE3EE);
    z-index: 1000;
    width: 60px;
    height: 100px;
    left: 10px;
    top: -24px;
     clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
     opacity: 0.8;
}
.decolation__slash--photoBox2{
    position: absolute;
    background: linear-gradient(to bottom, #1E3154, #1e90ff);
    z-index: 1000;
    width: 40px;
    height: 100px;
    right: 0px;
    top: auto;
    bottom: -60px;
     clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
     opacity: 0.8;
}
  .decolation__slash--bottom {
    top: -20px;
    left: 10%;
    width: 60px;
    height: 200px;
  }
}