@charset "utf-8";
html {
	font-size: 62.5%; /* 1rem = 10px */
	font-family: 'Noto Sans JP', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
/*ヘッダー*/
header {
	background-image: url("../images/mv.jpg");
	background-size: cover;
	background-position: bottom;
}
.header_inner {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.logo {
	margin-top: 30px;
}
.nav {
	display: flex;
	align-items: center;
}
.nav li {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	margin-right: 24px;
}
.nav li:last-child {
	margin-right: 0px;
}
.nav li:last-child a {
	display: block;
	background-color: #F47062;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-top: 0px;
}
.nav li:last-child a:hover::before {
	content: "";
	width: 0;
	height: 0;
}
.nav li a {
	position: relative;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
}
.nav li a:hover {
	color: #299B09;
}
.nav li:last-child a:hover {
	color: #fff;
}
.nav li a:hover::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #299B09;
	position: absolute;
	top: 0px;
	margin: auto;
}
.mv_txt_wapper {
	max-width: 1200px;
	margin: 0 auto;
}
.mv_txt {
	margin-top: 135px;
	margin-left: 85px;
}
.mv_txt02 {
	font-size: 2rem;
	color: #717071;
	margin-left: 85px;
	padding-bottom: 190px;
	margin-top: 20px;
	line-height: 2;
	letter-spacing: 0.2em;
}
/*共通*/
.inner {
	width: 960px;
	margin: 0 auto;
}
.inner02 {
	padding: 0 80px;
	margin-top: -240px;
}
.w_box {
	background-color: #fff;
	border-radius: 10px;
}
.txt_box {
	color: #000704;
	font-size: 1.6rem;
	line-height: 2;
}
.mb25 {
	margin-bottom: 25px;
}
.text_center {
	text-align: center;
}
h2 {
	text-transform: uppercase;
}
h2 span {
	font-weight: 700;
}
/*コンテンツ部分*/
.box01 {
	background-color: #FFFDE5;
	padding-top: 100px;
	background-image: url("../images/box01bk.png");
	background-position: center top 70px;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.box01_txtbox {
	display: flex;
}
.box01 .w_box {
	padding: 50px 40px 0;
}
.box01_title {
	font-size: 9.6rem;
	color: #ED6C1C;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
}
.box01_title span {
	display: block;
	font-size: 2.4rem;
	color: #000704;
	font-family: 'Noto Sans JP', sans-serif;
}
.box01_sub_title {
	font-size: 3.2rem;
	line-height: 1.75;
	color: #649B00;
	font-weight: 700;
}
.box01_sub_txt {
	font-size: 1.6rem;
	color: #000704;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.box01_sub_txt li {
	width: 49%;
	line-height: 2;
}
.box01_sub_txt li:last-child {
	display: flex;
}
.box01_sub_txt li:last-child::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	margin-right: 20px;
	background-color: rgba(0, 0, 0, 0.2);
}
.box01_02 {
	margin-top: 90px;
}
.box01_02 .box01_sub_txt02 {
	display: flex;
	justify-content: space-between;
}
.box01_02 .box01_sub_txt02 li {
	width: 48%;
}
.btn {
	margin-top: 40px;
	text-align: center;
}
.btn a {
	max-width: 400px;
	margin: 0 auto;
	display: block;
	font-size: 2.4rem;
	background-color: #ED6C1C;
	color: #fff;
	padding: 20px 0px;
	border-radius: 50px;
	font-weight: 700;
}
.btn a::before {
	content: url("../images/pdficon.svg");
	margin-right: 10px;
}
.box02 {
	background-color: #E9F7F2;
	padding-top: 100px;
	padding-bottom: 80px;
}
.box02_title {
	font-size: 9.6rem;
	color: #299B09;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
	position: relative;
}
.box02_title span {
	display: block;
	font-size: 2.4rem;
	color: #000704;
	font-family: 'Noto Sans JP', sans-serif;
}
.box02_title::after {
	content: url("../images/box02icon.png");
	position: absolute;
	right: 0px;
	top: 10px;
}
.box02 .w_box {
	border-radius: 16px;
	padding-bottom: 80px;
	margin-bottom: 65px;
}
.box02_sub_title {
	font-size: 3.2rem;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.box02_sub_title span {
	background-color: #ED6C1C;
	display: inline-block;
	margin-top: 20px;
	padding: 10px;
	font-weight: 700;
}
.box02_sub_title span.swid {
	width: 250px;
}
.box02_sub_title span.swid02 {
	max-width: 450px;
}
.box02_sub_title span.swid03 {
	max-width: 380px;
}
.box02_sub_title span.swid04 {
	max-width: 320px;
}
.box02_sub_title.no01::before {
	content: "01";
	color: #ED6C1C;
	font-family: 'Montserrat', sans-serif;
	font-size: 8.8rem;
}
.box02_sub_title.no02::before {
	content: "02";
	color: #ED6C1C;
	font-family: 'Montserrat', sans-serif;
	font-size: 8.8rem;
}
.box02_sub_title.no03::before {
	content: "03";
	color: #ED6C1C;
	font-family: 'Montserrat', sans-serif;
	font-size: 8.8rem;
}
.box02_sub_title.no04::before {
	content: "04";
	color: #ED6C1C;
	font-family: 'Montserrat', sans-serif;
	font-size: 8.8rem;
}
.box02_name {
	font-size: 3.2rem;
	margin-bottom: 40px;
	font-weight: 700;
}
.box02_name span {
	font-size: 1.4rem;
	margin-left: 16px;
	font-weight: 400;
}
.box02_innner01 {
	margin-bottom: 40px;
}
.box02_boxtitle {
	font-size: 2.4rem;
	color: #ED6C1C;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-weight: 700;
}
.box02_boxtitle::before {
	content: url("../images/box02icon01.png");
	margin-right: 8px;
}
.box02_innner02 {
	border: 1px solid #C7C7C7;
	background-color: #F7F7F7;
	padding: 40px;
	border-radius: 10px;
}
.box02_boxtitle02 {
	font-size: 2.4rem;
	color: #3784C6;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-weight: 700;
}
.box02_boxtitle02::before {
	content: url("../images/box02icon02.png");
	margin-right: 8px;
}
.box03 {
	background-color: #EBF6FE;
	padding-top: 90px;
	padding-bottom: 80px;
}
.box03_title_box {
	background-image: url("../images/box03bk.png");
	background-position: bottom right;
	border-bottom: 1px solid rgba(0, 56, 140, 0.4);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.box03_title {
	color: #004097;
	font-size: 9.4rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}
.box03_title span {
	color: #000704;
	font-size: 2.4rem;
	text-align: center;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
}
.box03_list {
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #004097;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.box03_list.last {
	display: flex;
	justify-content: space-between;
	border-bottom: none;
	margin-bottom: 16px;
	padding-bottom: 0px;
}
.box03_list li {
	width: 48%;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 40px;
}
.box03_list02 {
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #004097;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.box03_list02 li {
	width: 31%;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 40px;
}
.box03_list_title {
	text-align: center;
	padding: 10px 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #004097;
	border-radius: 10px 10px 0px 0px;
}
.box03_list_txtbox {
	padding: 0 25px;
}
.box03_icon_title {
	text-align: center;
	color: #004097;
	font-size: 8.8rem;
	font-family: 'Montserrat', sans-serif;
	background-image: url("../images/box03_icon.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 40px;
}
.box03_icon_title span {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
.box03_icon_title02 {
	text-align: center;
	color: #004097;
	font-size: 8.8rem;
	font-family: 'Montserrat', sans-serif;
	margin-top: 50px;
	margin-bottom: 40px;
}
.box03_icon_title02 span {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
.box03_icon_title02 span.txt {
	display: block;
	font-weight: 400;
	color: #004097;
	font-family: 'Noto Sans JP', sans-serif;
}
.box03_icon_title02 span.mg30 {
	margin-right: 90px;
}
.box03_icon_title03 {
	text-align: center;
	color: #004097;
	font-size: 8.8rem;
	font-family: 'Montserrat', sans-serif;
	background-image: url("../images/box03_icon.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 40px;
}
.box03_icon_title03 span {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}
.box03_icon_title03 span::before {
	content: url("../images/box03_icon07.svg");
	position: absolute;
	top: -50px;
}
.box03_icon_title03 span.txt {
	display: block;
	font-weight: 400;
	color: #004097;
	font-family: 'Noto Sans JP', sans-serif;
}
.box03_icon_title03 span.txt::before {
	display: none;
}
.box03_icon_title04 {
	text-align: center;
	color: #004097;
	font-size: 8.8rem;
	font-family: 'Montserrat', sans-serif;
	background-image: url("../images/box03_line03.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 40px;
}
.box03_icon_title04 span {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}
.box03_list_img {
	margin-bottom: 25px;
}
.box03_s_txt {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.box03_list_txt {
	border-bottom: 5px solid #004097;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.box04 {
	background-color: #FFFDE5;
	padding-top: 90px;
}
.box04 .w_box {
	margin-bottom: 100px;
	padding-bottom: 40px;
}
.box04_title {
	font-size: 9.6rem;
	color: #ED6C1C;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
	position: relative;
}
.box04_title span {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: #000704;
	font-family: 'Noto Sans JP', sans-serif;
}
.box04_title::after {
	content: url("../images/box04bk.png");
	position: absolute;
	right: 0px;
	top: -30px;
}
.box04_sub_title {
	font-size: 3.2rem;
	color: #fff;
	display: inline-block;
	background-color: #ED6C1C;
	padding: 10px;
	margin-top: -50px;
	font-weight: 700;
}
.box04_inner {
	padding: 0 80px 0px;
}
.box04_border {
	padding-bottom: 40px;
		border-bottom: 1px solid rgba(0, 9, 5, 0.2);
}
.box04_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.box04_top li {
	width: 48%;
}
.box04_sub_title02 {
	font-size: 2.4rem;
	color: #ED6C1C;
	margin-bottom: 25px;
	font-weight: 700;
}
.box04_sub_title03 {
	font-size: 2.4rem;
	color: #3784C6;
	margin-bottom: 25px;
	font-weight: 700;
}
.box04_gry {
	border: 1px solid #C7C7C7;
	background-color: #F7F7F7;
	padding: 40px;
	border-radius: 10px;
}
.box04_imagbox {
	margin-top:60px;
	margin-bottom: 50px;
}
.box04_sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.box04_sec::before {
	content: url("../images/box04img02.png");
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.box04bk02 {
	width: 30%;
	background-image: url("../images/box04bk02.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.box04bk03 {
	width: 30%;
	background-image: url("../images/box04bk03.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.box04_sec_title {
	background-color: #299B09;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	margin: auto;
	font-weight: 700;
}
.box04_right_list {
	width: 60%;
}
.box04_sec_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.box04_sec_inner li {
	background-color: #E9F7F2;
	padding: 20px;
	width: 48%;
	border-radius: 16px;
	margin: 0px 2% 10px 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box04_sec_inner li p {
	font-size: 1.6rem;
}
.box04_sec_inner li p span {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
}
.box04_sec_inner li:nth-child(2n) {
	margin: 0px 0% 10px 0px;
}
.box04_th {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.box04bk02 {
	width: 30%;
	background-image: url("../images/box04bk02.png");
	background-position: center;
	background-repeat: no-repeat;
}
.box04_th_title {
	background-color: #3784C6;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	margin: auto;
	font-weight: 700;
}
.box04_right_list {
	width: 60%;
}
.box04_th_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.box04_th_inner li {
	background-color: #EBF6FE;
	padding: 20px;
	width: 48%;
	border-radius: 16px;
	margin: 0px 2% 10px 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box04_th_inner li p {
	font-size: 1.6rem;
}
.box04_th_inner li p span {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
}
.box04_th_inner li:nth-child(2n) {
	margin: 0px 0% 10px 0px;
}
.footer_img {
	width: 100%;
	height: auto;
	object-fit: cover;
	text-align: center;
}
footer {
	background-color: #299B09;
	padding: 80px 0;
}
.footer_btn {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.footer_btn li a {
	background-color: #fff;
	display: block;
	font-size: 2.4rem;
	color: #299B09;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 150px;
	border-radius: 50px;
	font-weight: 700;
}
.footer_btn li.left {
	margin-right: 40px;
}
.footer_btn li.left a::before {
	content: url("../images/footericon01.svg");
	margin-bottom: 15px;
}
.footer_btn li.right a::before {
	content: url("../images/footericon02.svg")
}
.footer_list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.footer_list li {
	margin-right: 25px;
}
.footer_list li:last-child {
	margin-right: 0px;
}
.footer_list a {
	font-size: 1.6rem;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
.copy {
	text-align: center;
	color: #fff;
}
.copy small {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase
}
.sp {
	display: none !important;
}
.pc {
	margin: 0px !important;
	padding: 0px !important;
}
@media screen and (max-width:750px) {
	html {
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	html::-webkit-scrollbar {
		display: none;
	}
	.sp {
		display: block !important;
	}
	.inner {
		width: auto;
	}
	/* フォントの調整 */
	.box01_title {
		font-size: calc(100vw * 40 / 375);
		margin-bottom: calc(100vw * 50 / 375);
	}
	.box01_title span {
		font-size: calc(100vw * 14 / 375);
	}
	.box01_sub_title {
		font-size: calc(100vw * 20 / 375);
	}
	.box02_title {
		font-size: calc(100vw * 40 / 375);
		margin-bottom: calc(100vw * 50 / 375);
	}
	.box02_title span {
		font-size: calc(100vw * 14 / 375);
	}
	.box02_sub_title.no01::before {
		font-size: calc(100vw * 40 / 375);
	}
	.box04_title {
		font-size: calc(100vw * 40 / 375);
		margin-bottom: calc(100vw * 50 / 375);
	}
	.box04_title span {
		font-size: calc(100vw * 14 / 375);
	}
	.box02_sub_title span {
		font-size: calc(100vw * 20 / 375);
		margin-top: calc(100vw * 10 / 375);
	}
	.box02_boxtitle02 {
		font-size: calc(100vw * 16 / 375);
	}
	.box02_boxtitle {
		font-size: calc(100vw * 24 / 375);
	}
	.txt_box {
		font-size: calc(100vw * 16 / 375);
	}
	.box02_innner02 .txt_box {
		font-size: calc(100vw * 14 / 375);
	}
	.box02_sub_title.no01::before,
	.box02_sub_title.no02::before,
	.box02_sub_title.no03::before,
	.box02_sub_title.no04::before {
		font-size: calc(100vw * 40 / 375);
	}
	.box03_title {
		font-size: calc(100vw * 40 / 375);
	}
	.box03_title span {
		font-size: calc(100vw * 14 / 375);
	}
	.box03_title_box .txt_box {
		font-size: calc(100vw * 14 / 375);
	}
	.box03_icon_title {
		font-size: calc(100vw * 64 / 375);
	}
	.box03_icon_title span {
		font-size: calc(100vw * 24 / 375);
	}
	.mv_txt02 {
		font-size: calc(100vw * 14 / 375);
		padding-bottom: 0;
		margin-top: calc(100vw * 22 / 375);
		letter-spacing: 0.05em;
	}
	.midashi {
		font-size: calc(100vw * 14 / 375);
		margin-top: calc(100vw * 10 / 375);
	}
	.midashi span {
		font-size: calc(100vw * 40 / 375);
	}
	.lead {
		font-size: calc(100vw * 20 / 375);
	}
	p {
		font-size: calc(100vw * 14 / 375);
	}
	.pc {
		display: none !important;
	}
	.box04_sub_title {
		font-size: calc(100vw * 20 / 375);
		margin-top: calc(100vw * -25 / 375);
	}
	/*　ハンバーガーメニュー*/
	/*　ハンバーガーボタン　*/
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 0px;
		top   : 0px;
		width : 64px;
		height: 64px;
		cursor: pointer;
		text-align: center;
		background-color: #299B09;
		border-radius: 0 0 0 10px;
	}
	.hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background : #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
		left: 20px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
		left: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
		left: 20px;
	}
	.hamburger_menu {
		bottom: 10px;
		width: 100%;
		text-align: center;
		position: absolute;
		color: #fff;
		font-size: calc(100vw * 10 / 375); /* 14px */
	}
	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 19px;
		background :#fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		background :#fff;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}
	nav.globalMenuSp {
		position: fixed;
		z-index : 2;
		top  : -100%;
		left : 0;
		color: #fff;
		background: rgba(100,155,0,1);
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
	}
	nav.globalMenuSp.active {
		height: 121vh;
		top: 0;
	}
	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	nav.globalMenuSp ul li:hover {
		background: #299B09;
	}
	nav.globalMenuSp ul.sp_nav_btn li:hover {
		background: transparent;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration :none;
		font-size: calc(100vw * 24 / 375);
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-weight: 600;
	}
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		opacity: 100;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.box01 {
		background-image: url("../images/sp_box01bk.png");
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
	}
	.box01_sub_txt {
		flex-direction: column;
	}
	.box01_sub_txt li {
		width: 100%;
	}
	.box01_sub_txt li:last-child::before {
		display: none;
	}
	.box01_02 .box01_sub_txt02 {
		flex-direction: column;
	}
	.box01_02 .box01_sub_txt02 li {
		width: 100%;
	}
	.box02_title::after {
		display: none;
	}
	.inner02 {
		padding: calc(100vw * 20 / 375);
		margin-top:calc(100vw * -50 / 375);
	}
	.box02_name {
		display: flex;
		flex-direction: column;
		font-size: calc(100vw * 24 / 375);
	}
	.box02_name span {
		margin-top:calc(100vw * 20 / 375);
		margin-left:calc(100vw * 0 / 375);
		font-size: calc(100vw * 14 / 375);
	}
	.box02_boxtitle02 {
		display: flex;
		flex-direction: column;
	}
	.box03_list {
		flex-direction: column;
	}
	.box03_list li {
		width: 100%;
		margin-bottom: calc(100vw * 25 / 375);
	}
	.box03_list_title {
		font-size: calc(100vw * 20 / 375);
	}
	.box03_s_txt {
		font-size: calc(100vw * 12 / 375);
	}
	.box03_list02 {
		flex-direction: column;
	}
	.box03_list02 li {
		width: 100%;
	}
	.box04_title::after {
		display: none;
	}
	.box04_inner {
		padding: 0px;
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
	}
	.box04_gry .txt_box {
		font-size: calc(100vw * 14 / 375);
	}
	.box04_sec_inner li p {
		font-size: calc(100vw * 14 / 375);
	}
	.box04_sec_inner li p span {
		font-size: calc(100vw * 10 / 375);
	}
	.box04_top {
		flex-direction: column;
	}
	.box04_top li {
		width: 100%;
	}
	.box04_sec::before {
		display: none;
	}
	.box04_sec {
		flex-direction: column;
	}
	.box04_right_list {
		width: 100%;
	}
	.box04_sec_inner {
		flex-direction: column;
	}
	.box04_sec_inner li {
		width: 100%;
	}
	.box04bk02 {
		margin: auto;
	}
	.box04_th {
		flex-direction: column;
	}
	.box04_right_list {
		width: 100%;
	}
	.box04_th_inner {
		flex-direction: column;
	}
	.box04_th_inner li {
		width: 100%;
	}
	.box04_th_inner li p {
		font-size: calc(100vw * 14 / 375);
	}
	.box04_th_inner li p span {
		font-size: calc(100vw * 10 / 375);
	}
	.footer_btn {
		flex-direction: column;
	}
	footer {
		padding: 0;
		padding-bottom: calc(100vw * 80 / 375);
		padding-top: calc(100vw * 80 / 375);
	}
	.footer_list {
		flex-direction:column;
		justify-content: center;
		margin-bottom: calc(100vw * 40 / 375);
	}
	.footer_list li {
		margin-right: 0px;
		text-align: center;
		font-size: calc(100vw * 16 / 375);
		margin-bottom: calc(100vw * 25 / 375);
	}
	.footer_list a {
		font-size: inherit;
	}
	small {
		font-size: calc(100vw * 10 / 375);
	}
	.box01_sub_txt {
		margin-top:calc(100vw * 25 / 375);
	}
	.box01 .w_box {
		padding: 0px;
		padding-top:calc(100vw * 30 / 375);
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
	}
	.box01_02 {
		margin-top:calc(100vw * 30 / 375);
	}
	.btn {
		display: none;
	}
	.box02 {
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
	}
	.box02_innner02 {
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
		padding-top:calc(100vw * 20 / 375);
		padding-bottom:calc(100vw * 20 / 375);
	}
	.box02 .w_box {
		padding-bottom:calc(100vw * 40 / 375);
	}
	.box03_title {
		margin-bottom:calc(100vw * 0 / 375);
	}
	.box03 {
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
	}
	.box04 {
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
	}
	footer {
		padding-left:calc(100vw * 20 / 375);
		padding-right:calc(100vw * 20 / 375);
	}
	.footer_btn li.left {
		margin-right:calc(100vw * 0 / 375);
	}
	.footer_btn li {
		margin-bottom:calc(100vw * 20 / 375);
	}
	.copy small {
		font-size: calc(100vw * 10 / 375);
	}
	.header_inner {
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 100;
	}
	.mv_txt_wapper {
		margin-top: 75px;
	}
	.mv_txt {
		margin-top: 0;
		margin-left: 0;
		width: calc(100vw * 320 / 375);
		padding-top: calc(100vw * 234 / 375);
		padding-left: calc(100vw * 20 / 375);
	}
	.mv_txt02 {
		margin-left:calc(100vw * 21 / 375);
	}
	header {
		background-position:top;
	}
	.entory a {
		background-color: #F47062;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		position: fixed;
		right: 70px;
		top: 5px;
	}
	.logo {
		margin-top: 0px;
	}
	nav.globalMenuSp ul.sp_nav_btn {
		display: flex;
		margin-top: calc(100vw * 80 / 375);
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
		margin-bottom: calc(100vw * 30 / 375);
	}
	nav.globalMenuSp ul.sp_nav_btn li {
		width: 48%;
	}
	nav.globalMenuSp ul.sp_nav_btn li a {
		background-color: #fff;
		display: block;
		color: #299B09;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: calc(100vw * 10 / 375);
		padding-bottom: calc(100vw * 10 / 375);
		border-radius: 50px;
		font-size: calc(100vw * 16 / 375);
	}
	nav.globalMenuSp ul.sp_nav_btn li:first-child a::before {
		content: url("../images/navicon01.svg");
	}
	nav.globalMenuSp ul.sp_nav_btn li:last-child a::before {
		content: url("../images/navicon02.svg");
	}
	.box04_inner02 {
		display: flex;
		justify-content: center;
	}
	.box04_inner03 {
		display: flex;
		justify-content: center;
		margin-bottom: calc(100vw * 40 / 375);
	}
	.box04_inner03 h3 {
		width: 90%;
		text-align: center;
	}
	.box04_top li figure {
		text-align: center;
		margin-bottom: calc(100vw * 40 / 375);
	}
	.box04bk03 {
		background-image: url("../images/sp_box04bk03.png");
		padding: 0;
		width: 100%;
		margin-bottom: calc(100vw * 30 / 375);
	}
	.box04bk02 {
		background-image: url("../images/sp_box04bk02.png");
		padding: 0;
		width: 100%;
		margin-bottom: calc(100vw * 30 / 375);
		padding-top: calc(100vw * 10 / 375);
		padding-bottom: calc(100vw * 10 / 375);
	}
	.box04_sec_inner li {
		padding: calc(100vw * 20 / 375);
	}
	.box01 {
		padding-top: calc(100vw * 100 / 375);
		padding-bottom: calc(100vw * 80 / 375);
	}
	.box02 {
		padding-top: calc(100vw * 100 / 375);
		padding-bottom: calc(100vw * 80 / 375);
	}
	.box03 {
		padding-top: calc(100vw * 90 / 375);
		padding-bottom: calc(100vw * 80 / 375);
	}
	.box03_title_box {
		background-image: none;
	}
	.box03_icon_title {
		margin-top: calc(100vw * 50 / 375);
		margin-bottom: calc(100vw * 40 / 375);
	}
	.box03_list_txtbox {
		padding: 0;
		padding-left: calc(100vw * 25 / 375);
		padding-right: calc(100vw * 25 / 375);
	}
	.box03_list {
		padding-bottom:calc(100vw * 40 / 375);
		margin-bottom: calc(100vw * 40 / 375);
	}
	.box03_list02 li {
		padding-bottom: calc(100vw * 40 / 375);
	}
	.box04 {
		padding-top: calc(100vw * 90 / 375);
	}
	.footer_btn {
		margin-bottom: calc(100vw * 40 / 375);
	}
	.footer_btn li a {
		padding: 0;
		padding-top: calc(100vw * 20 / 375);
		padding-bottom: calc(100vw * 20 / 375);
		border-radius: calc(100vw * 50 / 375);
	}
	.box04 .w_box {
		margin-bottom:calc(100vw * 100 / 375);
		padding-bottom: calc(100vw * 40 / 375);
	}
	.box04_sec {
		margin-bottom: calc(100vw * 50 / 375);
	}
	header {
		background-image:url("../images/sp_mv.jpg");
		height: calc(100vw * 750 / 375);
		background-size: contain;
	}
	.box03_icon_title02 span.mg30 {
		margin-right: calc(100vw * 40 / 375);
	}
	.box01_sub_txt li {
		margin-bottom: calc(100vw * 25 / 375);
	}
	.box02 .w_box {
		border-radius: calc(100vw * 16 / 375) calc(100vw * 16 / 375) 0 0;
	}
	.box02 .w_box img {
		width: 100%;
		border-radius: calc(100vw * 16 / 375) calc(100vw * 16 / 375) 0 0;
	}
		.box03_icon_title02 {
		font-size: calc(100vw * 64 / 375);
	}
	.box03_icon_title02 span {
		font-size: calc(100vw * 24 / 375);
	}
	.box03_icon_title03 {
		font-size: calc(100vw * 64 / 375);
	}
	.box03_icon_title03 span {
		font-size: calc(100vw * 24 / 375);
	}
	.box03_icon_title04 {
		font-size: calc(100vw * 64 / 375);
	}
	.box03_icon_title04 span {
		font-size: calc(100vw * 24 / 375);
	}
	.box04_sub_title03 {
		text-align: center;
	}
	.box04_sec_inner::before {
		content: "";
		display: block;
		background-image: url("../images/box04img02.png");
		width: 100%;
		height: 180px;
		background-size: cover;
	}
	.box03_icon_title03.new {
		background-image: url(../images/line03.svg);
	}
	.box03_icon_title03.new span::before{
		top: -80px;
		right: -80px;
	}
}
