@charset "utf-8";
/* ------------------------------------
	cont_header visual
------------------------------------ */
.content-1 .cont_header.visual{
	min-height:486px;
	justify-content: end;
}
.content-2 .cont_header.visual,
.content-3 .cont_header.visual{
	height:240px;
}
.content-1 .cont_header.visual::after{
	background:url("../img/content-1/header01.png") bottom left 100px no-repeat;
	background-color:#F1EFEE;
}
.content-2 .cont_header.visual::after {
	background: #e2e2e2 url(../img/content-2/header02.png) center center no-repeat;
	background-size: cover;
}
.content-3 .cont_header.visual::after {
	background: #e2e2e2 url(../img/content-3/header03.png) center center no-repeat;
		background-size: cover;
}
.content-2 header.cont_header h1,
.content-3 header.cont_header h1{
	color: #3465A6;
}
.content-1 .cont_header.visual p{
	width:auto;
	font-size:20px;
}

/* 1600px */
@media only screen and (max-width: 1600px) {
	.content-1 .cont_header.visual::after {
	  background-position: bottom left 10px !important;
	}
}
/* 1300px */
@media only screen and (max-width: 1300px) {
	.content-1 .cont_header.visual::after {
	  background-position: bottom left -50px !important;
	}
}
/* 810px */
@media only screen and (max-width: 810px) {
	.content-1 .cont_header.visual {
		height: auto;
	}
}
/* 768px */
@media only screen and (max-width: 768px) {
	.content-1 .cont_header.visual {
		background: #F5F5F5;
		z-index: 0;
		height: auto!important;
		display: block;
	}
	.content-1 .cont_header.visual::after {
		content: none;
	}
	.content-1 .cont_header.visual .wrap{
		padding: 20px 0 0;
		margin-bottom: 5px;
		display: flex;
		flex-direction: column;
	}
	.content-1 .cont_header.visual h1{
		order: -2;
		margin: 0 0 30px;
		letter-spacing: inherit;
		font-size:38px;
	}
	.content-1 .cont_header.visual p{
		text-align: left;
		width:100%;
		margin:30px 0;
		font-size:16px;
	}

	.content-2 header.cont_header h1, .content-3 header.cont_header h1 {
    color: #fff;
	}

	.content-2 .cont_header.visual::after {
		background: #e2e2e2 url(../img/content-2/header02_2.png) center center no-repeat;
		background-size: cover;
		background-position: right;
	}

	.content-2 .cont_header.visual::before,
	.content-3 .cont_header.visual::before{
		width:100% !important;
		height:100% !important;
		right:-50px;
	}
	.content-2 .cont_header .wrap,
	.content-3 .cont_header .wrap{
		padding: 97px 0;
	}

	.content-3 .cont_header.visual::after {
		background: #e2e2e2 url(../img/content-3/header03_2.png) center center no-repeat;
		background-size: cover;
		background-position: right;
	}
}

/* ------------------------------------
	cont_header visual end
------------------------------------ */


/* ------------------------------------
	content-1
------------------------------------ */
.wrap_inner{
	width:65%;
	margin:0 0 auto auto;
	font-size:2rem;
	line-height:1.5; 
}
.wrap_inner object{
	margin-bottom:20px;
	width:100%;
}
.order_4{
	font-weight: bold;
}

/* accordion */
.accordion {
	margin:0 0 84px;
}
.accordion:last-child{
	margin-bottom:190px;
}
.accordion .content {
	display: block;
}

/* segment */
.segment_02 p:last-child {
	margin: 0;
}

/* title */
.h_bg {
	text-align: left;
	position: relative;
	cursor: pointer;
	margin: 0 0 20px;
	background:#DE873F;
	color: #fff;
	font-size: 20px;
	padding: 8px 1em;
	line-height: 1.1em;
	border-radius: 20px 0 0 0;
}
.h_bg::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
}
.h_bg.open::after {
	margin-top: -10px;
	transform: rotate(225deg);
}
.h_bg span {
	padding-right: 20px;
}

/* content */
p.f_or {
	font-size: 18px;
	color: #DE873F;
	font-weight: bold;
}
p.f_or.mb_0 {
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: 1.6rem;
}
.image.flex.m-4 div{
	width:calc(50% - 10px);
}
.image.flex.m-4 div:nth-child(even){
	margin-left:20px;
}
.m-2 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.mt-4 {
	margin-top: 40px;
}
span.business{
	display:block;
	background:#f5dac2;
	color:#333;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold; 
}
span.unit{
	display:block;
	text-align:right;
}
.segment_02 .graph {
	margin-top: 40px;
}
.square::before{
	display:inline-block;
	content:"";
	width:13px;
	height:13px;
	background:#333;
	margin-right:10px;
}
.square.orange::before{
	background:#DE873F;
}
.square.r_orange::before{
	background:#eec39f;
}
span.gr_maru::before{
	display: inline-block;
	content:url("../img/content-1/gr_maru.png");
	margin:0 10px;
	vertical-align: middle;
}

#future{
	align-items: flex-start;
	margin-bottom:30px;
}
#future2{
	align-items: center;
	margin-bottom:30px;
}
#future .q_3{
	margin-right:20px;
	margin-top:32px;
	
}
.image.q4-1{
	object-fit: scale-down;
	height: 300px;
}
.f_w {
	color: #fff;
}
.back_b {
	background-color: #3465A6;
}
.back_g {
	background-color: #818181;
}
.con_01tb p{
	text-align: right;
}
.con_01tb table .f_w td{
	padding:5px;
}
.con_01tb table td {
	vertical-align: middle;
}
.con_01tb table {
	width: 100%;
}
.con_01tb table td {
	font-size: 14px;
	border-bottom: 1px solid #707070;
	height: 40px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
}
.con_01tb table .f_w td {
	border-bottom: 1px solid #fff;
	text-align: center;
	height: 30px;
}
.con_01tb table .back_b {
	border-right: 1px solid #fff;
}
.con_01tb table td.back_sb {
	background: #e0e8f2;
	padding-right: 5px;
}
.con_01tb table .text-right td {
  	text-align: center;
}
.con_01tb table .text-right td:nth-of-type(3), .con_01tb table .text-right td:nth-of-type(4) {
  	padding-right: 5px;
}
.con_01tb table .text-right td:first-child {
	text-align: left;
	padding-right: 4px;
}

#future .q_3 img{
	height: 300px;
	object-fit: cover;
}
.image.flex.contents_3{
	gap: 30px;
}
.image.flex.contents_3 > div{
	width:calc(100% / 2);
}

.contents_3_tp2 img {
	margin-bottom: 60px;
}

/* 1024px */
@media only screen and (max-width: 1250px) {
	.wrap_inner{
		width:55%;
	}
}
/* 1024-769px */
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.wrap_inner p{
		line-height: 1.2;
	}
}
/* 960-769px */
@media only screen and (max-width: 960px) and (min-width:769px) {
	.wrap_inner {
		width: 50%;
	}
}
/* 768px */
@media only screen and (max-width: 768px) {
	.wrap_inner{
		width:100%;
		margin:0 auto;
		display:flex;
		flex-wrap:wrap;
	}
	.wrap_inner::after{
		content: '';
		display: block;
		position: inherit;
		background: url(../img/content-1/header_sm.png) center center no-repeat;
		background-size: contain;
		width: 100vw;
		height: 59vw;
		margin-left: -4vw;
		order: 2;	
	}
	.wrap_inner .order_2{
		order:2;
		margin-top:0 !important;
	}
	.wrap_inner .order_4{
		order:4;
	}
	.h_bg {
		display: flex;
		justify-content: flex-start;
		padding: 1rem 2.2em 1rem 15px;
		line-height: 1.5em;
		margin: 0 0 20px;
	}
	.h_bg span {
		padding-right: 12px;
	}
	.image.flex.m-4 div{
		width:100%;
		margin-right:0 !important;
		margin-left:0 !important;
		margin-bottom: 10px;
	}
	.image.flex.m-4 figcaption{
		margin-bottom: 30px;
	}
	.con_01tb {
		margin-top: 20px;
	}
	#future .q_3{
		margin-right:0;
		margin-top:32px;
	}
	.image.q4-1{
		object-fit: cover;
        height: 100%;
        width: 100%;
	}
	#future .q_3 img{
		width: 100%;
		height: 100%;
	}
	.image.flex.contents_3 > div{
		width: 100%;
	}
}
/* 600px */
@media only screen and (max-width: 600px) {
	.h_bg {
		padding:1rem 2.2em 1rem 16px;
	}
}

/* ------------------------------------
	content-1 end
------------------------------------ */


/* ------------------------------------
	content-2
------------------------------------ */
h2 span.sq {
	margin-right: 18px;
	width: 23px;
	height: 23px;
	border-radius: 5px 0 0 0;
	vertical-align: middle;
	display: inline-block;
	background: #DE873F;
}
.content-2 .contents_wrap h3 {
	background-color: #f5dac2;
	padding: 5px 0 5px .8em;
	margin: 0 0 14px;
	font-size: 20px;
}
.graph.flex {
	margin-bottom: 4em;
	margin-top: 40px;
	justify-content: space-between;
}
.graph.flex > div:nth-child(odd) {
	margin-right: 40px;
	
}
.graph.flex > div:nth-child(even) {
	margin-left: 40px;
}
p.ask{
	padding-left:3em;
	text-indent:-3em;
}
.content-2 .contents_wrap .sq {
	width: 12px;
	height: 12px;
	background: #DE873F;
	display: inline-block;
	margin-right: 3px;
}
.content-2 .contents_wrap .sq.lor {
	background: #efc39f;
}
.content-2 .contents_wrap .sq.gr {
	background: #cbd1c5;
}
/* 768px */
@media only screen and (max-width: 768px) {
	.content-2 .contents_wrap h2 {
		margin: 3em 0;
	}
	h2 span.sq {
		width: 20px;
		height: 20px;
	}
	.graph.flex{
		margin: 1.5em 0px;
	}
	.graph.flex > div {
		width: 100%;
		margin-right:0px !important;
		margin-left:0px !important;
		margin-bottom: 3em;
	}
	p.ask{
		text-align: left;
	}
}
/* ------------------------------------
	content-2 end
------------------------------------ */


/* ------------------------------------
	content-3
------------------------------------ */
/* section */
.content-3 section:last-child {
	margin: 0 auto 100px;
}

/* topics-list */
.topics li {
	background: #F1EFEE;
	margin-bottom: 20px;
	position: relative;
}
.topics li::before {
	content: url("../img/content-3/yajirushi.png");
	position: absolute;
	line-height: 0px;
	bottom: 0;
}
.topics li .flex {
	height: 60px;
	align-items: center;
	margin-left: 120px;
	justify-content: flex-start;
	font-size: 16px;
}
.topics li .flex a:hover{
	color:#003FB5;
}
.topics .tp {
	color: #DE873F;
	font-size: 16px;
	padding-right: 40px;
	font-weight: bold;
}
.topics li .ft_or{
	color:#333;
	font-weight: bold;
}
.topics li .ft_or:hover{
	color:#DE873F;
}

/* content */
.content-3 .contents_wrap h3 {
	background: #DE873F;
	padding: 5px 0px 5px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px;
}
span.next {
	display: inline-block;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	margin: 0 15px;
}
.mb-2 {
	margin-bottom: 40px;
}

/* ▶ title */
.h_tri {
	font-size: 1.6rem;
	color: #DE873F;
	margin: 40px 0 20px;
	padding: 15px 0 0 25px;
	position: relative;
}
.h_tri::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	top: 20px;
	left: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #DE873F;
	margin: -2px 0 0 0;
	vertical-align: middle;
	position: absolute;
}

/* souko */
.souko{
	position:relative;
	padding-right: 10px;
}
.souko img{
	width:100%;
	max-width:100%;
}

/* dl table */
.s_table {
	font-size: 13.5px;
	font-weight: bold;
	width: 430px;
}
.s_table p{
	margin-bottom:0;
	font-size: 14px;
	text-indent: -1em;
    padding-left: 1em;
}
.s_table dt:first-child,
.s_table dd:first-of-type {
	margin-top: 0;
}
.s_table dt,
.s_table dd {
	border: 1px solid #818181;
	float: left;
	padding: 2px 10px;
	margin: 3px 0;
}
.s_table dt {
	clear: left;
	width: 9em;
	color: #fff;
	background: #818181;
	height: 35px;
	display: flex;
	align-items: center;
}
.s_table dd {
	width: calc(100% - 9em);
	height: 35px;
	display: flex;
	align-items: center;
}
.s_table .dt-h3,
.s_table .dd-h3,
.s_table .dd-h3-02{
	height:90px;
}
.s_table .dt-h3-03,
.s_table .dd-h3-03{
	height:65px;
}
/* title */
h4.text_blue{
	margin-top:40px;
	color:#3465A6;
	margin-bottom:10px;
	text-indent: -1em;
	padding-left: 1em;
}

h4.text_blue + p:nth-of-type(3),
h4.text_blue + p:nth-of-type(4){
	font-feature-settings: "palt";
}

/* image */
.content-3 figure{
	margin:0;
}
.image.flex.col_3 div:nth-of-type(2){
	margin:0 20px;
}
.image.tp2-1,
.image.tp3-2{
	object-fit: scale-down;
	height: 200px;
}
.image.tp3-2{
	height: 220px;
}
.image.tp2-2,
.image.tp3-1,
.image.tp3-3{
	object-fit: cover;
	height: 250px;
}
.image.tp3-3{
	width: 400px;
}
figcaption{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1.25em
}

/* ①～③  */
span.number{
	color:#fff;
	position:relative;
	margin-right:10px;
}
span.number::after{
	content:"";
	background:#3465A6;
	border-radius:50%;
	position:absolute;
	width:20px;
	height:20px;
	left:-5.2px;
	top:0;
	z-index: -1;
}

/* 768px */
@media only screen and (max-width: 768px) {
	.content-3 .contents_wrap h3 {
		padding: 5px !important;
	}
	.topics li{
		line-height:1.5em;
	}
	.topics li .flex {
		margin-left: 25px;
		display: inline-block;
		padding:6px 0;
		height:0;
	}
	.image.flex {
		margin: 1.5em 0px;
	}
	.image.flex > div {
		margin-bottom: 1.5em;
	}
	.souko{
		padding-right:0;
	}
	.souko img{
		width:100%;
	}
	.s_table {
		width: 100%;
	}
	.s_table dt,
	.s_table dd {
		width: 100%;
		margin: 0;
		float: none;
	}
	.s_table dd {
		margin-bottom: 3px;
	}

	.s_table .dt-h3-03,
	.s_table .dt-h3 {
		height:35px;
	}
	.s_table .dd-h3-02 {
		height:60px;
	}
	.image.flex.col_3 div:nth-of-type(2){
		margin:0 0 30px 0;
	}
	.image.tp2-1,
	.image.tp2-2,
	.image.tp3-1,
	.image.tp3-2,
	.image.tp3-3{
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

}
/* ------------------------------------
	content-3 end
------------------------------------ */


/* ------------------------------------
	reco
------------------------------------ */
/* contheader */
.reco .cont_header {
	background: #e0e8f2;
	position: relative;
}
.reco .cont_header::before {
	content: "";
	background: url(../img/watermark_r.png) no-repeat;
	position: absolute;
	right: 0;
	height: 100%;
	width: 25%;
	background-size: contain;
}
.reco .cont_header .wrap {
	padding: 32px 0;
}

/* text */
.reco h1,
.reco h2 {
	color: #3465A6;
}
.reco h2 {
	font-size: 2rem;
	margin: 0 0 14px;
}
.reco h3 {
	font-size: 1.6rem;
	margin: 0 0 14px;
	padding: 0;
}
.reco h3 {
	font-weight: bold;
}
.reco p {
	margin: 0 0 24px;
}
.border_b {
	position: relative;
	margin: 0 0 40px !important;
	padding: 0 0 44px;
}
.border_b::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background-color: #8C9BA5;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
}

/* ※list */
.ul_attn {
	margin: 0 0 30px;
}
.ul_attn li {
	position: relative;
	padding-left: 1.5em;
	line-height: 2.8rem;
	font-size: 1.4rem;
}
.ul_attn li span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.reco .copy {
	margin: 0;
}

/* 768px */
@media only screen and (max-width: 768px) {
	.reco .cont_header::before {
		content: none;
	}
  	.reco .cont_header h1 {
    	text-align: center;
  	}
	.border_b:after {
		width: 100px;
	}
	.ul_attn li {
		line-height: 2.4rem;
	}
}
/* ------------------------------------
	reco end
------------------------------------ */


/* ------------------------------------
    print
------------------------------------ */
@media print {
	.content-1 .cont_header.visual,
	.content-1 .cont_header.visual .wrap {
		height: auto;
	}
	.content-1 .cont_header.visual .wrap {
		display: flex;
		flex-direction: column;
		padding: 20px 0 25px;
	}
	.content-1 .cont_header.visual::after{
		background-color: #F1EFEE!important;
		background:url("../img/content-1/header01.png") bottom left -100px no-repeat;
	}
	.content-1 .cont_header.visual p {
		padding: 20px 0 0;
		text-align: left;
	}
	.content-3 .br-sp{
		display: none;
	}
	.s_table dt{
		width:5em;
	}
}
