<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&amp;display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

a {
	-webkit-text-decoration: normal;
					text-decoration: normal;
	cursor: pointer;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

input, select {
	vertical-align: middle;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
utility
========================================================= */
.pc-ui {
	display: block;
}

@media only screen and (max-width: 767px) {
	.pc-ui {
		display: none;
	}
}

.tab-ui {
	display: none;
}

@media only screen and (max-width: 990px) {
	.tab-ui {
		display: block;
	}
}

.sp-ui {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sp-ui {
		display: block;
	}
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* =========================================================
layout
========================================================= */
.wrapper {
	width: 100%;
	position: relative;
}

/* =========================================================
title
========================================================= */
/* =========================================================
btn
========================================================= */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	/*margin-left: auto;*/
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./../js/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../js/slick/fonts/slick.eot");
	src: url("../js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/fonts/slick.woff") format("woff"), url("../js/slick/fonts/slick.ttf") format("truetype"), url("../js/slick/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	src: url("/common/fonts/icomoon.eot?li3m6f");
	src: url("/common/fonts/icomoon.eot?li3m6f#iefix") format("embedded-opentype"), url("/common/fonts/icomoon.ttf?li3m6f") format("truetype"), url("/common/fonts/icomoon.woff?li3m6f") format("woff"), url("/common/fonts/icomoon.svg?li3m6f#icomoon") format("svg");
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
	font-family: "icomoon" !important;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -10px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -10px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -10px;
}

[dir="rtl"] .slick-next {
	left: -10px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* =========================================================
base
========================================================= */
html {
	font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 60%;
	}
}

html, body {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08em;
	-webkit-text-size-adjust: 100%;
	color: #1a1a1a;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 4vw;
	}
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	word-break: break-all;
}

a.link_text {
	color: #117ad6;
	text-decoration: underline;
	
}

a.link_text:hover {
	text-decoration: none;
}

figure {
	line-height: 0;
}

.inner {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
	.inner {
		max-width: 88%;
	}
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

.pc_ta_l {
	text-align: left;
}

.pc_ta_c {
	text-align: center;
}

.pc_ta_r {
	text-align: right;
}

.caption {
	font-size: 1.2rem;
}

.caption_gray {
	color: #aaa;
}

.caption .dot {
	position: relative;
	padding-left: 12px;
}

.caption .dot:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.slick-dots li button:before {
	display: block;
	content: '';
	height: 4px;
	background-color: black;
}

.slick-prev:before,
.slick-next:before {
	color: #117ad6;
}

* {
	outline: none;
}

.outlink {
	position: relative;
}

.outlink::after {
	content: '';
	background-image: url(/common/img/icon_outlink.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	margin-right: 3px;
}

/* =========================================================
header
========================================================= */
.header_inner {
	z-index: 100;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.navi {
	width: 100%;
	z-index: 100;
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .4s;
					transition-duration: .4s;
}
.navi.flex_nav{
	display: flex;
	flex-direction: column;
}
@media only screen and (min-width: 991px) {
	.navi.flex_nav {
		box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 25%);
	}
}
@media only screen and (max-width: 990px) {
	.navi.flex_nav{
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 991px) {
	.navi.is-hover {
		background-color: #FFF;
		-webkit-animation: fadeInMenu 0s ease 0s 1 normal !important;
						animation: fadeInMenu 0s ease 0s 1 normal !important;
	}
	.navi.is-hover .navi_sub {
		top: 150px;
		padding-top: 30px;
	}
	.navi.is-fixed {
		position: fixed;
		background-color: #FFF;
		-webkit-animation: fadeInMenu 1s ease .0s 1 normal;
						animation: fadeInMenu 1s ease .0s 1 normal;
		border-bottom: 1px solid #cccccc;
	}
	.navi.is-fixed .navi_sub {
		/*top: 76px;*/
		top: 120px;
		padding-top: 30px;
	}
}

.navi_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.header_cv_inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.header_cv {
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	background-color: #117ad6;
	color: #fff;
	z-index: 100;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 3.2rem;
	text-align: right;
}

.header_cv picture {
	vertical-align: middle;
}

.header_cv_inner {
		width: 100%;
		max-width: 99%;
		margin: 0 auto;
}

.navi_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.navi_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 991px) {
	.gl_nav .navi_list{
		width: 1410px;
		margin: 0 auto;
	}
	.navi_inner.gl_nav {
		padding-left: 30px;
		background: #ffffff78;
		border-top: 3px solid #117AD6;
		width: 100%;
		padding: 0;
	}
	.navi_list li a:hover {
		opacity: 0.8;
	}
}

.navi_right_cv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	width: 550px;
}

.navi_logo {
	position: relative;
}

.navi_logo a {
	padding: 12px 15px 10px 30px;
}

.navi_logo .navi_list_menu {
	display: none;
}

.navi_logo_image {
	width: 190px;
	min-width: 190px;
}

.navi_sub {
	display: none;
}

@media only screen and (min-width: 991px) {
	.navi_sub {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 90;
	}
	.navi_sub.is-open {
		display: block;
		opacity: 1;
		-webkit-animation: fadeInSub .1s ease .0s 1 normal;
						animation: fadeInSub .1s ease .0s 1 normal;
	}
}

.navi_item {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 3.52rem;
	font-weight: 600;
	position: relative;
	height: 100%;
	border-bottom: 4px solid transparent;
	padding: 0 .5em
}

@media only screen and (min-width: 991px) {
	.navi_item {
			width: calc(100% / 4);
			border-left: 1px solid #dadada;
	}

	.navi_item:last-of-type{
	border-right: 1px solid #dadada;
	}

	.navi_item.is-open, .navi_item:hover, .navi_item.is-current {
		border-bottom: 4px solid #0165eb;
	}
}

@media only screen and (min-width: 991px) {
	.navi_item.navi_item_has.is-open:before, .navi_item.navi_item_has:hover:before {
		content: '';
		background-image: url(/common/img/arrow_menu.png);
		display: block;
		width: 15px;
		height: 13px;
		position: absolute;
		bottom: -30px;
		left: 50%;
	}
}

.navi_item &gt; a {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	margin-top: 5px;
	padding: 8px 13px 6px 13px;
	position: relative;
	white-space: nowrap;
}
@media only screen and (min-width: 991px) {
	.navi_item &gt; a {
		font-size: 1.8rem;
		text-align: center;
	}
}

.navi_sub_inner {
	background-color: #FFF;
	width: 1380px;
	max-width: 100%;
	border-radius: 5px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 991px) {
	.navi_sub_inner ul {
		height: 100%;
		padding-left: 50px;
	}
}
.navi_sub_inner ul+ul{
}
.navi_sub_inner ul a {
	font-size: 1.4rem;
	position: relative;
	display: inline;
}

@media only screen and (min-width: 991px) {
	.navi_sub_inner{
		padding: 15px 0;
	}
	.navi_sub_inner ul a::after {
		content: "";
		height: 1px;
		background: #101820;
		position: absolute;
		bottom: -4px;
		left: 0;
		-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
		width: 0;
	}
	.navi_sub_inner ul a:hover {
		text-decoration: none;
	}
	.navi_sub_inner ul a:hover::after {
		width: 100%;
	}
}

.navi_sub_head {
	width: 300px;
	position: relative;
	display: flex;
}
@media only screen and (min-width: 991px) {
	.navi_sub_head {
		text-align: center;
	}
	.navi_list li .navi_sub_head a {
		align-items: center;
	}
}

.navi_sub_head a {
	color: #0165eb;
	font-size: 1.8rem;
	border-right: 1px dotted #ccc;
}
.navi_list li .navi_sub_head a {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media only screen and (min-width: 991px) {
	.navi_sub_head a {
		padding: 15px;
	}
	.navi_sub_head a .btn_pseudo{
		padding: 0 2em;
		margin-top: 1em;
		font-size: 1.2rem;
		border-radius: 5px;
		text-align: center;
		background-color: #117ad6;
		border: 2px solid #117ad6;
		color: #fff;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.navi_sub_head a .btn_pseudo::before{
		content: " ";
		display: inline-block;
		width: 6px;
		height: 6px;
		border-style: solid;
		border-width: 2px 2px 0 0;
		border-color: #fff;
		transform: rotate(45deg);
		margin-right: 10px;
	}
	.navi_sub_head a:hover .btn_pseudo {
		background-color: #fff;
		color: #117ad6;
	}
	.navi_sub_head a:hover .btn_pseudo::before {
		border-color: #117ad6;
	}
}
@media only screen and (max-width: 990px) {
	.navi_sub_head a .btn_pseudo{
		display: none;
	}
}
.navi_tel_cv {
	width: 190px;
	white-space: nowrap;
}

.navi_tel_cv_top {
	padding-top: 10px;
	line-height: 1.5rem;
	text-align: center;
}

.navi_tel_cv_top_txt {
	font-size: 1.2rem;
	letter-spacing: 0.0rem;
}

.navi_tel_cv_top_no {
	font-size: 2.27rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.0rem;
}

.navi_tel_cv_bottom {
	font-size: 1.0rem;
	letter-spacing: 0.01rem;
}

@media screen and (max-width: 1200px) {
	.header .navi_tel_cv {
		display: none;
	}
	.header .navi_right_cv {
		width: 350px;
	}
}

.navi_contact_cv {
	margin: 20px 20px 10px 5px;
	width: 170px;
	display: block;
	background: transparent;
}
.navi_contact_cv .btntext{
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1.2rem;
	border-radius: 10px;
	color: #fd9740;
	text-shadow: none;
	background-color: #fff;
	border: 2px solid #fd9740;
	letter-spacing: 0rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media only screen and (min-width: 991px) {
	.navi_contact_cv:hover .btntext {
		background-color: #fd9740;
		color: #fff;
		text-shadow: 0 0 5px rgba(0,0,0,0.11);
	}
}

.navi_trial_cv {
	margin: 20px 10px 10px 20px;
	width: 130px;
	display: block;
	background: transparent;
}
.navi_trial_cv .btntext{
	display: block;
	padding: 10px 15px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.2rem;
	white-space: nowrap;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.11);
	background: #06c755;
	border: 2px solid #06c755;
	letter-spacing: 0rem;
}

@media only screen and (min-width: 991px) {
	.navi_contact_cv{
		margin: 10px 20px 10px 5px;
	}
	.navi_trial_cv{
		margin: 10px 5px 10px 15px;
	}
	.navi_trial_cv:hover {
		
	}
	.navi_trial_cv:hover .btntext {
		color: #06c755;
		text-shadow: none;
		background-color: #fff;
	}
}

@media only screen and (min-width: 991px) {
	.sp_head {
		display: none;
	}
}

.header_overlay {
	display: none;
}

@media only screen and (min-width: 991px) {
	.header_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		z-index: 50;
	}
	.header_overlay.is-open {
		display: block;
		opacity: 0.6;
		-webkit-animation: fadeInOver .5s ease .0s 1 normal;
						animation: fadeInOver .5s ease .0s 1 normal;
	}
}

@-webkit-keyframes fadeInOver {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}

@keyframes fadeInOver {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.6;
	}
}

@-webkit-keyframes fadeInSub {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInSub {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInMenu {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	55% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
						transform: translateY(-500px);
	}
	90% {
		opacity: 1;
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInMenu {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	55% {
		opacity: 0;
		-webkit-transform: translateY(-500px);
						transform: translateY(-500px);
	}
	90% {
		opacity: 1;
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
	100% {
		opacity: 1;
	}
}

.fix_cv_trial_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
					writing-mode: vertical-rl;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	width: 55px;
	height: 215px;
	border: 1px solid #fa7721;
	background-image: -webkit-gradient(linear, left top, right top, from(#FFB75E), color-stop(51%, #ED8F03), to(#FFB75E));
	background-image: -webkit-linear-gradient(left, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
	background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	letter-spacing: 0rem;
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 99;
	border-radius: 10px 0 0 10px;
	-webkit-transform: translate(100px, 0);
					transform: translate(100px, 0);
	-webkit-transition-duration: .4s;
					transition-duration: .4s;
}

.fix_cv_trial_link .fix_cv_trial_link_inner {
	padding-top: 20px;
}

@media only screen and (min-width: 991px) {
	.fix_cv_trial_link:hover {
		background-position: right center;
		color: #fff;
		text-decoration: none;
	}
}

.fix_cv_trial_link.is-fixed {
	-webkit-transform: translate(0, 0);
					transform: translate(0, 0);
}

/* =========================================================
footer
========================================================= */
@media only screen and (min-width: 991px) {
	.footer_site_map a,
	.footer_group_link dd a,
	.company_links a {
		position: relative;
	}
	.footer_site_map a::before,
	.footer_group_link dd a::before,
	.company_links a::before {
		content: "";
		height: 1px;
		background: #101820;
		position: absolute;
		bottom: -4px;
		left: 0;
		-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
		width: 0;
	}
	.footer_site_map a:hover,
	.footer_group_link dd a:hover,
	.company_links a:hover {
		text-decoration: none;
	}
	.footer_site_map a:hover::before,
	.footer_group_link dd a:hover::before,
	.company_links a:hover::before {
		width: 100%;
	}
}

.footer_navi {
	background-color: #f3f3f3;
	padding: 15px 0 20px 0;
}

.footer_navi .navi {
	z-index: 0;
	background-color: inherit;
}

.footer_navi .navi_logo {
	margin-left: 90px;
}

.footer_navi .navi_right_cv {
	width: 660px;
}

.footer_site_map {
	padding-top: 30px;
	padding-bottom: 15px;
}

.footer_site_map_inner {
	width: 1200px;
}

.footer_site_map_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.footer_site_map_item {
	min-width: 16.6667%;
	width: 16.6667%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}

.footer_site_map_item.footer_site_map_item_2col {
	min-width: 33.3333%;
	width: 33.3333%;
}

.footer_site_map_item dl {
	width: 100%;
}

.footer_site_map_item dt {
	font-size: 1.4rem;
	line-height: 4.5rem;
	font-weight: 600;
}

.footer_site_map_item dd {
	font-size: 1.2rem;
	line-height: 3.2rem;
	letter-spacing: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}

.footer_site_map_item dd ul {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	min-width: 50%;
	width: 50%;
	padding-right: 0;
}




@media only screen and (max-width: 1200px) {
	.footer_site_map_item {
		min-width: 25%;
		width: 25%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
	}
	.footer_site_map_item.footer_site_map_item_2col {
		min-width: 25%;
		width: 25%;
	}
	.footer_site_map_item dl {
		width: 100%;
	}
	.footer_site_map_item dt {
		font-size: 1.4rem;
		line-height: 4.5rem;
		font-weight: 600;
	}
	.footer_site_map_item dd {
		font-size: 1.2rem;
		line-height: 3.2rem;
		letter-spacing: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
	}
	.footer_site_map_item dd ul {
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		min-width: 100%;
		width: 100%;
		padding-right: 0;
	}
}

.footer_group_link {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #333;
}

.footer_group_link_inner {
	width: 1200px;
}

.copy {
	background-color: #f3f3f3;
}

.copyright {
	font-size: 1.2rem;
	line-height: 2.2rem;
	padding-right: 50px;
	border-right: 1px solid #cccccc;
	margin-right: 30px;
}

.copy_inner {
	width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
}

.group_links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2rem;
	line-height: 3.2rem;
}

.group_links &gt; * {
	padding: 0 30px 0 0;
}

.company_links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2rem;
	line-height: 2.2rem;
}

.company_links li {
	padding-right: 30px;
}

.footer_site_map_item_open_header {
	display: none;
}

.page_bottom {
	background-color: #333;
	color: #ffffff;
	overflow: hidden;
}

.page_bottom a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #333;
}

.page_bottom a:hover {
	background-color: #666;
}

.page_bottom_inner {
	width: 1440px;
	position: relative;
}

.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.breadcrumb_item {
	font-size: 1.2rem;
	line-height: 2.0rem;
	position: relative;
	padding-left: 10px;
}
.breadcrumb_item a{
	padding: 30px 10px;
}

.breadcrumb_item img {
	position: relative;
	left: 0;
	top: 2px;
	margin-right: 5px;
}

.breadcrumb_item::before {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(/common/img/arrow_news.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
					transform: translate(0, -50%);
}

.breadcrumb_item:first-of-type {
	padding-left: 0;
}

.breadcrumb_item:first-of-type::before {
	display: none;
}

.scroll_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 100;
	-webkit-transform: translate(0, -50%);
					transform: translate(0, -50%);
}
.scroll_top a{
	padding: 13px;
}

.page_head {
	background-color: #469cec;
	background-image: url(/common/img/bg_page_head.webp);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 70px;
	background-size: cover;
}

.page_head .page_head_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	max-width: 1080px;
	height: 130px;
	margin: 0 auto;
}

@media only screen and (min-width: 990px) and (max-width: 1119px) {
	.page_head .page_head_inner {
		max-width: 100%;
		margin: 0 20px;
		margin-bottom: 70px;
	}
}

.page_head .page_ttl {
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 3.0rem;
	font-weight: 300;
}
.page_head .page_ttl_s {
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
}

.content_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 40px;
}

.content_head .content_ttl {
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	white-space: nowrap;
	margin-right: 25px;
}

.content_head .content_txt {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-left: 25px;
	position: relative;
}

.content_head .content_txt:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -25px;
	height: 100%;
	width: 4px;
	background-color: #bee0fa;
}

.section_head {
	margin: 0 auto 90px;
}
.section_head_min {
	max-width: 800px;
	margin: 0 auto 40px;
}
.section_head .section_ttl, .section_head_min .section_ttl {
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	white-space:pre-wrap;
	text-align: center;
}

.section_head_min .section_ttl.ptn2 {
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	white-space:pre-wrap;
	text-align: center;
}

.section_head .section_ttl:after, .section_head_min .section_ttl:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin: 15px auto 25px;
	background-color: #bee0fa;
}

.section_head .section_ttl.ptn2:after {
		display: none;
}

.section_head_min .section_ttl.ptn2:after {
		display: none;
}

.section_head .section_txt, .section_head_min .section_txt {
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.section_head .section_txt span, .section_head_min .section_txt span {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3.0rem;
}

.cv {
	background-color: #4285ec;
	background: -webkit-gradient(linear, left top, right top, from(#0bbafb), color-stop(50%, #0bbafb), color-stop(50%, #4285ec), to(#4285ec));
	background: -webkit-linear-gradient(left, #0bbafb 0%, #0bbafb 50%, #4285ec 50%, #4285ec 100%);
	background: linear-gradient(90deg, #0bbafb 0%, #0bbafb 50%, #4285ec 50%, #4285ec 100%);
}

.cv_inner {
	background-image: url(/common/img/bg_cv.png);
	background-repeat: no-repeat;
	background-position-x: center;
	color: #FFF;
	width: 1920px;
	height: 280px;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
	text-align: center;
	padding-top: 50px;
}

.cv_btn_area {
	width: 550px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cv_btn_area_contact_cv {
	margin: 15px 10px 10px 5px;
	padding: 5px 20px;
	font-size: 1.8rem;
	line-height: 3.56rem;
	font-weight: bold;
	border-radius: 10px;
	width: 260px;
	text-align: center;
	display: block;
	background-color: #FFF;
	border: 1px solid #117ad6;
	color: #117ad6;
	letter-spacing: 0rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media only screen and (min-width: 991px) {
	.cv_btn_area_contact_cv:hover {
		background-color: #117ad6;
		color: #fff;
	}
}

.cv_btn_area_trial_cv {
	font-size: 1.2rem;
	margin: 15px 10px 10px 5px;
	padding: 5px 20px;
	border-radius: 10px;
	font-size: 1.8rem;
	line-height: 3.56rem;
	font-weight: bold;
	position: relative;
	width: 260px;
	text-align: center;
	display: block;
	white-space: nowrap;
	border: 1px solid #fa7721;
	background-image: -webkit-gradient(linear, left top, right top, from(#FFB75E), color-stop(51%, #ED8F03), to(#FFB75E));
	background-image: -webkit-linear-gradient(left, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
	background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03 51%, #FFB75E 100%);
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	letter-spacing: 0rem;
}

@media only screen and (min-width: 991px) {
	.cv_btn_area_trial_cv:hover {
		background-position: right center;
		color: #fff;
		text-decoration: none;
	}
}

.cv_btn_area_trial_cv span {
	font-size: 1.18rem;
	line-height: 3.56rem;
	font-weight: normal;
	vertical-align: middle;
}

.cv_ttl {
	font-size: 2.4rem;
	line-height: 3.6rem;
}

.cv_txt {
	font-size: 1.25rem;
	line-height: 3.6rem;
}

.local_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 0 0 0 30px;
	background-color: #333;
}

.local_nav_ttl {
	color: #fff;
	font-size: 1.4rem;
}

.local_nav_item {
	position: relative;
	width: 300px;
	padding: 8px 30px 7px 0;
	z-index: 51;
}

.local_nav_current {
	color: #fff;
	font-size: 1.4rem;
	text-align: right;
	cursor: pointer;
}

.local_nav_current:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 5px;
	margin: -3px 0 0 6px;
	background: url(/common/img/ico_arrow_down.svg) no-repeat center/cover;
}

.local_nav_sub {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 280px;
	padding: 18px 0 0;
	z-index: 51;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.local_nav_sub.is_open {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.local_nav_sub_inner {
	position: relative;
	width: 100%;
	padding: 25px 20px;
	background-color: #fff;
	border-radius: 5px;
}

.local_nav_sub_inner:before {
	content: '';
	background-image: url(/common/img/arrow_menu.png);
	display: block;
	width: 15px;
	height: 13px;
	position: absolute;
	top: -13px;
	right: 50px;
}

.local_nav_sub ul li:not(:first-child) {
	margin: 5px 0 0;
}

.local_nav_sub a {
	position: relative;
	display: inline;
	font-size: 1.4rem;
	font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s;
}

.local_nav_sub a::after {
	content: "";
	height: 1px;
	background: #101820;
	position: absolute;
	bottom: -4px;
	left: 0;
	-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	width: 0;
	pointer-events: none;
}
.current_add &gt; li &gt; a.current {
	background-color: #fcfcfc;
	color: #eb6601;
}
.current_add &gt; li &gt; a.current:before {
	display: none;
}
.current_add &gt; li &gt; ul &gt; li &gt; a.current {
	background-color: #fcfcfc;
	color: #eb6601;
}

.current_add &gt; li &gt; ul &gt; li &gt; a.current:before {
	display: none;
}



@media only screen and (min-width: 991px) {
	.local_nav_sub a:hover {
		text-decoration: none;
	}
	.local_nav_sub a:hover::after {
		width: 100%;
	}
}

.local_nav_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 50;
	opacity: 0;
	visibility: hidden;
}

.local_nav_overlay.is_open {
	opacity: 1;
	visibility: visible;
}

/*　タイトル　*/
.h2_ttl {
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	white-space: pre-wrap;
	border-bottom: 4px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;

	
}
.h2_ttl:after {
	background-color: #117ad6;
	bottom: -4px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 30%;
}



.h3_ttl {
	margin: 0 0 15px;
	padding-bottom: 5px;
	font-size: 2.0rem;
	font-weight: 600;
	border-bottom: dashed 2px #eee;
}

.h4_ttl {
	margin: 0 0 5px;
	color: #117ad6;
	font-size: 1.8rem;
	line-height: 2.4rem;
	letter-spacing: 0;
}

/*　ボタン　*/
/*　ボタン　btn_sq_s　*/
.btn_sq_s {
	padding: 8px 20px;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #117ad6;
	color: #117ad6;
	letter-spacing: 0rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn_sq_s svg {
	display: inline-block;
	fill: #117ad6;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	line-height: 1.7rem;
	top: 0;
	left: 0;
	vertical-align: middle;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media only screen and (min-width: 991px) {
	.btn_sq_s:hover {
		background-color: #117ad6;
		color: #fff;
	}
	.btn_sq_s:hover svg {
		fill: #FFF;
	}
}

/*　ボタン　btn_sq_s　*/
/*　ボタン　btn_sq_b　*/
.btn_sq_b,.btn_nomal {
	padding: 10px 0px;
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-weight: bold;
	border-radius: 5px;
	width: 295px;
	text-align: center;
	display: block;
	background-color: #FFF;
	border: 1px solid #117ad6;
	color: #117ad6;
	letter-spacing: 0rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.btn_nomal{
	width: 250px;
	padding: 15px 0;
}

.btn_sq_b svg,.btn_nomal svg {
	display: inline-block;
	fill: #117ad6;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	line-height: 1.7rem;
	top: 0;
	left: 0;
	vertical-align: middle;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


@media only screen and (min-width: 991px) {
	.btn_sq_b:hover,.btn_nomal:hover {
		background-color: #117ad6;
		color: #fff;
	}
	.btn_sq_b:hover svg,.btn_nomal:hover svg {
		fill: #FFF;
	}
}

/*　ボタン　btn_sq_b　*/
/*　ボタン　btn_icon　*/
.btn_icon {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	width: 325px;
	max-width: 100%;
	height: 80px;
	max-height: 100%;
	padding: 0 50px 0 0;
	border: 1px solid #117ad6;
	-webkit-box-shadow: 0px 0px 6px 0px #d2e7f7;
					box-shadow: 0px 0px 6px 0px #d2e7f7;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.btn_icon::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 18px;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-image: url(/common/img/arrow_right_b.svg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: .5s;
	transition: .5s;
}



.btn_icon .btn_icon_visual {
	width: 40px;
	margin: 0 25px;
	text-align: center;
}

.btn_icon .btn_icon_visual img {
	display: block;
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s;
}

.btn_icon .btn_icon_ttl {
	font-size: 1.4rem;
	line-height: 2.2rem;
	letter-spacing: 0;
}


@media only screen and (min-width: 991px) {
	.btn_icon:hover {
		color: #117ad6;
	}
	.btn_icon:hover:after {
		-webkit-transform: translateX(3px);
						transform: translateX(3px);
	}
	.btn_icon:hover .btn_icon_visual img {
		-webkit-transform: scale(1.1);
						transform: scale(1.1);
	}
}

/*　ボタン　btn_icon　*/
.btn_image {
	max-width: 300px;
	overflow: hidden;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 18px 0px #cee4f5;
					box-shadow: 0px 0px 18px 0px #cee4f5;
	-webkit-transition: .5s;
	transition: .5s;
}

@media only screen and (min-width: 991px) {
	.btn_image:hover {
		background-color: #117ad6;
	}
	.btn_image:hover .btn_image_ttl {
		color: #fff;
	}
	.btn_image:hover .btn_image_ttl svg {
		fill: #fff;
	}
}

.btn_image .btn_image_visual img {
	vertical-align: top;
	width: 100%;
}

.btn_image .btn_image_ttl {
	padding: 25px 0;
	color: #117ad6;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}

.btn_image .btn_image_ttl svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 2px;
	vertical-align: middle;
	fill: #117ad6;
	-webkit-transition: .5s;
	transition: .5s;
}

/*　ボタン　btn_orange　*/
.btn_orange {
	border: 1px solid #fa7721;
	color: #fa7721;
}
.btn_orange:hover {
	color: #fff;
	background: #fa7721;
}

.btn_orange svg {
	fill: #fa7721;
}

@media only screen and (min-width: 991px) {
	.btn_orange:hover {
		background-color: #fa7721;
	}
	.btn_orange:hover .btn_image_ttl {
		color: #fff;
	}
	.btn_orange:hover .btn_image_ttl svg {
		fill: #fff;
	}
}

/* btn_green 2023.10 */
.btn_nomal.btn_green {
	color: #fff;
	background-color: #06c755;
	border: 1px solid #06c755;
}
.btn_green:hover {
	border: 1px solid #06c755;
	color: #06c755;
}
.btn_green svg {
	fill: #fff;
}
@media only screen and (min-width: 991px) {
	.btn_green:hover {
		background-color: #fff;
	}
	.btn_green:hover svg {
		fill: #06c755;
	}
}

.btn_c{
	margin: 0 auto;
}

/*　ボタン　btn_orange　*/
/*　リスト　2列　*/
.col_list_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}
.col_list_2 .btn_nomal{
	width: 250px;
}

.col_list_2 &gt; * {
	width: 49%;
}

.col_list_2 &gt; *:not(:nth-child(-n+2)) {
	margin-top: 14px;
}

.col_list_2 &gt; *:not(:nth-child(2n+1)) {
	margin-left: 1%;
}

/*　リスト　2列　*/
/*　リスト　3列　*/

.col_list_3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}

.col_list_3 &gt; * {
	width: 32.4%;
	margin-top: 14px;
}

.col_list_3 &gt; *:not(:nth-child(-n+3)) {
	margin-top: 14px;
}

.col_list_3 &gt; *:not(:nth-child(3n+1)) {
	margin-left: 1.4%;
}
.col_list_3 .box + .box{
	margin-top: 14px;
}

/*　リスト　3列　*/
/*　リスト　4列　*/
.col_list_4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}

.col_list_4 &gt; * {
	width: 24%;
	margin-top: 14px;
}

.col_list_4 &gt; *:not(:nth-child(-n+4)) {
	margin-top: 14px;
}
.col_list_4 .box + .box{
	margin-top: 14px;
}

.col_list_4 &gt; *:not(:nth-child(4n+1)) {
	margin-left: 1%;
}

/*　リスト　4列　*/
/* プログラムリスト */
.program_list .program_item:not(:first-child) {
	margin: 20px 0 0;
}

.program_item {
	padding: 30px 40px;
	background-color: #edf7fc;
	border-radius: 5px;
}

.program_item.program_item_skey {
	padding: 30px 30px;
}

.program_item.program_item_skey .program_item_key li {
	width: 100px;
	min-width: 100px;
}
.program_item.program_item_skey .program_item_key.long li{
	width: 48%;
}

.program_item_ttl {
	margin: 0 0 15px;
	color: #117ad6;
	font-size: 1.8rem;
	line-height: 2.4rem;
	letter-spacing: 0;
}

.program_item_txt {
	margin: 0 0 15px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0;
}

.program_item_key {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin: -4px;
}

.program_item_key li {
	width: 150px;
	min-width: 150px;
	margin: 4px;
	padding: 6px 0 4px;
	font-size: 1.2rem;
	letter-spacing: 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c5d0da;
}

/* プログラムリスト */
/* プログラムリスト */
.program_list .program_item:not(:first-child) {
	margin: 20px 0 0;
}

.program_item {
	padding: 30px 40px;
	background-color: #edf7fc;
	border-radius: 5px;
}

.program_item_ttl {
	margin: 0 0 15px;
	color: #117ad6;
	font-size: 1.8rem;
	line-height: 2.4rem;
	letter-spacing: 0;
}

.program_item_key {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin: -4px;
}

.program_item_key li {
	width: 150px;
	min-width: 150px;
	margin: 4px;
	padding: 6px 0 4px;
	font-size: 1.2rem;
	letter-spacing: 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c5d0da;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* プログラムリスト */
/* チェックリスト */
.check_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	height: 80px;
	padding: 0 20px;
	background-color: #f3f3f3;
	border-radius: 5px;
}

.check_item_ttl {
	position: relative;
	padding: 0 0 0 36px;
	font-weight: 600;
	letter-spacing: 0;
}

.check_item_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	width: 24px;
	height: 24px;
	background: url(/common/img/icon_check.svg) no-repeat center/cover;
}

/* チェックリスト */
/**/
.flow {
	padding: 80px 0 0;
	background-color: #edf7fc;
}

.flow_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flow_list .flow_item {
	position: relative;
	margin: 9px;
}
.flow_list_none .flow_item {
	margin: 9px;
}

.flow_list .flow_item:not(:last-child):before {
	content: '';
	position: absolute;
	top: calc(50% - 11px);
	right: -18px;
	width: 26px;
	height: 22px;
	background: url(/service/img/ico_flow_arrow.svg) no-repeat center/cover;
	z-index: 1;
}
.flow_list_none .flow_item:not(:last-child):before {
	content: none; 
}

.flow_item {
	width: 31.5%;
	padding: 20px 20px 30px;
	background-color: #fff;
	border-radius: 5px;
}

.flow_item_head {
	text-align: center;
}
.flow_list_none .flow_item_head{
	display: block;
}

.flow_item_visual {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	height: 40px;
	margin: 0 0 15px;
	width: 15%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.flow_list_none .flow_item_visual{
	width: 30%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

.flow_item_ttl {
	margin: 0 0 15px;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 600;
}

.flow_item_text {
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.flow_more_area {
	margin: 30px 0 0;
}

.flow_more_cv {
	display: block;
	font-size: 1.4rem;
	line-height: 2.2rem;
	-webkit-transition: .5s;
	transition: .5s;
}

.flow_more_cv svg {
	display: inline-block;
	fill: #1a1a1a;
	width: 5px;
	height: 11px;
	margin: -3px 0 0 0;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: middle;
}

@media only screen and (min-width: 991px) {
	.flow_more_cv:hover {
		color: #117ad6;
	}
	.flow_more_cv:hover svg {
		fill: #117ad6;
	}
}

/**/
/**/
.point_list dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
}

.point_list dt {
	position: relative;
	width: 450px;
	min-width: 450px;
	margin: 0 50px 0 0;
}

.point_list dt &gt; img {
	width: 100%;
	vertical-align: top;
}

.point_list dd {
	padding: 0 40px 0 0;
}

.point_list:not(:first-child) {
	margin-top: 80px;
}

.point_list:nth-of-type(even) dl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
					flex-direction: row-reverse;
}

.point_list:nth-of-type(even) dt {
	margin: 0 0 0 50px;
}

.point_list:nth-of-type(even) dd {
	padding: 0 0 0 40px;
}

.point_item_illust {
	position: absolute;
	right: 0;
	bottom: 0;
}

.point_01 .point_item_illust {
	right: -21px;
	bottom: -39px;
}

.point_02 .point_item_illust {
	right: -1px;
	bottom: -43px;
}

.point_03 .point_item_illust {
	right: -1px;
	bottom: -24px;
}

.point_item_index {
	margin: 0 0 5px;
	color: #117ad6;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02rem;
}

.point_item_index:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 1px;
	margin: -2px 6px 0 0;
	background-color: #117ad6;
}

.point_item_ttl {
	margin: 0 0 20px;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 600;
}

.point_item_txt {
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.point_cv {
	display: inline-block !important;
	margin: 20px 0 0;
	padding: 5px 20px;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 0px #d2e7f7;
					box-shadow: 0px 0px 10px 0px #d2e7f7;
	display: block;
	background-color: #FFF;
	border: 1px solid #117ad6;
	color: #117ad6;
	letter-spacing: 0rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media only screen and (min-width: 991px) {
	.point_cv:hover {
		background-color: #117ad6;
		color: #fff;
	}
}

.point_cv svg {
	display: inline-block;
	fill: #117ad6;
	width: 14px;
	height: 14px;
	margin: -3px 0 0 2px;
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s;
}

@media only screen and (min-width: 991px) {
	.point_cv:hover svg {
		fill: #FFF;
	}
}

/**/
/**/
.btn_icon_b {
	position: relative;
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 18px 0px #cee4f5;
					box-shadow: 0px 0px 18px 0px #cee4f5;
	-webkit-transition: .5s;
	transition: .5s;
	max-width: 300px;
}

@media only screen and (min-width: 991px) {
	.btn_icon_b:hover {
		color: #fff;
		background-color: #117ad6;
	}
	.btn_icon_b:hover .btn_icon_b_link {
		color: #fff;
	}
	.btn_icon_b:hover .btn_icon_b_link svg {
		fill: #FFF;
	}
}

.btn_icon_b.service_01 .btn_icon_b_visual {
	background-image: url(/service/img/ico_service_01.svg);
}

.btn_icon_b.service_02 .btn_icon_b_visual {
	background-image: url(/service/img/ico_service_02.svg);
}

.btn_icon_b.service_03 .btn_icon_b_visual {
	background-image: url(/service/img/ico_service_03.svg);
}

@media only screen and (min-width: 991px) {
	.btn_icon_b.service_01:hover .btn_icon_b_visual {
		background-image: url(/service/img/ico_service_01_w.svg);
	}
	.btn_icon_b.service_02:hover .btn_icon_b_visual {
		background-image: url(/service/img/ico_service_02_w.svg);
	}
	.btn_icon_b.service_03:hover .btn_icon_b_visual {
		background-image: url(/service/img/ico_service_03_w.svg);
	}
}

.btn_icon_b_head {
	padding: 25px 0 15px;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}

.btn_icon_b_visual {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	height: 40px;
	margin: 0 0 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.btn_icon_b_ttl {
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 600;
}

.btn_icon_b_content {
	padding: 15px 30px 75px;
}

.btn_icon_b_text {
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.btn_icon_b_link {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	font-size: 1.4rem;
	line-height: 2.2rem;
	letter-spacing: 0;
	font-weight: 600;
	color: #117ad6;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-top: 1px solid #eaeaea;
}

.btn_icon_b_link svg {
	display: inline-block;
	fill: #117ad6;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 2px;
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s;
}

/**/
/**/

/* formトップ用新スタイル 221121 */
.btn_icon_b.notblue {
	box-shadow: 0px 0px 18px 0px #dadada;
	-webkit-box-shadow: 0px 0px 18px 0px #dadada;
					box-shadow: 0px 0px 18px 0px #dadada;
}

@media only screen and (min-width: 991px) {
	.btn_icon_b.notblue:hover {
		color: inherit;
		background-color: #fff;
	}
	.btn_icon_b.notblue:hover .btn_icon_b_link {
		color: #fff;
		background: #fa7721;
	}
	.btn_icon_b.notblue:hover .btn_icon_b_link svg {
		fill: #FFF;
	}
}
.btn_icon_b.notblue .btn_icon_b_head{
	border: none;
}

.btn_icon_b.notblue .btn_icon_b_link {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 1em;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-weight: bold;
	border-radius: 5px;
	width: 250px;
	padding: 15px 0;
	border: 1px solid #fa7721;
	color: #fa7721;
}
.btn_icon_b.notblue .btn_icon_b_link svg {
	fill: #fa7721;
}
@media only screen and (max-width: 990px) {
	.btn_icon_b.notblue .btn_icon_b_link{
		border: 2px solid #fa7721;
		width: 92%;
		font-size: 2.8rem;
	}
	.btn_icon_b_content {
		padding: 15px 30px 120px;
	}
}
/**/

.gray_bg{
	background-color: #f3f3f3;
}
.blue_bg{
	background-color: #edf7fc;
}
.yellow_bg{
	background-color: #fff7e1;
}
.gray_bg .bg_space,.blue_bg .bg_space{
	padding: 80px 0;
}
.bg_pd{
	padding: 30px;
}

.glay_box {
	margin: 20px 0 0;
	padding: 50px 100px;
	background-color: #f3f3f3;
	border-radius: 5px;
	text-align: center;
}

.glay_box_head {
	margin: 0 0 20px;
}

.glay_box_ttl {
	font-size: 2.0rem;
	font-weight: 600;
}

.glay_box_text {
	text-align: left;
}

.glay_box_link {
	padding: 10px 20px;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	margin: 30px auto 0;
	-webkit-box-shadow: 0px 0px 10px 0px #cee4f5;
					box-shadow: 0px 0px 10px 0px #cee4f5;
	display: block;
	background-color: #FFF;
	border: 1px solid #117ad6;
	color: #117ad6;
	letter-spacing: 0rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
}

@media only screen and (min-width: 991px) {
	.glay_box_link:hover {
		background-color: #117ad6;
		color: #fff;
	}
}

.glay_box_link svg {
	display: inline-block;
	fill: #117ad6;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 2px;
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s;
}

@media only screen and (min-width: 991px) {
	.glay_box_link:hover svg {
		fill: #fff;
	}
	
	.footer_site_map_item dd ul li.adjustment{
	line-height: 1.3;
	}
	
	.footer_site_map_item dd ul li.adjustment span{
	font-size: 10px;
	}
	
	.footer_site_map_item dd ul.adjustment {
	width: 63%;
	}
}

/**/
.news_item_category {
	display: inline-block;
	padding: 6px 8px 4px;
	border: 1px solid #9fc9e9;
	color: #338ae5;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.05rem;
}

.news_item_category.block {
	margin-left: 10px;
}

.has_pdf .news_item_ttl::after,
.has_pdf .news_item_body::after {
	content: "";
	display: inline-block;
	width: 18.313px;
	height: 23.19px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 3.0rem;
	vertical-align: middle;
}

a[href*=".pdf"]:after {
	background: url(/wp/common/img/icon_pdf.svg) no-repeat left top/100% auto;
	content: "";
	display: inline-block;
	height: 18px;
	margin-left: 5px;
	vertical-align: text-top;
	width: 18px;
	background-size: contain;
}
#news_page .news_item a[href*=".pdf"]:after,
a.has_pdf[href*=".pdf"]:after {
	content: none;
}

/* =========================================================
印刷用
========================================================= */

@media print {
	
	/*印刷したい領域*/
	body{
		-webkit-print-color-adjust: exact;
	}
}
@page { size: 210mm 297mm } /* A4縦サイズ */
</pre></body></html>