@charset "utf-8";

/* main_visual */
.main_visual .main_visual_img img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.main_visual_slide {
	position: relative;
}
.main_visual_copy {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 94%;
	max-width: 1100px;
	margin: auto;
	padding-bottom: 30px;
}
.main_visual_copy img.disp_sp {
	display: none;
}
.main_visual_copy ._copy01 {
	text-align: right;
	margin: 0 .5em 10px 0;
}
.main_visual_copy ._copy01 > span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: clamp(26px, 2vw, 32px);
	font-weight: bold;
	line-height: 1;
	padding: .3em .5em;
}
.main_visual_copy ._copy02 {
	text-align: right;
}
.main_visual_copy ._copy02 img.disp_pc {
	display: inline-block;
}
.topics_bnrblock {
	background: #d9f1fc;
	padding: 50px 0;
	overflow-x: hidden;
}
.topics_bnrbox {
	padding: 0 20px;
}
.topics_slide {
	margin: 15px;
}

/* slick.js */
.main_visual .slick-prev,
.main_visual .slick-next {
	width: 60px;
  height: 60px;
	background: rgba(0,0,0,.5);
	z-index: 1;
}
.main_visual .slick-prev::before,
.main_visual .slick-next::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.main_visual .slick-prev::before {
	transform: rotate(-135deg);
	margin-left: 20px;
}
.main_visual .slick-next::before {
	transform: rotate(45deg);
	margin-left: 10px;
}
.main_visual .slick-prev {
  left: 0;
}
.main_visual .slick-next {
  right: 0;
}
.topics_bnrbox .slick-prev,
.topics_bnrbox .slick-next {
	width: 50px;
  height: 50px;
	z-index: 1;
}
.topics_bnrbox .slick-prev::before,
.topics_bnrbox .slick-next::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border-top: 3px solid #888;
	border-right: 3px solid #888;
}
.topics_bnrbox .slick-prev::before {
	transform: rotate(-135deg);
	margin-left: 20px;
}
.topics_bnrbox .slick-next::before {
	transform: rotate(45deg);
	margin-left: 10px;
}
.topics_bnrbox .slick-prev {
  left: -20px;
}
.topics_bnrbox .slick-next {
  right: -20px;
}
.main_visual .slick-dots {
  bottom: -30px;
}
.main_visual .slick-dots li button::before {
	content: "";
  width: 10px;
  height: 10px;
	background: #000;
	border-radius: 50%;
}
.topics_bnrbox .slick-dots {
  bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.topics_bnrbox .slick-dots li button::before {
	content: "";
  width: 10px;
  height: 10px;
	background: #000;
	border-radius: 50%;
}

/* l_nav */
.l_nav {
	background: linear-gradient(to right, #004098 0%, #00a0e8 100%);
}
.l_nav .container.flex {
	width: 100%;
}
.l_nav_tit {
	width: 7.9em;
	background: linear-gradient(to right, transparent 0%, rgba(0,0,0,.3) 100%);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	position: relative;
}
.l_nav_tit::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid rgba(0,0,0,.3);
	border-right: none;
	border-top: 42px solid transparent;
	border-bottom: 42px solid transparent;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}
.l_nav ul {
	width: calc(100% - 12em);
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.l_nav ul > li {
	width: 24%;
	padding: .75em 0;
}
.l_nav ul > li a {
	display: block;
	background: #fff;
	color: #004098;
	font-size: clamp(14px, 1vw, 15px);
	line-height: 1.4;
}
.l_nav ul > li:first-child a {
	font-size: clamp(16px, 1vw, 18px);
}
.l_nav ul > li a figure {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.l_nav ul > li a figure img {
	width: 28%;
}
.l_nav ul > li a figure figcaption {
	width: 67%;
	padding-right: 15px;
	color: #2c3a44;
	font-weight: bold;
}
.appeal_box {
	margin-top: 100px;
	position: relative;
}
.appeal_box + .appeal_box {
	margin-top: 120px;
}
.appeal_box._quality {
	padding-bottom: 100px;
}
.appeal_box._goods {
	padding-bottom: 30px;
}
.appeal_body {
	padding: 0 330px 0 30px;
}
.appeal_tit {
	background: linear-gradient(135deg, #004098 0%, #00a0e8 50%, #fff 90%);
	color: #fff;
	font-size: clamp(26px, 2.2vw, 32px);
	line-height: 1.4;
	padding: 1em 380px 1em 30px;
	margin-bottom: 1em;
	position: relative;
}
.appeal_tit::after {
	content: "";
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(-45deg, rgba(255,255,255,.1),
		rgba(255,255,255,.1) 5px, transparent 5px, transparent 10px);
	position: absolute;
	top: 0;
	left: 0;
}
.appeal_tit > span {
	display: inline-block;
}
.appeal_stit {
	font-size: 120%;
	line-height: 1.4;
}
* + .appeal_stit {
	margin-top: 1em;
}
.appeal_stit + .appeal_bnr {
	margin-top: -.5em;
}
.appeal_lead {
	font-size: 120%;
	line-height: 1.6;
}
.appeal_link {
	font-size: 120%;
	margin-top: 1em;
}
.appeal_link a {
	display: inline-block;
	background: #004098;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: .75em .5em .8em 1em;
	position: relative;
}
.appeal_link a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 1.25em solid #004098;
	border-right: 1.25em solid transparent;
	border-top: 1.25em solid transparent;
	border-bottom: 1.25em solid transparent;
	position: absolute;
	top: 50%;
	right: -2.495em;
	transform: translateY(-50%);
}
.appeal_img {
	position: absolute;
	top: -60px;
	right: 0;
	width: 400px;
	text-align: center;
}
._lineup .appeal_img img,
._network .appeal_img img {
	width: 360px;
}
.appeal_copy {
	margin-top: 100px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #004098;
}
.appeal_copy p > span {
	display: inline-block;
}
.appeal_bnr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: .5em;
}
.appeal_bnr ._bnr {
	border: 1px solid #ccc;
	width: 48.5%;
	margin-top: 1em;
}
.followup_block {
	background: #bfcfe5;
	padding: 80px 0 100px;
	margin-top: 100px;
}
.followup_tit {
	font-size: clamp(24px, 1.2vw, 28px);
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 2em;
}
.followup_tit::after {
	content: "";
	display: block;
	margin: .75em auto 0;
	width: 5em;
	height: 4px;
	background: #004098;
}
.followup_list.flex {
	justify-content: center;
}
.followup_list > li {
	width: 28%;
}
.followup_list > li + li {
	margin-left: 5%;
}
.followup_list figure {
	display: block;
	background: #fff;
	text-align: center;
	height: 100%;
	padding: 20px 20px 30px;
	transition: .5s;
}
.followup_list a:hover {
	opacity: 1;
}
.followup_list a:hover figure {
	background: #bfcfe5;
	mix-blend-mode: multiply;
}
.followup_list figure img {
	width: 70%;
	max-width: 180px;
}
.followup_list figcaption {
	color: #004098;
	font-size: clamp(22px, 1vw, 24px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .05em;
	margin-top: .5em;
}
.followup_list a figure {
	padding: 5px 20px 20px;
}
.followup_list a figcaption {
	margin-top: 0;
}
.followup_list a figcaption::before {
	content: "詳しくはこちら";
	display: block;
	width: 9em;
	font-size: 65%;
	font-weight: normal;
	letter-spacing: 0;
	padding: .25em 0;
	margin: 0 auto 7px;
	border: 1px solid #004098;
	border-radius: 999px;
}

/* topics */
.topics_block {
	padding: 100px 0;
}
.topics_block .container {
	max-width: 900px;
}
.topics_tit {
	font-size: clamp(60px, 3vw, 72px);
	text-align: center;
	color: #004098;
	margin-bottom: 1em;
}
.topics_tit::first-letter {
	color: #00a0e8;
}
.topics_list > li {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: .75em 0;
}
.topics_list > li + li {
	border-top: 1px solid #e0e0e0;
}
.topics_list ._date {
	width: 8em;
}
.topics_list ._body {
	width: calc(100% - 9em);
}
.topics_list a {
	color: #004098;
	text-decoration: underline;
}
.topics_list a:hover {
	color: #00a0e8;
	text-decoration: none;
}


@media only screen and (max-width: 768px) {
	/* main_visual */
	.main_visual .main_visual_img img {
		height: 72vw;
	}
	.main_visual .main_visual_img img:nth-child(1) {
		display: none;
	}
	.main_visual_copy img.disp_sp {
		display: block;
	}
	.main_visual_copy img.disp_pc {
		display: none;
	}
	.main_visual_copy {
		padding-bottom: 15px;
	}
	.main_visual_copy img.disp_pc {
		display: none;
	}
	.main_visual_copy img.disp_sp {
		display: block;
	}
	.main_visual_copy ._copy01 {
		margin-bottom: 5px;
	}
	.main_visual_copy ._copy01 > span {
		font-size: clamp(16px, 4vw, 20px);
	}
	.main_visual_copy ._copy02 img.disp_pc {
		display: none;
	}
	.main_visual_copy ._copy02 img.disp_sp {
		display: inline-block;
		width: 70%;
	}
	.topics_bnrblock {
		padding: 10px 0;
	}
	.topics_bnrbox {
		margin-top: 25px;
		padding: 0 20px;
	}
	.topics_slide {
		margin: 10px;
	}
	/* slick.js */
	.topics_bnrbox .slick-dots {
		bottom: -20px;
	}
	
	/* l_nav */
	.l_nav_tit {
		width: 100%;
		font-size: clamp(14px, 4vw, 16px);
		padding: .5em;
	}
	.l_nav_tit::after {
		content: none;
	}
	.l_nav_tit br {
		display: none;
	}
	.l_nav ul {
		width: 89%;
		margin: auto;
		flex-flow: column wrap;
		justify-content: center;
		padding-bottom: 15px;
	}
	.l_nav ul > li {
		width: 100%;
		padding: 15px 0 0;
	}
	.l_nav ul > li a,
	.l_nav ul > li:first-child a {
		font-size: clamp(15px, 1vw, 17px);
	}
	.l_nav ul > li a figure img {
		width: 16%;
	}
	.l_nav ul > li a figure figcaption {
		width: 80%;
	}
	.l_nav ul > li a figure figcaption br {
		display: none;
	}
	.appeal_block.container {
		width: 100%;
	}
	.appeal_box {
		margin-top: 0;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
	}
	.appeal_box + .appeal_box {
		margin-top: 10px;
	}
	.appeal_box._quality {
		padding-bottom: 0;
	}
	.appeal_box._goods {
		padding-bottom: 0;
	}
	.appeal_body {
		padding: 15px 4% 30px;
		order: 3;
	}
	.appeal_tit {
		width: 100%;
		background: linear-gradient(135deg, #004098 0%, #00a0e8 100%);
		font-size: clamp(18px, 5vw, 23px);
		padding: 15px 5%;
		text-align: center;
		margin-bottom: .75em;
		order: 1;
	}
	.appeal_tit::after {
		background: repeating-linear-gradient(-45deg, rgba(255,255,255,.1),
			rgba(255,255,255,.1) 3px, transparent 3px, transparent 6px);
	}
	.appeal_stit + .appeal_bnr {
		margin-top: -.25em;
	}
	.appeal_lead {
		font-size: 100%;
	}
	.appeal_link {
		font-size: 110%;
		text-align: center;
	}
	.appeal_link a {
		padding: .75em 1em .8em 1.5em;
		margin-left: -1.4em;
	}
	.appeal_img {
		position: static;
		width: 92%;
		order: 2;
	}
	._lineup .appeal_img,
	._network .appeal_img {
		width: 60%;
	}
	.appeal_copy {
		margin-top: 0;
		font-size: 110%;
	}
	.appeal_bnr {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.appeal_bnr ._bnr {
		width: 100%;
		max-width: 400px;
		margin-top: .75em;
	}
	.followup_block {
		padding: 40px 0 50px;
		margin-top: 40px;
	}
	.followup_tit {
		font-size: clamp(18px, 5vw, 23px);
		margin-bottom: 1em;
	}
	.followup_tit::after {
		height: 2px;
	}
	.followup_list.flex {
		flex-flow: row wrap;
		justify-content: space-around;
	}
	.followup_list > li {
		width: 45%;
		max-width: 220px;
		margin-top: 15px;
	}
	.followup_list > li + li {
		margin-left: 0;
	}
	.followup_list figure {
		padding: 10px 4%;
	}
	.followup_list figcaption {
		font-size: clamp(14px, 3.5vw, 18px);
	}
	.followup_list a figure {
		padding: 0 4% 10px;
	}
	.followup_list a figcaption::before {
		font-size: 80%;
		padding: .15em 0;
		margin-bottom: 5px;
	}
	/* topics */
	.topics_block {
		padding: 50px 0 0;
	}
	.topics_tit {
		font-size: clamp(24px, 9vw, 32px);
		margin-bottom: .5em;
	}
	.topics_tit::first-letter {
		color: #00a0e8;
	}
	.topics_list > li {
		flex-direction: column;
	}
	.topics_list ._date,
	.topics_list ._body {
		width: 100%;
	}
	
	
	
	
}
@media only screen and (min-width: 769px) {
	/* main_visual */
	.main_visual .main_visual_img img:nth-child(2) {
		display: none;
	}
	
	
	
}