@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@600&display=swap');

/* common
---------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}

.ir img {
	vertical-align: bottom;
}

.ir .pcOnly {
	display: block;
}

.ir .taC {
	text-align: center;
}

.ir {
	margin: 0;
}

.ir a {
	transition: all .3s;
}

.ir dl,
.ir ol,
.ir p,
.ir ul {
	margin-bottom: 0;
}

.ir a:hover {
	opacity: .6;
}

.ir .pc-none {
	display: none;
}

.container.entry-body,
.container.site-body-container,
.modal-set .container {
	padding-inline: 0 !important;
	max-width: inherit;
}

.pageTitle {
	margin-bottom: 0;
}

.sec-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

.sec-inner-2 {
	max-width: 1728px;
	margin: 0 auto;
	padding: 0 40px;
}

.sec-band-tit {
	background: url(../img/bg_band-tit.jpg) no-repeat center / cover;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	padding: 29px 0;
}

.sec-band-tit_s {
	font-size: 20px;
	position: relative;
	padding: 0 1.2em;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.sec-band-tit_s::before,
.sec-band-tit_s::after {
	content: '';
	display: block;
	width: .7em;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom : 0;
	margin: auto;
}

.sec-band-tit_s::before {
	left: 0;
}

.sec-band-tit_s::after {
	right: 0;
}

.sec-blue-tit {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1.57;
	color: #00518f;
}

.sec-inner .sec-blue-tit:nth-of-type(1) {
	margin-top: 66px;
}

.sec-inner .grayframe .sec-blue-tit:nth-of-type(1) {
	margin-top: 0;
}

.sec-blue-tit_s {
	font-size: 24px;
	display: inline-block;
	margin: 0 auto 6px;
}

.sec-blue-tit-m {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1.5;
	color: #00518f;
}

.sec-blue-tit-m_s {
	font-size: 20px;
	color: #000;
}

.sec-blue-bg-tit {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 2;
}

.sec-blue-bg-tit_inner {
	color: #fff;
	background: #00518f;
	padding: .05em .6em;
	display: inline-block;
}

.sec-blue-bg-tit_inner+br+.sec-blue-bg-tit_inner {
	margin-top: 4px;
}

.sec-lead {
	font-size: 16.5px;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1.87;
	margin-top: 54px;
}

.sec-lead+.sec-lead {
	margin-top: 31px;
}

.sec-blue-tit+.sec-lead {
	margin-top: 34px;
}

.sec-blue-bg-tit+.sec-lead {
	margin-top: 17px;
}

.sec-blue-tit-m+.sec-lead {
	margin-top: 30px;
}

.sec-square-tit {
	text-align: center;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: .03em;
	position: relative;
	padding: 0 .65em;
	display: table;
	margin: 84px auto 0;
	border-bottom: 2px solid #8ab8da;
}

.highlights_circle-ul+.sec-square-tit {
	margin-top: 110px;
}

.grayframe {
	background-color: #f2f3f5;
	padding: 3.3em 4.2em 3.1em;
	margin: 58px auto 0;
}

.grayframe+.grayframe {
	margin-top: 50px;
}

.btn-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 102px auto 0;
	background: #00518d;
	border-radius: 999px;
	max-width: 593px;
	box-sizing: border-box;
	padding: 1.85em .5em 1.45em .5em;
	cursor: pointer;
	transition: transform .5s;
}

.sec-lead+.btn-blue {
	margin-top: 21px;
}

.btn-blue:hover {
	transform: scale(1.05);
}

.entry-body a.btn-blue[target=_blank]::after {
	display: none;
}

.btn-blue_txt {
	position: relative;
	padding-right: 34px;
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.4;
	color: #fff;
}

.btn-blue.no-pdf .btn-blue_txt {
	padding-right: 0;
}

.btn-blue_txt::after {
	content: '';
	display: block;
	width: 22px;
	height: 24px;
	background: url(../img/ico_pdf.png) no-repeat center / contain;
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.btn-blue.no-pdf .btn-blue_txt::after {
	display: none;
}

@media(max-width:767px) {
	.ir .pcOnly {
		display: none;
	}

	.ir a:hover {
		opacity: 1;
	}

	.sec-inner,
	.sec-inner-2 {
		padding: 0 20px;
	}

	.sec-band-tit {
		background: url(../img/bg_band-tit_sp.jpg) no-repeat center / cover;
		font-size: 20.8px;
		padding: 14px 0;
	}

	.sec-band-tit_s {
		font-size: 13px;
	}

	.sec-blue-tit {
		font-size: 17.3px;
		letter-spacing: 0;
		line-height: 1.63;
	}

	.sec-blue-tit_s {
		font-size: 16px;
		margin: 0 auto 3px;
	}

	.sec-inner .sec-blue-tit:nth-of-type(1) {
		margin-top: 25px;
	}

	.sec-blue-tit-m {
		font-size: 17px;
		margin-top: 27px;
	}

	.sec-blue-tit-m_s {
		font-size: 15px;
	}

	.sec-square-tit {
		font-size: 17.3px;
		margin: 26px auto 0;
	}

	.highlights_circle-ul+.sec-square-tit {
		margin-top: 49px;
	}

	.sec-lead {
		font-size: 14.1px;
		letter-spacing: 0;
		line-height: 1.81;
		margin-top: 19px;
	}

	.sec-blue-tit-m+.sec-lead {
		margin-top: 15px;
	}

	.sec-lead+.sec-lead {
		margin-top: 15px;
	}

	.sec-blue-tit+.sec-lead {
		margin-top: 12px;
	}

	.grayframe {
		padding: 20px 20px 26px;
		margin: 24px auto 0;
	}

	.grayframe+.grayframe {
		margin-top: 22px;
	}

	.btn-blue {
		margin: 51px auto 0;
		padding: 1.1em .5em .9em;
		max-width: 335px;
	}

	.sec-lead+.btn-blue {
		margin-top: 14px;
	}

	.btn-blue:hover {
		transform: scale(1);
	}

	.btn-blue_txt {
		padding-right: 25px;
		font-size: 13px;
		letter-spacing: .025em;
	}

	.btn-blue_txt::after {
		width: 14.5px;
		height: 15px;
		top: -1px;
	}
}


/* mv
---------------------------------------*/
.mvBl {
	background: url(../img/bg_mv_pc.jpg) no-repeat center / cover;
	display: flex;
	justify-content: space-between;
	padding: 68px 0 71px;
	box-sizing: border-box;
	color: #00518f;
}

.mvBl .sec-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1230px;
	box-sizing: border-box;
}

.mv_left {
	width: 51.5%;
	margin-right: 4.3%;
	margin-left: 2.1%;
	position: relative;
	top: -8px;
}

.mv_right {
	width: 42.1%;
	box-sizing: border-box;
}

.mv_tit {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .075em;
	white-space: nowrap;
}

.mv_date {
	display: flex;
	margin: 1px 0 0 4%;
}

.mv_date_year {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	top: .2em;
}

.mv_date_minus {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 .8em;
	position: relative;
	top: 1.9em;
}

.mv_date_monthday {
	display: flex;
	align-items: baseline;
}

.mv_date_month,
.mv_date_day {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.mv_date_slash {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 .1em
}

.mv_ul>li+li {
	margin-top: 38px;
}

.mv_ul>li>a {
	display: block;
	background: #00518f;
	padding: 1.55em 45px 1.25em;
	border-radius: 9999px;
	position: relative;
}

.mv_ul>li:nth-child(3)>a {
    padding: 1.15em 45px 1em;
}

.mv_ul>li>a::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 38px;
	margin: auto;
}

.mv_ul_tit_jp {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.4;
	color: #fff;
}

.mv_ul_tit_jp_sub {
    font-size: 14px;
    display: table;
    position: relative;
    padding: 0 1.2em;
}

.mv_ul_tit_jp_sub::before,
.mv_ul_tit_jp_sub::after {
	content:'';
	display: block;
	width: .7em;
	height: 1px;
	background: #fff;
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
}

.mv_ul_tit_jp_sub::before {
	left: 0;
}

.mv_ul_tit_jp_sub::after {
	right: 0;
}


@media(max-width:1209px) {
	.mv_left {
		width: 40%;
		display: block;
		margin-right: 5%;
	}

	.mv_right {
		width: 55%;
	}
}


@media(max-width:767px) {
	.mvBl {
		background: url(../img/bg_mv_sp.jpg) no-repeat center / cover;
		display: block;
		padding: 36px 0 40px;
	}

	.mvBl .sec-inner {
		display: block;
		padding: 0 45px;
	}

	.mv_left {
		width: auto;
		margin-right: 0;
	}

	.mv_right {
		width: auto;
		margin-top: 46px;
	}

	.mv_tit {
		font-size: calc((89.7 / 750) * 100vw);
		margin-right: 0;
		text-align: center;
	}

	.mv_date {
		margin-top: calc((14 / 750) * 100vw);
		justify-content: center;
	}

	.mv_date_year {
		font-size: calc((34 / 750) * 100vw);
		top: calc((5 / 750) * 100vw);
	}

	.mv_date_month,
	.mv_date_day {
		font-size: calc((91 / 750) * 100vw);
	}

	.mv_date_slash {
		font-size: calc((38 / 750) * 100vw);
	}

	.mv_date_minus {
		font-size: calc((34 / 750) * 100vw);
	}

	.mv_ul>li+li {
		margin-top: 15px;
	}

	.mv_ul>li>a {
		padding: .7em 25px .5em;
	}

	.mv_ul>li:nth-child(3)>a {
		padding: .7em 25px;
	}

	.mv_ul>li>a::after {
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		top: -5px;
		right: 22px;
	}

	.mv_ul_tit_jp {
		font-size: 15px;
		letter-spacing: 0 !important;
	}

	.mv_ul_tit_jp_sub {
		font-size: 12px;
	}
}


/* ご挨拶
---------------------------------------*/
.messageBl {
	margin: 85px 0 0;
}

@media(max-width:767px) {
	.messageBl {
		margin: 47px 0 0;
	}
}


/* 業績ハイライト
---------------------------------------*/
.highlightsBl {
	margin: 153px 0 0;
}

.highlights_circle-ul {
	display: flex;
	justify-content: space-between;
	margin: 47px -5px 0;
}

.highlights_circle-ul>li {
	width: 28.5%;
}

.highlights_circle {
	border-radius: 50%;
	background: #1a4d84;
	color: #fff;
	width: min(calc((317 / 1200) * 100vw), 317px);
	height: min(calc((317 / 1200) * 100vw), 317px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.highlights_circle_main_tit {
	text-align: center;
	font-size: min(calc((23 / 1200) * 100vw), 23px);
	line-height: 1;
	padding-top: min(calc((7 / 1200) * 100vw), 7px);
	padding-bottom: min(calc((7 / 1200) * 100vw), 7px);
	border-bottom: 1px solid #fff;
	display: table;
	margin: 0 auto;
}

.highlights_circle_main_tit_s {
	font-size: min(calc((16 / 1200) * 100vw), 16px);
	margin-bottom: min(calc((9 / 1200) * 100vw), 9px);
	display: inline-block;
}

.highlights_circle_main_desc {
	margin: min(calc((26 / 1200) * 100vw), 26px) auto 0;
	width: fit-content;
}

.highlights_circle-ul>li:nth-child(3) .highlights_circle_main_desc {
	position: relative;
	top: -.9em;
}

.highlights_circle_main_desc_num {
	line-height: 1;
	font-size: min(calc((76 / 1200) * 100vw), 76px);
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0;
}

.highlights_circle_main_desc_unit {
	font-size: min(calc((28 / 1200) * 100vw), 28px);
	font-weight: 500;
	line-height: 1;
}

.highlights_circle_pre {
	margin-top: min(calc((21 / 1200) * 100vw), 21px);
}

.highlights_circle-ul>li:nth-child(3) .highlights_circle_pre {
	position: relative;
	top: -.95em;
}

.highlights_circle_pre_tit {
	text-align: center;
	font-size: min(calc((16 / 1200) * 100vw), 16px);
	font-weight: 500;
	line-height: 1;
}

.highlights_circle_pre_desc {
	text-align: center;
	color: #b3d2e7;
	letter-spacing: .05em;
	font-weight: 500;
	line-height: 1;
	margin-top: min(calc((7 / 1200) * 100vw), 7px);
}

.highlights_circle_pre_desc_num,
.highlights_circle_pre_desc_updown {
	font-size: min(calc((40 / 1200) * 100vw), 40px);
	display: inline-block;
}

.highlights_circle_pre_desc_per {
	display: inline-block;
	font-size: min(calc((21 / 1200) * 100vw), 21px);
}

.highlights_graph-unit {
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 40px;
}

.highlights_graph-ul {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0;
}

.highlights_graph-ul>li {
	width: 29.85%;
}

.highlights_graph-ul_tit {
	text-align: center;
	font-size: min(calc((18 / 1200) * 100vw), 18px);
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0;
	border: 1px solid #8c8c8c;
	padding: .93em .5em .73em;
	position: relative;
	margin-bottom: 45px;
}

.highlights_graph-ul_tit::before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.highlights_graph-ul_tit::after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -16px;
	border: 13px solid transparent;
	border-top: 13px solid #555;
	z-index: 1;
}

.highlights_graph-ul_tit::after {
	content: '';
}


@media(max-width:767px) {
	.highlightsBl {
		margin: 65px 0 0;
	}

	.highlights_circle-ul {
		display: block;
		margin: 12px 0 0;
	}

	.highlights_circle-ul>li {
		width: auto;
	}

	.highlights_circle-ul>li+li {
		margin-top: calc((20 / 750) * 100vw);
	}

	.highlights_circle {
		width: calc((484 / 750) * 100vw);
		height: calc((484 / 750) * 100vw);
		margin: 0 auto;
	}

	.highlights_circle_main_tit {
		font-size: calc((36 / 750) * 100vw);
		padding-top: calc((10 / 750) * 100vw);
		padding-bottom: calc((9 / 750) * 100vw);
	}

	.highlights_circle_main_tit_s {
		font-size: calc((24 / 750) * 100vw);
		margin-bottom: calc((16 / 750) * 100vw);
	}

	.highlights_circle_main_desc {
		margin-top: calc((35 / 750) * 100vw);
	}

	.highlights_circle-ul>li:nth-child(3) .highlights_circle_main_desc {
		top: -.5em;
	}

	.highlights_circle_main_desc_num {
		font-size: calc((114 / 750) * 100vw);
	}

	.highlights_circle_main_desc_unit {
		font-size: calc((42 / 750) * 100vw);
	}

	.highlights_circle_pre {
		margin-top: calc((35 / 750) * 100vw);
	}

	.highlights_circle-ul>li:nth-child(3) .highlights_circle_pre {
		margin-top: calc((35 / 750) * 100vw);
	}

	.highlights_circle_pre_tit {
		font-size: calc((26 / 750) * 100vw);
	}

	.highlights_circle_pre_desc_num,
	.highlights_circle_pre_desc_updown {
		font-size: calc((66 / 750) * 100vw);
	}

	.highlights_circle_pre_desc_per {
		font-size: calc((33 / 750) * 100vw);
	}

	.highlights_graph-unit {
		font-size: 10px;
		margin-top: 13px;
	}

	.highlights_graph-ul {
		display: block;
		margin: 9px 0 0;
	}

	.highlights_graph-ul>li {
		width: auto;
	}

	.highlights_graph-ul>li+li {
		margin-top: 40px;
	}

	.highlights_graph-ul_tit {
		font-size: 12.5px;
		padding: .78em .5em .58em;
		margin-bottom: 19px;
	}

	.highlights_graph-ul_tit::before {
		bottom: -14px;
		margin-left: -10px;
		border: 7px solid transparent;
		border-top: 7px solid #FFF;
	}

	.highlights_graph-ul_tit::after {
		bottom: -15px;
		margin-left: -10px;
		border: 7px solid transparent;
		border-top: 7px solid #555;
	}

	.highlights_graph-ul>li img {
		width: calc((555/750)*100vw);
		box-sizing: border-box;
		margin: 0 auto;
		display: block;
	}
}


/* 森島社長インタビュー
---------------------------------------*/
.interviewBl {
	margin: 153px 0 0;
}

.interview_head {
	position: relative;
}

.interview_head_l {
	width: 98.1%;
	box-sizing: border-box;
	margin-left: auto;
	position: relative;
	left: 2.5%;
}

.interview_head_r {
	width: 51%;
	box-sizing: border-box;
	margin-left: auto;
	position: relative;
	position: absolute;
	right: -2.6%;
	top: 52.3%;
}

.interview_head_r_inner {
	position: relative;
	z-index: 1;
	padding: .2em min(calc((180 / 1688) * 100vw), 180px) 0 min(calc((75 / 1688) * 100vw), 75px);
}

.interview_head_r_inner::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: min(calc((42 / 1688) * 100vw), 42px);
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.interview_head_imgwrap {
	position: relative;
}

.interview_head_imgwrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 34%;
	background-color: #f3f3f3;
	position: absolute;
	top: 77.35%;
	left: -11.8%;
	z-index: -1;
}

.interview_head .sec-blue-bg-tit {
	font-size: min(calc((28 / 1688) * 100vw), 28px);
}

.interview_head .sec-blue-bg-tit_inner {
	white-space: nowrap;
}

.interview_head .sec-blue-bg-tit+.sec-lead {
	margin-top: min(calc((17 / 1688) * 100vw), 17px);
}

.interview_head .sec-lead {
	font-size: min(calc((16.5 / 1688) * 100vw), 16.5px);
}

.interview_wraparound-1 {
	margin-top: 178px;
}

.interview_wraparound-1._2 {
	margin-top: 157px;
}

.sec-inner .interview_wraparound-1 .sec-blue-tit:nth-of-type(1) {
	margin-top: 0;
}

.interview_wraparound-1_imgwrap {
	float: right;
	width: 36.2%;
	margin: 0 0 16% 11%;
	position: relative;
}

.interview_wraparound-1_imgwrap::before {
	content: '';
	display: block;
	width: 67.0%;
	height: 56.5%;
	background-color: #f3f3f3;
	position: absolute;
	top: 62.7%;
	left: 49.8%;
	z-index: -1;
}

.interview_wraparound-2 {
	margin-top: 185px;
}

.sec-inner .interview_wraparound-2 .sec-blue-tit:nth-of-type(1) {
	margin-top: 0;
}

.interview_wraparound-2_imgwrap {
	float: left;
	width: 63%;
	margin: 0 7.5% 5.5% -26.75%;
	position: relative;
}

.interview_wraparound-2_imgwrap::before {
	content: '';
	display: block;
	width: 56.4%;
	height: 266.5%;
	background-color: #f3f3f3;
	position: absolute;
	top: 47.7%;
	left: -8%;
	z-index: -1;
}

.interview_wraparound-3 {
	margin-top: 148px;
}

.sec-inner .interview_wraparound-3 .sec-blue-tit:nth-of-type(1) {
	margin-top: 0;
}

.interview_wraparound-3_imgwrap {
	float: left;
	width: 36.2%;
	margin: 0 11.3% 7% 0%;
	position: relative;
}

.interview_wraparound-3_imgwrap::before {
	content: '';
	display: block;
	width: 67.0%;
	height: 56.5%;
	background-color: #f3f3f3;
	position: absolute;
	top: 59.5%;
	right: 51.6%;
	z-index: -1;
}

.interview_oneclumn {
	width: 81%;
	margin-top: 154px;
	position: relative;
}

.interview_oneclumn::after {
	content: '';
	display: block;
	width: 44.1%;
	height: 153.6%;
	background-color: #f3f3f3;
	position: absolute;
	top: 0.7%;
	right: -56.45%;
	z-index: -1;
}


@media(max-width:1688px) {
	.interview_wraparound-2_imgwrap {
		width: 48%;
		margin: 0 7.5% 6.5% -5%;
	}
}


@media(max-width:1209px) {
	.interview_head_l {
		left: 6%;
	}

	.interview_head_r {
		width: 55%;
		right: -5%;
		top: 33.3%;
	}

	.interview_head_r_inner {
		padding: .2em min(calc((75 / 1688) * 100vw), 75px) 0 min(calc((75 / 1688) * 100vw), 75px);
	}

	.interview_head_r_inner::before {
		left: 3%;
	}

	.interview_head .sec-blue-bg-tit {
		font-size: min(calc((28 / 1200) * 100vw), 28px);
	}

	.interview_head .sec-lead {
		font-size: min(calc((16.5 / 1200) * 100vw), 16.5px);
	}

	.interview_head .sec-blue-bg-tit+.sec-lead {
		margin-top: min(calc((17 / 1200) * 100vw), 17px);
	}

	.interview_head_imgwrap::before {
		height: 64%;
	}
}


@media(max-width:767px) {
	.interviewBl {
		margin: 68px 0 0;
	}

	.interview_head {
		margin-top: 30px;
	}

	.interview_head .sec-blue-bg-tit {
		font-size: 18px;
		margin-top: 28px;
	}

	.interview_head .sec-lead {
		font-size: 14.1px;
	}

	.interview_head .sec-blue-bg-tit+.sec-lead {
		margin-top: 17px;
	}

	.interview_head_l {
		width: auto;
		left: 0;
	}

	.interview_head_r {
		width: auto;
		position: static;
	}

	.interview_head_r_inner {
		padding: 0;
	}

	.interview_wraparound-1_imgwrap,
	.interview_wraparound-3_imgwrap {
		float: none;
		width: auto;
		margin: 0;
		position: relative;
	}

	.interview_wraparound-1,
	.interview_wraparound-1._2,
	.interview_wraparound-2,
	.interview_wraparound-3,
	.interview_oneclumn {
		margin-top: 43px;
	}

	.interview_wraparound-2_imgwrap {
		width: auto;
		margin: 0 0 31px;
	}

	.interview_oneclumn {
		width: auto;
	}

	.interview_oneclumn::after {
		top: -2.3%;
		right: -16.45%;
	}
}


/* トピックス
---------------------------------------*/
.topicsBl {
	margin: 152px 0 100px;
}

.topics_map {
	margin: 70px auto 0;
	padding: 0;
	overflow: hidden;
}

.topics_map_tit {
	color:#00518f;
	background: #edf7fe;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	padding: 31px 0 27px;
	border-radius: 15px;
}

.topics_map_imgwrap {
	position: relative;
}

.topics_map_pin {
	color: #fff;
	display: block;
	width: min(calc((494 / 1200) * 100vw), 494px);
	position: absolute;
	cursor: pointer;
	padding: min(calc((23 / 1200) * 100vw), 23px) min(calc((40 / 1200) * 100vw), 40px);
}

.topics_map_pin._1 {
	top: 45.8%;
	left: 45.8%;
}

.topics_map_pin._2 {
	top: 28%;
	left: 3%;
}

.topics_map_pin._3 {
	top: 65%;
	left: 14.0%;
}

.topics_map_pin._4 {
	top: 22.7%;
	left: 53.7%;
}

.topics_map_pin:hover {
	color: #fff;
}

.topics_map_pin_inner {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.topics_map_pin_inner::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
}

.topics_map_pin._2 .topics_map_pin_inner::after,
.topics_map_pin._3 .topics_map_pin_inner::after,
.topics_map_pin._4 .topics_map_pin_inner::after {
	width: min(calc((490 / 1200) * 100vw), 490px);
	height: min(calc((130 / 1200) * 100vw), 130px);
}

.topics_map_pin._1 .topics_map_pin_inner::after {
	background: url(../img/fukidashi_bg_1.png) no-repeat center / contain;
	width: min(calc((512 / 1200) * 100vw), 512px);
	height: min(calc((109 / 1200) * 100vw), 109px);
	top: -51%;
	left: -16%;
}

.topics_map_pin._2 .topics_map_pin_inner::after {
	background: url(../img/fukidashi_bg_2.png) no-repeat center / contain;
	top: -51%;
	left: -10%;
}

.topics_map_pin._3 .topics_map_pin_inner::after {
	background: url(../img/fukidashi_bg_3.png) no-repeat center / contain;
	top: -89%;
	left: -10%;
}

.topics_map_pin._4 .topics_map_pin_inner::after {
	background: url(../img/fukidashi_bg_4.png) no-repeat center / contain;
	top: -51%;
	left: -10%;
}

.topics_map_pin_flag-year {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: min(calc((5 / 1200) * 100vw), 5px);
	padding: min(calc((12 / 1200) * 100vw), 12px);
	margin-right: min(calc((40 / 1200) * 100vw), 40px);
}

.topics_map_pin_flag {
	width: min(calc((63 / 1200) * 100vw), 63px);
	margin-right: min(calc((10 / 1200) * 100vw), 10px);
}

.topics_map_pin_flag img {
	display: block;
}

.topics_map_pin_year {
	color: #00518f;
	font-size: min(calc((20 / 1200) * 100vw), 24px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topics_map_pin_tit {
	font-size: min(calc((23 / 1200) * 100vw), 23px);
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	font-weight: normal;
}

.topics_map_pin._1 .topics_map_pin_tit {
	margin-left: min(calc((45 / 1200) * 100vw), 45px);
}

.topics_spot {
	border: min(calc((6 / 1200) * 100vw), 6px) solid #00518f;
	border-top: none;
	border-radius: 15px;
	overflow: hidden;
}

.topics_spot_head {
	background: #00518f;
	color: #fff;
	padding: min(calc((20 / 1200) * 100vw), 20px) min(calc((87 / 1200) * 100vw), 87px) min(calc((25 / 1200) * 100vw), 20px) min(calc((15 / 1200) * 100vw), 15px);
	position: relative;
}

.topics_spot_head_1 {
	display: flex;
	flex-wrap: wrap;
}

.topics_spot_head_flag-year {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border-radius: min(calc((5 / 1200) * 100vw), 5px);
	padding: min(calc((8 / 1200) * 100vw), 8px);
	margin-right: min(calc((20 / 1200) * 100vw), 20px);
}

.topics_spot_head_tit,
.topics_spot_head_country {
	margin: min(calc((3.75 / 1200) * 100vw), 3.75px) min(calc((7.5 / 1200) * 100vw), 7.5px);
}

.topics_spot_head_flag {
	width: min(calc((61 / 1200) * 100vw), 61px);
	margin-right: min(calc((10 / 1200) * 100vw), 10px);
}

.topics_spot_head_year {
	color: #00518f;
	line-height: 1;
	text-align: center;
	font-size: min(calc((20 / 1200) * 100vw), 20px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.topics_spot_head_tit {
	font-size: min(calc((28 / 1200) * 100vw), 28px);
	line-height: 1.3;
	font-weight: 500;
	position: relative;
	top: 0.05em;
	margin: 0;
}

.topics_spot_head_country {
	border-radius: 10px;
	background: #2a72ad;
	line-height: 1;
	text-align: center;
	font-size: min(calc((21 / 1200) * 100vw), 21px);
	height: min(calc((34 / 1200) * 100vw), 34px);
	margin: 0 0 0 auto;
	padding: min(calc((2 / 1200) * 100vw), 2px) min(calc((10 / 1200) * 100vw), 10px) min(calc((1 / 1200) * 100vw), 1px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: min(calc((10 / 1200) * 100vw), 10px);
	right: min(calc((14 / 1200) * 100vw), 14px);
}

.topics_spot_head_close {
	display: block;
	width: min(calc((48 / 1200) * 100vw), 48px);
	height: min(calc((48 / 1200) * 100vw), 48px);
	background: #00518f;
	border: 1px solid #fff;
	position: absolute;
	right: min(calc((15 / 1200) * 100vw), 15px);
	top: 0;
	bottom: 0;
	cursor: pointer;
	margin: auto;
}

.topics_spot_head_close_inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.topics_spot_head_close_inner::before,
.topics_spot_head_close_inner::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: min(calc((2 / 1200) * 100vw), 2px);
	height: min(calc((35 / 1200) * 100vw), 35px);
	background: #fff;
	transform-origin: center;
	margin: auto;
}

.topics_spot_head_close_inner::before {
	transform: translateX(-50%) rotate(45deg);
}

.topics_spot_head_close_inner::after {
	transform: translateX(-50%) rotate(-45deg);
}

.topics_spot_body {
	padding: min(calc((30 / 1200) * 100vw), 30px) min(calc((50 / 1200) * 100vw), 50px);
	background: #fff;
}

.topics_spot_body_inner {
	display: flex;
	justify-content: space-between;
}

.topics_spot_body_inner+.topics_spot_body_inner {
	margin-top: min(calc((20 / 1200) * 100vw), 20px);
	padding-top: min(calc((20 / 1200) * 100vw), 20px);
	border-top: 1px solid #eee;
}

.topics_spot_body_imgwrap {
	width: 31.5%;
}

.topics_spot_body_imgwrap img {
	display: block;
	margin: 0 auto;
}

.content-modal-1 .topics_spot_body_imgwrap img {
	width: min(calc((155 / 1200) * 100vw), 155px);
	margin: 10px auto 15px;
}

.content-modal-2 .topics_spot_body_imgwrap img {
	width: min(calc((125 / 1200) * 100vw), 125px);
	margin: 10px auto 15px;
}

.content-modal-3 .topics_spot_body_imgwrap img {
	width: min(calc((222 / 1200) * 100vw), 200px);
	margin: 10px auto 15px;
}

.content-modal-4 .topics_spot_body_imgwrap img {
	width: min(calc((232 / 1200) * 100vw), 200px);
	margin: 10px auto 15px;
}

.topics_spot_body_txtwrap {
	width: 63.3%;
}

.topics_spot_body_subtit {
    font-size: min(calc((18 / 1200) * 100vw), 18px);
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1.5;
/*    margin: min(calc((10 / 1200) * 100vw), 10px) 0 0;*/
	padding-top: 20px;
}

.topics_spot_body_cate-ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 min(calc((-3.5 / 1200) * 100vw), -3.5px);
    padding: 0 min(calc((10 / 1200) * 100vw), 10px);
}

.topics_spot_body_cate-ul>li {
	color: #fff;
	font-size: min(calc((19 / 1200) * 100vw), 15px);
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	padding: .35em .55em .25em;
	margin: min(calc((3.5 / 1200) * 100vw), 3.5px);
}

.topics_spot_body_cate-ul>li.cate-blue {
	background: #2a72ad;
}

.topics_spot_body_cate-ul>li.cate-gray {
	background: #464647;
}

.topics_spot_body_txtwrap .sec-lead {
	margin-top: min(calc((20 / 1200) * 100vw), 20px);
	font-size: min(calc((16.5 / 1200) * 100vw), 16.5px);
}

.topics_spot_body_txtwrap .topics_spot_body_subtit+.sec-lead {
	margin-top: min(calc((5 / 1200) * 100vw), 5px);
	line-height: 1.6;
}


@media(max-width:767px) {
	.topicsBl {
		margin: 60px 0 64px;
	}

	.topicsBl .sec-inner {
		padding: 0;
	}

	.topics_map {
		margin: 20px auto 0;
		padding: 20px 0 0;
		border-radius: 10px;
	}

	.topics_map_tit {
		font-size: 16px;
		line-height: 1.28;
		padding: 8px 0 6px;
		margin: 0 15px;
		border-radius: 0;
	}

	.topics_map_pin {
		padding: 0;
	}

	.topics_map_pin._1 {
		top: 53.8%;
		left: 50.2%;
	}

	.topics_map_pin._2 {
		top: 34.0%;
		left: 7.2%;
	}

	.topics_map_pin._3 {
		top: 74.5%;
		left: 18%;
	}

	.topics_map_pin._4 {
		top: 28.7%;
		left: 57.7%;
	}

	.topics_map_pin._1 {
		width: calc((356 / 750) * 100vw);
		height: calc((81/750)*100vw);
	}

	.topics_map_pin._1 .topics_map_pin_inner::after {
		width: calc((356 / 750) * 100vw);
		height: calc((81/750)*100vw);
	}

	.topics_map_pin._2,
	.topics_map_pin._4 {
		width: calc((341 / 750) * 100vw);
		height: calc((95/750)*100vw);
	}

	.topics_map_pin._2 .topics_map_pin_inner::after,
	.topics_map_pin._4 .topics_map_pin_inner::after {
		width: calc((341 / 750) * 100vw);
		height: calc((95/750)*100vw);
	}

	.topics_map_pin._3 {
		width: calc((342 / 750) * 100vw);
		height: calc((95/750)*100vw);
	}

	.topics_map_pin._3 .topics_map_pin_inner::after {
		width: calc((342 / 750) * 100vw);
		height: calc((95/750)*100vw);
	}

	.topics_map_pin_inner::after {
		filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .6));
	}

	.topics_map_pin._1 .topics_map_pin_inner::after {
		background: url(../img/fukidashi_bg_1_sp.png) no-repeat center / 100% 100%;
		top: -47%;
		left: -15%;
	}

	.topics_map_pin._2 .topics_map_pin_inner::after {
		background: url(../img/fukidashi_bg_2_sp.png) no-repeat center / 100% 100%;
		top: -49.5%;
		left: -10%;
	}

	.topics_map_pin._3 .topics_map_pin_inner::after {
		background: url(../img/fukidashi_bg_3_sp.png) no-repeat center / 100% 100%;
		top: -80%;
		left: -10%;
	}

	.topics_map_pin._4 .topics_map_pin_inner::after {
		background: url(../img/fukidashi_bg_4_sp.png) no-repeat center / 100% 100%;
		top: -48%;
		left: -10%;
	}

	.topics_map_pin_tit {
		font-size: calc((15.7 / 750) * 100vw);
		white-space: nowrap;
		line-height: 1.3;
	}

	.topics_map_pin._1 .topics_map_pin_tit {
		margin-left: calc((35 / 750) * 100vw);
	}

	.topics_map_pin_flag-year {
		border-radius: min(calc((6 / 1200) * 100vw), 6px);
		padding: min(calc((6 / 1200) * 100vw), 6px);
		margin-right: min(calc((14 / 1200) * 100vw), 6px);
	}

	.topics_map_pin_flag {
		width: calc((43 / 750) * 100vw);
		margin-right: calc((5 / 750) * 100vw);
	}

	.topics_map_pin_year {
		font-size: calc((13.7 / 750) * 100vw);
	}

	.topics_spot {
		border: 3px solid #00518f;
		border-top: none;
		overflow: hidden;
	}

	.topics_spot_head {
		padding: 14px 11px;
	}

	.topics_spot_head_country {
		border-radius: 5px;
		font-size: 13.5px;
		height: 21px;
		padding: 7.5px 6.5px 5.5px;
		top: 6px;
		right: 41px;
	}

	.topics_spot_head_close {
		width: 30px;
		height: 30px;
		right: 9px;
		top: 0;
	}

	.topics_spot_head_close_inner::before,
	.topics_spot_head_close_inner::after {
		width: 1.5px;
		height: 21px;
	}

	.topics_spot_body {
		padding: 15px 20px;
		overflow-y: scroll;
        max-height: 500px;
	}

	.topics_spot_body_inner {
		flex-wrap: wrap;
	}

	.topics_spot_body_inner+.topics_spot_body_inner {
		margin-top: 10px;
		padding-top: 10px;
	}

	.topics_spot_head_flag-year {
		border-radius: 3px;
		padding: 3.5px;
		margin-right: 0;
	}

	.topics_spot_head_flag {
		width: 39.5px;
		margin-right: 7px;
	}

	.topics_spot_head_year {
		font-size: 12.5px;
	}

	.topics_spot_head_tit {
		font-size: 16.65px;
		text-align: center;
		position: static;
		color: #00518f;
		width: 100%;
		order: 1;
		letter-spacing: -1px;
	}

	.topics_spot_body_imgwrap {
		width: 100%;
		order: 3;
		margin-top: 5px;
	}

	.content-modal-1 .topics_spot_body_imgwrap img,
	.content-modal-2 .topics_spot_body_imgwrap img,
	.content-modal-3 .topics_spot_body_imgwrap img {
		width: calc((462 / 750) * 90vw);
		margin-bottom: 5px;
	}

	.content-modal-4 .topics_spot_body_imgwrap img {
		width: calc((500 / 750) * 90vw);
		margin-bottom: 5px;
	}

	.topics_spot_body_txtwrap {
		width: 100%;
		order: 2;
	}

	.topics_spot_body_txtwrap .sec-lead {
		margin-top: 7px;
		font-size: 12.5px;
		line-height: 1.75;
	}

	.topics_spot_body_subtit {
        font-size: 14px;
		padding-top: 10px;
	}

	.topics_spot_body_cate-ul {
        margin: 5px -3px 0;
/*        padding: 0 10px;*/
	}

	.topics_spot_body_cate-ul>li {
		font-size: 10px;
		padding: .35em .8em .25em;
		margin: 1.5px;
	}
}


@media(max-width:420px) {
    .topics_spot_body {
        max-height: inherit;
    }
}


@media(max-width:375px) {
    .topics_spot_body {
        max-height: 500px;
    }
}


/* モーダル動画
-------------------------------------------*/

html.modal-opened {
	overflow: hidden;
	height: 100%;
	/* スクロールを無効化するための高さ指定 */
}

body.modal-opened {
	overflow: hidden;
	height: 100%;
	/* スクロールを無効化するための高さ指定 */
}

/* modal */
#video-container {
	margin-bottom: 30px;
	text-align: center;
}

.modal-set {
	display: none;
	position: fixed;
	z-index: 1004;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.modal-set video {
	max-height: 600px;
}

.modal-set .container {
	max-width: 478px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.modal-set.content-modal .container {
	max-width: 1134px;
	width: 90%;
}

.modal-set .container .header {
	position: relative;
}

.modal-set .container .header .btn-close {
	position: absolute;
	right: 0;
	top: -50px;
	width: 40px;
	height: 40px;
	min-width: 0;
	height: 60px;
	border: none;
	background: transparent;
	box-shadow: none;
}

.modal-set .container .header .btn-close:hover {
	opacity: 0.7;
}

.modal-set .container .header .btn-close img {
	width: 40px;
	height: 40px;
}

.modal-set .container .youtube_thum {
	position: absolute;
	top: 0;
	left: 0;
}

.modal-set .container .youtube_thum img {
	width: 100%;
	height: auto;
}

.modal-set .container .modal-iframe-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 178.25%;
	background-color: #333;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal-inner;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.modal-set .container .modal-iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

@keyframes modal {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes modal-inner {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 0)
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.modal-close {
	opacity: 0
}

.modal-body {
	max-width: 1140px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	box-sizing: border-box
}

.modal-content-wrap {
	width: 100%;
	/* height: 85%; */
	border-radius: 15px;
	overflow: hidden;
	/* background-color: #fff; */
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal-inner;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.modal-inner,
.modal-content-wrap-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;

	padding: 10px 60px;
	box-sizing: border-box;
}

.modal-content-wrap-wrap {
	position: relative;
}

.modal-inner {
	pointer-events: none;
}

.modal-content {
	max-height: 100%;
	box-sizing: border-box;
	padding: 0;
	/* padding: 30px 40px 100px; */
	height: 100%;
	/* overflow-y: scroll; */
	/* background: #7abcdc; */
	/* scrollbar-color: #888 #fff; */
}

.modal-inner-inner,
.modal-content-inner {
	position: relative;
	pointer-events: auto;
}

.modal-inner-inner,
.modal-content-inner {
	position: relative;
	pointer-events: auto;
}

.modal-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal-inner;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/* .modal-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -4px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all .5s;
    pointer-events: auto;
}

.content-modal .modal-close-btn {
    top: 2.5%;
    right: 55px;
    width: 50px;
    height: 50px;
}

.modal-close-btn:hover {
    opacity: .7;
}

.modal-close-btn:before {
    transform: rotate(45deg)
}

.modal-close-btn:after {
    transform: rotate(-45deg)
}

.modal-close-btn:before,
.modal-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
} */

.modal-content-tit {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	color: #6c1700;
	padding: 0 0 0.1em;
	margin: 32px auto 0;
	position: relative;
	display: table;
}

.modal-content-titspeechbubble {
	font-size: 22.5px;
	line-height: 1.27;
	font-weight: 900;
	text-align: center;
	color: #fff;
	position: absolute;
	left: -135px;
	top: -45px;
}

.modal-content-titspeechbubble-inner {
	position: relative;
}

.modal-content-titspeechbubble-inner::before {
	content: '';
	display: block;
	width: 127px;
	height: 90px;
	background-color: #ea6325;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.modal-content-titspeechbubble-inner::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 30px solid #ea6325;
	border-right: 0;
	position: absolute;
	top: 54px;
	right: -62px;
	transform: rotate(52deg);
	z-index: 2;
}

@-moz-document url-prefix() {

	/* Firefoxのみ */
	.modal-content-titspeechbubble-inner::after {
		top: 35px;
		right: -58px;
	}
}

.modal-content-tit-peechbubble-inner-txt {
	position: relative;
	z-index: 3;
	top: 0.05em;
	left: 1.25em;
}

@-moz-document url-prefix() {

	/* Firefoxのみ */
	.modal-content-tit-peechbubble-inner-txt {
		top: -0.55em;
	}
}

.modal-content-imgwrap {
	border-top: 1px solid #6c1700;
	padding: 20px 14px 0;
}

.modal-btn-contact {
	display: block;
	position: relative;
	border-radius: 20px;
	background-color: #ea6325;
	margin: 60px auto 0;
	padding: 0.8em 0.5em 0.9em;
	width: 75.5%;
	min-width: 500px;
	box-sizing: border-box;
	text-align: center;
	transition: none;
	box-shadow: 0px 8px #85511a;
	transition: all 0.3s;
}

.modal-btn-contact:hover,
.modal-btn-contact:active {
	transform: translateY(8px);
	box-shadow: none;
}

.modal-btn-contact::after {
	content: '';
	display: block;
	width: 20px;
	height: 16px;
	background: url(../img/arrow_right_white.svg) no-repeat center / cover;
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
}

.modal-btn-contact-txt {
	font-size: 24.6px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}


@media screen and (max-width: 999px) {
	.modal-content-tit {
		display: block;
	}

	.modal-content-titspeechbubble {
		top: -75px;
		left: 0;
	}

	@-moz-document url-prefix() {

		/* Firefoxのみ */
		.modal-content-titspeechbubble {
			top: -65px;
		}
	}

	.modal-btn-contact {
		width: calc(100% - 30px);
		min-width: inherit;
		margin: 50px auto 0;
		border-radius: 10px;
	}

	.modal-btn-contact-txt {
		font-size: 20px;
	}

	.modal-btn-contact::after {
		right: 10px;
		top: calc(50% - 6px);
	}
}


@media screen and (max-width: 767px) {

	.modal-set .container {
		max-width: 317px;
	}

	.modal-inner,
	.modal-content-wrap-wrap {
		padding: 0;
	}

	/* .modal-close-btn {
        top: -35px;
    } */

	.js-modal img,
	.btn-shot-mv img {
		max-width: inherit;
	}

	.js-modal.hovered,
	.btn-shot-mv.hovered,
	.youtube_btn a.hovered,
	.pickup_btn a.hovered {
		opacity: 1;
	}

	/* .modal-close-btn:hover {
        opacity: 1;
    } */

	.modal-set.content-modal .container {
		width: 100%;
		padding: 0 calc((30 / 750)* 100vw);
	}

	.modal-content-wrap-wrap {
		position: static;
	}

	/* .content-modal .modal-close-btn {
        top: 2.5%;
        right: calc((25 / 750)* 100vw);
        width: 25px;
        height: 25px;
    }

    .content-modal .modal-close-btn:before,
    .content-modal .modal-close-btn:after {
        height: 1px;
        top: 57%;
        border-radius: 0;
        margin-top: 0;
    } */

	.modal-content-wrap {
		/* height: 85%; */
		/* border-radius: 10px; */
	}

	.modal-content {
		padding: 0 10px;
	}

	.modal-content-tit {
		font-size: 25px;
		margin: 12px auto 0;
		/* margin: 52px auto 0; */
	}

	.modal-content-titspeechbubble {
		top: -47px;
		left: 2px;
		font-size: 13.5px;
	}

	.modal-content-titspeechbubble-inner::before {
		width: 80px;
		height: 54px;
	}

	.modal-content-titspeechbubble-inner::after {
		top: 23px;
		right: -47px;
	}

	@-moz-document url-prefix() {

		/* Firefoxのみ */
		.modal-content-titspeechbubble-inner::after {
			top: 17px;
			right: -41px;
		}
	}

	.modal-content-imgwrap {
		padding: 15px 15px 0;
	}

	.modal-btn-contact {
		border-radius: 10px;
		box-shadow: 0px 4px #85511a;
		margin: 50px auto 0;
		padding: 0.15em 0.5em 0.5em;
	}

	.modal-btn-contact:hover,
	.modal-btn-contact:active {
		transform: none;
		box-shadow: 0px 4px #85511a;
	}

	.modal-btn-contact::after {
		right: 13px;
		top: calc(50% - 3px);
		width: 10px;
		height: 8px;
	}

	.modal-btn-contact-txt {
		font-size: 13.5px;
		word-break: keep-all;
	}

}

@media screen and (max-width: 420px) {

	.modal-set video {
		max-height: 610px;
	}
}

@media screen and (max-width: 375px) {

	.modal-set video {
		max-height: 550px;
	}
}

@media screen and (max-width: 365px) {
	.modal-btn-contact {
		padding: 0.1em 0.5em 0.5em;
	}

	.modal-btn-contact-txt {
		font-size: 10.5px;
	}

	.modal-btn-contact::after {
		right: 4px;
		top: calc(50% - 2px);
	}
}

.thirdNav--title,
.thirdNav--list li,
li.secondaryNav--item,
.breadcrumbs li {
    font-weight: normal;
}