@charset "utf-8";

/* header */
#header {
	margin: 10px 60px;
}
#header .header_logo img {
	max-width: 360px;
}


/* top-sec */
#main .top-sec {
	background-color: #EBF8FF;
	background-position: calc(50% - 300px) calc(100% + 30px);
	background-repeat: no-repeat;
	padding-bottom: 64px;
}
#main .top-sec h1 {
	text-align: center;
}
#main .top-sec h1 img {
	max-width: 100%;
}
#main .top-sec .app {
	margin-top: 32px;
}
#main .top-sec-main {
	margin-top: 64px;
}
#main .top-sec-main h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	text-align: center;
}
#main .top-sec-main h2 sup {
	font-size: 20px;
}
#main .top-sec-main > p {
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 1.7em;
	text-align: center;
}
#main .top-sec-main > p:last-of-type {
	margin-bottom: 0;
}

/* sec layout */
#main .sec-outer {
	padding: 64px 0;
}
#main .sec-outer._blue {
	background-color: #0A3E86;
	color: #fff;
}
#main .sec-outer._lb {
	background-color: #EBF8FF;
}
#main .sec-inner {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}
#main .sec-outer .title {
	text-align: center;
}
#main .sec-outer .title .-label {
	border: 1px solid #8196A2;
	border-radius: 16px;
	color: #8196A2;
	display: table;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 8px;
	padding: 3px 12px;
}
#main .sec-outer._blue .title .-label {
	border: 1px solid #99B9CC;
	color: #99B9CC;
}
#main .sec-outer .title h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 16px;
}
#main .sec-outer .title h2 sup {
	color: #0A3E86;
}
#main .sec-outer .-lead {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

#main .chairman-block {
	align-items: start;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	gap: 0 54px;
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}
#main .chairman-block .-image {
	margin: 0 auto;
	width: 335px;
}
#main .chairman-block .-text {
	flex: 1;
	line-height: 1.5;
	letter-spacing: 0.03em;
	position: relative;
}
#main .chairman-block .-text:after {
	background-color: rgba(255,255,255,0.4);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(1.5em * 4);
	width: 100%;
	z-index: 1;
}
#main .chairman-block .-text.is-show:after {
	display: none;
}
#main .chairman-block .-textinr {
	overflow: hidden;
	height: calc(1.5em * 14);
}
#main .chairman-block .-text.is-show .-textinr {
	overflow: auto;
	height: auto;
}
#main .chairman-block .-text p {
	margin-bottom: 1.5em;
}
#main .chairman-block .-text p:last-of-type {
	margin-bottom: 0;
}
#main .chairman-block .-accdbtn {
	background-color: #fff;
	border: 2px solid #295695;
	border-radius: 45px;
	cursor: pointer;
	color: #295695;
	display: table;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% -50%;
	transition: background-color 0.2s ease, color 0.2s ease;
	z-index: 10;
}
#main .chairman-block .-accdbtn:hover {
	background-color: #295695;
	color: #fff;
}
#main .chairman-block .-text.is-show .-accdbtn {
	margin: 1.5em auto 0;
	position: static;
	translate: 0;
}

#main .campaign-sec {
	background-color: #F5F5F5;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 16px auto 0;
	padding: 32px;
	width: 98%;
	max-width: 1200px;
}
#main .campaign-sec:first-of-type {
	margin-top: 40px;
}
#main .campaign-sec._multiple {
	flex-direction: column;
}
#main .campaign-sec._multiple hr {
	background-color: #fff;
	border-style: none;
	margin: 16px 0;
	height: 2px;
	width: 100%;
}
#main .campaign-subsec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .campaign-explan {
	width: 59.2%;
}
#main .campaign-explan .-inst {
	border-radius: 15px;
	display: table;
	font-size: 14px;
	font-weight: 600;
	padding: 4px;
	text-align: center;
	width: 64px;
}
#main .campaign-sec:nth-of-type(1) .campaign-explan .-inst {
	background-color: #8FE0CA;
}
#main .campaign-sec:nth-of-type(2) .campaign-explan .-inst {
	background-color: #F7A7A7;
}
#main .campaign-sec:nth-of-type(3) .campaign-explan .-inst {
	background-color: #82CFFF;
}
#main .campaign-sec:nth-of-type(4) .campaign-explan .-inst {
	background-color: #FFCF66;
}
#main .campaign-sec:nth-of-type(5) .campaign-explan .-inst {
	background-color: #C0C2FA;
}
#main .campaign-explan h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 8px;
}
#main .campaign-explan h3 span {
	display: block;
	font-size: 16px;
}
#main .campaign-summary {
	font-size: 14px;
	margin-top: 8px;
}
#main .campaign-summary > li {
	border-top: 1px solid #D7DFE5;
	margin-bottom: 8px;
	padding-top: 8px;
}
#main .campaign-summary > li:last-of-type {
	margin-bottom: 0;
}
#main .campaign-summary > li dl {
	display: flex;
	flex-wrap: wrap;
}
#main .campaign-summary > li dt {
	font-size: 14px;
	font-weight: 600;
	width: 120px;
}
#main .campaign-summary > li dt:before {
	border-radius: 50%;
	display: inline-block;
	content: "";
	margin-right: 4px;
	vertical-align: 0.2em;
	height: 5px;
	width: 5px;
}
#main .campaign-sec:nth-of-type(1) .campaign-summary li dt:before {
	background-color: #8FE0CA;
}
#main .campaign-sec:nth-of-type(2) .campaign-summary li dt:before {
	background-color: #F7A7A7;
}
#main .campaign-sec:nth-of-type(3) .campaign-summary li dt:before {
	background-color: #82CFFF;
}
#main .campaign-sec:nth-of-type(4) .campaign-summary li dt:before {
	background-color: #FFCF66;
}
#main .campaign-summary > li dd {
	flex: 1;
	font-size: 12px;
	line-height: 1.7;
	padding-top: 1px;
}
#main .campaign-summary .conditions-list > li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .campaign-summary .conditions-list > li:before {
	content: "・";
}
#main .campaign-foot {
	width: 38.74%;
}
#main .campaign-foot .-button {
	align-items: center;
	background-color: #0A3E86;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(36,36,36,0.25);
	color: #fff;
	display: flex;
	font-weight: 600;
	justify-content: center;
	margin: 16px auto 0;
	text-align: center;
	height: 48px;
	width: 164px;
	transition: 0.3s ease;
}
#main .campaign-foot .-button:hover {
	opacity: 0.8;
	translate: 0 -3px;
}
#main .campaign-foot .-note {
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
}


/* footer */
#footer {
	margin-top: 72px;
	overflow: hidden;
}
#footer .-logo {
	display: table;
	margin: 0 auto;
	width: 256px;
}
#footer .footer-block {
	background-color: #0A3E86;
	border-top-left-radius: 50% 180px;
	border-top-right-radius: 50% 180px;
	color: #fff;
	margin-top: 64px;
	margin-left: -75px;
	margin-right: -75px;
	padding-top: 110px;
}
#footer .footer-inr {
	margin: 0 auto;
	width: calc(98% - 150px);
	max-width: 900px;
}
#footer .footer-note li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#footer .footer-note li:before {
	content: "・";
	margin-right: 0.5em;
}
#footer .footer-btm {
	border-top: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 24px;
	padding-bottom: 40px;
}
#footer .footer-btm .footer-sns {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
#footer .footer-btm .footer-sns dt {
	border: 1px solid #fff;
	border-radius: 15px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 12px;
}
#footer .footer-btm .footer-sns dd {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
#footer .footer-btm .footer-sns dd img {
	height: 32px;
	width: 32px;
}
#footer .footer-btm .footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
	justify-content: end;
	margin-bottom: 8px;
}
#footer .footer-btm .footer-nav > li a {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: underline;
}
#footer .footer-btm .footer-nav > li a:hover {
	text-decoration: none;
}
#footer .footer-btm .-copy {
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

/* PC */
@media print, screen and (min-width: 820px) {
}

/* SP */
@media screen and (max-width: 819px) {
	/* header */
	#header {
		text-align: center;
	}
	#header .header_logo img {
		width: 60%;
	}

	/* top-sec */
	#main .top-sec {
		background-position: calc(50% - 32vw) calc(100% - 60px);
		background-size: 110vw;
	}
	#main .top-sec h1 img {
		width: 100%;
	}
	#main .top-sec-main h2 {
		font-size: 28px;
	}
	#main .top-sec-main h2 sup {
		font-size: 16px;
	}
	
	/* sec layout */
	#main .sec-inner {
		width: 90vw;
	}
	#main .sec-outer .title .-label {
		border-radius: 16px;
		margin: 0 auto 8px;
		padding: 3px 12px;
	}
	#main .sec-outer .title h2 {
		font-size: 24px;
	}

	#main .chairman-block {
		flex-direction: column;
		gap: 16px 0;
		width: 90vw;
	}
	#main .chairman-block .-image {
		width: 205px;
	}
	#main .chairman-block .-textinr {
		height: calc(1.5em * 9);
	}
	#main .chairman-block .-accdbtn {
		font-size: 16px;
	}
	
	#main .campaign-sec {
		flex-direction: column;
		justify-content: space-between;
		padding: 16px 16px 32px;
		width: 90vw;
	}
	#main .campaign-sec._multiple hr {
		margin: 24px 0;
	}
	#main .campaign-explan {
		margin-top: 24px;
		width: 100%;
	}
	#main .campaign-explan h3 {
		font-size: 18px;
	}
	#main .campaign-explan h3 span {
		font-size: 14px;
	}
	#main .campaign-summary {
		margin-top: 16px;
	}
	#main .campaign-summary > li dl {
		flex-direction: column;
	}
	#main .campaign-summary > li dt {
		width: 100%;
	}
	#main .campaign-summary > li dt:before {
		vertical-align: 0.2em;
	}
	#main .campaign-summary > li dd {
		padding-top: 4px;
	}
	#main .campaign-foot {
		width: 100%;
	}
	#main .campaign-foot .-button {
		margin-top: 24px;
	}

	/* footer */
	#footer {
		margin-top: 0;
	}
	#footer .-logo {
		width: 192px;
	}
	#footer .footer-block {
		border-top-left-radius: 50% 180px;
		border-top-right-radius: 50% 180px;
		margin-left: -75px;
		margin-right: -75px;
		padding-top: 60px;
	}
	#footer .footer-inr {
		width: 90vw;
	}
	#footer .footer-note li {
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	#footer .footer-note li:before {
		margin-right: 0.2em;
	}
	#footer .footer-note li sup {
		color: #fff;
	}
	#footer .footer-btm {
		flex-direction: column;
		margin-top: 24px;
		padding-top: 24px;
	}
	#footer .footer-btm .footer-sns {
		flex-direction: column;
		gap: 16px 0;
	}
	#footer .footer-btm .footer-sns dd {
		justify-content: center;
	}
	#footer .footer-btm .footer-sns dd img {
		height: 40px;
		width: 40px;
	}
	#footer .footer-btm .footer-nav {
		justify-content: center;
		margin-top: 32px;
		margin-bottom: 8px;
	}
	#footer .footer-btm .-copy {
		text-align: center;
	}
}
