@charset "UTF-8";

/* ACCORDER Inc. */
/* Base Style
----------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
	display: inline-block;
}

/* For Windows IE7 and Mac IE5 */
* html .clearfix {
	height: 1px;
}

/* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
	display: block;
}

.clear {
	clear: both;
}

/* End hide from IE-mac */
img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizequality;
	vertical-align: bottom;
}

/* Better images when resized for IE7, FF3.5+ */
a._hover {
	text-decoration: none;
	opacity: 0.7;
}

html,
body {
	height: 100%;
}

body {
	background: #fff;
}

@media (hover: hover) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* wrapper  ----------------------- */
/* color  ----------------------- */
/* font  ----------------------- */
._poppins {
	font-family: "Poppins", sans-serif;
}

/*共通  ----------------------- */
body {
	margin: 0;
	letter-spacing: 0;
	font-size: 0;
}

body p,
body h2,
body h3 {
	margin: 0;
}

body ul {
	padding: 0;
	list-style: none;
}

.all_new_line {
	display: inline-block;
	letter-spacing: inherit;
	font-family: inherit;
}

.fadeup {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadeup.active {
	opacity: 1;
	transform: translateY(0);
}

#wrapper {
	background: #F0F5FA;
}

.campaign-page {
	line-height: 1.5;
	overflow: hidden;
	overflow: clip;
}

.all_button {
	background: #FFF;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #0E4175;
	border-radius: 100px;
	box-shadow: #0E4175 0px 14px 0px;
	transition: all .4s;
}

.all_button a {
	height: 123px;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 100px;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 0;
}

.all_button a span._icon {
	width: 34.5%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.all_button a span._icon img {
	width: min(195px, 85%);
}

.all_button a span._txt {
	width: 65.5%;
	height: 100%;
	/*padding: 49px 0 48px 11.2%;*/
	position: absolute;
	right: 0;
	top: 0;
}

.all_button a span._txt ._inner {
	width: calc(100% - 85px);
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	color: #FFF;
}

.all_button a span._txt:after {
	content: "";
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.all_button._blue._border {
	border: 3px solid #0E4175;
}

.all_button._blue a span._txt {
	background: #166DC5;
}

.all_button._blue a span._txt:after {
	background: url(../img/all_btn_arrow_blue.svg) no-repeat center / contain;
}

.all_button._green {
	border: 3px solid #009845;
	box-shadow: #044D25 0px 14px 0px;
}

.all_button._green._border {
	border: 3px solid #009845;
}

.all_button._green a span._txt {
	background: #009845;
}

.all_button._green a span._txt:after {
	background: url(../img/all_btn_arrow_green.svg) no-repeat center / contain;
}

.all_button._brown {
	border: 3px solid #B7AC6C;
	box-shadow: #4A4527 0px 14px 0px;
}

.all_button._brown._border {
	border: 3px solid #B7AC6C;
}

.all_button._brown a span._txt {
	background: #B7AC6C;
}

.all_button._brown a span._txt:after {
	background: url(../img/all_btn_arrow_brown.svg) no-repeat center / contain;
}

@media (hover:hover) {
	.all_button:hover {
		transform: translateY(9px);
		box-shadow: #0E4175 0px 5px 0px;
	}

	.all_button:hover a {
		opacity: 1;
	}

	.all_button._green:hover {
		transform: translateY(9px);
		box-shadow: #044D25 0px 5px 0px;
	}

	.all_button._brown:hover {
		transform: translateY(9px);
		box-shadow: #4A4527 0px 5px 0px;
	}
}

.all_button._brown:hover {
	transform: translateY(9px);
	box-shadow: #4A4527 0px 5px 0px;
}

@media screen and (max-width: 767px) {
	.all_button {
		max-width: 360px;
		padding: 1px;
		box-shadow: #0E4175 0px 4px 0px;
		border: #0E4175 1px solid;
	}

	.all_button._green {
		box-shadow: #044D25 0px 4px 0px;
		border: 1px solid #044D25;
	}

	.all_button._brown {
		box-shadow: #4A4527 0px 4px 0px;
		border: 1px solid #4A4527;
	}

	.all_button._blue._border {
		border: #0E4175 1px solid;
	}

	.all_button._brown._border {
		border: 1px solid #4A4527;
	}

	.all_button._green._border {
		border: 1px solid #044D25;
	}

	.all_button a {
		height: 69px;
	}

	.all_button a span._txt:after {
		content: "";
		width: 32px;
		height: 32px;
		right: 12px;
	}

	.all_button a span._txt ._inner {
		width: calc(100% - 60px);
		left: 5%;
		text-align: left;
		font-size: 14px;
	}
}


[data-show] {
	display: none;
}

[data-hide] {
	/* display: none; */
}

._mv {
	background: #2E3293;
	background: linear-gradient(180deg, rgba(46, 50, 147, 1) 0%, #026DB9 100%);
	padding: 0 0 180px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	._mv {
		padding-bottom: 95px;
		background: linear-gradient(180deg, rgba(46, 50, 147, 1) 0%, rgba(27, 105, 181, 1) 50%);
	}
}

._mv ._img {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

._mv ._img img {
	width: 100%;
}

._mv ._deco_mv {
	position: absolute;
}

._mv ._deco_mv img {
	width: 100%;
}

._mv ._deco_mv._deco01 {
	width: 22.5%;
	top: 7%;
	left: -20px;
	z-index: 0;
}

._mv ._deco_mv._deco02 {
	width: 21.5%;
	top: 22.5%;
	right: 0;
}

._mv ._deco_mv._deco03 {
	top: 36%;
	width: 23.8%;
	left: 25px;
	mix-blend-mode: multiply;
}

@media (max-width: 767px) {
	._mv ._deco_mv._deco03 {
		top: calc(332 / 375 * 100vw);
		width: 44%;
		left: 0;
		transform: translateX(-6%);
		mix-blend-mode: multiply;
	}
	._mv ._deco_mv._deco01 {
		display: none;
	}

	._mv ._deco_mv._deco02 {
		display: none;
	}
}

._mv ._deco_mv._deco04 {
	top: 6.5%;
	width: 26.3%;
	right: 0;
	mix-blend-mode: multiply;
}

@media (max-width: 767px) {
	._mv ._deco_mv._deco04 {
		top: calc(40 / 375 * 100vw);
		width: 44%;
		right: 0;
		transform: translateX(20%);
		mix-blend-mode: multiply;
	}
}

._mv ._deco_mv._deco05 {
	width: 645px;
	top: 750px;
	left: 50%;
	margin-left: 390px;
	z-index: 0;

	img {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	._mv ._deco_mv._deco05 {
		width: 270px;
		top: calc(667 / 375 * 100vw);
		left: calc(273 / 375 * 100vw);
		margin-left: 0;
	}
}

._mv ._deco_mv._deco06 {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	max-width: 1878px;
	transform: translateX(-50%);

	img {
		width: 100%;
	}
}

._mv ._items {
	max-width: min(932px, 92%);
	margin: max(-130px, calc(-130 / 1440 * 100vw)) auto 0;
	letter-spacing: 0;
	font-size: 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	._mv ._items {
		width: calc((-40 / 375 * 100vw) + 100%);
		margin-top: calc(-130 / 375 * 100vw);
	}
}

._mv ._items li {
	display: inline-block;
	vertical-align: top;
}

._mv ._items li:nth-child(1) {
	width: 49.3%;
}

._mv ._items li:nth-child(2) {
	width: 50.7%;
}

@media (max-width: 767px) {

	._mv ._items li:nth-child(1),
	._mv ._items li:nth-child(2) {
		width: 50%;
	}
}

._mv ._items li img {
	width: 100%;
}

._mv ._notes {
	max-width: 900px;
	width: 92%;
	margin: 12px auto 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	._mv ._notes {
		width: calc((-30 / 375 * 100vw) + 100%);
		margin-top: 30px;
	}
}

._mv ._notes p {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
}

@media (max-width: 767px) {
	._mv ._notes p {
		font-size: 13px;
	}
}

._mv ._white_txt {
	max-width: 100%;
	margin-top: 30px;
	padding-bottom: 100px;
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
	._mv ._white_txt {
		padding-bottom: 60px;
	}
}

._mv ._white_txt img {
	max-width: 100%;
}

@media (max-width: 767px) {
	._mv ._white_txt {
		width: calc((-30 / 375 * 100vw) + 100%);
		margin: 35px auto 0;
	}
}

._mv ._white_txt:after {
	content: "";
	background: url(../img/all_arrow01.svg) no-repeat center / contain;
	width: 94px;
	aspect-ratio: 94 /62;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	._mv ._white_txt:after {
		width: 44px;
	}
}

._mv ._dates {
	width: 90%;
	max-width: 1170px;
	margin: 55px auto 0;
	padding: 50px 0 40px;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media (max-width: 767px) {
	._mv ._dates {
		margin-top: 33px;
		padding-top: 35px;
		padding-bottom: 25px;
	}
}

._mv ._dates ._slant {
	background: #0E3F9D;
	background: linear-gradient(132deg, rgba(14, 63, 157, 1) 0%, rgba(5, 22, 55, 1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skewX(-15deg);
	opacity: .8;
}

@media (max-width: 767px) {
	._mv ._dates ._slant {
		width: 100vw;
		transform: translate(-50%, -50%) skewX(0deg);
	}
}

._mv ._dates ._ttl {
	width: 276px;
	margin-bottom: 18px;
	position: relative;
	display: inline-block;
	text-align: center;
}

@media (max-width: 767px) {
	._mv ._dates ._ttl {
		width: 170px;
		margin-bottom: 5px;
	}
}

._mv ._dates ._ttl img {
	width: 100%;
}

._mv ._dates ._inner {
	width: 92%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	letter-spacing: 0;
	font-size: 0;
}

._mv ._dates ._inner ._unit {
	margin-top: 20px;
	display: inline-block;
}

._mv ._dates ._inner ._unit img {
	width: 100%;
}

._mv ._dates ._inner ._unit:nth-child(1) {
	width: 46.1%;
	margin-right: 4.1%;
}

._mv ._dates ._inner ._unit:nth-child(2) {
	width: 49.8%;
}

@media (max-width: 767px) {
	._mv ._dates ._inner ._unit:nth-child(1) {
		width: 262px;
		margin-left: 0;
	}

	._mv ._dates ._inner ._unit:nth-child(2) {
		width: 282px;
		margin: 15px 0 0;
	}
}

._mv ._dates ._note {
	margin-top: 30px;
	position: relative;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
}

@media (max-width: 767px) {
	._mv ._dates ._note {
		margin-top: 20px;
		font-size: 13px;
	}
}

.campaign_list_target {
	overflow: hidden;
}

.campaign_tab {
	width: 95%;
	max-width: 750px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.campaign_tab ._tab {
	display: flex;
}

.campaign_tab ._tab li {
	width: 49%;
	padding: 25px 0 16px;
	position: relative;
	text-align: center;
	display: inline-block;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

@media (max-width: 767px) {
	.campaign_tab ._tab li {
		padding: 12px 0 8px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
}

.campaign_tab ._tab li+li {
	margin-left: 2%;
}

.campaign_tab ._tab li._active {
	background: #FFF508;
}

.campaign_tab ._tab li._inactive {
	background: #1A1A1A;
}

.campaign_tab ._tab li ._norm {
	vertical-align: middle;
	line-height: 1;
	font-weight: 600;
	font-size: 25px;
	color: #1B1464;
}

@media (max-width: 767px) {
	.campaign_tab ._tab li ._norm {
		font-size: 12px;
	}
}

.campaign_tab ._tab li ._big {
	margin: 0 7px;
	vertical-align: middle;
	line-height: 1;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 48px;
	color: #1B1464;
}

@media (max-width: 767px) {
	.campaign_tab ._tab li ._big {
		margin: 0 3px;
		font-size: 23px;
	}
}

.campaign_tab ._tab li._inactive ._norm,
.campaign_tab ._tab li._inactive ._big {
	color: #556d84;
}

.campaign_tab ._tab li:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.campaign_tab ._tab li._next:after {
	content: "";
	background: url(../img/campaign_next.svg) no-repeat center / contain;
	width: 154px;
	height: 40px;
}

@media (max-width: 767px) {
	.campaign_tab ._tab li._next:after {
		width: 77px;
	}
}

.campaign_tab ._tab li._over:after {
	content: "";
	background: url(../img/campaign_over.svg) no-repeat center / contain;
	width: 126px;
	height: 43px;
}

@media (max-width: 767px) {
	.campaign_tab ._tab li._over:after {
		width: 63px;
	}
}

#present {
	padding: 110px 0 190px;
	position: relative;
}

@media (max-width: 767px) {
	#present {
		padding: 85px 0 80px;
	}
}

#present ._ttl {
	width: 95%;
	max-width: 310px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	#present ._ttl {
		max-width: 177px;
	}
}

#present ._ttl img {
	width: 100%;
}

#present ._present_intro {
	width: 95%;
	max-width: 350px;
	margin: 42px auto 70px;
}

@media (max-width: 767px) {
	#present ._present_intro {
		max-width: 247px;
		margin: 32px auto 46px;
	}
}

#present ._present_intro img {
	width: 100%;
}

#present ._present_list {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
}

@media (max-width: 767px) {
	#present ._present_list {
		width: 100%;
		max-width: 310px;
	}
}

#present ._present_list li {
	display: inline-block;
	vertical-align: top;
}

#present ._present_list li:nth-child(1) {
	width: 100%;
	display: block;
	margin: 0 auto;
}

#present ._present_list li:nth-child(2) {
	width: 50%;
	margin-top: 24px;
}

#present ._present_list li:nth-child(3) {
	width: 50%;
	margin-top: 24px;
}

#present ._img {
	position: relative;
}

#present ._img img {
	width: 100%;
}

#present ._present_list li:nth-child(1) ._img {
	width: 90%;
	max-width: 454px;
	margin: 0 auto;
}

#present ._present_list li:nth-child(2) ._img,
#present ._present_list li:nth-child(3) ._img {
	width: 90%;
	max-width: 357px;
	margin: 0 auto;
}

@media (max-width: 767px) {

	#present ._present_list li:nth-child(1) ._img,
	#present ._present_list li:nth-child(2) ._img,
	#present ._present_list li:nth-child(3) ._img {
		width: 100%;
	}
}

#present ._star {
	position: absolute;
	background: url(../img/all_present_star.svg) no-repeat center / contain;
	width: 105px;
	height: 105px;
	bottom: -25px;
	right: -5px;
}

#present ._star ._nb {
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	font-family: Poppins, sans-serif;
	line-height: 1;
	font-weight: 500;
	font-size: 40px;
	color: #FFF;
}

#present ._star ._txt {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}

#present ._star._big {
	width: 125px;
	height: 125px;
	bottom: -25px;
	right: -5px;
}

#present ._star._big ._nb {
	top: 26px;
	font-size: 47px;
}

#present ._star._big ._txt {
	bottom: 30px;
	font-size: 20px;
}

@media (max-width: 767px) {

	#present ._star,
	#present ._star._big {
		width: 80px;
		height: 80px;
		bottom: -17px;
		right: -17px;
	}

	#present ._star ._txt,
	#present ._star._big ._txt {
		bottom: 20px;
		font-size: 13px;
	}

	#present ._star ._nb,
	#present ._star._big ._nb {
		top: 17px;
		font-size: 30px;
	}
}

#present ._data {
	margin-top: 22px;
}

#present ._data ._big {
	line-height: 1.2;
	font-weight: 600;
	font-size: 24px;
}

#present ._data ._thin {
	margin-top: 5px;
	line-height: 1.5;
	font-size: 16px;
}

#present ._present_list li:nth-child(1) ._data ._big {
	line-height: 1.3;
	font-size: 29px;
}

#present ._present_list li:nth-child(1) ._data ._thin {
	font-size: 18px;
}

@media (max-width: 767px) {

	#present ._present_list li ._data ._big,
	#present ._present_list li:nth-child(1) ._data ._big {
		line-height: 1.5;
		font-size: 17px;
	}

	#present ._present_list li ._data ._thin,
	#present ._present_list li:nth-child(1) ._data ._thin {
		margin-top: 9px;
		line-height: 1.5;
		font-size: 15px;
	}

	#present ._present_list li:nth-child(2),
	#present ._present_list li:nth-child(3) {
		width: 100%;
		margin-top: 24px;
	}
}

#present ._notes {
	width: 90%;
	max-width: 1060px;
	margin: 55px auto 0;
}

#present ._notes p {
	font-size: 13px;
	color: #A1A1A1;
}

@media (max-width: 767px) {
	#present ._notes {
		width: 92%;
		margin: 32px auto 0;
	}
}

#present ._btn_area {
	width: 90%;
	margin: 0 auto;
	padding-top: 145px;
	position: relative;
}

@media (max-width: 767px) {
	#present ._btn_area {
		width: 100%;
		padding-top: 80px;
	}
}

#present ._btn_area:after {
	content: "";
	background: url(../img/all_arrow01.svg) no-repeat center / contain;
	width: 94px;
	aspect-ratio: 94 /62;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
}

#present ._btn_area._green_btn_area:after {
	background-image: url(../img/all_arrow01_green.svg);
	mix-blend-mode: hard-light;
}

@media (max-width: 767px) {
	#present ._btn_area:after {
		top: 20px;
		width: 44px;
	}
}

#present ._btn_area ._intro {
	margin-bottom: 28px;
	line-height: 1.6;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 767px) {
	#present ._btn_area ._intro {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 28px;
		font-size: 16px;
	}
}

.phase2_area {
	max-width: 1306px;
	margin: 0 auto;
	padding: 45px 0 95px;
	position: relative;
	border-radius: 24px;
}

@media (max-width: 767px) {
	.phase2_area {
		width: 92%;
		border-radius: 12px;
	}

	#present .phase2_area ._notes {
		width: 100%;
	}
}

.phase2_area._blue_area {
	background: #CEE4FA;
	overflow: hidden;
}

@media (max-width: 767px) {
	.phase2_area {
		padding: 20px 4% 80px;
	}
}

.phase2_area._green_area {
	margin-top: 60px;
	background: #D2EDCC;
	overflow: hidden;
}

@media (max-width: 767px) {
	.phase2_area._green_area {
		margin-top: 20px;
	}
}

.phase2_area ._head {
	text-align: center;
	background: #FFF;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 15px;
}

@media (max-width: 767px) {
	.phase2_area ._head {
		width: 100%;
		padding: 16px 0;
		border-radius: 10px;
	}
}

.phase2_area ._head ._logo {
	display: inline-block;
	vertical-align: middle;
}

.phase2_area ._head ._logo img {
	width: 100%;
}

.phase2_area ._head ._logo01 {
	width: 263px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.phase2_area ._head ._logo01 {
		width: 136px;
	}
}

.phase2_area ._head ._logo02 {
	width: 248px;
}

@media (max-width: 767px) {
	.phase2_area ._head ._logo02 {
		width: 142px;
	}
}

.phase2_area ._head ._logo03 {
	width: 334px;
	margin-left: 10.5%;
}

@media (max-width: 767px) {
	.phase2_area ._head ._logo03 {
		width: 191px;
		margin-top: 16px;
		margin-left: 0;
	}
}

#present .phase2_area ._present_intro {
	margin: 50px auto 70px;
}

@media (max-width: 767px) {
	#present .phase2_area ._present_intro {
		margin: 20px auto 40px;
	}
}

#present .present_all_button {
	display: flex;
	gap: 2%;
	max-width: 1200px;
	margin: 0 auto;
	letter-spacing: 0;
	font-size: 0;
}

@media (max-width: 1024px) {
	#present .present_all_button {
		flex-direction: column;
		gap: 25px;
	}
}

@media (max-width: 767px) {
	#present .present_all_button {
		flex-direction: column;
		gap: 25px;
	}
}

#present .present_all_button .all_button {
	flex: 1;
}

#present .present_all_button .all_button ._icon {
	display: inline-block;
	width: 40%;
	padding-left: 4%;
}

#present .present_all_button .all_button ._txt {
	display: inline-block;
	width: 60%;
}

@media (max-width: 767px) {
	#present .present_all_button .all_button ._inner {
		text-align: center;
	}

	#present .present_all_button .all_button ._icon {
		width: 36%;
	}

	#present .present_all_button .all_button ._txt {
		width: 64%;
	}
}

#present ._present_annex {
	margin-bottom: 110px;
}

@media (max-width: 767px) {
	#present ._present_annex {
		margin-bottom: 60px;
	}
}

#present ._present_annex ._present_annex_ttl {
	width: 268px;
	margin: 65px auto 32px;
}

@media (max-width: 767px) {
	#present ._present_annex ._present_annex_ttl {
		width: 144px;
		margin: 27px auto 20px;
	}
}

#present ._present_annex ._present_annex_ttl img {
	width: 100%;
}

#present ._present_annex ._btns {
	display: flex;
	gap: 2%;
	width: 96%;
	max-width: 1060px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}

@media (max-width: 1024px) {
	#present ._present_annex ._btns {
		flex-direction: column;
		gap: 20px;
	}
}

#present ._present_annex ._btns ._sp {
	display: none;
}

@media (max-width: 767px) {
	#present ._present_annex ._btns ._sp {
		display: block;
	}

	#present ._present_annex ._btns ._pc {
		display: none;
	}
}

#present ._present_annex ._btns p {
	width: 49%;
}

@media (max-width: 1024px) {
	#present ._present_annex ._btns p {
		width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	#present ._present_annex ._btns p {
		width: 100%;
	}
}

#present ._present_annex ._btns ._inner {
	height: 100%;
	width: calc(100% - 60px);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
}

#present ._present_annex ._btns ._inner img {
	max-width: 100%;
}

@media (max-width: 767px) {
	#present ._present_annex ._btns ._inner {
		row-gap: 14px;
	}
}

#present ._present_annex a {
	height: 86px;
	position: relative;
	background: #FFF;
	display: block;
	border-radius: 100px;
	border: 3px solid #35187E;
	padding-right: 10%;
	box-shadow: #35187E 0px 7px 0px;
	transition: all .4s;
}

#present ._present_annex a:after {
	content: "";
	background: url(../img/all_arrow02.svg) no-repeat center / contain;
	width: 51px;
	aspect-ratio: 1;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	#present ._present_annex_logo01 {
		width: 136px;
	}

	#present ._present_annex_logo02 {
		width: 122px;
	}

	#present ._present_annex_logo03 {
		width: 165px;
	}

	#present ._present_annex a:after {
		width: 36px;
	}
}

@media (hover: hover) {
	#present ._present_annex a:hover {
		opacity: 1;
		transform: translateY(9px);
		box-shadow: #0E4175 0px 0px 0px;
	}
}

.present_button_bike a span._icon {
	width: calc((280 / 808) * 100%);
}

.present_button_bike a span._icon img {
	display: block;
	margin: 0 auto;
	width: min(175px, 80%);
}

._deco_present {
	position: absolute;
}

._deco_present img {
	width: 100%;
}

._deco_present._deco01 {
	max-width: 320px;
	width: 22.1%;
	top: 27.5%;
	left: 0;
}

@media (max-width: 767px) {
	._deco_present._deco01 {
		max-width: none;
		width: calc(180 / 375 * 100vw);
		top: auto;
		bottom: calc(220 / 375 * 100vw);
		transform: translateX(-50%);
	}
}

._deco_present._deco02 {
	max-width: 360px;
	width: 24.7%;
	top: 7.5%;
	right: 0;
}

@media (max-width: 767px) {
	._deco_present._deco02 {
		max-width: none;
		width: calc(160 / 375 * 100vw);
		top: calc(190 / 375 * 100vw);
		transform: translateX(35%);
	}
}

._deco_present._deco03 {
	max-width: 240px;
	width: 16.4%;
	bottom: 0;
	left: 0;
}

@media (max-width: 767px) {
	._deco_present._deco03 {
		display: none;
	}
}

._deco_present._deco04 {
	max-width: 360px;
	width: 24.6%;
	bottom: 25%;
	right: 0;
}

@media (max-width: 767px) {
	._deco_present._deco04 {
		display: none;
	}
}

._deco_present._deco05 {
	max-width: 360px;
	width: 24.6%;
	top: 15%;
	left: 0;
}

._deco_blue {
	position: absolute;
}

._deco_blue img {
	width: 100%;
}

._deco_blue._deco01 {
	width: 23.6%;
	top: 24%;
	left: 0;
}

@media (max-width: 767px) {
	._deco_blue._deco01 {
		width: 40%;
		top: calc(560 / 375 * 100vw);
		transform: translateX(-20%);
	}
}

._deco_blue._deco02 {
	width: 25.3%;
	top: 5.5%;
	right: 0;
}

@media (max-width: 767px) {
	._deco_blue._deco02 {
		width: 40%;
		top: calc(139 / 375 * 100vw);
		transform: translateX(20%);
	}
}

._deco_blue._deco03 {
	width: 20.7%;
	bottom: 4%;
	left: 0;
}

@media (max-width: 767px) {
	._deco_blue._deco03 {
		width: 40%;
		bottom: 0;
		transform: translateX(-20%);
	}
}

._deco_blue._deco04 {
	width: 22.9%;
	bottom: 24%;
	right: 0;
}

@media (max-width: 767px) {
	._deco_blue._deco04 {
		width: 40%;
		bottom: calc(210 / 375 * 100vw);
		transform: translateX(20%);
	}
}

._deco_green {
	position: absolute;
}

._deco_green img {
	width: 100%;
}

._deco_green._deco01 {
	width: 18.9%;
	top: 25%;
	left: 0;
}

@media (max-width: 767px) {
	._deco_green._deco01 {
		width: 35%;
		top: calc(730 / 375 * 100vw);
		transform: translateX(-25%);
	}
}

._deco_green._deco02 {
	width: 24%;
	top: 8.5%;
	right: 0;
}

@media (max-width: 767px) {
	._deco_green._deco02 {
		width: 35%;
		top: calc(190 / 375 * 100vw);
		transform: translateX(0%);
	}
}

._deco_green._deco03 {
	width: 10.5%;
	bottom: 4%;
	left: 0;
}

@media (max-width: 767px) {
	._deco_green._deco03 {
		width: 25%;
		bottom: 0;
	}
}

._deco_green._deco04 {
	width: 22.2%;
	bottom: 19.5%;
	right: 0;
}

@media (max-width: 767px) {
	._deco_green._deco04 {
		width: 38%;
		bottom: calc(364 / 375 * 100vw);
		transform: translateX(0%);
	}
}


._deco_apply {
	position: absolute;
}

._deco_apply img {
	width: 100%;
}

._deco_apply._deco01 {
	max-width: 1200px;
	width: 81%;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	._deco_apply._deco01 {
		max-width: none;
		width: 130%;
		bottom: 0;
		right: 0;
	}
}

._deco_apply._deco02 {
	width: 25.2%;
	top: 3%;
	right: 0;
}

@media (max-width: 767px) {
	._deco_apply._deco02 {
		width: 55%;
		top: calc(10 / 375 * 100vw);
		transform: translateX(40%);
	}
}

._deco_apply._deco03 {
	width: 30.9%;
	bottom: 3.8%;
	left: 0;
}

@media (max-width: 767px) {
	._deco_apply._deco03 {
		width: 50%;
		bottom: 5.5%;
		transform: translateX(0%);
	}
}


#application {
	background: url(../img/all_bg_apply.svg) no-repeat top left / cover;
	padding: 110px 0 240px;
	position: relative;
}

@media (max-width: 767px) {
	#application {
		padding-top: 64px;
		padding-bottom: 112px;
		background-image: url(../img/all_bg_apply_sp.svg);
	}
}

#application ._inner {
	position: relative;
	z-index: 1;
}

#application ._all_ttl {
	max-width: 530px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	#application ._all_ttl {
		max-width: 303px;
		margin-bottom: 30px;
	}
}

#application ._all_ttl img {
	width: 100%;
}

#application ._intro {
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: center;
	font-size: 24px;
	color: #FFF;
}

@media (max-width: 767px) {
	#application ._intro {
		font-size: 18px;
		margin-bottom: 24px;
	}
}

#application ._txt_dots {
	text-align: center;
	font-weight: 600;
	font-size: 45px;
	color: #FFF;
}

@media (min-width: 768px) {
	#application ._txt_dots ._sp {
		display: none;
	}
}

@media (max-width: 767px) {
	#application ._txt_dots {
		font-size: 30px;
	}
}

#application ._txt_dots span {
	position: relative;
	display: inline-block;
	color: #FFF508;
}

#application ._txt_dots span:after {
	content: "";
	background: #FFF508;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100%;
}

#application ._notes {
	width: 90%;
	max-width: 680px;
	margin: 25px auto 73px;
	display: block;
}

@media (max-width: 767px) {
	#application ._notes {
		width: 94%;
		margin-top: 25px;
		margin-bottom: 45px;
	}
}

#application ._notes p {
	font-size: 14px;
	letter-spacing: 0;
	color: #FFF;
}

#application ._notes p+p {
	margin-top: 3px;
}

#application ._steps ol {
	display: flex;
	justify-content: center;
	column-gap: 25.6%;
	width: 90%;
	max-width: 710px;
	margin: 0 auto;
	letter-spacing: 0;
	font-size: 0;
}

@media (max-width: 767px) {
	#application ._steps ol {
		column-gap: 12%;
	}
}

#application ._steps ol li {
	width: 37.2%;
	vertical-align: top;
}

@media (max-width: 767px) {
	#application ._steps ol li {
		width: 42%;
	}
}

#application ._steps ol li+li ._round:after {
	content: "";
	background: url(../img/all_dots01.svg) no-repeat center / contain;
	width: 56.5%;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-110%, -50%);
}

@media (max-width: 767px) {
	#application ._steps ol li+li ._round:after {
		width: 27px;
		background-size: auto 4px;
		background-position: left center;
	}
}

#application ._steps ol li ._round {
	width: 100%;
	background: #FFF;
	padding-top: 100%;
	position: relative;
	border-radius: 100%;
}

#application ._steps ol li ._round ._nb {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #29ABE2;
	width: 84px;
	aspect-ratio: 1;
	position: absolute;
	top: -8%;
	left: -8%;
	border-radius: 100%;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 52px;
	color: #FFF;
}

@media (max-width: 767px) {
	#application ._steps ol li ._round ._nb {
		width: 44px;
		font-size: 30px;
		top: -10%;
		left: -10%;
		font-size: 24px;
	}
}

#application ._steps ol li ._round img {
	display: block;
	max-width: 34%;
	position: absolute;
	transform: translate(-50%, -50%);
}
#application ._steps ol li:nth-child(1) ._round img {
	top: 53%;
	left: 52%;
}
#application ._steps ol li:nth-child(2) ._round img {
	top: 47%;
	left: 46%;
}

#application ._steps ol li ._txt {
	text-align: center;
}

#application ._steps ol li ._txt ._norm {
	display: inline-block;
	font-size: 22px;
	color: #FFF;
}

@media (max-width: 767px) {
	#application ._steps ol li ._txt ._norm {
		font-size: 14px;
	}
}

#application ._steps ol li ._txt ._yellow {
	padding-bottom: 3px;
	position: relative;
	display: inline-block;
	font-weight: 600;
	font-size: 26px;
	color: #FFF508;
}

@media (max-width: 767px) {
	#application ._steps ol li ._txt ._yellow {
		font-size: 16px;
	}
}

#application ._steps ol li ._txt ._yellow:after {
	content: "";
	background: url(../img/all_squiggly_line.webp) repeat-x top left / 22px 4px;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#application ._steps ol li:nth-child(1) ._txt {
	margin-top: 15px;
}

#application ._steps ol li:nth-child(1) ._txt ._norm {}

#application ._steps ol li:nth-child(2) ._txt {
	margin-top: 20px;
}

#application ._steps ol li:nth-child(2) ._txt ._norm {
	margin-top: 6px;
}


#sec04 {
	background: url(../img/dotted_pattern.webp) repeat top left / 18px;
	padding: 114px 0 160px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	#sec04 {
		padding: 64px 0 100px;
	}
}

#sec04:after {
	content: "";
	background: url(../img/all_deco_enjoy_the_ride.svg) no-repeat bottom center / contain;
	width: 100%;
	max-width: 1130px;
	padding-top: 10%;
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translate(-50%, -100%);
}

#sec04 ._intro {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto 37px;
}

#sec04 ._intro ._ttl {
	margin-bottom: 17px;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	color: #000;
}

@media (max-width: 767px) {
	#sec04 ._intro ._ttl {
		font-size: 22px;
	}
}

#sec04 ._intro ._txt {
	line-height: 1.9;
	letter-spacing: 0.03em;
	font-size: 16px;
	color: #1A1A1A;
}

@media (max-width: 767px) {
	#sec04 ._intro ._txt {
		font-size: 14px;
		line-height: 1.6;
	}
}

#sec04 ._white_sec {
	background: #FFF;
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 58px 0 55px;
	position: relative;
	border-radius: 15px;
}

@media (max-width: 767px) {
	#sec04 ._white_sec {
		padding: 20px 0;
		border-radius: 8px;
	}
}

#sec04 ._white_sec ._inner {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
}

#sec04 ._white_sec ._list>li+li {
	margin-top: 42px;
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li+li {
		margin-top: 32px;
	}
}

#sec04 ._white_sec ._list>li ._ttl {
	margin-bottom: 20px;
	padding-left: 18px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li ._ttl {
		font-size: 16px;
	}
}

#sec04 ._white_sec ._list>li ._ttl:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #29ABE2;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
}

#sec04 ._white_sec ._list>li ._ttl_spec {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li ._ttl_spec {
		margin-bottom: 15px;
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	#sec04 ._white_sec ._list>li ._ttl_spec ._sp {
		display: none;
	}
}

#sec04 ._white_sec ._list>li ._sub_ttl {
	margin-top: 12px;
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 15px;
}

#sec04 ._white_sec ._list>li ._txt {
	line-height: 2;
	font-size: 15px;
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li ._txt {
		font-size: 14px;
		line-height: 1.6;
	}
}

#sec04 ._white_sec ._list>li ._txt a {
	text-decoration: underline;
	color: #29ABE2;
}

#sec04 ._white_sec ._list>li ._txt+._txt {
	margin-top: 12px;
}

#sec04 ._white_sec ._list>li ._note {
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 15px;
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li ._note {
		margin-top: 0;
		font-size: 14px;
		line-height: 1.6;
	}
}

#sec04 ._white_sec ._list>li ._txt+._note,
#sec04 ._white_sec ._list>li ._sub_list+._note {
	margin-top: 10px;
}

#sec04 ._white_sec ._list>li ._sub_list+._ttl_spec {
	margin-top: 34px;
}

#sec04 ._white_sec ._list>li ._txt+._sub_list {
	margin-top: 10px;
}

#sec04 ._white_sec ._list>li ._sub_list>li {
	padding-left: 20px;
	position: relative;
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 15px;
}

@media (min-width: 768px) {
	#sec04 ._white_sec ._list>li ._sub_list ._sp {
		display: none;
	}
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li ._sub_list>li {
		font-size: 14px;
		line-height: 1.6;
	}
}

#sec04 ._white_sec ._list>li ._sub_list>li+li {
	margin-top: 3px;
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li ._sub_list>li+li {
		margin-top: 8px;
	}
}

#sec04 ._white_sec ._list>li ._sub_list>li a {
	text-decoration: underline;
	color: #29ABE2;
}

#sec04 ._white_sec ._list>li ._sub_list>li ._pip {
	position: absolute;
	top: 1px;
	left: 0;
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 15px;
}

@media (max-width: 767px) {
	#sec04 ._white_sec ._list>li ._sub_list>li ._pip {
		line-height: 1.6;
	}
}

#sec04 ._white_sec ._list>li ._sub_list+._txt {
	margin-top: 8px;
}

#sec04 ._notes {
	position: absolute;
	right: 0;
	bottom: -40px;
	letter-spacing: 0.03em;
	font-size: 16px;
	color: #000;
}

._campaign_bottom {
	background: #FFF;
	padding: 100px 4% 140px;
}

@media (max-width: 767px) {
	._campaign_bottom {
		padding: 100px 0;
	}
}

._campaign_bottom ._intro {
	margin-bottom: 35px;
	line-height: 1.6;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 767px) {
	._campaign_bottom ._intro {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
		font-size: 16px;
	}
}

._campaign_bottom .all_button+.all_button {
	margin-top: 50px;
}

@media (max-width: 767px) {
	._campaign_bottom .all_button+.all_button {
		margin-top: 25px;
	}
}