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

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

h2 {
	border:none;
	color:#1C2975;
	font-weight:bold;
	margin-bottom: 0;
}

h3 {
    padding: 0;
    border:none;
	margin-bottom:0;
}

h3:after {
	border:none;
}

figure {
    text-align: center;
}

.gMenu>li .gMenu_description {
    opacity: 1;
    color: #1c2975;
}

@media (min-width: 992px) {
    .siteHeader .container {
        padding-top: 16px;
        padding-bottom: 14px;
        max-width: 90%;
    }
}

/* TOP */

/*.top {
	position: relative;
}

.firstview {
    position: relative;
    width: 100%;
    height: calc(100vh - 94px);
}

.firstview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    padding: 5%;
    height: 100%;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/top_bg-scaled.jpg);
    background-position: bottom right;
    background-size: cover;
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.firstview-inner {
    position: absolute;
    top: 5%;
    left: 5%;
}

.consultant img {
	position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    width: 80%;
    height: 80vh;
    object-fit: cover;
}*/

.top-inner {
    position: relative;
}

.firstview/*top-inner*/ {
    padding: 10% 5% 30%;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/top_bg-scaled.jpg);
    background-size: cover;
    background-position: bottom right;
}

/*.consultant img {
	display:none;
}*/

.day {
    background-color: #1c2975;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    font-size: min(6vw, 40px);
}

.next {
    font-size: 10vw;
    font-weight: 600;
    color: #1c2975;
    padding-top: .4em;
    text-emphasis: dot;
}

.consul {
    margin-bottom: .4em;
}

.consul p {
    color: #1c2975;
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 10vw;
	line-height: 1;
}

.firstview-inner ul {
    padding: 10px 0;
	margin-bottom: 0;
    list-style: none;
    font-size: 8.5vw;
    font-weight: 600;
}

.firstview-inner ul li {
	    margin-bottom: 10px;
    line-height: 1;
}

.since {
    font-weight: 600;
    font-size: 5vw;
	margin-bottom: 1rem;
}

.since span {
	background-color: #f0f4ff;
    padding: 5px 15px;
	margin-bottom:5px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
}

.period {
    position: absolute;
    bottom: 6%;
    left: 5%;
	width: 45%;
}

.message {
    padding: 100px 0;
}

.message h1 {
	font-size:2.3rem;
	font-weight:bold;
	color:#1c2975;
	text-align: justify;
	margin-bottom: 3rem;
}

.message h1 span {
	color: #b9d5ff;
    font-weight: normal;
    font-size: 1.8rem;
}

.message p {
	font-size:1.8rem;
}


.section01 ol {
  list-style: none;
  padding-left: 0;
}
.section01 ol li {
	counter-increment: count-ex01-2;
	position: relative;
	padding: 20px 0px 20px 60px;
	margin-bottom: 10px;
	border-bottom: 2px solid #f0f4ff;
	text-align: justify;
}
.section01 ol li:before {
  position: absolute;
    content: "" counter(count-ex01-2);
    display: inline-block;
    background: #F0F4FF;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1c2975;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

p.name {
    text-align: right;
}

p.name span {
    font-weight: 600;
    font-size: 1.5em;
}

.section01 {
	position:relative;
	padding:100px 0 50px;
}

.section01:before {
	position: absolute;
    content: '';
    top: 50px;
    right: 0;
    display: block;
    width: 50%;
	max-width: 200px;
    height: 300px;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/＃01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

.greeting {
	font-family:serif;
	font-weight:600;
	font-size: 25px;
}

.section02 {
	position:relative;
	padding:50px 0;	
}


.section02:before {
	content: '';
	position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
	min-width: 750px;    
    background-color: #f0f4ff;
    z-index: -1;
	border-radius:10px 0 0 10px;
}

.section02:after {
	position: absolute;
    content: '';
    top: -35px;
    right: 15px;
    display: block;
    width: 50%;
    max-width: 200px;
    height: 100px;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/＃02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

.section02 h2 span {
	color:#333;
	font-size: 0.8em;
}

.section02 h3 {
	text-align:center;
	border-bottom:2px solid #f0f4ff;
	padding: 1.5rem;
	
}

.development {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border: 5px solid #B8D5FF;
    border-radius: 10px;
    background-color: #fff;
	margin-bottom:1rem;
}


.development table tr {
    border-bottom: 2px solid #f0f4ff;
}

.development table th {
	width: 20%;
    text-align: center;
    font-weight: bold;
}

.development table td {
	width:80%;
}

.section03 {
	position:relative;
	padding:100px 0;
}

.section03:before {
	position: absolute;
    content: '';
    top: 50px;
    left: 0;
    display: block;
    width: 50%;
	max-width: 200px;
    height: 100px;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/＃03.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.section03 img {
	border-radius: 20px;
    box-shadow: 15px 15px #f0f4ff;
}

.c-button {
  display: block;
    background-color: #1c2975;
    margin: 30px auto 0;
	border-radius: 50px;
	border: none;
}
.c-button a {
  display: inline-block;
  width: 240px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.c-button a::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 7px;
  width: 7px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: right .3s;
}
.c-button a:hover::before {
  right: 25px;
}

.section04 {
	position:relative;
	padding:100px 0;
}

.section04:before {
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    max-width: 200px;
    height: 100px;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.section05 {
	position:relative;
	padding:100px 0;
}

.section05:before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-60%);
    z-index: -1;
    display: block;
    width: 80%;
    max-width: 1110px;
    height: 80%;
    background-color: #f0f4ff;
    border-radius: 10px;
}

.section05:after {
	position: absolute;
    content: '';
    top: -50px;
    left: 0;
    display: block;
    width: 50%;
	max-width: 200px;
    height: 100px;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/05.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.section05 ul {
	padding:0;	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px,1fr) );
    gap: 0px 10px;
}

.section05 ul li{
  list-style: none;
}

.section05 ul li img {
	border-radius:10px;
}

.section06 {
	padding:100px 0;
	background-color: #f0f4ff;
}

.d-room {
	text-align: center;
    font-weight: bold;
    font-size: min(8vw, 40px);
}

.d-room span {
	color:#1c2975;
}

.section06_inner {
	position:relative;
	margin-top:2rem;
	padding:5%;
	background-color:#fff;
	border-radius:20px;
	
}

.section06_inner:before {
	position: absolute;
    content: '';
    top: -245px;
    right: -10px;
    display: block;
    width: 50%;
    max-width: 200px;
    height: 100px;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/06.png);
    background-size: contain;
    background-repeat: no-repeat;	
}

.section06_inner h4 {
	margin-top:20px;
}

.section06_inner img {
	border-radius:10px;
}

.section06_inner .r-box {
	margin-bottom:3rem;
}

.section06_inner ul {
	list-style:none;
	padding:0;
}

.tv {
background-color: #1c2975;
	margin-top:50px;
	padding:5%;
	text-align:center;
	color:#fff;
	border-radius:20px;
	margin: 70px calc(53% - 47vw) 0;
    width: 90vw;
}

.tv h3 {
    background-color: #fff;
    color: #1c2975;
    display: inline-block;
    padding: 10px 15px;
	margin-bottom:20px;
    border-radius: 5px;
}

.slider {
  display: flex;
  /*margin: 0 calc(50% - 50vw);
  width: 100vw;*/
  height:200px;
  overflow: hidden;
}
.slider ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider li{
	width:300px;
	list-style: none;	
    padding: 10px;
}
.slider ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.section07 {
	position:relative;
	padding:100px 15px;
	margin:100px 0;
	background-color: #f0f4ff;
	border-radius:20px;
}

.section07:before {
	position: absolute;
    content: '';
    top: -40px;
    left: -10px;
    display: block;
    width: 50%;
	max-width: 200px;
    height: 100px;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/07.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.speechBubble_list {
    max-width: 420px;
    margin: 0 auto;
}

.speechBubble_left {
	background-color: #b9d5ff;
    border-radius: 50px 50px 50px 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align:left;
    padding: 20px;
    vertical-align: middle;
    max-width: 350px; 
    line-height: 1.2;
	/*min-height:80px;*/
}

.speechBubble_right {
	color:#fff;
	background-color: #1c2975;
    border-radius: 50px 50px 0 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align:left;
    padding: 20px;
    vertical-align: middle;
    max-width: 350px;
	margin: 5px 0 30px auto;
	line-height: 1.2;
	/*min-height:80px;*/
}

dl.company-profile dt {
	border: none;
    padding: 10px 0 0px;
    color: #1c2975;	
}

dl.company-profile dd {
	border: none;
    padding: 0;
	border-bottom: 1px solid #b9d5ff;
    padding-bottom: 15px;
}

/* もくじ */
.contents-list {
    border: 3px solid #b9d5ff;
    background-color: #F0F4FF;
    border-radius: 20px;
	margin:30px 0;
    padding: 20px 20px;
	text-align: center;
	font-size: 1.2rem;
	font-weight:bold;
}

.contents-list label {
    padding: 0 5px;
    color: #1c2975;
    font-size: 1.2rem;
    cursor: pointer;
    border-bottom: 1px dotted #b9d5ff;
}
/*開く*/
.contents-list label:before{
    display: inline-block;
    content: "[ 開く ]";
}
/*閉じる*/
.contents-list input:checked ~ label:before {
     content: "[ 閉じる ]";
}

.contents-list input{
	display:none;
}

/*最初は非表示*/
.contents-list .hidden_show {
	height:0;
	padding:0;
	overflow:hidden;
	transition:0.8s;
}
/*クリックでopen*/
.contents-list input:checked ~ .hidden_show {
	height:auto;
}

.contents-list ol li {
	list-style-type:decimal-leading-zero;
	font-size: 1rem;
	font-weight:normal;
	text-align:left;
}

.contents-list ol li::marker {
	color:#1c2975;
	font-weight: bold;
}

.tec-box {
	margin-bottom:3rem;
}

.tec-box h2 {
	    font-size: min(4vw, 1.2rem);
	text-align:center;
	font-weight:bold;
	background-color: #f0f4ff;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
	position:relative;
}

.tec-box h2 span {
    position: absolute;
    top: 50%;
    left: 0.7rem;
    transform: translateY(-50%);
    color: #b9d5ff;
    font-size: 1.5rem;
}

.tec-box p {
	text-align:center;
	line-height: 1.3rem;
}

.tec-box ul {
	padding:0;
	list-style:none;
}

.tec-box ul li {
	margin-bottom:0;
}

.tec-img figcaption {
	line-height: 1.3rem;
	padding-top: 0.5rem;
}

#tec02 .tec-img,
#tec03 .tec-img,
#tec30 .tec-img,
#tec31 .tec-img,
#tec32 .tec-img,
#tec35 .tec-img,
#tec41 .tec-img,
#tec42 .tec-img,
#tec45 .tec-img,
#tec47 .tec-img,
#tec50 .tec-img,
#tec51 .tec-img,
#tec52 .tec-img,
#tec53 .tec-img,
#tec53 .tec-img,
#tec62 .tec-img {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 0 2%;
}

.tec-block {
	display: contents;
}

.tec-block-sp {
	display: grid;
    grid-template-columns: 49% 49%;
    gap: 0 2%;
}

/*#tec03 .tec-img {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 0 2%;
}*/


@media (min-width: 768px) {
	
	.top-inner {
    position: relative;
    content: "";
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/top_img.jpg);
    background-position: right -160px top;
    background-size: 88%;
    background-repeat: no-repeat;
}
	
	.firstview {
		width: 50%;
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
        padding: 7% 5%;
	}
	
	/*.consultant img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 80%;
	}*/
	
	.period {
		position: absolute;
        bottom: 1%;
        left: unset;
        right: 3%;
        max-width: 25%;
	}
	
/*.firstview {
		position: relative;
		width: 100%;
		height: calc(100vh - 94px);
	}
	
	.firstview:before {
		content: "";
		position: absolute;
		top: 0;
    left: 0;
    width: 60%;
    padding: 5%;
    height: 100%;
    background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/top_bg-scaled.jpg);
    background-position: bottom right;
    background-size: cover;
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.firstview-inner {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 5%;
}

.top-inner img {
	position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    width: 80%;
    height: 80vh;
    object-fit: cover;
}*/

.day {
    background-color: #1c2975;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
            font-size: 2.5vw;
}

.next {
    font-size: 3.5vw;
    font-weight: 600;
    color: #1c2975;
    padding-top: .4em;
    text-emphasis: dot;
}
	
	.consul {
    margin-bottom: .4em;
}

.consul p {
    color: #1c2975;
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 3.5vw;
	line-height: 1;
}

.firstview-inner ul {
    padding: 10px 0;
	margin-bottom: .4em;
    list-style: none;
    font-size: 2.5vw;
    font-weight: 600;
}

.firstview-inner ul li {
	margin-bottom: 0;
    line-height: 1.4em;
}

.since {
    font-weight: 600;
    font-size: 2.0vw;
}

.since span {
	background-color: #f0f4ff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
}
	
	.message h1 {
		text-align: center;
	}
	
	.message p {
		display: inline-block;
  text-align: left;
	}
	
	
	
	
	
	.section01:before {
		position: absolute;
		content: '';
		top: 25px;
		left: -25px;
		display: block;
		width: 30%;
		max-width:250px;
		height: 200px;
		background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/＃01.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.development table th,
	.development table td,
	.section02 p {	
		font-size:1.5em;
	}
	
	.section02 {
		position:relative;
		padding:80px 0 100px;	
	}
	
	.section02:after {
		position: absolute;
		content: '';
		top: -35px;
        right: 0;
        bottom: 0;
        left: 65vw;
		display: block;
		width: 30%;
		max-width: 250px;
		height: 100px;
		background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/＃02.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.section03:before {
		position: absolute;
		content: '';
		top: 20px;
		left: -5%;
		display: block;
		width: 30%;
		max-width: 250px;
		height: 150px;
		background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/＃03.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.section03 img {
		box-shadow: 120px 60px #f0f4ff;
	}
	
	.c-button {
		margin: 30px 0 0 auto;
	}
	
	.section04:before {
		position: absolute;
		content: '';
		top: 50px;
		right: -30px;
		display: block;
		width: 30%;
		max-width: 250px;
		height: 150px;
		background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/04.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.section05:after {
		position: absolute;
		content: '';
		top: -50px;
		left: 5vw;
		display: block;
		width: 30%;
		max-width: 250px;
		height: 150px;
		background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/05.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.section05 .c-button {
		margin: 30px auto 0;
	}
	
	.section06_inner:before {
		position: absolute;
		content: '';
		top: -260px;
		right: -35px;
		display: block;
		width: 30%;
		max-width: 250px;
		height: 150px;
		background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/06.png);
		background-size: contain;
		background-repeat: no-repeat;	
}
	
	.section06_inner .r-box {
		display: flex;
        justify-content: space-between;
        align-items: flex-start;
	}
	
	.reverse {
		flex-direction:row-reverse;
	}
	
	
	.section06_inner .r-box img {
		width:50%;
	}
	
	.section06_inner .r-box .r-box_txt {
		width:45%;
	}
	
	.section06_inner ul {
		display:flex;
	}
	
	.section06_inner ul li:nth-child(2) {
		padding:0 15px;
	}
	
	.section07:before {
		position: absolute;
		content: '';
		top: -60px;
		left: -35px;
		display: block;
		width: 30%;
		max-width: 250px;
		height: 150px;
		background-image: url(http://shinyo-consultant-farm.jp/wp-content/uploads/2025/03/07.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.speechBubble_list {
		max-width: 650px;
	}
	
	.speechBubble_left {
		background-color: #b9d5ff;
		border-radius: 50px 50px 50px 0;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
		text-align: left;
		padding: 30px;
		vertical-align: middle;
		max-width: 385px;
		line-height: 1.2;
	}
	
	.speechBubble_right {
		color: #fff;
		background-color: #1c2975;
		border-radius: 50px 50px 0 50px;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
		text-align: left;
		padding: 30px;
		vertical-align: middle;
		max-width: 385px;
		margin: 5px 0 30px auto;
		line-height: 1.2;
	}
	
	/* もくじ */
	.contents-list ol {
		display: grid;
		width: fit-content;
		column-gap: 2em;
		grid-template-columns: repeat(2, auto);
	}
	
	/* 開発技術商品 */
	
	.tec-box h2 span {
		position: absolute;
		top: 50%;
		left: 1.5rem;
		transform: translateY(-50%);
		font-size: 3rem;
	}
	
	.tec-block {
		display:block;
	}
	
	/*.tec-block-sp {
		display:contents;
	}*/
	
	.tec-img {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0px 2%;
	}
	
	
	#tec02 .tec-img,
	#tec03 .tec-img,
	#tec30 .tec-img,
	#tec35 .tec-img,
	#tec41 .tec-img,
	#tec42 .tec-img,
	#tec43 .tec-img,
	#tec45 .tec-img,
	#tec47 .tec-img,
	#tec50 .tec-img,
	#tec51 .tec-img,
	#tec53 .tec-img,
	#tec62 .tec-img {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0px 2%;
	}
	
	#tec52 .tec-img {
		
	}
	
	#tec20 .tec-img figure {
		width:33%;
	}
	
	#tec31 .tec-img,
	#tec32 .tec-img,
	#tec52 .tec-img {
		display: grid;
		grid-template-columns: 30% 30% 30%;
		gap: 0 2%;
	}


	
	
	
		
}
