@charset "UTF-8";


#feature {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#main2 h2 span {
	color: #E85A23;
}


#main2 .let1 {
	position: absolute;
	top: 68px;
	right: 80px;
	width: 325px;
}

h3.tobira {
	text-align: center;
	color: #81CDE4;
	font-size: 3rem;
	line-height: 1.8;
	font-feature-settings: "palt";
}

.tobiramenu {
	width: 1100px;
	margin: 50px auto;
	padding: 80px 0 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #81CDE4;
}

.tobiramenu li {
	width: 520px;
	margin-bottom: 50px;
}

.tobiramenu a {
	display: block;
	text-decoration: none;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
}
.tobiramenu a:after {
	content: "";
	position: absolute;
	width: 10%;
	border-bottom: 1px solid #000;
	bottom: -1px;
	right: 0;
}
.tobiramenu div {
	border-radius: 10px;
	overflow:hidden;
	will-change: transform;
}
.tobiramenu img {
	transition:500ms all;
}
.tobiramenu img:hover{
	transform:scale(1.05,1.05);
}
.tobiramenu h4 {
	font-size: 2.5rem;
	color: #81CDE4;
	margin-bottom: 5px;
}
.tobiramenu h4 em {
	font-size: 1.6rem;
	color: #81CDE4;
	display: block;
	margin-bottom: 6px;
	font-style: normal;
}
.tobiramenu h4 span {
	font-size: 1.2rem;
	font-weight: bold;
	color: #E85A23;
}

.tobiramenu p {
	font-size: 2rem;
	color: #333;
	font-weight: bold;
	position: relative;
	padding-right: 20px;
	margin-top: 30px;
	padding-bottom: 0;
}

.tobiramenu p:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 9px;
	border-color: transparent transparent transparent #E76110;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}





#feature2 #main, #feature2 #main2 {
	background: linear-gradient(156deg, rgba(255,255,0,1) 10%, rgba(214,255,0,1) 90%);
	border-top: none;
	border-bottom: none;
	margin-top: -144px;
	padding-top: 144px;
	padding-bottom: 0;
	position: relative;
}
#feature2 #main2 {
	background: linear-gradient(336deg, rgba(41,164,219,1) 10%, rgba(12,228,244,1) 90%);
}

#feature2 #main .inner, #feature2 #main2 .inner {
	width: 1100px;
	height: 707px;
	margin: 0 auto;
	border-top: 1px solid #82CAE5;
	position: relative;
}
#feature2 #main2 .inner {
	border-top: 1px solid #fff;
}

#feature2 #main .inner .kanmuri, #feature2 #main2 .inner .kanmuri {
	font-size: 1.5rem;
	color: #E85A23;
	margin-top: 50px;
}
#feature2 #main2 .inner .kanmuri {
	color: #ff0;
}

#feature2 #main .inner h2, #feature2 #main2 .inner h2 {
	font-size: 6rem;
	line-height: 1.66;
	padding-top: 40px;
	padding-left: 100px;
	writing-mode: vertical-rl;
	color: #82CAE5;
	z-index: 10;
	position: relative;
}
#feature2 #main2 .inner h2 {
	color: #fff;
}

#feature2 #main .mainimg, #feature2 #main2 .mainimg {
	position: absolute;
	top: 145px;
	right: 0;
	z-index: 8;
	width: auto;
	margin: 0;
	padding-top: 0;
}

#feature2 #main .inner .let1 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 720px;
	z-index: 9;
}
#feature2 #main2 .inner .let2 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 720px;
	z-index: 9;
}
#feature2 #main .inner .let3 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 580px;
	z-index: 9;
}




.main1btm {
	padding: 30px 0 140px 0;
	width: 1100px;
	margin: 0 auto;
	background: url(../images/feature/mainbtmbg1_pc.gif) no-repeat 680px 10px;
}
.main2btm, .main3btm, .main4btm {
	padding: 30px 0 140px 0;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.main1btm h3, .main2btm h3, .main3btm h3, .main4btm h3 {
	font-size: 3rem;
	line-height: 1.8;
	color: #81CDE4;
	margin-bottom: 20px;
}

.main1btm p, .main2btm p, .main3btm p, .main4btm p {
	font-size: 2rem;
	line-height: 2;
}
.main2btm .graph {
	position: absolute;
	right: 40px;
	top: 0;
	width: 320px;
}
.main3btm .graph {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 490px;
}
.main4btm .graph {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 468px;
}





.strength {
	margin-bottom: 100px;
}


.strength h2 {
	font-size: 3rem;
	color: #81CDE4;
	width: calc(100% - 8rem);
	margin: 0 0 0 auto;
	padding: 50px 0;
}
.strength h2.wh {
	color: #fff;
}


.strength .inner {
	position: relative;
}

.vllet {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 450px;
}

.vllet2 {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 450px;
}

.strength .inner ul {
	margin: 0 0 0 auto;
	width: calc(100% - 8rem);
}

.strength .inner li {
	margin-bottom: 2px;
	border-radius: 10px 0 0 10px;
}
.strength .inner .strengthlist1 li:nth-child(1) {
	background: url(../images/feature/strength1_1_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist1 li:nth-child(2) {
	background: url(../images/feature/strength1_2_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist1 li:nth-child(3) {
	background: url(../images/feature/strength1_3_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist1 li:nth-child(4) {
	background: url(../images/feature/strength1_4_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist1 li:nth-child(5) {
	background: url(../images/feature/strength1_5_pc.webp) no-repeat top center/cover;
}

.strength .inner .strengthlist2 li:nth-child(1) {
	background: url(../images/feature/strength2_1_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist2 li:nth-child(2) {
	background: url(../images/feature/strength2_2_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist2 li:nth-child(3) {
	background: url(../images/feature/strength2_3_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist2 li:nth-child(4) {
	background: url(../images/feature/strength2_4_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist2 li:nth-child(5) {
	background: url(../images/feature/strength2_5_pc.webp) no-repeat top center/cover;
}

.strength .inner .strengthlist3 li:nth-child(1) {
	background: url(../images/feature/strength3_1_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist3 li:nth-child(2) {
	background: url(../images/feature/strength3_2_pc.webp) no-repeat top center/cover;
}

.strength .inner .strengthlist4 li:nth-child(1) {
	background: url(../images/feature/strength4_1_pc.webp) no-repeat top center/cover;
}
.strength .inner .strengthlist4 li:nth-child(2) {
	background: url(../images/feature/strength4_2_pc.webp) no-repeat top center/cover;
}

.strength .inner li .wplate {
	width: 400px;
	background: rgb(255,255,255,.9);
	padding: 50px;
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
	min-height: 400px;
}

.strength .inner li .wplate .cap {
	color: #E76110;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.strength .inner li .wplate h3 {
	color: #82CAE5;
	font-size: 2.5rem;
	margin-bottom: 15px;
}
.strength .inner li .wplate h4 {
	color: #82CAE5;
	font-size: 1.6rem;
}

.strength .inner li .wplate p {
	color: #333;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 1.66;
}


.strength .inner #strengthbg, .strength .inner #strengthbg2 {
	position: absolute;
	width: calc(100% - 8rem);
	height: 100%;
	margin: 0 auto 0 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 10px 10px 0;
	background: linear-gradient(90deg, #ff0 0%, #D6FF00 100%);
	overflow: hidden;
}

.strength .inner #strengthbg2 {
	background: linear-gradient(90deg, #0CE4F4 0%, #29A4DB 100%);
	overflow: hidden;
}
















/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {




#feature {
	width: 86%;
	padding-top: 40px;
	padding-bottom: 50px;
}

#feature #main2 .let1 {
	position: absolute;
	top: 40px;
	right: 0;
	width: 162px;
}




.tobiramenu {
	width: 100%;
	margin: 50px auto 0;
	padding: 40px 0 0;
}

.tobiramenu li {
	width: 100%;
}

.tobiramenu a {
	padding-bottom: 20px;
}

.tobiramenu p {
	font-size: 1.6rem;
	margin-top: 20px;
}


#feature2 #main, #feature2 #main2 {
	background: linear-gradient(156deg, rgba(255,255,0,1) 10%, rgba(214,255,0,1) 80%);
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
#feature2 #main2 {
	background: linear-gradient(336deg, rgba(41,164,219,1) 10%, rgba(12,228,244,1) 90%);
}

#feature2 #main .inner, #feature2 #main2 .inner  {
	width: 86%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 0;
	border-top: none;
}


#feature2 #main .inner .kanmuri, #feature2 #main2 .inner .kanmuri {
	margin-top: 25px;
}
#feature2 #main .inner h2, #feature2 #main2 .inner h2 {
	font-size: 3rem;
	padding-top: 0;
	margin-left: auto;
	margin-bottom: 20px;
}

#feature2 #main .mainimg, #feature2 #main2 .mainimg {
	position: static;
	top: auto;
	right: 0;
	margin: 0 calc(49.3% - 50vw);
	margin-bottom: 50px;
	width: 100vw;
}

#feature2 #main .mainimg img, #feature2 #main2 .mainimg img {
	width: 96%;
}

#feature2 #main .inner .let1 {
	position: absolute;
	top: 40px;
	left: 0;
	width: 350px;
}
#feature2 #main2 .inner .let2 {
	position: absolute;
	top: 40px;
	left: 0;
	width: 350px;
}
#feature2 #main .inner .let3 {
	position: absolute;
	top: 40px;
	left: 0;
	width: 300px;
}


.main1btm {
	padding: 10px 0 70px 0;
	width: 86%;
	margin: 0 auto;
	background: url(../images/feature/mainbtmbg1_sp.gif) no-repeat top 10px right 10px/120px auto;
}
.main2btm, .main3btm, .main4btm {
	padding: 10px 0 70px 0;
	width: 86%;
	margin: 0 auto;
}
.main1btm h3, .main2btm h3, .main3btm h3, .main4btm h3 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.main1btm p, .main2btm p, .main3btm p, .main4btm p {
	font-size: 1.6rem;
}

.main2btm .graph, .main3btm .graph, .main4btm .graph {
	position: static;
	width: 100%;
}





.strength {
	margin-bottom: 50px;
}

.strength li:hover {
	opacity: 1;
}

.strength h2 {
	font-size: 3rem;
	width: 86%;
	margin: 0 auto;
	padding: 20px 0;
}

.vllet {
	position: absolute;
	top: 70px;
	right: 0;
	width: 220px;
}

.vllet2 {
	position: absolute;
	top: 35px;
	right: 0;
	width: 220px;
}

.strength .inner ul {
	margin: 0 0 0 auto;
	width: calc(100% - 1.6rem);
}

.strength .inner li {
	padding-top: 200px;
}

.strength .inner li .wplate {
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 0 0 0 10px;
	min-height: auto;
}

.strength .inner li .wplate .cap {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.strength .inner .strengthlist1 li:nth-child(1) {
	background: url(../images/feature/strength1_1_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist1 li:nth-child(2) {
	background: url(../images/feature/strength1_2_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist1 li:nth-child(3) {
	background: url(../images/feature/strength1_3_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist1 li:nth-child(4) {
	background: url(../images/feature/strength1_4_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist1 li:nth-child(5) {
	background: url(../images/feature/strength1_5_sp.webp) no-repeat top center/100% auto;
}

.strength .inner .strengthlist2 li:nth-child(1) {
	background: url(../images/feature/strength2_1_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist2 li:nth-child(2) {
	background: url(../images/feature/strength2_2_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist2 li:nth-child(3) {
	background: url(../images/feature/strength2_3_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist2 li:nth-child(4) {
	background: url(../images/feature/strength2_4_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist2 li:nth-child(5) {
	background: url(../images/feature/strength2_5_sp.webp) no-repeat top center/100% auto;
}

.strength .inner .strengthlist3 li:nth-child(1) {
	background: url(../images/feature/strength3_1_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist3 li:nth-child(2) {
	background: url(../images/feature/strength3_2_sp.webp) no-repeat top center/100% auto;
}

.strength .inner .strengthlist4 li:nth-child(1) {
	background: url(../images/feature/strength4_1_sp.webp) no-repeat top center/100% auto;
}
.strength .inner .strengthlist4 li:nth-child(2) {
	background: url(../images/feature/strength4_2_sp.webp) no-repeat top center/100% auto;
}


.strength .inner #strengthbg, .strength .inner #strengthbg2 {
	position: absolute;
	width: 100%;
	border-radius: 0;
}





}
