@charset "utf-8";

/**********************************

 general

***********************************/
html {
	font-size: 14.4928px;
	/*font-size: 10px;*/
}

@media screen and (max-width:1086px){
	html {
		font-size: 1.335vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 1.33333333vw;
	}
}

/**********************************

 parts

***********************************/
.define_inner {
	width: 1500px;
}

@media screen and (max-width:1499px){
	.define_wrap {
		padding-left: 8%;
		padding-right: 8%;
	}
}

/**********************************

 .l-wrap

***********************************/
.l-wrap {
	background: #fff;
}

/**********************************

 l-header

***********************************/
.l-header {

}

.l-header__inner {
	/*height: 163px;*/
}

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

}

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

}

/**********************************

 l-footer

***********************************/
.l-footer .define_inner {
	width: 930px;
}

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

	/*.l-footer__bottom {*/
		/*padding-bottom: 25px;*/
	/*}*/
}


/**********************************

 p-pagetop

***********************************/
.p-pagetop {
	display: none;
	width: 105px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}

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

}

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

	.p-pagetop {
		width: 10.5rem;
		bottom: 5rem;
		right: 5rem;
	}

}


/**********************************

 p-hero

***********************************/
.p-hero {
}

.p-hero__top {
	background: #005bab;
}

.p-hero__top-inner {
	width: 75rem;
	padding: 3rem 0;
	margin: 0 auto;
}

.p-hero__top-inner .pic {
	width: 17.1rem;
	margin-left: auto;
	margin-right: 4.2rem;
}

.p-hero__middle {
	background: #ffffff;
}

.p-hero__middle-inner {
	padding: 1rem 0;
}

.p-hero__middle-inner ul {
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}

.p-hero__middle-inner ul li {
	width: 5.1rem;
}

.p-hero__bottom {
	background: #005bab;
}

.p-hero__bottom-inner {
	padding: 2.5rem 0;
}

.p-hero__bottom-inner .ttl {
	width: 75rem;
	margin: 0 auto;
}

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

}

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

}


/**********************************

 p-about

***********************************/
.p-about {
	background: #edfaff;
}

.p-about__inner {
	padding: 4rem 0 5rem;
}

.p-about__inner-txt01 {
	margin-top: .8em;
	color: #005bab;
	font-size: 3rem;
	line-height: 1.66666667;
	letter-spacing: .05em;
	text-align: center;
}

.p-about__inner-txt01:first-child {
	margin-top: 0;
}

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

}


/**********************************

 p-navi

***********************************/
.p-navi {
}

.p-navi__top {
	background: #fff;
}

.p-navi__top-inner {
	padding: 2.5rem 0;
}

.p-navi__top-inner-ttl {
	width: 59rem;
	margin: 0 auto;
}

.p-navi__bottom {
	background: #edfaff;
}

.p-navi__bottom-inner {
	padding: 5.4rem 0 10rem;
}

.p-navi__bottom-inner ul {
	width: 57.6rem;
	margin: 0 auto;
}

.p-navi__bottom-inner ul li {
	margin-top: 1.5rem;
}

.p-navi__bottom-inner ul li:first-child {
	margin-top: 0;
}

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

}

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

}


/**********************************

 p-campaign

***********************************/
.p-campaign {
	background: #005bab;
	position: relative;
	z-index: 1;
}

.p-campaign:before {
	content: "";
	display: block;
	width: 100%;
	height: 7rem;
	margin-bottom: 3.8rem;
	background: url(../images/campain_bg01.png) repeat-x center;
	background-size: 74.5rem auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.p-campaign__inner {
	padding: 3rem 0 14.5rem;
}

.p-campaign__inner-ttl {
	width: 69.4rem;
	margin: 0 auto;
}

.p-campaign__inner-present {
	width: 63rem;
	padding: 4.5rem 0 4.5rem;
	/*padding: 4.5rem 0 6rem;*/
	margin: 2.5rem auto 0;
	background: #fff;
	border: .3rem solid #1fc0f3;
	border-radius: 3rem;
}

.p-campaign__inner-present-ttl {
	width: 57.7rem;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.p-campaign__inner-present-ttl.is-active:before {
	transform: translateX(-50%) rotate(180deg);
	-webkit-transform: translateX(-50%) rotate(180deg);
}

.p-campaign__inner-present-acc {
	display: none;
}

.p-campaign__inner-present-date {
	padding: 2rem 0;
	margin-top: 3.6rem;
	background: #1fc0f3;
}

.p-campaign__inner-present-date img {
	display: block;
	width: 57.7rem;
	margin: 0 auto;
}

.p-campaign__inner-present-award {
	padding: 2.5rem 0 5.5rem;
	background: #fff;
}

.p-campaign__inner-present-award .present-list {
	width: 58.9rem;
	margin: 0 auto;
}

.p-campaign__inner-present-award .present-list li {
	margin-top: .5rem;
}

.p-campaign__inner-present-award .present-list li:nth-child(4),
.p-campaign__inner-present-award .present-list li:nth-child(5),
.p-campaign__inner-present-award .present-list li:nth-child(6) {
	margin-top: 1rem;
}

.p-campaign__inner-present-award .present-list li:first-child {
	margin-top: 0;
}

.p-campaign__inner-present-award .note01 {
	padding: 0 2.8rem;
	margin-top: 3.5rem;
	font-size: 2.3rem;
	letter-spacing: normal;
}

.p-campaign__inner-present-award .note01 li {
}

.p-campaign__inner-present-apply {

}

.p-campaign__inner-present-apply-ttl {
	padding: 1.4rem 0;
	background: #1fc0f3;
}

.p-campaign__inner-present-apply-ttl img {
	display: block;
	width: 41.3rem;
	margin: 0 auto;
}

.p-campaign__inner-present-apply-first {
	width: 57.1rem;
	padding: 2.4rem 1.5rem;
	margin: 6rem auto 0;
	background: #fff23f;
	border-radius: 2rem;
}

.p-campaign__inner-present-apply-first .txt01 {
	color: #005bab;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.28571429;
	letter-spacing: .11em;
}

.p-campaign__inner-present-apply-first .txt01 .bold {
	font-weight: bold;
}

.p-campaign__inner-present-apply-first .txt02 {
	color: #005bab;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.28571429;
	letter-spacing: .03em;
}

.p-campaign__inner-present-apply-first .txt02 a {
	color: #005bab;
	text-decoration: underline;
}

.p-campaign__inner-present-apply-first .txt02 a:hover {
	text-decoration: none;
}

.p-campaign__inner-present-apply-flow {
	padding-bottom: 1.5rem;
	margin-top: 3.5rem;
}

.p-campaign__inner-present-apply-flow ol {
}

.p-campaign__inner-present-apply-flow ol li {
	margin-top: 4.6rem;
	padding-top: 7.6rem;
	position: relative;
	z-index: 1;
}

.p-campaign__inner-present-apply-flow ol li:first-child {
	margin-top: 0;
}

.p-campaign__inner-present-apply-flow ol li:first-child {
	padding-top: 0;
}

.p-campaign__inner-present-apply-flow ol li:before {
	content: "";
	display: block;
	width: 5.5rem;
	height: 4.4rem;
	background: url(../images/campain_apply_step_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-campaign__inner-present-apply-flow ol li:first-child:before {
	display: none;
}

.p-campaign__inner-present-apply-flow ol li .num {
	width: 14.5rem;
	margin: 0 auto;
}

.p-campaign__inner-present-apply-flow ol li .txt01 {
	margin-top: 2rem;
	color: #005bab;
	font-size: 3rem;
	text-align: center;
	line-height: 1.33333333;
	letter-spacing: .03em;
}

.p-campaign__inner-present-apply-flow ol li .pic {
	width: 39.5rem;
	margin: 2rem auto 0;
}

.p-campaign__inner-important {
	margin-top: 10.5rem;
}

.p-campaign__inner-important-sec {
	margin-top: 6rem;
}

.p-campaign__inner-important-sec:first-child {
	margin-top: 0;
}

.p-campaign__inner-important-sec .ttl {
	width: 55rem;
	padding: .6rem 1.5rem;
	margin: 0 auto;
	color: #fff;
	font-size: 3rem;
	line-height: 1.66666667;
	letter-spacing: .05em;
	text-align: center;
	border: .2rem solid #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.p-campaign__inner-important-sec .ttl.js-acc:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	border-top: 2rem solid #ffffff;
	border-bottom: 0;
	margin-right: 3rem;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-campaign__inner-important-sec .ttl.js-acc {
	cursor: pointer;
}

.p-campaign__inner-important-sec .ttl.js-acc.is-active:before {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.p-campaign__inner-important-sec .acc {
	display: none;
}

.p-campaign__inner-important-sec .note01 {
	width: 58rem;
	padding-top: 4rem;
	margin: 0 auto 0;
	color: #fff;
	font-size: 3rem;
	line-height: 1.66666667;
	letter-spacing: .05em;
}

.p-campaign__inner-important-sec .note01 li {
	text-indent: -.6em;
	/*margin-left: .6em;*/
}

.p-campaign__inner-important-sec .box01 {
	width: 58rem;
	margin: 4rem auto 0;
}

.p-campaign__inner-important-sec .box01__ttl {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.66666667;
	letter-spacing: .05em;
}

.p-campaign__inner-important-sec .box01__txt01 {
	color: #fff;
	font-size: 3rem;
	line-height: 1.66666667;
	letter-spacing: .05em;
}

.p-campaign__inner-important-sec .box01__txt01 a {
	color: #fff;
	text-decoration: none;
}

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

}

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

	.p-campaign__inner-present-ttl:hover {
		opacity: 1;
	}

}


/**********************************

 p-nagara

***********************************/
.p-nagara {
	background: #31b1b0;
}

.p-nagara__inner {
	padding: 6.5rem 0 5.5rem;
}

.p-nagara__inner-ttl {
	width: 62.8rem;
	margin: 0 auto;
}

.p-nagara__inner-box01 {
	width: 58rem;
	margin: 3.6rem auto 0;
	/*text-align: center;*/
}

.p-nagara__inner-box01 .txt01 {
	color: #fff;
	font-size: 3rem;
	line-height: 1.66666667;
	letter-spacing: .05em;
	text-align: left;
}

.p-nagara__inner-sec01 {
	margin-top: 5rem;
}

.p-nagara__inner-sec01-ttl {
	width: 58.5rem;
	margin: 0 auto;
}

.p-nagara__inner-sec01-list {
	width: 58rem;
	margin: 3rem auto 0;
}

.p-nagara__inner-sec01-list li {
	margin-top: 2.2rem;
}

.p-nagara__inner-sec01-list li:first-child {
	margin-top: 0;
}

.p-nagara__inner-sec01-list li figure {
	display: flex;
	align-items: center;
}

.p-nagara__inner-sec01-list li figure img {
	display: block;
	width: 30rem;
	margin-right: 4rem;
}

.p-nagara__inner-sec01-list li figure figcaption {
	flex: 1;
	color: #fff;
	font-size: 3rem;
	line-height: 1.66666667;
	letter-spacing: .05em;
	white-space: nowrap;
}

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

}

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

}


/**********************************

 p-working

***********************************/
.p-working {
	background: #fffff0;
}

.p-working__inner {
	padding: 6.5rem 0;
}

.p-working__inner-txt01 {
	margin-top: 3rem;
	color: #b50080;
	font-size: 3rem;
	text-align: center;
	line-height: 1.66666667;
	letter-spacing: .05em;
}

.p-working__inner-txt01:first-child {
	margin-top: 0;
}

.p-working__inner-hero {
	width: 53rem;
	margin: 4.5rem auto 0;
}

.p-working__inner-pic01 {
	width: 66.4rem;
	margin: 1.5rem auto 0;
}

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

}

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

}


/**********************************

 p-mall

***********************************/
.p-mall {
	background: #edfaff;
}

.p-mall__inner {
	padding: 4.5rem 0 4rem;
}

.p-mall__inner-content {
	width: 60rem;
	margin: 0 auto;
}

.p-mall__inner-content .ttl {
	padding: 2rem 0;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
	background: #a4237e;
	letter-spacing: .1em;
	position: relative;
	z-index: 1;
}

.p-mall__inner-content .body {
	padding: 1rem 3.8rem;
	background: #fff;
	/*background: rgba(255,255,255,.8);*/
}

.p-mall__inner-content .body .acc {
	border-bottom: .1rem solid #000;
}

.p-mall__inner-content .body .acc:first-child {
	border-top: none;
}

.p-mall__inner-content .body .acc:last-child {
	border-bottom: none;
}

/*.p-mall__inner-content .body .acc.is-active,*/
/*.p-mall__inner-content .body .acc:last-child {*/
/*	border-bottom: none;*/
/*}*/

.p-mall__inner-content .body .acc__head {
	padding: 1.9rem 1rem;
	font-size: 2.6rem;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .body .acc:last-child .acc__head,
.p-mall__inner-content .body .acc__head.is-active {
	border-bottom: none;
}

.p-mall__inner-content .body .acc__head:hover {
	opacity: .7;
}

.p-mall__inner-content .body .acc__head:before {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background: url(../images/icon_plus01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .body .acc__head.is-active:before {
	background: url(../images/icon_minus01.png) no-repeat center / contain;
}

.p-mall__inner-content .body .acc__body {
	display: none;
}

.p-mall__inner-content .body .acc__body-inner {
	/*padding-top: 1.5rem;*/
	/*padding-bottom: 1.5rem;*/
	/*padding-left: 2.3rem;*/
	/*margin-left: 1rem;*/
	/*margin-bottom: 2rem;*/
}

.p-mall__inner-content .body .acc__body-inner ul {
	padding: 0 0 1.5rem 4rem;
	font-size: 2.4rem;
	line-height: 1.710526315789474;
}

.p-mall__inner-content .body .acc__body-inner ul li {
}

.p-mall__inner-content .body .acc__body-inner ul li a {
	color: #000;
	text-decoration: none;
}

.p-mall__inner-content .body .acc__body-inner dl {
	display: flex;
	margin-top: .4em;
	line-height: 1.5;
}

.p-mall__inner-content .body .acc__body-inner dl:first-child {
	margin-top: 0;
}

.p-mall__inner-content .body .acc__body-inner dl dt {
	width: 11.2rem;
	color: #a4237e;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.710526315789474;
}

.p-mall__inner-content .body .acc__body-inner dl dt.ls-s {
	letter-spacing: -.12em;
	transform: scale(.83, 1);
	-webkit-transform: scale(.83, 1);
	transform-origin: left center;
}

.p-mall__inner-content .body .acc__body-inner dl dd {
	margin-right: -1.5em;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.710526315789474;
	letter-spacing: normal;
}

.p-mall__inner-content .body .acc__body-inner dl dd .ls-s01 {
	display: inline-block;
	margin-right: -1.5em;
	transform: scale(.83, 1);
	-webkit-transform: scale(.83, 1);
	transform-origin: left center;
}

.p-mall__inner-content .body .acc__body-inner dl dd a {
	color: #000;
	text-decoration: none;
}

.p-mall__inner-note {
	width: 60rem;
	margin: 2.5rem auto 0;
	font-size: 2.6rem;
	line-height: 1.51923077;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.p-mall__inner-note li {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: .7em;
}

.p-mall__inner-note li:first-child {
	margin-top: 0;
}

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

}

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

}


/**********************************

 p-footer

***********************************/
.p-footer {

}

.p-footer__inner {
	padding-top: 4rem;
}

.p-footer__inner-logo {
	width: 25.5rem;
	margin: 0 auto 0;
}

.p-footer__inner-copy {
	margin-top: 2.5rem;
	font-size: 2rem;
	text-align: center;
}

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

}

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

}


/**********************************

 xxx

***********************************/


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

}

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

}

