@charset "UTF-8";
/* ============================================

特集ページテンプレート
/closeup/

============================================ */
/* .webfont */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');

/*font-family: 'Roboto', sans-serif;*/
/* ======================
	PC
====================== */
/* 既存スタイルの調整
------------------------------------------ */
body {
	/*min-width: 1180px;*/
}

@media only screen and (max-width: 1200px) {
	body {
		min-width: initial
	}

	#content #main,
	#content #main2 {
		padding-left: 0;
		padding-right: 0;
	}
}

h1 span {
	font-size: inherit;
}

/* base
------------------------------------------ */
#closeup {
	/*font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	overflow-x: hidden;
}

#closeup *,
#closeup *:before,
#closeup *:after {
	box-sizing: border-box;
}

#closeup a {
	transition: opacity .2s;
}

#closeup a:hover {
	opacity: .8;
}

.main-contents:has(#closeup) {
	padding-left: 0;
	padding-right: 0;
}

/* utility
------------------------------------------ */
/* hide / no-event*/
.c-sp {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.c-pc {
		display: none;
	}

	.c-sp {
		display: block;
	}

	.c-sp-event-none {
		pointer-events: none;
	}

	.c-sp-event-none.c-modal-image .c-icon-large {
		display: none;
	}
}

/* .container */
.c-container {
	margin: auto;
	padding-left: 5.8vw;
	padding-right: 5.8vw;
}

.c-container.-lg {
	/*max-width: 1280px;*/
	/*1180px*/
}

.c-container.-md {
	/*max-width: 1080px;*/
	/*980px*/
}

.c-container.-sm {}

@media only screen and (max-width: 768px) {
	.c-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* txtbox */
.c-txt-box.-md {
	/*max-width: 980px;*/
	margin: auto;
}

/* section */
.c-section {
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 2;
}

.c-section:last-child {
	padding-bottom: 0;
}

.c-section-row {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: auto;
}

.c-section-row:last-child {
	padding-bottom: 0;
}

.c-section-row.-lg {
	max-width: 1180px;
}

.c-section-row.-md {
	max-width: 980px;
}

@media only screen and (max-width: 1200px) {
	.c-section {
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1.6;
	}

	.c-section-row {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* heading */
.c-heading-1 {
	border-left: 6px solid #004896;
	padding: 10px 0 10px 40px;
	font-size: 3.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 50px;
}

.c-heading-1 .c-en {
	display: block;
	color: #004896;
	font-weight: 500;
	font-size: 1.8rem;
	font-style: italic;
	margin-bottom: .5em;
}

.c-heading-1 .c-copy {
	display: block;
	font-size: 2.1rem;
	margin-bottom: .5em;
}

.c-heading-1 .c-img {
	margin-bottom: .3em;
}

.c-heading-1 .c-img img {
	display: block;
}

@media only screen and (max-width: 1200px) {
	.c-heading-1 {
		border-left-width: 5px;
		padding: 5px 0 5px 20px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.c-heading-1 .c-en {
		font-size: 1.2rem;
	}

	.c-heading-1 .c-copy {
		font-size: 1.3rem;
		margin-bottom: .3em;
	}

	.c-heading-1 .c-img {
		width: 120px;
	}
}

.c-heading-2 {
	background: #f4f4f4;
	border-top: 5px solid #004896;
	padding: .7em 1em;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
	.c-heading-2 {
		border-top-width: 4px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
}

.c-heading-3 {
	color: #004896;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 1em;
	letter-spacing: .2em;
	position: relative;
}

.c-heading-3.-en {
	font-style: italic;
	letter-spacing: .05em;
}

.c-heading-3:after {
	content: "";
	display: block;
	border-style: dotted;
	border-width: 1px 0;
	border-color: #004896;
	height: 4px;
	width: 80px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 1200px) {
	.c-heading-3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.c-heading-3:after {
		height: 3px;
		width: 40px;
	}
}

.c-heading-4 {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

@media only screen and (max-width: 1200px) {
	.c-heading-4 {
		font-size: 1.8rem;
	}
}

.c-heading-5 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}

@media only screen and (max-width: 1200px) {
	.c-heading-5 {
		font-size: 1.6rem;
	}
}

/* list ラベル青グラデーションbox */
.c-list-box {
	display: grid;
	grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
	gap:20px;
}

.c-list-box__item {
	display: flex;
}

@media only screen and (max-width: 1200px) {
	.c-list-box {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.c-list-box__item {
		width: auto;
		padding: 0 0 10px;
	}
}

/* list ラベル青グラデーションbox > ラベル付きボックス */
.c-label-box {
	width: 100%;
	display: flex;
}

.c-label-box>dt {
	background: -webkit-linear-gradient(135deg, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	background: linear-gradient(135deg, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7em;
}

.c-label-box>dd {
	flex: 1;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	padding: 1em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
	.c-label-box>dt {
		font-size: 1.6rem;
	}
}

/* list ドット */
.c-list-dot>li {
	padding-left: 1em;
	text-indent: -1em;
}

.c-list-dot>li:before {
	content: "・";
}

/* list 画像 */
.c-list-gallery {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-right: -3px;
}

.c-list-gallery__item {
	padding: 3px;
	width: 100%;
}

.c-list-gallery__item.c-col2 {
	width: 50%;
}

.c-list-gallery__item.c-col3 {
	width: 33.3333%;
}

.c-list-gallery__item.c-col4 {
	width: 25%;
}

.c-list-gallery__item.c-col5 {
	width: 20%;
}
.c-list-gallery + p{
	margin-top: 1.6em;
}

@media only screen and (max-width: 1200px) {
	.c-list-gallery__item.c-sp-col1 {
		width: 100%;
	}

	.c-list-gallery__item.c-sp-col2 {
		width: 50%;
	}

	.c-list-gallery__item.c-sp-col3 {
		width: 33.3333%;
	}

	.c-list-gallery__item.c-sp-col4 {
		width: 25%;
	}

	.c-list-gallery__item.c-sp-col5 {
		width: 20%;
	}
}

/* btn wrap */
.c-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.c-btn-wrap.-center {
	justify-content: center;
}

.c-btn-wrap>a {
	margin: 0 10px 20px;
}

@media only screen and (max-width: 1200px) {
	.c-btn-wrap {
		justify-content: center;
		margin-left: -5px;
		margin-right: -5px;
	}

	.c-btn-wrap>a {
		margin: 0 5px 10px;
	}
}

/* btn 青グラデーション */
.c-btn-primary {
	display: inline-block;
	background: -webkit-linear-gradient(left, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	background: linear-gradient(to right, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	color: #fff !important;
	font-weight: bold;
	line-height: 1.4;
	padding: 1em 2em;
	text-decoration: none !important;
	min-width: 300px;
}

.c-btn-primary .c-btn-icon {
	margin-right: 0;
}

@media only screen and (max-width: 1200px) {
	.c-btn-primary {
		padding: 1em;
		text-align: center;
		min-width: initial;
		width: 100%;
	}

	.c-btn-primary.c-sp-col2 {
		width: calc(50% - 10px);
	}
}

/* btn グレーボーダー */
.c-btn-secondary {
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	color: #333 !important;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	padding: 1em 2em;
	text-decoration: none !important;
	min-width: 300px;
	position: relative;
	transition: background .2s !important;
}

.c-btn-secondary:hover {
	opacity: 1 !important;
	background: #f4f4f4;
}

.c-btn-secondary:after {
	content: "";
	display: inline-block;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #004896;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg);
	margin-top: -5px;
}

@media only screen and (max-width: 1200px) {
	.c-btn-secondary {
		padding: 1em 2em 1em 1em;
		width: 100%;
		min-width: initial;
	}

	.c-btn-secondary:after {
		width: 6px;
		height: 6px;
		right: 10px;
		margin-top: -4px;
	}

	.c-btn-secondary.c-sp-col2 {
		width: calc(50% - 10px);
	}
}

/* btn icon */
.c-btn-icon {
	display: inline-flex;
	align-items: center;
	width: 1em;
	height: 1em;
	margin: 0 .5em;
	pointer-events: none;
}

.c-btn-icon>img {
	width: 1em;
	height: 1em;
	max-width: 100%;
	max-height: 100%;
}

/* txt */
.c-txt-lg {
	font-size: 2.4rem;
}

.c-txt-md {
	font-size: 1.8rem;
}

.c-txt-sm {
	font-size: 1.4rem;
}

.c-bold {
	font-weight: bold;
}

.c-lead {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-lead +p{ 
margin-top: 1.6em;}

@media only screen and (max-width: 1200px) {
	.c-txt-lg {
		font-size: 1.8rem;
	}

	.c-lead {
		font-size: 1.8rem;
	}
}

/* align */
.c-left {
	text-align: left;
}

.c-center {
	text-align: center;
}

.c-right {
	text-align: right;
}

/* margin */
.c-mt-50 {
	margin-top: 50px;
}

.c-mt-40 {
	margin-top: 40px;
}

.c-mt-30 {
	margin-top: 30px;
}

.c-mt-20 {
	margin-top: 20px;
}

.c-mt-10 {
	margin-top: 10px;
}

.c-mt-0 {
	margin-top: 0;
}

@media only screen and (max-width: 1200px) {
	.c-sp-mt-50 {
		margin-top: 50px;
	}

	.c-sp-mt-40 {
		margin-top: 40px;
	}

	.c-sp-mt-30 {
		margin-top: 30px;
	}

	.c-sp-mt-20 {
		margin-top: 20px;
	}

	.c-sp-mt-10 {
		margin-top: 10px;
	}
}

/* color */
.c-blue {
	color: #004896;
}

.c-l-blue {
	color: #42adde;
}

.c-purple {
	color: #a16ebf;
}

.c-l-green {
	color: #79c54e;
}

.c-orange {
	color: #f1a645;
}

.c-gradient-blue {
	background: -webkit-linear-gradient(135deg, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	background: linear-gradient(135deg, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
}

.c-gradient-l-blue {
	background: -webkit-linear-gradient(135deg, rgba(67, 186, 240, 1) 0%, rgba(67, 186, 240, .8) 100%);
	background: linear-gradient(135deg, rgba(67, 186, 240, 1) 0%, rgba(67, 186, 240, .8) 100%);
}

.c-gradient-purple {
	background: -webkit-linear-gradient(135deg, rgba(161, 110, 191, 1) 0%, rgba(161, 110, 191, .8) 100%);
	background: linear-gradient(135deg, rgba(161, 110, 191, 1) 0%, rgba(161, 110, 191, .8) 100%);
}

.c-gradient-l-green {
	background: -webkit-linear-gradient(135deg, rgba(121, 197, 78, 1) 0%, rgba(121, 197, 78, .8) 100%);
	background: linear-gradient(135deg, rgba(121, 197, 78, 1) 0%, rgba(121, 197, 78, .8) 100%);
}

.c-gradient-orange {
	background: -webkit-linear-gradient(135deg, rgba(241, 166, 69, 1) 0%, rgba(241, 166, 69, .8) 100%);
	background: linear-gradient(135deg, rgba(241, 166, 69, 1) 0%, rgba(241, 166, 69, .8) 100%);
}

/* modal
------------------------------------------ */
/* リンク youtube */
.c-modal-youtube {
	display: block;
	position: relative;
}

.c-modal-youtube:after {
	content: "";
	background: url(../images/icon_play.png) no-repeat;
	background-size: contain;
	width: 65px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* キャプション付き 動画コンテナ */
.c-movie-box .c-caption {
	margin-top: .8em;
	font-size: 1.4rem;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.c-movie-box .c-caption {
		font-size: 1.2rem;
	}
}

/* main コンテナ
------------------------------------------ */
.c-main+.c-main {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

/* main visual
------------------------------------------ */
.c-mv {
	height: 720px;
	max-height: calc(100vh - 150px);
	min-height: 480px;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.c-mv .c-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-mv__txtBox {
	background: rgba(0, 72, 150, .85);
	color: #fff;
	text-align: center;
	position: relative;
	padding: 50px;
	min-width: 500px;
}

.c-mv__txtBox .c-mv__ttl {
	font-size: 4rem;
	line-height: 1.2;
	padding: 0;
	border: none;
}

.c-mv__txtBox .c-mv__ttl.-en {
	font-family: 'Roboto';
	font-weight: 300;
}

.c-mv__txtBox .c-mv__txt {
	font-family: serif;
	font-weight: bold;
	font-size: 2.8rem;
	margin-top: 1em;
}

.c-icon-category {
	background: #0089f6;
	color: #fff;
	font-family: inherit;
	font-size: 1.3rem;
	line-height: 1;
	padding: .8em 1.2em;
	position: absolute;
	top: -1.5em;
	left: -2em;
}

@media only screen and (max-width: 1200px) {
	.c-mv {
		height: 300px;
		min-height: 300px;
		max-height: calc(100vh - 100px);
	}

	.c-mv .c-container {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	.c-mv__txtBox {
		padding: 25px 20px;
		min-width: initial;
	}

	.c-mv__txtBox .c-mv__ttl {
		font-size: 2rem;
	}

	.c-mv__txtBox .c-mv__txt {
		font-size: 1.5rem;
	}

	.c-icon-category {
		font-size: 1rem;
		padding: .6em 1em;
		top: -1.1em;
		left: -1em;
	}
}

/* 下層ページの場合 */
.c-mv.-sm {
	height: 300px;
	max-height: 300px;
	min-height: 300px;
	position: relative;
}

.c-mv.-sm:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .55);
	position: absolute;
	top: 0;
	left: 0;
}

.c-mv.-sm .c-mv__txtBox {
	padding: 30px 40px;
}

.c-mv.-sm .c-mv__txtBox .c-mv__ttl {
	font-size: 3rem;
}

.c-mv.-sm .c-mv__txtBox .c-mv__txt {
	font-size: 2.1rem;
}

.c-mv.-sm .c-icon-category {
	font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
	.c-mv.-sm {
		height: 180px;
		max-height: 300px;
		min-height: 180px;
		background-size: auto 300px;
	}

	.c-mv.-sm .c-mv__txtBox {
		padding: 25px 20px;
	}

	.c-mv.-sm .c-mv__txtBox .c-mv__ttl {
		font-size: 1.6rem;
	}

	.c-mv.-sm .c-mv__txtBox .c-mv__txt {
		font-size: 1.2rem;
	}

	.c-mv.-sm .c-icon-category {
		font-size: 1rem;
	}
}

/* slider
------------------------------------------ */
.c-nav-slider {
	background: rgb(0, 72, 150);
	background: -webkit-linear-gradient(left, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	background: linear-gradient(to right, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	padding: 30px 0;
}

.c-nav-slider__wrap {
	/*visibility: hidden;*/
	display: flex;
}

.c-nav-slider__wrap.slick-initialized {
	visibility: visible;
}

.c-nav-slide {
	padding: 0 3px;
	height: auto !important;
	flex: 1;
}

.c-nav-slide>a {
	display: block;
	background: rgba(255, 255, 255, .85);
	color: #004896 !important;
	text-decoration: none !important;
	padding: 25px 10px;
	height: 100%;
	text-align: center;
	outline: none;
	transition: background .2s !important;
}

.c-nav-slide.is-current>a {
	background: #fff;
}

.c-nav-slide>a:hover {
	opacity: 1 !important;
	background: #fff;
}

.c-nav-slide p {
	margin: 0;
}

.c-nav-slide .c-en {
	font-size: 1.4rem;
	line-height: 1;
	font-style: italic;
	padding-bottom: .6em;
	margin-bottom: 1em;
	position: relative;
}

.c-nav-slide .c-en:after {
	content: "";
	border-top: 1px solid #004896;
	width: 10px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.c-nav-slide .c-ttl {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	min-height: 2.8em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.c-nav-slide .c-ttl small {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}

@media only screen and (max-width: 1200px) {
	.c-nav-slider__wrap {
		overflow-x: auto;
		scroll-snap-type: x;
	}

	.c-nav-slider {
		padding: 10px 0;
	}

	.c-nav-slider .c-container {
		padding: 0;
	}

	.c-nav-slide {
		padding: 0 2px;
		flex: auto;
	}

	.c-nav-slider .c-nav-slide:first-child>a {
		margin-left: 8px;
	}

	.c-nav-slider .c-nav-slide:last-child>a {
		margin-right: 8px;
	}

	.c-nav-slide>a {
		padding: 15px 10px 10px;
		width: 36vw;
		min-width: 80px;
		max-width: 160px;
	}

	.c-nav-slide>a:hover {
		background: rgba(255, 255, 255, .85);
	}

	.c-nav-slide .c-en {
		font-size: 1rem;
	}

	.c-nav-slide .c-ttl {
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.c-nav-slide .c-ttl small {
		font-size: 1rem;
		margin-top: .2em;
	}
}

/* slick調整 */
.c-nav-slider .slick-track {
	display: flex;
}

.c-nav-slider .slick-arrow {
	width: 40px;
	height: 40px;
}

.c-nav-slider .slick-arrow:before {
	content: "";
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
	width: 20px;
	height: 20px;
}

.c-nav-slider .slick-next {
	right: -40px;
	text-align: right;
}

.c-nav-slider .slick-next:before {
	transform: rotate(45deg);
}

.c-nav-slider .slick-prev {
	left: -40px;
	text-align: left;
}

.c-nav-slider .slick-prev:before {
	transform: rotate(-135deg);
}

/* 動画＋タイトル 横100%表示
------------------------------------------ */
.c-movie-full {
	display: flex;
	align-items: center;
	position: relative;
	padding: 50px 0;
}

.c-movie-full:before {
	content: "";
	display: block;
	background: #f2f5f9;
	position: absolute;
	margin-left: -50%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.c-movie-full__left {
	position: relative;
	flex: 1;
	padding-right: 50px;
}

.c-movie-full__right {
	position: relative;
	flex-basis: 35.417vw;
}

.c-movie-full__copy {
	color: #004896;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
}

@media only screen and (max-width: 1200px) {
	.c-movie-full {
		padding: 24px;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}

	.c-movie-full:before {
		margin-left: 0;
	}

	.c-movie-full__left {
		padding: 6px 0 24px;
	}

	.c-movie-full__copy {
		text-align: center;
		font-size: 1.6rem;
	}
}

/* image */
.c-modal-image {
	display: block;
	position: relative;
}

.c-modal-image .c-icon-large {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-modal-image .c-icon-large .c-btn-icon {
	font-size: 2.6rem;
	margin: 0;
}

/* plugin lity */
.lity {
	background: rgba(0, 0, 0, .8);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 6rem;
	line-height: 1;
	width: 80px !important;
	height: 80px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: none;
}

@media only screen and (max-width: 1200px) {

	.lity-close,
	.lity-close:hover,
	.lity-close:focus,
	.lity-close:active,
	.lity-close:visited {
		font-size: 4rem;
		width: 50px !important;
		height: 50px !important;
	}
}

/* vision
------------------------------------------ */
.c-vision-box {
	display: flex;
	align-items: center;
	margin-top: 130px;
	position: relative;
}

.c-vision-box:before {
	content: "";
	display: block;
	background: -webkit-linear-gradient(left, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	background: linear-gradient(to right, rgba(0, 72, 150, 1) 0%, rgba(0, 116, 197, 1) 100%);
	position: absolute;
	margin-left: -50%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.c-vision-box__icon {
	display: block;
	background: url(../images/txt_vision.png) no-repeat;
	background-size: contain;
	width: 11.2vw;
	position: absolute;
	top: -3vw;
	left: 0;
}

.c-vision-box__left {
	position: relative;
	flex: 1;
	padding: 4vw 0;
}

.c-vision-box__right {
	position: relative;
	flex-basis: 37.5vw;
	right: -50px;
	top: -80px;
}

.c-vision-box__image {
	width:100%;
	background: #fff;
}

.c-vision-box__image .c-icon-large {
	bottom: 0;
	left: 0;
	border-radius: 0 4px 0 0;
	width: 70px;
	height: 70px;
}

.c-vision-box__image .c-icon-large .c-btn-icon {
	font-size: 3.5rem;
}

.c-vision-box__list {
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 6px;
}

.c-vision-box__list .c-nav-slide {
	width: auto;
	flex:auto;
	padding: 0;
}

@media only screen and (max-width: 1200px) {
	.c-vision-box {
		flex-direction: column-reverse;
		margin: 40px -15px 0 -15px;
		padding: 0 15px 20px;
	}

	.c-vision-box:before {
		margin-left: 0;
		height: calc(100% - 12rem);
		top: 12rem;
	}

	.c-vision-box__icon {
		top: -20px;
		left: 20px;
		width: 107px;
	}

	.c-vision-box__left {
		padding-top: 15px;
		width: 100%;
	}

	.c-vision-box__right {
		position: static;
		flex-basis: auto;
	}

	.c-vision-box__image {
		width: auto;
	}

	.c-vision-box__image .c-icon-large {
		display: none;
	}

.c-vision-box__list {

	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
}

	.c-vision-box__list .c-nav-slide {
	}

	.c-vision-box__list .c-nav-slide >a{
		width: 100%;
		max-width: initial;
		min-width: initial
	}

	.c-vision-box__list .c-nav-slide .c-ttl {
		font-size: 1.4rem;
	}
}

/* value point
------------------------------------------ */
.c-value-point {
	padding: 90px 0;
	color: #fff;
	position: relative;
	margin: 20px 0 80px;
}

.c-value-point__arrow {
	position: absolute;
	bottom: -80px;
	width: 23px;
	left: calc(50% - 12px);
	/*transform: translateX(-50%); にじむためなし*/
}

.c-value-point__row {
	display: flex;
}

.c-value-point__left {
	flex: 1
}

.c-value-point__right {
	width: 50%;
	padding-left: 50px;
	position: relative;
}

.c-value-point__copy {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
}

.c-value-point__image {
	margin-top: 1.6em;
}

.c-value-point__icon {
	position: absolute;
	top: -50px;
	left: -10px;
	z-index: 10;
}

.c-value-point__btn {
	margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
	.c-value-point {
		padding: 30px 0;
		margin: 10px 0 40px;
	}

	.c-value-point__arrow {
		bottom: -50px;
		width: 12px;
		left: calc(50% - 6px);
	}

	.c-value-point__row {
		display: block;
	}

	.c-value-point__left {
		width: auto;
	}

	.c-value-point__right {
		width: auto;
		margin-top: 30px;
		padding: 0 9px;
	}

	.c-value-point__copy {
		font-size: 1.8rem;
		text-align: center;
	}

	.c-value-point__icon {
		top: -30px;
		left: -5px;
	}

	.c-value-point__icon img {
		width: 100px;
	}

	.c-value-point__btn {
		margin-top: 20px;
	}
}

/* ボタン add value */
.c-btn-add-value {
	display: block;
	border: 2px solid #fff;
	display: flex;
	text-decoration: none !important;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
}

.c-btn-add-value__label {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.2em;
	position: relative;
}

.c-btn-add-value__label:after {
	content: "";
	background: linear-gradient(to bottom left, transparent 50%, #fff 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, transparent 50%, #fff 50%) bottom left / 100% 50% no-repeat;
	width: 24px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -24px;
}

.c-btn-add-value__label span {
	font-size: 1.8rem;
	font-style: italic;
}

.c-btn-add-value__txt {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 1.2em 1.2em 1.2em 3em;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

@media only screen and (max-width: 1200px) {
	.c-btn-add-value {}

	.c-btn-add-value__label {
		padding: 1em;
	}

	.c-btn-add-value__label:after {
		width: 12px;
		right: -12px;
	}

	.c-btn-add-value__label span {
		font-size: 1.2rem;
	}

	.c-btn-add-value__txt {
		padding: 1em 1em 1em 2em;
		font-size: 1.4rem;
	}
}

/* 動画エリア */
.c-value-point .c-movie-box {
	position: relative;
}

.c-value-point .c-movie-box>a {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

/* 画像横100%
------------------------------------------ */
.c-image-full {
	/*margin: 0 calc(50% - 50vw);*/
}

.c-image-full__image div:not(.is-show) {
	display: none;
}

.c-image-full__nav {
	position: relative;
	top: -50px;
	max-width: 980px;
	margin: auto;
}

.c-image-full__nav>ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap:10px;

}

.c-image-full__nav>ul>li>a {
	display: flex;
	align-items: center;
	background: #fff;
	border-style: solid;
	border-width: 2px;
	height: 100%;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .1em;
	padding: 1.5em;
	position: relative;
	transition: background .2s !important;
}

.c-image-full__nav>ul>li>a:hover {
	opacity: 1 !important;
}

.c-image-full__nav>ul>li>a .c-btn-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 2.4rem;
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.c-image-full {
		margin: 0 -15px;
	}

	.c-image-full__nav {
		position: static;
		padding: 15px;
	}

	.c-image-full__nav>ul {
		flex-wrap: wrap;
		margin: 0;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.c-image-full__nav>ul>li>a {
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 1em 1.2em;
	}

	.c-image-full__nav>ul>li>a .c-btn-icon {
		font-size: 1.6rem;
		right: 10px;
	}
}

/* ボタンの色設定 */
.c-image-full__nav>ul>li>a.c-nav-link-1 {
	border-color: #42adde;
	color: #42adde;
}

.c-image-full__nav>ul>li>a.c-nav-link-1:hover {
	background: #e3f3fa;
}

.c-image-full__nav>ul>li>a.c-nav-link-2 {
	border-color: #a16ebf;
	color: #a16ebf;
}

.c-image-full__nav>ul>li>a.c-nav-link-2:hover {
	background: #f1e9f5;
}

.c-image-full__nav>ul>li>a.c-nav-link-3 {
	border-color: #79c54e;
	color: #79c54e;
}

.c-image-full__nav>ul>li>a.c-nav-link-3:hover {
	background: #ebf6e5;
}

.c-image-full__nav>ul>li>a.c-nav-link-4 {
	border-color: #f1a645;
	color: #f1a645;
}

.c-image-full__nav>ul>li>a.c-nav-link-4:hover {
	background: #fdf2e3;
}

/* 右画像＋ 左テキスト
------------------------------------------ */
.c-txt-image {
	display: flex;
}

.c-txt-image.-align-center {
	align-items: center;
}

.c-txt-image__left {
	width: 50%;
	padding-right: 50px;
}

.c-txt-image__right {
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.c-txt-image {
		display: block;
	}

	.c-txt-image__left {
		width: auto;
		padding: 0 0 20px 0;
	}

	.c-txt-image__right {
		width: auto;
	}
}

/* 左画像＋ 右テキスト（導入部分）
------------------------------------------ */
.c-description {
	display: flex;
}

.c-description__left {
	width: 50%;
	padding-right: 50px;
}

.c-description__right {
	flex: 1;
}

@media only screen and (max-width: 1200px) {
	.c-description {
		display: block;
	}

	.c-description__left {
		width: auto;
		padding: 0 0 20px 0;
	}
}

/* 画像＋テキスト カード（奇数は左右入れ替え）
------------------------------------------ */
.c-list-card .c-card {
	background: #f2f5f9;
	margin-top: 140px;
	display: flex;
	padding: 60px;
	min-height: 360px;
}

.c-list-card .c-card__image {
	flex-basis: 52%;
	position: relative;
}

.c-list-card .c-card__image img {
	position: absolute;
	top: -120px;
}

.c-list-card .c-card__desc {
	flex: 1;
	align-self: center;
	padding-left: 5%;
}

.c-list-card .c-card__ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.c-list-card .c-card__ttl +p{
	margin-top: 1.6em;
}

.c-list-card .c-card__note {
	font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
	.c-list-card {
		margin-left: -15px;
		margin-right: -15px;
	}

	.c-list-card .c-card {
		margin-top: 70px;
		display: block;
		padding: 15px;
		min-height: initial;
	}

	.c-list-card .c-card__image {
		flex-basis: auto;
	}

	.c-list-card .c-card__image img {
		top: -60px;
		position: relative;
	}

	.c-list-card .c-card__desc {
		padding: 0 10px;
		top: -40px;
		margin-bottom: -30px;
		position: relative;
	}

	.c-list-card .c-card__desc p {
		margin-top: 1em;
	}

	.c-list-card .c-card__ttl {
		font-size: 1.6rem;
	}

	.c-list-card .c-card__note {
		font-size: 1rem;
	}
}

/* 左右入れ替え */
.c-list-card .c-card:nth-child(2n) {
	flex-direction: row-reverse;
}

.c-list-card .c-card:nth-child(2n) .c-card__desc {
	padding: 0 5% 0 0;
}

@media only screen and (max-width: 1200px) {
	.c-list-card .c-card:nth-child(2n) .c-card__desc {
		padding: 0 10px;
	}
}

/* ページング
------------------------------------------ */
.c-pager {
	margin-top: 80px;
}

.c-pager a {
	color: #004896;
	text-decoration: none;
}

.c-pager__list {
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 0;
	/* IE11対策 */
}

.c-pager__label {
	font-size: 1.6rem;
	font-style: italic;
	width: 100px;
	text-align: center;
}

.c-pager__menu {
	font-weight: bold;
}

.c-pager__menu .c-ttl {
	font-size: 2.1rem;
	margin: 0;
	line-height: 1.4;
}

.c-pager__menu .c-ttl small {
	display: block;
	font-size: 1.6rem;
	margin-top: .3em;
}

@media only screen and (max-width: 1200px) {
	.c-pager {
		margin-top: 40px;
	}

	.c-pager__list {
		flex-wrap: wrap;
		padding: 0;
	}

	.c-pager__label {
		font-size: 1.2rem;
		line-height: 1;
		width: auto;
		margin-bottom: 1em;
		position: relative;
	}

	.c-pager__menu {
		font-weight: bold;
	}

	.c-pager__menu .c-ttl {
		font-size: 1.3rem;
	}

	.c-pager__menu .c-ttl small {
		font-size: 1rem;
	}
}

/* prev,next */
.c-pager__prev {
	margin-right: auto;
}

.c-pager__next {
	margin-left: auto;
}

.c-pager__prev .c-pager__menu {
	border-left: 1px solid #004896;
	padding-left: 1.5em;
}

.c-pager__next .c-pager__menu {
	border-right: 1px solid #004896;
	text-align: right;
	padding-right: 1.5em;
}

.c-pager__prev>a,
.c-pager__next>a {
	min-width: 240px;
	max-width: 400px;
	border-bottom: 2px solid #004896;
	display: flex;
	align-items: center;
	padding: 1em 0;
	position: relative;
	text-decoration:none !important;
	color:#004896 !important;
}

.c-pager__next>a {
	flex-direction: row-reverse;
}

.c-pager__prev>a:after,
.c-pager__next>a:after {
	content: "";
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #004896;
	width: 14px;
	height: 14px;
	position: absolute;
	top: calc(50% - 8px);
}

.c-pager__prev>a:after {
	left: 0;
	transform: rotate(-135deg);
}

.c-pager__next>a:after {
	right: 0;
	transform: rotate(45deg);
}

@media only screen and (max-width: 1200px) {

	.c-pager__prev,
	.c-pager__next {
		width: calc(50% - 20px);
		position: relative;
	}

	.c-pager__next {
		text-align: right;
	}

	.c-pager__prev:after,
	.c-pager__next:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background: #004896;
	}

	.c-pager__prev:after {
		right: -20px;
	}

	.c-pager__next:after {
		left: -21px;
	}

	.c-pager__prev .c-pager__label {
		text-align: left;
		padding-left: 35px;
	}

	.c-pager__next .c-pager__label {
		text-align: right;
		padding-right: 35px;
	}

	.c-pager__prev .c-pager__label:before,
	.c-pager__next .c-pager__label:before {
		content: "";
		display: block;
		background: url(../images/icon_arrow_blue.svg) no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		position: absolute;
		top: calc(50% - 15px);
	}

	.c-pager__prev .c-pager__label:before {
		left: 0;
	}

	.c-pager__next .c-pager__label:before {
		right: 0;
		transform: scale(-1, -1);
	}

	.c-pager__prev .c-pager__menu,
	.c-pager__next .c-pager__menu {
		border: none;
		padding: 0;
	}

	.c-pager__prev>a,
	.c-pager__next>a {
		min-width: 120px;
		max-width: initial;
		display: inline-flex;
		flex-direction: column;
		align-items: unset;
		padding: 0 0 .8em;
	}

	.c-pager__prev>a:after,
	.c-pager__next>a:after {
		display: none;
	}
}

/* TOP */
.c-pager__top {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-pager__top>a {
	display: block;
	border: 2px solid #004896;
	width: 200px;
	padding: 1em;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	font-style: italic;
}

@media only screen and (max-width: 1200px) {
	.c-pager__top {
		position: static;
		width: 100%;
		margin: 20px auto 0;
		transform: none;
	}

	.c-pager__top>a {
		border-width: 1px;
		width: 50%;
		margin: auto;
		font-size: 1.4rem;
	}
}

/* ユニークスタイル
------------------------------------------ */
.c-list-gallery__item.c-elem-img-01 {
	width: 35vw;
	align-self: center;
}

.c-list-gallery__item.c-elem-img-02 {
	flex: 1;
	padding-left: 37px;
	align-self: center;
}

@media only screen and (max-width: 1200px) {
	.c-list-gallery__item.c-elem-img-01 {
		width: 100%;
	}

	.c-list-gallery__item.c-elem-img-02 {
		width: 100%;
		padding: 20px 0 0 3px;
	}
}

/* マークアップ変更により調整 */
@media screen and (max-width: 767px) {
	#content #main, #content #main2 {
		margin-top: 50px;
	}
}
