@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: 0 0;
	box-sizing: border-box;
	font-weight: 300
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
a {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: 0 0;
	text-decoration: none;
	box-sizing: border-box
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
input, select {
	vertical-align: middle
}
em, strong {
	font-weight: 700;
	font-style: normal
}
ol, ul {
	list-style: none outside
}
iframe, img {
	vertical-align: bottom
}
html {
	font-size: 62.5%
}
body {
	line-height: 1.4;
	font-size: 1.6rem;
	color: #35363b;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
a {
	text-decoration: none;
	color: #35363b
}
.l-sub-navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	position: absolute;
	top: 0;
	right: 60px;
	height: 100%;
	padding: 16px;
	border: 1px solid #35363b;
	background: #35363b;
	transition: .3s
}
.l-sub-navigation__hamburger {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px
}
.l-sub-navigation__hamburger span {
	display: block;
	width: 10px;
	height: 1px;
	background: #fff;
	transition: .3s
}
.l-sub-navigation__title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
	transition: .3s
}
.l-sub-navigation:hover {
	background: #fff;
	cursor: pointer
}
.l-sub-navigation:hover .l-sub-navigation__hamburger span {
	background: #35363b
}
.l-sub-navigation:hover .l-sub-navigation__title {
	color: #35363b
}
.l-localnavi {
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%
}
@media screen and (min-width:769px) {
	.l-localnavi {
		position: relative;
		top: 0;
		left: 0
	}
}
.l-localnavi button:not(.l-localnavi__close) {
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0;
	line-height: 0;
	vertical-align: bottom;
	cursor: pointer
}
.l-localnavi a {
	color: #fff
}
.l-localnavi__inner {
	position: relative;
	max-width: 1680px;
	margin: 0 auto
}
@media screen and (min-width:769px) {
	.l-localnavi__inner {
		padding: 0 6.2%
	}
}
.l-localnavi__contents {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 100%;
	height: 100vh;
	max-height: calc(100vh - 65px);
	overflow-x: hidden;
	overflow-y: auto;
	background: #35363b;
	color: #fff;
	transition: .2s
}
@media screen and (min-width:769px) {
	.l-localnavi__contents {
		right: 6.2%;
		-webkit-transform: none;
		transform: none;
		max-width: 375px;
		height: 0
	}
}
.l-localnavi__contents.is-open {
	-webkit-transform: none;
	transform: none;
	padding-bottom: 40px
}
@media screen and (min-width:769px) {
	.l-localnavi__contents.is-open {
		right: 6.2%;
		height: calc(100vh - 176px);
		overflow-y: auto
	}
}
.l-localnavi__close {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	margin: 0 auto;
	padding: 12px 24px 12px 16px;
	border: 1px solid #fff;
	background: 0 0;
	color: #fff;
	line-height: 0;
	vertical-align: bottom;
	cursor: pointer
}
.l-localnavi__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	padding-left: 16px;
	background: #f6f6f6;
	color: #35363b;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer
}
@media screen and (max-width:768px) {
	.l-localnavi__head-icon-pc {
		display: none!important
	}
}
@media screen and (min-width:769px) {
	.l-localnavi__head {
		-ms-flex-align: center;
		align-items: center;
		gap: 16px;
		position: absolute;
		top: -50%;
		right: 6.2%;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 16px 24px;
		background: #35363b;
		color: #fff;
		line-height: 1.7
	}
	.l-localnavi__head-icon-sp {
		display: none!important
	}
	.l-localnavi__head-icon-pc {
		display: block
	}
	.l-localnavi__head-icon-pc--close {
		display: none
	}
}
.l-localnavi__navi {
	padding: 8px 16px 40px;
	overflow-x: hidden;
	background: #35363b
}
.l-localnavi__navi-item {
	margin-left: 36px
}
.l-localnavi__top-title {
	padding: 16px 40px 16px 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5
}
.l-localnavi__pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px;
	margin: 16px 16px 0;
	border-bottom: 1px solid #666;
	background: #1d1d1d
}
.l-localnavi__pagination--top {
	padding-left: 16px
}
.l-localnavi__pagination button.l-localnavi__back {
	position: relative;
	background: #666
}
.l-localnavi__pagination a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 10px 8px 10px 0;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.5
}
.l-localnavi__pagination a::after {
	padding: 0 5px;
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_wh01.svg)
}
.l-localnavi__link-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 12px 8px 13px 16px;
	border-bottom: 1px solid #666;
	line-height: 1.5
}
.l-localnavi__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	cursor: pointer
}
.l-localnavi__link::after {
	padding: 0 5px;
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_wh01.svg)
}
.l-localnavi__link[target="_blank"]::after {
	width: auto;
	height: initial;
	border: none;
	line-height: 0;
	content: url(/top-page/assets/img/icon_blank02.svg)
}
.l-localnavi__link-button:not(:last-child) .l-localnavi__link::after {
	display: none
}
.l-localnavi__link-button:not(:last-child) .l-localnavi__link[target="_blank"]::after {
	width: auto;
	height: initial;
	border: none;
	line-height: 0;
	content: url(/top-page/assets/img/icon_blank02.svg)
}
.l-localnavi__child-navi {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 100%;
	height: 0;
	padding-bottom: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #35363b;
	transition: .2s
}
.l-localnavi__child-navi.js-open {
	-webkit-transform: none;
	transform: none;
	height: 100vh;
	max-height: calc(100vh - 65px)
}
@media screen and (min-width:769px) {
	.l-localnavi__child-navi.js-open {
		height: calc(100vh - 176px);
		max-height: calc(100vh - 176px)
	}
}
.l-localnavi__child-navi .l-localnavi__child-navi {
	top: 0
}
.l-main-content {
	margin-bottom: 80px;
	overflow: hidden
}
@media (min-width:769px) {
	.l-main-content {
		margin-bottom: 160px
	}
}
.c-anker001 {
	padding: 16px 4%;
	background: #041d41;
	position: relative
}
.c-anker001::before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	background-color: #041d41;
	z-index: -1
}
@media (min-width:769px) {
	.c-anker001 {
		padding: 32px 7.8%
	}
}
.c-anker001__inner {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px
}
.c-anker001__inner--justify-center {
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:830px) {
	.c-anker001__inner {
		-ms-flex-pack: center;
		justify-content: center;
		gap: 16px 64px
	}
}
.c-anker001__inner--wide {
	max-width: 100%
}
.c-anker001__content {
	position: relative;
	width: calc(33.33% - 11px)
}
@media (max-width:829px) {
	.c-anker001__content--wide {
		width: 100%
	}
	.c-anker001__content--tight {
		width: calc(33.33% - 12px)
	}
}
@media (min-width:830px) {
	.c-anker001__content {
		width: auto
	}
}
.c-anker001__content a {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: 170%;
	text-align: center;
	padding-bottom: 18px;
	display: block
}
@media (min-width:769px) {
	.c-anker001__content a {
		font-size: 1.4rem
	}
}
.c-anker001__content a::before {
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff
}
.c-anker002 {
	padding: 16px 4%
}
@media (min-width:769px) {
	.c-anker002 {
		padding: 32px 7.8%
	}
}
.c-anker002__inner {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px
}
@media (min-width:830px) {
	.c-anker002__inner {
		-ms-flex-pack: center;
		justify-content: center;
		gap: 16px 64px
	}
}
.c-anker002__content {
	position: relative;
	width: calc(33.33% - 11px)
}
@media (min-width:830px) {
	.c-anker002__content {
		width: auto
	}
}
.c-anker002__content a {
	color: #35363b;
	font-weight: 300;
	font-size: 12px;
	line-height: 170%;
	text-align: center;
	padding-bottom: 18px;
	display: block
}
@media (min-width:769px) {
	.c-anker002__content a {
		font-size: 1.4rem
	}
}
.c-anker002__content a::before {
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-right: 2px solid #35363b;
	border-bottom: 2px solid #35363b
}
.c-banner001 {
	position: fixed;
	bottom: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
	width: 202px;
	padding: 8px 24px 0 8px;
	border-radius: 12px 0 0 12px;
	box-shadow: -10px 10px 20px rgba(0, 0, 0, .1);
	background-color: #fff
}
@media (min-width:769px) {
	.c-banner001 {
		cursor: pointer;
		transition: opacity .3s ease;
		cursor: pointer
	}
	.c-banner001:hover {
		opacity: .7
	}
}
.c-banner001__text {
	font-size: 1.4rem;
	line-height: 1.7;
	color: #35363b
}
.js-fixButton01 {
	display: none
}
.c-block001__image img {
	max-width: 100%;
	width: 100%;
	height: 100%
}
.c-block001__inner {
	margin: 0 auto;
	padding: 80px 4% 200px
}
@media (min-width:769px) {
	.c-block001__inner {
		padding-top: 120px;
		padding-bottom: 160px
	}
}
.c-block001__inner--pb0 {
	padding-bottom: 0
}
.c-block001__inner--pb240 {
	padding-bottom: 240px
}
.c-block001__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}
.c-block001__title {
	text-align: center;
	margin-bottom: 40px;
	color: #fff
}
.c-block001__title--white {
	color: #fff
}
.c-block001__title--white-shadow {
	color: #fff;
	text-shadow: 0 0 20px #000
}
.c-block001__title--black {
	color: #35363b
}
.c-block001__title--black-shadow {
	color: #35363b;
	text-shadow: 0 0 20px #fff
}
.c-block001__subtitle {
	display: block;
	margin-bottom: 16px;
	font-size: 1.4rem;
	line-height: 1.7
}
@media (min-width:769px) {
	.c-block001__subtitle {
		font-size: 1.6rem
	}
}
.c-block001__subtitle--gray {
	color: #ccc
}
.c-block001__maintitle {
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-block001__maintitle {
		font-size: 3.2rem
	}
}
.c-block001__lead {
	margin-bottom: 40px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #fff
}
@media (min-width:769px) {
	.c-block001__lead {
		text-align: center;
		font-size: 1.6rem
	}
}
.c-block001__lead--white {
	color: #fff
}
.c-block001__lead--white-shadow {
	color: #fff;
	text-shadow: 0 0 20px #000
}
.c-block001__lead--black {
	color: #35363b
}
.c-block001__lead--black-shadow {
	color: #35363b;
	text-shadow: 0 0 20px #fff
}
.c-block002:not(:last-of-type) {
	margin-bottom: 80px
}
@media (min-width:769px) {
	.c-block002:not(:last-of-type) {
		margin-bottom: 120px
	}
}
@media (min-width:769px) {
	.c-block002 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px
	}
}
@media (min-width:1025px) {
	.c-block002 {
		-ms-flex-align: center;
		align-items: center
	}
}
@media (min-width:769px) {
	.c-block002 figure {
		width: calc(50% - 20px)
	}
}
.c-block002__image {
	position: relative;
	padding-top: 66.76%;
	margin-bottom: 32px
}
@media (min-width:769px) {
	.c-block002__image {
		margin-bottom: 0
	}
}
.c-block002__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%
}
.c-block002__title {
	margin-bottom: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #35363b
}
@media (min-width:769px) {
	.c-block002__title {
		margin-bottom: 40px;
		font-size: 3.2rem
	}
}
.c-block002__text-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 20px
}
@media (min-width:769px) {
	.c-block002__text-box {
		width: calc(50% - 20px);
		padding: 0
	}
}
.c-block002__text {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #35363b
}
@media (min-width:769px) {
	.c-block002__text {
		margin-bottom: 40px
	}
}
.c-block002__button {
	margin: 0 auto
}
@media (min-width:769px) {
	.c-block002__button {
		margin: 0
	}
}
.c-block003 {
	background-color: #35363b;
	color: #fff
}
.c-block003.is-close {
	display: none
}
.c-block003__inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 0;
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-block003__inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px;
		padding: 16px 0
	}
}
.c-block003__title {
	margin-bottom: 16px;
	line-height: 1.7
}
@media (min-width:769px) {
	.c-block003__title {
		margin-bottom: 0;
		font-size: 1.6rem
	}
}
.c-block003__list-item {
	font-size: 1.2rem;
	line-height: 1.2
}
@media (min-width:769px) {
	.c-block003__list-item {
		font-size: 1.4rem;
		line-height: 1.4;
		transition: .3s all;
	}
	.c-block003__list-item:hover{
		opacity: .7;
	}
}
.c-block003__list-item:not(:last-of-type) {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-block003__list-item:not(:last-of-type) {
		margin-bottom: 4px
	}
}
.c-block003__list-item::after {
	display: inline-block;
	position: relative;
	content: "";
	top: 1px;
	right: 0;
	margin-left: 12px;
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 6.87px;
	height: 11.67px;
	transition: .3s all
}
.c-block003__list-item a {
	color: #fff
}
.c-block003 button {
	padding: 0;
	border: none;
	outline: 0;
	font: inherit;
	color: inherit;
	background: 0 0
}
.c-block003__close {
	position: absolute;
	top: 10px;
	right: 0
}
@media (min-width:769px) {
	.c-block003__close {
		top: 50%;
		-webkit-transform: translateY(calc(-50% - 4px));
		transform: translateY(calc(-50% - 4px));
		cursor: pointer
	}
}
.c-box001 {
	position: relative;
	padding-bottom: 24px
}
.c-box001:not(:last-child) {
	margin-bottom: 24px
}
.c-box001::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background: #ccc;
	content: ""
}
.c-box002 {
	margin-bottom: 64px
}
.c-box002:not(:last-child) {
	padding-bottom: 64px;
	border-bottom: 1px solid #ccc
}
@media (min-width:769px) {
	.c-box002 {
		margin-bottom: 80px
	}
	.c-box002:not(:last-child) {
		padding-bottom: 80px
	}
}
.c-box003 {
	padding: 40px 32px;
	box-sizing: border-box;
	border: 8px solid #f6f6f6;
	margin-bottom: 32px
}
.c-box003:last-child {
	margin-bottom: 0
}
.c-box003--title {
	margin-bottom: 16px;
	color: #35363b;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: left
}
.c-box003--text {
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7
}
.c-box003--text:not(:last-child) {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-box003 {
		margin-bottom: 48px
	}
	.c-box003--title {
		margin-bottom: 24px;
		font-size: 2.4rem
	}
}
.c-box004 {
	background: #041d41;
	padding: 64px 0 80px;
	position: relative
}
.c-box004::before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	background-color: #041d41;
	z-index: -1
}
@media (min-width:769px) {
	.c-box004 {
		padding: 80px 0 120px
	}
}
.c-box005 {
	padding: 80px 0
}
@media (min-width:769px) {
	.c-box005 {
		padding: 160px 0
	}
}
.c-box006 {
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-box006 {
		margin-bottom: 120px
	}
}
@media (min-width:769px) {
	.c-box007 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px 64px
	}
}
.c-box007__contents:nth-child(n+2) {
	margin-top: 32px
}
@media (min-width:769px) {
	.c-box007__contents {
		width: calc((100% - 64px)/ 2)
	}
	.c-box007__contents:nth-child(n+2) {
		margin-top: 0
	}
}
.c-box007__contents img {
	width: 100%;
	height: auto
}
@media (max-width:768px) {
	.c-box007__contents--max310-sp {
		max-width: 310px;
		margin: 0 auto
	}
}
.c-box008 {
	padding: 24px;
	background-color: #f6f6f6
}
@media (min-width:769px) {
	.c-box008 {
		padding: 64px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.c-box008__image {
	margin-bottom: 4px
}
@media (min-width:769px) {
	.c-box008__image {
		width: calc((100% - 40px)/ 2);
		margin-bottom: 0
	}
}
.c-box008__image img {
	width: 100%;
	height: auto
}
.c-box008__text {
	padding: 8px;
	color: #35363b
}
@media (min-width:769px) {
	.c-box008__text {
		padding: 0;
		width: calc((100% - 40px)/ 2)
	}
}
.c-box008__title {
	font-weight: 300;
	font-size: 2rem;
	line-height: 120%;
	letter-spacing: .05em;
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-box008__title {
		font-size: 2.4rem;
		padding-bottom: 40px;
		margin-bottom: 40px;
		position: relative
	}
	.c-box008__title::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: '';
		width: 80px;
		height: 1px;
		background-color: #ccc
	}
}
.c-box008__title>a {
	display: block
}
.c-box008__title span {
	color: #35363b;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
.c-box008__title span::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (max-width:768px) {
	.c-box008__title--w100-sp span {
		display: block
	}
}
.c-box008__lead {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%
}
@media (min-width:769px) {
	.c-box009 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}
.c-box009__contents:nth-child(n+2) {
	margin-top: 32px
}
@media (min-width:769px) {
	.c-box009__contents {
		width: calc((100% - 40px)/ 2)
	}
	.c-box009__contents:nth-child(n+2) {
		margin-top: 0
	}
}
.c-box011 {
	background: #f6f6f6;
	padding: 24px 16px
}
@media (min-width:769px) {
	.c-box011 {
		padding: 24px
	}
}
.c-box011 {
	padding: 24px;
	display: block
}
@media (min-width:769px) {
	.c-box011 {
		padding: 40px 64px
	}
}
.c-box012 {
	margin: -80px 0 0
}
.c-box012__in {
	padding: 32px 32px 0;
	margin: 0 4%;
	background-color: #fff;
	position: relative
}
@media (min-width:769px) {
	.c-box012__in {
		padding: 64px 64px 0;
		width: 92%;
		max-width: 1080px;
		margin: auto
	}
}
.c-box013 {
	position: relative;
	padding: 64px 0 80px;
	background: #041d41
}
.c-box013::before {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #041d41;
	content: ""
}
@media (min-width:769px) {
	.c-box013 {
		padding: 80px 0 160px
	}
}
.c-box013--white {
	background: #fff
}
.c-box013--white::before {
	background: #fff
}
.c-box014 {
	background: #041d41;
	padding: 80px 0;
	position: relative
}
@media (min-width:769px) {
	.c-box014 {
		padding: 120px 0 160px
	}
}
.c-box015 {
	position: relative;
	padding: 80px 0 80px;
	background: #fff
}
@media (min-width:769px) {
	.c-box015 {
		padding: 120px 0
	}
}
.c-box016 {
	padding: 32px 24px;
	border: 8px solid #f6f6f6
}
@media (min-width:769px) {
	.c-box016 {
		padding: 56px
	}
}
.c-box016--pdsmall {
	padding: 24px 16px
}
@media (min-width:769px) {
	.c-box016--pdsmall {
		padding: 56px
	}
}
@media (min-width:769px) {
	.c-box016__title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
		margin-bottom: 16px
	}
}
.c-box016__title__image {
	text-align: center;
	width: 100%;
	max-width: 160px;
	margin: 0 auto 24px
}
@media (min-width:769px) {
	.c-box016__title__image {
		margin: 0 auto 0;
		max-width: 100px
	}
}
.c-box016__title__image img {
	width: 100%;
	height: auto
}
.c-box016__title__text {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-box016__title__text {
		margin-bottom: 0;
		width: calc(100% - 124px)
	}
}
.c-box016__title__text>span {
	display: block;
	font-weight: 300;
	line-height: 170%;
	color: #35363b
}
.c-box016__title__text .name01 {
	font-size: 1.4rem
}
.c-box016__title__text .name02 {
	font-size: 2rem;
	letter-spacing: .05em;
	line-height: 140%
}
.c-box016__title__text .name03 {
	font-size: 1.4rem
}
.c-box016__lead {
	font-weight: 300;
	line-height: 170%;
	font-size: 1.6rem;
	color: #35363b
}
.c-box017 {
	padding: 32px 24px;
	border: 8px solid #f6f6f6
}
@media (min-width:769px) {
	.c-box017 {
		padding: 56px
	}
}
@media (min-width:769px) {
	.c-box017--wdth740-pc {
		max-width: 740px;
		margin: 0 auto
	}
}
@media (min-width:769px) {
	.c-box018 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}
.c-box018__contents01 {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.c-box018__contents01 {
		width: calc(64.815% - 40px);
		margin-bottom: 0
	}
}
@media (min-width:769px) {
	.c-box018__contents02 {
		width: 35.185%
	}
}
.c-box019 {
	border: 1px solid #ccc
}
.c-box019__head {
	padding: 16px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	color: #35363b
}
@media (min-width:769px) {
	.c-box019__head {
		font-size: 1.6rem
	}
}
.c-box019__main {
	padding: 16px 24px;
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	color: #35363b
}
@media (min-width:769px) {
	.c-box019__main {
		font-size: 1.6rem
	}
}
.c-box020 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	row-gap: 8px
}
.c-box020>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px
}
.c-box020>div dt {
	width: 140px
}
@media (min-width:769px) {
	.c-box020>div dt {
		width: 150px
	}
}
.c-box020>div dd {
	width: calc(100% - 160px)
}
@media (min-width:769px) {
	.c-box020>div dd {
		width: calc(100% - 170px)
	}
}
.c-button001 {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 300px;
	padding: 13px 20px;
	font-size: 1.6rem;
	line-height: 1.4;
	transition: .4s all
}
@media (min-width:769px) {
	.c-button001 {
		max-width: 312px;
		padding: 23px 28px
	}
}
.c-button001::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 6.87px;
	height: 11.67px;
	transition: .3s all
}
@media (min-width:769px) {
	.c-button001::before {
		right: 28px
	}
}
.c-button001--center {
	margin: 0 auto
}
.c-button001--navy {
	border: 1px solid currentColor;
	color: #fff
}
.c-button001--navy:hover {
	background-color: #fff;
	border: 1px solid currentColor;
	color: #041d41;
	opacity: 1
}
.c-button001--navy:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button001--navy-shadow {
	border: 1px solid currentColor;
	color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
	text-shadow: 0 0 20px #000
}
.c-button001--navy-shadow:hover {
	background-color: #fff;
	border: 1px solid currentColor;
	color: #041d41;
	opacity: 1;
	text-shadow: none
}
.c-button001--navy-shadow:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button001--white {
	border: 1px solid currentColor;
	color: #35363b
}
.c-button001--white::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button001--white:hover {
	background-color: #35363b;
	border: 1px solid #35363b;
	color: #fff;
	opacity: 1
}
.c-button001--white:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg)
}
.c-button001--white-shadow {
	border: 1px solid currentColor;
	color: #35363b;
	box-shadow: 0 0 20px 0 #fff;
	text-shadow: 0 0 20px #fff
}
.c-button001--white-shadow::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button001--white-shadow:hover {
	background-color: #35363b;
	border: 1px solid #35363b;
	color: #fff;
	opacity: 1;
	text-shadow: none
}
.c-button001--white-shadow:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg)
}
.c-button001--white-blank {
	border: 1px solid currentColor;
	color: #35363b
}
.c-button001--white-blank::before {
	width: 12px;
	height: 12px;
	background-image: url(/top-page/assets/img/icon_blank01.svg)
}
.c-button001--white-blank:hover {
	background-color: #35363b;
	border: 1px solid #35363b;
	color: #fff;
	opacity: 1
}
.c-button001--white-blank:hover::before {
	background-image: url(/top-page/assets/img/icon_blank_wh_01.svg)
}
.c-button001--black {
	border: 1px solid currentColor;
	color: #fff
}
.c-button001--black::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg)
}
.c-button001--black:hover {
	background-color: #fff;
	border: 1px solid currentColor;
	color: #35363b;
	opacity: 1
}
.c-button001--black:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button001-products {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 300px;
	padding: 13px 20px;
	font-size: 1.6rem;
	line-height: 1.4;
	transition: .4s all
}
@media (min-width:769px) {
	.c-button001-products {
		max-width: 312px;
		padding: 23px 28px
	}
}
.c-button001-products::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 6.87px;
	height: 11.67px;
	transition: .3s all
}
@media (min-width:769px) {
	.c-button001-products::before {
		right: 28px
	}
}
.c-button001-products--center {
	margin: 0 auto
}
.c-button001-products--navy {
	border: 1px solid currentColor;
	color: #fff
}
.c-button001-products--navy:hover {
	background-color: #fff;
	border: 1px solid currentColor;
	color: #041d41;
	opacity: 1
}
.c-button001-products--navy:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button001-products--white {
	border: 1px solid currentColor;
	color: #35363b
}
.c-button001-products--white::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button001-products--white:hover {
	background-color: #35363b;
	border: 1px solid #35363b;
	color: #fff;
	opacity: 1
}
.c-button001-products--white:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg)
}
.c-button001-products--white-blank {
	border: 1px solid currentColor;
	color: #35363b
}
.c-button001-products--white-blank::before {
	width: 12px;
	height: 12px;
	background-image: url(/top-page/assets/img/icon_blank01.svg)
}
.c-button001-products--white-blank:hover {
	background-color: #35363b;
	border: 1px solid #35363b;
	color: #fff;
	opacity: 1
}
.c-button001-products--white-blank:hover::before {
	background-image: url(/top-page/assets/img/icon_blank_wh_01.svg)
}
.c-button001-products--black {
	border: 1px solid currentColor;
	color: #fff
}
.c-button001-products--black::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_wh01.svg)
}
.c-button001-products--black:hover {
	background-color: #fff;
	border: 1px solid currentColor;
	color: #35363b;
	opacity: 1
}
.c-button001-products--black:hover::before {
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button002 {
	margin: 32px auto 0;
	max-width: 300px;
	max-height: 70px
}
@media (min-width:769px) {
	.c-button002 {
		margin: 32px 0 0
	}
}
.c-button002>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #35363b;
	padding: 14px 20px;
	color: #35363b;
	text-align: center;
	width: 300px;
	height: 70px;
	position: relative;
	transition: ease .3s
}
@media (min-width:769px) {
	.c-button002>a {
		width: 312px
	}
}
.c-button002>a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b;
	transition: ease .3s
}
.c-button002>a:hover {
	color: #fff;
	background-color: #000;
	opacity: 1
}
.c-button002>a:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}
.c-button002.u-color-wh>a {
	color: #fff;
	border: 1px solid #fff
}
.c-button002.u-color-wh>a::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}
.c-button002.u-color-wh>a:hover {
	color: #041d41;
	border: 1px solid #041d41;
	background-color: #fff;
	opacity: 1
}
.c-button002.u-color-wh>a:hover::before {
	border-top: 2px solid #041d41;
	border-right: 2px solid #041d41
}
@media (min-width:769px) {
	.c-button002.u-center {
		margin: 32px auto 0
	}
}
.c-button003 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 312px;
	max-width: 100%;
	min-height: 70px;
	padding: 14px 16px 14px 20px;
	border: 1px solid #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center
}
@media (min-width:769px) {
	.c-button003 {
		padding: 14px 24px 14px 28px
	}
}
.c-button003--center {
	margin: 0 auto
}
.c-button003::after {
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button003 span {
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 1.6rem
}
.c-button004 {
	max-width: 290px;
	border-bottom: 1px solid #ccc
}
.c-button004 a {
	padding: 16px 0;
	display: block;
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%
}
.c-button004 a>span {
	display: inline-block;
	position: relative;
	padding-right: 26px;
	font-size: 1.6rem
}
.c-button004 a>span::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: inline-block;
	content: url(/top-page/assets/img/icon_arrow_right_rd01.svg);
	width: 6px;
	height: 25px
}
@media (min-width:769px) {
	.c-button004--widthauto-pc {
		max-width: none
	}
}
.c-button004--small a span {
	padding-right: 12px;
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-button004--small a span {
		padding-right: 20px;
		font-size: 1.6rem
	}
}
.c-button005 {
	max-width: 100%;
	border-bottom: 1px solid #ccc;
	position: relative
}
.c-button005::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: inline-block;
	content: url(/top-page/assets/img/icon_arrow_right_rd01.svg);
	width: 6px;
	height: 25px
}
.c-button005 a {
	padding: 16px 18px 16px 0;
	display: block;
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	padding-right: 20px
}
.c-button006 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	width: 300px;
	max-width: 100%;
	margin: 40px 0 0 0;
	padding: 14px 16px 14px 20px;
	border: 1px solid #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center
}
@media (min-width:769px) {
	.c-button006 {
		gap: 16px;
		width: 338px;
		min-height: 70px;
		padding: 14px 24px 14px 28px
	}
}
.c-button006::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button006__text {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.c-button006--pr16-pc {
	padding: 12px 16px 12px 28px
}
@media (min-width:769px) {
	.c-button006--pr16-pc {
		padding: 12px 16px 12px 28px
	}
}
.c-button006--center {
	margin-left: auto;
	margin-right: auto
}
@media (min-width:769px) {
	.c-button006--left-pc {
		margin-left: 0
	}
}
.c-button006--blank::after {
	content: url(/top-page/assets/img/icon_blank01.svg)
}
.c-button006--pdf::after {
	content: url(/top-page/assets/img/icon_pdf21.svg)
}
/* .c-button006--audio::after {
	content: url(/top-page/assets/img/icon_audio01.svg)
} */
.c-button006--white {
	border: 1px solid #fff
}
.c-button006--white::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_right_wh01.svg)
}
.c-button006--white .c-button006__text {
	color: #fff
}
.c-button006--auto {
	width: auto
}
@media (max-width:768px) {
	.c-button006--center-sp {
		margin: 0 auto
	}
}
@media (max-width:768px) {
	.c-button006--width100p-sp {
		width: 100%
	}
}
.c-button006--height50 {
	min-height: 50px
}
.c-button023 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #fff
}
.c-button023__img {
	width: 160px
}
.c-button023__img img {
	width: 100%;
	max-width: 100%
}
.c-button023__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px 0 24px;
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-button023__text {
		font-size: 1.6rem
	}
}
.c-button023__text::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-button023__text--border {
	height: 60px;
	border-left: 1px solid #ccc
}
@media (min-width:769px) {
	.c-button023__text--border {
		height: 90px
	}
}
.c-button024 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	max-width: 820px;
	margin: 0 auto;
	border: 1px solid #ccc
}
.c-button024__img {
	width: 160px
}
@media (min-width:769px) {
	.c-button024__img {
		width: 390px
	}
}
.c-button024__img img {
	width: 100%;
	max-width: 100%
}
.c-button024__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px 0 24px;
	color: #35363b;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 120%
}
@media (min-width:769px) {
	.c-button024__text {
		font-size: 2rem;
		padding: 0 40px
	}
}
.c-button024__text::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-button024__text span {
	padding-right: 8px;
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-button024__text--large span {
		font-size: 2rem
	}
}
.c-button024__text.u-next::after {
	background: 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-button027 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	max-width: 520px;
	margin: 0 auto;
	border: 1px solid #ccc
}
.c-button027__img {
	width: 160px
}
@media (min-width:769px) {
	.c-button027__img {
		width: 260px
	}
}
.c-button027__img img {
	width: 100%;
	max-width: 100%
}
.c-button027__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px 0 24px;
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	width: calc(100% - 160px)
}
@media (min-width:769px) {
	.c-button027__text {
		padding: 0 24px;
		width: calc(100% - 260px);
		line-height: 170%
	}
}
.c-button027__text::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-button027__text span {
	padding-right: 8px;
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-button027__text--large span {
		font-size: 2rem
	}
}
.c-button027__text.u-next::after {
	background: 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-button-list001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
@media (min-width:769px) {
	.c-button-list001 {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 8px
	}
}
.c-button-list001__item {
	border: 1px solid #ccc
}
@media (min-width:769px) {
	.c-button-list001__item {
		width: calc((100% - 16px)/ 3)
	}
}
.c-button-list002 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
@media (min-width:769px) {
	.c-button-list002 {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 24px
	}
}
@media (min-width:769px) {
	.c-button-list002>li {
		width: calc((100% - 24px)/ 2);
		max-width: 248px
	}
}
.c-button-list002>li a {
	height: 100%;
	max-width: 100%;
	margin: 0 auto!important
}
.c-button-list003 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px 40px;
	-ms-flex-pack: center;
	justify-content: center
}
.c-card001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px
}
.c-card001__contents {
	width: 100%
}
.c-card001__image {
	position: relative;
	padding-top: 56%;
	margin-bottom: 8px
}
.c-card001__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%
}
.c-card001__caption {
	font-size: 1.2rem;
	line-height: 1.2
}
@media (min-width:769px) {
	.c-card001 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 40px
	}
	.c-card001__contents {
		width: calc(100% / 3)
	}
	.c-card001__caption {
		font-size: 1.4rem;
		line-height: 1.7
	}
}
.c-card002 {
	margin-right: 24px;
	width: 300px;
	color: #35363b
}
@media (min-width:769px) {
	.c-card002:hover .c-card002__image {
		overflow: hidden
	}
	.c-card002:hover .c-card002__image img {
		border-radius: 8px;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
		transition: transform .8s ease, -webkit-transform .8s ease
	}
}
.c-card002__slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 24px
}
.c-card002__slide .slick-list {
	padding-right: 32px
}
@media (min-width:769px) {
	.c-card002__slide .slick-list {
		padding-right: 48px
	}
}
.c-card002__slide .slide-arrow {
	position: absolute;
	top: -70px;
	cursor: pointer
}
.c-card002__slide .slide-arrow.prev-arrow {
	right: 78px
}
.c-card002__slide .slide-arrow.next-arrow {
	right: 36px
}
@media (min-width:769px) {
	.c-card002__slide .slide-arrow:hover {
		cursor: pointer;
		transition: opacity .3s ease;
		opacity: .5
	}
	.c-card002__slide .slide-arrow:hover:hover {
		opacity: .7
	}
}
.c-card002__image {
	position: relative;
	padding-top: 56%;
	margin-bottom: 8px;
	border-radius: 8px;
	overflow: hidden
}
.c-card002__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%;
	transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease
}
.c-card002__text-box {
	padding: 8px 8px 0 8px
}
.c-card002__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 16px;
	margin-bottom: 8px
}
.c-card002__time {
	font-size: 1.4rem;
	line-height: 1.7
}
.c-card002__category {
	text-align: center;
	border: 1px solid #ccc;
	padding: 4px 10px;
	font-size: 1.2rem;
	line-height: 1.2
}
.c-card002__text {
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.4
}
.c-card002__tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 16px
}
.c-card002__tag {
	font-size: 1.2rem;
	line-height: 1.2
}
.c-card003 {
	width: calc(50% - 32px);
	margin-right: 12px;
	margin-left: 12px
}
@media (min-width:769px) {
	.c-card003 {
		margin-right: 0;
		margin-left: 0
	}
	.c-card003:hover .c-card003__image {
		overflow: hidden
	}
	.c-card003:hover .c-card003__image img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
		transition: transform .8s ease, -webkit-transform .8s ease
	}
}
.c-card003__link {
	margin: 0 12px;
	width: 100%;
	color: #35363b
}
@media (min-width:769px) {
	.c-card003__link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 24px;
		margin: 0
	}
}
@media (min-width:769px) {
	.c-card003 figure {
		width: 200px;
		max-width: 200px
	}
}
@media (min-width:1025px) {
	.c-card003 figure {
		width: 300px;
		max-width: 300px
	}
}
.c-card003__slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 24px
}
@media (min-width:769px) {
	.c-card003__slide {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 24px 64px;
		padding-bottom: 0;
		margin-bottom: 40px
	}
}
@media (max-width:768px) {
	.c-card003__slide {
		margin-bottom: 100px!important
	}
}
.c-card003__slide .slide-arrow {
	position: relative;
	top: 6px;
	cursor: pointer
}
@media (min-width:769px) {
	.c-card003__slide .slide-arrow:hover {
		cursor: pointer;
		transition: opacity .3s ease
	}
	.c-card003__slide .slide-arrow:hover:hover {
		opacity: .7
	}
}
.c-card003__slide .slick-dots {
	position: static;
	padding: 0 20px
}
.c-card003__slide .slick-dots__wrap {
	position: absolute;
	left: 50%;
	bottom: -40px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -ms-flexbox;
	display: flex
}
.c-card003__slide .slick-dots li {
	margin: 0 8px;
	width: 10px;
	height: 10px
}
.c-card003__slide .slick-dots li button {
	width: 10px;
	height: 10px
}
.c-card003__slide .slick-dots li button::before {
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ccc;
	color: transparent
}
.c-card003__slide .slick-dots li.slick-active button::before {
	background-color: #35363b
}
.c-card003__image {
	position: relative;
	padding-top: 56%;
	overflow: hidden
}
@media (min-width:769px) {
	.c-card003__image {
		margin-bottom: 0
	}
}
.c-card003__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%;
	transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease
}
@media (min-width:769px) {
	.c-card003__text-box {
		width: calc(100% - 200px);
		padding-top: 8px
	}
}
@media (min-width:1025px) {
	.c-card003__text-box {
		width: calc(100% - 300px)
	}
}
.c-card003__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 16px;
	margin-bottom: 8px
}
@media (min-width:769px) and ( max-width:1260px) {
	.c-card003__meta {
		display: block;
	}
	.c-card003__time {
		display: block;
	}
	.c-card003__category {
		display: block;
	}
}

.c-card003__time {
	font-size: 1.4rem;
	line-height: 1.7
}
.c-card003__category {
	text-align: center;
	border: 1px solid #ccc;
	padding: 4px 8px;
	font-size: 1.2rem;
	line-height: 1.2
}
.c-card003__text {
	font-size: 1.6rem;
	line-height: 1.4
}
.c-card004>a {
	display: block
}
@media (min-width:769px) {
	.c-card004>a {
		position: relative
	}
	.c-card004>a:hover::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, .3);
		z-index: 2
	}
}
.c-card004__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card004__image {
		margin-bottom: 16px
	}
}
.c-card004__image img {
	width: 100%;
	height: auto;
	border-radius: 8px
}
.c-card004__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin-bottom: 8px
}
.c-card004__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card004__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	color: #fff;
	padding: 4px 10px
}
.c-card004__text {
	padding: 0 26px 0 0;
	position: relative
}
.c-card004__text::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card004__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
.c-card004__lead {
	margin-top: 4px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	color: #35363b
}
.c-card004__taglist {
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px 16px
}
.c-card004__taglist>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	color: #35363b;
	padding-left: 10px;
	position: relative
}
.c-card004__taglist>li::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: '#';
	color: #35363b
}
.c-card005>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px
}
@media (min-width:960px) {
	.c-card005>a {
		gap: 24px
	}
}
.c-card005.u-content01>a {
	display: block
}
@media (min-width:769px) {
	.c-card005.u-content01>a {
		position: relative
	}
	.c-card005.u-content01>a:hover::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, .3);
		z-index: 2
	}
}
.c-card005.u-content01>a .c-card005__image {
	width: auto
}
.c-card005.u-content01>a .c-card005__text {
	width: auto
}
@media (min-width:960px) {
	.c-card005.u-content01>a .c-card005__text {
		width: calc(100% - 232px)
	}
}
.c-card005__image {
	margin-bottom: 12px;
	width: 23.32%
}
@media (min-width:769px) {
	.c-card005__image {
		width: 30%
	}
}
@media (min-width:960px) {
	.c-card005__image {
		width: auto;
		max-width: 200px;
		margin-bottom: 16px
	}
}
.c-card005__image img {
	width: 100%;
	height: auto;
	border-radius: 8px
}
.c-card005__text {
	width: calc(76.68% - 12px);
	padding-right: 26px;
	position: relative
}
.c-card005__text::before {
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.c-card005__text {
		width: calc(70% - 12px)
	}
}
@media (min-width:960px) {
	.c-card005__text {
		width: calc(100% - 232px);
		padding: 8px
	}
}
.c-card005__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin: 0 0 8px
}
.c-card005__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card005__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	color: #fff;
	padding: 4px 10px
}
.c-card005__main {
	padding: 0 26px 0 0;
	position: relative
}
.c-card005__main::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card005__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
.c-card005__lead {
	margin-top: 4px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	color: #35363b
}
.c-card005__taglist {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px 16px
}
@media (min-width:769px) {
	.c-card005__taglist {
		margin-top: 16px
	}
}
.c-card005__taglist>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	color: #35363b;
	padding-left: 10px;
	position: relative
}
.c-card005__taglist>li::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: '#';
	color: #35363b
}
.c-card006>a {
	display: block
}
.c-card006__image {
	margin-bottom: 16px
}
.c-card006__image img {
	width: 100%;
	height: auto
}
.c-card006__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin: 0 0 8px
}
.c-card006__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card006__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc
}
.c-card006__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
@media (min-width:769px) {
	.c-card006__title {
		font-size: 2rem
	}
}
.c-card007>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px
}
@media (min-width:960px) {
	.c-card007>a {
		gap: 24px
	}
}
.c-card007__image {
	margin-bottom: 12px;
	border: 1px solid #ccc;
	width: 23.32%
}
@media (min-width:769px) {
	.c-card007__image {
		width: 30%
	}
}
@media (min-width:960px) {
	.c-card007__image {
		width: auto;
		max-width: 195px;
		margin-bottom: 0
	}
}
.c-card007__image img {
	width: 100%;
	height: auto
}
.c-card007__text {
	width: calc(76.68% - 12px)
}
@media (min-width:769px) {
	.c-card007__text {
		width: calc(70% - 12px)
	}
}
@media (min-width:960px) {
	.c-card007__text {
		width: calc(100% - 219px)
	}
}
.c-card007__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin: 0 0 8px
}
.c-card007__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card007__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc
}
.c-card007__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
.c-card007__taglist {
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px 16px
}
.c-card007__taglist>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	color: #acadaf;
	padding-left: 10px;
	position: relative
}
.c-card007__taglist>li::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: '#';
	color: #acadaf
}
.c-card008>a {
	display: block
}
.c-card008__image {
	margin-bottom: 4px
}
@media (min-width:769px) {
	.c-card008__image {
		margin-bottom: 8px
	}
}
.c-card008__image img {
	width: 100%;
	height: auto
}
.c-card008__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	margin: 0 0 8px
}
.c-card008__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin: 8px 16px 0 0
}
.c-card008__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.c-card008__list>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	margin: 8px 0 0 8px;
	border: 1px solid #ccc
}
.c-card008__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #fff
}
@media (min-width:769px) {
	.c-card008__title {
		font-size: 1.6rem
	}
}
@media (min-width:769px) {
	.c-card009>a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px
	}
}
.c-card009__image {
	margin-bottom: 4px
}
@media (min-width:769px) {
	.c-card009__image {
		margin-bottom: 0;
		max-width: 160px
	}
}
@media (min-width:910px) {
	.c-card009__image {
		margin-bottom: 0;
		max-width: 200px
	}
}
.c-card009__image img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-card009__text {
		width: calc(100% - 192px)
	}
}
@media (min-width:910px) {
	.c-card009__text {
		width: calc(100% - 232px)
	}
}
.c-card009__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	margin: 0 0 8px
}
.c-card009__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin: 8px 8px 0 0
}
.c-card009__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.c-card009__list>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	margin: 8px 0 0 8px;
	border: 1px solid #ccc
}
.c-card009__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #fff
}
.c-card010 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 80px
}
@media (min-width:769px) {
	.c-card010 {
		gap: 8px;
		margin-bottom: 120px
	}
}
.c-card010>li {
	position: relative;
	width: 100%
}
@media (min-width:769px) {
	.c-card010>li {
		width: calc(50% - 4px)
	}
}
.c-card010>li img {
	width: 100%;
	max-width: 100%
}
.c-card010__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 32px 16px 16px;
	background: linear-gradient(360deg, rgba(0, 0, 0, .8) 0, transparent 100%);
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-card010__title {
		padding: 80px 32px 32px;
		font-weight: 300;
		line-height: 1.2
	}
}
.c-card010__title-en {
	letter-spacing: .05em;
	font-size: 3.2rem
}
.c-card010__title-jp {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	font-size: 2rem;
	letter-spacing: .05em
}
@media (max-width:768px) {
	.c-card010__title-jp {
		font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
	}
}
@media (min-width:769px) {
	.c-card010__title-jp {
		gap: 10px;
		font-size: 2.4rem
	}
}
.c-card010__title-jp::after {
	display: block;
	width: 8px;
	height: 12px;
	background: url(/top-page/assets/img/icon_arrow_right_wh01.svg) no-repeat;
	background-size: contain;
	content: ""
}
@media (min-width:769px) {
	.c-card010__title-jp::after {
		display: none
	}
}
.c-card010__title-jp--blank::after {
	display: block;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank_wh_01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-card011 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}
@media (min-width:769px) {
	.c-card011 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.c-card011>li {
	width: 100%
}
@media (min-width:769px) {
	.c-card011>li {
		width: auto;
		max-width: 274px
	}
}
.c-card011__thumbnail {
	margin-bottom: 16px
}
.c-card011__thumbnail img {
	width: 100%
}
.c-card011__text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4
}
.c-card012 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px
}
@media (min-width:769px) {
	.c-card012 {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 8px
	}
}
@media (min-width:769px) {
	.c-card012__item {
		width: calc((100% - 8px)/ 2)
	}
}
.c-card012__link {
	display: block
}
.c-card012__thumbnail {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card012__thumbnail {
		margin-bottom: 16px
	}
}
.c-card012__thumbnail img {
	width: 100%;
	max-width: 100%
}
.c-card012__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	line-height: 1.7;
	font-size: 1.6rem
}
@media (min-width:769px) {
	.c-card012__title {
		margin-bottom: 8px;
		font-size: 1.6rem
	}
}
.c-card012__title::after {
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-card012__text {
	font-size: 1.4rem;
	line-height: 1.7
}
@media (min-width:769px) {
	.c-card012__text {
		font-size: 1.6rem
	}
}
@media (min-width:769px) {
	.c-card013 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 64px
	}
}
.c-card013:last-child {
	margin-bottom: 0
}
.c-card013__image {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-card013__image {
		width: calc(((100% - 64px)/ 2) + 12px);
		margin-bottom: 0
	}
}
.c-card013__image img {
	width: 100%;
	height: auto
}
.c-card013__text {
	color: #35363b
}
@media (min-width:769px) {
	.c-card013__text {
		width: calc(((100% - 64px)/ 2) - 12px)
	}
}
.c-card013__title {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 120%;
	letter-spacing: .05em;
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-card013__title {
		padding-bottom: 40px;
		margin-bottom: 40px;
		position: relative
	}
	.c-card013__title::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: '';
		width: 80px;
		height: 1px;
		background-color: #ccc
	}
}
.c-card013__title>a {
	display: block;
	font-size: 2.4rem
}
.c-card013__title span {
	color: #35363b;
	padding-right: 26px;
	display: inline-block;
	position: relative;
	font-size: 2.4rem
}
.c-card013__title span::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card013__lead {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%
}
.c-card014>a {
	display: block
}
.c-card014__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card014__image {
		margin-bottom: 16px
	}
}
.c-card014__image img {
	width: 100%;
	height: auto
}
.c-card014__title {
	font-size: 1.6rem;
	line-height: 140%;
	letter-spacing: .05em;
	font-weight: 600;
	color: #35363b;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
.c-card014__title::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.c-card014__title {
		font-size: 2rem
	}
}
.c-card015 a {
	display: block
}
.c-card015__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #35363b
}
.c-card015__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	padding: 6px 0
}
.c-card015__list {
	max-width: calc(100% - 82px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 8px
}
.c-card015__list>li {
	margin: 0 0 8px 8px;
	padding: 4px 10px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	border: 1px solid #ccc
}
.c-card015__list--lineheight120>li {
	line-height: 1.2!important
}
.c-card015__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
@media (min-width:769px) {
	.c-card016 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.c-card016__image {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-card016__image {
		width: calc((100% - 64px)/ 2);
		margin-bottom: 0
	}
}
.c-card016__image img {
	width: 100%;
	height: auto
}
.c-card016__text {
	color: #35363b
}
@media (min-width:769px) {
	.c-card016__text {
		width: calc((100% - 64px)/ 2)
	}
}
.c-card016__title {
	font-weight: 300;
	font-size: 2rem;
	line-height: 120%;
	letter-spacing: .05em;
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-card016__title {
		font-size: 2.4rem;
		padding-bottom: 40px;
		margin-bottom: 40px;
		position: relative
	}
	.c-card016__title::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: '';
		width: 80px;
		height: 1px;
		background-color: #ccc
	}
}
.c-card016__title>a {
	display: block
}
.c-card016__title span {
	color: #35363b;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
.c-card016__title span::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card016__lead {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%
}
.c-card017 a {
	display: block
}
.c-card017__image img {
	width: 100%;
	height: auto
}
.c-card017__title {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 120%;
	padding-right: 26px;
	color: #35363b;
	position: relative
}
@media (min-width:769px) {
	.c-card017__title {
		font-size: 1.6rem;
		display: inline-block;
		padding: 8px 26px 8px 8px;
		line-height: 170%
	}
}
.c-card017__title::before {
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card018>a {
	display: block
}
.c-card018__image img {
	width: 100%;
	height: auto
}
.c-card018__text {
	padding: 8px
}
.c-card018__title {
	font-size: 1.6rem;
	line-height: 170%;
	color: #35363b;
	font-weight: 300;
	display: inline-block;
	padding-right: 26px;
	position: relative
}
.c-card018__title::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card018__title.u-blank::before {
	content: url(/top-page/assets/img/icon_arrow_up_right_bk.svg);
	border: none;
	width: 12.5px;
	height: 12.5px;
	top: 38%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.c-card019>a {
	color: #35363b;
	display: block
}
.c-card019__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card019__image {
		margin-bottom: 0
	}
}
.c-card019__image img {
	width: 100%;
	height: auto
}
.c-card019__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
.c-card019__title::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.c-card019__title {
		font-size: 2rem;
		padding: 8px 26px 8px 8px
	}
}
.c-card019__title--blank::before {
	display: block;
	top: 46%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: "";
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.c-card019__title--pdf::before {
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 14px;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: "";
	background-image: url(/top-page/assets/img/icon_pdf21.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.c-card019__text {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-card019__text {
		font-size: 1.6rem;
		line-height: 140%;
		margin-top: 8px
	}
}
.c-card020>a {
	color: #35363b;
	display: block
}
.c-card020__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card020__image {
		margin-bottom: 16px
	}
}
.c-card020__image img {
	width: 100%;
	height: auto
}
.c-card020__title {
	font-weight: 300;
	font-size: 2rem;
	line-height: 140%;
	margin-bottom: 12px;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
.c-card020__title::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.c-card020__title {
		margin-bottom: 8px
	}
}
.c-card020__text {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%
}
@media (min-width:769px) {
	.c-card020__text {
		font-size: 1.6rem;
		line-height: 140%
	}
}
.c-card021:not(:last-of-type) {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-card021:not(:last-of-type) {
		margin-bottom: 40px
	}
}
.c-card021__text {
	width: 100%
}
.c-card021__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin: 0 0 8px
}
.c-card021__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card021__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc
}
.c-card021__category--high {
	line-height: 170%
}
.c-card021__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
.c-card021__taglist {
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px 16px
}
.c-card021__taglist>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	color: #acadaf;
	padding-left: 10px;
	position: relative
}
.c-card021__taglist>li::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: '#';
	color: #acadaf
}
.c-card035>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px
}
@media (min-width:769px) {
	.c-card035>a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		gap: 24px;
		transition: ease .3s
	}
	.c-card035>a:hover {
		opacity: .7
	}
}
.c-card035__image {
	border: 1px solid #ccc;
	min-width: 82px;
	width: 23.32%
}
@media (min-width:769px) {
	.c-card035__image {
		border-radius: 8px;
		max-width: 200px;
		min-width: none;
		width: auto;
		margin-bottom: 0
	}
}
.c-card035__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 343/194;
	object-fit: cover
}
@media (min-width:769px) {
	.c-card035__image img {
		border-radius: 8px
	}
}
.c-card035__text {
	width: calc(76.68% - 12px)
}
@media (min-width:769px) {
	.c-card035__text {
		width: calc(100% - 224px);
		padding: 8px
	}
}
.c-card035__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin: 0 0 12px
}
@media (min-width:769px) {
	.c-card035__data {
		margin: 0 0 8px
	}
}
.c-card035__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card035__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc
}
.c-card035__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
@media (min-width:769px) {
	.c-contents001 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.c-contents001__title {
	font-weight: 300;
	font-size: 2rem;
	line-height: 140%;
	text-align: right;
	letter-spacing: .05em;
	display: inline-block;
	padding-right: 26px;
	margin-bottom: 16px;
	position: relative;
	color: #35363b
}
@media (min-width:769px) {
	.c-contents001__title {
		font-size: 2.4rem;
		line-height: 120%;
		margin-bottom: 0
	}
}
.c-contents001__title::before {
	position: absolute;
	top: 25%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-contents001__title>span {
	font-size: 1.6rem;
	display: block;
	letter-spacing: initial;
	letter-spacing: .05em;
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}
.c-contents001__text {
	color: #35363b;
	line-height: 170%
}
@media (min-width:769px) {
	.c-contents001__text {
		width: calc(100% - 327px)
	}
}
:lang(en) .c-contents001__text {
	color: #35363b;
	line-height: 170%
}
@media (min-width:769px) {
	:lang(en) .c-contents001__text {
		width: calc(100% - 362px)
	}
}
.c-contents002 {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-contents002 {
		width: calc(50% - 20px);
		margin-bottom: 0
	}
}
.c-contents002:last-child {
	margin-bottom: 0
}
.c-contents002>a {
	border: 1px solid #ccc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:769px) {
	.c-contents002__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
}
.c-contents002__image {
	width: 160px
}
@media (min-width:769px) {
	.c-contents002__image {
		width: 180px
	}
}
.c-contents002__image img {
	width: 100%;
	height: auto
}
.c-contents002__title {
	width: calc(100% - 184px);
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	color: #35363b;
	padding-right: 40px;
	position: relative
}
@media (min-width:769px) {
	.c-contents002__title {
		font-size: 1.6rem;
		width: calc(100% - 212px)
	}
}
.c-contents002__title::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-contents006 {
	padding: 40px 0 48px;
	margin: auto;
	max-width: 800px
}
@media (min-width:769px) {
	.c-contents006 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		padding: 16px 0
	}
}
.c-contents006__dt {
	color: #fff;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-contents006__dt {
		width: 114px;
		margin-bottom: 0
	}
}
@media (min-width:769px) {
	.c-contents006__dd {
		width: calc(100% - 154px)
	}
}
.c-contents006__list>li:nth-child(n+2) {
	margin-top: 8px
}
@media (min-width:769px) {
	.c-contents006__list>li:nth-child(n+2) {
		margin-top: 4px
	}
}
.c-contents006__list>li a {
	color: #fff;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
.c-contents006__list>li a::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}
.c-contents007 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 247px;
	overflow: hidden;
	background-color: #fff
}
.c-contents007__wrap {
	max-width: 247px;
	margin: 32px auto
}
@media (min-width:769px) {
	.c-contents007__wrap {
		margin: 0 0 40px auto
	}
}
.c-contents007 label {
	width: 100%
}
.c-contents007 input {
	width: 100%;
	height: 45px;
	padding: 8.5px 0 8.5px 16px;
	border: none;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 1.6rem;
	color: #35363b;
	outline: 0;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
.c-contents007 input::-webkit-input-placeholder {
	color: #767d83;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
.c-contents007 input::-moz-placeholder {
	color: #767d83;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
.c-contents007 input:-ms-input-placeholder {
	color: #767d83;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
.c-contents007 input::placeholder {
	color: #767d83;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
.c-contents007 button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48px;
	height: 46px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: relative
}
.c-contents007 button::before {
	content: "";
	background: #35363b;
	width: 18px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 3px;
	right: 0;
	margin: auto;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 0;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease
}
.c-contents007 button::after {
	width: 16px;
	height: 16px;
	background-image: url(/top-page/assets/img/icon_search01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: ''
}
.c-contents007 button:hover {
	opacity: .7;
	transition: ease .3s
}
.c-contents007 button:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: .5
}
.c-contents008 {
	color: #35363b
}
@media (min-width:769px) {
	.c-contents008 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 80px;
		-moz-column-gap: 80px;
		column-gap: 80px
	}
}
.c-contents008__title {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-contents008__title {
		margin-bottom: 0
	}
}
.c-contents008__title a {
	display: block
}
.c-contents008__title a span {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 120%;
	letter-spacing: .05em;
	color: #35363b;
	display: inline-block;
	padding-right: 26px;
	position: relative
}
@media (min-width:769px) {
	.c-contents008__title a span {
		font-size: 3.2rem
	}
}
.c-contents008__title a span::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-contents008__text {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%
}
@media (min-width:769px) {
	.c-contents008__text {
		width: calc(100% - 375px)
	}
}
@media (min-width:769px) {
	:lang(en) .c-contents008 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 80px;
		-moz-column-gap: 80px;
		column-gap: 80px
	}
}
@media (min-width:769px) {
	:lang(en) .c-contents008__text {
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}
.c-contents009 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
@media (min-width:769px) {
	.c-contents009 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px
	}
}
.c-contents009__text {
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 170%;
	width: 100%
}
@media (min-width:769px) {
	.c-contents009__text {
		max-width: calc(100% - 336px)
	}
}
.c-contents009__image {
	width: 100%
}
@media (min-width:769px) {
	.c-contents009__image {
		max-width: 296px
	}
}
.c-contents009__image img {
	width: 100%;
	height: auto
}
.c-contents009__imagecaption {
	padding-top: 8px;
	color: #35363b;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	display: block
}
.c-grid001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px
}
@media (max-width:768px) {
	.c-grid001--reverse-sp {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
@media (min-width:769px) {
	.c-grid001 {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		gap: 40px
	}
}
@media (max-width:768px) {
	.c-grid001--gap0-sp {
		gap: 0
	}
}
@media (min-width:769px) {
	.c-grid001--reverse-pc {
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.c-grid001__item {
	width: 100%
}
@media (min-width:769px) {
	.c-grid001__item {
		width: 50%
	}
}
.c-grid001__image img {
	width: 100%;
	height: auto
}
.c-grid001__caption {
	margin-bottom: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7
}
@media (min-width:769px) {
	.c-grid001__caption {
		line-height: 1.4
	}
}
.c-grid002 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px
}
@media (min-width:769px) {
	.c-grid002 {
		gap: 40px
	}
}
.c-grid002__image {
	text-align: center
}
.c-grid002__image img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-grid002__image img {
		width: auto
	}
}
.c-grid002__caption {
	margin-bottom: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7;
	text-align: center
}
@media (min-width:769px) {
	.c-grid002__caption {
		line-height: 1.4
	}
}
.c-grid003 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px
}
@media (min-width:769px) {
	.c-grid003 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 40px
	}
}
@media (max-width:768px) {
	.c-grid003--gap24-sp {
		gap: 24px
	}
}
@media (min-width:769px) {
	.c-grid003--reverse-pc {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}
@media (min-width:769px) {
	.c-grid003__item {
		width: calc(50% - 20px)
	}
}
.c-grid003__image img {
	width: 100%;
	height: auto
}
.c-grid004 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px
}
@media (min-width:769px) {
	.c-grid004 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
@media (min-width:769px) {
	.c-grid004__item {
		width: calc((100% - 80px)/ 3)
	}
}
.c-grid004__image img {
	width: 100%;
	height: auto
}
.c-hr001 {
	margin-top: 80px;
	margin-bottom: 80px;
	border: none;
	background: #ccc;
	width: 100%;
	height: 1px
}
@media (min-width:769px) {
	.c-hr001 {
		margin-top: 120px;
		margin-bottom: 120px
	}
}
.c-hr002 {
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
	background: #ccc;
	width: 100%;
	height: 1px
}
.c-hr006 {
	margin-top: 64px;
	margin-bottom: 64px;
	border: none;
	background: #ccc;
	width: 100%;
	height: 1px
}
.u-boxUnderline001 {
	margin-bottom: 0;
	padding-bottom: 80px
}
@media (min-width:769px) {
	.u-boxUnderline001 {
		padding-bottom: 120px
	}
}
.u-boxUnderline002 {
	margin-bottom: 0;
	padding-bottom: 64px;
	border-bottom: 1px solid #ccc
}
@media (min-width:769px) {
	.u-boxUnderline002 {
		padding-bottom: 80px
	}
}
.u-boxUnderline003 {
	margin-bottom: 0;
	padding-bottom: 80px;
	border-bottom: 1px solid #ccc
}
.c-image001 {
	margin-bottom: 32px
}
.c-image001 img {
	max-width: 100%;
	height: auto
}
.c-image001--center {
	text-align: center
}
@media (min-width:769px) {
	.c-image001 {
		margin-bottom: 48px
	}
}
.c-image002 {
	overflow: auto;
	text-align: center
}
.c-image002 img {
	width: auto;
	max-width: auto
}
.c-image002 figcaption {
	display: block;
	margin-top: 8px;
	color: #35363b;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: left
}
.c-image002__image--max767-sp {
	min-width: 767px;
	overflow: unset
}
@media (min-width:769px) {
	.c-image002__image--max767-sp {
		min-width: 0
	}
}
.c-image003 {
	margin-bottom: 32px
}
.c-image003 img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-image003 {
		margin-bottom: 48px
	}
}
.c-image004 {
	width: 100%
}
.c-image004__in {
	overflow-x: scroll
}
.c-image004__figure {
	width: 100%;
	max-width: 972px;
	margin: auto
}
.c-image004__text {
	font-size: 1.4rem;
	color: #35363b;
	font-weight: 300;
	line-height: 170%;
	text-align: right;
	max-width: 757px;
	margin: 8px auto 0
}
.c-image005 {
	text-align: center
}
.c-image005 img {
	width: 100%;
	max-width: inherit;
	height: auto
}
.c-image005 figcaption {
	display: block;
	margin-top: 8px;
	color: #35363b;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: left
}
.c-image006 {
	text-align: center
}
.c-image006 img {
	max-width: 100%
}
.c-inner001 {
	margin: 0 auto;
	padding: 0 4%
}
@media (min-width:769px) {
	.c-inner001 {
		max-width: 1320px;
		padding: 0 6.2%;
		box-sizing: content-box
	}
}
.c-inner002 {
	margin: 0 auto;
	padding: 0 4%
}
@media (min-width:769px) {
	.c-inner002 {
		max-width: 1080px;
		padding: 0 7.8%;
		box-sizing: content-box
	}
}
.c-inner003 {
	padding: 0 4%;
	margin: auto;
	max-width: calc(800px + 8%)
}
.c-inner004 {
	margin: 0 auto;
	padding: 0 4%
}
@media (min-width:769px) {
	.c-inner004 {
		max-width: 1280px;
		padding: 0 3.1%
	}
}
@media (min-width:1440px) {
	.c-inner004 {
		max-width: 1680px;
		padding: 0 3.1%
	}
}
@media (min-width:1921px) {
	.c-inner004 {
		max-width: 1920px;
		padding: 0 6.2%
	}
}
.c-inner005 {
	margin: 0 auto;
	padding: 0 4%
}
@media (min-width:769px) {
	.c-inner005 {
		max-width: 1680px;
		padding: 0 6.2%;
		box-sizing: content-box
	}
}
.c-keyVisual001 {
	width: 100%;
	position: relative
}
.c-keyVisual001__text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: calc(100% - 40px);
	z-index: 2
}
.c-keyVisual001__title {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	text-align: center
}
@media (min-width:769px) {
	.c-keyVisual001__title {
		font-size: 4.6rem
	}
}
.c-keyVisual001__lead {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: center;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-keyVisual001__lead {
		font-size: 2rem;
		margin-top: 24px
	}
}
.c-keyVisual001__image {
	position: relative
}
.c-keyVisual001__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-keyVisual001__image img {
	width: 100%;
	height: 500px;
	object-fit: cover
}
@media (min-width:769px) {
	.c-keyVisual001__image img {
		height: 640px
	}
}
.c-keyVisual002 {
	position: relative
}
.c-keyVisual002__title {
	position: absolute;
	top: calc((100% - 80px)/ 2);
	left: 36px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 6.4rem;
	color: #fff;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .05em
}
.c-keyVisual002__title>span {
	font-size: 2.4rem
}
@media (min-width:769px) {
	.c-keyVisual002__title {
		font-size: 20rem;
		letter-spacing: .01em
	}
	.c-keyVisual002__title>span {
		font-size: 3.6rem
	}
}
@media (min-width:1170px) {
	.c-keyVisual002__title {
		left: calc(50% - 540px)
	}
}
.c-keyVisual002__image {
	position: relative;
	z-index: -1
}
.c-keyVisual002__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-keyVisual002__image img {
	width: 100%;
	height: 400px;
	object-fit: cover
}
@media (min-width:769px) {
	.c-keyVisual002__image img {
		height: 500px
	}
}
.c-keyVisual003 {
	width: 100%;
	position: relative
}
.c-keyVisual003__text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: calc(100% - 40px);
	z-index: 2
}
.c-keyVisual003__title {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	text-align: center
}
@media (min-width:769px) {
	.c-keyVisual003__title {
		font-size: 4.6rem
	}
}
.c-keyVisual003__lead {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: center;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-keyVisual003__lead {
		font-size: 2rem;
		margin-top: 24px
	}
}
.c-keyVisual003__image {
	position: relative
}
.c-keyVisual003__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-keyVisual003__image img {
	width: 100%;
	height: 280px;
	object-fit: cover
}
@media (min-width:769px) {
	.c-keyVisual003__image img {
		height: 440px
	}
}
.c-keyVisual004 {
	width: 100%;
	position: relative
}
.c-keyVisual004__text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: calc(100% - 40px);
	z-index: 2
}
.c-keyVisual004__title {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	text-align: center
}
@media (min-width:769px) {
	.c-keyVisual004__title {
		font-size: 4.6rem
	}
}
.c-keyVisual004__lead {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: center;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-keyVisual004__lead {
		font-size: 2rem;
		margin-top: 24px
	}
}
.c-keyVisual004__image {
	position: relative;
	width: 100%;
	height: 280px;
	object-fit: cover
}
@media (min-width:769px) {
	.c-keyVisual004__image {
		height: 440px
	}
}
@media (min-width:1300px) {
	.c-keyVisual004__image {
		object-position: 0 -160px
	}
}
@media (min-width:1921px) {
	.c-keyVisual004__image {
		object-position: 0 -210px
	}
}
.c-keyVisual004__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-list001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-list001 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.c-list001>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list001>* {
		width: calc((100% - 40px)/ 2)
	}
}
.c-list002>li:nth-child(n+2) {
	margin-top: 40px
}
.c-list002>li a {
	display: block
}
.c-list003 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px 20px
}
@media (min-width:769px) {
	.c-list003 {
		gap: 48px 41px
	}
}
.c-list003>* {
	width: calc((100% - 20px)/ 2)
}
@media (min-width:769px) {
	.c-list003>* {
		width: calc((100% - 82px)/ 3)
	}
}
.c-list004>:nth-child(n+2) {
	margin-top: 32px
}
.c-list005>:nth-child(n+2) {
	margin-top: 40px
}
@media (min-width:769px) {
	.c-list006 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px 64px
	}
}
.c-list006>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list006>* {
		width: calc((100% - 64px)/ 2)
	}
}
.c-list006>:nth-child(n+2) {
	margin-top: 32px
}
@media (min-width:769px) {
	.c-list006>:nth-child(n+2) {
		margin-top: 0
	}
}
.c-list007 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 32px
}
.c-list008 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 32px
}
@media (min-width:769px) {
	.c-list008 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		row-gap: 40px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}
.c-list008>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list008>* {
		width: calc((100% - 82px)/ 3)
	}
}
@media (min-width:769px) {
	.c-list009 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 36px;
		width: calc(50% - 32px)
	}
}
.c-list009__title {
	font-size: 1.6rem;
	line-height: 1.4
}
@media (max-width:768px) {
	.c-list009__title {
		display: inline-block
	}
}
@media (min-width:769px) {
	.c-list009__title {
		white-space: nowrap
	}
}
.c-list009__title a {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-right: 18px
}
@media (min-width:769px) {
	.c-list009__title a {
		transition: .3s all;
		padding-right: 24px
	}
}
@media (min-width:769px) {
	.c-list009__title a:hover {
		transition: .3s all;
		opacity: .7
	}
}
.c-list009__title a::after {
	position: absolute;
	content: "";
	top: .5rem;
	right: 0;
	width: 6.86px;
	height: 11.66px;
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.c-list009__title--blank a {
	padding-right: 24px
}
@media (min-width:769px) {
	.c-list009__title--blank a {
		padding-right: 28px
	}
}
.c-list009__title--blank a::after {
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	width: 12.75px;
	height: 12.75px
}
.c-list009__title .u-hidden-sp-pc {
	display: block
}
@media (max-width:768px) {
	.c-list009__title .u-hidden-sp-pc {
		display: none
	}
}
@media (min-width:1200px) {
	.c-list009__title .u-hidden-sp-pc {
		display: none
	}
}
.c-list009__item {
	display: none
}
@media (min-width:769px) {
	.c-list009__item {
		display: block
	}
	.c-list009__item:not(:last-of-type) {
		margin-bottom: 12px
	}
	.c-list009__item a {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: start;
		justify-content: start;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 100%
	}
}
@media (min-width:769px) and (min-width:1200px) {
	.c-list009__item a {
		-ms-flex-direction: row;
		flex-direction: row;
		transition: .3s all
	}
}
@media (min-width:769px) and (min-width:1200px) and (min-width:769px) {
	.c-list009__item a:hover {
		transition: .3s all;
		opacity: .7
	}
}
.c-list009__item--blank a {
	position: relative;
	padding-right: 24px
}
.c-list009__item--blank a::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	width: 12.75px;
	height: 12.75px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.c-list009__time {
	display: none
}
@media (min-width:769px) {
	.c-list009__time {
		display: inline-block;
		margin-bottom: 2px;
		margin-right: 16px;
		font-size: 1.2rem;
		line-height: 1.2
	}
}
.c-list009__text {
	display: none
}
@media (min-width:769px) {
	.c-list009__text {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1.7;
		margin-top: -5px;
		max-width: 350px
	}
}
@media (max-width:768px) {
	.c-list009--left {
		width: calc(50% + 7px)
	}
	.c-list009--left .c-list009__title {
		padding-left: 7px
	}
	.c-list009--right {
		width: 50%;
		display: inline-block;
		padding-left: 40px
	}
}
.c-list009-wrap {
	background-color: #f6f6f6;
	padding: 40px 0
}
@media (min-width:769px) {
	.c-list009-wrap {
		padding: 64px 0
	}
}
.c-list009-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:769px) {
	.c-list009-inner {
		-ms-flex-pack: center;
		justify-content: center;
		gap: 64px
	}
}
.c-list009-inner--top-page {
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width:769px) {
	.c-list009-inner--top-page {
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.c-list010 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px
}
@media (min-width:769px) {
	.c-list010 {
		gap: 40px
	}
}
.c-list010>li {
	width: 100%
}
@media (min-width:769px) {
	.c-list010>li {
		width: calc((100% - 80px)/ 3)
	}
}
.c-list010>li a {
	display: block
}
.c-list010__image {
	margin-bottom: 8px
}
@media (min-width:769px) {
	.c-list010__image {
		margin-bottom: 16px
	}
}
.c-list010__image img {
	width: 100%;
	height: auto
}
.c-list010__title {
	position: relative;
	padding-right: 26px;
	color: #35363b;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 120%
}
@media (min-width:769px) {
	.c-list010__title {
		display: inline-block;
		font-size: 1.6rem
	}
}
.c-list010__title::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b;
	content: ""
}
.c-list011 {
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media (min-width:769px) {
	.c-list011 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 36px
	}
}
.c-list011__title {
	font-size: 1.6rem;
	line-height: 1.4
}
@media (min-width:769px) {
	.c-list011__title {
		white-space: nowrap
	}
}
.c-list011__title a {
	display: inline-block;
	position: relative;
	padding-right: 18px
}
@media (min-width:769px) {
	.c-list011__title a {
		padding-right: 24px;
		transition: .3s all
	}
}
@media (min-width:769px) {
	.c-list011__title a:hover {
		transition: .3s all;
		opacity: .7
	}
}
.c-list011__title a::after {
	position: absolute;
	content: "";
	top: .5rem;
	right: 0;
	width: 6.86px;
	height: 11.66px;
	background-image: url(/top-page/assets/img/icon_arrow_right_bk01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.c-list011__title--blank a {
	padding-right: 24px
}
.c-list011__title--blank a::after {
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	width: 12.75px;
	height: 12.75px
}
.c-list011__title .u-hidden-sp-pc {
	display: block
}
@media (max-width:768px) {
	.c-list011__title .u-hidden-sp-pc {
		display: none
	}
}
@media (min-width:1200px) {
	.c-list011__title .u-hidden-sp-pc {
		display: none
	}
}
.c-list011__item {
	display: none
}
@media (min-width:769px) {
	.c-list011__item {
		display: block
	}
	.c-list011__item:not(:last-of-type) {
		margin-bottom: 12px
	}
	.c-list011__item a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
@media (min-width:769px) and (min-width:1200px) {
	.c-list011__item a {
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.c-list011__item--blank a {
	position: relative;
	padding-right: 24px
}
.c-list011__item--blank a::after {
	position: absolute;
	content: "";
	top: .2rem;
	right: 0;
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	width: 12.75px;
	height: 12.75px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.c-list011__time {
	display: none
}
@media (min-width:769px) {
	.c-list011__time {
		display: block;
		margin-right: 16px;
		margin-bottom: 2px;
		font-size: 1.2rem;
		line-height: 1.2
	}
}
.c-list011__text {
	display: none
}
@media (min-width:769px) {
	.c-list011__text {
		display: block;
		font-size: 1.4rem;
		line-height: 1.7;
		margin-top: -5px;
		max-width: 350px
	}
}
.c-list011__list {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: .5rem
}
.c-list011-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 64px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 4px solid #f6f6f6
}
@media (min-width:769px) {
	.c-list011-inner {
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 64px;
		padding-bottom: 64px
	}
}
.c-list012 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px 40px
}
@media (min-width:769px) {
	.c-list012 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: end;
		align-items: flex-end
	}
}
.c-list012>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list012>* {
		width: calc((100% - 80px)/ 3)
	}
}
.c-list012--4column-pc {
	-ms-flex-pack: start;
	justify-content: start
}
@media (min-width:769px) {
	.c-list012--4column-pc>* {
		width: calc((100% - 120px)/ 4)
	}
}
.c-list012--3column-pc {
	-ms-flex-pack: start;
	justify-content: start
}
@media (min-width:769px) {
	.c-list012--3column-pc>* {
		width: calc((100% - 80px)/ 3);
		max-width: none
	}
}
@media (max-width:768px) {
	.c-list012--2column-sp {
		gap: 8px 16px
	}
}
@media (max-width:768px) {
	.c-list012--2column-sp>* {
		width: calc((100% - 16px)/ 2)
	}
}
@media (min-width:769px) {
	.c-list012--justify-start {
		-ms-flex-pack: start;
		justify-content: start
	}
}
.c-list013 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px
}
@media (min-width:769px) {
	.c-list013 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.c-list013>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list013>* {
		width: calc((100% - 40px)/ 2)
	}
}
.c-list014>* {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.c-list014>* {
		margin-bottom: 96px
	}
}
.c-list014>:last-child {
	margin-bottom: 0
}
.c-list015 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px
}
@media (min-width:769px) {
	.c-list015 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.c-list015--flex-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}
.c-list015>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list015>* {
		width: calc((100% - 80px)/ 3)
	}
}
.c-list016 {
	padding: 16px 8px;
	border: 8px solid #f6f6f6;
	margin: auto
}
@media (min-width:769px) {
	.c-list016 {
		padding: 24px
	}
}
@media (min-width:769px) {
	.c-list016--max980-pc {
		max-width: 980px
	}
}
.c-list016>li {
	min-height: 44px;
	margin-bottom: 12px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}
.c-list016>li:last-child {
	margin-bottom: 0
}
@media (min-width:769px) {
	.c-list016>li {
		display: block;
		min-height: auto;
		margin-bottom: 10px
	}
}
.c-list016>li>a {
	display: block;
	padding-left: 22px;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b;
	position: relative
}
.c-list016>li>a::before {
	position: absolute;
	top: 5px;
	left: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 2px solid #35363b;
	border-bottom: 2px solid #35363b
}
.c-list017 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px
}
@media (min-width:769px) {
	.c-list017 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 32px 40px
	}
}
.c-list017>* {
	width: 100%;
	min-height: 76px
}
@media (min-width:769px) {
	.c-list017>* {
		width: calc((100% - 80px)/ 3);
		min-height: auto
	}
}
.c-list018 {
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.c-list018>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list018>* {
		width: calc((100% - 40px)/ 2)
	}
}
.c-list019 {
	counter-reset: item
}
.c-list019>li {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	color: #35363b;
	padding-left: 19px;
	position: relative
}
.c-list019>li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	content: counter(item) "."
}
.c-list019>li:nth-child(n+2) {
	margin-top: 8px
}
.c-list020 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px
}
.c-list020>* {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	color: #35363b;
	padding-left: 14px;
	position: relative
}
@media (min-width:769px) {
	.c-list020>* {
		font-size: 1.6rem
	}
}
.c-list020>::before {
	position: absolute;
	top: 0;
	left: -3px;
	content: '・'
}
.c-list020--fz16>* {
	font-size: 1.6rem
}
.c-list021 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px
}
@media (min-width:769px) {
	.c-list021 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 40px
	}
}
.c-list021>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list021>* {
		width: calc((100% - 40px)/ 2)
	}
}
.c-list022 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px
}
.c-list022>* {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	color: #35363b;
	padding-left: 14px;
	position: relative
}
.c-list022>::before {
	position: absolute;
	top: 0;
	left: -3px;
	content: '・'
}
.c-list023 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	margin-right: 7px
}
@media (min-width:769px) {
	.c-list023 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 7px
	}
}
.c-list023>* {
	position: relative
}
@media (min-width:769px) {
	.c-list023>* {
		width: calc((100% - 14px)/ 3)
	}
}
.c-list023__wrap {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}
.c-list023__text {
	width: 100%;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	padding: 18px 18px 28px
}
@media (min-width:769px) {
	.c-list023__text {
		font-size: 15px;
		padding: 12px 8.3% 12px 9.7%
	}
}
@media (min-width:769px) and (max-width:1261px) {
	.c-list023__br01 {
		display: none
	}
}
.c-list023__image {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: -1
}
.c-list023__image img {
	width: 100%;
	height: 100%
}
.c-list025>* {
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-list025>* {
		margin-bottom: 96px
	}
}
.c-list025>:last-child {
	margin-bottom: 0
}
.c-list028 {
	counter-reset: c-list028
}
.c-list028>* {
	position: relative;
	padding-left: 2em;
	line-height: 1.7
}
.c-list028>:not(:last-child) {
	margin-bottom: 8px
}
.c-list028>::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※" counter(c-list028);
	counter-increment: c-list028
}
.c-dl001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin: 0 auto;
	padding: 16px;
	background: #f6f6f6
}
@media (min-width:769px) {
	.c-dl001 {
		gap: 24px;
		max-width: 952px;
		padding: 48px 78px
	}
}
.c-dl001__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px 24px;
	padding: 16px;
	background: #fff
}
@media (min-width:769px) {
	.c-dl001__item {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		padding: 26px 51px 22px 86px
	}
}
.c-dl001__team {
	color: #041d41;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-dl001__team {
		font-size: 3.6rem
	}
}
.c-dl001__description {
	color: #50617a;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .05em
}
.c-list033>:nth-child(n+2) {
	margin-top: 24px
}
.c-scroll001 {
	width: 100%
}
.c-scroll001__in {
	overflow-x: scroll
}
.c-scroll001.u-position__top .scroll-hint-icon {
	top: 35px
}
.c-scroll001.u-position__top50 .scroll-hint-icon {
	top: 50px
}
.c-scroll001.u-position__top115 .scroll-hint-icon {
	top: 115px
}
.c-scroll001.u-position__top190 .scroll-hint-icon {
	top: 190px
}
.c-scroll001.u-position__top210 .scroll-hint-icon {
	top: 210px
}
.js-scrollable .scroll-hint-icon {
	width: 103px;
	height: 107px;
	padding: 30px 10px 10px 10px;
	left: calc(50% - 53px)
}
.js-scrollable .scroll-hint-icon::before {
	width: 55px;
	height: 65px
}
.js-scrollable .scroll-hint-icon::after {
	width: 45px;
	height: 16px;
	margin-left: -28px;
	background-size: 100%
}
.c-section001 {
	margin-bottom: 80px
}
@media (min-width:769px) {
	.c-section001 {
		margin-bottom: 120px
	}
}
.c-section003 {
	padding-top: 64px
}
@media (min-width:769px) {
	.c-section003 {
		padding-top: 80px
	}
}
.c-section004 {
	margin-top: 80px
}
.c-section005 {
	margin-top: 80px
}
@media (min-width:769px) {
	.c-section005 {
		margin-top: 160px
	}
}
.c-section006 {
	margin-top: 64px
}
@media (min-width:769px) {
	.c-section006 {
		margin-top: 80px
	}
}
.c-section007__title {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: .05em;
	color: #35363b;
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-section007__title {
		font-size: 3.2rem;
		margin-bottom: 80px
	}
}
.c-section008 {
	background-color: #041d41;
	padding: 80px 0
}
.c-section009 {
	background: #35363b
}
.c-section010 {
	padding: 64px 0 94px;
	background: #f6f6f6
}
@media (min-width:769px) {
	.c-section010 {
		padding: 120px 0
	}
}
.c-section011 {
	margin-bottom: 80px
}
@media (min-width:769px) {
	.c-section011 {
		margin-bottom: 160px
	}
}
.c-section012 {
	padding: 40px 0 80px;
	background-color: #f6f6f6
}
@media (min-width:769px) {
	.c-section012 {
		padding: 80px 0 160px
	}
}
.c-section013 {
	margin-bottom: 120px
}
.c-section014 {
	padding: 0 0 80px
}
@media (min-width:769px) {
	.c-section014 {
		padding: 120px 0
	}
}
.c-section015 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 120px;
	margin-bottom: 120px
}
.c-slide001__image {
	position: relative;
	padding-top: 110.7142%;
	margin-right: 4px
}
.c-slide001__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%
}
.c-slider001__slider.slick-slider {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-slider001__item {
		margin: 0 20px
	}
}
@media (min-width:1920px) {
	.c-slider001__item {
		width: 100%;
    max-width: 1770px;
	}
}
.c-slider001__link {
	display: block
}
@media (min-width:769px) {
	.c-slider001__link {
		transition: .3s all;
	}
	.c-slider001__link:hover {
		opacity: .7;
	}
}
/* 20250128addプロモーションエリアバナー用外部リンクアイコン */
.c-slider__link__expand.fill-bk {
	fill: #333;
	/* ダークモード用カラー */
}
.c-slider__link__expand {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	fill: #fff;
}
/* //外部リンクアイコンの設定ここまで */
.c-slider001__img {
	width: 100%;
	height: auto
}
.c-slider001__controller {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}
.c-slider001__dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-order: 2;
	order: 2;
	gap: 16px
}
.c-slider001__dots button {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: 0 0;
	background: #ccc;
	color: transparent;
	cursor: pointer
}
.c-slider001__dots .slick-active button {
	background: #35363b
}
.c-slider001__arrow {
	display: block;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer
}
.c-slider001__prev {
	-ms-flex-order: 1;
	order: 1;
	background-image: url(/top-page/assets/img/icon_slider_prev.svg)
}
.c-slider001__next {
	-ms-flex-order: 3;
	order: 3;
	background-image: url(/top-page/assets/img/icon_slider_next.svg)
}
.c-slider002__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}
.c-slider002__title {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em
}
.c-slider002__controller {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}
.c-slider002__arrow {
	display: block;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer
}
.c-slider002__prev {
	-ms-flex-order: 1;
	order: 1;
	background-image: url(/top-page/assets/img/icon_slider_prev.svg)
}
.c-slider002__next {
	-ms-flex-order: 3;
	order: 3;
	background-image: url(/top-page/assets/img/icon_slider_next.svg)
}
.c-slider002__slider-wrap {
	position: relative;
	width: calc(100% - 36px)
}
@media (min-width:769px) {
	.c-slider002__slider-wrap {
		width: 100%
	}
}
.c-slider002__slider {
	margin-right: -12px;
	margin-left: -12px
}
.c-slider002__slider .slick-list {
	overflow: visible
}
.c-slider002__slider-item {
	margin: 0 12px
}
.c-slider002__slider-item img {
	width: 100%
}
.c-slider002__link {
	display: block
}
.c-slider002__detail {
	margin-top: 16px
}
.c-slider002__detail-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .05em
}
.c-slider002__detail-title img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px
}
.c-slider002__detail-text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4
}
.c-tab001 {
	background-color: #f6f6f6
}
@media (max-width:768px) {
	.c-tab001 {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 24px 11px 27px 11px
	}
	.c-tab001--arrow {
		position: relative
	}
	.c-tab001--arrow::before {
		position: absolute;
		content: "";
		left: 50%;
		bottom: 10px;
		-webkit-transform: translateX(-50%) rotate(180deg);
		transform: translateX(-50%) rotate(180deg);
		height: 7px;
		width: 12px;
		background-image: url(/top-page/assets/img/icon_arrow_bk01.svg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat
	}
}
@media (min-width:1025px) {
	.c-tab001 {
		padding: 16px 4.5%
	}
}
.c-tab001__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px 0;
	margin: 0 auto;
	max-width: 400px
}
@media (min-width:1025px) {
	.c-tab001__list {
		gap: 8px;
		max-width: 100%
	}
}
.c-tab001__list li {
	color: #35363b;
	font-size: 1.6rem
}
@media (min-width:1025px) {
	.c-tab001__list li {
		padding: 8px 24px;
		cursor: pointer;
		cursor: pointer;
		transition: opacity .3s ease
	}
	.c-tab001__list li:hover {
		opacity: .7
	}
}
.c-tab001__list li.is-active {
	color: #acadaf;
	border-bottom: 1px solid #acadaf
}
.c-tab001__list li:nth-child(-n+3) {
	margin-right: 24px
}
.c-tab001__list li:nth-child(n+5):nth-child(-n+6) {
	margin-right: 12px
}
.c-tab001__contents {
	display: none
}
.c-tab001__contents.is-active {
	display: block;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: fade-in;
	animation-name: fade-in
}
.c-tab002, .c-tab003 {
	background-color: #f6f6f6
}
@media (max-width:768px) {
	.c-tab002, .c-tab003 {
		padding: 24px 11px 27px 11px
	}
}
@media (min-width:1025px) {
	.c-tab002, .c-tab003 {
		padding: 16px 4.5%
	}
}
.c-tab002__list, .c-tab003__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	margin: 0 auto;
	max-width: 400px
}
@media (min-width:1025px) {
	.c-tab002__list, .c-tab003__list {
		gap: 8px;
		max-width: 100%
	}
}
.c-tab002__list li, .c-tab003__list li {
	color: #35363b;
	font-size: 1.6rem
}
@media (min-width:1025px) {
	.c-tab002__list li, .c-tab003__list li {
		padding: 8px 24px;
		cursor: pointer;
		cursor: pointer;
		transition: opacity .3s ease
	}
	.c-tab002__list li:hover, .c-tab003__list li:hover {
		opacity: .7
	}
}
.c-tab002__list li.is-active, .c-tab003__list li.is-active {
	color: #acadaf;
	border-bottom: 1px solid #acadaf
}
.c-tab002__contents, .c-tab003__contents {
	display: none
}
.c-tab002__contents.is-active, .c-tab003__contents.is-active {
	display: block;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: fade-in;
	animation-name: fade-in
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	100% {
		display: block;
		opacity: 1
	}
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	100% {
		display: block;
		opacity: 1
	}
}
.c-table-wrap001 {
	overflow: auto
}
.c-table001 {
	margin: 0 auto;
	white-space: nowrap
}
.c-table001__th01 {
	padding: 8px;
	border: 1px solid #ccc;
	background: #35363b;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	vertical-align: middle
}
.c-table001__th02 {
	padding: 8px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	vertical-align: middle
}
.c-table001__td01 {
	padding: 8px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle
}
.c-table002 {
	overflow: auto
}
.c-table002__title {
	margin-bottom: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7
}
.c-table002__title--lh01 {
	line-height: 1.4;
	letter-spacing: .05em
}
.c-table002__table {
	width: 100%
}
.c-table002__table--fixed {
	table-layout: fixed
}
.c-table002__table--fixed th {
	white-space: normal!important
}
.c-table002__table--fixed td {
	white-space: normal!important
}
.c-table002__table--wdth729 {
	width: 729px
}
@media (min-width:769px) {
	.c-table002__table--wdth729 {
		width: 100%
	}
}
.c-table002__table--wdth686 {
	width: 686px
}
@media (min-width:769px) {
	.c-table002__table--wdth686 {
		width: 100%
	}
}
.c-table002 td, .c-table002 th {
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 24px;
	white-space: nowrap
}
@media (min-width:769px) {
	.c-table002 td, .c-table002 th {
		font-size: 1.6rem
	}
}
.c-table002--fz16 td, .c-table002--fz16 th {
	font-size: 1.6rem
}
.c-table002 thead th {
	border: 1px solid #ccc;
	background: #041d41;
	color: #fff;
	font-weight: 600;
	text-align: center
}
.c-table002 tbody th {
	padding: 24px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-weight: 300;
	text-align: center
}
.c-table002 tbody td {
	padding: 24px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: 300
}
.c-table002__th01 {
	width: 300px
}
.c-table002__th02 {
	width: 260px
}
.c-table002__th03 {
	width: 36%;
	white-space: nowrap
}
@media (min-width:769px) {
	.c-table002__th03 {
		width: 39.5%
	}
}
.c-table002__th04 {
	width: 29%
}
@media (min-width:769px) {
	.c-table002__th04 {
		width: 21%
	}
}
.c-table002__th05 {
	width: 35%
}
@media (min-width:769px) {
	.c-table002__th05 {
		width: 39.5%
	}
}
.c-table002__th-center {
	vertical-align: middle
}
@media (max-width:768px) {
	.c-table002__th-center {
		padding: 0 24px!important
	}
}
@media (min-width:769px) {
	.c-table002__th-center {
		padding: 36px 24px
	}
}
.c-table002__td-center {
	vertical-align: middle;
	text-align: center
}
@media (max-width:768px) {
	.c-table002__td-center {
		padding: 16px!important
	}
}
@media (min-width:769px) {
	.c-table002__td-center {
		padding: 24px
	}
}
.c-table002__th10 {
	width: 39%
}
.c-table002__th11 {
	width: 30.5%
}
.c-table002__th12 {
	width: 210px
}
.c-table002__th13 {
	width: 241px;
	padding: 16px!important
}
@media (min-width:769px) {
	.c-table002__th13 {
		width: 360px;
		padding: 24px!important
	}
}
.c-table002__th14 {
	width: 445px;
	padding: 14px!important
}
@media (min-width:769px) {
	.c-table002__th14 {
		width: 720px;
		padding: 24px!important
	}
}
.c-table002__th15 {
	width: 217px;
	padding: 16px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th15 {
		width: 360px;
		padding: 24px!important
	}
}
.c-table002__th16 {
	width: 126px;
	text-align: center;
	padding: 16px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th16 {
		width: 180px;
		text-align: center;
		padding: 24px!important
	}
}
.c-table002__th17 {
	padding: 16px 12px!important
}
@media (min-width:769px) {
	.c-table002__th17 {
		padding: 16px 24px!important
	}
}
.c-table002__th18 {
	width: 36.75%;
	padding: 16.5px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th18 {
		width: 395px;
		padding: 24px!important
	}
}
.c-table002__th19 {
	width: 52.3%;
	padding: 16.5px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th19 {
		width: 565px;
		padding: 24px!important
	}
}
.c-table002__th20 {
	padding: 16.5px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th20 {
		padding: 24px!important
	}
}
.c-table002__th21 {
	padding: 16.5px 24px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th21 {
		width: 120px;
		padding: 24px!important
	}
}
.c-table002__th22 {
	padding: 16.5px 24px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th22 {
		width: 275px;
		padding: 24px!important
	}
}
.c-table002__th23 {
	width: 36.75%;
	padding: 16.5px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th23 {
		width: 395px;
		padding: 24px!important
	}
}
.c-table002__th24 {
	width: 36.75%;
	padding: 16.5px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th24 {
		width: 685px;
		padding: 24px!important
	}
}
.c-table002__th25 {
	width: 208px;
	padding: 16.5px!important;
	line-height: 1.4!important
}
@media (min-width:769px) {
	.c-table002__th25 {
		width: 275px;
		padding: 24px!important
	}
}
@media (max-width:768px) {
	.c-table002__th26 {
		padding: 16px 8px!important
	}
}
.c-table002__th27 {
	padding: 16.5px 24px!important
}
@media (min-width:769px) {
	.c-table002__th27 {
		padding: 24px!important
	}
}
.c-table002__td01 {
	padding: 12px 12px!important;
	text-align: center
}
@media (min-width:769px) {
	.c-table002__td01 {
		padding: 24px!important;
		text-align: right
	}
}
.c-table002__td02 {
	padding: 17px!important
}
@media (min-width:769px) {
	.c-table002__td02 {
		padding: 24px!important
	}
}
.c-table002__td03 {
	padding: 16.5px 24px!important
}
@media (min-width:769px) {
	.c-table002__td03 {
		padding: 24px!important
	}
}
.c-table003 {
	overflow: auto
}
.c-table003__title {
	margin-bottom: 16px;
	font-size: 1.6rem;
	color: #35363b;
	font-weight: 300;
	line-height: 1.7;
	text-align: center
}
.c-table003__table {
	width: 100%
}
.c-table003__table--01 {
	min-width: 626px
}
@media (min-width:769px) {
	.c-table003__table--01 {
		min-width: 1080px
	}
}
.c-table003 td, .c-table003 th {
	font-size: 1.4rem;
	color: #35363b;
	line-height: 1.7
}
@media (min-width:769px) {
	.c-table003 td, .c-table003 th {
		font-size: 1.6rem
	}
}
.c-table003 thead th {
	border: 1px solid #ccc;
	background: #041d41;
	color: #fff;
	font-weight: 600;
	text-align: center
}
.c-table003 tbody th {
	padding: 22px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-weight: 300;
	text-align: center;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003 tbody th {
		padding: 24px
	}
}
.c-table003 tbody td {
	padding: 22px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: 300
}
@media (min-width:769px) {
	.c-table003 tbody td {
		padding: 24px
	}
}
.c-table003__th01, .c-table003__th02 {
	font-weight: 600;
	padding: 12px
}
.c-table003__th01 {
	width: 140px;
	padding: 12px 24px!important;
	font-size: 1.4rem!important;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003__th01 {
		width: 300px;
		padding: 24px 12px!important
	}
}
.c-table003__th02 {
	width: 500px;
	padding: 12px 24px!important;
	font-size: 1.4rem!important;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003__th02 {
		width: 840px;
		padding: 24px
	}
}
.c-table003__th06 {
	width: 204px;
	padding: 16px 24px
}
@media (min-width:769px) {
	.c-table003__th06 {
		width: 300px;
		font-size: 1.4rem!important;
		padding: 21.5px
	}
}
.c-table003__th07 {
	width: calc(100% - 300px);
	padding: 16px 24px;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003__th07 {
		padding: 21.5px;
		font-size: 1.4rem!important
	}
}
.c-table004 {
	overflow: auto
}
.c-table004__title {
	margin-bottom: 16px;
	font-size: 1.6rem;
	color: #35363b;
	font-weight: 300;
	line-height: 1.7;
	text-align: center
}
.c-table004__table {
	width: 100%;
	table-layout: fixed
}
.c-table004__table.u-table-border001 {
	overflow-y: clip;
	border-bottom: 1px solid #ccc
}
.c-table004__table--auto {
	table-layout: auto
}
.c-table004 td, .c-table004 th {
	font-size: 1.4rem;
	color: #35363b;
	line-height: 1.7
}
.c-table004 td.c-table004__fullbond, .c-table004 th.c-table004__fullbond {
	background: #fff;
	border: none
}
.c-table004 td.c-table004__fullbond.u-arrow001, .c-table004 th.c-table004__fullbond.u-arrow001 {
	position: relative
}
.c-table004 td.c-table004__fullbond.u-arrow001::before, .c-table004 th.c-table004__fullbond.u-arrow001::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #35363b;
	content: ''
}
.c-table004 thead th {
	padding: 16px;
	border: 1px solid #ccc;
	background: #041d41;
	color: #fff;
	font-weight: 600;
	text-align: center;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table004 thead th {
		padding: 24px
	}
}
.c-table004 tbody th {
	padding: 22px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-weight: 300;
	text-align: center;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table004 tbody th {
		padding: 24px
	}
}
.c-table004 tbody td {
	padding: 22px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: 300
}
@media (min-width:769px) {
	.c-table004 tbody td {
		padding: 24px
	}
}
.c-table004__th01 {
	width: 108px
}
@media (min-width:769px) {
	.c-table004__th01 {
		width: 140px
	}
}
.c-table004__th02 {
	width: 220px
}
@media (min-width:769px) {
	.c-table004__th02 {
		width: 226px
	}
}
.c-table004__th03 {
	width: 32px
}
.c-table004__th04 {
	width: 133px
}
.c-table004__th05 {
	width: 232px
}
.c-table004__th08 {
	width: 582px
}
.c-table004__th09 {
	width: 128px
}
@media (min-width:769px) {
	.c-table004__th09 {
		width: 240px
	}
}
.c-table004__th10 {
	width: 160px
}
.c-table004__th11 {
	width: 234px
}
.c-table004__th12 {
	width: 76px
}
.c-table004__th13 {
	width: 160px
}
@media (min-width:769px) {
	.c-table004__th13 {
		width: 240px
	}
}
.c-table004__th22 {
	width: 395px
}
.c-table004__th23 {
	width: 120px
}
.c-table004__th24 {
	width: 565px
}
.c-table004__th25 {
	width: 274px
}
.c-table004__th26 {
	width: 685px
}
.c-table004__tr01 {
	display: table;
	width: 100%;
	width: 1080px;
	margin-bottom: -1px
}
.c-table004__td01 {
	width: 133px
}
.c-table004__td02 {
	width: 232px
}
.c-table004__td03 {
	width: 582px
}
.c-table004__pd01 {
	padding: 8px!important
}
@media (min-width:769px) {
	.c-table004__pd01 {
		padding: 16px!important
	}
}
.c-table004__pd02 {
	padding: 6px!important
}
.c-table005 {
	overflow: auto
}
.c-table005__table {
	width: 100%;
	table-layout: fixed
}
.c-table005 td, .c-table005 th {
	font-size: 1.4rem;
	color: #35363b;
	line-height: 170%
}
.c-table005 tbody th {
	padding: 24px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-weight: 300;
	text-align: center;
	vertical-align: middle
}
.c-table005 tbody td {
	padding: 24px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: 300
}
.c-table005__th01 {
	width: calc(100% - 100px)
}
.c-table005__td01 {
	width: 100px
}
.c-table006 {
	overflow: auto
}
.c-table006__title {
	margin-bottom: 16px;
	font-size: 1.6rem;
	color: #35363b;
	font-weight: 300;
	line-height: 1.7;
	text-align: center
}
.c-table006__table {
	width: 100%
}
.c-table006 td, .c-table006 th {
	font-size: 1.4rem;
	color: #35363b;
	line-height: 1.7;
	border: 1px solid #ccc;
	padding: 16px;
	font-weight: 300
}
@media (min-width:769px) {
	.c-table006 td, .c-table006 th {
		font-size: 1.6rem;
		padding: 24px
	}
}
.c-table006 thead th {
	font-size: 1.6rem;
	background: #041d41;
	color: #fff;
	font-weight: 600;
	text-align: center
}
.c-table006 thead td.u-td01 {
	height: 75px;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	border: none
}
.c-table006 tbody th {
	background: #f6f6f6;
	text-align: center;
	vertical-align: middle
}
.c-table006 tbody td {
	background: #fff
}
.c-table006__th01 {
	width: 176px
}
@media (min-width:769px) {
	.c-table006__th01 {
		width: 300px
	}
}
.c-table006__th02 {
	width: 156px
}
.c-text001 {
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7
}
.c-text001:not(:last-child) {
	margin-bottom: 16px
}
.c-text002 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center
}
.c-text003 {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7
}
.c-text004 {
	font-weight: 300;
	line-height: 140%;
	color: #35363b;
	text-align: center;
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-text004 {
		font-size: 2rem
	}
}
.c-text005 {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	color: #35363b;
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-text005 {
		text-align: center;
		margin-bottom: 16px
	}
}
.c-text005:last-child {
	margin-bottom: 0
}
.c-text006 {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	color: #fff
}
@media (min-width:769px) {
	.c-text006 {
		text-align: center
	}
}
.c-text006--black {
	color: #35363b
}
.c-text007 {
	font-size: 1.4rem;
	line-height: 1.7
}
@media (min-width:769px) {
	.c-text007 {
		font-size: 1.6rem
	}
}
.c-text007--center {
	text-align: center
}
.c-text007--white {
	color: #fff
}
.c-text008 {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	color: #35363b;
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-text008 {
		margin-bottom: 16px
	}
}
.c-text008:last-child {
	margin-bottom: 0
}
.c-text009 {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	color: #35363b
}
.c-text009 * {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	color: #35363b
}
.c-text-link001 {
	text-decoration: underline
}
.c-text-link001--pdf::after {
	margin-left: 8px;
	content: url(/top-page/assets/img/icon_pdf21.svg)
}
.c-notes001 {
	padding-left: calc(1em + 4px);
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
	text-indent: calc(-1em - 4px)
}
.c-notes001::before {
	margin-right: 4px;
	content: "\203B"
}
.c-notes002 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	padding-left: calc(1em + 4px);
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
	text-indent: calc(-1em - 4px)
}
.c-notes002__item::before {
	margin-right: 4px;
	content: "\30FB"
}
.c-annotation001 {
	font-weight: 300;
	font-size: 1.4rem;
	color: #35363b;
	line-height: 1.7;
	letter-spacing: .05em;
	margin-bottom: 32px
}
@media (min-width:769px) {
	.c-annotation001 {
		margin-bottom: 48px
	}
}
.c-annotation002 {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #35363b;
	padding-left: 17px;
	position: relative
}
.c-annotation002::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※'
}
.c-notelist001 {
	counter-reset: number 0;
	padding-left: 1em;
	color: #35363b;
	font-size: 1.4rem;
	line-height: 1.7
}
.c-notelist001__item {
	padding-left: 1em;
	text-indent: -1em
}
.c-notelist001__item::before {
	display: inline-block;
	counter-increment: number 1;
	content: "※" counter(number);
	padding-right: 4px
}
.c-notelist001__item:not(:last-of-type) {
	margin-bottom: 8px
}
.c-link001::after {
	display: inline-block;
	margin-left: 8px;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom
}
.c-link001::after {
	content: url(/top-page/assets/img/icon_blank01.svg)
}
.c-supre001 {
	vertical-align: super;
	font-size: 1rem
}
.c-title001 {
	position: relative;
	margin-bottom: 80px;
	padding: 80px 0 82px;
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em
}
.c-title001::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 1px;
	background: #ccc;
	content: ""
}
@media (min-width:769px) {
	.c-title001 {
		padding: 77px 0
	}
	.c-title001::after {
		width: 100px
	}
}
.c-title002 {
	margin-bottom: 40px;
	color: #35363b;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title002 {
		margin-bottom: 64px;
		font-size: 3.2rem;
		text-align: center
	}
}
.c-title003 {
	margin-bottom: 16px;
	color: #c00;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: center
}
.c-title004 {
	margin-bottom: 40px;
	color: #35363b;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: left
}
@media (min-width:769px) {
	.c-title004 {
		margin-bottom: 64px;
		font-size: 3.2rem
	}
}
.c-title005 {
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7;
	text-align: center
}
@media (min-width:769px) {
	.c-title005 {
		margin-bottom: 24px;
		line-height: 1.4
	}
}
.c-title006 {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 64px;
	color: #35363b
}
@media (min-width:769px) {
	.c-title006 {
		margin-bottom: 80px;
		font-size: 3.2rem
	}
}
.c-title006>span {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	text-align: center;
	padding-bottom: 8px;
	display: block
}
@media (min-width:769px) {
	.c-title006>span {
		font-size: 2rem
	}
}
@media (max-width:768px) {
	.c-title006--adjust-sp {
		letter-spacing: 0
	}
}
.c-title007 {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: .05em;
	color: #35363b;
	margin-bottom: 40px
}
@media (min-width:769px) {
	.c-title007 {
		font-size: 3.2rem;
		margin-bottom: 64px
	}
}
.c-title008 {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 120%;
	letter-spacing: .05em;
	color: #35363b;
	margin-bottom: 40px
}
@media (min-width:769px) {
	.c-title008 {
		margin-bottom: 24px
	}
}
.c-title009 {
	margin-bottom: 48px;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #35363b
}
.c-title009--center {
	text-align: center
}
.c-title010 {
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #35363b
}
@media (min-width:769px) {
	.c-title010 {
		margin-bottom: 40px;
		font-size: 3.2rem
	}
}
.c-title010--center {
	text-align: center
}
.c-title011 {
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #35363b
}
.c-title012 {
	margin: 0 0 64px;
	text-align: center;
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 120%;
	letter-spacing: .05em;
	color: #fff
}
@media (min-width:769px) {
	.c-title012 {
		font-size: 3.2rem
	}
}
.c-title012--black {
	color: #35363b
}
.c-title013 {
	margin: 64px 0 24px;
	text-align: center;
	font-weight: 300;
	font-size: 2rem;
	line-height: 140%;
	letter-spacing: .05em;
	color: #fff
}
@media (min-width:769px) {
	.c-title013 {
		margin: 80px 0 24px;
		font-size: 2.4rem
	}
}
.c-title014 {
	color: #fff;
	font-weight: 300;
	font-size: 4rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: .05em
}
.c-title015 {
	text-align: center;
	margin-bottom: 64px
}
.c-title015 img {
	width: 100%;
	max-width: 400px
}
.c-title016 {
	position: relative;
	margin-bottom: 80px;
	padding: 60px 0;
	font-size: 3.2rem;
	color: #35363b;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title016 {
		padding: 80px 0;
		font-size: 4.6rem
	}
}
.c-title016::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 1px;
	background: #ccc;
	content: ""
}
.c-title016--center::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.c-title017 {
	font-size: 1.6rem;
	color: #35363b;
	font-weight: 600;
	line-height: 170%;
	padding-left: 40px;
	margin-bottom: 24px;
	position: relative
}
.c-title017::before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 24px;
	height: 1px;
	background-color: #ccc;
	content: '';
	display: block
}
@media (min-width:769px) {
	.c-title017 {
		padding-left: 64px
	}
	.c-title017::before {
		width: 40px
	}
}
.c-title018 {
	font-size: 2rem;
	color: #35363b;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-title018 {
		font-size: 3.2rem
	}
}
.c-title019 {
	font-size: 3.2rem;
	color: #35363b;
	font-weight: 300;
	line-height: 120%;
	padding: 60px 0
}
@media (min-width:769px) {
	.c-title019 {
		padding: 80px 0;
		font-size: 4.6rem
	}
}
.c-title020 {
	margin: 0 0 40px;
	color: #35363b;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title020 {
		margin: 0 0 40px;
		font-size: 2.4rem;
		line-height: 1.2
	}
}
.c-title021 {
	margin: 0 0 24px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7;
	color: #35363b
}
@media (min-width:769px) {
	.c-title021 {
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: .05em
	}
}
.c-title022 {
	margin: 0 0 64px;
	font-size: 2.4rem;
	color: #35363b;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title022 {
		margin: 0 0 80px;
		font-size: 3.2rem
	}
}
@media (min-width:769px) {
	.c-title022--center-pc {
		text-align: center
	}
}
.c-title023 {
	margin: 0 0 24px;
	font-size: 2rem;
	color: #35363b;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .05em
}
.c-title024 {
	font-size: 1.6rem;
	color: #35363b;
	font-weight: 300;
	line-height: 170%;
	text-align: center;
	margin-bottom: 16px
}
.c-title025 {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	color: #35363b;
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-title025 {
		font-size: 3.2rem
	}
}
.c-title026 {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 170%;
	text-align: center;
	color: #35363b;
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-title026 {
		font-size: 2rem;
		letter-spacing: .05em;
		margin-bottom: 32px
	}
}
.c-title027 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	color: #35363b;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title027 {
		font-size: 2.4rem
	}
}
.c-title039 {
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title039 {
		margin-bottom: 24px
	}
}
.c-anchor-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 34px
}
@media (min-width:1025px) {
	.c-anchor-list {
		gap: 0 64px
	}
}
.c-anchor-list__item {
	width: auto;
	width: calc((100% - 74px)/ 2);
	text-align: center
}
@media (min-width:1025px) {
	.c-anchor-list__item {
		width: auto
	}
}
.c-anchor-list__link {
	position: relative;
	color: #fff
}
.c-anchor-list__link:after {
	display: inline-block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	content: "";
	-webkit-transform: rotate(135deg)
}
.c-title01 {
	color: #000;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title01 {
		font-size: 3.2rem
	}
}
.c-title01--center {
	text-align: center
}
.c-title01--sp-center {
	text-align: center
}
.c-title01--white {
	color: #fff
}
.c-title02 {
	color: #000;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-title02 {
		font-size: 2rem
	}
}
.c-title02--center {
	text-align: center
}
.c-title02--white {
	color: #fff
}
.c-title03 {
	font-size: 2.4rem;
	font-weight: 600
}
.c-title03--center {
	text-align: center
}
.c-title03--white {
	color: #fff
}
.c-text01 {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.7
}
.c-text01--center {
	text-align: center
}
.c-text01--white {
	color: #fff
}
.c-button01, .c-button02 {
	display: block;
	position: relative;
	width: 300px;
	height: 50px;
	padding: 14px 20px;
	border: solid 1px #000;
	box-sizing: border-box;
	font-weight: 600;
	cursor: pointer;
	transition: .2s cubic-bezier(.45, 0, .55, 1)
}
.c-button01::after, .c-button02::after {
	display: inline-block;
	position: absolute;
	top: calc(50% - 3px);
	right: 27px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	margin-left: 19px;
	border-top: 1.5px solid #000;
	border-right: 1.5px solid #000;
	content: ""
}
.c-button01:hover, .c-button02:hover {
	opacity: 1;
	background: #000;
	color: #fff
}
.c-button01:hover::after, .c-button02:hover::after {
	display: inline-block;
	position: absolute;
	top: calc(50% - 3px);
	right: 27px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	margin-left: 19px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	content: ""
}
.c-button01--white, .c-button02--white {
	border-color: #fff;
	color: #fff
}
.c-button01--white::after, .c-button02--white::after {
	border-color: #fff
}
.c-button01--white:hover, .c-button02--white:hover {
	background: #fff;
	color: #000
}
.c-button01--white:hover::after, .c-button02--white:hover::after {
	border-color: #000
}
.c-button01--transparent, .c-button02--transparent {
	border-color: #fff;
	background: 0 0;
	color: #fff
}
.c-button01--transparent::after, .c-button02--transparent::after {
	border-color: #fff
}
.c-button01--transparent:hover, .c-button02--transparent:hover {
	background: #fff;
	color: #000
}
.c-button01--transparent:hover::after, .c-button02--transparent:hover::after {
	border-color: #000
}
@media (min-width:769px) {
	.c-button01, .c-button02 {
		height: 70px;
		padding: 23px 42px 23px 28px
	}
}
.c-button02 {
	width: auto
}
@media (min-width:769px) {
	.c-button02 {
		width: 300px
	}
}
.c-button--large {
	width: 300px
}
@media (min-width:769px) {
	.c-button--large {
		width: auto;
		max-width: 533px
	}
}
.c-button--center {
	text-align: center
}
.c-button--white {
	background: #fff;
	color: #000
}
.c-card-images01 {
	overflow: hidden;
	aspect-ratio: 41/23
}
.c-card-images02 {
	overflow: hidden;
	aspect-ratio: 53/30
}
.c-card-images03 {
	overflow: hidden;
	aspect-ratio: 39/22
}
.c-card-images04 {
	width: 50%;
	aspect-ratio: 39/22
}
@media (min-width:769px) {
	.c-card-images04 {
		width: calc(47% + 5.54px);
		overflow: hidden;
		aspect-ratio: 39/22
	}
}
.c-card-image-item {
	width: 100%;
	height: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	object-fit: cover
}
.c-card-image-item:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.c-times {
	display: inline-block;
	margin-right: 16px;
	font-size: 1.4rem
}
.c-times--white {
	color: #fff
}
.c-category {
	display: inline-block
}
.c-category-item {
	padding: 4px 10px;
	background: #35363b;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600
}
.c-card-title01 {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-card-title01 {
		font-size: 2.4rem
	}
}
.c-card-title01:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 19px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 4px;
	content: ""
}
.c-card-title01--white {
	color: #fff
}
.c-card-title01--white:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}
.c-link {
	color: #000
}
.c-link--arrow-right01 {
	display: block;
	position: relative
}
.c-link--arrow-right01:after {
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 19px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 4px;
	content: ""
}
@media (min-width:769px) {
	.c-link--arrow-right01:after {
		top: 24px
	}
}
.c-link--arrow-right02 {
	display: block
}
.c-link--arrow-right02:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 19px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 4px;
	content: ""
}
.c-link-list01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px 0
}
.c-link-list01__item {
	width: 50%
}
.c-link-list02 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 48px 12px
}
@media (min-width:769px) {
	.c-link-list02 {
		gap: 40px 40px
	}
}
.c-link-list02__item {
	width: calc(50% - 6px)
}
@media (min-width:769px) {
	.c-link-list02__item {
		width: calc((100% - (40px * 4))/ 5)
	}
}
.c-text-link01 {
	position: relative;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em
}
.c-text-link01:after {
	display: inline-block;
	width: 6px;
	height: 8px;
	margin-top: 4px;
	margin-left: 13px;
	background-image: url(/top-page/assets/img/icon_arrow_right_rd01.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	content: ""
}
.c-card-title02 {
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em
}
@media (min-width:769px) {
	.c-card-title02 {
		font-size: 2rem
	}
}
.c-card-title02:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 19px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 4px;
	content: ""
}
.c-card-title03 {
	font-size: 2rem;
	font-weight: 600
}
.c-card-title03:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 19px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 4px;
	content: ""
}
.c-card-title04 {
	font-size: 1.4rem;
	font-weight: 600
}
@media (min-width:769px) {
	.c-card-title04 {
		font-size: 1.6rem
	}
}
.c-card-title04:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 19px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 0;
	content: ""
}
@media (min-width:769px) {
	.c-card-title04:after {
		vertical-align: 4px
	}
}
.c-card-title05 {
	font-size: 1.4rem;
	font-weight: 600
}
@media (min-width:769px) {
	.c-card-title05 {
		font-size: 2rem
	}
}
.c-card-title06 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #000
}
@media (min-width:769px) {
	.c-card-title06 {
		font-size: 2rem
	}
}
.c-card-title06:after {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 19px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 0;
	content: ""
}
@media (min-width:769px) {
	.c-card-title06:after {
		vertical-align: 4px
	}
}
.c-figure-image01 {
	aspect-ratio: 41/23
}
.c-figure-image01__item {
	width: 100%;
	margin-bottom: 8px
}
.c-figure-image01__caption {
	font-size: 1.2rem;
	line-height: 1.2
}
@media (min-width:769px) {
	.c-figure-image01__caption {
		font-size: 1.4rem
	}
}
.c-figure-image02 {
	aspect-ratio: 39/22
}
.c-figure-image02__item {
	width: 100%;
	margin-bottom: 8px
}
.c-figure-image02__caption {
	font-size: 1.4rem
}
.c-figure-image03 {
	aspect-ratio: 155/87
}
.c-figure-image03__item {
	width: 100%;
	margin-bottom: 8px
}
.c-figure-image03__caption {
	font-size: 1.4rem
}
.c-figure-image04 {
	aspect-ratio: 134/75
}
.c-figure-image04__item {
	width: 100%;
	margin-bottom: 8px
}
.c-figure-image04__caption {
	font-size: 1.4rem
}
.c-figure-image05 {
	aspect-ratio: 56/31
}
.c-figure-image05__item {
	width: 100%;
	margin-bottom: 8px
}
.c-figure-image05__caption {
	font-size: 1.4rem
}
.u-icon--pdf {
	display: inline-block;
	width: 12px;
	height: 14px;
	margin-left: 13px;
	background-image: url(/top-page/assets/img/icon_pdf21.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	content: ""
}
@media (min-width:769px) {
	.u-border-bottom--short:after {
		display: block;
		width: 80px;
		height: 1px;
		margin-top: 40px;
		border-bottom: 1px solid #acadaf;
		content: ""
	}
}
.c-card-text01 {
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-card-text01 {
		font-size: 1.6rem
	}
}
.c-item-box01--border {
	border: 1px solid #acadaf;
	box-sizing: border-box
}

@media (max-width:1200px) {
	.u-hidden-sp11 {
		display: none!important
	}
}
@media (min-width:1201px) {
	.u-hidden-pc11 {
		display: none!important
	}
}
@media (min-width:769px) {
	.c-breadcrumbs11-list__items {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: start;
		-ms-flex-align: center;
		align-items: center
	}
	.c-breadcrumbs11-list__item {
		position: relative;
		margin-right: 46px;
		font-size: 1.4rem;
		color: #000
	}
	.c-breadcrumbs11-list__item a {
		position: relative;
		color: #000
	}
	.c-breadcrumbs11-list__item a::after {
		display: block;
		position: absolute;
		content: "";
		left: 0;
		bottom: -2px;
		background-color: #000;
		width: 100%;
		height: 1px;
		transition: all .4s;
		opacity: 0
	}
	.c-breadcrumbs11-list__item a:hover::after {
		opacity: 1
	}
	.c-breadcrumbs11-list__item:not(:last-child)::after {
		position: absolute;
		top: calc(50% - 5px);
		right: -24px;
		display: inline-block;
		content: "";
		width: 6px;
		height: 6px;
		border-top: 1.5px solid #acadaf;
		border-right: 1.5px solid #acadaf;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
.c-title11 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 120%
}
@media (min-width:769px) {
	.c-title11 {
		font-size: 4.6rem;
		line-height: 100%
	}
}
.c-article-list:last-of-type .c-article-list__items {
	padding-bottom: 40px
}
@media (min-width:1200px) {
	.c-article-list:last-of-type .c-article-list__items {
		padding-bottom: 80px
	}
}
.c-article-list__items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px
}
@media (min-width:1025px) and (max-width:1200px) {
	.c-article-list__items {
		gap: 40px;
		padding-bottom: 40px
	}
}
@media (min-width:1200px) {
	.c-article-list__items {
		gap: 40px;
		padding-bottom: 40px
	}
}
@media (min-width:1200px) {
	.c-article-list__items {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px 80px;
		padding-bottom: 40px
	}
}
.c-article-list__item {
	width: 100%
}
@media (min-width:1200px) {
	.c-article-list__item {
		width: calc(50% - 40px)
	}
}
@media (min-width:769px) {
	.c-article-list__item:hover .c-article-list__image-wrap {
		overflow: hidden
	}
	.c-article-list__item:hover .c-article-list__image-wrap img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
		transition: transform .8s ease, -webkit-transform .8s ease
	}
	.c-article-list__image-wrap {
		overflow: hidden
	}
}
.c-article-list__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 12px
}
@media (min-width:769px) {
	.c-article-list__link {
		gap: 24px
	}
}
.c-article-list__thumbnail {
	width: 80px;
	height: 45px;
	aspect-ratio: 16/9
}
.c-article-list__thumbnail img {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease
}
@media (min-width:769px) and (max-width:1200px) {
	.c-article-list__thumbnail {
		width: 195px;
		height: 110px
	}
}
@media (min-width:1200px) {
	.c-article-list__thumbnail {
		width: 195px;
		height: 110px
	}
}
@media (min-width:1025px) and (max-width:1200px) {
	.c-article-list__content {
		width: calc(81.5% - 24px)
	}
}
@media (min-width:1440px) {
	.c-article-list__content {
		max-width: 520px
	}
}
.c-article-list__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
	color: #35363b;
	-webkit-font-feature-settings: 'palt' on;
	-moz-font-feature-settings: 'palt' on;
	font-feature-settings: 'palt' on
}
.c-article-list__date {
	margin-right: 16px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 120%
}
.c-article-list__categories {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px
}
.c-article-list__category {
	padding: 4px 10px;
	background-color: #35363b;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 120%;
	color: #fff
}
.c-article-list__description {
	font-size: 16px;
	line-height: 140%;
	color: #000;
	-webkit-font-feature-settings: 'palt' on;
	-moz-font-feature-settings: 'palt' on;
	font-feature-settings: 'palt' on
}
.c-article-list__pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	color: #000
}
.c-article-list__pagination a {
	padding: 8px 16px;
	color: #000
}
.c-article-list__pagination a.c-article-list__page-current {
	color: #acadaf
}
.c-article-list__page-next, .c-article-list__page-prev {
	position: relative
}
.c-article-list__page-next img, .c-article-list__page-prev img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.c-search11 {
	position: relative;
	width: 100%;
	border: 1px solid #acadaf
}
.c-search11__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.c-search11__input {
	width: 100%;
	min-height: 50px;
	padding-left: 10px;
	border: 0;
	background-color: transparent
}
.c-search11__input::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #35363b
}
.c-search11__input::-moz-placeholder {
	font-size: 1.4rem;
	color: #35363b
}
.c-search11__input:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #35363b
}
.c-search11__input::placeholder {
	font-size: 1.4rem;
	color: #35363b
}
@media (min-width:1440px) {
	.c-search11__input {
		min-height: 48px
	}
}
.c-search11__submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	min-height: 48px;
	border: 0;
	background-color: transparent;
	vertical-align: middle
}
.c-search11__submit img {
	width: 16px
}
.c-search12 {
	position: relative;
	text-align: left;
	width: 100%;
	min-height: 50px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #fff;
	color: #35363b
}
.c-search12 img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px
}
.c-modal01 {
	display: none;
	position: fixed;
	z-index: 1;
	top: 66px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 16px;
	overflow: auto
}
@media (min-width:1025px) {
	.c-modal01 {
		top: 120px
	}
}
.c-modal01__content {
	position: relative;
	padding: 12px;
	background-color: #fff
}
.c-modal01__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 14px;
	height: 14px
}
.c-modal01__title {
	text-align: center;
	margin-bottom: 12px;
	padding: 2px 20px 0
}
.c-modal01.js-modal-show {
	display: block
}
.c-modal01.js-modal-show::before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: -1
}
.js-modal-open {
	overflow: hidden
}
.c-search13__form {
	padding: 24px 0
}
.c-search13__title {
	margin-bottom: 8px
}
.c-search13__box {
	margin-bottom: 24px
}
.c-search13__select {
	position: relative
}
.c-search13__select::before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	width: 8px;
	height: 4px;
	background-image: url(/top-page/assets/img/icon_arrow_down_bk01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: initial
}
.c-search13__select:not(:last-of-type) {
	margin-bottom: 8px
}
.c-search13__select select {
	appearance: none;
	width: 100%;
	min-height: 50px;
	padding: 10px 17px;
	border: 1px solid #acadaf;
	background: #fff;
	text-overflow: ellipsis;
	font-size: 1.4rem;
	color: #000;
	cursor: pointer
}
.c-search13__button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 8px
}
.c-search13__reset {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(50% - 8px);
	min-height: 50px;
	padding: 16px 10px;
	border: 1px solid #000;
	background-color: #fff
}
.c-search13__reset span {
	width: 100px;
	text-align: center;
	font-size: 1.4rem
}
.c-search13__submit {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(50% - 8px);
	min-height: 50px;
	padding: 16px 10px;
	border: 1px solid #000;
	background-color: #000
}
.c-search13__submit span {
	width: 100px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff
}
.l-key-visual001 {
	position: relative;
	height: auto
}
@media (min-width:769px) {
	.l-key-visual001 {
		height: 800px
	}
}
.l-key-visual001__video-wrap {
	width: 100%;
	margin: 0 auto!important
}
@media (max-width:768px) {
	.l-key-visual001__video-wrap--sp {
		height: auto;
		position: relative;
		background-color: #fff
	}
}
.l-key-visual001__video {
	width: 100%;
	height: 800px;
	object-fit: cover
}
@media (max-width:768px) {
	.l-key-visual001__video--sp {
		width: 100%;
		height: auto;
		object-fit: cover;
		position: relative
	}
}
.l-key-visual001__button {
	position: relative;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 40px
}
@media (min-width:769px) {
	.l-key-visual001__button {
		position: absolute;
		bottom: 11%
	}
}
.p-top-news01 {
	padding: 80px 0 40px
}
@media (min-width:769px) {
	.p-top-news01 {
		padding: 80px 0 40px
	}
}
.p-top-section02 {
	padding-bottom: 80px
}
@media (min-width:769px) {
	.p-top-section02 {
		padding-bottom: 120px
	}
}
.p-top-section04 {
	padding-top: 80px;
	padding-bottom: 80px
}
@media (min-width:769px) {
	.p-top-section04 {
		padding-top: 160px;
		padding-bottom: 160px
	}
}
.p-top-section05 {
	padding-bottom: 80px
}
@media (min-width:769px) {
	.p-top-section05 {
		padding-bottom: 120px
	}
}
.p-top-inner001 {
	margin: 0 auto;
	padding: 0 4%
}
@media (min-width:769px) {
	.p-top-inner001 {
		max-width: 1120px;
		padding: 0 6.2%;
		box-sizing: content-box
	}
}
.p-top-card001 {
	width: 100%;
	color: #35363b
}
@media (min-width:769px) {
	.p-top-card001 {
		width: calc((100% / 3) - 12px)
	}
}
@media (min-width:769px) {
	.p-top-card001:hover .p-top-card001__image {
		overflow: hidden
	}
	.p-top-card001:hover .p-top-card001__image img {
		border-radius: 8px;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
		transition: transform .8s ease, -webkit-transform .8s ease
	}
}
@media (min-width:769px) {
	.p-top-card001 a {
		transition: .3s all
	}
}
@media (min-width:769px) {
	.p-top-card001 a:hover {
		transition: .3s all;
		opacity: .7
	}
}
.p-top-card001__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px
}
@media (min-width:769px) {
	.p-top-card001__wrap {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 24px
	}
}
.p-top-card001__image {
	position: relative;
	padding-top: 57.7%;
	margin-bottom: 8px;
	border-radius: 8px;
	overflow: hidden
}
@media (min-width:769px) {
	.p-top-card001__image {
		padding-top: 56%
	}
}
.p-top-card001__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%;
	transition: -webkit-transform .8s ease, -webkit-transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease
}
.p-top-card001__text-box {
	padding: 8px
}
.p-top-card001__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 16px;
	margin-bottom: 8px
}
.p-top-card001__time {
	font-size: 1.4rem;
	line-height: 1.7
}
.p-top-card001__category {
	text-align: center;
	border: 1px solid #ccc;
	padding: 4px 10px;
	font-size: 1.2rem;
	line-height: 1.2
}
.p-top-card001__text {
	font-size: 1.6rem;
	line-height: 1.4;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box
}
.p-top-card001__text-link {
	display: block
}
.p-top-card001__tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 8px 16px;
	padding: 8px 0
}
.p-top-card001__tag {
	font-size: 1.2rem;
	line-height: 1.2
}
@media (min-width:769px) {
	.p-top-card001__tag a {
		transition: .3s all
	}
}
@media (min-width:769px) {
	.p-top-card001__tag a:hover {
		transition: .3s all;
		opacity: .7
	}
}
.p-top-newslist001-wrap {
	background-color: #f6f6f6;
	padding: 40px 24px;
	margin-bottom: 40px
}
@media (min-width:769px) {
	.p-top-newslist001-wrap {
		padding: 40px 80px
	}
}
.p-top-newslist001:not(:last-of-type) {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.p-top-newslist001:not(:last-of-type) {
		margin-bottom: 24px
	}
}
@media (min-width:769px) {
	.p-top-newslist001 a {
		transition: .3s all
	}
}
@media (min-width:769px) {
	.p-top-newslist001 a:hover {
		transition: .3s all;
		opacity: .7
	}
}
.p-top-newslist001__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 100%
}
@media (min-width:769px) {
	.p-top-newslist001__text {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 24px
	}
}
.p-top-newslist001__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b
}
@media (min-width:769px) {
	.p-top-newslist001__data {
		width: 26%
	}
}
.p-top-newslist001__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.p-top-newslist001__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc
}
.p-top-newslist001__category--high {
	line-height: 170%
}
.p-top-newslist001__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
@media (min-width:769px) {
	.p-top-newslist001__title {
		width: calc(74% - 24px)
	}
}
.p-top-newslist001__taglist {
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px 16px
}
.p-top-newslist001__taglist>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	color: #acadaf;
	padding-left: 10px;
	position: relative
}
.p-top-newslist001__taglist>li::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: '#';
	color: #acadaf
}
@media (min-width:769px) {
	:lang(en) .p-top-newslist001__title {
		width: calc(74% - 24px)
	}
}
.p-top-banner-area001 {
	margin-bottom: 40px
}
.p-top-banner-area001 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.p-top-banner-area001__contents {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}
@media (min-width:769px) {
	.p-top-banner-area001__contents {
		gap: 40px
	}
}
.p-top-banner-area001__box001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	width: 100%
}
@media (min-width:769px) {
	.p-top-banner-area001__box001 {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 40px
	}
}
.p-top-banner-area001__banner01 {
	width: 100%;
	aspect-ratio: 343/290
}
@media (min-width:769px) {
	.p-top-banner-area001__banner01 {
		aspect-ratio: 1120/280
	}
}
.p-top-banner-area001__banner02 {
	width: 100%;
	aspect-ratio: 343/180
}
@media (min-width:769px) {
	.p-top-banner-area001__banner02 {
		aspect-ratio: 1120/180
	}
}
.p-top-banner-area001__banner03, .p-top-banner-area001__banner04 {
	width: 100%;
	aspect-ratio: 343/110
}
@media (min-width:769px) {
	.p-top-banner-area001__banner03, .p-top-banner-area001__banner04 {
		aspect-ratio: 540/180
	}
}
.p-hr001 {
	margin: 0;
	border: none;
	background: #ccc;
	width: 100%;
	height: 1px
}
.p-top-block001--backgroung-image {
	position: relative;
	width: 100%;
	height: 0;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 157.866667%
}
@media (min-width:769px) {
	.p-top-block001--backgroung-image {
		padding-top: 46%
	}
}
.p-top-block001--backgroung-imageA {
	background-image: url(/top-page/assets/img/top_about01_sp.jpg)
}
@media (min-width:769px) {
	.p-top-block001--backgroung-imageA {
		background-image: url(/top-page/assets/img/top_about01_pc.jpg)
	}
}
.p-top-block001--backgroung-imageB {
	background-image: url(/top-page/assets/img/top_innovation01_sp.jpg)
}
@media (min-width:769px) {
	.p-top-block001--backgroung-imageB {
		background-image: url(/top-page/assets/img/top_innovation01_pc.jpg)
	}
}
.p-top-block001__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0
}
.p-top-block001__content {
	width: 335px
}
@media (min-width:769px) {
	.p-top-block001__content {
		width: 100%
	}
}
.p-top-block001__maintitle {
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: .05em
}
@media (min-width:1025px) {
	.p-top-block001__maintitle {
		font-size: 3.2rem
	}
}
.p-top-block001__lead {
	margin-bottom: 40px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.7
}
@media (min-width:769px) {
	.p-top-block001__lead {
		text-align: center
	}
}
@media (min-width:1025px) {
	.p-top-block001__lead {
		font-size: 1.6rem
	}
}
@media (min-width:769px) {
	:lang(en) .p-top-block001__inner {
		width: 100%
	}
}
.p-products-top-slider__controller {
	padding: 18px 16px
}
@media (min-width:769px) {
	.products a:not(.c-button001-products) {
		transition: .3s all
	}
	.products a:not(.c-button001-products):hover {
		opacity: .7
	}
}
.p-products-top-button001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 343px;
	max-width: 100%;
	min-height: 70px;
	padding: 24px 32px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	background-color: #f6f6f6;
	transition: .3s all
}
.p-products-top-button001::after {
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.p-products-top-button001--center {
	margin: 0 auto;
}
@media (min-width:769px) {
	.p-products-top-button001 {
		width: 417px;
		padding: 36px 40px;
		transition: .3s all
	}
	.p-products-top-button001:hover {
		opacity: .7
	}
	.p-products-top-button001 span {
		text-align: left;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 2rem
	}
}
@media (min-width:769px) and (min-width:769px) {
	.p-products-top-button001 span {
		font-size: 2.4rem
	}
}
/*202403add 2col化*/
.ServiceLinkArea {
	display: flex;
	flex-direction: row;
	column-gap: 30px;
	justify-content: center;
}
.p-products-top-button001--center {
	margin: 0;
}
.p-products-top-button001.goods-link::after {
	line-height: 0;
	content: url(/top-page/assets/img/icon_blank01.svg);
}
@media (max-width: 768px){
	.ServiceLinkArea {
		flex-direction: column;
		align-items: center;
		column-gap: 0;
		row-gap: 30px;
	}
}/*202403add end*/

@media (max-width:768px) {
	.p-products-top-news001__title {
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box
	}
}
@media (min-width:769px) {
	.p-products-top-news002-list {
		width: 50%
	}
}
@media (min-width:769px) {
	.p-products-top-news002-list__title {
		white-space: nowrap
	}
}
.p-products-top-news003-card__image {
	border: 1px solid #ccc;
	margin-bottom: 12px
}
@media (min-width:769px) {
	.p-products-top-news003-card__image {
		margin-bottom: 0
	}
}
.p-products-top-card001 {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.p-products-top-card001 {
		margin-bottom: 40px
	}
}
.p-products-top-card001__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.p-products-top-card001__title {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em
}
.p-products-top-card001__controller {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}
.p-products-top-card001__arrow {
	display: block;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer
}
.p-products-top-card001__prev {
	-ms-flex-order: 1;
	order: 1;
	background-image: url(/top-page/assets/img/icon_slider_prev.svg)
}
.p-products-top-card001__next {
	-ms-flex-order: 3;
	order: 3;
	background-image: url(/top-page/assets/img/icon_slider_next.svg)
}
.p-products-top-card001__slider-wrap {
	position: relative
}
@media (min-width:769px) {
	.p-products-top-card001__slider-wrap {
		width: 100%
	}
}
.p-products-top-card001__slider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px
}
@media (min-width:769px) {
	.p-products-top-card001__slider {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 24px
	}
}
.p-products-top-card001__slider-item {
	width: 100%
}
@media (min-width:769px) {
	.p-products-top-card001__slider-item {
		width: calc((100% / 3) - 12px)
	}
}
.p-products-top-card001__slider-item a {
	transition: .3s all
}
.p-products-top-card001__slider-item a:hover {
	opacity: .7
}
.p-products-top-card001__slider-item img {
	width: 100%
}
.p-products-top-card001__image {
	position: relative;
	padding-top: 56%;
	margin-bottom: 8px
}
.p-products-top-card001__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}
.p-products-top-card001__link {
	display: block
}
@media (min-width:769px) {
	.p-products-top-card001__link {
		transition: .3s all
	}
	.p-products-top-card001__link:hover {
		opacity: .7
	}
}
.p-products-top-card001__detail {
	padding: 8px
}
.p-products-top-card001__detail-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .05em
}
.p-products-top-card001__detail-title img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px
}
.p-products-top-card001__detail-text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4
}
.p-products-top-about001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px
}
@media (min-width:769px) {
	.p-products-top-about001 {
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.p-products-top-about001__item {
	width: 100%
}
@media (min-width:769px) {
	.p-products-top-about001__item--left {
		width: 53.57%
	}
}
@media (min-width:769px) {
	.p-products-top-about001__item--right {
		width: calc(46.43% - 40px)
	}
}
.p-products-top-about001__item-content {
	width: 100%
}
.p-products-top-button-list001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
@media (min-width:769px) {
	.p-products-top-button-list001 {
		gap: 24px
	}
}
.p-products-top-button-list001__item {
	width: 100%;
	min-height: 90px
}
@media (min-width:769px) {
	.p-products-top-button-list001__item {
		min-height: 120px
	}
}
@media (max-width:768px) {
	.c-box017--hidden-sp {
		border: 0;
		padding: 0
	}
}
.c-keyVisual004 {
	width: 100%;
	position: relative
}
.c-keyVisual004__text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: calc(100% - 40px);
	z-index: 2
}
.c-keyVisual004__title {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	text-align: center
}
@media (min-width:769px) {
	.c-keyVisual004__title {
		font-size: 4.6rem
	}
}
.c-keyVisual004__lead {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: center;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-keyVisual004__lead {
		font-size: 2rem;
		margin-top: 24px
	}
}
.c-keyVisual004__image {
	position: relative
}
.c-keyVisual004__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-keyVisual004__image img {
	width: 100%;
	height: 280px;
	object-fit: cover
}
@media (min-width:769px) {
	.c-keyVisual004__image img {
		height: 440px
	}
}
.c-keyVisual004__image--top img {
	object-position: top
}
.c-keyVisual005 {
	width: 100%;
	position: relative
}
.c-keyVisual005__text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: calc(100% - 40px);
	z-index: 2
}
.c-keyVisual005__title {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	text-align: center
}
@media (min-width:769px) {
	.c-keyVisual005__title {
		font-size: 4.6rem
	}
}
.c-keyVisual005__lead {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: center;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-keyVisual005__lead {
		font-size: 2rem;
		margin-top: 24px
	}
}
.c-keyVisual005__image {
	position: relative
}
.c-keyVisual005__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-keyVisual005__image img {
	width: 100%;
	height: 390px;
	object-fit: cover
}
@media (min-width:769px) {
	.c-keyVisual005__image img {
		height: 440px
	}
}
.c-keyVisual005__image--top img {
	object-position: top
}
@media (min-width:769px) {
	.u-gap64-pc {
		gap: 64px!important
	}
}
@media (max-width:768px) {
	.u-gap40-sp {
		gap: 40px!important
	}
}
@media (max-width:768px) {
	.u-gap24-sp {
		gap: 24px!important
	}
}
@media (max-width:768px) {
	.u-gap16-sp {
		gap: 16px!important
	}
}
.c-notes003 {
	text-align: left;
	padding-left: 3em;
	font-size: 1.6rem;
	line-height: 170%;
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-notes003 {
		font-size: 1.4rem
	}
}
.c-notes003--pl52 {
	padding-left: 5.2rem
}
@media (min-width:769px) {
	.c-notes003--right-pc {
		text-align: right
	}
}
.c-notes003__title {
	margin-left: -3em;
	font-size: 1.4rem
}
.c-notes003__title--ml-38 {
	margin-left: -3.8em
}
.c-notes004 {
	padding-left: calc(1em + 4px);
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7
}
.c-notes004__list-item {
	font-size: 1.6rem;
	text-indent: calc(-1em - 4px)
}
.c-notes004__list-item::before {
	margin-right: 4px;
	content: "・"
}
.c-notes004--center-pc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left
}
@media (min-width:769px) {
	.c-notes004--center-pc {
		-ms-flex-align: center;
		align-items: center
	}
}
:lang(en) .c-notes004__list-item {
	text-indent: -.85em
}
:lang(en) .c-notes004__list-item::before {
	content: "·";
	margin-right: 10px
}
.c-notes005 {
	padding-left: calc(1em + 4px);
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7
}
.c-notes005__list-item {
	font-size: 1.6rem;
	text-indent: calc(-1em - 4px)
}
.c-notes005__list-item::before {
	margin-right: 8px
}
.c-notes005__list-item--q::before {
	margin-right: 4px;
	content: "Q."
}
.c-notes005__list-item--a::before {
	margin-right: 4px;
	content: "A."
}
.c-notes005--center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left
}
@media (min-width:769px) {
	.c-grid002--max864 {
		max-width: 864px;
		margin: 0 auto
	}
}
.c-grid002__image--max648-sp {
	min-width: 648px
}
@media (min-width:769px) {
	.c-grid002__image--max648-sp {
		min-width: 0
	}
}
.c-grid002__image--max525-sp {
	min-width: 525px
}
@media (min-width:769px) {
	.c-grid002__image--max525-sp {
		min-width: 0
	}
	.c-grid002__image--max525-sp img {
		width: 100%
	}
}
.c-grid002__image--max401-sp {
	min-width: 401px
}
@media (min-width:769px) {
	.c-grid002__image--max401-sp {
		min-width: 0
	}
}
.c-hr003 {
	margin-top: 80px;
	margin-bottom: 64px;
	border: none;
	background: #ccc;
	width: 100%;
	height: 1px
}
@media (min-width:769px) {
	.c-hr003 {
		margin-top: 120px;
		margin-bottom: 80px
	}
}
.c-grid001__image--max424-sp {
	min-width: 424px
}
@media (min-width:769px) {
	.c-grid001__image--max424-sp {
		min-width: 0
	}
}
.c-grid003__image--max401-sp {
	min-width: 401px
}
@media (min-width:769px) {
	.c-grid003__image--max401-sp {
		min-width: 0
	}
}
.c-grid003__image--max424-sp {
	min-width: 424px
}
@media (min-width:769px) {
	.c-grid003__image--max424-sp {
		min-width: 0
	}
}
.c-contents004 {
	margin-bottom: 16px
}
@media (min-width:1025px) {
	.c-contents004 {
		width: calc(50% - 20px);
		margin-bottom: 0
	}
}
.c-contents004:last-child {
	margin-bottom: 0
}
.c-contents004>a {
	border: 1px solid #ccc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:1025px) {
	.c-contents004__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
}
.c-contents004__image {
	width: 160px
}
@media (min-width:1025px) {
	.c-contents004__image {
		width: 180px
	}
}
.c-contents004__image img {
	width: 100%;
	height: auto
}
.c-contents004__title {
	width: calc(100% - 184px);
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	color: #35363b;
	padding-right: 40px;
	position: relative
}
@media (min-width:1025px) {
	.c-contents004__title {
		font-size: 1.6rem;
		width: calc(100% - 212px);
		line-height: 140%
	}
}
.c-contents004__title::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-contents004__title--blank::before {
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	border-top: 0;
	border-right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.c-button007 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	width: 300px;
	max-width: 100%;
	padding: 14px 24px 14px 14px;
	border: 1px solid #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center
}
@media (min-width:769px) {
	.c-button007 {
		gap: 16px;
		width: 312px;
		min-height: 50px;
		padding: 14px 24px 14px 28px
	}
}
.c-button007::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_right_bk01.svg)
}
.c-button007__text {
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 1.6rem
}
.c-button007--center {
	margin-left: auto;
	margin-right: auto
}
.c-button007--widthauto {
	margin: 0;
	width: auto
}
@media (min-width:769px) {
	.c-button007--widthauto {
		margin: 0;
		width: auto
	}
}
@media (min-width:769px) {
	.c-button007--height70-pc {
		min-height: 70px;
		padding: 10px 24px 10px 28px
	}
}
.c-button007--blank::after {
	content: url(/top-page/assets/img/icon_blank01.svg)
}
.c-button007--newtab::after {
	content: url(/top-page/assets/img/icon_newtab001.svg)
}
/* .c-button007--audio::after {
	content: url(/top-page/assets/img/icon_audio01.svg)
} */
.c-section016 {
	padding: 80px 0
}
@media (min-width:769px) {
	.c-section016 {
		padding: 80px 0 120px
	}
}
.c-section017 {
	padding: 64px 0
}
.c-section018 {
	padding: 80px 0
}
@media (min-width:769px) {
	.c-section018 {
		padding: 120px 0 160px
	}
}
.c-section023 {
	padding: 80px 0
}
@media (min-width:769px) {
	.c-section023 {
		padding: 120px 0
	}
}
@media (min-width:769px) {
	.c-card019__title--lh140 {
		line-height: 1.4;
		padding: 0 26px 0 0
	}
}
@media (min-width:769px) {
	.c-card019__title--ls {
		letter-spacing: .05em;
		line-height: 1.4
	}
}
.c-card023 a {
	display: block
}
.c-card023__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin-bottom: 8px
}
.c-card023__time {
	position: relative;
	top: 1px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%
}
.c-card023__list {
	max-width: calc(100% - 82px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 16px
}
.c-card023__list>li {
	padding: 4px 10px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 120%;
	border: 1px solid #ccc
}
@media (min-width:769px) {
	.c-card023__list>li {
		font-size: 1.2rem
	}
}
.c-card023__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
.c-card024 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px
}
@media (min-width:769px) {
	.c-card024 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px
	}
}
.c-card024:last-child {
	margin-bottom: 0
}
.c-card024__image {
	width: 100%
}
@media (min-width:769px) {
	.c-card024__image {
		max-width: 390px;
		width: 36.2%
	}
}
.c-card024__image img {
	border-radius: 8px;
	width: 100%;
	height: auto
}
.c-card024__text {
	color: #35363b;
	width: 100%
}
@media (min-width:769px) {
	.c-card024__text {
		width: calc(63.8% - 40px)
	}
}
.c-card024__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 8px
}
@media (min-width:769px) {
	.c-card024__meta {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 16px
	}
}
@media (max-width:768px) {
	.c-card024__meta--center {
		-ms-flex-align: center;
		align-items: center
	}
}
.c-card024__category {
	border: 1px solid #ccc;
	padding: 4px 10px;
	font-size: 1.2rem;
	line-height: 1.2;
	white-space: nowrap
}
.c-card024__title {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 140%
}
@media (min-width:769px) {
	.c-card024__title {
		font-size: 2.4rem;
		font-weight: 300;
		letter-spacing: .05em
	}
}
.c-card024__lead {
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.7
}
.c-card024__lead.js-ellipsis {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box
}
.c-card024__lead.js-ellipsis-en {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box
}
.c-card024__lead.js-ellipsis-en--6 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	display: -webkit-box
}
.c-button025 {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: 0;
	padding: 0;
	appearance: none;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 13px;
	position: relative;
	top: -1px;
	margin: 0 auto;
	max-height: 40px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 9px 16px 9px 20px;
	color: #35363b;
	font-size: 1.6rem;
	line-height: 1.4
}
@media (min-width:769px) {
	.c-button025 {
		margin: 0 auto 0 0
	}
}
.c-button025::before {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: url(/top-page/assets/img/icon_plus001.svg)
}
.c-button025--center {
	margin: 0 auto
}
.c-card025>a {
	color: #35363b;
	display: block
}
.c-card025__image {
	margin-bottom: 2px
}
@media (min-width:769px) {
	.c-card025__image {
		margin-bottom: 8px
	}
}
.c-card025__image img {
	width: 100%;
	height: auto
}
.c-card025__title {
	padding: 4px
}
@media (min-width:769px) {
	.c-card025__title {
		padding: 8px
	}
}
.c-card025__title span {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 120%;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
@media (min-width:769px) {
	.c-card025__title span {
		font-size: 1.6rem;
		line-height: 140%
	}
}
.c-card025__title span::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.c-card025__title--adjust span {
		padding-right: 16px;
		letter-spacing: -.05em
	}
}
.c-card025__title--blank span::before {
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	border-top: 0;
	border-right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.c-card025__text {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-card025__text {
		font-size: 1.6rem;
		line-height: 140%;
		margin-top: 8px
	}
}
.c-list020--pl24>* {
	padding-left: 24px
}
.c-list020--pl24>::before {
	position: absolute;
	top: 0;
	left: 3px;
	content: '・'
}
.c-list026>:nth-child(n+2) {
	margin-top: 24px
}
.c-list027 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px 8px
}
@media (min-width:769px) {
	.c-list027 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 24px 16px
	}
}
.c-list027>* {
	width: calc((100% - 8px)/ 2)
}
@media (min-width:769px) {
	.c-list027>* {
		width: calc((100% - 48px)/ 4)
	}
}
.c-list029 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px
}
@media (min-width:769px) {
	.c-list029 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 24px
	}
}
.c-list029>* {
	width: calc((100% - 24px)/ 2)
}
@media (min-width:769px) {
	.c-list029>* {
		width: calc((100% - 72px)/ 4)
	}
}
.c-list044 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
@media (min-width:769px) {
	.c-list044 {
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.c-list044 li {
	width: 100%
}
@media (min-width:769px) {
	.c-list044 li {
		width: calc(100% / 3)
	}
}
.c-grid005 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.c-grid005__box {
	padding: 0 8px
}
@media (min-width:769px) {
	.c-grid005__box {
		padding: 22px 0 36px
	}
}
.c-grid005__box--left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:768px) {
	.c-grid005__box--left {
		padding-left: 12px;
		padding-right: 20px
	}
}
.c-grid005__box--center {
	padding: 8px 0
}
@media (min-width:769px) {
	.c-grid005__box--center {
		padding: 0
	}
}
.c-grid005__box--right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:768px) {
	.c-grid005__box--right {
		padding-right: 0
	}
}
.c-grid005__title {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 120%
}
@media (min-width:769px) {
	.c-grid005__title {
		font-size: 2.4rem;
		letter-spacing: .05em
	}
}
.c-grid005__title--green {
	color: #73b53c
}
.c-grid005__title--yellow {
	color: #d1cd0d
}
.c-grid005__title--orange {
	color: #ed7f02
}
.c-grid005__title--blue {
	color: #19b1d2
}
.c-grid005__image img {
	width: 100%;
	height: auto
}
.c-grid005__image--center {
	min-width: 80px;
	max-width: 80px
}
@media (min-width:769px) {
	.c-grid005__image--center {
		max-width: 240px
	}
}
.c-grid007 .c-grid007__text {
	color: #35363b;
	width: 100%
}
.c-grid007--2column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px
}
@media (min-width:769px) {
	.c-grid007--2column {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 40px
	}
}
.c-grid007--2column .c-grid007__image {
	width: 100%
}
@media (min-width:769px) {
	.c-grid007--2column .c-grid007__image {
		max-width: 380px;
		width: 35.19%
	}
}
.c-grid007--2column .c-grid007__image img {
	width: 100%;
	height: auto
}
.c-grid007--2column .c-grid007__image .c-grid007__image--radius img {
	border-radius: 8px
}
.c-grid007--2column .c-grid007__text {
	color: #35363b;
	width: 100%
}
@media (min-width:769px) {
	.c-grid007--2column .c-grid007__text {
		width: calc(64.81% - 40px)
	}
}
.c-grid007:last-child {
	margin-bottom: 0
}
.c-grid007__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 8px
}
@media (min-width:769px) {
	.c-grid007__meta {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 16px
	}
}
.c-grid007__category {
	border: 1px solid #ccc;
	padding: 4px 10px;
	font-size: 1.2rem;
	white-space: nowrap
}
.c-grid007__title {
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 600
}
@media (max-width:768px) {
	.c-grid007__title {
		font-weight: 700;
		font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
	}
}
@media (min-width:769px) {
	.c-grid007__title {
		font-size: 2.4rem;
		font-weight: 300;
		line-height: 120%;
		letter-spacing: .05em
	}
}
.c-grid007__lead {
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.7
}
.c-grid007__lead.js-ellipsis {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box
}
.c-grid007__lead.js-ellipsis-en {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box
}
.c-grid007__lead.js-ellipsis-en--4 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box
}
.c-grid007__lead.js-ellipsis-en--5 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box
}
.c-grid007__lead.js-ellipsis-en--6 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	display: -webkit-box
}
@media (min-width:769px) {
	.c-grid007__lead--pc-visible {
		overflow: visible!important
	}
	.c-grid007__lead--pc-visible.js-ellipsis, .c-grid007__lead--pc-visible.js-ellipsis-en, .c-grid007__lead--pc-visible.js-ellipsis-en--4, .c-grid007__lead--pc-visible.js-ellipsis-en--6 {
		display: block
	}
}
.c-title016--green {
	color: #73b53c
}
.c-title016--yellow {
	color: #d1cd0d
}
.c-title016--orange {
	color: #ed7f02
}
.c-title016--blue {
	color: #19b1d2
}
.c-title009--green {
	color: #73b53c
}
.c-title009--yellow {
	color: #d1cd0d
}
.c-title009--orange {
	color: #ed7f02
}
.c-title009--blue {
	color: #19b1d2
}
.c-box023 {
	background-color: #f6f6f6;
	padding: 24px 16px
}
@media (min-width:769px) {
	.c-box023 {
		padding: 40px 64px
	}
}
.c-box023__item--close {
	display: none
}
.c-box023__item--close-sp {
	display: none
}
@media (min-width:769px) {
	.c-box023__item--close-sp {
		display: block
	}
}
.c-title030 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 8px
}
@media (min-width:769px) {
	.c-title030 {
		gap: 24px
	}
}
.c-title030__main {
	font-size: 1.6rem
}
@media (min-width:769px) {
	.c-title030__main {
		font-size: 2.4rem
	}
}
.c-title030__main--green {
	color: #73b53c
}
.c-title030__main--yellow {
	color: #d1cd0d
}
.c-title030__main--orange {
	color: #ed7f02
}
.c-title030__main--blue {
	color: #19b1d2
}
.c-title030__sub {
	font-size: 1.2rem
}
@media (min-width:769px) {
	.c-title030__sub {
		font-size: 1.6rem
	}
}
.c-box032 {
	background: #f6f6f6;
	padding: 24px 16px
}
@media (min-width:769px) {
	.c-box032 {
		padding: 24px
	}
}
.c-title034 {
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	color: #35363b
}
@media (min-width:769px) {
	.c-title034 {
		font-size: 3.2rem
	}
}
.c-title040 {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	color: #35363b;
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-title040 {
		font-size: 2rem;
		letter-spacing: .05em;
		margin-bottom: 32px
	}
}
.c-title041 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start
}
.c-title041__main {
	margin-right: 16px;
	font-size: 2.4rem
}
.c-title041__sub {
	font-size: 1.6rem
}
.c-floating-menu001 {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 15px -15px 30px rgba(0, 0, 0, .1)
}
@media (min-width:769px) {
	.c-floating-menu001 {
		width: 134px;
		min-height: 62px
	}
}
.c-floating-menu001__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (min-width:769px) {
	.c-floating-menu001__list {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.c-floating-menu001__list-item {
	position: relative;
	text-align: center;
	width: 50%;
	padding: 8px 7px
}
@media (min-width:769px) {
	.c-floating-menu001__list-item {
		padding: 8px 16px;
		width: 100%;
		min-height: 62px
	}
}
.c-floating-menu001__list-item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px
}
.c-floating-menu001__list-item svg {
	fill: #fff
}
.c-floating-menu001__list-item.is-current {
	background-color: #fff
}
.c-floating-menu001__list-item.is-current.c-floating-menu001__list-item--green svg {
	fill: #73b53c
}
.c-floating-menu001__list-item.is-current .c-floating-menu001__list-title--green {
	color: #73b53c
}
.c-floating-menu001__list-item.is-current.c-floating-menu001__list-item--yellow svg {
	fill: #d1cd0d
}
.c-floating-menu001__list-item.is-current .c-floating-menu001__list-title--yellow {
	color: #d1cd0d
}
.c-floating-menu001__list-item.is-current.c-floating-menu001__list-item--orange svg {
	fill: #ed7f02
}
.c-floating-menu001__list-item.is-current .c-floating-menu001__list-title--orange {
	color: #ed7f02
}
.c-floating-menu001__list-item.is-current.c-floating-menu001__list-item--blue svg {
	fill: #19b1d2
}
.c-floating-menu001__list-item.is-current .c-floating-menu001__list-title--blue {
	color: #19b1d2
}
.c-floating-menu001__list-item--green {
	background-color: #73b53c
}
.c-floating-menu001__list-item--yellow {
	background-color: #d1cd0d
}
.c-floating-menu001__list-item--orange {
	background-color: #ed7f02
}
.c-floating-menu001__list-item--blue {
	background-color: #19b1d2
}
.c-floating-menu001__list-title {
	font-size: 1.2rem;
	line-height: 120%;
	color: #fff;
	white-space: nowrap
}
@media (min-width:769px) {
	.c-floating-menu001__list-title {
		white-space: nowrap
	}
}
.c-floating-menu001__list-title--green.is-current {
	color: #73b53c
}
.c-floating-menu001__list-title--yellow.is-current {
	color: #d1cd0d
}
.c-floating-menu001__list-title--orange.is-current {
	color: #ed7f02
}
.c-floating-menu001__list-title--blue.is-current {
	color: #19b1d2
}
@media (min-width:769px) {
	:lang(en) .c-floating-menu001 {
		width: 167px
	}
}
@media (min-width:769px) {
	.u-mb32-pc {
		margin-bottom: 32px!important
	}
}
.c-contents012 {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-contents012 {
		width: calc(50% - 20px);
		margin-bottom: 0
	}
}
.c-contents012:last-child {
	margin-bottom: 0
}
.c-contents012>a {
	border: 1px solid #35363b;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:769px) {
	.c-contents012__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}
}
.c-contents012__image {
	width: 160px
}
@media (min-width:769px) {
	.c-contents012__image {
		width: 180px
	}
}
.c-contents012__image img {
	width: 100%;
	height: auto
}
.c-contents012__title {
	width: calc(100% - 184px);
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	color: #35363b;
	padding-right: 40px;
	position: relative
}
@media (min-width:769px) {
	.c-contents012__title {
		font-size: 1.6rem;
		width: calc(100% - 212px)
	}
}
.c-contents012__title::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-anker004 {
	width: auto;
	padding: 32px 4%
}
@media (min-width:769px) {
	.c-anker004 {
		padding: 32px 7.8%
	}
}
.c-anker004__inner {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px 64px
}
@media (max-width:829px) {
	.c-anker004__inner {
		gap: 24px 40px
	}
}
.c-anker004__content {
	position: relative
}
.c-anker004__content a {
	color: #35363b;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: center;
	padding-bottom: 18px;
	display: block
}
.c-anker004__content a::before {
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-right: 2px solid #35363b;
	border-bottom: 2px solid #35363b
}
.c-video-link001 {
	width: 100%
}
.c-video-link001 img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-video-link001 {
		width: 800px;
		margin: 0 auto
	}
}
@media (min-width:769px) {
	.c-video-link001--wdth540 {
		margin: 0 auto;
		width: 540px
	}
}
@media (max-width:768px) {
	.c-image004__figure--max780-sp {
		width: 780px
	}
	.c-image004__figure--max780-sp img {
		width: 100%;
		height: auto
	}
}
@media (max-width:768px) {
	.c-image004__figure--max783-sp {
		width: 783px;
		max-width: 783px!important
	}
	.c-image004__figure--max783-sp img {
		width: 100%;
		height: auto
	}
}
@media (max-width:768px) {
	.c-image004__figure--max756-sp {
		width: 756px;
		max-width: 756px!important
	}
	.c-image004__figure--max756-sp img {
		width: 100%;
		height: auto
	}
}
:lang(en) .c-notes001::before {
	content: '*'!important
}
.c-box030 {
	padding: 40px 24px;
	background-color: #fff
}
@media (min-width:769px) {
	.c-box030 {
		padding: 64px
	}
}
.c-box031--mt80 {
	margin: -80px auto auto!important
}
@media (min-width:769px) {
	.c-box031--mt80 {
		margin: -80px auto auto
	}
}
@media (min-width:769px) {
	.c-grid003__center {
		-ms-flex-align: center;
		align-items: center
	}
}
.c-keyVisual002__title02--sub-large {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	color: #fff;
	display: block;
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-keyVisual002__title02--sub-large {
		font-size: 2rem
	}
}
@media (max-width:768px) {
	.c-keyVisual003__text--adjust {
		width: calc(100% - 35px)!important
	}
}
@media (min-width:769px) {
	.p-about-box001__in {
		padding: 64px 60px 0 64px
	}
}
@media (min-width:769px) {
	.p-about-contents001 {
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-column-gap: 120px;
		-moz-column-gap: 120px;
		column-gap: 120px
	}
}
.p-about-contents001__text {
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media (min-width:769px) {
	:lang(en) .p-about-contents001__text {
		width: calc(50% - 375px)
	}
}
:lang(en) .c-list020>::before {
	position: absolute;
	top: 0;
	left: -3px;
	content: '·'
}
:lang(en) .c-list036>::before {
	position: absolute;
	top: 0;
	left: -3px;
	content: '·'
}
:lang(en) .c-list036 {
	text-indent: 0
}
:lang(en) .c-notelist001__item {
	text-indent: -.65em
}
.u-text-link {
	padding-right: 26px;
	display: inline-block;
	position: relative;
	text-decoration: underline
}
.u-text-link::before {
	position: absolute;
	top: 45%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
:lang(en) .c-table003__table--01en th {
	padding: 16px;
	vertical-align: middle
}
.c-section021 {
	padding-top: 40px;
	padding-bottom: 64px
}
@media (min-width:769px) {
	.c-section021 {
		padding: 120px 0
	}
}
.c-section022 {
	padding-top: 64px;
	padding-bottom: 80px
}
@media (min-width:769px) {
	.c-section022 {
		padding-top: 80px;
		padding-bottom: 120px
	}
}
.c-card032__title--small-sp {
	font-size: 1.6rem!important
}
@media (min-width:769px) {
	.c-card032__title--small-sp {
		font-size: 2.8rem
	}
}
.c-card032__title-blank {
	font-weight: 300;
	font-size: 2rem;
	line-height: 140%;
	padding-right: 26px;
	color: #35363b;
	margin-bottom: 12px;
	display: inline-block;
	position: relative
}
@media (min-width:769px) {
	.c-card032__title-blank {
		margin-bottom: 8px
	}
}
.c-card032__title-blank::before {
	position: absolute;
	display: block;
	top: 46%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: "";
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
@media (min-width:769px) {
	.c-box026-wrap {
		padding-bottom: 120px
	}
}
.c-list047 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 64px
}
@media (min-width:769px) {
	.c-list047 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.c-list047>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list047>* {
		width: calc((100% - 40px)/ 2)
	}
}
.c-contents010 {
	text-align: center
}
.u-sub {
	vertical-align: baseline;
	font-size: 1rem
}
.u-sub-fz16 {
	vertical-align: baseline;
	font-size: 1.6rem
}
@media (max-width:768px) {
	.u-gap0-sp {
		gap: 0
	}
}
:lang(en) .c-list028 {
	counter-reset: c-list028
}
:lang(en) .c-list028>* {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.7
}
:lang(en) .c-list028>:not(:last-child) {
	margin-bottom: 8px
}
:lang(en) .c-list028>::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "*" counter(c-list028);
	counter-increment: c-list028
}
.c-card034--bg01 {
	background-color: #f6f6f6!important
}
.js-openItem {
	display: none
}
@media (min-width:769px) {
	.js-openItem {
		display: block
	}
}
.c-button024__text--block {
	display: block
}
.c-image004--wdth-auto img {
	width: 100%;
	max-width: 100%;
	height: auto
}
span.c-button024__text-title {
	display: block;
	font-size: 1.4rem
}
@media (min-width:769px) {
	span.c-button024__text-title {
		margin-bottom: 16px;
		font-size: 2rem
	}
}
@media (min-width:769px) {
	span.c-button024__text-sub {
		font-size: 1.6rem
	}
}
.c-button024__img img {
	height: auto
}
.tp01 {
	padding-top: 65px;
	overflow: hidden
}
@media (min-width:1025px) {
	.tp01 {
		padding-top: 120px
	}
}
.c-inner21 {
	margin: 0 auto;
	padding: 0 4%
}
@media (min-width:769px) {
	.c-inner21 {
		max-width: 1320px;
		padding: 0 6.2%;
		box-sizing: content-box
	}
}
@media (min-width:1921px) {
	.c-inner21 {
		max-width: 1920px;
		padding: 0
	}
}
.c-time21 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em
}
.c-category21__item01 {
	padding: 4px 10px;
	background: #35363b
}
.c-category21__link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center
}
.c-title21 {
	color: #000;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4
}
@media (min-width:769px) {
	.c-title21 {
		font-size: 3.2rem;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: .05em
	}
}
.c-title22 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .05em
}
.c-title23 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em
}
.c-title24 {
	padding: 2px 0 2px 16px;
	border-left: 4px solid #acadaf;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em
}
.c-text21 {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7
}
.c-text21--bold {
	font-weight: 600
}
.c-text22 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2
}
@media (min-width:769px) {
	.c-text22 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: .05em
	}
}
.c-list21 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px
}
.c-list21__item {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4
}
.c-list21__item::before {
	display: block;
	position: absolute;
	top: calc(1em * 1.4 / 2 - 1px);
	left: 0;
	width: 8px;
	height: 1px;
	background: #35363b;
	content: ""
}
.c-button21 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	width: 300px;
	max-width: 100%;
	min-height: 70px;
	padding: 20px 24px;
	border: 1px solid #000;
	background: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center
}
.c-button21::before {
	content: ""
}
.c-button21::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	margin: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: middle;
	content: "";
	transition: inherit
}
.c-button21:hover {
	opacity: 1;
	background: #000;
	color: #fff
}
.c-button21:hover::after {
	border-color: #fff
}
.c-button22 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 182px;
	margin: auto;
	padding: 16px 10px;
	border: 1px solid #000;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: .3s
}
.c-button22::before {
	content: ""
}
.c-button22::after {
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-button22:hover {
	opacity: 1;
	background: #000;
	color: #fff
}
.c-button22:hover::after {
	background-image: url(/top-page/assets/img/icon_blank02.svg)
}
.c-table21 {
	border: 1px solid #acadaf
}
.c-table21__td, .c-table21__th {
	padding: 8px;
	border: 1px solid #acadaf;
	white-space: nowrap
}
.c-table21__th {
	background: #000;
	color: #fff
}
.c-table21__td {
	background: #fff
}
.c-notes21 {
	position: relative;
	padding-left: calc(1em + 4px);
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.2
}
.c-notes21::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\203B"
}
.c-iframe21__item {
	width: 100%;
	aspect-ratio: 16/9
}
.c-text-link21 {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em
}
.c-text-link21::after {
	display: block;
	width: 0;
	height: 0;
	border-width: 4px 0 4px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #c00;
	content: "";
	transition: .3s
}
.c-text-link21:hover {
	opacity: 1;
	color: #acadaf;
	text-decoration: underline
}
.c-text-link21--pdf::before {
	-ms-flex-order: 1;
	order: 1;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_pdf21.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-text-link21--pdf::after {
	-ms-flex-order: 2;
	order: 2
}
.c-text-link21--blank::before {
	-ms-flex-order: 1;
	order: 1;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.c-text-link21--blank::after {
	-ms-flex-order: 2;
	order: 2
}
.c-text-link22 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	background: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4
}
.c-text-link22::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	margin: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: middle;
	content: "";
	transition: inherit
}
.c-img21 {
	width: 100%;
	max-width: 100%
}
.c-link001::after {
	content: url(/top-page/assets/img/icon_blank01.svg)
}
.c-attention001 {
	position: relative;
	padding: 45px 16px 16px;
	background: #35363b;
	color: #fff
}
@media (min-width:769px) {
	.c-attention001 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		gap: 0;
		padding: 16px 60px
	}
}
.c-attention001__head {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	text-align: center
}
@media (min-width:769px) {
	.c-attention001__head {
		position: relative;
		margin-bottom: 0;
		padding-right: 40px
	}
	.c-attention001__head::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 35px;
		background: #acadaf;
		content: ""
	}
}
.c-attention001__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px
}
@media (min-width:769px) {
	.c-attention001__list {
		-ms-flex-positive: 1;
		flex-grow: 1;
		gap: 4px;
		padding-left: 40px
	}
}
.c-attention001__list a {
	color: #fff;
	font-size: 12px;
	line-height: 120%
}
.c-attention001__list a::after {
	margin-left: 8px;
	content: url(/top-page/assets/img/icon_arrow_right_wh01.svg)
}
.c-attention001__close {
	display: block;
	position: absolute;
	top: 45px;
	right: 16px;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_close_wh01.svg);
	cursor: pointer
}
@media (min-width:769px) {
	.c-attention001__close {
		top: 10px;
		right: 10px
	}
}
.component-title01 {
	padding: 20px;
	background: #4d827e;
	color: #fff;
	text-align: center
}
@media (min-width:769px) {
	.component-title01 {
		padding: 55px 20px
	}
}
.component-title01__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.2px
}
@media (min-width:769px) {
	.component-title01__title {
		font-size: 42px;
		letter-spacing: 2.1px
	}
}
.component-title02 {
	padding: 24px 20px;
	background: #455e60;
	color: #fff
}
@media (min-width:769px) {
	.component-title02 {
		padding: 26px 20px;
		text-align: center
	}
}
.component-title02__title {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 1px
}
@media (min-width:769px) {
	.component-title02__title {
		margin-bottom: 6px;
		font-size: 32px;
		letter-spacing: 1.6px
	}
}
.component-title02__text {
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: .8px
}
@media (min-width:769px) {
	.component-title02__text {
		font-size: 16px;
		font-weight: 300;
		line-height: 170%;
		letter-spacing: 0
	}
}
.l-main01 {
	padding-top: 65px
}
@media (min-width:1025px) {
	.l-main01 {
		padding-top: 120px
	}
}
.l-key-visual__wrap {
	position: relative
}
.l-key-visual__slides {
	width: 100%;
	margin: 0 auto!important
}
.l-key-visual__slides img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.l-key-visual__slides .slick-prev {
	top: auto;
	right: calc(50% + 106px);
	bottom: 3px;
	left: auto;
	z-index: 10
}
@media (min-width:769px) {
	.l-key-visual__slides .slick-prev {
		right: calc(120px + 285px - 15px - 16px)
	}
}
.bottom_slider .slick-prev {
	top: auto;
	left: calc(50% - 100px);
	bottom: -68px;
	left: calc(50% - 100px);
	z-index: 10
}
.l-key-visual__slides .slick-next {
	top: auto;
	right: calc(50% - 79px);
	bottom: 3px;
	z-index: 10
}
@media (min-width:769px) {
	.l-key-visual__slides .slick-next {
		right: calc(120px + 16px + 13px + 16px + 17px)
	}
}
.bottom_slider .slick-next {
	top: auto;
	left: calc(50% + 35px);
	right: auto;
	bottom: -68px;
	left: calc(50% + 75px);
	z-index: 10
}
.l-key-visual__slides .slick-prev::before {
	display: inline-block;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	content: "";
	-webkit-transform: rotate(-135deg)
}
.bottom_slider .slick-prev::before {
	display: inline-block;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #000;
	border-right: 1.5px solid #000;
	content: "";
	-webkit-transform: rotate(-135deg)
}
.l-key-visual__slides .slick-next::before {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg)
}
.bottom_slider .slick-next::before {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #000;
	border-right: 1.5px solid #000;
	content: "";
	-webkit-transform: rotate(45deg)
}
.bottom_slider .slick-slide, .l-key-visual__slides .slick-slide {
	position: relative;
	height: auto!important
}
.bottom_slider .slick-slide figcaption, .l-key-visual__slides .slick-slide figcaption {
	position: absolute;
	bottom: 66px;
	left: 20px;
	color: #fff
}
@media (min-width:769px) {
	.bottom_slider .slick-slide figcaption, .l-key-visual__slides .slick-slide figcaption {
		bottom: 15px;
		left: 120px
	}
}
.l-key-visual__slides .slick-dots {
	position: absolute;
	right: calc(50% - (285px / 2));
	bottom: 0;
	width: 285px;
	padding: 15px calc(16px + 13px + 17px) 15px 0;
	box-sizing: border-box;
	background-color: #000;
	line-height: 1
}
@media (min-width:769px) {
	.l-key-visual__slides .slick-dots {
		right: 120px
	}
}
.bottom_slider .slick-dots {
	position: absolute;
	bottom: -70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 300px;
	padding: 15px calc(16px + 13px + 17px) 15px 0;
	box-sizing: border-box;
	line-height: 1
}
.l-key-visual__slides .slick-dots:after {
	position: absolute;
	top: calc(50% - (14px / 2));
	right: 48px;
	width: 1px;
	height: 14px;
	background: #acadaf;
	content: ""
}
.bottom_slider .slick-dots:after {
	position: absolute;
	right: 80px;
	top: calc(50% - (12px / 2));
	content: "";
	width: 1px;
	height: 14px;
	background: #000;
	content: ""
}
.bottom_slider .slick-dots li, .l-key-visual__slides .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 8px
}
.bottom_slider .slick-dots li button::before, .l-key-visual__slides .slick-dots li button::before {
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #f0f0f0;
	color: transparent
}
.l-key-visual__slides .slick-dots li.slick-active button::before {
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #c00;
	color: transparent
}
.bottom_slider .slick-dots li.slick-active button::before {
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #000;
	color: transparent
}
.l-key-visual__slides #tglBtn {
	position: absolute;
	top: calc(50% - 7px);
	right: 16px
}
.bottom_slider #bt_tglBtn {
	position: absolute;
	right: 100px;
	top: calc(50% - 6px)
}
.bottom_slider #tglBtn #bt_startBtn, .bottom_slider #tglBtn #bt_stopBtn, .l-key-visual__slides #tglBtn #startBtn, .l-key-visual__slides #tglBtn #stopBtn {
	cursor: pointer
}
.l-key-visual__slides #tglBtn #startBtn {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 7px 0 7px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #fff
}
.bottom_slider #bt_tglBtn #bt_startBtn {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 7px 0 7px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #000
}
.l-key-visual__slides #tglBtn #stopBtn {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon-pause.svg)
}
.bottom_slider #bt_tglBtn #bt_stopBtn {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon-pause-o.svg)
}
.l-key-visual__slides .slick-slide figcaption {
	font-size: 1.2rem
}
@media (min-width:769px) {
	.l-key-visual__slides .slick-slide figcaption {
		font-size: 1.4rem
	}
}
.l-key-visual__lead {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%)
}
@media (min-width:769px) {
	.l-key-visual__lead {
		padding: 0
	}
}
.l-key-visual__title {
	margin: 0 0 12px 0;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.2
}
@media (min-width:769px) {
	.l-key-visual__title {
		font-size: 4.6rem
	}
}
.l-key-visual__subtitle {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2
}
@media (min-width:769px) {
	.l-key-visual__subtitle {
		font-size: 2rem
	}
}
.p-anchor-navigation {
	margin: 0 auto;
	padding: 24px 20px 64px
}
@media (min-width:1025px) {
	.p-anchor-navigation {
		padding: 32px 0
	}
}
.p-section01 {
	padding: 0 0 80px
}
@media (min-width:769px) {
	.p-section01 {
		padding: 80px 0 160px
	}
}
.p-section02 {
	padding-top: 80px
}
@media (min-width:769px) {
	.p-section02 {
		padding-top: 160px
	}
}
.p-section03 {
	margin: 80px 0
}
@media (min-width:769px) {
	.p-section03 {
		margin: 120px 0
	}
}
.p-section04 {
	padding: 80px 0
}
@media (min-width:769px) {
	.p-section04 {
		padding: 120px 0
	}
}
.p-section05 {
	padding-top: 80px
}
@media (min-width:769px) {
	.p-section05 {
		padding-top: 120px
	}
}
.p-section06 {
	padding: 120px 0 64px
}
.p-section07 {
	padding: 64px 0 80px
}
@media (min-width:769px) {
	.p-section07 {
		padding: 120px 0 160px
	}
}
.p-section08 {
	padding-top: 64px
}
@media (min-width:769px) {
	.p-section08 {
		padding-top: 120px
	}
}
.p-inner01 {
	width: calc(100% - 32px);
	margin: 0 16px
}
@media (min-width:769px) {
	.p-inner01 {
		width: calc(100% - 180px);
		margin: 0 90px
	}
}
@media (min-width:1025px) {
	.p-inner01 {
		width: calc(100% - 180px);
		margin: 0 90px
	}
}
@media (min-width:1200px) {
	.p-inner01 {
		width: calc(100% - 180px);
		margin: 0 90px
	}
}
@media (min-width:1440px) {
	.p-inner01 {
		width: calc(100% - 240px);
		margin: 0 120px
	}
}
@media (min-width:1921px) {
	.p-inner01 {
		max-width: 1680px;
		margin: 0 auto
	}
}
.p-inner01--short {
	width: calc(100% - 32px);
	margin: 0 16px
}
@media (min-width:769px) {
	.p-inner01--short {
		max-width: 800px;
		margin: 0 auto
	}
}
.p-inner02 {
	width: calc(100% - 32px);
	margin: 0 16px;
	padding-bottom: 64px;
	border-bottom: 1px solid #acadaf
}
@media (min-width:769px) {
	.p-inner02 {
		width: calc(100% - 180px);
		margin: 0 90px;
		padding-bottom: 120px
	}
}
@media (min-width:1025px) {
	.p-inner02 {
		width: calc(100% - 180px);
		margin: 0 90px;
		padding-bottom: 120px
	}
}
@media (min-width:1200px) {
	.p-inner02 {
		width: calc(100% - 180px);
		margin: 0 90px;
		padding-bottom: 120px
	}
}
@media (min-width:1440px) {
	.p-inner02 {
		width: calc(100% - 240px);
		margin: 0 120px;
		padding-bottom: 120px
	}
}
@media (min-width:1921px) {
	.p-inner02 {
		max-width: 1680px;
		margin: 0 auto;
		padding-bottom: 120px
	}
}
.p-inner03 {
	width: calc(100% - 32px);
	margin: 0 16px
}
@media (min-width:769px) {
	.p-inner03 {
		width: calc(100% - 180px);
		margin: 0 90px;
		padding-bottom: 120px;
		border-bottom: 1px solid #acadaf
	}
}
@media (min-width:1025px) {
	.p-inner03 {
		width: calc(100% - 180px);
		margin: 0 90px;
		padding-bottom: 120px;
		border-bottom: 1px solid #acadaf
	}
}
@media (min-width:1200px) {
	.p-inner03 {
		width: calc(100% - 180px);
		margin: 0 90px;
		padding-bottom: 120px;
		border-bottom: 1px solid #acadaf
	}
}
@media (min-width:1440px) {
	.p-inner03 {
		width: calc(100% - 240px);
		margin: 0 120px;
		padding-bottom: 120px;
		border-bottom: 1px solid #acadaf
	}
}
@media (min-width:1921px) {
	.p-inner03 {
		max-width: 1680px;
		margin: 0 auto;
		padding-bottom: 120px;
		border-bottom: 1px solid #acadaf
	}
}
.p-overview01__title {
	margin-bottom: 10px
}
@media (min-width:769px) {
	.p-overview01__title {
		margin-bottom: 16px
	}
}
.p-overview01__subtitle {
	margin-bottom: 40px
}
.p-overview01__text {
	margin-bottom: 40px
}
.p-overview01__button {
	margin: 0 auto 64px
}
@media (min-width:769px) {
	.p-overview01__button {
		margin: 0 auto 80px
	}
}
.p-card01 {
	display: block
}
@media (min-width:769px) {
	.p-card01 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 40px
	}
}
.p-card01__item {
	width: 100%
}
@media (min-width:769px) {
	.p-card01__item {
		width: calc(50% - 20px)
	}
}
.p-card01__item:not(:last-child) {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.p-card01__item:not(:last-child) {
		margin-bottom: 0
	}
}
.p-times-category {
	margin: 20px 0 8px 20px
}
.p-card01__title {
	margin: 0 20px 8px 20px
}
.p-card01__text {
	margin: 0 20px 0 20px
}
.p-column01 {
	display: block
}
@media (min-width:769px) {
	.p-column01 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 40px;
		margin-bottom: 80px
	}
}
.p-column01:not(:last-child) {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.p-column01:not(:last-child) {
		margin-bottom: 80px
	}
}
.p-column01__item {
	width: 100%
}
@media (min-width:769px) {
	.p-column01__item {
		width: calc(50% - 20px)
	}
}
.p-column01__item:not(:last-child) {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.p-column01__item:not(:last-child) {
		margin-bottom: 0
	}
}
.p-column01--reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 0
}
.p-column02 {
	display: block
}
@media (min-width:769px) {
	.p-column02 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px 40px
	}
}
.p-column02__item {
	width: 100%
}
@media (min-width:769px) {
	.p-column02__item {
		width: calc(50% - 20px)
	}
}
.p-column03 {
	display: block
}
@media (min-width:769px) {
	.p-column03 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px 40px
	}
}
.p-column03__item {
	width: 100%
}
@media (min-width:769px) {
	.p-column03__item {
		width: calc(50% - 20px)
	}
}
.p-column03__item:not(:last-child) {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.p-column03__item:not(:last-child) {
		margin-bottom: 0
	}
}
.p-column04 {
	display: block
}
@media (min-width:769px) {
	.p-column04 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 80px
	}
}
.p-column04__item {
	width: 100%
}
@media (min-width:769px) {
	.p-column04__item {
		width: calc(40% - 16px)
	}
}
.p-column04__item--large {
	width: 100%
}
@media (min-width:769px) {
	.p-column04__item--large {
		width: calc(60% - 64px)
	}
}
.p-column05 {
	display: block
}
@media (min-width:769px) {
	.p-column05 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 40px;
		max-width: 660px
	}
}
.p-column05__item {
	width: 100%
}
@media (min-width:769px) {
	.p-column05__item {
		width: calc(50% - 20px)
	}
}
.p-column05__item:not(:last-child) {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.p-column05__item:not(:last-child) {
		margin-bottom: 0
	}
}
.p-column06 {
	display: block
}
@media (min-width:769px) {
	.p-column06 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 24px 24px
	}
}
.p-column06__item {
	width: 100%;
	margin-bottom: 24px
}
@media (min-width:769px) {
	.p-column06__item {
		width: calc(50% - 12px);
		margin-bottom: 0
	}
}
.p-column06__item--large {
	width: 100%
}
.p-column07 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0
}
.p-card02 {
	display: block
}
@media (min-width:769px) {
	.p-card02 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px 40px
	}
}
.p-card02__item {
	width: 100%
}
@media (min-width:769px) {
	.p-card02__item {
		width: calc((100% - (40px * 2))/ 3)
	}
}
.p-card02__item:not(:last-child) {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.p-card02__item:not(:last-child) {
		margin-bottom: 0
	}
}
.p-card02__title {
	margin: 12px 0
}
@media (min-width:769px) {
	.p-card02__title {
		margin: 16px 0 8px 8px
	}
}
.p-card02__text {
	margin: 0
}
@media (min-width:769px) {
	.p-card02__text {
		margin: 0 0 0 8px
	}
}
.u-background-gray {
	background: #f4f4f4
}
@media (min-width:769px) {
	.p-card03__item {
		width: calc((100% - (40px * 3))/ 4)!important
	}
}
@media (min-width:769px) {
	.p-card03__item:not(:last-child) {
		margin-right: 40px
	}
}
.p-card03__title {
	margin: 8px 0 0 0
}
@media (min-width:769px) {
	.p-card03__title {
		margin: 16px 8px
	}
}
.p-card04 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 20px
}
@media (min-width:769px) {
	.p-card04 {
		gap: 40px 40px
	}
}
.p-card04__item {
	width: calc((100% - (20px * 1))/ 2)
}
@media (min-width:769px) {
	.p-card04__item {
		width: calc((100% - (40px * 3))/ 4)
	}
}
.p-card04__title {
	margin: 8px 0 0 0
}
@media (min-width:769px) {
	.p-card04__title {
		margin: 16px 8px
	}
}
.p-card05 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 20px
}
@media (min-width:769px) {
	.p-card05 {
		gap: 40px 40px
	}
}
.p-card05__item {
	width: calc((100% - (20px * 1))/ 2)
}
@media (min-width:769px) {
	.p-card05__item {
		width: calc((100% - (40px * 2))/ 3)
	}
}
.p-card05__title {
	margin: 8px 0 0
}
@media (min-width:769px) {
	.p-card05__title {
		margin: 16px 0 8px 8px
	}
}
.p-card06 {
	display: block
}
@media (min-width:769px) {
	.p-card06 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 40px
	}
}
.p-card06__item {
	width: 100%
}
@media (min-width:769px) {
	.p-card06__item {
		width: calc(50% - 20px)
	}
}
.p-card06__item:not(:last-child) {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.p-card06__item:not(:last-child) {
		margin-bottom: 0
	}
}
.p-title01 {
	margin-bottom: 12px;
	color: #000
}
@media (min-width:769px) {
	.p-title01 {
		margin-bottom: 16px
	}
}
.p-title02 {
	margin-bottom: 40px
}
.p-title03 {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.p-title03 {
		margin-bottom: 24px
	}
}
.p-title04 {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.p-title04 {
		margin-bottom: 24px
	}
}
.p-title05 {
	margin-bottom: 56px
}
@media (min-width:769px) {
	.p-title05 {
		margin-bottom: 160px
	}
}
.p-link-list-title {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 10px
}
@media (min-width:769px) {
	.p-link-list-title {
		padding-bottom: 20px
	}
	.p-link-list-title::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 80px;
		height: 1px;
		background: #acadaf;
		content: ""
	}
}
.p-text01 {
	margin-bottom: 40px
}
.p-box01 {
	margin-top: 40px;
	padding: 32px 24px;
	border: 8px solid #f6f6f6
}
@media (min-width:769px) {
	.p-box01 {
		margin-top: 64px;
		padding: 112px
	}
}
.p-note01 {
	margin-top: 24px;
	margin-bottom: 40px
}
@media (min-width:769px) {
	.p-note01 {
		margin-top: 40px;
		margin-bottom: 0
	}
}
.p-note01__item {
	margin-left: 1.5em;
	font-size: 1.2rem;
	text-indent: -1.5em
}
.p-note01__item:not(:last-child) {
	margin-bottom: 8px
}
.p-note01__item:before {
	margin-right: .5em;
	content: "※"
}
.p-card-text01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	padding-right: 24px;
	padding-left: 24px
}
@media (min-width:769px) {
	.p-card-text01 {
		width: calc(100% - (47% + 5.53px));
		padding-right: 0;
		padding-left: 40px
	}
}
.p-card-text01--pdf {
	position: relative
}
.p-card-text01--pdf:after {
	display: block;
	position: absolute;
	right: 20px;
	width: 12px;
	height: 14px;
	background: url(/top-page/assets/img/icon_pdf21.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: ""
}
.p-card-text01--arrow-right {
	position: relative
}
.p-card-text01--arrow-right:after {
	display: block;
	position: absolute;
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	-webkit-transform: rotate(45deg)
}
.p-card-title01 {
	margin-bottom: 8px
}
@media (min-width:769px) {
	.p-card-title01 {
		margin-bottom: 16px
	}
}
.p-button01 {
	margin: 0 auto 24px
}
@media (min-width:769px) {
	.p-button01 {
		margin: 0
	}
}
.p-button02 {
	margin: 0 auto 24px
}
@media (min-width:769px) {
	.p-button02 {
		margin: 0 0 40px
	}
}
.p-button03 {
	margin: 0 auto
}
@media (min-width:769px) {
	.p-button03 {
		margin: 0
	}
}
.p-archive-main {
	padding-top: 60px
}
@media (min-width:769px) {
	.p-archive-main {
		padding-top: 120px
	}
}
.p-section11 {
	padding-bottom: 80px
}
@media (min-width:769px) {
	.p-section11 {
		padding-bottom: 120px
	}
}
.p-inner11 {
	margin: 0 auto;
	padding: 0 4%
}
@media (min-width:769px) {
	.p-inner11 {
		padding: 0 6.2%
	}
}
@media (min-width:1200px) {
	.p-inner11 {
		box-sizing: content-box;
		max-width: 1320px
	}
}
@media (min-width:1440px) {
	.p-inner11 {
		max-width: 1680px
	}
}
@media (min-width:1920px) {
	.p-inner11 {
		max-width: 1680px
	}
}
.p-breadcrumbs11 {
	display: none;
	position: relative
}
@media (min-width:769px) {
	.p-breadcrumbs11 {
		display: block;
		padding: 14px 0;
		background-color: #f6f6f6
	}
}
.p-title11 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 0 40px
}
@media (min-width:769px) {
	.p-title11 {
		padding: 70px 0
	}
}
.p-article-list11 {
	padding: 40px 0 0 0
}
@media (min-width:769px) {
	.p-search11 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		gap: 16px;
		margin-bottom: 24px
	}
}
@media (min-width:1920px) {
	.p-search11 {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px
	}
}
.p-search11__form {
	margin-bottom: 16px
}
@media (min-width:769px) {
	.p-search11__form {
		margin-bottom: 0;
		width: 244px
	}
}
@media (min-width:769px) {
	.p-search11__button {
		width: calc(100% - (244px + 16px))
	}
}
.p-search11__select select {
	width: 244px
}
@media (min-width:1201px) {
	.p-search11 {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}
@media (min-width:1440px) and (max-width:1921px) {
	.p-search11 {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px
	}
}
.p-search12 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #acadaf
}
@media (min-width:1440px) and (max-width:1921px) {
	.p-search12 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: end;
		align-items: flex-end
	}
}
@media (min-width:1920px) {
	.p-search12 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: end;
		align-items: flex-end
	}
}
.p-categories11 {
	padding-bottom: 24px
}
.p-main-categories11 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}
.p-main-categories11 a {
	padding: 8px 24px;
	cursor: pointer
}
.p-main-categories11 a.js-tabSelect {
	background-color: #ccc
}
@media (min-width:1200px) {
	.p-main-categories11 {
		gap: 5px
	}
	.p-main-categories11 a {
		padding: 8px 10px
	}
}
@media (min-width:1440px) and (max-width:1921px) {
	.p-main-categories11 {
		gap: 5px
	}
	.p-main-categories11 a {
		padding: 8px 10px
	}
}
@media (min-width:1921px) {
	.p-main-categories11 a {
		padding: 8px 24px
	}
}
.p-sub-categories11 a {
	padding: 8px 24px;
	cursor: pointer
}
.p-sub-categories11 a.js-tabSelect {
	background-color: #ccc
}
@media (min-width:1440px) {
	.p-sub-categories11 a {
		padding: 8px 20px
	}
}
@media (min-width:1921px) {
	.p-sub-categories11 a {
		padding: 8px 24px
	}
}
.p-sub-category11 {
	display: none
}
.p-sub-category11.js-active {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding-top: 24px
}
.p-post21 {
	margin-bottom: 80px
}
.p-post21__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.p-post21__head {
	margin-bottom: 40px;
	padding: 24px 0
}
@media (min-width:769px) {
	.p-post21__head {
		padding: 64px 0 0
	}
}
@media (min-width:769px) {
	.p-post21__sns-list {
		margin-right: 0;
		margin-left: auto
	}
}
.p-post21__title {
	margin-bottom: 16px
}
.p-post21__title02 {
	margin-top: 64px;
	margin-bottom: 24px
}
.p-post21__title03 {
	margin-bottom: 16px
}
.p-post21__title04 {
	margin-bottom: 16px
}
.p-post21__title05 {
	margin-bottom: 24px
}
.p-post21__text:not(:last-child) {
	margin-bottom: 40px
}
.p-post21__text02 {
	max-width: 800px
}
.p-post21__text02:not(:last-child) {
	margin-bottom: 32px
}
.p-post21__text03:not(:last-child) {
	margin-bottom: 16px
}
.p-post21__text04:not(:last-child) {
	margin-bottom: 32px
}
.p-post21__column01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px 40px;
	margin-bottom: 64px
}
.p-post21__column02 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px 40px;
	margin-bottom: 24px
}
.p-post21__column03 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px
}
.p-post21__column03-item--wide-fixed {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.p-post21__box01 {
	margin-bottom: 32px
}
.p-post21__button {
	margin: auto
}
.p-post21__button--center {
	margin-right: auto;
	margin-left: auto
}
.p-post21__iframe {
	margin-bottom: 64px
}
.p-post21__link-list01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 44px
}
.p-post21__sub-content {
	margin-bottom: 64px;
	padding: 36px 24px;
	background: #f6f6f6
}
@media (min-width:769px) {
	.p-post21 {
		margin-bottom: 160px
	}
	.p-post21__body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 64px
	}
	.p-post21__main {
		-ms-flex: 1;
		flex: 1
	}
	.p-post21__sidebar {
		width: calc(372px + 64px);
		max-width: 33%;
		padding-left: 64px;
		border-left: 1px solid #acadaf
	}
	.p-post21__column01 {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.p-post21__column02 {
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 32px
	}
	.p-post21__column03 {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.p-post21__column03-item {
		max-width: calc(50% - 12px)
	}
	.p-post21__button {
		margin-left: 0
	}
	.p-post21__button--center {
		margin-right: auto;
		margin-left: auto
	}
	.p-post21__sub-content {
		padding: 40px
	}
}
.p-image21:not(:last-child) {
	margin-bottom: 40px
}
.p-image21__img {
	width: 100%;
	max-width: 100%
}
.p-image21__caption {
	margin-top: 8px;
	color: #000;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.2
}
@media (min-width:769px) {
	.p-image21__caption {
		font-size: 1.4rem
	}
}
.p-image22:not(:last-child) {
	margin-bottom: 40px
}
.p-image22__img {
	width: 100%;
	max-width: 100%
}
.p-image22__caption {
	margin-top: 8px;
	color: #000;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.2
}
@media (min-width:769px) {
	.p-image22__img {
		width: auto
	}
	.p-image22__caption {
		font-size: 1.4rem
	}
}
.p-box21 {
	margin-bottom: 24px;
	padding: 32px;
	border: 8px solid #f6f6f6
}
@media (min-width:769px) {
	.p-box21 {
		margin-bottom: 48px
	}
}
.p-table21 {
	margin-bottom: 12px;
	overflow: auto
}
.p-notes-list21 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 64px
}
.p-related-list01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px 20px;
	margin-bottom: 64px
}
.p-related-list01__link {
	display: block
}
.p-related-list01__link:hover .p-related-list01__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.p-related-list01__thumbnail {
	margin-bottom: 8px;
	overflow: hidden
}
.p-related-list01__img {
	transition: .3s
}
@media (min-width:769px) {
	.p-related-list01 {
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.p-related21 {
	margin-bottom: 16px
}
.p-related21__link {
	display: block
}
.p-related21__link:hover .p-related21__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.p-related21__link:hover .p-related21__text {
	color: #acadaf;
	text-decoration: underline
}
.p-related21__thumbnail {
	margin-bottom: 8px;
	overflow: hidden
}
.p-related21__img {
	transition: .3s
}
@media (min-width:769px) {
	.p-related21 {
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.p-sidebar21 {
	margin-top: 64px
}
.p-sidebar21__item {
	padding: 40px 0;
	border-bottom: 1px solid #acadaf
}
.p-sidebar21__item:first-child {
	border-top: 1px solid #acadaf
}
.p-sidebar21__title01 {
	margin-bottom: 16px
}
.p-sidebar21__card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px
}
.p-sidebar21__card-item {
	width: calc(50% - 4px)
}
@media (min-width:769px) {
	.p-sidebar21 {
		margin-top: 0
	}
	.p-sidebar21__item:first-child {
		padding-top: 0;
		border-top: none
	}
	.p-sidebar21__card-item {
		width: calc((100% - 16px)/ 3)
	}
}
.p-link-list21 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}
.p-link-list21:not(:last-child) {
	margin-bottom: 16px
}
.p-post21__caption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px 40px
}
@media (min-width:769px) {
	.p-post21__caption {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center
	}
}
.p-sns-list21 {
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}
@media (min-width:769px) {
	.p-sns-list21__icon {
		width: 22px
	}
}
.p-time-category21 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px
}

.c-anker003 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 4px 12px;
	max-width: 844px;
	margin: 0 auto;
	padding: 24px;
	border-radius: 6px;
	background: #f6f6f6
}
.c-anker003>li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px
}
.c-anker003>li a::after {
	line-height: 0;
	content: url(/top-page/assets/img/icon_arrow_bottom_gray01.svg)
}
@media (min-width:769px) {
	.c-anker003 {
		gap: 16px 40px
	}
	.c-anker003>li a {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.p-news001 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 64px;
	margin-bottom: 80px
}
@media (min-width:769px) {
	.p-news001 {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 80px;
		margin-bottom: 80px
	}
}
.p-news001__item {
	width: 100%
}
@media (min-width:769px) {
	.p-news001__item {
		width: 50%
	}
}
.p-news001__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
	padding: 16px 0;
	border-bottom: 1px solid #ccc
}
@media (min-width:769px) {
	.p-news001__head {
		margin-bottom: 40px;
		padding: 32px 0
	}
}
.p-news001__title {
	font-size: 2rem
}
@media (min-width:769px) {
	.p-news001__title {
		font-size: 2rem;
		line-height: 1.4
	}
}
.p-news001__link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
	gap: 4px
}
@media (min-width:769px) {
	.p-news001__link {
		gap: 16px
	}
}
.p-news001__link::after {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: ""
}
.u-mb80 {
	margin-bottom: 80px!important
}
@media (max-width:768px) {
	.u-mt40-sp {
		margin-top: 40px!important
	}
}
.u-inline-block {
	display: inline-block
}
.font-size-xs {
	font-size: 1rem
}
@media (max-width:768px) {
	.font-size-base-sp {
		font-size: 1.6rem!important
	}
}
.u-text-semibold {
	font-weight: 600
}
.u-pt0 {
	padding-top: 0!important
}
.u-maxwidth952 {
	max-width: 952px
}
.u-maxwidth756 {
	max-width: 756px
}
.u-maxwidth757 {
	max-width: 757px
}
.u-maxwidth456 {
	max-width: 456px
}
.u-maxwidth900 {
	max-width: 900px
}
@media (max-width:768px) {
	.u-mini-font001-sp {
		font-size: 10px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		display: inline-block
	}
}
@media (max-width:768px) {
	.u-maxwidth78percent-sp {
		max-width: 78%
	}
}
@media (min-width:1921px) {
	.u-width004 {
		width: 100%;
		max-width: initial
	}
}
.u-block-center {
	margin-left: auto;
	margin-right: auto
}
.c-notelist001--reset001 {
	counter-reset: number 1
}
.c-notelist001--reset002 {
	counter-reset: number 2
}
.c-notelist001--reset003 {
	counter-reset: number 3
}
.c-title031 {
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #35363b
}
@media (min-width:769px) {
	.c-title031 {
		font-size: 2.4rem
	}
}
.c-title032 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #35363b
}
@media (min-width:769px) {
	.c-title032 {
		font-size: 2.4rem
	}
}
.c-text011 {
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-text011 {
		font-size: 1rem
	}
}
.c-image004__figure--full img {
	width: 100%;
	height: auto
}
.c-anker002__content--full {
	width: 100%
}
@media (min-width:769px) {
	.c-box003--spacious {
		padding: 64px
	}
}
@media (min-width:769px) {
	.c-box024 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 64px;
		-moz-column-gap: 64px;
		column-gap: 64px
	}
}
.c-box024__contents01 {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.c-box024__contents01 {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		margin-bottom: 0
	}
}
@media (min-width:769px) {
	.c-box024__contents02 {
		width: 40%
	}
}
@media (max-width:768px) {
	.c-box025 {
		max-width: 89.856%;
		margin-left: auto;
		margin-right: auto
	}
}
@media (min-width:769px) {
	.c-box025 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
}
.c-box025__contents01 {
	margin-bottom: 40px
}
@media (min-width:769px) {
	.c-box025__contents01 {
		width: 42.315%
	}
}
@media (min-width:769px) {
	.c-box025__contents02 {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		margin-bottom: 0
	}
}
@media (max-width:768px) {
	.c-grid001--gap40-sp {
		gap: 40px
	}
}
.c-grid006 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px
}
@media (max-width:768px) {
	.c-grid006--reverse-sp {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
@media (min-width:769px) {
	.c-grid006 {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		gap: 40px
	}
}
@media (min-width:769px) {
	.c-grid006__item01 {
		width: 48.718%
	}
}
@media (min-width:769px) {
	.c-grid006__item02 {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}
}
.c-grid006__image img {
	width: 100%;
	height: auto
}
.c-table004__bright01 {
	background: #ccc
}
.c-table004__pd03 {
	padding: 8px 24px!important
}
.c-table004__pd04 {
	padding: 8px!important
}
.c-table004__pd05 {
	padding: 4px 24px!important
}
.c-table004__pd06 {
	padding: 0 24px!important
}
.c-table004__pd07 {
	padding: 8px 12px!important
}
.c-table004__pd08 {
	padding: 14px 24px!important
}
.c-table004__pd09 {
	padding: 4px 20px!important
}
.c-table004 th.font-size-s {
	font-size: 1.2rem
}
.c-table004 tbody th.u-text-left {
	text-align: left
}
.c-table004__th14 {
	width: 105px
}
.c-table004__th15 {
	width: 161px
}
.c-table004__th16 {
	width: 91px
}
.c-table004__th17 {
	width: 294px
}
.c-table004__th18 {
	width: 72px
}
.c-table004__th19 {
	width: 120px
}
.c-table004__th20 {
	width: 199px
}
.c-table007 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 1rem;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto
}
@media (min-width:769px) {
	.c-table007 {
		max-width: 500px
	}
}
@media (max-width:768px) {
	.c-table007 {
		white-space: nowrap
	}
}
.c-table007 thead {
	text-align: left
}
.c-table007 thead tr {
	border-bottom: 2px solid #50617a
}
.c-table007 thead tr th {
	padding: 2px 0
}
@media (min-width:769px) {
	.c-table007 thead tr th {
		padding: 6px 4px
	}
}
.c-table007 thead tr th:first-child {
	width: 56px
}
@media (min-width:769px) {
	.c-table007 thead tr th:first-child {
		width: 100px
	}
}
.c-table007 tbody {
	text-align: left
}
.c-table007 tbody tr {
	border-bottom: 1px solid #acadaf
}
.c-table007 tbody tr th {
	padding: 2px 0;
	font-weight: 700
}
@media (max-width:768px) {
	.c-table007 tbody tr th {
		line-height: 180%
	}
}
@media (min-width:769px) {
	.c-table007 tbody tr th {
		padding: 4px
	}
}
.c-table007 tbody tr td {
	font-size: 1.2rem;
	vertical-align: middle;
	padding: 4px 0
}
@media (min-width:769px) {
	.c-table007 tbody tr td {
		padding: 4px 8px
	}
}
@media (max-width:768px) {
	.c-table007__th01 {
		width: 50px
	}
	.c-table007__th01 .u-mini-font001-sp {
		position: relative;
		top: 1px
	}
}
.c-contents011 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.c-contents011__item {
	margin-top: 40px;
	width: 100%
}
@media (min-width:769px) {
	.c-contents011__item {
		margin-top: 24px;
		width: calc(100% / 3 - 24px * 2 / 3)
	}
	.c-contents011__item>a {
		min-height: 75px;
		height: 100%;
		width: 100%
	}
	.c-contents011__item:not(:nth-child(3n)) {
		margin-right: 24px
	}
}
.c-anker005 {
	padding: 32px 4%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
@media (min-width:1020px) {
	.c-anker005:lang(ja) {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 66px
	}
}
@media (min-width:1063px) {
	.c-anker005:lang(en) {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 66px
	}
}
@media (min-width:769px) {
	.c-anker005 {
		padding: 32px 4.2%
	}
}
.c-anker005__inner01 {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 43px
}
@media (max-width:768px) {
	.c-anker005__inner01--gap40--sp {
		gap: 40px
	}
}
@media (min-width:830px) {
	.c-anker005__inner01 {
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 16px 64px
	}
}
@media (min-width:1020px) {
	.c-anker005__inner01:lang(ja) {
		margin-right: 0
	}
}
@media (min-width:1063px) {
	.c-anker005__inner01:lang(en) {
		margin-right: 0
	}
}
.c-anker005__inner02 {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px
}
@media (min-width:830px) {
	.c-anker005__inner02 {
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 16px 64px
	}
}
@media (min-width:1020px) {
	.c-anker005__inner02:lang(ja) {
		margin-left: 0
	}
}
@media (min-width:1063px) {
	.c-anker005__inner02:lang(en) {
		margin-left: 0
	}
}
.c-anker005__content {
	position: relative
}
.c-anker005__content a {
	color: #35363b;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	text-align: center;
	padding-bottom: 18px;
	display: block
}
.c-anker005__content a::before {
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-right: 2px solid #35363b;
	border-bottom: 2px solid #35363b
}
@media (min-width:1278px) {
	.c-anker005__hidden:lang(en) {
		display: none
	}
}
.c-section019 {
	width: 100%;
	position: relative
}
.c-section019__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: calc(100% - 40px);
	z-index: 2
}
.c-section019__image {
	position: relative
}
.c-section019__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-section019__image img {
	width: 100%;
	height: 486px;
	object-fit: cover
}
.c-section020 {
	padding-top: 64px
}
@media (min-width:769px) {
	.c-section020 {
		padding-top: 0;
		margin-top: 80px
	}
}
.c-box021 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-box021 {
		margin-bottom: 40px
	}
}
.c-box021>* {
	width: 50%
}
.c-box022 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6.5px
}
@media (min-width:769px) {
	.c-box022 {
		gap: 12px
	}
}
.c-box022__item {
	width: calc((100% - 13px)/ 3);
	max-width: 140px;
	border: 2px solid #dadde3;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
@media (min-width:769px) {
	.c-box022__item {
		width: calc((100% - 24px)/ 3);
		max-width: 214px
	}
}
.c-box022__item::before {
	display: block;
	content: '';
	padding-top: 100%
}
.c-box022__inner {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.c-box022__inner img {
	width: 32px
}
@media (min-width:769px) {
	.c-box022__inner img {
		width: 44px
	}
}
.c-box022__title {
	font-size: 1rem;
	color: #50617a;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center
}
@media (min-width:769px) {
	.c-box022__title {
		font-size: 1.6rem
	}
}
.c-box022__title>span {
	color: #041d41;
	font-size: 2rem;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	line-height: 140%;
	letter-spacing: .05em;
	text-align: center;
	display: block
}
@media (min-width:769px) {
	.c-box022__title>span {
		font-size: 4rem;
		line-height: 120%
	}
}
.c-box022__title>span .u-symbol {
	color: inherit;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: inherit;
	letter-spacing: 0;
	text-align: center
}
@media (min-width:769px) {
	.c-box022__title>span .u-symbol {
		font-size: 2.4rem;
		letter-spacing: .05em
	}
}
.c-box026 {
	background: #f6f6f6;
	padding: 24px 16px
}
@media (min-width:769px) {
	.c-box026 {
		padding: 40px 64px
	}
}
.c-box027 {
	margin-top: 64px
}
@media (min-width:769px) {
	.c-box027 {
		margin-top: 120px
	}
}
.c-box028 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}
@media (min-width:769px) {
	.c-box028 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 40px
	}
}
@media (min-width:769px) {
	.c-box028__contents01 {
		width: calc(64.815% - 40px)
	}
}
@media (min-width:769px) {
	.c-box028__contents02 {
		width: 35.185%
	}
}
.c-box029 {
	margin: 80px auto
}
@media (min-width:769px) {
	.c-box029 {
		margin: 160px auto
	}
}
.c-box031 {
	margin: -55px auto auto
}
@media (min-width:769px) {
	.c-box031 {
		margin: -80px auto auto
	}
}
.c-title028 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	color: #35363b;
	letter-spacing: .05em;
	margin-bottom: 40px
}
@media (min-width:769px) {
	.c-title028 {
		font-size: 2.4rem;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center
	}
}
.c-title028>span {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left;
	display: block
}
@media (min-width:769px) {
	.c-title028>span {
		display: inline-block;
		padding-left: 16px
	}
}
.c-title029 {
	margin: 0 0 24px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
	color: #35363b;
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-title029 {
		font-size: 2rem;
		letter-spacing: .05em;
		margin-bottom: 8px
	}
}
.c-title033 {
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	line-height: 140%;
	letter-spacing: 0
}
.c-title035 {
	color: #041d41;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	line-height: 140%;
	letter-spacing: 0
}
.c-title036 {
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0
}
.c-title037 {
	color: #041d41;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center
}
.c-title038 {
	color: #35363b;
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: .05em;
	text-align: left
}
@media (min-width:769px) {
	.c-title038 {
		font-size: 2.4rem;
		line-height: 120%
	}
}
.c-title40 {
	margin-bottom: 24px
}
@media (min-width:769px) {
	.c-title40 {
		padding-bottom: 40px;
		margin-bottom: 40px;
		position: relative
	}
	.c-title40::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: '';
		width: 80px;
		height: 1px;
		background-color: #ccc
	}
}
.c-title40>a {
	transition: ease .3s
}
.c-title40>a:hover {
	opacity: .7
}
.c-title40__inner {
	color: #35363b;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
.c-title40__inner::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:1150px) {
	.c-title40__inner.u-inline001 {
		display: inline
	}
}
.c-title40__base {
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	text-align: left;
	display: inline-block;
	margin-bottom: 8px
}
@media (min-width:769px) {
	.c-title40__base {
		line-height: 170%;
		margin-bottom: 16px
	}
}
.c-title40__l {
	color: #35363b;
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: .05em;
	text-align: left;
	display: inline-block
}
@media (min-width:769px) {
	.c-title40__l {
		font-size: 2.4rem;
		line-height: 120%
	}
}
.c-title40__m {
	color: #35363b;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left;
	display: inline-block
}
.c-title40__blank {
	display: inline-block;
	position: relative;
	padding-right: 34px
}
.c-title40__blank::before {
	position: absolute;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: url(/top-page/assets/img/icon_blank01.svg);
	top: calc(50% - 2px);
	right: 4px;
	width: 12px;
	height: 12px;
	-webkit-transform: translate(0, -50%) rotate(0);
	transform: translate(0, -50%) rotate(0)
}
.c-title043 {
	color: #fff;
	font-weight: 300;
	font-size: 2rem;
	line-height: 140%;
	letter-spacing: .05em
}
.c-text010 {
	color: #35363b;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%
}
.c-text010 a {
	text-decoration: underline;
	transition: .3s
}
.c-text010 a:hover {
	opacity: .7
}
.c-text012 {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: -.05em;
	text-align: left;
	display: block;
	margin-top: 16px
}
@media (min-width:769px) {
	.c-text012 {
		text-align: right;
		margin-top: 24px
	}
}
.c-text013 {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	text-align: center;
	color: #fff
}
.c-text014 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: .05em;
	text-align: center;
	color: #fff
}
@media (min-width:769px) {
	.c-text014 {
		font-size: 2.4rem;
		line-height: 140%
	}
}
.c-text015 {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	color: #fff
}
.c-text016 {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	text-align: left
}
.c-text017 {
	font-size: 1.6rem;
	color: #35363b;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left
}
.c-text017__no01 {
	padding-left: 20px;
	position: relative
}
.c-text017__no01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '①'
}
.c-text017__no01:lang(en) {
	padding-left: 19px
}
.c-text017__no01:lang(en)::before {
	content: '1.'
}
.c-text017__no02 {
	padding-left: 20px;
	position: relative
}
.c-text017__no02::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '②'
}
.c-text017__no02:lang(en) {
	padding-left: 19px
}
.c-text017__no02:lang(en)::before {
	content: '2.'
}
.c-annotation003 {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	color: #35363b
}
@media (min-width:769px) {
	.c-annotation003 {
		text-align: center
	}
}
.c-annotation003 small {
	display: inline-block;
	padding-left: 17px;
	position: relative
}
.c-annotation003 small::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※'
}
.c-annotation003.u-number01 small {
	padding-left: 28px
}
.c-annotation003.u-number01 small::before {
	content: '※1'
}
.c-annotation003.u-number02 small {
	padding-left: 28px
}
.c-annotation003.u-number02 small::before {
	content: '※2'
}
.c-annotation003.u-number03 small {
	padding-left: 28px
}
.c-annotation003.u-number03 small::before {
	content: '※3'
}
.c-list023__text {
	line-height: 140%
}
@media (min-width:769px) {
	.c-list023__text {
		font-size: 1.5rem;
		padding: 12px 10% 12px 9.2%
	}
}
.c-list024 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 24px
}
@media (min-width:769px) {
	.c-list024 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}
@media (min-width:769px) {
	.c-list024>* {
		width: calc((100% - 48px)/ 3)
	}
}
.c-list030 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px
}
.c-list031 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 40px
}
@media (min-width:769px) {
	.c-list031 {
		gap: 64px
	}
}
.c-list032 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 16px
}
@media (min-width:769px) {
	.c-list032 {
		gap: 40px
	}
}
.c-list034 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 40px
}
@media (min-width:769px) {
	.c-list034 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 40px 64px
	}
}
.c-list034>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list034>* {
		width: calc((100% - 64px)/ 2)
	}
}
.c-list035 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 40px
}
@media (min-width:500px) {
	.c-list035 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}
.c-list035>* {
	width: 100%
}
@media (min-width:500px) {
	.c-list035>* {
		width: calc((100% - 40px)/ 2)
	}
}
@media (min-width:769px) {
	.c-list035>* {
		width: calc((100% - 80px)/ 3)
	}
}
.c-list036 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px
}
.c-list036>* {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 120%;
	color: #35363b;
	padding-left: 14px;
	position: relative
}
.c-list036>::before {
	position: absolute;
	top: 0;
	left: -3px;
	content: '・'
}
.c-list037 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 40px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto
}
@media (min-width:769px) {
	.c-list037 {
		gap: 24px
	}
}
.c-list038 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px 20px
}
@media (min-width:769px) {
	.c-list038 {
		gap: 40px
	}
}
.c-list038>* {
	width: calc((100% - 20px)/ 2)
}
@media (min-width:769px) {
	.c-list038>* {
		width: calc((100% - 80px)/ 3)
	}
}
.c-list039 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 32px;
	width: 256px;
	margin: 0 auto
}
@media (min-width:769px) {
	.c-list039 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%
	}
}
.c-list039>* {
	width: 40px;
	height: 40px
}
.c-list039>* a {
	display: block
}
.c-list039>* img {
	width: 100%;
	height: auto
}
.c-list040 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 40px
}
@media (min-width:769px) {
	.c-list040 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 64px 40px
	}
}
.c-list040>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list040>* {
		width: calc((100% - 40px)/ 2)
	}
}
.c-list041 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 64px
}
@media (min-width:769px) {
	.c-list041 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 96px 40px
	}
}
@media (min-width:769px) {
	.c-list041>* {
		width: calc((100% - 80px)/ 3)
	}
}
.c-list042 {
	padding: 0 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 24px
}
@media (min-width:769px) {
	.c-list042 {
		padding: 0 40px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}
@media (min-width:769px) {
	.c-list042>* {
		width: calc((100% - 48px)/ 3)
	}
}
.c-list043 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column
}
@media (min-width:769px) {
	.c-list043 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 40px
	}
}
@media (min-width:769px) {
	.c-list043>* {
		width: calc((100% - 40px)/ 2)
	}
}
.c-list045 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 24px
}
@media (min-width:769px) {
	.c-list045 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 40px
	}
}
.c-list046 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px
}
@media (min-width:769px) {
	.c-list046 {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 24px
	}
}
.c-list046>* {
	width: 100%
}
@media (min-width:769px) {
	.c-list046>* {
		width: calc((100% - 24px)/ 2)
	}
}
@media (min-width:769px) {
	.c-list046--column3>* {
		width: calc((100% - 48px)/ 3)
	}
}
.c-list048 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column
}
.c-list048__in {
	padding-left: 20px
}
.c-list048>* {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	color: #35363b;
	padding-left: 14px;
	position: relative
}
.c-list048>::before {
	position: absolute;
	top: 0;
	left: -3px;
	content: '・'
}
.c-list049 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 32px
}
@media (min-width:769px) {
	.c-list049 {
		gap: 24px
	}
}
.c-list050 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 24px
}

@media (min-width:769px) {
  .c-list050 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px
  }
}

@media (min-width:769px) {
  .c-list050>* {
    width: calc((100% - 40px)/ 2)
  }
}
.c-contents010 {
	max-width: 343px
}
@media (min-width:769px) {
	.c-contents010 {
		max-width: 100%
	}
}
.c-contents010 area {
	background: rgba(255, 255, 255, 0)
}
@media (min-width:769px) {
	.c-contents010 area {
		transition: .3s
	}
}
.c-contents010 area:hover {
	opacity: .7;
	background: rgba(255, 255, 255, .3)
}
.c-contents013 {
	position: relative;
	margin: 0 auto
}
@media (min-width:769px) {
	.c-contents013 {
		max-width: 1080px;
		padding: 0 7.8%;
		box-sizing: content-box
	}
}
@media (min-width:1921px) {
	.c-contents013 {
		max-width: 1920px;
		padding: 0
	}
}
.c-contents013__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: calc(100% - 40px);
	z-index: 2
}
.c-contents013__image {
	position: relative
}
.c-contents013__image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
	content: ''
}
.c-contents013__image img {
	width: 100%;
	height: 377px;
	object-fit: cover
}
.c-contents014 {
	background-color: #f6f6f6;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto
}
@media (min-width:1921px) {
	.c-contents014 {
		max-width: 1080px
	}
}
.c-contents014__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 8px;
	padding: 24px 70px 24px 32px;
	position: relative
}
.c-contents014__inner::before {
	position: absolute;
	top: 50%;
	right: 32px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.c-contents014__inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		gap: 32px;
		padding: 48px 62px 48px 40px
	}
	.c-contents014__inner::before {
		right: 40px
	}
}
.c-contents014__title {
	color: #35363b;
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: .05em;
	text-align: left
}
@media (min-width:769px) {
	.c-contents014__title {
		width: 166px
	}
}
.c-contents014__text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left
}
@media (min-width:769px) {
	.c-contents014__text {
		width: calc(100% - 198px)
	}
}
.c-button026 {
	width: 136px;
	height: 40px;
	border: 1px solid #ccc;
	padding: 9px 16px;
	background-color: #f6f6f6;
	margin-left: auto;
	margin-right: auto
}
@media (min-width:769px) {
	.c-button026 {
		transition: ease .3s
	}
	.c-button026:hover {
		opacity: .7
	}
}
.c-button026>* {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	padding-left: 22px;
	position: relative
}
.c-button026>::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 2px;
	content: '';
	background-color: #acadaf
}
.c-button026>::after {
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 14px;
	content: '';
	background-color: #acadaf
}
.c-card022__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card022__image {
		margin-bottom: 8px
	}
}
.c-card022__image img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-card022__text {
		padding: 8px
	}
}
.c-card026 a {
	display: block
}
.c-card026__image img {
	width: 100%;
	height: auto
}
.c-card026__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	padding-right: 26px;
	color: #35363b;
	display: inline-block;
	padding: 8px 26px 8px 8px;
	position: relative
}
.c-card026__title::before {
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card026__title--blank::before {
	display: block;
	top: 46%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: "";
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.c-card027__image {
	margin-bottom: 8px
}
@media (min-width:769px) {
	.c-card027__image {
		margin-bottom: 0
	}
}
.c-card027__image img {
	width: 100%;
	height: auto
}
.c-card027__title {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0;
	text-align: left
}
@media (min-width:769px) {
	.c-card027__title {
		font-size: 1.6rem;
		line-height: 170%;
		padding: 8px
	}
}
@media (min-width:769px) {
	.c-card028>a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 24px;
		transition: ease .3s
	}
	.c-card028>a:hover {
		opacity: .7
	}
}
.c-card028__image {
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 8px
}
@media (min-width:769px) {
	.c-card028__image {
		max-width: 200px;
		margin-bottom: 0
	}
}
.c-card028__image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	aspect-ratio: 343/194;
	object-fit: cover
}
@media (min-width:769px) {
	.c-card028__text {
		width: calc(100% - 224px);
		padding: 8px
	}
}
.c-card028__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin: 0 0 12px
}
@media (min-width:769px) {
	.c-card028__data {
		margin: 0 0 8px
	}
}
.c-card028__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card028__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc
}
.c-card028__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
.c-card029__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card029__image {
		margin-bottom: 4px
	}
}
.c-card029__image img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-card029__text {
		padding: 8px
	}
}
.c-card029__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	padding-right: 26px;
	color: #35363b;
	margin-bottom: 12px;
	display: inline-block;
	position: relative
}
@media (min-width:769px) {
	.c-card029__title {
		font-size: 2rem;
		line-height: 140%;
		margin-bottom: 8px
	}
}
.c-card029__title::before {
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card029__lead {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left
}
@media (min-width:769px) {
	.c-card029__lead {
		font-size: 1.6rem;
		line-height: 140%
	}
}
.c-card030 {
	background-color: #f6f6f6;
	padding: 24px
}
.c-card030__title {
	display: inline-block;
	padding-right: 24px;
	margin-bottom: 16px;
	position: relative
}
.c-card030__title::before {
	position: absolute;
	top: 50%;
	right: 3px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card030__title img {
	width: 32px
}
.c-card030__title__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.c-card030__name {
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: .05em;
	text-align: center;
	padding-left: 10px
}
.c-card030__text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	text-align: left
}
.c-card031>a {
	color: #35363b;
	display: block
}
.c-card031__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card031__image {
		margin-bottom: 16px
	}
}
.c-card031__image img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-card031__wrap {
		padding: 8px
	}
}
.c-card031__title {
	color: #35363b;
	font-weight: 300;
	font-size: 2rem;
	line-height: 140%;
	padding-right: 32px;
	display: inline-block;
	position: relative
}
.c-card031__title::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.c-card031__title {
		font-size: 3.2rem;
		line-height: 120%
	}
}
.c-card031__title--blank::before {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	content: url(/top-page/assets/img/icon_blank01.svg)
}
.c-card031__text {
	color: #35363b;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 170%;
	margin-top: 12px
}
@media (min-width:769px) {
	.c-card031__text {
		margin-top: 16px
	}
}
.c-card032__image {
	margin-bottom: 12px
}
@media (min-width:769px) {
	.c-card032__image {
		margin-bottom: 4px
	}
}
.c-card032__image img {
	width: 100%;
	height: auto
}
@media (min-width:769px) {
	.c-card032__text {
		padding: 8px
	}
}
.c-card032__title {
	font-weight: 300;
	font-size: 2rem;
	line-height: 140%;
	padding-right: 26px;
	color: #35363b;
	margin-bottom: 12px;
	display: inline-block;
	position: relative
}
@media (min-width:769px) {
	.c-card032__title {
		margin-bottom: 8px;
		letter-spacing: .05em
	}
}
.c-card032__title::before {
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card032__lead {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left
}
@media (min-width:769px) {
	.c-card032__lead {
		font-size: 1.6rem
	}
}
.c-card033__image img {
	width: 100%;
	height: auto
}
.c-card033__text {
	padding: 16px 8px
}
.c-card033__title {
	color: #35363b;
	font-size: 2rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: .05em;
	text-align: left;
	padding-right: 26px;
	margin-bottom: 8px;
	display: inline-block;
	position: relative
}
.c-card033__title::before {
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-card033__lead {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left
}
.c-card034 {
	background: #f6f6f6;
	padding: 24px
}
@media (min-width:769px) {
	.c-card034 {
		padding: 40px
	}
}
.c-card034__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}
.c-card034__title__in {
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	line-height: 140%;
	letter-spacing: 0;
	text-align: left;
	width: calc(100% - 32px)
}
@media (min-width:769px) {
	.c-card034__title__in {
		font-size: 2rem;
		letter-spacing: .05em
	}
}
@media (min-width:769px) {
	.c-card034__title__in--fontweight-normal {
		font-weight: 300;
		font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
	}
}
.c-card034__toggle {
	display: block;
	padding: 12px;
	position: relative
}
.c-card034__toggle::before {
	position: absolute;
	top: calc(50% + 3px);
	left: 10px;
	width: 14px;
	height: 2px;
	content: '';
	background-color: #35363b;
	display: block;
	-webkit-transform: translate(-50%, calc(-50% - 2px));
	transform: translate(-50%, calc(-50% - 2px))
}
.c-card034__toggle::after {
	position: absolute;
	top: calc(50% + 3px);
	left: 10px;
	width: 2px;
	height: 14px;
	content: '';
	background-color: #35363b;
	display: block;
	-webkit-transform: translate(-50%, calc(-50% - 2px));
	transform: translate(-50%, calc(-50% - 2px));
	transition: .3s
}
.c-card034__toggle.is-active::after {
	-webkit-transform: translate(-50%, calc(-50% - 2px)) rotate(90deg);
	transform: translate(-50%, calc(-50% - 2px)) rotate(90deg)
}
.c-card034__text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left;
	margin-top: 8px
}
@media (min-width:960px) {
	.c-card036>a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 24px
	}
}
.c-card036__image {
	margin-bottom: 12px;
	border: 1px solid #ccc
}
@media (min-width:960px) {
	.c-card036__image {
		max-width: 195px;
		margin-bottom: 0
	}
}
.c-card036__image img {
	width: 100%;
	height: auto
}
@media (min-width:960px) {
	.c-card036__text {
		width: calc(100% - 219px)
	}
}
.c-card036__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #35363b;
	margin: 0 0 8px
}
.c-card036__time {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 170%;
	margin-right: 16px
}
.c-card036__category {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc
}
.c-card036__title {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 140%;
	color: #35363b
}
.c-card036__taglist {
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px 16px
}
.c-card036__taglist>li {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 120%;
	color: #acadaf;
	padding-left: 10px;
	position: relative
}
.c-card036__taglist>li::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: '#';
	color: #acadaf
}

.c-card037 {
  background-color: #fff
}

.c-card037__image {
  margin-bottom: 8px
}

.c-card037__image img {
  width: 100%;
  height: auto
}

.c-card037__text {
  padding: 8px
}

.c-card037__title {
  color: #35363b;
  font-size: 2rem;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: .05em;
  text-align: left;
  padding-right: 22px;
  display: inline-block;
  position: relative
}

.c-card037__title::before {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #35363b;
  border-right: 2px solid #35363b
}

@media (min-width:769px) {
  .c-card037__title {
    font-size: 2.4rem;
    line-height: 120%;
    padding-right: 30px
  }
}

.c-card037__title--blank::before{
	display: block;
	top: 46%;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	border: none;
	flex-shrink: 0;
	line-height: 0;
	content: "";
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.c-card037__lead {
  font-size: 1.6rem;
  color: #35363b;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0;
  text-align: left;
  margin-top: 16px
}

@media (min-width:769px) {
  .c-card037__lead {
    line-height: 140%
  }
}

.c-card038 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}

@media (min-width:769px) {
  .c-card038 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px
  }
}

@media (min-width:769px) {
  .c-card038__image {
    width: calc((100% - 40px)/ 2)
  }
}

.c-card038__image img {
  width: 100%;
  height: auto
}

.c-card038__text {
  padding: 8px
}

@media (min-width:769px) {
  .c-card038__text {
    padding: 0;
    width: calc((100% - 40px)/ 2)
  }
}

.c-card038__title {
  font-weight: 300;
  font-size: 2rem;
  color: #35363b;
  line-height: 140%;
  letter-spacing: .05em;
  margin-bottom: 16px
}

@media (min-width:769px) {
  .c-card038__title {
    font-size: 2.4rem;
    line-height: 120%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative
  }
  .c-card038__title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 80px;
    height: 1px;
    background-color: #ccc
  }
}

.c-card038__title>a {
  display: block;
  padding-right: 22px;
  position: relative
}

.c-card038__title>a::before {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #35363b;
  border-right: 2px solid #35363b
}

@media (min-width:769px) {
  .c-card038__title>a {
    padding-right: 38px
  }
}

.c-card038__title--blank>a::before{
	display: block;
	top: 46%;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	border: none;
	flex-shrink: 0;
	line-height: 0;
	content: "";
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

}

.c-card038__lead {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 170%;
  color: #35363b
}
.c-image003__figcaption {
	margin-top: 16px;
	color: #35363b;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: right
}
.c-image004__figure--01 {
	max-width: 864px;
	margin-left: auto;
	margin-right: auto
}
.c-image004__figure--02 {
	max-width: 756px;
	margin-left: auto;
	margin-right: auto
}
.c-image007 {
	margin-bottom: 32px
}
.c-image007 img {
	width: 100%;
	height: auto
}
.c-image007--center {
	text-align: center
}
.c-image007__caption {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0;
	text-align: left;
	color: #35363b
}
@media (min-width:769px) {
	.c-image007 {
		margin-bottom: 48px
	}
}
.tp04 {
	padding-top: 65px
}
@media (min-width:769px) {
	.tp04 {
		padding-top: 120px
	}
}
.u-pb0 {
	padding-bottom: 0!important
}
.u-pd0 {
	padding: 0!important
}
.u-pt40 {
	padding-top: 40px!important
}
.u-pb40 {
	padding-bottom: 40px!important
}
.u-gap0 {
	gap: 0
}
@media (max-width:768px) {
	.u-pd8-sp {
		padding: 8px
	}
}
.u-pd8 {
	padding: 8px
}
.u-pt80 {
	padding-top: 80px!important
}
.u-mt24 {
	margin-top: 24px
}
.u-mb24 {
	margin-bottom: 24px
}
.u-mg0 {
	margin: 0
}
@media (max-width:768px) {
	.u-mg0-sp {
		margin: 0
	}
}
@media (min-width:769px) {
	.u-mg0-pc {
		margin: 0
	}
}
@media (max-width:768px) {
	.u-mt24-sp {
		margin-top: 24px
	}
}
@media (min-width:769px) {
	.u-mt32-pc {
		margin-top: 32px
	}
}
@media (max-width:768px) {
	.u-mb12-sp {
		margin-bottom: 12px
	}
}
@media (min-width:769px) {
	.u-pb64-pc {
		padding-bottom: 64px
	}
}
@media (max-width:768px) {
	.u-pb30-sp {
		padding-bottom: 30px!important
	}
}
@media (max-width:768px) {
	.u-pb0-sp {
		padding-bottom: 0
	}
}
@media (max-width:768px) {
	.u-pt80-sp {
		padding-top: 80px
	}
}
@media (min-width:769px) {
	.u-pb80-pc {
		padding-bottom: 80px
	}
}
@media (min-width:769px) {
	.u-mb90-pc {
		margin-bottom: 90px
	}
}
.u-lastContents {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}
.u-mw100per {
	max-width: 100%!important
}
.u-mw1080 {
	max-width: 1080px!important
}
@media (min-width:769px) {
	.u-maxwidth-half-pc {
		max-width: 50%;
		margin-right: auto;
		margin-left: auto
	}
}
.u-maxwidth001 {
	max-width: 952px
}
@media (min-width:769px) {
	.u-w100per-pc {
		width: 100%!important
	}
}
.u-maxwidth002 {
	width: 100%;
	max-width: 344px
}
@media (max-width:768px) {
	.u-maxwidth003-sp {
		max-width: 100%
	}
}
.u-minwidth001 {
	min-width: 456px
}
@media (max-width:768px) {
	.u-height001-sp {
		height: 390px!important
	}
}
.u-letter-spacing--narrow01 {
	letter-spacing: -.05em;
	padding: 12px 11% 12px 9.2%
}
@media (min-width:769px) {
	.u-font-sizexl-pc {
		font-size: 2.4rem
	}
}
.c-supre002 {
	vertical-align: super;
	font-size: 1.2rem
}
.u-radius001 {
	border-radius: 6px
}
@media (min-width:769px) {
	.u-radius001-pc {
		border-radius: 6px
	}
}
@media (max-width:768px) {
	.u-radius001-sp {
		border-radius: 6px
	}
}
.u-radius002 {
	border-radius: 8px
}
@media (min-width:769px) {
	.u-radius002-pc {
		border-radius: 8px
	}
}
@media (max-width:768px) {
	.u-radius002-sp {
		border-radius: 8px
	}
}
.u-radius003 {
	border-radius: 0!important
}
@media (min-width:769px) {
	.u-align-center-pc {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
}
.js-more_contents001 {
	transition: .3s;
	opacity: 0;
	display: none
}
@media (min-width:769px) {
	.js-more_contents001 {
		opacity: 1;
		display: block
	}
}
.js-more_contents001.is-active {
	display: block;
	opacity: 1
}
@media (min-width:769px) {
	.js-more_button001 {
		display: none
	}
}
.js-more_button001.is-hidden {
	display: none
}
@media (max-width:768px) {
	.u-wdth343-sp {
		width: 343px
	}
}
.c-scroll001.u-position__top92 .scroll-hint-icon {
	top: 92px
}
.u-border001 {
	border: 1px solid #acadaf
}
.u-font-size11 {
	font-size: 1.1rem!important
}
@media (min-width:769px) {
	.font-size-m-pc {
		font-size: 1.4rem
	}
}
@media (max-width:768px) {
	.font-size-s-sp {
		font-size: 1.2rem
	}
}
.u-line-height120 {
	line-height: 120%
}
@media (min-width:769px) {
	.u-line-height120-pc {
		line-height: 120%
	}
}
@media (max-width:768px) {
	.u-line-height120-sp {
		line-height: 120%
	}
}
.u-line-height140 {
	line-height: 140%
}
@media (max-width:768px) {
	.u-line-height140-sp {
		line-height: 140%
	}
}
@media (min-width:769px) {
	.u-weight-normal-pc {
		font-weight: 300
	}
}
.u-display_block {
	display: block
}
@media (max-width:768px) {
	.u-display_block_sp {
		display: block
	}
}
.u-spacing001 {
	letter-spacing: -.01em
}
.u-spacing002 {
	letter-spacing: -.06em
}
.u-spacing003 {
	letter-spacing: -.07em
}
@media (min-width:769px) {
	.u-spacing004-pc {
		letter-spacing: .05em
	}
}
.u-spacing005 {
	letter-spacing: -.1em
}
.u-align-inherit-a::after {
	vertical-align: inherit
}
img.u-radius0 {
	border-radius: 0
}
.u-pseudo-hidden::before {
	display: none
}
.u-pseudo-hidden::after {
	display: none
}
.u-icon-pdf_b::before {
	width: 12px!important;
	height: 20px!important;
	content: url(/top-page/assets/img/icon_pdf21.svg)!important
}
.u-icon-pdf_b:lang(en)::before {
	width: 12px!important;
	height: 20px!important;
	content: url(/en/common/img/icon_pdf21.svg)!important
}
.u-icon-pdf_a::after {
	width: 12px!important;
	height: 20px!important;
	content: url(/top-page/assets/img/icon_pdf21.svg)!important
}
.u-icon-pdf_a:lang(en)::after {
	width: 12px!important;
	height: 20px!important;
	content: url(/en/common/img/icon_pdf21.svg)!important
}
.u-align-center {
	-ms-flex-align: center;
	align-items: center
}
.u-position-relative {
	position: relative
}
.u-text-rl {
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl
}
.u-text-rl span {
	display: block
}
.u-text-upright {
	text-orientation: upright
}
.p-breadcrumbs11 {
	padding: 0
}
.c-breadcrumbs11-list {
	max-width: calc(100% - 173px);
	overflow-x: hidden;
	position: relative
}
.c-breadcrumbs11-list.js-hidden::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 100%;
	background-color: #f6f6f6;
	content: '';
	display: block;
	z-index: 1
}
.c-breadcrumbs11-list.js-hidden::after {
	position: absolute;
	bottom: 0;
	right: 8px;
	height: 38px;
	content: '...';
	color: #35363b;
	display: block;
	z-index: 2
}
.c-breadcrumbs11-list__items {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 16px 0
}
.c-breadcrumbs11-list__item {
	color: #35363b;
	line-height: 170%
}
.c-breadcrumbs11-list__item:last-child {
	margin-right: 0
}
@media (min-width:769px) {
	.c-card019__box {
		padding: 8px
	}
}
.c-card019__title--adjustment01 {
	padding: 0 26px 0 0
}
.c-annotation003 small {
	font-size: 1.4rem
}
.c-notes001 small {
	font-size: 1.4rem
}
.c-notelist001__item {
	font-size: 1.4rem
}
.c-notelist001--reset004 {
	counter-reset: number 4
}
.c-button006__text {
	font-size: 1.6rem
}
@media (min-width:769px) {
	.c-button006__long {
		gap: 8px;
		padding: 14px 8px 14px 8px
	}
}
.c-button006--height01 {
	min-height: 70px;
	padding: 14px 24px 14px 28px;
	gap: 16px
}
.c-button006__textlong01 {
	padding: 14px 24px 14px 26px
}
.c-grid001__caption02 {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 0
}
.c-hr004 {
	border: none;
	background: #ccc;
	width: 100%;
	height: 1px;
	margin: 24px auto 32px
}
@media (min-width:769px) {
	.c-hr004 {
		margin: 40px auto 24px
	}
}
.u-belle001::before {
	background-color: rgba(0, 0, 0, .4)
}
@media (min-width:769px) {
	.u-belle001-pc::before {
		background-color: rgba(0, 0, 0, .4)
	}
}
@media (max-width:768px) {
	.u-belle001-sp::before {
		background-color: rgba(0, 0, 0, .4)
	}
}
.u-belle002::before {
	background-color: rgba(0, 0, 0, .3)
}
@media (max-width:768px) {
	.u-belle002-sp::before {
		background-color: rgba(0, 0, 0, .3)
	}
}
.u-belle003::before {
	display: none
}
@media (min-width:769px) {
	.u-belle003-pc::before {
		display: none
	}
}
@media (max-width:768px) {
	.u-belle004-sp::before {
		background-color: rgba(0, 0, 0, .35)
	}
}
.c-button002 a {
	font-size: 1.6rem;
	line-height: 140%
}
.c-notelist001__item {
	word-wrap: break-word
}
.c-box008__title span {
	font-size: 2rem
}
@media (min-width:769px) {
	.c-box008__title span {
		font-size: 2.4rem
	}
}
.c-button024__img.u-border-right {
	border-right: 1px solid #ccc
}
.c-anker003>li a {
	font-size: 1.6rem;
	line-height: 140%
}
.c-text-link001 {
	font-size: 1.4rem
}
.c-table004 td span, .c-table004 th span {
	font-size: 1.4rem
}
.c-annotation001 small {
	font-size: 1.4rem
}
.c-image004__text {
	max-width: 972px;
	margin: auto
}
.c-image004__text small {
	font-size: 1.4rem
}
.c-list028 li {
	font-size: 1.4rem
}
@media (min-width:769px) {
	.u-pd24-pc {
		padding: 24px!important
	}
}
.c-table003__th03, .c-table003__th04 {
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	padding: 16px 24px;
	font-size: 1.6rem
}
@media (min-width:769px) {
	.c-table003__th03, .c-table003__th04 {
		padding: 24px
	}
}
.c-table003__th03 {
	width: 140px;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003__th03 {
		width: 300px
	}
}
.c-table003__th04 {
	width: 500px
}
@media (min-width:769px) {
	.c-table003__th04 {
		width: 840px
	}
}
.c-table003__table--02 {
	min-width: 660px
}
@media (min-width:769px) {
	.c-table003__table--02 {
		min-width: 1080px
	}
}
.c-table003__th08 {
	width: 180px;
	padding: 24px;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003__th08 {
		width: 360px
	}
}
.c-table003__th09 {
	width: 480px;
	padding: 24px;
	border-bottom: 5px solid #fff;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003__th09 {
		width: 720px
	}
}
.c-table003__th10 {
	width: 160px;
	padding: 16px 14px;
	vertical-align: middle
}
@media (min-width:769px) {
	.c-table003__th10 {
		width: 240px;
		padding: 24px
	}
}
.c-table003__th10 span {
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
.c-table005__th01 {
	width: 100%
}
.c-table004__th21 {
	width: 76px;
	height: 154px
}
.c-table004__th27 {
	width: 94px
}
.c-table004__th28 {
	width: 85px
}
.c-table004__th17:lang(en) {
	width: 268px
}
.c-table004__pd02 {
	padding: 17px 26px!important
}
.c-table004__pd03 {
	padding: 6px 26px!important
}
.c-table004__pd10 {
	padding: 17px 8px!important
}
.c-table004 .u-text-wrap td, .c-table004 .u-text-wrap th {
	overflow-wrap: break-word
}
.c-keyVisual001__image--variable {
	height: auto!important
}
.c-keyVisual002__title02 {
	position: absolute;
	top: 150px;
	left: 4%;
	padding-left: 24px;
	max-width: 92%
}
.c-keyVisual002__title02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 250px;
	background-color: #fff;
	content: '';
	display: block
}
@media (min-width:769px) {
	.c-keyVisual002__title02 {
		left: 7.8%;
		padding-left: 40px;
		top: 200px
	}
	.c-keyVisual002__title02::before {
		height: 300px
	}
}
@media (min-width:1281px) {
	.c-keyVisual002__title02 {
		width: 100%;
		left: auto;
		right: calc(50% + 540px);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		max-width: 1080px
	}
}
@media (min-width:1921px) {
	.c-keyVisual002__title02 {
		right: calc(50% + 960px);
		max-width: 1920px
	}
}
.c-keyVisual002__title02--sub {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	color: #fff;
	display: block;
	margin-bottom: 16px
}
@media (min-width:769px) {
	.c-keyVisual002__title02--sub {
		font-size: 1.6rem
	}
}
.c-keyVisual002__title02--main {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: .05em;
	text-align: left;
	color: #fff;
	display: block
}
@media (min-width:769px) {
	.c-keyVisual002__title02--main {
		font-size: 3.2rem
	}
}
.c-card024__title__link {
	display: block
}
.c-card024__title__link span {
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	color: #35363b;
	padding-right: 26px;
	display: inline-block;
	position: relative
}
@media (min-width:769px) {
	.c-card024__title__link span {
		font-size: 2.4rem;
		font-weight: 400
	}
}
.c-card024__title__link span::before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
.c-anker003 li {
	padding: 11px 0
}
@media (min-width:769px) {
	.c-anker003 li {
		padding: 0
	}
}
.c-button006--blank--white::after {
	content: url(/top-page/assets/img/icon_blank03.svg)
}
@media (min-width:769px) {
	.p-products-top-button-list001__item {
		min-height: 111px
	}
}
.c-button006--length03 {
	padding: 2px 24px 2px 28px
}
.c-notes006 {
	padding-left: calc(1em + 4px);
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
	text-indent: calc(-1em - 4px)
}
.c-notes006::before {
	margin-right: 4px;
	content: "*"
}
.c-table002__table--fixed {
	table-layout: fixed
}
.c-table002__th08 {
	width: 320px
}
@media (min-width:769px) {
	.c-table002__th08 {
		width: 419px
	}
}
.c-table002__th09 {
	width: 200px
}
@media (min-width:769px) {
	.c-table002__th09 {
		width: 330px
	}
}
.c-anker002__aligh--end {
	-ms-flex-align: end;
	align-items: flex-end
}
.c-inner006 {
	max-width: 1305px;
	margin: 0 auto;
	padding: 0 5.8%
}
.p-business001__number-large {
	font-size: 3.2rem
}
@media (min-width:769px) {
	.p-business001__number-large {
		font-size: 4.6rem
	}
}
.p-business001__number-large:lang(en) {
	font-size: 3.2rem
}
@media (min-width:769px) {
	.p-business001__number:lang(en) {
		font-size: 2rem
	}
}
.c-annotation002:lang(en) {
	padding-left: 12px
}
.c-annotation002:lang(en)::before {
	content: '*'
}
.c-keyVisual001__text {
	text-shadow: 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6)
}
.c-keyVisual001__image::before {
	display: none
}
.c-keyVisual002__title {
	text-shadow: 0 0 20px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2)
}
.c-keyVisual002__image::before {
	display: none
}
.c-keyVisual003__text {
	text-shadow: 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6)
}
.c-keyVisual003__image::before {
	display: none
}
.c-keyVisual004__text {
	text-shadow: 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6)
}
.c-keyVisual004__image::before {
	display: none
}
.c-keyVisual005__text {
	text-shadow: 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6), 0 0 20px rgba(0, 0, 0, .6)
}
.c-keyVisual005__image::before {
	display: none
}
.u-inline-blank {
	display: inline-block;
	padding: 12px 24px 0 0;
	position: relative
}
.u-inline-blank::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	background-image: url(/top-page/assets/img/icon_blank01.svg);
	width: 12.75px;
	height: 12.75px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
:lang(en) .c-notelist001__item::before {
	display: inline-block;
	counter-increment: number 1;
	content: "*" counter(number);
	padding-right: 4px
}
:lang(en) .c-list022>::before {
	position: absolute;
	top: 0;
	left: -3px;
	content: '·'
}
:lang(en) .c-table006 thead td.u-td01 {
	height: 140px;
	position: relative;
	top: 35px;
	background-position: right 13.2vw center;
	z-index: -1
}
:lang(en) .c-notes001::before {
	content: '※'
}
:lang(en) #section01>div>div.c-grid001.c-grid001--reverse-sp>div.c-grid001__item.c-table004>div>table>thead>tr>th:nth-child(1) {
	width: 88px
}
:lang(en) .c-table004 tbody td {
	vertical-align: middle
}
:lang(en) .en_committee .c-table004__td01:nth-child(2) {
	width: 157px
}
:lang(en) .en_committee .c-table004__td02 {
	width: 208px
}
:lang(en) .en_quality .c-contents011__item>a {
	border: unset;
	border-bottom: 1px solid var(--gray-g-400-line, #ccc);
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 16px 0;
	text-align: left;
	gap: 12px
}
:lang(en) .en_quality .c-button006__text {
	-ms-flex-positive: unset;
	flex-grow: unset
}

:lang(en) .en_basic_approach {
	height: 674px
}
:lang(en) .en_basic_approach img {
	height: 100%
}
:lang(en) .en_directors_and_committee .c-table004__th10 {
	width: 183px
}
:lang(en) .en_directors_and_committee .c-table004__th11 {
	width: 196px
}
:lang(en) .en_directors_and_committee .c-table004__th12.en_committee_row {
	width: 173px;
	line-height: 1.1
}
:lang(en) .en_directors_and_committee .c-table004 tbody td {
	vertical-align: middle
}
:lang(en) .en_quality_control_training .c-table004__th12:nth-child(1) {
	width: 110px!important
}
:lang(en) .en_quality_control_training .c-table004__th12:nth-child(2) {
	width: 96px
}
:lang(en) .en_quality_control_training .c-table004__th12:nth-child(4) {
	width: 80px
}
:lang(em) .c-notelist001__item::before {
	display: inline-block;
	counter-increment: number 1;
	content: "*" counter(number);
	padding-right: 4px
}
@media screen and (min-width:769px) {
	:lang(en) .en_sustain_governance .c-contents008 {
		gap: 40px
	}
}
.c-title042 {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .05em;
	color: #35363b
}
@media (min-width:769px) {
	.c-title042 {
		font-size: 2rem
	}
}
.c-hr005 {
	border: none;
	background: #ccc;
	width: 100%;
	height: 1px;
	margin: 24px auto 32px
}
@media (min-width:769px) {
	.c-hr005 {
		margin: 0 auto 24px
	}
}
@media (max-width:768px) {
	.c-contents001__title.c-contents001__title--w100-sp {
		width: 100%;
		text-align: left
	}
}
.c-button028__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px 0 24px;
	font-size: 1.4rem
}
@media (min-width:769px) {
	.c-button028__text {
		font-size: 1.6rem
	}
}
.c-button028__text::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat;
	background-size: contain;
	content: "";
	margin-left: 10px
}
.c-grid003__image--center-sp {
	margin-left: auto;
	margin-right: auto
}
.c-grid003__image--max295-sp {
	max-width: 295px
}
@media (min-width:769px) {
	.c-grid003__image--max382-pc {
		max-width: 382px
	}
}
@media (min-width:769px) {
	.c-grid003__image--mr0-pc {
		margin-right: 0
	}
}
@media (min-width:769px) {
	.c-button001--left-pc {
		margin-left: 0
	}
}
.c-list012--align-start {
	-ms-flex-align: start;
	align-items: flex-start
}
.c-titlexx1 {
	-webkit-font-feature-settings: 'palt';
	-moz-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 3.2rem;
	letter-spacing: 1.6px;
	line-height: 120%;
	padding: 60px 0;
	position: relative;
	text-align: center
}
@media (min-width:769px) {
	.c-titlexx1 {
		font-size: 4.6rem;
		letter-spacing: 2.3px;
		padding: 80px 0
	}
}
.c-titlexx1::after {
	position: absolute;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: auto;
	bottom: 0;
	border-top: 1px solid #ccc;
	content: '';
	width: 120px
}
@media (min-width:769px) {
	.c-titlexx1::after {
		width: 100px
	}
}
.c-titlexx2 a {
	display: inline-block;
	-webkit-font-feature-settings: 'palt';
	-moz-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 2.4rem;
	letter-spacing: 1.2px;
	line-height: 120%;
	padding-right: 1em;
	position: relative
}
@media (min-width:769px) {
	.c-titlexx2 a {
		font-size: 3.2rem;
		letter-spacing: 1.6px
	}
}
.c-titlexx2 a::after {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 2px;
	border-right: 2px solid #35363b;
	border-top: 2px solid #35363b;
	content: '';
	height: 8px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px
}
.c-sectionxx1 {
	padding: 64px 0
}
@media (min-width:769px) {
	.c-sectionxx1 {
		padding: 80px 0
	}
}
.c-ankerxx1 {
	padding: 32px 0 16px
}
@media (min-width:769px) {
	.c-ankerxx1 {
		padding: 40px 16.8% 0
	}
}
.c-ankerxx1__inner {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px
}
@media (min-width:1025px) {
	.c-ankerxx1__inner {
		gap: 24px 64px;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.c-ankerxx1__content {
	width: calc(50% - 8px)
}
@media (min-width:1025px) {
	.c-ankerxx1__content {
		width: auto
	}
}
.c-ankerxx1__content a {
	display: block;
	-webkit-font-feature-settings: 'palt';
	-moz-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 1.4rem;
	line-height: 170%;
	padding-bottom: 18px;
	position: relative;
	text-align: center
}
.c-ankerxx1__content a::after {
	position: absolute;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: auto;
	bottom: 2px;
	border-bottom: 2px solid #35363b;
	border-right: 2px solid #35363b;
	content: '';
	height: 8px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 8px
}
@media (min-width:769px) {
	[lang=en] .c-ankerxx1 {
		padding: 40px 0 0
	}
}
.c-listxx1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 48px 0;
	margin-top: 64px
}
@media (min-width:769px) {
	.c-listxx1 {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 80px 24px;
		margin-top: 80px
	}
}
.c-listxx1 a, .c-listxx1 span {
	display: inline-block;
	-webkit-font-feature-settings: 'palt';
	-moz-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	line-height: 170%;
	position: relative
}
.c-listxx1 a[href][target='_blank'], .c-listxx1 span[href][target='_blank'] {
	padding-right: 1.2em
}
.c-listxx1 a[href][target='_blank']::after, .c-listxx1 span[href][target='_blank']::after {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 0;
	background: url(/top-page/assets/img/icon_blank01.svg) no-repeat center/contain;
	border: none;
	content: '';
	height: .8em;
	width: .8em
}
@media (min-width:769px) {
	.c-listxx1 a.-font-size-xl, .c-listxx1 span.-font-size-xl {
		font-size: 2.4rem
	}
}
.c-listxx1 span {
	color: #acadaf
}
@media (min-width:769px) {
	.c-listxx1__item {
		width: calc(25% - 18px)
	}
}
.c-listxx1__item span, .c-listxx1__item>a {
	font-size: 2rem;
	letter-spacing: 1px;
	line-height: 140%;
	padding-right: 1em
}
.c-listxx1__item span[href]::after, .c-listxx1__item>a[href]::after {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 2px;
	border-right: 2px solid #35363b;
	border-top: 2px solid #35363b;
	content: '';
	height: 8px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px
}
@media (min-width:769px) {
	.c-listxx1__item.-width100, .c-listxx1__item:only-child {
		-ms-flex-align: start;
		align-items: flex-start;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
}
@media (min-width:769px) {
	.c-listxx1__item.-percent33, .c-listxx1__subItem {
		width: calc(33.33% - 16px)
	}
}
.c-listxx1__sub {
	border-left: 1px solid #ccc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px 0;
	margin-top: 40px;
	padding: 8px 0 8px 24px
}
@media (min-width:769px) {
	.c-listxx1__sub {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 8px 24px;
		margin: 0 0 0 auto;
		width: calc(75% - 6px)
	}
}
.u-align-top {
	vertical-align: top
}
.u-align-middle {
	vertical-align: middle
}
.u-align-bottom {
	vertical-align: bottom
}
.u-align-sup {
	vertical-align: super
}
.u-align-sub {
	vertical-align: sub
}
.u-background-hondaRed {
	background: #c00
}
.u-background-lightBlue {
	background: #39c
}
.u-background-navyBlue {
	background: #041d41
}
.u-background-brightYellow {
	background: #fc0
}
.u-background-orange {
	background: #f60
}
.u-background-green {
	background: #093
}
.u-background-yellowGreen {
	background: #9c3
}
.u-bgcolor001 {
	background-color: #f6f6f6
}
.u-background-cat001 {
	background: #e685ff
}
.u-background-cat-environment, .u-background-cat002 {
	background: #72a7f3
}
.u-background-cat-newfield, .u-background-cat003 {
	background: #75dfa0
}
.u-background-cat-csr, .u-background-cat004 {
	background: #67ba2d
}
.u-background-cat-innovation, .u-background-cat005 {
	background: #ee7f3a
}
.u-background-cat-products, .u-background-cat006 {
	background: #d15575
}
.u-background-cat-sports, .u-background-cat007 {
	background: #bfb945
}
.u-background-cat-management, .u-background-cat008 {
	background: #3392cf
}
.u-clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.u-textcolor-red {
	color: #c00
}
@media (max-width:768px) {
	.u-hidden-sp {
		display: none!important
	}
}
@media (min-width:769px) {
	.u-hidden-pc {
		display: none!important
	}
}
.u-mt0 {
	margin-top: 0!important
}
.u-mt4 {
	margin-top: 4px!important
}
.u-mt8 {
	margin-top: 8px!important
}
.u-mt16 {
	margin-top: 16px!important
}
.u-mt40 {
	margin-top: 40px!important
}
.u-mt56 {
	margin-top: 56px!important
}
.u-mb0 {
	margin-bottom: 0!important
}
.u-mb4 {
	margin-bottom: 4px!important
}
.u-mb8 {
	margin-bottom: 8px!important
}
.u-mb16 {
	margin-bottom: 16px!important
}
.u-mb12 {
	margin-bottom: 12px!important
}
.u-mb24 {
	margin-bottom: 24px!important
}
.u-mb32 {
	margin-bottom: 32px!important
}
.u-mb40 {
	margin-bottom: 40px!important
}
.u-mb48 {
	margin-bottom: 48px!important
}
.u-mb64 {
	margin-bottom: 64px!important
}
@media (max-width:768px) {
	.u-mt0-sp {
		margin-top: 0!important
	}
	.u-mt4-sp {
		margin-top: 4px!important
	}
	.u-mt8-sp {
		margin-top: 8px!important
	}
	.u-mt16-sp {
		margin-top: 16px!important
	}
	.u-mt32-sp {
		margin-top: 32px!important
	}
	.u-mt64-sp {
		margin-top: 64px!important
	}
	.u-mt80-sp {
		margin-top: 80px!important
	}
	.u-mb0-sp {
		margin-bottom: 0!important
	}
	.u-mb4-sp {
		margin-bottom: 4px!important
	}
	.u-mb8-sp {
		margin-bottom: 8px!important
	}
	.u-mb16-sp {
		margin-bottom: 16px!important
	}
	.u-mb24-sp {
		margin-bottom: 24px!important
	}
	.u-mb32-sp {
		margin-bottom: 32px!important
	}
	.u-mb40-sp {
		margin-bottom: 40px!important
	}
	.u-mb48-sp {
		margin-bottom: 48px!important
	}
	.u-mb64-sp {
		margin-bottom: 64px!important
	}
	.u-mb80-sp {
		margin-bottom: 80px!important
	}
}
@media (min-width:769px) {
	.u-mt0-pc {
		margin-top: 0!important
	}
	.u-mt4-pc {
		margin-top: 4px!important
	}
	.u-mt8-pc {
		margin-top: 8px!important
	}
	.u-mt16-pc {
		margin-top: 16px!important
	}
	.u-mt24-pc {
		margin-top: 24px!important
	}
	.u-mt56-pc {
		margin-top: 56px!important
	}
	.u-mt64-pc {
		margin-top: 64px!important
	}
	.u-mt80-pc {
		margin-top: 80px!important
	}
	.u-mb0-pc {
		margin-bottom: 0!important
	}
	.u-mb4-pc {
		margin-bottom: 4px!important
	}
	.u-mb8-pc {
		margin-bottom: 8px!important
	}
	.u-mb16-pc {
		margin-bottom: 16px!important
	}
	.u-mb24-pc {
		margin-bottom: 24px!important
	}
	.u-mb40-pc {
		margin-bottom: 40px!important
	}
	.u-mb48-pc {
		margin-bottom: 48px!important
	}
	.u-mb64-pc {
		margin-bottom: 64px!important
	}
	.u-mb80-pc {
		margin-bottom: 80px!important
	}
	.u-mb96-pc {
		margin-bottom: 96px!important
	}
	.u-mb120-pc {
		margin-bottom: 120px!important
	}
	.u-mb160-pc {
		margin-bottom: 160px!important
	}
}
.u-object-top {
	object-position: top
}
.u-object-center {
	object-position: center
}
.u-object-bottom {
	object-position: bottom
}
.u-object-left {
	object-position: left
}
.u-object-topleft {
	object-position: top left
}
.u-object-topright {
	object-position: top right
}
.u-object-bottomleft {
	object-position: bottom left
}
.u-object-bottomright {
	object-position: bottom right
}
@media (max-width:768px) {
	.u-object-top-sp {
		object-position: top
	}
	.u-object-center-sp {
		object-position: center
	}
	.u-object-bottom-sp {
		object-position: bottom
	}
	.u-object-left-sp {
		object-position: left
	}
	.u-object-topleft-sp {
		object-position: top left
	}
	.u-object-topright-sp {
		object-position: top right
	}
	.u-object-bottomleft-sp {
		object-position: bottom left
	}
	.u-object-bottomright-sp {
		object-position: bottom right
	}
}
@media (min-width:769px) {
	.u-object-top-pc {
		object-position: top
	}
	.u-object-center-pc {
		object-position: center
	}
	.u-object-bottom-pc {
		object-position: bottom
	}
	.u-object-left-pc {
		object-position: left
	}
	.u-object-topleft-pc {
		object-position: top left
	}
	.u-object-topright-pc {
		object-position: top right
	}
	.u-object-bottomleft-pc {
		object-position: bottom left
	}
	.u-object-bottomright-pc {
		object-position: bottom right
	}
}
.u-radius-none {
	border-radius: 0!important
}
.u-pt72 {
	padding-top: 72px
}
@media (min-width:769px) {
	.u-pb160-pc {
		padding-bottom: 160px!important
	}
}
.u-position-static {
	position: static
}
.u-position-relative {
	position: relative
}
.u-position-absolute {
	position: absolute
}
.u-position-fixed {
	position: fixed
}
.u-position-top {
	top: 0
}
.u-position-bottom {
	bottom: 0
}
.u-position-left {
	left: 0
}
.u-position-right {
	right: 0
}
.u-position-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.u-position-vertical-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.u-position-horizontal-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.font-size-s {
	font-size: 1.2rem
}
.font-size-m {
	font-size: 1.4rem
}
.font-size-base {
	font-size: 1.6rem
}
.font-size-l {
	font-size: 2rem
}
.u-font-size-l {
	font-size: 2rem!important
}
.font-size-xl {
	font-size: 2.4rem
}
.font-size-xxl {
	font-size: 3.2rem
}
.font-size-xxxl {
	font-size: 4.6rem
}
@media (max-width:768px) {
	.u-font-size-base-sp {
		font-size: 1.6rem
	}
}
@media (min-width:769px) {
	.u-font-size-l-pc {
		font-size: 2rem
	}
}
.u-check001 {
	display: block;
	position: relative;
	width: 12px;
	height: 9.6px;
	margin: auto
}
.u-check001::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(/top-page/assets/img/icon_check001_bk.svg)
}
.u-text-center {
	text-align: center
}
.u-text-left {
	text-align: left
}
.u-text-right {
	text-align: right
}
.u-text-bold {
	font-weight: 700
}
.u-text-italic {
	font-style: italic
}
.u-text-underline {
	text-decoration: underline
}
.u-sup {
	font-size: 1.2rem;
	vertical-align: super
}
.u-letter-spacing {
	letter-spacing: .5em
}
.u-letter-spacing-05 {
	letter-spacing: .05em
}
@media (min-width:769px) {
	.u-letter-spacing-01-pc {
		letter-spacing: .01em
	}
}
.u-text-bold {
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
}
@media (max-width:768px) {
	.u-text-bold-sp {
		font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
	}
	.u-letter-spacing-03-sp {
		letter-spacing: .03em
	}
}
@media (min-width:769px) {
	.u-text-bold-pc {
		font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif
	}
}
@media (max-width:768px) {
	.u-text-center-sp {
		text-align: center
	}
	.u-text-left-sp {
		text-align: left
	}
	.u-text-right-sp {
		text-align: right
	}
}
@media (min-width:769px) {
	.u-text-center-pc {
		text-align: center
	}
	.u-text-left-pc {
		text-align: left
	}
	.u-text-right-pc {
		text-align: right
	}
	.u-white-space-normal-pc {
		white-space: normal
	}
}
.u-icon__pdf {
	display: block;
	position: relative;
	padding-right: 16px;
	text-decoration: underline
}
.u-icon__pdf::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(calc(-50% - 2px));
	transform: translateY(calc(-50% - 2px));
	width: 12px;
	height: 14px;
	content: url(/top-page/assets/img/icon_pdf21.svg)
}
@media (min-width:769px) {
	.u-icon__pdf {
		display: inline;
		padding-right: 26px
	}
	.u-icon__pdf::before {
		top: auto;
		bottom: 2px;
		-webkit-transform: none;
		transform: none
	}
}
.u-icon__arrow {
	position: relative;
	padding-right: 26px
}
.u-icon__arrow::before {
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #35363b;
	border-right: 2px solid #35363b
}
@media (min-width:769px) {
	.u-width001-pc {
		width: calc(100% - 275px)
	}
}
@media (min-width:769px) {
	.u-width002-pc {
		width: calc(100% - 472px)
	}
}
@media (min-width:769px) {
	.u-width003-pc {
		width: calc(100% - 495px)
	}
}
@media (min-width:769px) {
	.u-wdth300-pc {
		width: 300px!important
	}
}
@media (min-width:769px) {
	.u-wdth500-pc {
		width: 500px!important
	}
}
.u-minwidth640 {
	min-width: 640px
}
a.p-products-top-card001__link[target="_blank"] .p-products-top-card001__detail-title span img {
	width: 24px;
	height: 24px;
	padding-left: 8px;
	vertical-align: text-top;
}

/*20240119add Hondaについてエリア対応*/
.p-products-top-about001 {
	margin-bottom: 40px;
}
@media (min-width: 769px){
	.p-products-top-about001 {
		margin-bottom: 24px;
	}
	.p-products-top-about001__item--right {
		width: 100%;
	}
	.p-products-top-button-list001 {
		flex-direction: row;
		-ms-flex-direction: row;
	}
}
.c-button023__text--border {
	border-left: 0;
}
.p-products-top-about001__item__border{
	height:60px;
	border-left: 1px solid #ccc;
}
@media (min-width: 769px){
	.c-button023__text--border {
		height: 111px;
	}
	.p-products-top-about001__item__border{
		height:90px;
	}
}
/*20240122add Hondaについてエリア対応ここまで*/
