@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning-pro
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.2.0
*/
img {
 image-rendering: -webkit-optimize-contrast;
}
/* ----------------------------------------------------
h2 見出しのリセット
----------------------------------------------------*/
h2:before {
    border-top: 0px solid transparent;
}
h2:after {
    border-top: 0px solid transparent;
}
h2 {
    position: initial;
    background: initial;
    color: initial;
　　font-weight:initial;
    line-height: initial;
	font-size: initial;
	

	padding-bottom: 0;


    box-sizing: border-box;
 
    border:initial; 
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;

	font-weight:700!important;
	font-size:1.6em!important;
	line-height:1.5em!important;
}
/* ----------------------------------------------------
h3 見出しのリセット
----------------------------------------------------*/
h3:before {
    border-top: 0px solid transparent;
}
h3:after {
    border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
h3 {
    position: initial;
    background: initial;
    color: initial;
    line-height: initial;
 	font-weight:initial;
	font-weight: initial;
    box-sizing: border-box;
	font-size: initial;
	font-size:1.3em;


	padding-bottom: 0;
 
    border:initial; 
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
	font-weight:700!important;
	font-size:1.4em!important;
}
h4 {
    position: initial;
    background: initial;
    color: initial;
    line-height: initial;
 	font-weight:initial;
	font-weight: initial;
    box-sizing: border-box;
	font-size: initial;

	padding-bottom: 0;
 
    border:initial; 
    border-radius: initial;
    box-shadow: initial;
    text-shadow: initial;
	font-weight:600!important;
	font-size:1.2em!important;
}
p {
    line-height: 1.4em;
}

.mainSection-title, h2 {
	text-align: center!important;

}

.heading07 {
	font-weight: 700;
	position: relative;
	padding-top: 30px;
	font-size: 26px;
}

.heading07 span {
	position: relative;
	text-align: center!important;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	text-align: center!important;
	top: 10px;
  left: 0;
  right: 0;
	color: rgba(224,66,114,0.15);
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: -0.2em
	z-index: 1;
}

.heading14 {
	position: relative;

	padding-left: 80px;
	font-size: 20px;
	font-weight: 600;
	line-height:1.3;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;

	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -0.05em
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}