@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	/*padding: 21rem 0 9rem;*/
	background: url(../../image/main_bg.jpg) no-repeat center top / cover;
	height: calc(100vh - 160px);
}
.mainVisual .textImg {
	margin: 0 auto;
    max-width: 100rem;
    display: block;
    padding: 26vh 0 0;
}
#main .sec01 {
	padding: 13rem 0 10rem;
	background: url(../../image/sec01_bg.jpg) no-repeat center top / cover;
}
#main .sec01 .innerBox {
	padding: 11rem 5.5rem 4.5rem;
	border-radius: 4rem;
	background-color: #fff;
	border: 0.5rem solid #fddc60;
}
#main .sec01 .innerBox h2 {
	padding: 1.8rem 2rem;
    margin: -16.5rem auto 6rem 2rem;
    width: 44rem;
    text-align: center;
    color: #54450c;
    font-weight: 700;
    font-size: 3.6rem;
    border-radius: 5rem;
    background-color: #fddc60;
    border: 0.5rem solid #fddc60;
}
#main .sec01 .innerBox .photoBox {
    margin-left: 6rem;
    width: 36rem;
    margin-top: -7rem;
    border-radius: 2rem;
    overflow: hidden;
}

#main .sec01 .innerBox .textBox {
	margin-top: -0.5rem;
	flex: 1;
}
#main .sec01 .innerBox .textBox .txt {
	margin-bottom: 2rem;
	color: #54450c;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
#main .sec01 .innerBox .textBox .txt01 {
	margin-bottom: 3.3rem;
}
#main .sec01 .innerBox .textBox .txt03 {
	font-size: 2.6rem;
	font-weight: bold;
}
#main .sec01 .textBox .txt .line {
	font-weight: 700;
    padding: 0 0.4rem 0.4rem;
    background: -webkit-linear-gradient(#FDDC60, #FDDC60) repeat-x left bottom / 100% 1.7rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
#main .sec02 {
	padding: 5.1rem 0 10rem;
	background: url(../../image/sec02_bg.jpg) no-repeat center top / cover;
}
#main .sec02 .infoList {
	margin: -3rem 0 5rem;
}
#main .sec02 .infoList li {
	margin-top: 3rem;
	width: 38rem;
}
#main .sec02 .infoList li:not(:nth-child(3n)) {
	margin-right: 3rem;
}
#main .sec02 .infoList a {
	height: 100%;
	display: block;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#main .sec02 .infoList .photoBox {
	position: relative;
}
#main .sec02 .infoList .photoBox .finish {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#main .sec02 .infoList .photoBox img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}
#main .sec02 .infoList .textBox {
	padding: 2.6rem 3rem 3.2rem;
}
#main .sec02 .infoList .textBox h3 {
	margin-bottom: 1.3rem;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.82;
}
#main .sec02 .infoList .textBox .text {
	padding-left: 8rem;
	text-indent: -8rem;
	line-height: 1.875;
}
#main .sec02 .infoList .textBox .text span {
	font-weight: 700;
}
#main .sec02 .comBtn {
	margin: 0 auto;
	width: 34.4rem;
}
#main .sec03 {
	padding: 5.1rem 0 10rem;
	background: url(../../image/sec03_bg.jpg) no-repeat center top / cover;
}
#main .sec03 .headLine01 {
	background-image: url(../../image/h_img02.png);
}
#main .sec03 .contentsList {
	margin: -2rem 0 5rem;
}
#main .sec03 .contentsList li {
	padding: 4rem 2rem;
	margin-top: 2rem;
	width: 22.4rem;
	height: 22.4rem;
	text-align: center;
	border-radius: 50%;
	background-color: #c6e98c;
}
#main .sec03 .contentsList li:not(:nth-child(5n)) {
	margin-right: 2rem;
}
#main .sec03 .contentsList a {
	display: block;
}
#main .sec03 .contentsList .photo {
	margin: 0 auto 1.5rem;
	width: 8rem;
	transition: .5s;
}
#main .sec03 .contentsList a:hover .photo {
	width: 7rem;
}
#main .sec03 .contentsList p {
	min-height: 6.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0e6938;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.45;
}
#main .sec03 .comBtn {
	margin: 0 auto;
	width: 43.6rem;
}
#main .sec04 {
	padding: 5.1rem 0 10rem;
	background: #36AAFF url(../../image/sec04_bg.png) no-repeat center bottom / 100% auto;
}
#main .sec04 .headLine01 {
	background-image: url(../../image/h_img03.png);
}
#main .sec04 .headLine01 .jp {
	color: #fff;
}
#main .sec04 .voiceList  {
	margin: -2rem 0 5rem;
}
#main .sec04 .voiceList li {
	margin-top: 2rem;
	width: 27.9rem;
}
#main .sec04 .voiceList li:not(:nth-child(4n)) {
	margin-right: 2.8rem;
}
#main .sec04 .voiceList a {
	height: 100%;
	padding: 3rem 3rem 3.3rem;
	display: block;
	border-radius: 2rem;
	background-color: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#main .sec04 .voiceList .photoBox {
	margin: 0 auto 1.7rem;
	width: 14.3rem;
}
#main .sec04 .voiceList .textBox h3 {
	margin-bottom: 1rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.23;
}
#main .sec04 .voiceList .textBox  p {
	line-height: 1.875;
}
#main .sec04 .comBtn {
	margin: 0 auto;
}
#main .sec05 {
	padding: 5.1rem 0 10.1rem;
	background: #36AAFF url(../../image/sec05_bg.jpg) no-repeat center bottom / cover;
}
#main .sec05 .headLine01 {
	background-image: url(../../image/h_img04.png);
}
#main .sec05 .flowList {
	margin-top: -2rem;
}
#main .sec05 .flowList li {
	margin-top: 2rem;
	width: 22.4rem;
	background-color: #fff;
	border-radius: 2rem;
	border: 0.2rem solid #77ce45;
	overflow: hidden;
}
#main .sec05 .flowList li:not(:nth-child(5n)) {
	margin-right: 2rem;
}
#main .sec05 .flowList h3 {
	padding: 1.4rem 1rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 6.9rem;
	color: #fff;
	font-size: 2rem;
	background-color: #77ce45;
}
#main .sec05 .flowList h3 .num {
	margin: -0.5rem 0 0 0.5rem;
	display: inline-block;
	font-size: 3.6rem;
}
#main .sec05 .flowList .imgBox {
	padding: 3.5rem 3rem 3rem;
}
#main .sec05 .flowList .photoBox {
	margin-bottom: 1.8rem;
}
#main .sec05 .flowList .pho {
	margin: 0 auto 3rem;
	width: 8rem;
}
#main .sec05 .flowList .photoBox h4 {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.45;
	text-align: center;
	color: #0e6938;
}
#main .sec05 .flowList .textBox p {
	line-height: 1.69;
}
#main .sec06 {
	padding: 5.1rem 0 9.8rem;
	position: relative;
	background-color: #fbfff1;
	overflow: hidden;
}
#main .sec06::before {
	position: absolute;
	z-index: 1;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background: url(../../image/sec06_bg.png) no-repeat top left / 100%;
    content: "";
	pointer-events: none;
}
#main .sec06 .content {
	position: relative;
	z-index: 2;
}
#main .sec06 .headLine01 {
	background-image: url(../../image/h_img05.png);
}
#main .sec06 .headLine01 .jp {
	color: #fff;
}
#main .sec06 .staffList {
	margin: -3rem 0 5rem;
}
#main .sec06 .staffList li {
	margin-top: 3rem;
	width: 38rem;
}
#main .sec06 .staffList li:not(:nth-child(3n)) {
	margin-right: 3rem;
}
#main .sec06 .staffList li dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    color: #77ce45;
    padding-top: 0;
    line-height: 1.6;
}
#main .sec06 .staffList li dl dd {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 0.2rem solid #77ce45;
}
#main .sec06 .staffList a {
	display: block;
}
#main .sec06 .staffList .photoBox {
	overflow: hidden;
	border-radius: 2rem;
}
#main .sec06 .staffList .textBox {
	padding: 3rem 2.5rem 3.8rem;
	margin: -4rem 0 0 auto;
	width: 34rem;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
#main .sec06 .staffList .textBox h3 {
	margin-bottom: 1.6rem;
	font-weight: 700;
	font-size: 1.4rem;
}
#main .sec06 .staffList .textBox .name {
	margin-left: 1.1rem;
	font-size: 2.2rem;
	display: inline-block;
}
#main .sec06 .staffList .textBox p {
	line-height: 1.875;
}
#main .sec06 .comBtn {
	margin: 0 auto;
	width: 29.8rem;
}
#main .sec07 {
	padding: 5.3rem 0 10rem;
}
#main .sec07 .headLine01 {
	background-image: url(../../image/h_img06.png);
}
#main .sec07 .imgBox {
	margin-bottom: 7.8rem;
	flex-direction: row-reverse;
	align-items: center;
}
#main .sec07 .textBox {
	margin-top: -0.4rem;
	width: 68.7rem;
}
#main .sec07 .textBox h3 {
	margin-bottom: 3.3rem;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.82;
}
#main .sec07 .textBox > p {
	line-height: 1.875;
}
#main .sec07 .textBox > p:not(:last-of-type) {
	margin-bottom: 2.4rem;
}
#main .sec07 .textBox .txt01 {
	margin-bottom: 2.8rem;
}
#main .sec07 .photoBox {
	margin-top: 1.5rem;
	width: 36rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .sec07 .subBox {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.67;
	justify-content: flex-end;
	align-items: end;
}
#main .sec07 .subBox .name {
	margin: 0 0 0.2rem 3.8rem;
	width: 22.6rem;
}
#main .sec07 .comBtn {
	margin: 0 auto;
	width: 34.4rem;
}
#main .sec02 .infoList a:hover,
#main .sec04 .voiceList a:hover,
#main .sec06 .staffList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 0;
		background: none;
		height: auto;
	}
	.mainVisual img {
		width: 100%;
	}
	.mainVisual .textImg {
		padding: 0;
	}
	#main .sec01 {
		padding: 8.5rem 0 3rem;
		background-image: url(../../image/sec01_bg_sp.png);
	}
	#main .sec01 .innerBox {
		padding: 3rem 2.5rem 2.5rem;
	}
	#main .sec01 .innerBox h2 {
		text-align: center;
		padding: 0.7rem 1rem 1rem;
		width: auto;
		margin: -6rem -3.1rem 4.1rem;
		font-size: 2.2rem;
		line-height: 1.64;
	}
	#main .sec01 .innerBox .imgBox {
		display: block;
	}
	#main .sec01 .innerBox .photoBox {
		margin: 2rem auto 2rem;
		width: 27.5rem;
	}
	#main .sec01 .innerBox .textBox .txt {
		margin-bottom: 1.6rem;
		font-size: 1.5rem;
		line-height: 2.1;
	}
	#main .sec01 .innerBox .textBox .txt01 {
		margin-bottom: 3.6rem;
	}
	#main .sec01 .innerBox .textBox .txt03 {
        font-size: 1.8rem;
    }
	#main .sec01 .textBox .txt .line {
		padding: 0 0.4rem 0.5rem;
		background-size: 100% 1.3rem;
	}
	#main .sec01 .comBtn {
		width: 27.5rem !important;
	}
	#main .sec02 {
		padding: 0.2rem 0 8rem;
		background: url(../../image/sec02_bg_sp.jpg) no-repeat left bottom / 100%;
	}
	#main .sec02 .infoList {
		margin-bottom: 4rem;
		display: block;
	}
	#main .sec02 .infoList li {
		width: auto;
	}
	#main .sec02 .infoList li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	#main .sec02 .infoList .photoBox img {
		width: 100%;
		height: 180px;
	}
	#main .sec02 .infoList .textBox {
		padding: 1.8rem 2rem 2.7rem;
	}
	#main .sec02 .infoList .textBox h3 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .sec02 .infoList .textBox .text {
		font-size: 1.4rem;
	}
	#main .sec03 {
		padding: 3.1rem 0 8rem;
		background: #FAFDF1 url(../../image/sec03_bg_sp.png) no-repeat center top / cover;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 1.7rem;
	}
	#main .sec03 .contentsList {
		margin: -2rem auto 4rem;
		width: 33.5rem;
		justify-content: center;
	}
	#main .sec03 .contentsList li {
		padding: 2.8rem 2rem;
		width: 16rem;
		height: 16rem;
	}
	#main .sec03 .contentsList li:not(:nth-child(5n)) {
		margin-right: 0;
	}
	#main .sec03 .contentsList li:not(:nth-child(2n)) {
		margin-right: 1.5rem;
	}
	#main .sec03 .contentsList li:last-child {
		margin-right: 0;
	}
	#main .sec03 .contentsList .photo {
		margin-bottom: 1.4rem;
		width: 5.6rem;
	}
	#main .sec03 .contentsList p {
		min-height: 4.2rem;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#main .sec04 {
		padding: 3.1rem 0 8rem;
		background-image: url(../../image/sec04_bg_sp.png);
	}
	#main .sec04 .headLine01 {
		margin-bottom: 3.7rem;
	}
	#main .sec04 .voiceList {
		margin-bottom: 4rem;
		display: block;
	}
	#main .sec04 .voiceList li {
		width: auto;
	}
	#main .sec04 .voiceList li:not(:nth-child(4n)) {
		margin-right: 0;
	}
	#main .sec04 .voiceList a {
		padding: 2rem 2rem 1.8rem;
		display: flex;
	}
	#main .sec04 .voiceList .photoBox {
		margin: 0 1.5rem 0 0;
		width: 10rem;
	}
	#main .sec04 .voiceList .textBox {
		margin-top: -0.2rem;
		flex: 1;
	}
	#main .sec04 .voiceList .textBox h3 {
		margin-bottom: 0.7rem;
		text-align: left;
		font-size: 1.6rem;
	}
	#main .sec04 .voiceList .textBox p {
		font-size: 1.4rem;
		line-height: 1.83;
	}
	#main .sec05 {
		padding: 3.1rem 0 8rem;
		background: url(../../image/sec05_bg_sp.png) no-repeat left bottom / 100%;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 3.7rem;
	}
	#main .sec05 .flowList {
		display: block;
	}
	#main .sec05 .flowList  li {
		display: flex;
		width: auto;
	}
	#main .sec05 .flowList li:not(:nth-child(5n)) {
		margin-right: 0;
	}
	#main .sec05 .flowList .subBox {
		padding: 2rem 2.1rem 2rem 2rem;
		display: flex;
		align-items: center;
		background-color: #77ce45;
	}
	#main .sec05 .flowList h3 {
		padding: 0.5rem 0 0;
		display: block;
		font-size: 1.5rem;
	}
	#main .sec05 .flowList h3 .num {
		margin: -0.7rem 0 0;
		display: block;
		font-size: 3rem;
	}
	#main .sec05 .flowList .imgBox {
		padding: 2.8rem 2rem 2.5rem;
	}
	#main .sec05 .flowList .photoBox {
		margin-bottom: 1.7rem;
		display: flex;
		align-items: center;
	}
	#main .sec05 .flowList .pho {
		margin: 0 1rem 0 0;
		width: 5.4rem;
	}
	#main .sec05 .flowList .li01 .pho {
		margin-right: 1rem;
	}
	#main .sec05 .flowList .photoBox h4 {
		font-size: 1.8rem;
	}
	#main .sec05 .flowList .textBox p {
		font-size: 1.4rem;
		line-height: 1.85;
	}
	#main .sec05 .flowList .li02 .pho {
		margin: 0 0.5rem 0 -0.5rem;
	}
	#main .sec05 .flowList .li03 .pho {
		margin: 0 0.2rem 0 -0.9rem;
	}
	#main .sec06 {
		padding: 3.1rem 0 8rem;
	}
	#main .sec06::before {
		width: 100.3%;
		background-image: url(../../image/sec06_bg_sp.png);
	}
	#main .sec06 .staffList {
		margin-bottom: 4.3rem;
		display: block;
	}
	#main .sec06 .staffList li {
		width: auto;
	}
	#main .sec06 .staffList li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	#main .sec06 .staffList li dl dt {
		font-size: 1.2rem;
	}
	#main .sec06 .staffList .photoBox {
		width: 80%;
	}
	#main .sec06 .staffList .photoBox img {
		width: 100%;
	}
	#main .sec06 .staffList .textBox {
		margin-top: -3.1rem;
		padding: 3rem 3rem 2.7rem;
		width: 91%;
	}
	#main .sec06 .staffList .textBox h3 {
		margin-bottom: 1.3rem;
		font-size: 1.3rem;
	}
	#main .sec06 .staffList .textBox .name {
		margin-left: 0.9rem;
		font-size: 1.6rem;
	}
	#main .sec06 .staffList .textBox p {
		font-size: 1.4rem;
	}

	#main .sec07 {
        padding: 3.1rem 0 8rem;
    }
    #main .sec07 .headLine01 {
        margin-bottom: 1.6rem;
    }
    #main .sec07 .imgBox {
        margin-bottom: 4rem;
        display: block;
    }
    #main .sec07 .textBox {
        margin-top: 0;
        width: auto
    }
    #main .sec07 .textBox h3 {
        margin-bottom: 1.4rem;
        font-size: 1.8rem;
        text-align: center;
    }
    #main .sec07 .textBox > p {
        font-size: 1.4rem;
        line-height: 1.875;
    }
    #main .sec07 .textBox > p:not(:last-of-type) {
        margin-bottom: 1.4rem;
    }
    #main .sec07 .textBox .txt01 {
        margin-bottom: 2.5rem;
    }
    #main .sec07 .photoBox {
        margin: 0 auto 2.8rem;
        width: 53.9%;
        border-radius: 2rem;
    }
    #main .sec07 .subBox {
        display: block;
        font-size: 1.4rem;
        text-align: right;
    }
    #main .sec07 .subBox .name {
        margin: 1.3rem 0 0;
        width: auto;
    }
    #main .sec07 .subBox .name img {
        width: 13.5rem;
    }
	
}