@charset "utf-8";
/**
 *front page
 */
 
#frontMvArea {
	width: 100%;
	position: relative;
}
#frontMvArea ul#mvMain {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	display: flex;
	align-items: flex-start;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#frontMvArea ul#mvMain li {
	position: relative;
	z-index: 2;
	overflow: hidden;
	position: relative;
}
#frontMvArea ul#mvMain li:nth-child(3)::after,
#frontMvArea ul#mvMain li:nth-child(1)::after {
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	mix-blend-mode: multiply;
	opacity: .32;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#frontMvArea ul#mvMain li:nth-child(1)::after {
	background: #466613;
}
#frontMvArea ul#mvMain li:nth-child(3)::after {
	background: #445458;
}
#frontMvArea ul#mvMain li  img.jyouzan {
	opacity: .4;
}
#frontMvArea ul#mvMain li  img.uptxt {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 56%;
	transform: translate(-50%, -50%);
}
#frontMvArea ul#mvMain li:nth-child(3) img.uptxt {
	width: 64%;
}
#frontMvArea ul#mvMain li:nth-child(1) {
	margin-right: -3%;
	border-radius: 100%;
}
#frontMvArea ul#mvMain li:nth-child(3) {
	margin-left: -3%;
	border-radius: 100%;
}
#frontMvArea ul#mvMain li:nth-child(2) {
	width: 47%;
	position: static;
	z-index: 1;
}
#frontMvArea ul#mvMain li:nth-child(2) img:nth-of-type(1){
	margin-bottom: 1vw;
}
#frontMvArea #campaign_icon {
	width: 14%;
	max-width: 200px;
	position: absolute;
	bottom: -2vw;
	left: 50%;
	transform: translateX(178%);
}
#frontMvArea #campaign_icon  .icon_inner {
	position: relative;
	text-align: center;
}
#frontMvArea #campaign_icon .icontxt {
	width: 66%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform-origin-y: top;
	transform: translate(-50%, -50%);
}
#frontMvArea #campaign_icon .bg_icon {
	animation: 20s linear infinite rotation;
}
@keyframes rotation{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
/*新着*/
#section01 {
	padding: 10em 0 0;
}
#section01 .title {
	letter-spacing: .196em;
	opacity:1;
}
#section01 .title::after {
	opacity:1;
	transform: scale(1,1) translateX(-50%);
}
#section01 ul.newsList {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 3em auto 3em;
}
#section01 ul.newsList li {
	width: 23.05%;
	margin-right: 2.6%;
}
#section01 ul.newsList li:last-child {
	margin-right: 0;
}
#section01 ul.newsList li .imgArea {
	position: relative;
}
#section01 ul.newsList li .imgArea .cate {
	display: inline-block;
	line-height:1;
	color: #000000;
	font-size: 1.4em;
	letter-spacing: .025em;
	padding: .2em .75vw;
	border: 1px solid #000;
	background: #FFF;
	position: absolute;
	left: .5em;
	top: .5em;
}
#section01 ul.newsList li .date {
	font-size: 1.2em;
	color:#1f9127;
	margin: .6em 0 .8em;
}
#section01 ul.newsList li .posttxt {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .025em;
}

/*subImg*/
.subImgArea {
	margin-bottom: 6em;
}
.subImgArea img {
	display: block;
}

/*about*/
#section02 .lead {
	text-align: center;
	padding-top: 5em;
}
#section02 .textArea {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1.2em;
}
#section02 .textArea .textBx.hsps p{
	font-size: 1.7em;
	line-height: 1.8;
}
#section02 .textArea .logoarea {
	width: 20%;
}
#section02 .lead  .grLinetxt::before {
	height: 2px;
}
#section02 .lead p {
	font-size: 3.2em;
	font-weight: 700;
	letter-spacing: .02em;
}
#section02 .imageArea {
	margin: 4.5em auto 4em;
}
#section02  .infoArea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #7d7d7e;
	padding: 2em 3.5% 1.9em;
}
#section02  .infoArea .txtBx {
	width: 100%;
}
#section02  .infoArea h3 {
	font-size: 1.6em;
	font-weight: 400;
	color: #0d338a;
	margin-bottom: .15em;
}
#section02  .infoArea h3 + p  {
	font-size: 1.2em;
	line-height: 1.8;
}
#section02  .infoArea .line {
	text-decoration: underline;
}

/*こんな悩みをお持ちの方に*/
#section03.section {
	margin-bottom: 4em;
}
#section03 .worryBx {
	display: flex;
	align-items:center;
}
#section03 .worryBx .imageArea {
	width: 24%;
	position: relative;
	margin-right: 2.5%;
}
#section03 .worryBx .imageArea .fukidashi {
	width: 54%;
	position: absolute;
	z-index: 2;
}
#section03 .worryBx .content  {
	width: 80%;
}
#section03 .worryBx .content  .titleBx p {
	font-size: 1.4em;
	color: #e43135;
	line-height: 1;
	position: relative;
}
#section03 .worryBx .content  .titleBx p span {
	background: #FFF;
	padding-right: .5em;
}
#section03 .worryBx .content  .titleBx p::after {
	width: 50%;
	height: 1px;
	display: block;
	content: '';
	background-color: #e43135;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}
#section03 .worryBx .content  .titleBx h3 {
	font-size: 2.6em;
	font-weight: 500;
	margin: .2em 0 .2em;
}
#section03 .worryBx .content  .titleBx h3 span {
	font-size: .72em;
font-feature-settings: "palt";
}
#section03 .worryBx .content  .titleBx + ul li {
	font-size: 1.8em;
	margin-bottom: .35em;
}
#section03 .worryBx .content  .titleBx + ul li::before {
	content:'●';
	color: #dfd5ce;
	padding-right: .4em;
}
#section03 .worryBx .content  .titleBx + ul li span {
	position: relative;
	padding-bottom: .5em;
}
#section03 .worryBx .content  .titleBx + ul li span::after {
	width: 100%;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
#section03 .worryBx .content  .titleBx + ul li small {
	font-size: .75em;
	font-feature-settings: "palt";
}
#section03 .worryBx#worry01 {
	align-items: flex-start;
}
#section03 .worryBx#worry01 .content {
	padding-top: 5.2em;
}
#section03 .worryBx#worry01 .content  .titleBx + ul li span::after {
	background: #c6eeda;
}
#section03 .worryBx#worry01 .imageArea .fukidashi {
	top: -5.6em;
	right: -28%;
}
#section03 .worryBx#worry02 {
	flex-direction: row-reverse;
	justify-content: flex-start;
	padding: 3em 0 0;
}
#section03 .worryBx#worry02 .content .titleBx p::after {
	width: 100%;
}
#section03 .worryBx#worry02 .content {
	width: 40%;
}
#section03 .worryBx#worry02 .content  .titleBx + ul li span::after {
	background: #f3d797;
}
#section03 .worryBx#worry02 .imageArea .fukidashi {
	top: -9em;
	right: 8%;
}
#section03 .worryBx#worry03 .imageArea .fukidashi {
	top: -8.8em;
	right: -25%;
}
#section03 .worryBx#worry03 .content  .titleBx + ul li span::after {
	background: #ffdfbf;
}
#section03 .arrowdown {
	text-align: center;
}
#section03 .arrowdown img {
	width: 10%;
}

/*
こんな事ができます!*/
#section04 .inner {
	position: relative;
}
#section04 .candoList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 2em;
}
#section04 .candoList li {
	width: 32%;
	padding-top: 13.6%;
	background: url(../img/front/cando_bg.jpg) no-repeat 0 0;
	background-size: 100% auto;
	border-radius: 1.25vw;
	position: relative;
	margin: 0 0 2em;
}
#section04 .candoList li:nth-child(5),
#section04 .candoList li:nth-child(2) {
	margin: 0 2% 2em;
}
#section04 .candoList li:nth-child(8) {
	margin: 0 0 0 2%;
}
#section04 .candoList li img {
	width:94%;
	position: absolute;
	top: 17%;
	left: 8%;
}
#section04 .candoList li:nth-child(7) img,
#section04 .candoList li:nth-child(3) img {
	width:95%;
}
#section04 .candoList li:nth-child(6) img {
	width:98%;
}
#section04 .candoList li:nth-child(8) img,
#section04 .candoList li:nth-child(1) img {
	width:84%;
}
#section04 .inner  .illust {
	display: inline-block;
	position: absolute;
	bottom: -12.5em;
	z-index:2;
}
#section04 .inner .illust01 {
	left: 0;
	width: 14%;
}
#section04 .inner .illust02 {
	width: 9%;
	right: 0%;
}

/*メンバー紹介*/
#section05 {
	padding: 9em 0 10em;
}
#section05 .flex {
	margin: 5.4em 0 4em;
}
#section05 .flex li {
	text-align: center;
	font-size: 1.7em;
}
#section05 .flex li:nth-child(2) {
	margin: 0 5%;
}
#section05 .flex li .company {
	font-weight: 500;
    font-size: .75em;
    display: block;
    letter-spacing: .1em;
}
#section05 .flex li .name {
	font-weight: 500;
	margin:0.5em 0 0;
}
#section05 .flex li .name span {
	font-weight: normal;
	font-size: .6em;
	letter-spacing: 0;
	margin-left: 0.2em;
}
#section05 .flex li a img {
	opacity: 1;
	transition: opacity .4s linear 0s;
	margin-bottom: .5em;
}
#section05 .flex li a:hover img {
	opacity: .6;
	transition: opacity .4s linear 0s;
}
#section05 .inner {
	position: relative;
}
#section05 .illust {
	width: 26%;
	display: inline-block;
	position: absolute;
	bottom: -12em ;
	left: -10%;
}

/*スポンサー*/
#section06 .flex {
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 5em 0;
}
#section06 .flex li {
	width: 20%;
	margin: 4em  0 0 5%;
}
#section06 .flex li:nth-child(4n+1) {
	margin-left: 0;
}
#section06 .flex li a img {
	opacity: 1;
	transition: opacity .4s linear 0s;
}
#section06 .flex li a:hover img {
	opacity: .4;
	transition: opacity .4s linear 0s;
}

/*リンク*/
#linkArea .inner {
	padding: 12em 0 10em;
	border-top: 1px solid #000;
}
#linkArea .inner .flex {
	align-items: center;
	justify-content: space-between;
}
#linkArea .inner .flex li {
	width: 46%;
}
#linkArea .inner .flex li a {
	display: block;
	position: relative;
}
#linkArea .inner .flex li a::after {
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0,0,0,.4);
	border-radius: 0.78vw;
	overflow: hidden;
	transition: background .4s linear 0s;
}
#linkArea .inner .flex li a:hover::after {
	background: rgb(0,0,0,.2);
	transition: background .4s linear 0s;
}
#linkArea .inner .flex li a .txt {
	width: 74%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#linkArea .inner .flex li:last-child a .txt {
	width: 28.6%;
}
@media screen and (max-width: 1340px) {
	#section05 .illust {
    left:-5%;
	}
}
@media screen and (max-width: 960px) {
	#section02 .lead p {
	font-size: 2.85vw;
	}
	#section03 .worryBx .content .titleBx + ul li {
	font-size: 1.53vw;
	}
}

@media only screen and (max-width: 768px) {
	#frontMvArea ul#mvMain {
	width: 80%;
	}
	#frontMvArea ul#mvMain li:nth-child(2) {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	}
/*新着*/
	#section01 {
	padding: 14vw 0 0;
	}
	#section01 ul.newsList {
	flex-direction: column;
	margin: 7.2vw auto 4vw;
	}
	#section01 ul.newsList li {
	width:100%;
	margin-right: 0;
	margin-bottom: 2em;
	position: relative;
	}
	#section01 ul.newsList li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	}
	#section01 ul.newsList li .imgArea {
	position: static;
	width: 46%;
	}
	#section01 ul.newsList li .txtArea {
	width: 50%;
	}
	#section01 ul.newsList li .imgArea .cate {
	color: #1f9127;
	font-size: 2.6vw;
	padding: 0em 1.2vw;
	border: 1px solid #1f9127;
	left: calc(46vw +  6.5em);
	top: .5vw;
	line-height: 1;
	border-radius: 1vw;
	}
	#section01 ul.newsList li .date {
	font-size: 2.6vw;
	margin: 0 0 0.5vw;
}
	#section01 ul.newsList li .posttxt {
	font-size: 3.2vw;
	}

/*subImg*/
	.subImgArea {
	padding-top: 40%;
	margin-bottom: 6em;
	overflow: hidden;
	position: relative;
	}
	.subImgArea img {
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	}

/*about*/
	#section02 .lead {
	padding-top: 6vw;
	}
	#section02 .textArea {
	display: block;
	margin-bottom: 1.2em;
	}
	#section02 .textArea .textBx.hsps p {
	font-size: 3.4vw;
	line-height: 1.8;
	}
	#section02 .textArea .logoarea {
	display: none;
	}
	#section02 .lead p {
	font-size: 4.26vw;
	font-weight: 600;
	letter-spacing: 0;
	}
	#section02 .imageArea {
	margin: 1em auto 1.5em;
	}
	#section02 .imageArea.swidth {
	width: 100%;
	}
	#section02  .infoArea {
	width: 100%;
	padding: 1em 2.5% 1.2em;
	}
	#section02  .infoArea h3 {
	font-size: 3.2vw;
	line-height: 1.4;
	}
	#section02  .infoArea h3 + p  {
	font-size: 2.6vw;
	line-height: 1.7;
	}
/*こんな悩みをお持ちの方に*/
	#section03.section {
	margin-bottom: 1em;
	}
	#section03 .worryBx {
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10vw;
	}
	#section03 .worryBx .imageArea {
	width: 32%;
	margin-right: 0;
	}
	#section03 .worryBx .imageArea .fukidashi {
	display: none;
	}
	#section03 .worryBx .content  {
	width: 66%;
	}
	#section03 .worryBx .content  .titleBx p {
	font-size: 2.75vw;
	}
	#section03 .worryBx .content  .titleBx p::after {
	width: 90%;
	}
	#section03 .worryBx .content  .titleBx h3 {
	font-size: 3.85vw;
	}
	#section03 .worryBx .content  .titleBx h3 span {
	font-size: .72em;
	}
	#section03 .worryBx .content  .titleBx + ul li {
	font-size: 2.9vw;
	margin-bottom: .2em;
	padding-left: 1.2em;
	position: relative;
	}
	#section03 .worryBx .content  .titleBx + ul li::before {
	padding-right: .0;
	position: absolute;
	left: 0;
	}
	#section03 .worryBx .content  .titleBx + ul li span::after {
	height: 3px;
	}
	#section03 .worryBx .content  .titleBx + ul li small {
	font-size: 2.7vw;
	}
	#section03 .worryBx#worry01 {
	align-items: center;
	}
	#section03 .worryBx#worry01 .content {
	padding-top: 0;
	}
	#section03 .worryBx#worry02 {
	justify-content: center;
	padding: 0 0 0;
	}
	#section03 .worryBx#worry03 {
	margin-bottom: 0;
	}
	#section03 .worryBx#worry02 .content {
	width: 64%;
	}
	#section03 .arrowdown img {
	width: 15%;
	}


/*
こんな事ができます!*/
#section04 .inner {
	position: relative;
}
	#section04 .candoList {
	justify-content: space-between;
	}
	#section04 .candoList li {
	width: 48.5%;
	padding-top: 21.6%;
	background-size: cover;
	border-radius: 2vw;
	margin: 0 0 1em;
	}
	#section04 .candoList li:nth-child(8),
	#section04 .candoList li:nth-child(5),
	#section04 .candoList li:nth-child(2) {
	margin: 0 0 0;
	}
	#section04 .inner  .illust {
	bottom: -13.5em;
	}
	#section04 .inner .illust01 {
	width: 21%;
	}
	#section04 .inner .illust02 {
	width: 14%;
	right: 4%;
	}

/*メンバー紹介*/
	#section05 {
	padding: 5em 0 5em;
	}
	#section05 .flex {
	width: 62%;
	margin: 3em auto 1em;
	flex-direction: column;
	}
	#section05 .flex li {
	font-size: 3.2vw;
	margin-bottom: 4.6vw;
	}
	#section05 .flex li:nth-child(2) {
	margin: 0 0 4vw;
	}
	#section05 .illust {
	display: none;
	}

/*スポンサー*/
	#section06 .flex {
	margin: 0 auto 5vw auto;
	width: 80%;
	}
	#section06 .flex li {
	width: 45%;
	margin: 2em  0 0 5%;
	}
	#section06 .flex li:nth-child(4n+1) {
	margin: 2em  0 0 5%;
	}
	#section06 .flex li:nth-child(2n+1) {
	margin-left: 0;
	}
/*リンク*/
	#linkArea .inner {
	padding: 5vw 0;
	}
	#linkArea .inner .flex {
	flex-direction: column;
	}
	#linkArea .inner .flex li {
	width: 100%;
	margin-top: 4vw;
	}
	#linkArea .inner .flex li:first-child {
	margin-top: 0;
	}
	#linkArea .inner .flex li a::after {
	border-radius: 3.8vw;
	}
	#linkArea .inner .flex li a .txt {
	width: 64%;
	}
	#linkArea .inner .flex li:last-child a .txt {
	width: 24.6%;
	}
	#frontMvArea #campaign_icon {
	width: 30%;
	bottom: -5vw;
	right: 4%;
	left: auto;
	transform: translateX(0);
	}


	#index #linkArea {
	padding-top: 30vw !important;
	}
}