@charset "UTF-8";



/*----------------------------------------------------
	reset
----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	min-width: 980px;
	color: #707070;
	font: 16px 'Inter', "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;;
	line-height: 1.6;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
	letter-spacing: 0.03em;
	background: #fff url(../../img/bg_footer.png) bottom center no-repeat;
	background-size: contain;
	position: relative;
	font-feature-settings: "palt";
	font-variant-numeric: tabular-nums;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}
h2 {
	font-size: 1.95em;
	color: #1A1311;
	font-weight: 700;
}
h3 {
	font-size: 1.5em;
	color:#1A1311;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

table, th, td {
	margin:0;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}

a {
	text-decoration: none;
	color: initial;
}

img {
	max-width: 100%;
	vertical-align: top;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}



/*----------------------------------------------------
	Layout
---------------------------------------------------*/

.l-header {
	width: 100%;
	margin-bottom: 185px;
	position: relative;
	height: 1146px;
	background: url(../../img/bg_top.png) top center no-repeat;
	background-size: cover;
	z-index: 5;
}
.l-header__logo {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.l-header__logo img {
	width: 100%;
}
.l-header__option {
	max-width: 139px;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.l-contents {
	width: 100%;
}

.l-footer {
	padding-top: 720px;
}
.l-footer__logo {
	width: 350px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}



/*----------------------------------------------------
	utility
---------------------------------------------------*/

.u-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.u-title {
	font-size: 2.5em;
}

.u-subtitle {
	font-size: 2.0em;
}

.u-subtitle2 {
	font-size: 1.5em;
}

.u-note {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.2;
}

.u-hover:hover {
	opacity: 0.6;
	transition: all 0.5s 0s ease-in-out;
	cursor: pointer;
}


.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-imeOff {
	ime-mode: inactive !important;
}

.u-caution {
	color: #b50106;
}

.u-color1 {
	color: #13B3CC;
}

.u-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.u-pc {
	display: block;
}
.u-sp {
	display: none;
}


/*----------------------------------------------------
	component
---------------------------------------------------*/

.c-inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.c-section {
}
.c-section:not(:last-child) {
	margin-bottom: 125px;
}


.c-fbox {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
}
.c-fbox > div:first-child {
	width: 340px;
}
.c-fbox > div:last-child {
	width: calc(100% - 340px);
}

.c-title {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

.c-scrolltop {
	width: 142px;
	position: fixed;
	right: 20px;
	bottom: -200px;
	z-index: 5;
}

.c-scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(50px);
	opacity: 0;
}
.c-scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}



/*----------------------------------------------------
	project
---------------------------------------------------*/

.p-section01 {
}
.p-section01.c-fbox > div:last-child {
	padding: 0 0 0 160px;
}
.p-section01 .c-title h2 {
	margin: 0 auto 50px auto;
	color: #707070;
	font-weight: 400;
	font-size: 1.4em;
}

.p-section02 {
	background: #fff url(../../img/sec02_02.png) top center no-repeat;
	background-size: contain;
	position: relative;
}
.p-section02 > div:first-child {
	padding: 140px 0 0 0;
}
.p-section02 > div:last-child {
	margin-top: -35px;
	padding: 0 20px 0 65px;
}
.p-section02 .c-title h2 {
	margin: 0 auto 50px auto;
	color: #fff;
	font-weight: 400;
	font-size: 1.4em;
}

.p-section03 {
}
.p-section03 > div:last-child {
	padding: 40px 0 0 65px;
}
.p-section03 .c-fbox > div:first-child {
	width: 60%;
}
.p-section03 .c-fbox > div:last-child {
	width: 40%;
	padding: 0 0 0 30px;
}
.p-section03 .c-fbox:nth-child(n+2) {
	margin-top: 35px;
	padding-top: 35px;
	border-top: #ccc 1px solid;
}
.p-section03 .c-fbox:nth-child(n+2) > div:first-child {
	width: 40%;
	padding: 0 30px 0 0;
}
.p-section03 .c-fbox:nth-child(n+2) > div:last-child {
	width: 60%;
	padding: 0;
}
.p-section03 h3 {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
}
.p-section03 .p-section03__schedule {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 4px 16px;
}
.p-section03 h4 {
	margin: 18px 0 5px 0;
	font-weight: 700;
}
.p-section03 .c-title h2 {
	margin: 0 auto 50px auto;
	color: #707070;
	font-weight: 400;
	font-size: 1.4em;
}
.p-section03 .c-fbox div img {
	width: 100%;
}


.p-section04 {
}
.p-section04 h2 {
	margin-bottom: 50px;
	text-align: center;
}

.p-section04__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto auto;
	grid-auto-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	text-align: center;
	color: #1A1311;
	font-weight: 700;
}
.p-section04__list li:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.p-section04__list li:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.p-section04__list li:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.p-section04__list li:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.p-section04__list li:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }

.p-section04__list li:nth-child(1) {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E8F3F9;
}
.p-section04__list li:nth-child(2) {
	padding: 5px;
	background-color: #E8F9EE;
}
.p-section04__list li:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.p-section04__list li:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.p-section04__list li:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }

.p-section04__list li:nth-child(n+3) {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	text-align: center;
}
.p-section04__list li:nth-child(n+3) p:nth-child(2) {
	padding: 0 0 20px 0;
	border-bottom: 1px #ccc solid;
}
.p-section04__list li:nth-child(n+3) p:nth-last-child(2) {
	width: 86px;
	margin: 0 auto;
}
.p-section04__list li:nth-child(n+3) p:last-child {
	padding: 5px;
	font-size: 0.8em;
	background-color: #E2E3E3;
}

/*
.p-section04 .p-section04__head .c-fbox {
	margin-bottom: 15px;
	gap: 50px 20px;
	color: #1A1311;
	text-align: center;
	font-weight: 700;
}
.p-section04 .p-section04__head .c-fbox li:first-child {
	width: calc((100% - 40px) / 3 * 2 + 20px);
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E8F3F9;
}
.p-section04 .p-section04__head .c-fbox li:last-child {
	width: calc((100% - 40px) / 3);
	padding: 5px;
	background-color: #E8F9EE;
}
.p-section04 .p-section04__body .c-fbox {
	margin-bottom: 15px;
	gap: 50px 20px;
	color: #1A1311;
	text-align: center;
	font-weight: 700;
}
.p-section04 .p-section04__body .c-fbox li {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.p-section04 .p-section04__body .c-fbox li p:nth-last-child(2) {
	width: 86px;
	margin: 0 auto;
}
.p-section04 .p-section04__body .c-fbox li p:last-child {
	padding: 5px;
	font-size: 0.8em;
	background-color: #E2E3E3;
}
*/
.p-section05 {
}
.p-section05 h2 {
	margin-bottom: 50px;
	text-align: center;
}
.p-section05 .c-fbox {
	gap: 50px 70px;
}
.p-section05 .c-fbox li {
	flex: 1;
}

.p-section06 {
	display: flex;
	flex-direction: column;
	gap: 60px 0;
}
.p-section06 h2 {
	margin-bottom: 20px;
	text-align: center;
}
.p-section06 h2 + p {
	margin-bottom: 20px;
	text-align: center;
}
.p-section06 h3 {
	font-size: 1.15em;
	font-weight: 700;
	text-align: center;
}


.p-section06 p {
	color: #1A1311;
}
.p-section06 a {
	padding: 4px;
	display: block;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.1em;
	text-align: center;
	border-radius: 5px;
	background: #34445D url(../../img/i_arrow.png) no-repeat right 5px bottom 5px;
	background-size: 13px auto;
}
.p-section06 .p-section06__body .c-fbox {
	margin-top: 30px;
	gap: 50px 25px;
}
.p-section06 .p-section06__body .c-fbox li {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.p-section06 .p-section06__body .c-fbox li p:first-child {
	margin-bottom: 12px;
}
.p-section06 .p-section06__body .c-fbox li p:nth-child(2) {
	margin-bottom: 25px;
	color: #2456AD;
}
.p-section06 .p-section06__body .c-fbox li p:nth-child(3) {
	margin-bottom: 20px;
}
.p-section06 .p-section06__body .c-fbox li p:nth-child(4) {
	margin-bottom: 20px;
}
.p-section06 .p-section06__body .c-fbox li p:last-child {
	margin-top: auto;
	padding: 0 20px;
}
.p-section06 .p-section06__footer .c-fbox li {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.p-section06 .p-section06__footer .c-fbox li a {
	background: initial;
}
.p-section06 .p-section06__body:last-child {
	padding: 0 168px;
}

.p-section07 {
}

.p-section07 .c-fbox {
	gap: 40px 0;
}
.p-section07 .c-fbox > div:first-child {
	width: 48%;
}
.p-section07 .c-fbox > div:last-child {
	width: 52%;
}

.p-section07 .c-fbox > div:first-child > p:nth-child(2) {
	font-size: 1.15em;
	color: #1A1311;
}
.p-section07 .c-fbox > div:first-child > p:last-child {
	color: #707070;
}


/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 950px) {

body {
	min-width: auto;
}

h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}

.l-header {
	margin-bottom: 40px;
	height: auto;
	background: none;
}
.l-header__logo {
	max-width: 100%;
	padding: 0;
	top: initial;
	transform: initial;
}
.l-header__option {
	display: none;
}

.l-footer {
	padding-top: 300px;
}
.l-footer__logo {
	width: 180px;
}

.u-pc {
	display: none;
}
.u-sp {
	display: block;
}

.c-inner {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.c-section:not(:last-child) {
	margin-bottom: 80px;
}


.c-scrolltop {
	display: none;
}



.p-section01.c-fbox > div {
	width: 100% !important;
}
.p-section01.c-fbox > div:last-child {
	padding: 0;
}
.p-section01 .c-title h2 {
	font-size: 1.2em;
	margin: 0;
}

.p-section01 {
	display: flex;
	flex-direction: column;
}
.p-section01 > div:first-child {
	display: contents;
}
.p-section01__title { order: 1; }
.p-section01__image { order: 2; }
.p-section01__lead { order: 3; }


.p-section02 {
	background: none;
	overflow: hidden;
}
.p-section02 > div {
	width: 100% !important;
}
.p-section02 > div:first-child {
	padding: 80px 0 0 0;
}
.p-section02 > div:last-child {
	margin-top: -50px;
	padding: 0 0px 30px;
}
.p-section02 .c-title h2 {
	margin: 0;
	font-size: 1.2em;
	color: #707070;
}
.p-section02 > div:last-child {
	width: 100vw!important;
	margin: 0 calc(50% - 50vw) 30px;
	padding: 0 30px;
	background: url(../../img/sec02_02.png) top 30px center no-repeat;
	background-size: cover;
}
.p-section02 > div:last-child img {
	margin-bottom: -30px;
}


.p-section03 {
	overflow: hidden;
}
.p-section03 > div {
	width: 100%!important;
}
.p-section03 > div:last-child {
	width: 100vw!important;
	margin: 0 calc(50% - 50vw);
	padding: 0;
}
.p-section03 .c-title h2 {
	font-size: 1.2em;
}

.p-section03 .c-fbox > div:first-child {
	width: 100%;
}
.p-section03 .c-fbox > div:last-child {
	width: 100%;
	padding: 0 30px;
}

.p-section03 .c-fbox:nth-child(n+2) {
	margin-top: 0;
	border-top: none;
}
.p-section03 > div:last-child .c-fbox:first-child {
	padding: 30px;
	background: #E7FAFF;
}
.p-section03 > div:last-child .c-fbox:last-child {
	padding: 30px;
	background: #FDFFE7;
}
.p-section03 > div:last-child .c-fbox:last-child > div:first-child {
	width: 100%;
	padding: 0 30px;
	order: 2;
}
.p-section03 > div:last-child .c-fbox:last-child > div:last-child {
	width: 100%;
	order: 1;
}


.p-section04__list {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}
.p-section04__list li {
	grid-area: auto!important;
}
.p-section04__list li:nth-child(1) { order: 1; }
.p-section04__list li:nth-child(2) { order: 4; }
.p-section04__list li:nth-child(3) { order: 2; }
.p-section04__list li:nth-child(4) { order: 3; }
.p-section04__list li:nth-child(5) { order: 5; }



.p-section05 .c-fbox li {
	flex: initial;
	width: 100% !important;
	padding: 0;
}

.p-section06 .p-section06__body .c-fbox li {
	flex: initial;
	width: 100% !important;
}
.p-section06 .p-section06__body:nth-child(3) ul {
	padding: 0;
}
.p-section06 h3 {
	font-size: 1.0em;
}
.p-section06 .p-section06__footer .c-fbox li {
	padding: 0 30px;
	flex: initial;
	width: 100% !important;
}
.p-section06 .p-section06__body:last-child {
	padding: 0;
}
.p-section06 h2 + p {
	text-align: left;
}
.p-section06 img {
	width: 100%;
}

.p-section07 .c-fbox > div:first-child,
.p-section07 .c-fbox > div:last-child {
	width: 100%;
}

.p-section07 {
	overflow: hidden;
}
.p-section07 .c-fbox > div:last-child {
	width: 100vw !important;
	margin: 0 calc(50% - 50vw);
}



}