@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
---------------------------------------*/
.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 {
	padding-inline: 0 !important;
	max-width: inherit;
}

.pageTitle {
	margin-bottom: 0;
}

.sec-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.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: 18px 0;
}

.sec-band-tit_s {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #ade4f8;
}

.sec-band-tit-2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .025em;
	color: #fff;
	text-align: center;
	background: #00518f;
	padding: .74em .5em .60em;
	margin-top: 95px;
}

.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-lead {
	font-size: 16.5px;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1.87;
	margin-top: 57px;
}

.sec-lead+.sec-lead {
	margin-top: 31px;
}

.sec-blue-tit+.sec-lead {
	margin-top: 32px;
}

.topics_frame+.sec-lead {
	margin-top: 98px;
	word-break: keep-all;
}

.sec-square-tit {
	text-align: center;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: .03em;
	position: relative;
	padding: 0 53px;
	display: table;
	margin: 62px auto 0;
}

.highlights_circle-ul+.sec-square-tit {
	margin-top: 105px;
}

.sec-band-tit-2+.sec-square-tit {
	margin-top: 43px;
}

.topics_product-ul+.sec-square-tit {
	margin-top: 86px;
}

.sec-square-tit.txt-blue {
	font-size: 26px;
	font-weight: 700;
	color: #00518f;
}

.sec-square-tit::before,
.sec-square-tit::after {
	content: '';
	display: block;
	width: 37.5px;
	height: 38px;
	position: absolute;
	top: 5px;
}

.sec-square-tit::before {
	background: url(../img/bg_square-tit_left.png) no-repeat center/contain;
	left: 0;
}

.sec-square-tit.txt-blue::before {
	left: 0;
}

.sec-square-tit::after {
	background: url(../img/bg_square-tit_right.png) no-repeat center/contain;
	right: 0;
}

.sec-square-tit.txt-blue::after {
	right: 0;
}

.grayframe {
	background-color: #f2f3f5;
	padding: 3.2em 3.7em 3.3em;
	margin: 60px auto 0;
}

.grayframe+.grayframe {
	margin-top: 45px;
}

.btn-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px auto 0;
	background: #468bc6;
	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: 23px;
	height: 23px;
	background: url(../img/ico_pdf.png) no-repeat center/contain;
	position: absolute;
	top: 1px;
	right: 0;
}

.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 {
		padding: 0 20px;
	}

	.sec-band-tit {
		background: url(../img/bg_band-tit_sp.jpg) no-repeat center / cover;
		font-size: 19px;
		padding: 11px 0;
	}

	.sec-band-tit_s {
		font-size: 10px;
	}

	.sec-blue-tit {
		font-size: 17.3px;
		letter-spacing: 0;
		line-height: 1.63;
	}

	.sec-inner .sec-blue-tit:nth-of-type(1) {
		margin-top: 25px;
	}

	.sec-square-tit {
		font-size: 17.3px;
		padding: 0 35px;
		margin: 26px auto 0;
	}

	.highlights_circle-ul+.sec-square-tit {
		margin-top: 49px;
	}

	.sec-square-tit.txt-blue {
		font-size: 15px;
	}

	.topics_product-ul+.sec-square-tit {
		margin-top: 42px;
	}

	.sec-band-tit-2+.sec-square-tit {
		margin-top: 25px;
	}

	.sec-square-tit::before,
	.sec-square-tit::after {
		width: 24.5px;
		height: 25px;
		top: 2px;
	}

	.sec-square-tit.txt-blue::before {
		left: 5px;
	}

	.sec-square-tit.txt-blue::after {
		right: 5px;
	}

	.sec-lead {
		font-size: 14.1px;
		letter-spacing: 0;
		line-height: 1.81;
		margin-top: 19px;
	}

	.sec-lead+.sec-lead {
		margin-top: 26px;
	}

	.sec-blue-tit+.sec-lead {
		margin-top: 12px;
	}

	.topics_product-ul .sec-lead {
		margin-top: 18px;
	}

	.topics_frame+.sec-lead {
		margin-top: 47px;
	}

	.sec-band-tit-2 {
		font-size: 16px;
		padding: .79em .5em .65em;
		margin-top: 51px;
	}

	.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: 63px 0 72px;
	box-sizing: border-box;
	color: #fff;
}

.mvBl .sec-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}

.mv_left {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	margin-right: 9.6%;
}

.mv_right {
	width: 40.4%;
	box-sizing: border-box;
}

.mv_tit {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .075em;
	margin-right: .7em;
	white-space: nowrap;
}

.mv_date {
	display: flex;
	margin-top: .5em;
}

.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: 2.82em;
}

.mv_ul>li>a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	padding: 0 5px .6em 5px;
}

.mv_ul_tit_jp {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	color: #fff;
	position: relative;
	padding-left: 20px;
}

.mv_ul_tit_jp::before {
	content: '';
	display: block;
	width: 20px;
	height: 11px;
	background: url(../img/arrow_bottom_rightblue.png) no-repeat center / contain;
	position: absolute;
	left: -5px;
	top: 6px;
}

.mv_ul_tit_en {
	color: #ade4f8;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .05em;
}


@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: 29.5px;
	}

	.mv_ul>li>a {
		padding: 0 0 .25em;
	}

	.mv_ul_tit_jp {
		font-size: 15px;
		letter-spacing: 0 !important;
		padding-left: 20px;
	}

	.mv_ul_tit_jp::before {
		width: 13px;
		height: 7px;
		left: 2px;
		top: 6px;
	}

	.mv_ul_tit_en {
		font-size: 10px;

	}
}


/* ご挨拶
---------------------------------------*/
.messageBl {
	margin: 80px 0 0;
}

@media(max-width:767px) {
	.messageBl {
		margin: 47px 0 0;
	}
}


/* 業績ハイライト
---------------------------------------*/
.highlightsBl {
	margin: 155px 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: #5e9fd7;
	color: #fff;
	width: min(calc((316/ 1200)* 100vw), 316px);
	height: min(calc((316/ 1200)* 100vw), 316px);
	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-top: min(calc((26 / 1200) * 100vw), 26px);
}

.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((14 / 1200) * 100vw), 14px);
}

.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((17 / 1200) * 100vw), 17px);
	font-weight: 500;
	line-height: 1;
}

.highlights_circle_pre_desc {
	text-align: center;
	color: #efea3a;
	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_up {
	font-size: min(calc((45 / 1200) * 100vw), 45px);
	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: 17px 0 0;
}

.highlights_graph-ul>li {
	width: 29.85%;
}

.highlights_graph-ul_tit {
	text-align: center;
	font-size: min(calc((18 / 1200) * 100vw), 18px);
	/* font-size: 18px; */
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0;
	border: 1px solid #8c8c8c;
	padding: .93em .5em .73em;
	position: relative;
	margin-bottom: 42px;
}

.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 {
		top: -.5em;
		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_up {
		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: 175px 0 0;
}

.interviewBl .sec-inner .sec-blue-tit.interview-main-tit {
	font-size: min(calc((27 / 1200) * 100vw), 27px);
	/* white-space: nowrap;*/
	/* margin-top: 66px; */
}

.interview_lr {
	position: relative;
}

.interview_lr._1 {
	margin-top: 222px;
}

.interview_lr._2 {
	margin-top: 45px;
}

.interview_lr._3,
.interview_lr._4,
.interview_lr._5 {
	margin-top: 120px;
}

.interview_lr._6 {
	margin-top: 277px;
}

.interview_lr._7 {
	margin-top: 50px;
}

.interview_lr.img-left .interview_lr_l,
.interview_lr.img-right .interview_lr_r {
	width: 42.85%;
	box-sizing: border-box;
	position: absolute;
	top: -155px;
	z-index: -1;
}

.interview_lr.img-left .interview_lr_l {
	left: 0;
}

.interview_lr.img-right .interview_lr_r {
	right: 0;
}

.interview_lr.square-right .interview_lr_l,
.interview_lr.square-left .interview_lr_r {
	width: 74.6%;
	box-sizing: border-box;
}

.interview_lr.square-left .interview_lr_r {
	margin: 0 0 0 auto;
}

.interview_lr.img-left .interview_lr_r,
.interview_lr.img-right .interview_lr_l {
	width: 62%;
	box-sizing: border-box;
	margin-left: auto;
}

.interview_lr.img-right .interview_lr_l {
	margin: 0 auto 0 0;
}

.interview_lr.square-right .interview_lr_r,
.interview_lr.square-left .interview_lr_l {
	width: 48.4%;
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
}

.interview_lr.square-right .interview_lr_r {
	right: -3.6%;
}

.interview_lr.square-right._2 .interview_lr_r,
.interview_lr.square-right._4 .interview_lr_r,
.interview_lr.square-left._3 .interview_lr_l,
.interview_lr.square-left._5 .interview_lr_l,
.interview_lr.square-left._7 .interview_lr_l {
	bottom: -70px;
}

.interview_lr.square-left .interview_lr_l {
	left: -3.6%;
}

.interview_lr_imgwrap {
	position: relative;
}

.interview_lr_imgwrap::before {
	content: '';
	display: block;
	width: 87.5%;
	height: 100%;
	background-color: #00518f;
	position: absolute;
	top: 12.35%;
	z-index: -1;
}

.interview_lr.img-left .interview_lr_imgwrap::before {
	left: -11.8%;
}

.interview_lr.img-right .interview_lr_imgwrap::before {
	right: -11.8%;
}

.interview_lr.square-right .interview_lr_imgwrap::before,
.interview_lr.square-left .interview_lr_imgwrap::before {
	display: none;
}

.interview_frame {
	padding: 3.2em 3.1em 3.47em;
	border: 1px solid #bec0c1;
	background-color: #fff;
}

.interviewBl .sec-inner .interview_frame .sec-blue-tit:nth-of-type(1) {
	font-size: 24px;
	line-height: 1.7;
	margin-top: 0;
}

.interviewBl .btn-blue {
	max-width: 683px;
	margin: 170px auto 0;
}


@media(max-width:767px) {
	.interviewBl {
		margin: 68px 0 0;
	}

	.interviewBl .sec-inner .sec-blue-tit.interview-main-tit {
		font-size: 17.3px;
	}

	.interview_lr._1 {
		margin-top: 31px;
	}

	.interview_lr._2,
	.interview_lr._3,
	.interview_lr._4,
	.interview_lr._5 {
		margin-top: 48px;
	}

	.interview_lr._6 {
		margin-top: 24px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.interview_lr.img-left .interview_lr_l,
	.interview_lr.img-right .interview_lr_r {
		width: auto;
		position: static;
	}

	.interview_lr.img-left .interview_lr_r,
	.interview_lr.img-right .interview_lr_l {
		width: auto;
		margin-top: 18px;
	}

	.interview_lr.square-right .interview_lr_l,
	.interview_lr.square-left .interview_lr_r {
		width: auto;
	}

	.interview_lr.square-right .interview_lr_r,
	.interview_lr.square-left .interview_lr_l {
		width: 105px;
	}

	.interview_lr.square-right .interview_lr_r {
		right: -20px;
	}

	.interview_lr.square-left .interview_lr_l {
		left: -20px;
	}

	.interview_lr.square-right._2 .interview_lr_r,
	.interview_lr.square-right._4 .interview_lr_r,
	.interview_lr.square-left._3 .interview_lr_l,
	.interview_lr.square-left._5 .interview_lr_l,
	.interview_lr.square-left._7 .interview_lr_l {
		bottom: auto;
		top: -40px;
	}

	.interview_lr_imgwrap::before {
		width: 61.0%;
		height: 95%;
		top: 18.35%;
	}

	.interview_frame {
		padding: 23px 20px 26px;

	}

	.interviewBl .sec-inner .interview_frame .sec-blue-tit:nth-of-type(1) {
		font-size: 15px;
		line-height: 1.71;
		margin-top: .025em;
	}

	.interviewBl .btn-blue {
		max-width: 335px;
		margin: 50px auto 0;
	}

	.interviewBl .btn-blue_txt::after {
		top: 9px;
	}
}


/* トピックス
---------------------------------------*/
.topicsBl {
	margin: 220px 0 122px;
}

.topics_wraparound {
	overflow: hidden;
	margin-top: 51px;
}

.topics_wraparound_fig {
	float: right;
	width: 13.2%;
	margin: 0 0 2% 2%;
}

.topics_wraparound_figcaption {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.topics_wraparound .sec-lead {
	margin-top: 0;
}

.topics_frame {
	background: #fff;
	border: 1px solid #00518f;
	margin-top: 80px;
}

.topics_frame.bg-gray {
	background: #f2f3f5;
	margin-top: 145px;
}

.topics_frame+.topics_frame {
	margin-top: 0px;
	border-top: 1px solid transparent;
}

.topics_frame_inner {
	margin-top: -4px;
	padding: 0 3.36em 47px;
	display: flex;
	justify-content: space-between;
}

.topics_frame_inner._2 {
	margin-top: 0;
	padding: 47px 3.36em;
}

.topics_frame_inner._3 {
	display: block;
	margin-top: -11px;
	padding: 0 1em 27px;
}

.topics_frame_left {
	width: 25.1%;
	box-sizing: border-box;
}

.topics_frame_right {
	width: 66.5%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.topics_frame_right._2 {
	width: 69.7%;
	display: block;
	background: #cee0ee;
	padding: 1.5em 2.6em 1.6em;
}

.topics_frame_tit {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
	background: #00518f;
	padding: .7em .5em .5em;
	max-width: 461px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	top: -35px;
}

.topics_frame_ul>li+li {
	margin-top: 30px;
}

.topics_frame_ul_tit {
	background-color: #6d9fd3;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	padding: .62em .5em .53em;
}

.topics_frame_ul_desc {
	background-color: #f2f3f5;
	color: #00518f;
	font-size: 21px;
	line-height: 1.47;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	padding: .55em .5em .45em;
	word-break: keep-all;
}

.topics_frame_lightblue-box-wrap {
	display: flex;
	justify-content: space-between;
}

.topics_frame_right_inner>.topics_frame_lightblue-box {
	width: 61.2%;
	max-width: 404px;
	box-sizing: border-box;
	margin: 0 auto;
}

.topics_frame_lightblue-box-inner {
	width: 46.1%;
	box-sizing: border-box;
}

.topics_frame_lightblue-box_tit {
	font-size: 24px;
	line-height: 1.41;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
	background-color: #cee0ee;
	padding: .85em .82em .75em;
	word-break: keep-all;
}

.topics_frame_arrow {
	width: 42.25%;
	box-sizing: border-box;
	margin: 10px auto;
}

.topics_frame_lightblue-box-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: 0;
	text-indent: -1.33em;
	padding-left: 1.5em;
	margin-top: 17px;
}

.topics_frame_right_tit {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .0;
	line-height: 1.4;
	color: #00518f;
	text-align: center;
}

.topics_frame_right_desc {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.63;
	margin-top: 16px;
}

.topics_frame_right_ul {
	margin-top: 15px;
}

.topics_frame_right_ul>li {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.topics_frame_right_ul>li+li {
	margin-top: 3px;
}

.topics_product-ul {
	margin-top: 40px;
}

.topics_product-ul>li {
	border: 1px solid #bec0c1;
	padding: 1.5em 2.7em 1.8em 2.2em;
	display: flex;
	justify-content: space-between;
}

.topics_product-ul>li+li {
	margin-top: 35px;
}

.topics_product-ul_imgwrap {
	width: 33.5%;
	box-sizing: border-box;
	margin-right: 3.5%;

	display: flex;
	align-items: center;
	justify-content: center;
}

.topics_product-ul_imgwrap img {
	display: block;
	margin: 0 auto;
}

.topics_product-ul>li.product_2 .topics_product-ul_imgwrap img {
	width: 49%;
}

.topics_product-ul>li.product_3 .topics_product-ul_imgwrap img {
	width: 59%;
}

.topics_product-ul>li.product_4 .topics_product-ul_imgwrap img {
	width: 76.15%;
}

.topics_product-ul_txtwrap {
	width: 63%;
	box-sizing: border-box;
}

.topics_product-ul_tit {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1.52;
	border-bottom: 1px solid #00518f;
	padding-bottom: .35em;
	margin-top: 15px;
}

.topics_product-ul_ul {
	margin: 16px 0 0 auto;
	display: flex;
	justify-content: flex-end;
}

.topics_product-ul_ul>li {
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	background: #6d9fd3;
	padding: .38em .92em .28em;
}

.topics_product-ul_ul>li+li {
	margin-left: 5px;
}

.topics_product-ul .sec-lead {
	margin-top: 37px;
}

.topics_product-ul_chuki-ul>li {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	text-indent: -1em;
	padding-left: 1em;
}

.topics_frame_last-txt {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0;
	color: #00518f;
	word-break: keep-all;
}

.topics_frame_last-txt_l {
	font-size: 40px;
}

@media(max-width:767px) {
	.topicsBl {
		margin: 66px 0 67px;
	}

	.topics_wraparound {
		margin-top: 14px;
	}

	.topics_wraparound_fig {
		width: 97px;
		margin: 22px 0 0 3%;
	}

	.topics_wraparound_figcaption {
		font-size: 10px;
	}

	.topics_frame {
		margin-top: 64px;
	}

	.topics_frame.bg-gray {
		margin-top: 69px;
	}

	.topics_frame_inner {
		margin-top: -5px;
		padding: 0 16px 23px;
		display: block;
	}

	.topics_frame_inner._2 {
		padding: 17px 16px 23px;
	}

	.topics_frame_inner._3 {
		margin-top: -5px;
		padding: 0 16px 19px;
	}

	.topics_frame_tit {
		font-size: 16px;
		max-width: 267px;
		top: -22px;
	}

	.topics_frame_left {
		width: auto;
	}

	.topics_frame_right {
		width: auto;
		display: block;
		margin-top: 20px;
	}

	.topics_frame_right._2 {
		width: auto;
		display: block;
		padding: 10px 16px 20px;
	}

	.topics_frame_right_tit {
		font-size: 13.5px;
	}

	.topics_frame_right_desc {
		font-size: 12px;
		margin-top: 14px;
	}

	.topics_frame_right_ul {
		margin-top: 12px;
	}

	.topics_frame_right_ul>li {
		font-size: 12px;
	}

	.topics_frame_ul>li {
		display: flex;
	}

	.topics_frame_ul>li+li {
		margin-top: 5px;
	}

	.topics_frame_ul_tit {
		font-size: 15px;
		padding: .7em .67em .55em;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 68px;
		box-sizing: border-box;
		white-space: nowrap;
	}

	.topics_frame_right_inner>.topics_frame_lightblue-box {
		width: 74.8%;
		max-width: 225px;
		margin: 0 auto;
	}

	.topics_frame_ul_desc {
		font-size: 13.5px;
		text-align: left;
		padding: .55em 1.2em .45em;
		word-break: inherit;
		width: calc(100% - 68px);
		box-sizing: border-box;
	}

	.topics_frame_lightblue-box_tit {
		font-size: 13.5px;
		line-height: 1.42;
		padding: 0.5em .2em;
		word-break: keep-all;
	}

	.topics_frame_lightblue-box-inner {
		width: calc((100% - 5px) / 2);
	}

	.topics_frame_arrow {
		width: 130px;
		margin: 5px auto;
	}

	.topics_frame_lightblue-box-desc {
		font-size: 9.5px;
		line-height: 1.5;
		letter-spacing: 0;
		margin-top: 6px;
	}

	.topics_product-ul {
		margin-top: 20px;
	}

	.topics_product-ul .sec-lead {
		margin-top: 18px;
	}

	.topics_product-ul>li {
		border: 1px solid #bec0c1;
		padding: 18px 16px 15px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.topics_product-ul>li+li {
		margin-top: 15px;
	}

	.topics_product-ul_txtwrap {
		width: auto;
	}

	.topics_product-ul_imgwrap {
		width: calc((433 / 750) * 100vw);
		max-width: 216px;
		height: auto;
		margin: 7px auto 0;
	}

	.topics_product-ul>li.product_2 .topics_product-ul_imgwrap img {
		width: 50%;
	}

	.topics_product-ul>li.product_3 .topics_product-ul_imgwrap img {
		width: 59%;
	}

	.topics_product-ul>li.product_4 .topics_product-ul_imgwrap img {
		width: 77.15%;
		margin-bottom: 14px;
	}

	.topics_product-ul_tit {
		font-size: 15px;
		margin-top: 0;
	}

	.topics_product-ul_ul {
		margin: 10px 0 0 auto;
	}

	.topics_product-ul_ul>li {
		font-size: 12px;
	}

	.topics_product-ul_ul>li+li {
		margin-left: 3px;
	}

	.topics_product-ul_chuki-ul>li {
		font-size: 11.5px;
		margin-top: 3px;
	}

	.topics_frame_last-txt {
		font-size: 15px;
		line-height: 1.84;
	}

	.topics_frame_last-txt_l {
		font-size: 25.5px;
	}

}