
/* --------------------------------------------------- */
#mainvisual {
	max-width: 1600px;
	width: 100%;
	position: relative;
	margin: 0 auto 120px;
	z-index: 0;
}
#mv {
	width: 82%;
	margin: -80px -20px 0 auto;
	height: 580px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2;
	box-shadow: -15px 15px 0px 0px rgba(255, 255, 255, 1);
}
#mv::after {
	content: "";
	position: absolute;
	z-index: 1;
}
#mainvisual .mv-img {
	position: absolute;
	z-index: 3;
	max-width: 630px;
	width: 65%;
	left: 5%;
	top: 50%;
	transform: translate(0%, -50%);
	
	display: none;
}
.blob-container {
	position: absolute;
	z-index: 3;
	max-width: 600px;
	width: 60%;
	height: 80%;
	left: 7%;
	top: 50%;
	transform: translate(0%, -50%);
}

.blob {
  position: absolute;
  width: 75%;
  height: 80%;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  mix-blend-mode: multiply;
  animation: uneune 8s ease-in-out infinite;
}

.blob-yellow {
  background-color: #FAC957;
  animation: uneune-yellow 6s ease-in-out infinite;
	left: 0;
	bottom: 3%;
}
.blob-orange {
  background-color: #E95C60;
  animation: uneune-orange 7s ease-in-out infinite;
	right: 0;
	bottom: 0;
	margin-bottom: -20px;
}
.blob-pink {
  background-color: #F09AAB;
  animation: uneune-pink 5s ease-in-out infinite;
	top: 0;
	left: 10%;
}
/* Keyframes for each blob */
@keyframes uneune-yellow {
  0%, 100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
    transform: translate(0px, 0px);
  }
  50% {
    border-radius: 70% 40% 60% 90% / 60% 80% 40% 90%;
    transform: translate(-8px, 6px);
  }
}
@keyframes uneune-orange {
  0%, 100% {
    border-radius: 60% 70% 75% 40% / 80% 60% 60% 50%;
    transform: translate(0px, 0px);
  }
  50% {
    border-radius: 85% 40% 60% 65% / 60% 80% 40% 90%;
    transform: translate(6px, -4px);
  }
}
@keyframes uneune-pink {
  0%, 100% {
    border-radius: 70% 60% 60% 60% / 60% 70% 60% 50%;
    transform: translate(0px, 0px);
  }
  50% {
    border-radius: 60% 80% 50% 70% / 80% 60% 70% 60%;
    transform: translate(-4px, -6px);
  }
}

#mainvisual .mv-ttl {
	position: absolute;
	z-index: 4;
	max-width: 650px;
	width: 70%;
	left: 5%;
	top: 50%;
	transform: translate(0%, -50%);
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
	#mainvisual {
        margin: 0 auto 100px;
    }
	#mv {
        width: 82%;
        margin: -60px 0px 0 auto;
        height: 450px;
    }
}
@media (max-width: 480px) {
	#mainvisual {
        margin: 0 auto 60px;
    }
	#mv {
        width: 90%;
        margin: -60px 0px 0 auto;
        height: 260px;
        box-shadow: -10px 10px 0px 0px rgba(255, 255, 255, 1);
    }
	.blob-container {
        width: 50%;
        height: 60%;
        left: 10%;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#sec01 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 100px;
	position: relative;
	padding-bottom: 50px;
	z-index: 1;
}
#sec01 .note {
	width: 600px;
    background-image:
		linear-gradient(90deg, transparent 0%, transparent 50%, #F8F5EC 50%, #F8F5EC 100%),
		linear-gradient(180deg, #E33C0B 2px, transparent 2px);
    background-size: 8px 100%, 100% 4.5em;
    line-height: 4.5em;
    padding-bottom: 2px;
	margin-bottom: 40px;
}
#sec01 .note p {
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	transform: rotate(0.03deg);
	color: #E33C0B;
	font-size: 1.6em;
	letter-spacing: 5px;
	padding-left: 10px;
}
#sec01 .txt {
	max-width: 780px;
	width: 57%;
}
#sec01 .list1 {
	display: flex;
	justify-content: space-between;
	
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#sec01 .list1 li {
	width: 32%;
}
#sec01 .list1 li p {
	line-height: 1.7em;
	font-weight: 500;
	font-size: 1.2em;
	
  position: relative;
  padding: 25px 0px;
  border-bottom: 2px solid #333333;
	
	background: url("../images/common/back03.png") center;
	background-size: 200px;
	background-color: #F8F5EC;
	margin-bottom: 15px;
	min-height: 160px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#sec01 .list1 li p::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  rotate: 135deg;
  translate: -50%;
}
#sec01 .list1 li p::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
	
	background-color: #F8F5EC;
}
#sec01 .list1 li p span {
	color: #CE502A;
	display: block;
	text-align: center;
}
#sec01 .list1 li img {
	display: block;
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
}

#sec01 .ph1,
#sec01 .ph2,
#sec01 .ph3 {
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
}
#sec01 .ph1 {
	width: 16%;
	right: -10%;
	top: 0%;
}
#sec01 .ph2 {
	width: 18%;
	bottom: 95%;
	right: 10%;
}
#sec01 .ph3 {
	width: 11%;
	bottom: 70%;
	right: 8%;
}
@media (max-width: 1100px) {
	#sec01 .list1 li p {
		font-size: 1.1em;
	}
}
@media (max-width: 960px) {
	#sec01 {
        margin: 0 auto 50px;
        padding-bottom: 0px;
    }
	#sec01 .note {
        width: 100%;
    }
    #sec01 .note p {
        font-size: 1.4em;
    }
	#sec01 .ph1 {
		width: 30%;
        right: 5%;
        margin-top: 0;
		bottom: 33%;
    }
	#sec01 .ph2 {
        width: 30%;
        top: 70%;
        margin-right: -10%;
    }
	#sec01 .ph3 {
        right: 23%;
    }
	#sec01 .ph1,
    #sec01 .ph2,
    #sec01 .ph3 {
		display: none;
	}
	#sec01 .list1 {
		display: block;
	}
	#sec01 .list1 li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
		border-radius: 10px;
		padding-right: 190px;
	}
	#sec01 .list1 li p::before,
    #sec01 .list1 li p::after {
		display: none;
	}
	#sec01 .list1 li p {
		border-bottom: none;
		background-color: #fff;
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	#sec01 .list1 li p span {
	}
	#sec01 .list1 li img {
        max-width: 180px;
        margin: 0;
		position: absolute;
		right: 10px;
		top: 10px;
    }
}
@media (max-width: 768px) {
	#sec01 .note {
        width: 100%;
        background-size: 8px 100%, 100% 3.5em;
        line-height: 3.5em;
    }
    #sec01 .note p {
        font-size: 1.3em;
        letter-spacing: 3px;
        padding-left: 10px;
    }
	#sec01 .list1 li p {
		min-height: 120px;
		font-size: 1.1em;
	}
	#sec01 .list1 li {
		padding-right: 100px;
	}
	#sec01 .list1 li img {
        max-width: 120px;
		right: 10px;
    }
	
}
@media (max-width: 580px) {
	#sec01 .note {
		margin-bottom: 25px;
        background-size: 8px 100%, 100% 3.5em;
        line-height: 3.5em;
        }
    #sec01 .note p {
        font-size: 1.2em;
        letter-spacing: 1px;
        padding-left: 0;
		font-weight: 600;
		transform: rotate(0.03deg);
    }
	#sec01 .txt {
		width: 100%;
	}
	#sec01 .ph1,
	#sec01 .ph2,
	#sec01 .ph3 {
		display: none;
	}
	#sec01 .list1 li p {
		min-height: 110px;
		font-size: .9em;
	}
	#sec01 .list1 li {
		padding-right: 90px;
	}
	#sec01 .list1 li img {
		right: -5px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#sec02 .block {
	margin-bottom: 100px;
	position: relative;
}
#sec02 .block::before {
	content: "";
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 0;
}
#sec02 .block .ph {
	width: 80%;
	height: 610px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
#sec02 .block .ph1 {
	margin: 0 auto 0 -8%;
	background: url("../images/top/ph04.jpg") no-repeat center;
	background-size: cover;
}
#sec02 .block .ph2 {
	margin: 0 -8% 0 auto;
	background: url("../images/top/ph05.jpg") no-repeat center;
	background-size: cover;
}
#sec02 .block .box {
	position: absolute;
	bottom: -30px;
	max-width: 600px;
	width: 80%;
	z-index: 2;
}
#sec02 .block .box-l {
	left: 0;
}
#sec02 .block .box-r {
	right: 0;
}
#sec02 .block .ttl {
	position: absolute;
	top: 0;
	font-size: 35px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	letter-spacing: 8px;
	line-height: 150%;
	z-index: 3;
	
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 30px 15px;
	border-left: #fff 5px double;
	border-right: #fff 5px double;
	color: #fff;
	transform: rotate(0.03deg);
}
#sec02 .block .ttl br {
	display: none;
}
#sec02 .block .ttl.left {
	left: 0;
	background-color: #7DAC4F;
}
#sec02 .block .ttl.right {
	right: 0;
	background-color: #E33C0B;
}
#sec02 .block .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec02 .block .box li {
	width: 49%;
	margin-bottom: 2%;
	text-align: center;
	background-color: #fff;
	color: #E33C0B;
	font-weight: 500;
	letter-spacing: 3px;
	padding: 15px 0;
	box-shadow: 2px 2px 0px 0px rgba(227,60,11,.2);
	line-height: 150%;
}
#sec02 .block .box.box-l li {
	color: #7DAC4F;
	box-shadow: 2px 2px 0px 0px rgba(125,172,79,.2);
}
#sec02 .block .box li br {
	display: none;
}
@media (max-width: 960px) {
	#sec02 .block .ph {
        height: 460px;
    }
	#sec02 .block .ttl {
		font-size: 22px;
	}
	#sec02 .block .box {
        bottom: -30px;
        max-width: 500px;
    }
	#sec02 .block .box li {
		width: 49.5%;
		margin-bottom: 1%;
	}
}
@media (max-width: 768px) {
	#sec02 .block {
		margin-bottom: 60px;
	}
	#sec02 .block .ph {
		width: 88%;
        height: 320px;
		margin-bottom: 0px;
    }
	#sec02 .block .ttl {
		font-size: 20px;
		padding: 22px 12px;
	}
	#sec02 .block .ttl br {
		display: none;
	}
	#sec02 .block .box {
        position: relative;
        max-width: none;
        width: 100%;
		margin-top: -15px;
    }
}
@media (max-width: 480px) {
	#sec02 .block .ph {
		width: 85%;
        height: 210px;
		margin-bottom: 0px;
    }
	#sec02 .block .ttl {
		font-size: 18px;
		font-weight: 400;
	}
	#sec02 .block .box li br {
		display: block;
	}
}
/* --------------------------------------------------- */
#sec03 {
	height: 100vh;
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
/* --------------------------------------------------- */
.banner-set {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between;
}
.banner-set li {
	text-align: center;
	width: 15.5%;
}
.banner-set li a {
	display: block;
	position: relative;
}
.banner-set li a:hover {
	opacity: .8;
}
.banner-set li a span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 12px;
	line-height: 150%;
	left: 0;
	bottom: -45px;
	font-weight: 600;
}
.banner-set li:last-child a {
	display: block;
	background-color: #E33C0B;
	color: #fff;
	text-align: center;
	line-height: 160%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: .9em;
	height: 100%;
}
.banner-set2 {
	max-width: 800px;
	width: 95%;
	margin: -60px auto 150px;
	display: flex;
	justify-content: space-between;
}
.banner-set2 li {
	width: 49%;
}
.banner-set2 li a:hover {
	opacity: .8;
}
@media (max-width: 1170px) {
	.banner-set {
        max-width: 800px;
        width: 90%;
        margin: 0 auto 70px;
		flex-wrap: wrap;
    }
    .banner-set li {
        width: 32%;
		margin-bottom: 70px;
    }
	.banner-set2 {
        max-width: 800px;
        width: 90%;
        margin: -70px auto 70px;
    }
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
	.banner-set {
        max-width: 480px;
        margin: 0 auto 40px;
    }
	.banner-set li {
        width: 48%;
		margin-bottom: 10px;
    }
	.banner-set li a span {
		display: none;
	}
	.banner-set2 {
        max-width: 480px;
        margin: -40px auto 50px;
		display: block;
    }
    .banner-set2 li {
        width: 100%;
		margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


