@charset 'UTF-8';

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 1.2;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	width: 100%;
	min-width: 1200px;
	height: auto;
	position: relative;
	margin: 0px auto;
	display: block;
  overflow-x: hidden;
}

img {
	width: 400px;
	height: 200px;
	display: block;
}

/* ボタン */
.contents a {
	display: inline-block;
	min-width: 160px;
	padding: 10px 20px;
	background: #036ED8;
	border-radius: 50px;
	border: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	cursor: pointer;
}

.contents a:hover {
	opacity: 0.5;
}

a._deepblue {
	background-color: #3d498f;
}

/* header */
header {
	width: 100%;
	position: relative;
	border-bottom: #DEDEDE 1px solid;
}

header .inner {}

header .inner .inner_block {
	width: calc(100% - 50px);
	max-width: 1360px;
	height: auto;
	padding: 25px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .inner .title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	min-width: 480px;
}

header a {
	display: inline-block;
	height: 100%;
}

header a.logo {
	height: auto;
	display: inline-block;
	margin: 0;
}

header a.logo img {
	width: 240px;
	height: auto;
	display: inline-block;
}

header .logo span {
	display: inline-block;
	margin-top: 8px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: 600;
}

header .inner .text {
	width: 100%;
	line-height: 1.5;
	font-size: 18px;
	word-break: auto-phrase;
	text-decoration: underline;
	text-decoration-color: #DFF4FE;
	text-decoration-thickness: 12px;
	text-decoration-skip-ink: none;
	text-underline-offset: -5px;
}

header .inner h2 {
	font-size: 30px;
	font-weight: 800;
	color: #0053A6;
	margin-bottom: 5px;
	text-decoration: underline;
	text-decoration-color: #DFF4FE;
	text-decoration-thickness: 12px;
	text-decoration-skip-ink: none;
	text-underline-offset: -5px;
}

.slider {
	position: relative;
	width: 100vw;
	height: 500px;
	overflow: hidden;
	border-top: #DEDEDE 2px solid;
	border-bottom: #DEDEDE 2px solid;
}

.slider .slider_track {
	display: flex;
	width: 100vw;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}

.slider img {
	width: 100vw;
	height: 100%;
	object-fit: cover;
  flex-shrink: 0;
}

.slider img.active {
	display: block;
}

.slider_inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	top: -250px;
	display: flex;
	justify-content: space-between;
	z-index: 2;
	display: none;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	width: 30px;
	height: 40px;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	z-index: 2;
}

.arrow.left {
	left: 10px;
	background-image: url(../img/arrow_left.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.arrow.right {
	right: 10px;
	background-image: url(../img/arrow_right.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.header_btn {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	max-height: calc(100% - 3.5em);
	font-size: 18px;
}

.header_btn .tab {
	width: 25%;
	padding: 15px 20px;
	text-align: left;
	border-left: #DEDEDE 1px solid;
	cursor: pointer;
}

.header_btn .tab.active {
	background: #EFEFEF;
}

.header_btn .tab:last-child {
	border-right: #DEDEDE 1px solid;
}

.header_btn .tab:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-right: 20px;
}

.header_btn .sv_01:before {
	background-image: url(../img/icon_01.png);
}

.header_btn .sv_02:before {
	background-image: url(../img/icon_02.png);
}

.header_btn .sv_03:before {
	background-image: url(../img/icon_03.png);
}

.header_btn .sv_04:before {
	background-image: url(../img/icon_04.png);
}


/* contents */
.contents {
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	max-height: calc(100% - 3.5em);
	margin-top: calc(3.5em + 30px);
}

.contents .title {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 39px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.contents .title span:first-child {
	font-size: 28px;
	margin: 0 20px;
	font-weight: 300;
	vertical-align: 5px;
	letter-spacing: -0.25em;
}

.contents .title span:last-child {
	letter-spacing: 0.05em;
	vertical-align: 5px;
	font-size: 22px;
}

.contents .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgb(30, 87, 153);
	background: linear-gradient(to right, rgba(30, 87, 153, 1) 0%, rgba(0, 116, 192, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(0, 176, 149, 1) 100%);
}


/* list */
.service_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px auto;
	margin-bottom: 20px;
}

.service_list .inner {
	width: 400px;
	margin: 30px;
	display: flex;
	flex-direction: column;
}

.service_list .inner img {
	display: block;
	width: 400px;
	height: 200px;
}

.service_list .inner .service_title {
	font-size: 24px;
	padding: 0 10px 20px 10px;
	margin-top: 20px;
}

.service_list .inner .service_title:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: bottom;
	margin-right: 10px;
}

.service_list .inner .service_title.sv_01:before {
	background-image: url(../img/icon_01.png);
}

.service_list .inner .service_title.sv_02:before {
	background-image: url(../img/icon_02.png);
}

.service_list .inner .service_title.sv_03:before {
	background-image: url(../img/icon_03.png);
}

.service_list .inner .service_title.sv_04:before {
	background-image: url(../img/icon_04.png);
}

.service_list .inner .text {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 10px 20px 10px;
}

.service_list .inner .bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
}

.service_list .inner .bottom .icon span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.service_list .inner .bottom .icon .tag_pc:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/icon_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -32px;
	position: relative;
}

.service_list .inner .bottom .icon .tag_sp:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/icon_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -32px;
	position: relative;
}

.btn {
	width: 100%;
}

.btn a{
	display: block;
	margin: 0 auto;
	max-width: 480px;
	padding: 18px 20px;
	font-size: 22px;
}

/* contents_bottom */
.contents_bottom {
	width: 100%;
	display: flex;
	justify-content: center;
}

.contents_bottom .btn {
	width: 400px;
	margin: 30px;
}

.contents_bottom .btn._org a {
	background-color: #E76700;
}

/* update-list */
.update-list {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 200;
	font-size: 14px;
	margin: 0 auto;
	width: 800px;
	padding: 50px 0;
	}

.update-list a:link, .update-list a:visited {
	color: #000;
}

.update-list a:hover {
    color: #0046b4;
}

.update-list h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 39px;
	margin-bottom: 25px;
}

.update-list h2 span:first-child {
	font-size: 28px;
	margin: 0 20px;
	font-weight: 300;
	vertical-align: 5px;
	letter-spacing: -0.25em;
}

.update-list h2 span:last-child {
	letter-spacing: 0.05em;
	vertical-align: 5px;
	font-size: 22px;
}

.update-list li {
	display: flex;
	padding: 10px 0;
	border-top: 1px solid #8f8f8f;
	cursor: pointer;
	transition: 0.2s all ease;
	position: relative;
	background: rgba(255, 255, 255, 0);
	margin: 0;
}

.update-list li:hover {
	padding: 25px 0;
	transition: 0.2s all ease;
}

.update-list li:before {
	width: 0%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #0046b4;
	transition: 0.4s all linear;
	content: "";
	display: inline;
}

.update-list li:hover:before {
	width: 100%;
}

.update-list li:last-child {
    border-bottom: 1px solid #8f8f8f;
}

.update-list li > div {
	text-align: center;
	line-height: 1.8;
}

.update-list li > div:nth-child(1) {
	width: 13%;
}

.update-list li > div:nth-child(2) {
	width: 17%;
}

.update-list li > div:last-child {
	text-align: left;
	width: 70%;
}

.update-list span.type01 {
	background-color: #3d498f;
	font-family: "Noto Sans CJK JP", "Noto Sans Japanese", sans-serif;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	line-height: 1;
}

footer {
	width: 100%;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

footer .content {
	margin: auto;
	padding: 20px;
	text-align: center;
}

footer .inner_bg {
	background-color: #042f73;
	color: #fff;
	word-break: auto-phrase;
}

footer .link_area {
	font-size: 16px;
}

footer .copyright {
	padding-top: 5px;
}


/* メディアクエリ */
@media screen and ( max-width: 640px ){
	body,
	#block_header_menu,
	header .inner .inner_block,
	.slider_inner,
	.header_btn,
	.contents,
	.e211_1 .inner,
	.e211_2 .inner {
		width: 100%;
		max-width: 768px;
		min-width: 375px;
	}

	header .inner .inner_block {
		flex-direction: column;
		width: calc(100% - 40px);
		min-width: auto;
		padding: 15px 20px;
	}

	header .inner .title {
		min-width: 100%;
		font-size: 20px;
	}

	header .inner .text {
		font-size: 14px;
		padding-top: 15px;
		word-break: auto-phrase;
		text-decoration-thickness: 8px;
		text-underline-offset: -3px;
	}

	header .inner .text:before {
		content: "";
		display: block;
		border-top: solid 1px #D9D9D9;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 15px;
	}

	header .inner  h2 {
		font-size: 20px;
		margin-bottom: 5px;
		text-decoration-thickness: 8px;
		text-underline-offset: -3px;
	}

	.slider {
		height: 250px;
	}

	.slider_inner {
		top: -125px;
	}

	.header_btn {
		justify-content: flex-start;
	}

	.header_btn .tab {
		width: auto;
		padding: 10px;
		display: flex;
		align-items: center;
	}

	.header_btn .tab:before {
		width: 40px;
		max-width: 40px;
		height: 40px;
		margin: auto 0;
		vertical-align: middle;
	}

	.header_btn .tab span {
		display: none;
		width: calc(100% - 60px);
		margin-left: 20px;
		overflow-wrap: break-word;
	}

	.header_btn .tab.active {
		width: 100%;
	}

	.header_btn .tab.active:before {}

	.header_btn .tab.active span {
		display: inline-block;
	}

	.contents {
		margin-top: 50px;
	}

	.contents .title {
		font-size: 20px;
		letter-spacing: 0.025em;
		margin: 0 20px 5px 20px;
		padding-bottom: 15px;
		font-weight: 400;
	}

	.contents .title span:first-child {
		font-size: 20px;
		margin: 0 10px;
		vertical-align: 1px;
	}

	.contents .title span:last-child {
		vertical-align: 2px;
		font-size: 14px;
	}

	.service_list {
		flex-direction: column;
		margin-bottom: 35px;
	}

	.service_list .inner {
		width: calc(100% - 40px);
		margin: 15px 20px;
	}

	.service_list .inner img {
		width: 100%;
	}

	.btn a {
		width: 85%;
		font-size: 20px;
	}

	/* contents_bottom */
	.contents_bottom {
		flex-direction: column;
		margin-bottom: 35px;
	}

	.contents_bottom .btn {
		width: calc(100% - 40px);
		margin: 15px 20px;
	}

	/* update-list */
	.update-list {
		font-size: 12px;
		width: calc(100% - 30px);
		padding: 30px 15px;
	}

	.update-list h2 {
		font-size: 20px;
		font-weight: 400;
	}

	.update-list h2 span:first-child {
		font-size: 20px;
		margin: 0 10px;
		vertical-align: 1px;
	}

	.update-list h2 span:last-child {
		vertical-align: 2px;
		font-size: 14px;
	}

	.update-list li {
		display: block;
		padding: 20px 10px;
	}

	.update-list li > div {
		text-align: left;
		padding: 5px 0;
		width: 100% !important;
	}

	footer {
		font-size: 10px;
	}

	footer .link_area {
		font-size: 12px;
	}
}
