@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*================================================================================
FileName: _base.scss
================================================================================*/
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 400;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.svg#jins_next_ttregular') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 300;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.svg#jins_next_ttlight') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 500;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.svg#jins_next_ttmedium') format('svg');
}
@font-face {
	font-family: 'jins_next';
	font-style: normal;
	font-weight: 600;
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot');
	src: url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot?#iefix') format('embedded-opentype'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.woff') format('woff'), url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.ttf') format('truetype'),
		url('/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.svg#jins_next_ttbold') format('svg');
}
.spOnly {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.spOnly {
		display: block !important;
	}
}

.pcOnly {
	display: block !important;
}
@media only screen and (max-width: 768px) {
	.pcOnly {
		display: none !important;
	}
}

.noJn {
	font-family: 'Noto Sans Japanese', sans-serif;
}

/*================================================================================
FileName: _layout.scss
================================================================================*/
/*
header
------------------------------------------------*/
/*
container
------------------------------------------------*/
p {
	margin: 0;
}

.container {
	padding: 0 !important;
	margin: 51px 0 0 !important;
	font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
@media only screen and (min-width: 769px) {
	.container {
		margin: 80px 0 0 !important;
	}
}
@media only screen and (min-width: 1800px) {
	.container {
		margin-top: 102px;
	}
}

body.is-fixed-jinsgo {
	height: 100%;
	overflow: hidden;
}

.c-sectionHead {
	padding: 1.3888888889vw 0 5.5555555556vw;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 11.1111111111vw;
	font-weight: 400;
	line-height: 10vw;
	color: #da0125;
	text-align: center;
	letter-spacing: 0.5555555556vw;
}
@media only screen and (min-width: 769px) {
	.c-sectionHead {
		padding: 28px 0;
		font-size: 50px;
		line-height: 37px;
		letter-spacing: 2.5px;
	}
}

.c-sectionHead-sub {
	font-size: 5vw;
	color: #66605e;
	letter-spacing: 0.25vw;
}
@media only screen and (min-width: 769px) {
	.c-sectionHead-sub {
		font-size: 18px;
		letter-spacing: 1.8px;
	}
}

.c-sectionLead {
	padding-bottom: 5.5555555556vw;
	font-size: 5vw;
	font-weight: 500;
	color: #66605e;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.c-sectionLead {
		padding-bottom: 41px;
		font-size: 28px;
	}
}

.c-commonHead,
.c-commonHead-center {
	padding: 5.5555555556vw 0 0;
	font-size: 6.6666666667vw;
	font-weight: bold;
	color: #66605e;
	letter-spacing: 0.84px;
}
@media only screen and (min-width: 769px) {
	.c-commonHead,
	.c-commonHead-center {
		padding: 0;
		font-size: 28px;
	}
}

.c-commonHead-center {
	margin-bottom: 6.6666666667vw;
	text-align: center;
	letter-spacing: 0.2777777778vw;
}
@media only screen and (min-width: 769px) {
	.c-commonHead-center {
		margin-bottom: 23px;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 768px) {
	.c-commonHead-center + .p-serviceTextwrap {
		margin-top: -4.4444444444vw;
	}
}

.p-commonText {
	font-size: 3.4722222222vw;
	font-weight: 500;
	line-height: 7.2222222222vw;
	color: #66605e;
	letter-spacing: 0.0925vw;
}
@media only screen and (min-width: 769px) {
	.p-commonText {
		font-size: 18px;
		line-height: 31px;
		letter-spacing: 0.9px;
	}
}

.c-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
@media only screen and (max-width: 768px) {
	.c-flex {
		display: block;
	}
}

.p-flexReverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media only screen and (min-width: 769px) {
	.p-flexReverse .p-serviceImg,
	.p-flexReverse .p-serviceImg-center {
		padding: 0 0 0 20px;
	}
}

.l-flexWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-noCenter {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-red {
	color: #da0125;
}

.p-contactBtn {
	display: block;
	width: 88.89vw;
	padding: 5.8333333333vw 0 6.1111111111vw;
	margin: 0 auto;
	font-size: 5vw;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.25vw;
	background-color: #da0125;
	border-radius: 9.7222222222vw;
}
@media only screen and (min-width: 769px) {
	.p-contactBtn {
		max-width: 600px;
		padding: 30px 0;
		margin: 54px auto 0;
		font-size: 28px;
		letter-spacing: 0.8px;
		border-radius: 50px;
	}
}

.l-mainSection {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.l-mainSection {
		padding: 50px 0 0;
	}
}

.l-aboutSection {
	padding: 18.0555555556vw 0 20.8333333333vw;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.l-aboutSection {
		padding: 142px 0 130px;
	}
}

.p-aboutImg {
	width: 69.44vw;
	max-width: 560px;
	margin: 0 auto;
}

.p-aboutHead {
	padding: 0;
	margin: 6.1111111111vw 0 0;
}
@media only screen and (min-width: 769px) {
	.p-aboutHead {
		margin: 36px 0 0;
	}
}

.p-aboutText {
	padding: 17px 0 0;
	font-size: 3.4722222222vw;
	font-weight: 500;
	line-height: 7.2222222222vw;
	color: #66605e;
	letter-spacing: 0.0925vw;
}
@media only screen and (min-width: 769px) {
	.p-aboutText {
		font-size: 18px;
		line-height: 31px;
		letter-spacing: 0.9px;
	}
}

.p-aboutText-bottom {
	padding: 14.4444444444vw 0 0;
	font-size: 3.4722222222vw;
	font-weight: 500;
	line-height: 7.2222222222vw;
	color: #66605e;
	letter-spacing: 0.0925vw;
}
@media only screen and (min-width: 769px) {
	.p-aboutText-bottom {
		padding: 32px 0 0;
		font-size: 18px;
		line-height: 31px;
		letter-spacing: 0.9px;
	}
}

.l-serviceSection {
	padding: 19.4444444444vw 0 22.2222222222vw;
	background-color: #f7f7f7;
}
@media only screen and (min-width: 769px) {
	.l-serviceSection {
		padding: 89px 0 85px;
	}
}

.p-serviceContent {
	width: 88.89vw;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.p-serviceContent {
		width: 100%;
	}
}

.p-serviceArticle {
	width: 88.89vw;
	max-width: 1080px;
	margin: 0 auto 8.3333333333vw;
	background-color: #fff;
}
@media only screen and (min-width: 769px) {
	.p-serviceArticle {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 52px 60px 60px;
		margin: 0 auto 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.p-serviceArticle {
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
}
.p-serviceArticle:last-child {
	margin: 0;
}

.l-serviceList-wrap {
	margin: 3.0555555556vw 0 0 -4.1666666667vw;
}
@media only screen and (min-width: 769px) {
	.l-serviceList-wrap {
		padding: 0 0 0 15px;
		margin: 14px 0 0;
	}
}

.p-serviceTextwrap {
	padding: 0 5.5555555556vw 5vw;
}
.p-serviceTextwrap .c-flex {
	display: block !important;
}
@media only screen and (min-width: 1200px) {
	.p-serviceTextwrap .c-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media only screen and (min-width: 769px) {
	.p-serviceTextwrap {
		width: 46%;
		max-width: 480px;
		padding: 0;
	}
}

.l-serviceList-wrap-ml {
	margin: 0 0 0 -4.1666666667vw;
}
@media only screen and (min-width: 769px) {
	.l-serviceList-wrap-ml {
		padding: 0 0 0 15px;
		margin: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.l-serviceList-wrap-ml {
		padding: 0 0 0 37px;
		margin: 14px 0 0;
	}
}

.p-serviceImg,
.p-serviceImg-center {
	width: 100%;
	max-width: none;
}
@media only screen and (min-width: 769px) {
	.p-serviceImg,
	.p-serviceImg-center {
		width: 52%;
		max-width: 540px;
		margin-right: 30px;
	}
}

.p-serviceImg-center {
	margin: 0 auto;
}

.p-serviceImg-large {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4.1666666667vw 6.6666666667vw;
}
@media only screen and (min-width: 769px) {
	.p-serviceImg-large {
		width: 100%;
		max-width: 1080px;
		padding: 0;
	}
}

.p-serviceText {
	margin: 2.2222222222vw 0 0;
}
@media only screen and (min-width: 769px) {
	.p-serviceText {
		margin: 16px 0 0;
	}
}

.p-serviceText-mt {
	margin: 3.8888888889vw 0 0;
}
@media only screen and (min-width: 769px) {
	.p-serviceText-mt {
		margin: 9px 0 0;
	}
}

.p-serviceText-mt0 {
	margin: 0;
}
@media only screen and (min-width: 769px) {
	.p-serviceText-mt0 {
		margin: 0;
	}
}

.p-serviceText-uni-mt {
	margin: 4.4444444444vw 0 0;
}
@media only screen and (min-width: 769px) {
	.p-serviceText-uni-mt {
		margin: 30px 0 0;
	}
}

.c-txt-head {
	font-weight: bold;
	color: #da0125;
}

.l-explanationSection {
	padding: 19.7222222222vw 0 21.3888888889vw;
	background-color: #fff;
}
@media only screen and (min-width: 769px) {
	.l-explanationSection {
		padding: 110px 0 103px;
	}
}

.l-explanationContent {
	width: 88.89vw;
	max-width: 1086px;
	margin: 0 auto;
}

.p-explanationHead {
	padding: 0;
	font-weight: 700;
}

.p-explanationText {
	margin: 1.6666666667vw 0 0;
}
@media only screen and (min-width: 769px) {
	.p-explanationText {
		margin: 17px 0 0;
	}
}

.l-reportArticle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 88.89vw;
	max-width: 1200px;
	padding: 0 5.5555555556vw 8.3333333333vw;
	margin: 0 auto 5.5555555556vw;
	background-color: #fff;
}
@media only screen and (min-width: 769px) {
	.l-reportArticle {
		width: 100%;
		max-width: 1080px;
		padding: 46px 93px;
		margin: 0 auto 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.l-reportArticle {
		max-width: 1200px;
	}
}

.l-reportContent {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.l-reportContent.is-slider-1 .swiper-button-prev,
.l-reportContent.is-slider-1 .swiper-button-next {
	display: none;
}
@media only screen and (min-width: 769px) {
	.l-reportContent.is-slider-1 .swiper-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (min-width: 769px) {
	.l-reportContent.is-slider-3 .swiper-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.l-reportContent.is-slider-3 .swiper-button-prev,
	.l-reportContent.is-slider-3 .swiper-button-next {
		display: none;
	}
}
.l-reportContent .swiper-button-prev,
.l-reportContent .swiper-button-next {
	width: 4.4444444444vw;
	height: 4.4444444444vw;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}
.l-reportContent .swiper-button-prev:focus,
.l-reportContent .swiper-button-next:focus {
	outline: none;
}
@media only screen and (min-width: 769px) {
	.l-reportContent .swiper-button-prev,
	.l-reportContent .swiper-button-next {
		width: 30px;
		height: 30px;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}
.l-reportContent .swiper-button-prev::after,
.l-reportContent .swiper-button-next::after {
	width: 4.4444444444vw;
	height: 4.4444444444vw;
	background-size: 100% auto;
}
@media only screen and (min-width: 769px) {
	.l-reportContent .swiper-button-prev::after,
	.l-reportContent .swiper-button-next::after {
		width: 30px;
		height: 30px;
	}
}
.l-reportContent .swiper-button-prev {
	left: -3.3333333333vw;
}
.l-reportContent .swiper-button-prev.hidden {
	display: none;
}
@media only screen and (min-width: 769px) {
	.l-reportContent .swiper-button-prev {
		left: -70px;
	}
}
.l-reportContent .swiper-button-prev::after {
	background-image: url(../img/prev.png);
}
.l-reportContent .swiper-button-next {
	right: -3.3333333333vw;
}
.l-reportContent .swiper-button-next.hidden {
	display: none;
}
@media only screen and (min-width: 769px) {
	.l-reportContent .swiper-button-next {
		right: -70px;
	}
}
.l-reportContent .swiper-button-next::after {
	background-image: url(../img/next.png);
}

.swiperFront {
	position: relative;
}

.swiperOuter {
	width: 66.6666666667vw;
	overflow: hidden;
}
@media only screen and (min-width: 769px) {
	.swiperOuter {
		width: 100%;
	}
}
.swiperOuter .swiper-wrapper {
	/* wrapperのサイズを調整 */
	max-width: 1014px;
}
.swiperOuter .swiper-wrapper.on {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.swiperOuter .swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	position: relative;
	color: #ffffff;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.swiperOuter .swiper-slide {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
}
@media only screen and (min-width: 769px) {
	.swiperOuter .swiper-slide img {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 0 6px;
	}
}
.swiperOuter .swiper-slide.on {
	width: calc(33% - 10px);
}
.swiperOuter .swiper-slide::after {
	position: absolute;
	right: 3.3333333333vw;
	bottom: 2.2222222222vw;
	width: 8.8888888889vw;
	height: 8.8888888889vw;
	content: '';
	background-image: url(../img/slide_icon.png);
	background-size: 100% auto;
}
@media only screen and (min-width: 769px) {
	.swiperOuter .swiper-slide::after {
		right: 12px;
		bottom: 8px;
		width: 36px;
		height: 36px;
	}
}
.swiperOuter .swiper-slide img {
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media only screen and (min-width: 769px) {
	.swiperOuter .swiper-slide img:hover {
		cursor: pointer;
		opacity: 0.6;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}
.swiperOuter .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* モーダル */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.modal.is-active {
	pointer-events: auto;
	opacity: 1;
}
.modal.is-slider-1 .swiper-button-prev,
.modal.is-slider-1 .swiper-button-next {
	display: none;
}

/* モーダルがactiveの時 */
/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
	position: relative;
	width: 100%;
	max-width: 980px;
}
@media only screen and (min-width: 769px) {
	.modal__content {
		width: 78%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1200px) {
	.modal__content {
		width: 100%;
		margin: 0;
	}
}
.modal__content .swiper-button-prev,
.modal__content .swiper-button-next {
	width: 6.6666666667vw;
	height: 6.6666666667vw;
}
.modal__content .swiper-button-prev:focus,
.modal__content .swiper-button-next:focus {
	outline: none;
}
@media only screen and (min-width: 769px) {
	.modal__content .swiper-button-prev,
	.modal__content .swiper-button-next {
		width: 60px;
		height: 60px;
	}
}
.modal__content .swiper-button-prev::after,
.modal__content .swiper-button-next::after {
	width: 6.6666666667vw;
	height: 6.6666666667vw;
	background-size: 100% 100%;
}
@media only screen and (min-width: 769px) {
	.modal__content .swiper-button-prev::after,
	.modal__content .swiper-button-next::after {
		width: 60px;
		height: 60px;
	}
}
.modal__content .swiper-button-prev {
	left: 1.6666666667vw;
}
@media only screen and (min-width: 769px) {
	.modal__content .swiper-button-prev {
		left: -80px;
	}
}
@media only screen and (min-width: 1200px) {
	.modal__content .swiper-button-prev {
		left: -100px;
	}
}
.modal__content .swiper-button-prev::after {
	background-image: url(../img/prev_btn_sp.png);
}
@media only screen and (min-width: 769px) {
	.modal__content .swiper-button-prev::after {
		background-image: url(../img/prev_btn_pc.png);
	}
}
.modal__content .swiper-button-next {
	right: 1.6666666667vw;
}
@media only screen and (min-width: 769px) {
	.modal__content .swiper-button-next {
		right: -80px;
	}
}
@media only screen and (min-width: 1200px) {
	.modal__content .swiper-button-next {
		right: -100px;
	}
}
.modal__content .swiper-button-next::after {
	background-image: url(../img/next_btn_sp.png);
}
@media only screen and (min-width: 769px) {
	.modal__content .swiper-button-next::after {
		background-image: url(../img/next_btn_pc.png);
	}
}

.modal_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: 70vh;
	padding: 15.5555555556vw 11.1111111111vw 8.3333333333vw;
	overflow: hidden;
	background: #fff;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
}
@media only screen and (min-width: 769px) {
	.modal_inner {
		width: 100%;
		padding: 80px 80px 60px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1200px) {
	.modal_inner {
		width: 100%;
		margin: 0;
	}
}

/* 閉じるボタン */
.modal__close-btn {
	position: absolute;
	top: 4.4444444444vw;
	right: 4.4444444444vw;
	z-index: 20;
	width: 5.5555555556vw;
	height: 5.5555555556vw;
	cursor: pointer;
	background-image: url(../img/close_btn.png);
	background-position: center center;
	background-size: 100% auto;
}
@media only screen and (min-width: 769px) {
	.modal__close-btn {
		top: 30px;
		right: 30px;
		width: 32px;
		height: 32px;
	}
}
.modal__close-btn:hover {
	opacity: 0.8;
}

.modalSwiper {
	width: 100%;
	max-width: 780px;
	height: 100%;
	padding: 0 2.7777777778vw;
	overflow-x: hidden;
	overflow-y: scroll;
}
@media only screen and (min-width: 769px) {
	.modalSwiper {
		padding: 0 20px;
		overflow-x: inherit;
	}
}
.modalSwiper .swiper-slide h4 {
	margin: 0 0 3.3333333333vw;
	font-size: 5vw;
	font-weight: bold;
	line-height: 7.7777777778vw;
	color: #66605e;
	letter-spacing: 0.65px;
}
@media only screen and (min-width: 769px) {
	.modalSwiper .swiper-slide h4 {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 1;
	}
}
.modalSwiper .swiper-slide time {
	display: block;
	font-family: 'jins_next', 'Noto Sans Japanese', sans-serif;
	font-size: 3.3333333333vw;
	font-weight: bold;
	color: #aaa;
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.modalSwiper .swiper-slide time {
		font-size: 14px;
	}
}
.modalSwiper .swiper-slide time span {
	margin: 0 0 5.5555555556vw;
	font-size: 4.1666666667vw;
	font-weight: 400;
}
@media only screen and (min-width: 769px) {
	.modalSwiper .swiper-slide time span {
		margin: 0 0 30px;
		font-size: 18px;
	}
}
.modalSwiper .swiper-slide p {
	font-size: 3.6111111111vw;
	line-height: 6.3888888889vw;
	color: #66605e;
	letter-spacing: 0.1202777778vw;
}
@media only screen and (min-width: 769px) {
	.modalSwiper .swiper-slide p {
		font-size: 15px;
		line-height: 27px;
		letter-spacing: 0.375px;
	}
}
.modalSwiper .swiper-slide div {
	display: block;
	margin: 5.5555555556vw 0 0;
}
@media only screen and (min-width: 769px) {
	.modalSwiper .swiper-slide div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px 0 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
}
.modalSwiper .swiper-slide div img {
	display: block;
	width: 100%;
	height: auto;
	margin: 2.7777777778vw 0 0;
}
.modalSwiper .swiper-slide div img:nth-child(1) {
	margin: 0;
}
@media only screen and (min-width: 769px) {
	.modalSwiper .swiper-slide div img:nth-child(2) {
		margin: 0;
	}
}
@media only screen and (min-width: 769px) {
	.modalSwiper .swiper-slide div img {
		width: calc(50% - 10px);
		margin: 20px 0 0;
	}
}
.modalSwiper .swiper-slide:not(.swiper-slide-active) {
	height: 0;
	overflow: hidden;
}
.modalSwiper .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
