@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. パーツ

******************************************************************************* */
/* ==

　01. 基本

=============================================================================== */
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-weight: 300;
	color: #1E1E1E;
}
.cContainer {
	padding-top: 68px;
	font-weight: 400;
}
.cContent p {
	color: #1E1E1E;
}



/* ==

　02. パーツ

=============================================================================== */
/* メインビジュアル */
.cVisual {
	margin: 70px 0 50px;
}
.cVisual_in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
}
.cVisual .cVisual_tit {
	position: relative;
	background-color: #103955;
	margin-bottom: 60px;
	padding: 14px 20px;
	border-radius: 10px;
}
.cVisual .cVisual_tit h1 {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
}
.cVisual .cVisual_tit .cVisual_date {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	font-size: 16px;
	opacity: 0.6;
}
.cVisual_col {
	display: flex;
	max-width: 1240px;
	margin: 0 auto 50px;
}
.cVisual_col .cVisual_col_txt {
	width: 33.87%;
	max-width: 420px;
	margin: 0;
}
.cVisual_col .cVisual_col_txt p {
	font-size: 134%;
	margin-bottom: 20px;
}
.cVisual_col .cVisual_col_img {
	width: 58%;
	max-width: 720px;
	margin-right: 8%;
}
.cVisual_col .cVisual_col_img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden
}
.cVisual_col .cVisual_col_img p {
	margin-top: 10px;
	font-size: 13px;
}
@media only screen and (max-width: 1280px) {
	.cVisual_col .cVisual_col_img {
		margin-right: 5%;
	}
}

/* コンテンツ */
.cContent p {
	font-size: 16px;
}
.cContent_in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
}
.cContent_in h2 {
	position: relative;
	font-size: 28px;
	margin-bottom: 25px;
	padding-left: 20px;
	font-weight: 500;
	line-height: 1.785;
}
.cContent_in h2::after {
	content: "";
	width: 3px;
	height: calc(80%);
	display: block;
	background-color: #103955;
	position: absolute;
	left: 0;
	top: calc(10%);
}
.cContent_list {
	font-size: 16px;
	margin: 25px auto;
}
.cContent_list li span {
	display: inline-block;
	width: 85px;
}
.cImg01 {
	margin: 50px auto;
}
.cCol {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
	flex-wrap: wrap;
}
.cCol .cCol_item {
	max-width: 390px;
	width: 31.4%;
	margin-bottom: 40px;
}
.cCol .cCol_item img {
	width: 100%;
	height: auto;
	border-radius: 20px;
  overflow: hidden
}
.cCol .cCol_item p {
	margin-top: 20px;
}

@media screen and (max-width: 1020px){
	.r2Breadcrumbs_navs {
		line-height: 1.7;
	}
	.r2Breadcrumbs_navs li::before {
		top: 0.5em;
	}
}


/* モーダル */
.d_hover .fnPopup a:hover {
	opacity: 0.8;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	top: 0;
	right: 0;
	height: 54px;
	background: url(../images/btn01.svg) right top no-repeat;
	opacity: 1;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
button.mfp-arrow, button.mfp-close {
	width: 55px;
    height: 75px;
}
.d_hover button.mfp-close:hover,
.d_hover button.mfp-arrow:hover {
	opacity: 0.5;
}
button.mfp-arrow::before {
	display: none;
}
button.mfp-arrow::after {
	content: "";
	width: 55px;
    height: 75px;
    background-image: url(../images/arw01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	opacity: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: none !important;
	margin: 0;
	padding: 0;
}
.mfp-arrow-left::after {
	transform: rotateZ(-180deg);
}
img.mfp-img {
	padding: 60px 0;
}
.mfp-figure:after {
	box-shadow: none;
	background-color: transparent;
}

/* スライダー */
.cVisual_slider {
	position: relative;
}
.cVisual_slider .slider {
	margin-bottom: 10px;
}
.cVisual_slider .slider-thumbnail img {
	border-radius: 0;
}

.cVisual_slider .swiper-slide {
    background-color: #fff;
}
.cVisual_slider .slider-thumbnail .swiper-slide {
	cursor: pointer;
    transition: filter .3s;
    width: calc(100% / 3);
}
.d_hover .cVisual_slider .slider-thumbnail .swiper-slide:hover {
	opacity: .7;
}
.cVisual_slider .slider-thumbnail .swiper-slide.swiper-slide-thumb-active  {
    opacity: .7;
}
.cVisual_slider .swiper-slide img {
    height: auto;
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
	width: 30px;
    height: 75px;
	top: 40%;
	background-color: #fff;
}
.swiper-button-next {
	right: -40px;
}
.swiper-button-prev {
	left: -40px;
	transform: rotateZ(-180deg);
}
.d_hover .swiper-button-next:hover,
.d_hover .swiper-button-prev:hover {
	opacity: 0.7;
}
.d_hover .swiper-button-next:hover::before,
.d_hover .swiper-button-prev:hover::before,
.d_hover .swiper-button-next:hover::after,
.d_hover .swiper-button-prev:hover::after {
	opacity: 0.7;
}
.swiper-button-next::before,
.swiper-button-prev::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 5px;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform-origin: 100% 50%;
	transform: rotateZ(45deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 5px;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform-origin: 100% 50%;
	transform: rotateZ(-45deg);
}
.swiper-button-prev::before {
	transform: rotateZ(45deg);
}
.swiper-button-prev::after {
	transform: rotateZ(-45deg);
}

@media only screen and (max-width: 1400px) {
	.swiper-button-next {
		right: -10px;
	}
	.swiper-button-prev {
		left: -10px;
	}
}