@charset "UTF-8";


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

  indexページ

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


/*   共通   */
.bg_y {
	background-color: #ffcc20;
}

.bg_g {
	background-color: #eeefef;
}

.sec_innr_s {
	width: 1160px;
	margin: 0 auto;
}

.sec_innr {
	width: 1200px;
	margin: 0 auto;
}

.flex_box {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.sec_innr_s {
		width: 90%;
		margin: 0 auto;
	}

	.sec_innr {
		width: 90%;
		margin: 0 auto;
	}

	.flex_box {
		flex-direction: column;
	}
}



.com_btn ul {
	display: flex;
	justify-content: space-between;
	width: 630px;
	margin: 0 auto;
	margin-top: 30px;
}

.com_btn ul li {
	list-style: none;
}

.com_btn ul li a {
	width: 300px;
	display: block;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 1px;
	border-radius: 100vh;
	border: 2px solid #ff4d00;
	box-shadow: 0px 4px 0px 0px rgba(183, 103, 00, 1);
	padding: .5em 0;
	transition: .3s;
	overflow: hidden;
	transform: rotate(.05deg);
}

.com_btn ul li a:hover {
	opacity: .7;
	transform: translateY(-3px);
	transition: .3s;
}

.com_btn ul li a::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
	margin-left: .5em;
}

.com_btn ul li .b01 {
	color: #ff4d00;
	background-color: #fff;
}

.com_btn ul li .b02 {
	color: #fff;
	background-color: #ff4d00;
}

@media screen and (max-width: 767px) {
	.com_btn ul {
		flex-direction: column;
		width: 85%;
		margin: 0 auto;
		margin-top: 5vw;
	}

	.com_btn ul li {
		margin: 2vw 0;
	}

	.com_btn ul li a {
		width: 100%;
		display: block;
		font-size: 6vw;
		padding: .5em 0;
	}
}

/*   hero   */
#hero {
	background-color: #ffcc20;
	background-image: url(../img/h_img.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow-x: hidden;
	padding-top: 23vw;
}

#hero .copy {
	margin-top: 30px;
}

#hero .copy img {
	width: 1873px;
	max-width: 1873px;
}

@media screen and (max-width: 1873px) {
	#hero .copy {
		margin-left: calc((100vw - 1873px) / 2);
	}
}

@media screen and (max-width: 768px) {
	#hero {
		background-image: none;
		padding-top: 0;
	}

	#hero .copy {
		display: none;
	}
}




/*   sec001   */
#sec001 {
	padding-top: 45px;
	padding-bottom: 50px;
}

#sec001 .cam {
	padding-bottom: 30px;
}

#sec001 .flex_box {
	flex-wrap: wrap;
}

#sec001 .flex_box .item {
	position: relative;
	margin-top: 25px;
}

#sec001 .flex_box .item img {
	width: 570px;
	border: 2px solid #f3a3bb;
	border-radius: 20px;
	box-sizing: border-box;
}

#sec001 .flex_box .item span {
	position: absolute;
	top: -45px;
	left: -20px;
}

#sec001 .flex_box .item span img {
	width: 180px;
	border: none;
	border-radius: none;
}

#sec001 .i01 {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}

#sec001 .txt_box {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	text-align: left;
}

#sec001 .txt_box dl {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#sec001 .txt_box dl .kome {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	background-color: #000;
	margin-bottom: .5em;
	padding: .2em .5em;
}

#sec001 .txt_box dl dd {
	font-size: 13px;
}

#sec001 .txt_box dl dd.dan {
	padding-left: 1em;
	text-indent: -1em;
}

#sec001 .txt_box dl dd .lower {
	display: flex;
	font-size: 13px;
	margin-bottom: .5em;
}

#sec001 .txt_box dl dd .lower dt {
	margin-right: .5em;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 5vw;
		padding-bottom: 10vw;
	}

	#sec001 .flex_box .item {
		margin-top: 3vw;
	}

	#sec001 .flex_box .item img {
		width: 100%;
		border-radius: 3vw;
	}

	#sec001 .flex_box .item span {
		position: absolute;
		top: -7vw;
		left: -3vw;
	}

	#sec001 .flex_box .item span img {
		width: 30vw;
	}

	#sec001 .i01 {
		display: block;
		margin-top: 3vw;
		margin-bottom: 5vw;
	}

	#sec001 .txt_box dl {
		margin-bottom: .8em;
	}

	#sec001 .txt_box dl .kome {
		font-size: 3.5vw;
		margin-bottom: .3em;
		padding: .2em .5em;
	}

	#sec001 .txt_box dl dd {
		font-size: 3.2vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec001 .txt_box dl dd .lower {
		display: flex;
		font-size: 3.2vw;
	}

	#sec001 .txt_box dl dd .lower dt {
		width: 18%;
		margin-right: 0;
	}

	#sec001 .txt_box dl dd .lower dd {
		width: 82%;
	}
}



/*   sec002   */
#sec002 {
	padding-top: 80px;
	padding-bottom: 70px;
}

#sec002 strong {
	display: block;
	margin-top: 20px;
}

#sec002 span {
	display: block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 20px;
}

#sec002 .flex_box {
	flex-wrap: wrap;
	margin-top: 20px;
}

#sec002 .flex_box .item {
	width: 570px;
	border-radius: 20px;
	border: 2px solid #f9d1dd;
	box-sizing: border-box;
	padding: 30px 0;
	margin-top: 25px;
}

#sec002 .item2 {
	width: 1160px;
	border-radius: 20px;
	border: 2px solid #f9d1dd;
	box-sizing: border-box;
	padding: 30px 0;
	margin-top: 25px;
}

#sec002 .flex_box .item h3,
#sec002 .item2 h3 {
	color: #eb668d;
	font-size: 30px;
	font-weight: 800;
	transform: rotate(.05deg);
}

#sec002 .flex_box .item h3 small {
	font-size: 22px;
}

#sec002 .flex_box .item h3 sup {
	font-size: 16px;
}

#sec002 .flex_box .item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	margin-top: .8em;
	transform: rotate(.05deg);
}

#sec002 .item2 .copy {
	font-size: 18px;
	font-weight: 400;
	margin-top: .8em;
	transform: rotate(.05deg);
}

#sec002 .item2 .ex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1060px;
	margin: 0 auto;
}

#sec002 .item2 .ex_box span img {
	width: 720px;
}

#sec002 .item2 .ex_box .txt {
	width: 310px;
	text-align: left;
}

#sec002 .item2 .ex_box .txt p {
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1.5em;
	transform: rotate(.05deg);
}

#sec002 .item2 .ex_box .txt p small {
	display: inline-block;
	font-size: 12px;
	font-family: "Hiragino Sans",
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		"Meiryo",
		sans-serif;
	line-height: 1.5em;
	margin-top: .5em;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec002 strong {
		margin-top: 3vw;
	}

	#sec002 strong img {
		width: 70vw;
	}

	#sec002 span {
		font-size: 4vw;
		letter-spacing: 1px;
		margin-top: 3vw;
	}

	#sec002 .flex_box {
		flex-wrap: wrap;
		margin-top: 5vw;
	}

	#sec002 .flex_box .item {
		width: 100%;
		border-radius: 3vw;
		padding: 5vw 3vw;
		margin-top: 3vw;
	}

	#sec002 .item2 {
		width: 100%;
		border-radius: 3vw;
		padding: 5vw 3vw;
		margin-top: 3vw;
	}

	#sec002 .flex_box .item h3,
	#sec002 .item2 h3 {
		font-size: 5vw;
	}

	#sec002 .flex_box .item h3 small {
		font-size: 4vw;
	}

	#sec002 .flex_box .item h3 sup {
		font-size: 3vw;
	}

	#sec002 .flex_box .item p {
		font-size: 3vw;
	}

	#sec002 .item2 .copy {
		font-size: 3vw;
	}

	#sec002 .item2 .ex_box {
		flex-direction: column;
		width: 96%;
		margin: 0 auto;
	}

	#sec002 .item2 .ex_box span img {
		width: 100%;
	}

	#sec002 .item2 .ex_box .txt {
		width: 100%;
	}

	#sec002 .item2 .ex_box .txt strong img {
		width: 100%;
	}

	#sec002 .item2 .ex_box .txt p {
		font-size: 2.8vw;
		margin-top: 1em;
	}

	#sec002 .item2 .ex_box .txt p small {
		font-size: 2.8vw;
	}
}



/*   sec003   */
#sec003 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec003 h3 {
	margin-top: 25px;
}

#sec003 .box {
	position: relative;
	text-align: left;
	margin-top: 40px;
}

#sec003 .box strong {
	font-size: 34px;
	font-weight: 500;
	transform: rotate(.05deg);
}

#sec003 .box p {
	width: 890px;
	font-size: 16px;
	margin-top: 1em;
	font-family: "Hiragino Sans",
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		"Meiryo",
		sans-serif;
}

#sec003 .box span {
	display: inline-block;
	color: #115aac;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #c1c5c5;
	padding: .7em 1.5em;
	margin-top: 1em;
	transform: rotate(.05deg);
}

#sec003 .box span small {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	background-color: #000;
	padding: .2em .5em;
	margin: 0 .2em;
}

#sec003 .box .toko {
	position: absolute;
	bottom: 60px;
	right: 0;
}

#sec003 .flex_box {
	margin-top: 40px;
}

#sec003 .flex_box .item {
	width: 560px;
	border-radius: 20px;
	background-color: #fff;
	border: 2px solid #74b4e6;
	box-sizing: border-box;
	padding: 30px;
}

#sec003 .flex_box .item strong {
	display: block;
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	margin-top: .8em;
	transform: rotate(.05deg);
}

#sec003 .flex_box .item p {
	font-size: 16px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: .8em;
	font-family: "Hiragino Sans",
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		"Meiryo",
		sans-serif;
}

#sec003 .flex_box .item p small {
	display: block;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec003 h3 {
		margin-top: 3vw;
	}

	#sec003 .box {
		margin-top: 0;
		padding-top: 30vw;
	}

	#sec003 .box strong {
		font-size: 4.8vw;
	}

	#sec003 .box p {
		width: 100%;
		font-size: 3vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec003 .box span {
		font-size: 3.5vw;
		padding: .4em 1em;
	}

	#sec003 .box span small {
		font-size: 3vw;
		padding: .1em .5em;
		margin: 0 .2em;
	}

	#sec003 .box .toko {
		position: absolute;
		bottom: auto;
		top: 8vw;
		right: 0;
		text-align: right;
	}

	#sec003 .box .toko img {
		width: 85%;
	}

	#sec003 .flex_box {
		margin-top: 3vw;
	}

	#sec003 .flex_box .item {
		width: 100%;
		border-radius: 3vw;
		padding: 5vw;
		margin-top: 5vw;
	}

	#sec003 .flex_box .item strong {
		font-size: 4.5vw;
	}

	#sec003 .flex_box .item p {
		font-size: 3.2vw;
		margin-top: .5em;
	}

	#sec003 .flex_box .item p small {
		font-size: 3vw;
	}
}



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

#sec004 h2 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	font-size: 60px;
	font-weight: 800;
}

#sec004 h2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 90px;
	display: block;
	width: 290px;
	height: 100px;
	background-image: url(../img/04_01.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec004 h2::after {
	position: absolute;
	content: "";
	top: -10px;
	right: 120px;
	display: block;
	width: 260px;
	height: 120px;
	background-image: url(../img/04_02.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec004 .sec_innr {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 50px;
}

#sec004 h3 {
	position: relative;
	font-size: 52px;
	font-weight: 800;
	padding-top: 40px;
	margin-top: 50px;
}

#sec004 .h01::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 330px;
	height: 45px;
	background-image: url(../img/04_03.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec004 .h02::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 340px;
	height: 45px;
	background-image: url(../img/04_05.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec004 span {
	display: block;
	margin-top: 10px;
}

#sec004 span img {
	border-radius: 15px;
}

#sec004 .com_btn {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#sec004 {
		padding-top: 8vw;
		padding-bottom: 10vw;
	}

	#sec004 h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 8.5vw;
	}

	#sec004 h2::before {
		position: absolute;
		content: "";
		top: auto;
		bottom: -15vw;
		left: 0;
		display: block;
		width: 38vw;
		height: 13vw;
		background-image: url(../img/04_01.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec004 h2::after {
		position: absolute;
		content: "";
		top: auto;
		bottom: -18vw;
		right: 0;
		display: block;
		width: 40vw;
		height: 18vw;
		background-image: url(../img/04_02.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec004 .sec_innr {
		width: 100%;
		margin-top: 22vw;
		padding-top: 1vw;
		padding-bottom: 10vw;
	}

	#sec004 h3 {
		font-size: 7.5vw;
		padding-top: 6vw;
		margin-top: 8vw;
	}

	#sec004 .h01::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 51vw;
		height: 7vw;
		background-image: url(../img/04_03.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec004 .h02::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 52vw;
		height: 7vw;
		background-image: url(../img/04_05.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec004 span {
		margin-top: 3vw;
	}

	#sec004 span img {
		border-radius: none;
	}

	#sec004 .com_btn {
		margin-top: 8vw;
	}
}



/*   sec005   */
#sec005 {
	padding-top: 80px;
	padding-bottom: 10px;
}

#sec005 h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	font-size: 60px;
	font-weight: 800;
}

#sec005 h2::before {
	display: block;
	content: "";
	width: 180px;
	height: 15px;
	background-image: url(../img/05_01.svg);
	background-repeat: no-repeat;
}

#sec005 h2::after {
	display: block;
	content: "";
	width: 180px;
	height: 15px;
	background-image: url(../img/05_02.svg);
	background-repeat: no-repeat;
}

#sec005 h2:before {
	margin-right: .5em;
}

#sec005 h2:after {
	margin-left: .5em;
}

#sec005 .flowbox {
	padding-top: 50px;
}

#sec005 .box {
	width: 1200px;
	margin: 0 auto;
	border-radius: 20px;
	border: 5px solid #ffcc20;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 50px;
}

#sec005 .box h3 {
	font-size: 40px;
	font-weight: 800;
	border-radius: 10px 10px 0 0;
	background-color: #ffcc20;
	padding: .5em 0;
}

#sec005 .box .in_box {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#sec005 .box .in_box2 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#sec005 .box .in_box .boxL {
	width: 530px;
	text-align: left;
}

#sec005 .box .in_box2 .boxL {
	width: 790px;
}

#sec005 .box .in_box3 .boxL {
	width: 790px;
}

#sec005 .box .in_box .boxR img {
	width: 530px;
}

#sec005 .box .in_box2 .boxR img {
	width: 260px;
	margin-top: 50px;
	v margin-right: 30px;
}

#sec005 .box .in_box3 .boxR img {
	width: 270px;
	border-radius: 100vh;
	margin-top: 30px;
}

#sec005 .box .btnbox {
	margin-top: -20px;
	padding-bottom: 40px;
}

#sec005 .box .btn {
	display: inline-block;
	background-color: #115aac;
	text-align: center;
	font-size: 30px;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	padding: .5em 2em;
	cursor: pointer;
	transition: .3s;
}

#sec005 .box .btn:hover {
	opacity: .7;
}

#sec005 .box .btn .fa-plus {
	margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
	#sec005 .box .btnbox {
		margin-top: 2vw;
		padding-bottom: 7vw;
	}

	#sec005 .box .btn {
		font-size: 5vw;
		padding: .8em 2em;
	}

}


#sec005 .box .p01 {
	font-size: 16px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
	font-family: "Hiragino Sans",
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		"Meiryo",
		sans-serif;
}

#sec005 .box .p02 {
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
	font-family: "Hiragino Sans",
		"Hiragino Kaku Gothic ProN",
		"Yu Gothic",
		"Meiryo",
		sans-serif;
}

#sec005 .box .p03 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 1em;
	transform: rotate(.05deg);
}

#sec005 .box strong {
	color: #4f6dce;
	font-size: 60px;
	font-weight: 800;
}

#sec005 .box .t01 {
	display: block;
	margin-top: 10px;
}

#sec005 .box .in_box2 .p01 {
	margin-top: .5em;
}

#sec005 .box .in_box3 .p03 {
	margin-top: .3em;
}

#sec005 .com_btn {
	margin-top: 60px;
	margin-bottom: 80px;
}

#sec005 .box2 {
	margin-top: 50px;
}

#sec005 .box2 .item {
	position: relative;
	display: flex;
	background-color: #fff;
	border: 3px solid #ffe58f;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 70px;
}

#sec005 .box2 .item:after {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
	font-size: 30px;
}

#sec005 .box2 .item:last-child::after {
	display: none;
}

#sec005 .box2 .item .no {
	display: block;
	width: 80px;
}

#sec005 .box2 .item dl {
	width: 690px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: 25px;
}

#sec005 .box2 .item dl dt {
	font-size: 28px;
	font-weight: 500;
	transform: rotate(.05deg);
}

#sec005 .box2 .item dl dd {
	font-size: 18px;
	margin-top: .5em;
	transform: rotate(.05deg);
}

#sec005 .box2 .item dl dd a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #ff4d00;
	border-radius: 100vh;
	padding: .5em 1em;
	transition: .3s;
	overflow: hidden;
	margin-top: 1em;
}

#sec005 .box2 .item dl dd a::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
	margin-left: .5em;
}

#sec005 .box2 .item dl dd a:hover {
	opacity: .7;
	transition: .3s;
}

#sec005 .box2 .item .ill {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	#sec005 {
		padding-top: 8vw;
		padding-bottom: 1vw;
	}

	#sec005 h2 {
		width: 100%;
		font-size: 8.5vw;
	}

	#sec005 h2::before {
		display: none;
	}

	#sec005 h2::after {
		display: none;
	}

	#sec005 .box {
		width: 100%;
		margin: 0 auto;
		border-radius: 3vw;
		border: 3px solid #ffcc20;
		margin-top: 5vw;
	}

	#sec005 .box h3 {
		font-size: 5vw;
		border-radius: 2vw 2vw 0 0;
	}

	#sec005 .box .in_box {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	#sec005 .box .in_box2 {
		position: relative;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	#sec005 .box .in_box .boxL {
		width: 100%;
	}

	#sec005 .box .in_box2 .boxL {
		width: 100%;
	}

	#sec005 .box .in_box3 .boxL {
		width: 100%;
	}

	#sec005 .box .in_box .boxR {
		margin-top: 5vw;
	}

	#sec005 .box .in_box .boxR img {
		width: 100%;
	}

	#sec005 .box .in_box2 .boxR {
		position: absolute;
		top: 11vw;
		right: 0;
	}

	#sec005 .box .in_box2 .boxR img {
		width: 26vw;
		margin-top: 0;
		margin-right: 0;
	}

	#sec005 .box .in_box3 .boxR img {
		width: 60%;
		margin-top: 0;
	}

	#sec005 .box .p01 {
		font-size: 3.5vw;
	}

	#sec005 .box .p02 {
		font-size: 3vw;
	}

	#sec005 .box .p03 {
		font-size: 4vw;
	}

	#sec005 .box strong {
		font-size: 7.5vw;
	}

	#sec005 .box .t01 {
		margin-top: 3vw;
	}

	#sec005 .box .t02 {
		width: 70%;
	}

	#sec005 .box .in_box2 .p01 {
		margin-top: .5em;
	}

	#sec005 .box .in_box2 .p03 {
		margin-top: 3vw;
	}

	#sec005 .box .in_box3 .p03 {
		margin-top: .5em;
	}

	#sec005 .com_btn {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}

	#sec005 .box2 {
		margin-top: 5vw;
	}

	#sec005 .box2 .item {
		position: relative;
		display: flex;
		border-radius: 3vw;
		padding: 5vw;
		margin-bottom: 10vw;
	}

	#sec005 .box2 .item3 {
		padding-bottom: 30vw;
	}

	#sec005 .box2 .item4 {
		padding-bottom: 25vw;
	}

	#sec005 .box2 .item:after {
		position: absolute;
		bottom: -8.5vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: "\f078";
		font-family: "Font Awesome 6 Free";
		font-size: 6vw;
	}

	#sec005 .box2 .item .no {
		display: block;
		width: 15%;
	}

	#sec005 .box2 .item dl {
		width: 80%;
		margin-left: 5%;
	}

	#sec005 .box2 .item dl dt {
		font-size: 5vw;
	}

	#sec005 .box2 .item dl dd {
		font-size: 3.2vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec005 .box2 .item dl dd a {
		font-size: 3.5vw;
		margin-top: .8em;
	}

	#sec005 .box2 .item .ill {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	#sec005 .box2 .item1 .ill {
		right: -15vw;
	}

	#sec005 .box2 .item2 .ill {
		right: -8vw;
	}

	#sec005 .box2 .item3 .ill {
		right: 13vw;
	}

	#sec005 .box2 .item4 .ill {
		right: 15vw;
	}

	#sec005 .box2 .item .ill img {
		width: 50vw;
	}
}



/*   sec006   */
#sec006 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec006 .box {
	position: relative;
	border: 5px solid #ff4d00;
	border-radius: 20px;
	margin-top: 40px;
	padding: 50px 0;
}

#sec006 .box::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 1047px;
	height: 346px;
	background-image: url(../img/06_03_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec006 .box span {
	display: block;
	color: #ff4d00;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 1px;
}

#sec006 .box p {
	font-size: 16px;
	transform: rotate(.05deg);
}

#sec006 .box p strong {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-top: 2em;
	margin-bottom: .8em;
}

#sec006 h4 {
	position: relative;
	font-size: 37px;
	font-weight: 800;
	margin-top: 60px;
}

#sec006 h4::after {
	position: absolute;
	content: "";
	bottom: -100px;
	right: 90px;
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(../img/06_04.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#sec006 {
		padding-top: 8vw;
		padding-bottom: 10vw;
	}

	#sec006 .box {
		border: 3px solid #ff4d00;
		border-radius: 3vw;
		margin-top: 5vw;
		padding: 5vw 0 35vw 0;
	}

	#sec006 .box::after {
		position: absolute;
		content: "";
		bottom: -5.5vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 80%;
		height: 40%;
		background-image: url(../img/06_03_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: -5;
	}

	#sec006 .box span {
		font-size: 5vw;
	}

	#sec006 .box h3 {
		width: 88%;
		margin: 0 auto;
	}

	#sec006 .box p {
		font-size: 3.5vw;
	}

	#sec006 .box p strong {
		font-size: 4vw;
		margin-top: 1em;
	}

	#sec006 h4 {
		font-size: 6vw;
		margin-top: 8vw;
		padding-bottom: 27vw;
	}

	#sec006 h4::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 25vw;
		height: 25vw;
		background-image: url(../img/06_04.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}







.contents {
	background-color: #ffcc20;
	padding-top: 30px;
}

.contents .innr {
	position: relative;
	width: 1100px;
	background-color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 50px;
	padding-top: 70px;
}

.contents .readcopy {
	text-align: center;
	font-size: 20px;
	line-height: 1.8em;
}

.contents h3 {
	font-weight: 700;
	padding: 1.5em 0;
	font-size: 24px;
}

.contents .fuki {
	position: absolute;
	top: -30px;
	right: -30px;
}


@media screen and (max-width: 767px) {
	.contents {
		padding-top: 10vw;
		margin-top: 0;
	}

	.contents .innr {
		width: 90%;
		border-radius: 3vw;
		padding: 5vw;
		padding-top: 10vw;
	}

	.contents .readcopy {
		text-align: left;
		font-size: 3.8vw;
		line-height: 1.6em;
	}

	.contents h3 {
		font-size: 3.6vw;
	}

	.contents .fuki {
		top: -15vw;
		right: 5vw;
	}

	.contents .fuki img {
		width: 25vw;
	}
}



.contents table {
	border-collapse: collapse;
	margin-top: 50px;
}

.contents table th,
.contents table td {
	border: 2px solid #aaa;
	padding: .3em 1em;
	font-weight: 700;
}

.contents table th {
	color: #fff;
	background-color: #00175c;
	font-size: 30px;
	text-align: center;
	white-space: nowrap;
	width: 10%;
	letter-spacing: 2px;
}

.contents table th strong {
	font-size: 40px;
}

.contents table td {
	font-size: 24px;
	color: #00175c;
}

.contents table td.day {
	text-align: left;
	white-space: nowrap;
	width: 10%;
	font-size: 40px;
}

.contents table td.day small {
	font-size: 25px;
}

.contents table td.ch {
	text-align: center;
	white-space: nowrap;
	width: 5%;
	padding: .8em 1em;
}

.contents table td.place {
	text-align: left;
	white-space: nowrap;
	width: 10%;
}



@media screen and (max-width: 767px) {
	.contents table {
		margin-top: 5vw;
	}

	.contents table th,
	.contents table td {
		border: 2px solid #999;
		padding: .5em;
	}

	.contents table th {
		font-size: 3.8vw;
		letter-spacing: 1px;
	}

	.contents table th strong {
		font-size: 5vw;
	}

	.contents table td {
		font-size: 3vw;
	}

	.contents table td.day {
		font-size: 4vw;
	}

	.contents table td.day small {
		font-size: 3.2vw;
	}

	.contents table td.ch {
		padding: .5em;
	}

	.contents table td.place {}


}



.contents .atten {
	text-align: left;
	list-style: none;
	margin-top: 1em;
	font-size: 15px;
}

.contents .atten li {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: .5em;
}

.contents .link {
	text-align: center;
	margin-top: 40px;
	transition: .3s;
}

.contents .link:hover {
	opacity: .7;
}


@media screen and (max-width: 767px) {
	.contents .atten {
		font-size: 2.8vw;
	}

	.contents .link {
		margin-top: 10vw;
	}
}


body.overflowhidden {
	/*overflow: hidden;*/
}

.popupwrap {
	display: none;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	z-index: 9999;
	padding: 5% 0;
}

.popup .pin {
	position: relative;
	background-color: #fff;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	padding: 100px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup .pin img {
	width: 85%;
}

.closebtn {
	position: fixed;
	top: 3%;
	right: 3%;
	color: #fff;
	z-index: 99999;
	cursor: pointer;
}

.closebtn img {
	width: 80px;
}

@media screen and (max-width: 767px) {
	.popup {
		padding-top: 25vw;
	}

	.popup .pin {
		width: 100%;
		max-width: 100%;
		padding: 10vw 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	.popup .pin img {
		width: 90%;
	}

	.closebtn {
		top: 2%;
		right: 2%;
	}

	.closebtn img {
		width: 15vw;
	}
}



.btn_card {
	margin-top: -90px;
}

@media screen and (max-width: 767px) {
	.btn_card {
		margin-top: -2vw;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 5vw;
	}
}