@charset "UTF-8";
/* CSS Document */
.img100 {
  width: 100%;
  margin: 0 auto;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
a {
  transition: 0.3s all;
}
.inner {
	width: 100%;
	margin: 0 auto;
}
.flex {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width:751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  a:hover {
	opacity: .7;
  }
	.flex_pc {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width:1367px) {
	.inner {
		width: 1366px;
	}
}
@media screen and (max-width:750px) {
	.inner_sp {
		width: 80%;
		margin: 0 auto;
	}
}
/*mainvisual*/
.main_visual .mv_logo {
	margin: -16vw auto 23vw;
	width: 66%;
}

@media screen and (min-width:751px) {
	.mv {
		position: relative;
	}
	.mv .mv_logo {
		position: absolute;
		right: 9vw;
		bottom: -20vw;
		width: 28vw;
		margin: 0;
	}
}

@media screen and (min-width:1367px) {
	.mv .mv_logo { 
		width: 385px;
		bottom: -283px;
		right: 128px;
	}
}

/*sec01*/
.sec01 h2 {
	margin: 0 auto 13vw;
}
.sec01 h2 span {
	position: relative;
	display: inline-block;
}

.sec01 h2 span::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/sec01_tit_icon.svg") center center no-repeat;
	width: 20vw;
	height: 20vw;
	right: 0;
	top: -13vw;
}
.sec01 .sec01_img02 {
	margin: 0 0 13vw;
}
.sec01 .sec01_desc {
	margin: 0 auto 6vw;
}
.sec01 .sec01_howto {
	margin: 0 auto 11vw;
	position: relative;
}

.sec01 .sec01_howto::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/sec01_howto_illust.png") center center no-repeat;
	background-size: 100%;
	width: 18vw;
	height: 17.6vw;
	right: -3vw;
	top: 42vw;
}


.sec01 .sec01_img03 {
	width: 92%;
	margin: 0 auto 27vw;
}

@media screen and (min-width:751px) {
	.sec01 .inner {
		position: relative;
		padding: 0 0 13vw;
	}
	.sec01 h2 {
		margin: 9vw 0 7vw 15vw;
	}
	.sec01 h2 span {
		width: 33vw;
	}
	.sec01 h2 span::after {
		width: 8vw;
		height: 8vw;
		right: -80px;
		top: -5vw;
	}
	.sec01 .sec01_img01 {
		width: 44vw;
	}
	.sec01 .sec01_img02 {
		width: 35vw;
		position: absolute;
		right: 6vw;
		top: 18vw;
	}
	.sec01 .sec01_desc {
		width: 29vw;
		margin: 6vw 0 5vw 15vw;
	}
	.sec01 .sec01_howto {
		width: 34vw;
		position: absolute;
		right: 12vw;
		bottom: 0;
	}
	.sec01 .sec01_img03 {
		width: 48vw;
		margin: 0 0 0;
		padding: 0 0 13vw;
	}
	.sec01 .sec01_howto::after {
		width: 10vw;
		height: 18vw;
		right: -4vw;
		top: 11vw;
	}
}
@media screen and (min-width:1367px) {
	.sec01 .inner {
		padding: 0 0 126px;
	}
	.sec01 h2 {
		margin: 120px 0 93px 208px;
	}
	.sec01 h2 span {
		width: 450px;
	}
	.sec01 h2 span::after {
		width: 113px;
		height: 113px;
		right: -80px;
		top: -70px;
	}
	.sec01 .sec01_img01 {
		width: 660px;
	}
	.sec01 .sec01_img02 {
		width: 478.5px;
		right: 93px;
		top: 260px;
	}
	.sec01 .sec01_desc {
		width: 402px;
		margin: 82px 0 72px 208px;
	}
	.sec01 .sec01_howto {
		width: 462px;
		right: 160px;
	}
	.sec01 .sec01_howto::after {
		width: 130px;
		height: 95px;
		right: -50px;
    	top: 240px;
	}
	.sec01 .sec01_img03 {
		width: 657px;
	}
}

/*sec02*/
.sec02 h2 {
	text-align: center;
}
.sec02 h2 span {
	display: inline-block;
	width: 35%;
	margin: 0 auto 8vw;
	position: relative;
}
.sec02 h2 span::before {
	position: absolute;
	content: "";
	display: block;
	background: url(../img/sec02_tit_illust.png) center center no-repeat;
	background-size: 100%;
	width: 15vw;
	height: 10vw;
	left: -11vw;
    top: -11vw;
}
.sec02 ul {
	margin: 0 0 17vw;
}
.sec02 ul li {
	width: 74%;
	margin: 0 auto 10vw;
}
.sec02 ul li:last-of-type {
	margin: 0 auto 0;
}
.sec02 .sec02_bnr {
	width: 86%;
	margin: 0 auto 20vw;
}

@media screen and (min-width:751px) {
	
	.sec02 h2 span {
		display: inline-block;
		width: 15vw;
		margin: 0 auto 5vw;
	}
	.sec02 h2 span::before {
		width: 9vw;
		height: 6vw;
		left: -10vw;
		top: -5vw;
	}
	.sec02 ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 80vw;
		margin: 0 auto;
	}
	.sec02 ul li {
		width: 30%;
		margin: 0 1vw 5vw;
	}
	.sec02 ul li:last-of-type {
		margin: 0 1vw;
	}
	.sec02 .sec02_bnr {
    	width: 70vw;
		margin: 0 auto 9vw;
	}
}


@media screen and (min-width:1367px) {
	.sec02 h2 span {
		width: 206px;
	}
	.sec02 h2 span::before {
		width: 122px;
		height: 78px;
		left: -150px;
    	top: -80px;
	}
	.sec02 ul {
		width: 1200px;
		margin: 0 auto 13px;
	}
	.sec02 ul li {
		width: 328px;
		margin: 0 30px 69px;
	}
	.sec02 .sec02_bnr {
    	width: 950px;
		margin: 0 auto 122px;
	}
}

/*sec03*/
.sec03 {
	background: #037b22;
	padding: 13vw 6vw 16vw;
}
.sec03 h2 {
	width: 45vw;
	margin: 0 auto 9vw;
}
.sec03_img {
	width: 67vw;
	margin: 0 auto 7vw;
}
.sec03_wrap {
	position: relative;
}
.sec03_wrap::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/pc/sec03_bg.png") center center no-repeat;
	background-size: 100%;
	width: 80vw;
	height: 72vw;
	left: 50%;
	bottom: 67vw;
	transform: translate(-50%,0);
	z-index: 0;
}
.sec03_wrap .sec03_desc {
	position: relative;
	z-index: 10;
}
.sec03_wrap .sec03_desc dt {
	margin: 0 0 8vw;
}
@media screen and (min-width:751px) {
	
	.sec03 {
		padding: 4vw 6vw 4vw;
	}
	.sec03 .inner {
		width: 84vw;
	}
	.sec03 h2 { 
		text-align: center;
		width: 16vw;
		padding: 0;
	}
	.sec03_wrap {
		display: flex;
		justify-content: flex-start;
	}
	.sec03_wrap::after {
		width: 44vw;
		height: 40vw;
		right: 4vw;
    	bottom: 1vw;
		left: inherit;
		transform: inherit;
	}
	.sec03_wrap .sec03_img {
		width: 22vw;
		margin: 0 2vw 0 0;
	}
	.sec03_wrap .sec03_desc {
		width: 52vw;
	}
	.sec03_wrap .sec03_desc dt {
		margin: 0 0 2vw;
	}
}


@media screen and (min-width:1367px) {
	
	.sec03 .inner {
		width: 1366px;
	}
	.sec03 h2 { 
		margin: 0 auto 60px;
		width: 221px;
	}
	.sec03_wrap::after {
		width: 600px;
		height: 542px;
		right: 155px;
    	bottom: 30px;
	}
	.sec03_wrap .sec03_img {
		width: 300px;
		margin: 0 30px 0 108px;
	}
	
	.sec03_wrap .sec03_desc {
		width: 720px;
	}
	.sec03_wrap .sec03_desc dt {
		margin: 0 0 33px;
	}
}

/*link*/
.link a {
	display: block;
	width: 48%;
	margin: 16vw auto;
}

@media screen and (min-width:751px) {
	
	.link a {
		margin: 7vw auto;
		width: 26vw;
	}
}


@media screen and (min-width:1367px) {
	
	.link a {
		margin: 100px auto;
		width: 360px;
	}
}

/* footer */
footer {
  background-color: #ed181d;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 2% 0;
  letter-spacing: 1px;
	margin: 0 0 12vw;
}
@media screen and (min-width:751px) {
  footer {
    font-size: 12px;
    padding: 1.5% 0;
    margin: 0;
  }
}

@media screen and (min-width:1367px) {
	footer {
		padding: 23px 0 13px;
	}
}

/* fix */
.totop {
}
.totop a {
	position: fixed;
    right: 1vw;
	bottom: 23vw;
	z-index: 100;
	width: 13vw;
	display: block;
}
@media screen and (min-width:751px) {
	
	.totop a {
		right: 1vw;
		bottom: 6vw;
		width: 6vw;
	}
	.link_fix ul {
		position: fixed;
		right: 0;
		top: 2vw;
		left: inherit;
		bottom: inherit;
	}
	.link_fix ul li {
		width: 3vw;
	}
	.link_fix ul li:first-of-type {
		margin: 0 0 0.5vw;
	}
}

@media screen and (min-width:1367px) {
	.totop a {
		width: 85px;
		right: 50px;
		bottom:78px;
	}
}
@media screen and (max-width:750px) {
	
	.link_fix {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 100;
	}
	.link_fix ul {
		display: flex;
		justify-content: space-between;
	}
	.link_fix ul li {
		width: 49.8%;
	}
}
