@charset "UTF-8";


/*========================================

  indexページ

========================================*/
/* hero */
#hero {
	position: relative;
}

#hero .icon {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 100;
}

#hero .slider {
	height: 55vw;
}

@media screen and (max-width: 767px) {
	#hero .icon {
		top: 5vw;
		right: 5vw;
	}

	#hero .icon img {
		width: 13vw;
	}

	#hero .slider {
		height: 85vw;
	}
}



/* 共通 */
.sec_innr {
	width: 715px;
	margin-left: calc((100vw - 1030px) / 2 + 300px);
}

.sec_innr2 {
	width: 815px;
	margin-left: calc((100vw - 1030px) / 2 + 250px);
}

@media screen and (max-width: 767px) {

	.sec_innr,
	.sec_innr2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}



hr {
	color: #000;
	margin: 70px 0;
}

.btn {
	margin-top: 30px;
}

.btn a,
.btn span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 100vh;
}

.btn a::after,
.btn span::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 20px;
	display: block;
	width: 45px;
	height: 45px;
	margin: auto 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.btn a:hover,
.btn span:hover {
	opacity: .7;
	transition: .3s;
}

@media screen and (max-width: 767px) {

	.btn a::after,
	.btn span::after {
		width: 8vw;
		height: 8vw;
		background-size: cover;
	}

	.btn a,
	.btn span {
		font-size: 5.5vw;
	}
}



/* sec001 */
#sec001 {
	padding-bottom: 100px;
}

#sec001 .ttl {
	position: relative;
}

#sec001 .ttl_m {
	margin-bottom: 50px;
}

#sec001 .ttl .i01 {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

#sec001 .ttl .i01 img {
	width: 100px;
}

#sec001 .ttl .i02 {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#sec001 .ttl .i02 img {
	width: 120px;
}

#sec001 .ttl .i03 {
	position: absolute;
	bottom: -10px;
	left: 80px;
}

#sec001 .ttl .i04 {
	position: absolute;
	bottom: -10px;
	right: 80px;
}

#sec001 .ttl .i03 img,
#sec001 .ttl .i04 img {
	width: 65px;
}

@media screen and (max-width: 767px) {

	/* sec001 */
	#sec001 {
		padding-bottom: 10vw;
	}

	#sec001 .ttl_m {
		margin-bottom: 10vw;
	}

	#sec001 .ttl .i01 {
		bottom: 1vw;
		left: -2vw;
	}

	#sec001 .ttl .i01 img {
		width: 18vw;
	}

	#sec001 .ttl .i02 {
		bottom: 1vw;
		right: -2vw;
	}

	#sec001 .ttl .i02 img {
		width: 22vw;
	}

	#sec001 .ttl .i03 {
		bottom: -2vw;
		left: 5vw;
	}

	#sec001 .ttl .i04 {
		bottom: -2vw;
		right: 5vw;
	}

	#sec001 .ttl .i03 img,
	#sec001 .ttl .i04 img {
		width: 15vw;
	}
}



#sec001 .topics {
	border-radius: 12px;
	background-color: #fff;
	margin-top: 40px;
	padding: 30px;
	padding-right: 10px;
}

#sec001 .topics ul {
	text-align: left;
	margin: 0;
	padding: 0;
	border-left: 12px solid #ff7922;
	padding-left: 20px;
}

#sec001 .topics ul li {
	list-style: none;
	font-size: 18px;
	line-height: 2.2em;
}

#sec001 .topics ul li span {
	display: inline-block;
	margin-right: 1em;
}

#sec001 .topics ul li a:hover {
	opacity: .7;
	transition: .3s;
}

#sec001 .topics ul li small {
	display: block;
	font-size: 14px;
	margin-top: .2em;
	line-height: 1.8em;
}

@media screen and (max-width: 767px) {
	#sec001 .topics {
		margin-top: 5vw;
		padding: 5vw;
		padding-right: 2vw;
	}

	#sec001 .topics ul {
		border-left: 5px solid #ff7922;
		padding-left: 4vw;
		margin-top: -1em;
	}

	#sec001 .topics ul li {
		margin-top: 1em;
		font-size: 4vw;
		line-height: 1.5em;
	}

	#sec001 .topics ul li span {
		display: block;
		margin-right: 0;
	}

	#sec001 .topics ul li small {
		font-size: 3vw;
	}
}

#sec001 .insta {
	margin-top: 60px;
}

#sec001 .insta h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec001 .insta ul {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	list-style: none;
	margin-top: 30px;
}

#sec001 .insta ul li {
	width: 160px;
}

#sec001 .insta ul li img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	#sec001 .insta {
		margin-top: 10vw;
	}

	#sec001 .insta h3 {
		font-size: 6vw;
	}

	#sec001 .insta ul {
		flex-wrap: wrap;
		gap: 5vw;
		list-style: none;
		margin-top: 7vw;
	}

	#sec001 .insta ul li {
		width: 40vw;
	}

	#sec001 .insta ul li img {
		width: 40vw;
		height: 40vw;
		object-fit: cover;
	}
}

#sec001 .btn_more a {
	display: inline-block;
	background-color: #ff7922;
	padding: .6em 5em;
}

#sec001 .btn_more a::after {
	background-image: url(../img/icon_arrow_r.svg);
}

#sec001 .btn_about span {
	background-color: #72b02f;
	padding: .6em 0;
	cursor: pointer;
}

#sec001 .btn_about span::after {
	background-image: url(../img/icon_arrow_d.svg);
}

#sec001 .btn_about.active span::after {
	background-image: url(../img/icon_arrow_u.svg);
}

#sec001 .acbox {
	display: none;
	background-color: #fff;
	padding: 40px;
	padding-top: 100px;
	text-align: left;
	margin-top: -50px;
	border-radius: 20px;
}

#sec001 .acbox h3 {
	text-align: center;
	font-size: 28px;
	color: #006934;
	font-weight: bold;
}

#sec001 .acbox h3::after,
#sec001 .acbox .headline::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border: 1px dashed #999;
	margin-top: 15px;
}

#sec001 .acbox .headline::after {
	margin-top: 4px;
}

#sec001 .acbox p {
	margin-top: 1.5em;
	font-size: 14px;
}

#sec001 .acbox img {
	margin-top: 5px;
	padding-bottom: 20px;
}

#sec001 .ac02 strong {
	display: block;
	text-align: center;
}

#sec001 .ac02 span {
	display: block;
	color: #ff7922;
	font-size: 15px;
	margin-top: 30px;
}

#sec001 .ac02 span small {
	display: block;
	color: #333;
	font-size: 12px;
}

#sec001 .ac02 table {
	width: 100%;
	margin-top: 10px;
}

#sec001 .ac02 table th {
	width: 160px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #999;
	padding: .8em 0;
}

#sec001 .ac02 table td {
	font-size: 16px;
	text-align: center;
	border: 1px solid #999;
	padding: .8em 0;
}

#sec001 .ac02 table .bg_a {
	background-color: #f0d291;
}

#sec001 .ac02 table .bg_b {
	background-color: #e8b66a;
}

#sec001 .ac02 table .bg_c {
	background-color: #f4dfbf;
}

#sec001 .ac03 dl {
	display: flex;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#sec001 .ac03 dl dt {
	width: 150px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 25px 0 0 25px;
	background-color: #ff7922;
	padding: .2em 0;
}

#sec001 .ac03 dl dd {
	width: 485px;
	color: #333;
	font-size: 20px;
	border-radius: 0 25px 25px 0;
	background-color: #ffebba;
	padding: .2em 0;
	padding-left: 1em;
}

#sec001 .ac03 .ac_innr {
	display: flex;
	justify-content: space-between;
}

#sec001 .ac03 .ac_innr div img {
	display: block;
	width: 160px;
}

#sec001 .ac03 p {
	margin-top: 1em;
}

#sec001 .ac03 p strong {
	display: block;
	color: #009344;
}

@media screen and (max-width: 767px) {
	#sec001 .acbox {
		padding: 5vw;
		padding-top: 15vw;
		margin-top: -10vw;
		border-radius: 15px;
	}

	#sec001 .acbox h3 {
		font-size: 5vw;
	}

	#sec001 .acbox p {
		margin-top: 1.5em;
		font-size: 3.5vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec001 .acbox img {
		margin-top: 3vw;
		padding-bottom: 5vw;
	}

	#sec001 .ac02 span {
		font-size: 3.5vw;
		margin-top: 5vw;
	}

	#sec001 .ac02 span small {
		font-size: 3.5vw;
	}

	#sec001 .ac02 table {
		margin-top: 3vw;
	}

	#sec001 .ac02 table th {
		width: 20%;
		font-size: 3.5vw;
	}

	#sec001 .ac02 table td {
		width: 20%;
		font-size: 3.5vw;
	}

	#sec001 .ac03 dl {
		margin-top: 5vw;
	}

	#sec001 .ac03 dl dt {
		width: 30%;
		font-size: 3.8vw;
		border-radius: 5vw 0 0 5vw;
		padding: .4em 0;
	}

	#sec001 .ac03 dl dd {
		width: 70%;
		font-size: 3.8vw;
		border-radius: 0 5vw 5vw 0;
		padding: .4em 0;
		padding-left: 1em;
	}

	#sec001 .ac03 .ac_innr {
		flex-direction: column;
	}

	#sec001 .ac03 .ac_innr div img {
		width: 100%;
	}

	#sec001 .ac03 p {
		margin-top: 1em;
	}
}




#sec001 .function {
	margin-top: 50px;
}

#sec001 .function span {
	display: block;
	margin-bottom: 15px;
}




/* sec002 */
#sec002 {
	background-image: url(../img/02_01_pc.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: top;
	padding-top: 18vw;
}

#sec002 p {
	font-size: 17px;
	margin-top: 1em;
}

#sec002 .map {
	position: relative;
	margin-top: 20px;
}

#sec002 .map .i02 {
	position: absolute;
	left: 20px;
	bottom: 120px;
}

#sec002 .map .i03 {
	position: absolute;
	left: 260px;
	bottom: 170px;
}

#sec002 .map .i04 {
	position: absolute;
	top: 110px;
	right: 0;
}

#sec002 .map .i05 {
	position: absolute;
	top: 30px;
	left: 40px;
}

#sec002 .map .i05 img {
	width: 150px;
	border: 3px solid #fff;
	border-radius: 100vh;
}

#sec002 .map .i06 {
	position: absolute;
	top: 10px;
	right: 100px;
}

#sec002 .map .i06 img {
	width: 100px;
	border: 3px solid #fff;
	border-radius: 100vh;
}

#sec002 .map .i07 {
	position: absolute;
	bottom: 20px;
	right: 190px;
}

#sec002 .map .i07 img {
	width: 130px;
	border: 3px solid #fff;
	border-radius: 100vh;
}

#sec002 .map a img:hover {
	opacity: 1;
	transform: translateY(-10px);
}

@media screen and (max-width: 767px) {

	/* sec002 */
	#sec002 {
		background-image: url(../img/02_01_sp.png);
		padding-top: 36vw;
	}

	#sec002 p {
		font-size: 3.8vw;
	}

	#sec002 .map {
		margin-top: 10vw;
	}

	#sec002 .map .i02 {
		left: 1vw;
		bottom: 10vw;
	}

	#sec002 .map .i03 {
		left: 30vw;
		bottom: 30vw;
	}

	#sec002 .map .i04 {
		top: 0;
		right: 1vw;
	}

	#sec002 .map .i02 img,
	#sec002 .map .i03 img,
	#sec002 .map .i04 img {
		width: 25vw;
	}

	#sec002 .map .i05 {
		top: 2vw;
		left: 3vw;
	}

	#sec002 .map .i05 img {
		width: 22vw;
	}

	#sec002 .map .i06 {
		top: -5vw;
		right: 27vw;
	}

	#sec002 .map .i06 img {
		width: 15vw;
	}

	#sec002 .map .i07 {
		bottom: 2vw;
		right: 25vw;
	}

	#sec002 .map .i07 img {
		width: 17vw;
	}
}



/* sec003 */
#sec003:before {
	content: "";
	display: block;
	width: 100%;
	height: 7.2vw;
	background-image: url(../img/03_02_pc.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#sec003 .wrap_innr {
	background-color: #bfd759;
	background-image: url(../img/03_05_pc.jpg);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100% auto;
}

#sec003 .sec_innr {
	padding-top: 60px;
	padding-bottom: 100px;
}

#sec003 .s01 {
	display: block;
	margin-top: 30px;
}

#sec003 p {
	font-size: 17px;
	margin-top: 1em;
}

#sec003 .btn_more {
	margin-bottom: 70px;
}

#sec003 .btn_more a {
	display: inline-block;
	background-color: #ff7922;
	padding: .6em 5em;
}

#sec003 .btn_more a::after {
	background-image: url(../img/icon_arrow_r.svg);
}

#sec003 .youtube {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}

#sec003 .youtube .ybox {
	width: 100%;
	aspect-ratio: 9 / 16;
}

#sec003 .youtube .ybox iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {

	/* sec003 */
	#sec003 .wrap_innr {
		background-image: url(../img/03_05_sp.jpg);
	}

	#sec003 .sec_innr {
		padding-top: 10vw;
		padding-bottom: 20vw;
	}

	#sec003 .s01 {
		margin-top: 7vw;
	}

	#sec003 p {
		font-size: 3.8vw;
	}

	#sec003 .btn_more {
		margin-bottom: 10vw;
	}

	#sec003 .youtube {
		margin-top: 5vw;
		width: 90%;
	}
}



/* sec004 */
#sec004 {
	padding-top: 110px;
}

#sec004 p {
	font-size: 17px;
	margin-top: 1em;
}

#sec004 .tab-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

#sec004 .tab-container .tab {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff7922;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	white-space: nowrap;
	text-align: center;
	padding: 1em 1.5em;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	margin-right: 20px;
	transition: .3s;
}

#sec004 .tab-container .tab:hover,
#sec004 .tab-container .tab.active {
	color: #fff;
	background: #ff7922;
}

#sec004 .tab-content {
	display: none;
	background-color: #ff7922;
	width: 100%;
	border-radius: 0 0 0 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: calc(100vw - ((100vw - 1030px) / 2 + 250px));
}

#sec004 .tab-content.show {
	display: block;
}

#sec004 .tab-content .innr {
	width: 750px;
	margin-left: 40px;
}

#sec004 h3 {
	color: #ffec00;
	font-size: 33px;
	font-weight: bold;
}

#sec004 h3.large {
	font-size: 40px;
}

#sec004 .headline small {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

#sec004 .headline h3::after,
#sec004 .headline::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border: 1px dashed #fff;
	margin-top: 15px;
}

#sec004 .headline::after {
	margin-top: 4px;
}

#sec004 .headline01 {
	background-image: url(../img/04_03_pc.svg);
	background-repeat: no-repeat;
	width: 710px;
	height: 70px;
	margin-top: 10px;
}

#sec004 .headline01 h3 {
	color: #fff;
}

#sec004 .tab-content .innr_01 p {
	color: #fff;
	font-size: 14px;
	margin-top: 1em;
}

#sec004 .tab-content .innr_01 .cal {
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
}

#sec004 .tab-content .innr_01 .cal img {
	border-radius: 8px;
}

#sec004 .tab-content .innr_02 .box {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#sec004 .tab-content .innr_02 .box .item {
	position: relative;
	width: 210px;
}

#sec004 .tab-content .innr_02 .box .item::before {
	position: absolute;
	top: 0;
	left: -30px;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border: 1px dashed #fff;
}

#sec004 .tab-content .innr_02 .box .item:first-child::before {
	display: none;
}

#sec004 .tab-content .innr_02 .box .item2 {
	width: 345px;
}

#sec004 .tab-content .innr_02 .box .item3 {
	width: 750px;
}

#sec004 .tab-content .innr_02 .box .item strong {
	display: block;
	color: #008d3a;
	font-size: 19px;
	padding: .1em 0;
	border-radius: 10px;
	background-color: #fff;
	font-weight: bold;
}

#sec004 .tab-content .innr_02 .box .item p {
	color: #fff;
	font-size: 14px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: .5em;
}

#sec004 .tab-content .innr_02 .what,
#sec004 .tab-content .innr_04 .what {
	border-radius: 20px;
	background-color: #fff8b2;
	margin-top: 20px;
	padding: 20px;
}

#sec004 .tab-content .innr_02 .what strong,
#sec004 .tab-content .innr_04 .what strong {
	display: block;
	font-size: 21px;
	background: linear-gradient(transparent 50%, #fff000 50%);
}

#sec004 .tab-content .innr_02 .what p,
#sec004 .tab-content .innr_04 .what p {
	font-size: 14px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#sec004 .tab-content .innr_02 .notes,
#sec004 .tab-content .innr_05 .notes {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: left;
	margin-top: .5em;
}

#sec004 .tab-content .innr_03 .ill {
	display: block;
	margin-top: 30px;
}

#sec004 .tab-content .innr_04 .copy {
	color: #fff;
	font-size: 18px;
}

#sec004 .tab-content .innr_04 .box {
	width: 580px;
	margin: 0 auto;
}

#sec004 .tab-content .innr_04 .box strong {
	display: block;
	color: #008d3a;
	font-size: 18px;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 15px;
	font-weight: bold;
}

#sec004 .tab-content .innr_04 .box ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#sec004 .tab-content .innr_04 .box ul li {
	position: relative;
	width: 176px;
	list-style: none;
	margin-right: 26px;
}

#sec004 .tab-content .innr_04 .box ul li::after {
	position: absolute;
	top: 40px;
	right: -19px;
	content: "\f04b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #fff000;
}

#sec004 .tab-content .innr_04 .box ul li:last-child {
	margin-right: 0;
}

#sec004 .tab-content .innr_04 .box ul li:last-child::after {
	display: none;
}

#sec004 .tab-content .innr_04 .box ul li img {
	border-radius: 5px;
}

#sec004 .tab-content .innr_04 .what {
	position: relative;
}

#sec004 .tab-content .innr_04 .what p {
	width: 500px;
}

#sec004 .tab-content .innr_04 .what .mi {
	position: absolute;
	bottom: 20px;
	right: 40px;
}

#sec004 .tab-content .innr_05 {
	position: relative;
}

#sec004 .tab-content .innr_05 .p01 {
	color: #fff;
	font-size: 16px;
	text-align: left;
}

#sec004 .tab-content .innr_05 ul {
	text-align: left;
	margin: 0;
	padding: 0;
	padding: 1.5em 0;
}

#sec004 .tab-content .innr_05 ul li {
	color: #fff8b2;
	font-size: 20px;
	list-style: none;
	font-weight: bold;
}

#sec004 .tab-content .innr_05 .ill {
	position: absolute;
	bottom: -15px;
	right: -10px;
}

@media screen and (max-width: 767px) {

	/* sec004 */
	#sec004 {
		padding-top: 10vw;
	}

	#sec004 p {
		font-size: 3.8vw;
	}

	#sec004 .tab-container {
		flex-wrap: wrap;
		margin-top: 5vw;
		padding-bottom: 0;
		gap: 2%;
	}

	#sec004 .tab-container .tab {
		width: 49%;
		font-size: 4.2vw;
		border-radius: 7px;
		margin-right: 0;
		padding: .7em;
		margin-top: 2vw;
	}

	#sec004 .tab-content {
		border-radius: 0 0 0 10px;
		padding-top: 5vw;
		padding-bottom: 5vw;
		margin-top: 3vw;
		width: 95vw;
	}

	#sec004 .tab-content .innr {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#sec004 .headline01 {
		background-size: 100vw auto;
		background-position: right bottom;
		width: 100%;
		height: 12vw;
		margin-top: 10px;
	}

	#sec004 h3 {
		font-size: 5.5vw;
	}

	#sec004 h3.large {
		font-size: 6.5vw;
	}

	#sec004 .headline small {
		font-size: 4vw;
	}

	#sec004 .tab-content .innr_01 p {
		font-size: 3.2vw;
		text-align: left;
	}

	#sec004 .tab-content .innr_01 .cal {
		margin-top: 5vw;
		margin-left: 0;
	}

	#sec004 .tab-content .innr_01 .cal img {
		border-radius: 5px;
	}

	#sec004 .tab-content .innr_02 .box {
		flex-direction: column;
		margin-top: 2vw;
	}

	#sec004 .tab-content .innr_02 .box .item {
		position: relative;
		width: 100%;
		margin-top: 3vw;
	}

	#sec004 .tab-content .innr_02 .box .item::before {
		display: none;
	}

	#sec004 .tab-content .innr_02 .box .item:first-child::before {
		display: none;
	}

	#sec004 .tab-content .innr_02 .box .item2 {
		width: 100%;
	}

	#sec004 .tab-content .innr_02 .box .item3 {
		width: 100%;
	}

	#sec004 .tab-content .innr_02 .box .item strong {
		font-size: 4vw;
		border-radius: 2vw;
		padding: .1em 0;
	}

	#sec004 .tab-content .innr_02 .box .item p {
		font-size: 3.2vw;
	}

	#sec004 .tab-content .innr_02 .what,
	#sec004 .tab-content .innr_04 .what {
		border-radius: 3vw;
		margin-top: 5vw;
		padding: 5vw;
	}

	#sec004 .tab-content .innr_02 .what strong,
	#sec004 .tab-content .innr_04 .what strong {
		display: block;
		font-size: 4vw;
		background: linear-gradient(transparent 50%, #fff000 50%);
	}

	#sec004 .tab-content .innr_02 .what p,
	#sec004 .tab-content .innr_04 .what p {
		font-size: 3.2vw;
	}

	#sec004 .tab-content .innr_02 .notes,
	#sec004 .tab-content .innr_05 .notes {
		font-size: 3.2vw;
	}

	#sec004 .tab-content .innr_03 .ill {
		display: block;
		margin-top: 5vw;
	}

	#sec004 .tab-content .innr_04 .copy {
		font-size: 3.8vw;
	}

	#sec004 .tab-content .innr_04 .box {
		width: 100%;
		margin: 0 auto;
	}

	#sec004 .tab-content .innr_04 .box strong {
		font-size: 3.8vw;
		border-radius: 3vw;
		margin-top: 3vw;
		padding: .1em 0;
	}

	#sec004 .tab-content .innr_04 .box ul {
		flex-direction: column;
		margin-top: 3vw;
	}

	#sec004 .tab-content .innr_04 .box ul li {
		position: relative;
		width: 70%;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 7vw;
	}

	#sec004 .tab-content .innr_04 .box ul li::after {
		position: absolute;
		top: auto;
		bottom: -8vw;
		right: 0;
		left: 0;
		margin: 0 auto;
		content: "\f0d7";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 6vw;
	}

	#sec004 .tab-content .innr_04 .box ul li:last-child {
		margin-right: auto;
		margin-bottom: 2vw;
	}

	#sec004 .tab-content .innr_04 .box ul li:last-child::after {
		display: none;
	}

	#sec004 .tab-content .innr_04 .box ul li img {
		border-radius: 5px;
	}

	#sec004 .tab-content .innr_04 .what {
		position: relative;
	}

	#sec004 .tab-content .innr_04 .what p {
		width: 100%;
	}

	#sec004 .tab-content .innr_04 .what .mi {
		position: absolute;
		bottom: -10vw;
		right: 2vw;
	}

	#sec004 .tab-content .innr_04 .what .mi img {
		width: 25vw;
	}

	#sec004 .tab-content .innr_05 {
		position: relative;
		padding-bottom: 70vw;
	}

	#sec004 .tab-content .innr_05 .p01 {
		font-size: 3.5vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec004 .tab-content .innr_05 ul {
		padding: 1em 0 0 0;
	}

	#sec004 .tab-content .innr_05 ul li {
		font-size: 4.2vw;
	}

	#sec004 .tab-content .innr_05 .ill {
		position: absolute;
		bottom: -3vw;
		right: 0;
		left: 0;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#sec004 .tab-content .innr_05 .ill img {
		width: 70vw;
	}
}