/*
Theme Name:lightningpro-child
Template:lightning-pro
Version:8.19.0
*/
body{
	color:rgb(73, 72, 72);
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { 
        display: none !important;
    }
    .sp { 
        display: block !important;
    }
}

/* ボタン */
/* solid015 */
.button_solid015 {
    text-align: center;
}
.button_solid015 p {
    margin-bottom: 5px;
    font-weight: 600;
	color: #664616;
    letter-spacing: 0.04rem;
    display: inline-block;
	position: relative;
	font-size: 12px;
}
.button_solid015 p:before, .button_solid015 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color:#0496f7;
    content: "";
}
.button_solid015 p:before {
    left: -35px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid015 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid015 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #0496f7;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
}
.button_solid015 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_solid015 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-54%);
}

h2 {
    border-top: initial;
    border-bottom: initial !important;
} 
.title p{
	text-align: center;
	color:#664616 ;
	font-size: 18px;
	font-weight: bold;
}
/*  */
.top-big span{
	font-weight: bold;
	font-size: 18px;
	color: #fa6502;
}
.orange{
	color: #fa4b05;
	font-weight: bold;
}
.pink{
	color:rgb(252, 73, 103);
	font-weight: bold;
}
/*  */
.rainbow{
	font-size:1.3em;
	text-align:center;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(135deg, #24ff72, #2196f3);
  -webkit-background-clip: text;
}
@media screen and (max-width: 480px){
	.rainbow{
	font-size:1.6em;
	}
}
/* 見出し */
.ttl_center4 {
	font-weight: bold;
	padding: 0 3em;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.ttl_center4::before, .ttl_center4::after {
	content: '';
	background: rgba(24,125,221,1);
	width: 2em;
	height: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.ttl_center4::before {
	left: 0;
}
.ttl_center4::after {
	right: 0;
}
/* p */
.p-title p{
	text-align:left;
}
.color-p{
	color:#f36651;
}
.p-title p{
	text-align: left;
}
.title-12{
	text-align:center;
	font-weight:bold;
	color:white;
	margin: 10px auto;
	padding: 10px;
	background-color:rgba(24,125,221,1);
}
.top-b,.top-h2,.top1-h2,.title-p{
    text-align: center;
}
/* メモBOX */
.memobox{
	margin: 1em 0;
	background-color: #fafae3;
	padding: 1em;
}

.memobox-title{
	font-size: 18px;
	font-weight: bold;
	color: #fa7a02;
}
.memobox-title:before{
	font-family: "Font Awesome 5 Free";
	content: "\f304";
	font-size: 17px;
}

.memobox p{
	margin: 0;
	padding: 0;
}
/* flex */
.f-container{
	display:flex;
	gap: 6px 4px;
	justify-content: center;
}
.f-container img{
	width:180px;
	height: 200px;
	object-fit: cover;
	border-radius:20px;
}

/* img */
.image{
	text-align: center;
}
.image img{
	width: 180px;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
	padding:5px;
}
/* box */
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
/* ドットbox */
.box-design5 {
	padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#ffffe0;/*背景色*/
    border: dotted 6px #ffa500;/*線*/
	color:#000000;/*文字色*/
}
.box-design5 p {
    margin: 0; 
    padding: 0;
}
/* ミニアイコン */
.img-f img{
	width:150px;
	height:150px;
	border-radius: 50%;
	object-fit: cover;
}
.img-f{
	text-align:center;
}

/* box */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 3px #0496f7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
/* list */
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
	font-size:20px;
}
ul.cp_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #ffc06e;
}
.ol-li{
	text-align: center;
}
.ol-li p{
	font-size: 14px;
}
ol.list1{
	counter-reset:list;
	list-style-type:none;
	padding:0;
	text-align: left;
	display: inline-block;
}
ol.list1 li{
	position:relative;
	padding: 0 0 0 30px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size:14px;
	line-height: 29px;
	border: dashed 1px transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
ol.list1 li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: -10px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height:30px;
	background:  #fa7a02;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol.list1 li:hover{
	border-bottom-color:  #fa7a02;
}
/* 下線 */
.highlight {
	background: linear-gradient(to right, #ff7f7f, #ffd27f);
	background-position: left bottom;
	
	background-repeat: no-repeat;
	background-size: 100% 30%;
	animation: slide 2s linear infinite;
}

@keyframes slide {
	from {
		background-size: 0 30%;
	}
	to {
		background-size: 100% 30%;
	}
}
.highlight1 {
	background: linear-gradient(to right, #7ff6ff, #2ca0e4);
	background-position: left bottom;
	
	background-repeat: no-repeat;
	background-size: 100% 30%;
	animation: slide 2s linear infinite;
}



.top1-h2 h2::first-letter {
    padding: 0.7rem;
    border-radius: 54% 46% 38% 62%/49% 70% 30% 52%;
    background-color: #2d1b11;
    background-image: linear-gradient(135deg,  #fa6502 10%,   #f89940 100%);
    color: white;
    font-size: 36px;
}
/* 数字 */
.heading16 {
	position: relative;
	display: table-cell;
	padding: 0 45px;
	font-size: 20px;
}
.heading16:before, .heading16:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color:#fa7a02;
}
.heading16:before {
	left:0;
	transform: rotate(60deg);
}
.heading16:after {
	right: 0;
	transform: rotate(-60deg);
}
/* box */
.box55 {
    position: relative;
    padding: 3rem 1rem 1rem 1.5rem;
    background:
        linear-gradient(177deg, transparent 2rem, #ffffe0 0 100%);
}

.box55::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7rem 1rem;
    border-style: solid;
    border-width: 0 3px 3px 0;
    background-color: rgb(247, 84, 9);
    color: white;
    content: "参加者";
}
.box56 {
    position: relative;
    padding: 3rem 1rem 1rem 1.5rem;
    background:
        linear-gradient(177deg, transparent 2rem, #ffffe0 0 100%);
}

.box56::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7rem 1rem;
    border-style: solid;
    border-width: 0 3px 3px 0;
    background-color:rgb(247, 84, 9);
    color: white;
    content: "参加者の評価";
}
.box57 {
    position: relative;
    padding: 3rem 1rem 1rem 1.5rem;
    background:
        linear-gradient(177deg, transparent 2rem, #ffffe0 0 100%);
}

.box57::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7rem 1rem;
    border-style: solid;
    border-width: 0 3px 3px 0;
    background-color:rgb(247, 84, 9);
    color: white;
    content: "作品数";
}
.box58 {
    position: relative;
    padding: 3rem 1rem 1rem 1.5rem;
    background:
        linear-gradient(177deg, transparent 2rem, #e0feff 0 100%);
}

.box58::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7rem 1rem;
    border-style: solid;
    border-width: 0 3px 3px 0;
    background-color:#0496f7;
    color: white;
    content: "離職率の低下";
}
.box59 {
    position: relative;
    padding: 3rem 1rem 1rem 1.5rem;
    background:
        linear-gradient(177deg, transparent 2rem, #e0feff 0 100%);
}

.box59::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7rem 1rem;
    border-style: solid;
    border-width: 0 3px 3px 0;
    background-color:#0496f7;
    color: white;
    content: "モチベーション向上";
}
.box60 {
    position: relative;
    padding: 3rem 1rem 1rem 1.5rem;
    background:
        linear-gradient(177deg, transparent 2rem, #e0feff 0 100%);
}

.box60::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7rem 1rem;
    border-style: solid;
    border-width: 0 3px 3px 0;
    background-color:#0496f7;
    color: white;
    content: "生産性の向上";
}

.box55 p,.box56 p,.box57 p,.box58 p,.box59 p,.box60 p {
	line-height: 1.5;
	padding: 10px;
}
.box-design14 {
	margin: 20px auto 20px 20px;
	padding: 20px;
	border: 2px solid #fd7641;
}
.box-design14-ttl {
	position: relative;
	left: -40px;
	background-color: rgb(250, 138, 86);
	color: #fff;
	padding: 0.5em 1em;
	margin: 0;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.box-design15 {
	margin: 20px auto 20px 20px;
	padding: 20px;
	border: 2px solid #0496f7;
}
.box-design15-ttl {
	position: relative;
	left: -40px;
	background-color: #0496f7;
	color: #fff;
	padding: 0.5em 1em;
	margin: 0;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 480px){
	.box-design14-ttl {
		font-size:17px;
	}
	.box-design15-ttl {
		font-size:17px;
	}
}

/* list */
.list204 ul {
	padding: 0.3em 0;
	list-style-type: none;
	border: none;
}
.list204 ul li {
	position:relative;
	padding: 0.3em 0 0.3em 1.6em;
	line-height: 1.5;
}
.list204 ul li:before{
	content: '';
	position: absolute;
	background-color: rgba(24,125,221,1);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 10px;
	top: 13px;
}
/*  プロフィール*/
.profile-card{
	width: 100%;
	max-width:350px;
	position: relative;
	background: #fff; /*背景の色*/
	box-shadow: 0px 1px 3px rgba(0,0,0,.18);
	overflow: hidden;
}

.profile-card:before{
	width:120%;
	height:100px;
	content:"";
	transform:skew(15deg,10deg);
	background: rgba(24,125,221,1); /*斜め背景の色*/
	position:  absolute;
	top:-15%;
	left:-10%;
	z-index: 0;
}

.profile-card__inner{
position: relative;
}

.profile-thumb{
	overflow: hidden;
	width: 110px;
	height: 110px;
	border: #fff 3px solid;
	border-radius: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #fff;
}

.profile-thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.profile-content{
	padding: 15px;
}

.profile-content span{
	display: block;
}

.profile-name{
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
}

.profile-job{
	margin-bottom: 10px;
	color: #5c5c5c;
	font-size: 12px;
	text-align: center;
}

.profile-intro{
	font-size: 12px;
}
/*  */
.fa-line:before {
	color: #53e040;
}
.fa-instagram:before {
	color:rgb(255, 0, 200);
}
.color-p{
	color: #f3851d;
	font-size:18px;
	font-weight:bold;
}
/* table */
.table_design02 {
	border-collapse: collapse;
	width: 100%;
}
.table_design02 tr {
	background-color: #e6f1f6;
}
.table_design02 tr:nth-child(odd) {
	background-color: #fff;
}
.table_design02 th, .table_design02 td {
	padding: 1em;
}
.table_design02 th {
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
}
@media screen and (max-width: 480px){
	.table_design02 th {
		width: 40%;
	}
}