@charset "UTF-8";




/* CSS STYLE */

html {
	font-size: 10px;
}
@media screen and (max-width: 1200px) {
html {
	font-size: 0.8333vw;
}
}
body {
	font-size: 1.6rem;
	line-height: 1.8;
}

a:hover,
a:active {
	color: #0e0d6a;
	text-decoration: none;
}
a,
a img {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

img {
	width: 100%;
	height: auto;
}

.pcnone {
	display: none;
}




/* SITEPARTS */

#loading {
	position: fixed;
	top: 0;
	left: 0;
	background: #99e6ff url(../img/loading.svg) center center no-repeat;
	background-size: 6rem;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
#loading:before {
	content: "Loading";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	margin-top: 4rem;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Roboto' !important;
	line-height: 1;
	color: #fff;
	text-align: center;
	z-index: 1000;
}

#contents {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.page-bg {
	position: fixed;
	background: #fff url(../img/index-bg.png) top center repeat-y;
	background-size: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: 4s ease;
	transition: 4s ease;
	z-index: 1;
}

.page-head {
	position: relative;
	border-radius: 0 0 10rem 10rem;
	background: #0066ff;
	background: -moz-linear-gradient(top,  #99e6ff 0%, #0066ff 100%);
	background: -webkit-linear-gradient(top,  #99e6ff 0%,#0066ff 100%);
	background: linear-gradient(to bottom,  #99e6ff 0%,#0066ff 100%);
	width: 100%;
	margin-bottom: 10rem;
	padding: 13rem 0 4.5rem 0;
	color: #fff;
	z-index: 3;
}
.page-head h1 {
	font-feature-settings: "palt";
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}
.page-head h1 span {
	font-size: 3rem;
	color: #ff0;
}
.page-head p {
	margin-top: 1.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.page-head.form {
	padding: 8rem 0 4rem 0;
}
.page-head .inbound {
	position: absolute;
	right: 10rem;
	bottom: -2.5rem;
}
.page-head .inbound a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	width: 25rem;
	height: 5rem;
	background-color: #0e0d6a;
	font-size: 1.6rem;
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.page-head .inbound a:hover {
	background-color: #06f;
	box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.bread {
	display: flex;
	width: 100%;
	margin-bottom: 3.5rem;
	padding: 0 5rem;
	font-size: 1.1rem;
	line-height: 1;
}
.bread a {
	color: #fff;
	text-decoration: none;
}
.bread a:hover {
	text-decoration: underline;
}
.bread li {
	white-space: nowrap;
}
.bread li:after {
	content: "\a0-\a0";
}
.bread li:last-of-type:after {
	display: none;
}

.outside {
	position: relative;
	width: 100%;
	max-width: 130rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem;
	z-index: 3;
}
.inside {
	position: relative;
	width: 100%;
	max-width: 110rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5rem;
	padding-right: 5rem;
	z-index: 3;
}
.outside .inside {
	padding: 0;
}

.head1 {
	display: table;
	position: relative;
	margin: 10rem auto 6rem 0;
	padding-bottom: 2.5rem;
	font-feature-settings: "palt";
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #0e0d6a;
}
.head1 span {
	display: block;
	margin-bottom: 1.4rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #000;
}
.head1 em {
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.head1:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background-color: #0e0d6a;
	width: 100vw;
	height: 1px;
}
.head1 .link {
	display: inline !important;
	margin: 0 0 0 2rem !important;
}
.head2 {
	position: relative;
	margin: 10rem auto 6rem auto;
	font-feature-settings: "palt";
	font-size: 3.2rem;
	line-height: 1.5;
	text-align: center;
	color: #0e0d6a;
}
.head2:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	display: block;
	background-color: #9999c0;
	width: 5rem;
	height: 2px;
	margin-left: -2.5rem;
}
.head3 {
	position: relative;
	margin: 8rem 0 6rem 0;
	padding-left: 10rem;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	line-height: 1.4;
	color: #000;
}
.head3:after {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: 0;
	display: block;
	background-color: #999;
	width: 9rem;
	height: 1px;
}
.head1 + .head2 {
	margin-top: 6rem;
}
.head1:first-child,
.head2:first-child,
.head3:first-child {
	margin-top: 0;
}

.big {
	font-size: 120%;
}
.sml {
	font-size: 80%;
}
.note {
	font-size: 1.3rem;
	line-height: 1.8;
	color: #666;
}

.btn {
	display: flex;
	justify-content: center;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 0;
}
.btn a,
.btn button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	position: relative;
	background: #03c;
	width: 44rem;
	min-height: 6rem;
	padding: 1.8rem 4rem 1.8rem 3rem;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.btn a:nth-of-type(2),
.btn button:nth-of-type(2) {
	margin-left: 2rem;
}
.btn a span,
.btn button span {
	position: relative;
	z-index: 2;
}
.btn strong {
	color: #ff0;
}
.btn a:before,
.btn button:before {
	content:"";
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	background-color: #06f;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 1;
}
.btn a:after,
.btn button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 2rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: -0.65rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}
.btn a:hover,
.btn button:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.btn a:hover:before,
.btn button:hover:before {
	left: 0;
}
.btn a:hover:after,
.btn button:hover:after {
	right: 1.5rem;
}

.link a {
	position: relative;
	padding-right: 1.4rem;
	font-weight: 700;
	text-decoration: underline;
	white-space: nowrap;
	color: #06f;
}
.link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 2px solid #06f;
	border-right: 2px solid #06f;
	width: 0.8rem;
	height: 0.8rem;
	margin-top: -0.42rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.link a:hover {
	text-decoration: none;
	color: #0e0d6a;
}
.link a:hover:after {
	right: -0.4rem;
	border-color: #0e0d6a;
}

.img-box {
	position: relative;
	background-color: #eee;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.img-box.con img {
	object-fit: contain;
}
.img-box.free {
	background-color: #fff;
	padding-top: 0;
}
.img-box.free img {
	position: relative;
	height: auto;
}
a:hover .img-box img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.youtube {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 6rem 0;
}
.column.rev {
	flex-direction: row-reverse;
}
.column:first-child {
	margin-top: 0 !important;
}
.column:last-child {
	margin-bottom: 0 !important;
}
.column .box {
	width: 47.5%;
	line-height: 1.85;
}
.column.c3 .box {
	width: 32%;
}
.column .box.start {
	align-self: flex-start;
}
.column .box.end {
	align-self: flex-end;
}
.column .box.one {
	width: 100%;
}
.column .box.in {
	width: 100%;
	padding: 0 10rem;
}
.column .text {
	max-width: 47rem;
}
.column .box:nth-of-type(odd) .text {
	margin-left: auto;
}
.column .box:nth-of-type(even) .text {
	margin-right: auto;
}
.column.rev .box:nth-of-type(odd) .text {
	margin-left: initial !important;
	margin-right: auto !important;
}
.column.rev .box:nth-of-type(even) .text {
	margin-right: initial !important;
	margin-left: auto !important;
}
.column .img-box {
	border-radius: 1rem;
	margin-bottom: 3rem;
}
.column .img-box:last-child {
	margin-bottom: 0;
}
.column h2,
.column h3,
.column h4,
.column h5 {
	margin: 2.5rem 0 1.5rem 0;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #0e0d6a;
}
.column h2 span,
.column h3 span,
.column h4 span,
.column h5 span {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #000;
}
.column p,
.column ul {
	margin-top: 1.5rem;
}
.column h2:first-child,
.column h3:first-child,
.column h4:first-child,
.column h5:first-child,
.column p:first-child,
.column ul:first-child {
	margin-top: 0;
}
.column ul li {
	position: relative;
	padding-left: 1.8rem;
	font-weight: 700;
}
.column ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 900;
	color: #06f;
}
.column strong {
	font-size: 1.8rem;
	font-weight: 700;
}
.column .img-box + .note {
	margin: -2rem 0 2rem 0 !important;
	text-align: center;
}
.column .img-box + .note:last-child {
	margin: -2rem 0 0 0 !important;
}

.fade {
	opacity: 0;
	-webkit-transition: 0.8s linear;
	transition: 0.8s linear;
}
.fade.active {
	opacity: 1;
}
.fade-l {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(-2rem, 0);
	transform: translate(-2rem, 0);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-l.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-r {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(2rem, 0);
	transform: translate(2rem, 0);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-r.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-t {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, -2rem);
	transform: translate(0, -2rem);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-t.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-b {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, 2rem);
	transform: translate(0, 2rem);
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}
.fade-b.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fade-w {
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	opacity: 0;
}
.fade-z {
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
	opacity: 0;
}
.fade-w.active,
.fade-z.active {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}
.blind:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #039;
	background: -moz-linear-gradient(right, #003399 0%, #0e0d6a 100%);
	background: -webkit-linear-gradient(right, #003399 0%,#0e0d6a 100%);
	background: linear-gradient(to left, #003399 0%,#0e0d6a 100%);
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.blind.active:before {
	width: 0;
}




/* HEADER */

header {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 12rem;
	padding-left: 5rem;
	letter-spacing: 0.05em;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 5000;
}
header.form {
	height: 8rem;
}
header a {
	text-decoration: none !important;
}

header .logo {
	width: 36rem;
	height: 3rem;
	font-size: 0;
	z-index: 2;
}
header .logo a,
header .logo span {
	display: block;
	background: url(../img/logo-kla.svg) left center no-repeat;
	background-size: 36rem 3rem;
	width: 36rem;
	height: 3rem;
	padding-top: 3rem;
	font-size: 0;
	overflow: hidden;
}
header .logo a:hover {
	opacity: 0.5;
}
header.form .logo {
	width: 24rem;
	height: 2rem;
}
header.form .logo a,
header.form .logo span {
	background-size: 24rem 2rem;
	width: 24rem;
	height: 2rem;
	padding-top: 2rem;
}

header nav {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 0.5rem 0 0 0.5rem;
	background-color: #fff;
	height: 5rem;
	margin-top: 7rem;
	padding: 0 3rem 0 2rem;
	z-index: 1;
}
header .menu-list {
	display: flex;
	align-items: center;
	height: 5rem;
	margin: 0;
	font-size: 0;
	line-height: 1;
	z-index: 1;
}
header .menu-list > li {
	position: relative;
	display: inline-block;
	height: 5rem;
}
header .menu-list > li > a,
header .menu-list > li > span {
	position: relative;
	display: block;
	height: 5rem;
	padding: 0 0.8rem;
	line-height: 5rem;
	font-size: 1.5rem;
	font-weight: 700;
	white-space: nowrap;
	color: #000;
	cursor: pointer;
}
header .menu-list > li > a[target="_blank"] {
	padding: 0 3.4rem 0 1.5rem;
}
header .menu-list > li > a[target="_blank"]:before {
	content: "";
	position: absolute;
	background: url(../img/icon-blank.svg) center center no-repeat;
	background-size: 1.4rem;
	top: 50%;
	right: 1.5rem;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: -0.9rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
header .menu-list > li > a:hover {
	color: #06f;
}
header .menu-list > li > a:hover:before {
	opacity: 0.5;
}

header .menu-list .menu-sub {
	display: none;
	position: absolute;
	top: 5rem;
	left: 0;
	border-radius: 0.5rem;
	background: #0e0d6a;
	padding: 1.7rem 3rem;
	white-space: nowrap;
}
header .menu-list .menu-sub:before {
	content: "";
	position: absolute;
	top: -0.5rem;
	left: 4rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-color: transparent transparent #0e0d6a transparent;
}
header .menu-list .menu-sub li a {
	display: block;
	padding: 0.8rem 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	text-align: left;
	color: #fff;
	white-space: nowrap;
}
header .menu-list .menu-sub li a:hover {
	color: #ff0;
}

header .menu-other {
	position: absolute;
	top: -4rem;
	right: 5rem;
	display: flex;
	align-items: center;
	letter-spacing: 0;
}
header .menu-other li {
	margin-left: 2rem;
}
header .menu-other a {
	position: relative;
	display: block;
	padding-right: 3.8rem;
	font-size: 1.4rem;
	line-height: 3rem;
	white-space: nowrap;
	color: #0e0d6a;
	overflow: hidden;
}
header .menu-other a:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 3rem;
	top: 0;
	right: 0;
	display: block;
	width: 3rem;
	height: 3rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
header .menu-other li.trial a:after {
	background-image: url(../img/menu-icon_01.svg);
}
header .menu-other li.contact a:after {
	background-image: url(../img/menu-icon_02.svg);
}
header .menu-other li.dl a:after {
	background-image: url(../img/menu-icon_03.svg);
}
header .menu-other li.dl a {
	padding-right: 5.4rem;
}
header .menu-other li.dl a:before {
	content: "";
	position: absolute;
	background: url(../img/icon-blank.svg) center center no-repeat;
	background-size: 1.2rem;
	top: 50%;
	right: 3.7rem;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-top: -0.8rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
header .menu-other a:hover {
	color: #06f;
}
header .menu-other a:hover:before,
header .menu-other a:hover:after {
	opacity: 0.5;
}

header.active {
	top: -5rem;
	height: 5rem;
}
header.active a {
	-webkit-transition: 0s ease;
	transition: 0s ease;
}
header.active .logo {
	width: 24rem;
	height: 2rem;
}
header.active .logo a {
	background-size: 24rem 2rem;
	width: 24rem;
	height: 2rem;
	padding-top: 2rem;
}
header.active nav {
	margin-top: 0;
	padding-left: 1.5rem;
}
header.active .menu-list > li > a,
header.active .menu-list > li > span {
	font-size: 1.4rem;
}
header.active .menu-list .menu-sub {
	padding: 1.5rem 2.5rem;
}
header.active .menu-list .menu-sub:before {
	left: 3rem;
}
header.active .menu-list .menu-sub li a {
	padding: 0.6rem 0;
	font-size: 1.4rem;
}
header.active .menu-other {
	position: relative;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	margin-left: 1rem;
}
header.active .menu-other li {
	margin-left: 1rem;
}
header.active .menu-other a {
	position: relative;
	display: block;
	width: 3rem;
	height: 3rem;
	padding: 3rem 0 0 0 !important;
	font-size: 0;
}
header.active .menu-other a:before {
	display: none;
}

header.view {
	position: fixed;
	top: 0;
	background-color: #fff;
}
header.view a {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}




/* FOOTER */

footer {
	position: relative;
	margin-top: 15rem;
	z-index: 2;
}

footer .footer-main {
	border-radius: 10rem 10rem 0 0;
	background-color: #ccd6e5;
	padding: 8rem 0;
}
footer .footer-main a {
	text-decoration: none;
}
footer .footer-main a:hover {
	text-decoration: underline;
}
footer .footer-main a:hover img {
	opacity: 0.5;
}
footer .footer-main .outside {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer-main .giken-area {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-right: 3rem;
	font-size: 1.4rem;
}
footer .giken-area {
	margin-bottom: 6rem;
}
footer .giken-area .logo a {
	position: relative;
	display: block;
	background: url(../img/logo-gsi.png) left center no-repeat;
	background-size: 11rem 6rem;
	width: 11rem;
	height: 6rem;
	margin-bottom: 1.5rem;
	padding-top: 6rem;
	font-size: 0;
	overflow: hidden;
}
footer .giken-area .logo a:hover {
	opacity: 0.5;
}
footer .giken-area .logo span {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #02337e;
}

footer .footer-main .sub-area {
	width: calc(100% - 25rem);
}
footer .sub-area .mark {
	display: flex;
}
footer .sub-area .mark li {
	margin-right: 1rem;
	font-size: 0;
}
footer .sub-area .mark img {
	max-width: inherit;
	width: auto;
	height: 6rem;
}
footer .sub-area .submenu {
	display: flex;
	margin-top: 2rem;
	font-size: 1.1rem;
	line-height: 1;
	color: #666;
}
footer .sub-area .submenu a {
	color: #666;
}
footer .sub-area .submenu li {
	white-space: nowrap;
}
footer .sub-area .submenu li:after {
	content: "\3000|\3000";
	color: #999;
}
footer .sub-area .submenu li:last-child:after {
	content: "";
}

footer .footer-main .menu-area {
	font-size: 1.4rem;
	line-height: 1;
}
footer .menu-area > ul {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 3rem;
}
footer .menu-area > ul > li {
	margin-right: 3rem;
}
footer .menu-area > ul > li:last-child {
	margin-right: 0;
}
footer .menu-area > ul > li > a,
footer .menu-area > ul > li > span {
	font-weight: 700;
	color: #02337e;
}
footer .menu-area .menu-sub {
	margin-top: 1.5rem;
	font-size: 1.1rem;
}
footer .menu-area .menu-sub li {
	margin-top: 1rem;
	white-space: nowrap;
}
footer .menu-area .menu-sub li:before {
	content: "- ";
}
footer .menu-area .menu-sub li a {
	color: #333;
}

footer .copyright {
	background-color: #fff;
	padding: 4.5rem 0;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	color: #888;
}
footer .copyright:first-child {
	border-top: 1px solid #eee;
}
footer .copyright a {
	text-decoration: none;
	color: #888;
}


#gotop {
	position: fixed;
	right: 3rem;
	bottom: -5rem;
	width: 5rem;
	height: 5rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 1000;
}
#gotop.view {
	bottom: 3rem;
}
#gotop a {
	position: relative;
	display: block;
	background-color: #03c;
	width: 5rem;
	height: 5rem;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
#gotop a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 1.1rem;
	height: 1.1rem;
	margin: -0.4rem 0 0 -0.5rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}
#gotop a:hover {
	background-color: #09f;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}


#sidemenu {
	position: fixed;
	top: 50%;
	right: -5rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 1000;
}
#sidemenu.view {
	right: 0;
}
#sidemenu li {
	margin: 1rem 0;
}
#sidemenu a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0e0d6a;
	background-position: center 1rem;
	background-repeat: no-repeat;
	background-size: 3rem;
	width: 5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 4.5rem 0.4rem 1.5rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 0.5rem 0 rgba(0,0,0,0.1);
	overflow: hidden;
}
#sidemenu a:hover {
	background-color: #06f;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
#sidemenu li.trial a {
	background-image: url(../img/menu-icon_01.svg);
}
#sidemenu li.contact a {
	background-image: url(../img/menu-icon_02.svg);
}
#sidemenu li.dl a {
	background-image: url(../img/menu-icon_03.svg);
}




/* INDEX */

#index-main {
	position: relative;
	border-radius: 0 0 10rem 10rem;
	background: #0066ff;
	background: -moz-linear-gradient(top,  #99e6ff 0%, #0066ff 100%);
	background: -webkit-linear-gradient(top,  #99e6ff 0%,#0066ff 100%);
	background: linear-gradient(to bottom,  #99e6ff 0%,#0066ff 100%);
	width: 100%;
	margin-bottom: 10rem;
	padding: 12rem 0 10rem 0;
	overflow: hidden;
	z-index: 3;
}
/*#index-main .main-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/main-bg.png) center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	#index-main .main-bg {
		background-attachment: scroll;
	}
}*/
#index-main .main-img {
	animation: main-img 50s linear infinite;
	display: flex;
	position: absolute;
	top: 10rem;
	left: 0;
	width: 100%;
	height: 70rem;
	white-space: nowrap;
	z-index: 2;
}
#index-main .main-img .image {
	border-radius: 2rem;
	background-color: #06f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 64rem;
	height: 64rem;
	margin-right: 4rem;
}
#index-main .image.img1 {
	background-image: url(../img/main-img_01.jpg);
}
#index-main .image.img2 {
	background-image: url(../img/main-img_02.jpg);
	margin-top: 6rem;
}
#index-main .image.img3 {
	background-image: url(../img/main-img_03.jpg);
}
#index-main .image.img4 {
	background-image: url(../img/main-img_04.jpg);
	margin-top: 6rem;
}
@keyframes main-img {
	0% {
		left: 0;
	}
	100% {
		left: -272rem;
	}
}
#index-main .main-img2 {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 10rem;
	left: 0;
	width: 100%;
	height: 70rem;
	white-space: nowrap;
	z-index: 2;
}
#index-main .main-img2 .image {
	border-radius: 2rem;
	background-color: #06f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 64rem;
	height: 64rem;
	margin-right: 4rem;
}

#index-main .main-view {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 68rem;
	margin-bottom: 4rem;
	padding: 2rem 0;
	z-index: 3;
}

#index-main .main-read {
	border-radius: 0 10rem 10rem 0;
	background-color: rgba(255,255,255,0.95);
	width: 45%;
	min-width: 72rem;
	margin-right: auto;
	padding: 5rem 10rem;
	font-size: 1.6rem;
	line-height: 2;
	white-space: nowrap;
}
#index-main .main-read .inner {
	max-width: 52rem;
	margin: 0 auto;
}
#index-main .main-read h1 {
	margin-bottom: 2rem;
	font-feature-settings: "palt";
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.5;
	color: #0e0d6a;
}
#index-main .main-read .link {
	margin-top: 2rem;
}

#index-main .main-banner {
	width: 100%;
}
#index-main .main-banner ul {
	display: flex;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgba(255,255,255,0.5);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#index-main .main-banner li {
	background-color: #fff;
	width: 32%;
	margin-left: 2%;
	font-size: 0;
}
#index-main .main-banner li:first-child {
	margin-left: 0;
}
#index-main .main-banner a:hover {
	opacity: 0.5;
}

#index-main .main-news {
	position: relative;
	display: flex;
	color: #fff;
	z-index: 3;
}
#index-main .main-news a {
	color: #fff;
	text-decoration: none;
}
#index-main .main-news a:hover {
	color: #ff0;
	text-decoration: underline;
}
#index-main .main-news h2 {
	width: 10rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
#index-main dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 20rem);
	margin-bottom: -1rem;
	padding: 0 5rem;
}
#index-main dl .day {
	width: 10rem;
	margin-bottom: 1rem;
	font-weight: 400;
	line-height: 1;
}
#index-main dl .cate {
	border-radius: 2.4rem;
	background-color: #fff;
	width: 12rem;
	height: 2.4rem;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2.4rem;
	text-align: center;
	color: #0e0d6a;
	white-space: nowrap;
}
#index-main dl .cate + .cate {
	display: none;
}
#index-main dl .name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 22rem);
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	line-height: 1.4;
}
#index-main .main-news .link {
	align-self: flex-end;
	width: 10rem;
	line-height: 1;
	text-align: right;
}
#index-main .main-news .link a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#index-main .main-news .link a:hover:after {
	border-color: #ff0;
}


.index-about-list {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10rem;
}
.index-about-list .box {
	display: block;
	width: 21.66%;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0;
	text-decoration: none;
	color: #0e0d6a;
}
.index-about-list .box:nth-of-type(even) {
	margin-top: 4rem;
}
.index-about-list h3 {
	margin-bottom: 3.5rem;
	font-feature-settings: "palt";
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.02em;
	color: #06f;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.index-about-list p {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.index-about-list h3 strong {
	font-size: 3.6rem;
}
.index-about-list img {
	display: block;
	max-width: 18rem;
	margin: 0 auto 3.2rem auto;
}
.index-about-list a.box:hover h3 {
	color: #0e0d6a;
}
.index-about-list a.box:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.index-about-list a.box:hover p {
	color: #000;
}


.index-function {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.index-function .box {
	display: block;
	border: 0.5rem solid #cce0ff;
	border-radius: 1rem;
	background-color: #cce0ff;
	width: 32%;
	padding-bottom: 2.2rem;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 1.6;
	color: #000;
	overflow: hidden;
}
.index-function .box:hover {
	border: 0.5rem solid #06f;
}
.index-function .img-box {
	margin-bottom: 2.8rem;
}
.index-function h3 {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #0e0d6a;
}
.index-function p {
	text-align: center;
}
.index-function + .link {
	margin-top: 2.5rem;
	text-align: right;
}

.index-case-logo {
	width: 84rem;
	padding-left: 5rem;
}
.index-case-logo .case-slider {
	margin: 0 -100vw 0 0 !important;
}

.index-side-txt {
	padding-left: 5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0e0d6a;
}

.index-scene-tab {
	width: calc(100% - 72rem);
}
.index-scene-tab ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 75rem;
	height: 8rem;
	margin-left: auto;
}
.index-scene-tab li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.5rem solid #fff;
	border-radius: 0 5rem 0 0;
	width: 50%;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #666;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.index-scene-tab li:hover {
	background-color: #99d7ff;
}
.index-scene-tab li.active {
	background-color: #fff;
	color: #09f;
}
.index-scene-tab li.active:after {
	content: "";
	position: absolute;
	bottom: -2.4rem;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -2rem;
	border-style: solid;
	border-width: 2rem 2rem 0 2rem;
	border-color: #fff transparent transparent transparent;
}
.index-scene-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.index-scene-list .box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border-radius: 1rem;
	background-color: #fff;
	width: 49.16%;
	margin-bottom: 2rem;
	padding: 4rem 3rem 3.5rem 17rem;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.7;
	text-decoration: none;
	color: #333;
}
.index-scene-list .box img {
	position: absolute;
	top: 50%;
	left: 4rem;
	width: 10rem;
	height: 10rem;
	margin-top: -5rem;
}
.index-scene-list .box h3 {
	width: 100%;
	margin-bottom: 1.5rem;
	font-feature-settings: "palt";
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0e0d6a;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.index-scene-list .box p {
	width: 100%;
}
.index-scene-list .box:hover {
	background-color: #ffc;
	color: #0e0d6a;
}
.index-scene-list .box:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.index-scene-list .box:hover h3 {
	color: #06f;
}

.index-use-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.index-use-list .box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border: 0.5rem solid #cce0ff;
	background-color: #fff;
	width: 32%;
	min-height: 12rem;
	padding: 2.5rem 2.5rem 2.5rem 15rem;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.7;
	text-decoration: none;
	color: #333;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.index-use-list .box img {
	position: absolute;
	top: 50%;
	left: 3rem;
	width: 10rem;
	height: 10rem;
	margin-top: -5rem;
}
.index-use-list .box h3 {
	width: 100%;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0e0d6a;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.index-use-list .box:hover {
	border: 0.5rem solid #06f;
	background-color: #ffc;
	color: #0e0d6a;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.index-use-list .box:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.index-use-list .box:hover h3 {
	color: #06f;
}

.index-banner .head2 {
	font-size: 4rem;
	font-weight: 900;
}
.index-banner .img-box {
	margin-bottom: 2rem;
}
.index-banner .btn {
	margin-top: 2rem;
}




/* PARTS */

.image-partition {
	position: relative;
	background-color: #06f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 40rem;
	margin: 15rem 0;
	overflow: hidden;
}
.image-partition.img1.active {
	background-image: url(../img/index-img_01.jpg);
}
.image-partition.img2.active {
	background-image: url(../img/index-img_02.jpg);
}
.image-partition img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100%;
}

.pickup-box {
	position: relative;
	border-radius: 10rem;
	background: #ddf7ff;
	background: -moz-linear-gradient(left,  #ddf7ff 0%, #aadcff 100%);
	background: -webkit-linear-gradient(left,  #ddf7ff 0%,#aadcff 100%);
	background: linear-gradient(to right,  #ddf7ff 0%,#aadcff 100%);
	width: calc(100% - 20rem);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10rem;
	padding: 10rem 0;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 1600px) {
	.pickup-box {
		width: 100%;
		max-width: 140rem;
	}
}
.pickup-box .inner {
	width: 100%;
	max-width: 140rem;
	margin-left: auto;
	margin-right: auto;
}
.pickup-left {
	position: relative;
	z-index: 1;
}
.pickup-left .pickup-box {
	border-radius: 0 10rem 10rem 0;
	max-width: 160rem;
	margin-left: 0;
}
.pickup-right {
	position: relative;
	z-index: 1;
}
.pickup-right .pickup-box {
	border-radius: 10rem 0 0 10rem;
	max-width: 160rem;
	margin-right: 0;
}
@media screen and (max-width: 1600px) {
	.pickup-left .pickup-box,
	.pickup-right .pickup-box {
		max-width: 140rem;
	}
}
@media screen and (min-width: 1400px) {
	.pickup-left .pickup-box .inner {
		margin-right: 0;
	}
	.pickup-right .pickup-box .inner {
		margin-left: 0;
	}
}

.pickup-box .head-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 6rem;
}
.pickup-box .head-area .head1 {
	margin-bottom: 0;
	white-space: nowrap;
}
.pickup-box + .btn,
.pickup-left + .btn,
.pickup-right + .btn {
	position: relative;
	margin-top: -13rem;
	margin-bottom: 8rem;
	z-index: 2;
}

.pickup-box .data-list .box {
	background-color: #fff;
}


.pickup-box2 {
	border: 0.5rem solid #99d7ff;
	border-radius: 10rem;
	background-color: #fff;
	width: 100%;
	max-width: 140rem;
	margin: 10rem auto;
	padding: 5.5rem 0;
}
.pickup-box2 h2 {
	margin-bottom: 4rem;
	font-feature-settings: "palt";
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.55;
	text-align: center;
	color: #000;
}
.pickup-box2 h2 strong {
	color: #06f;
}
.pickup-box2 h2 + p {
	margin: -3rem 0 4rem 0;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}
.pickup-box2 .column {
	margin: 4rem 0;
}
.pickup-box2 .btn a {
	min-height: 6rem;
	font-size: 2rem;
}


.data-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: -3rem;
}
.data-list:last-child {
	margin-bottom: -3rem;
}
.data-list .box {
	position: relative;
	display: block;
	border-radius: 1rem;
	background-color: #f8f8f8;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 1.7;
	text-decoration: none;
	color: #333;
	overflow: hidden;
}
.data-list a.box {
	background-color: #edf5ff;
}
.data-list .box:nth-of-type(3n) {
	margin-right: 0;
}
.data-list a.box:after {
	content: "";
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1.5rem 1.5rem;
	border-color: transparent transparent #fff transparent;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.data-list .box .read {
	position: relative;
	padding: 3rem 3.5rem;
}
.data-list .box .num {
	position: absolute;
	top: -5rem;
	left: 50%;
	border-radius: 6rem;
	background-color: #09f;
	width: 6rem;
	height: 6rem;
	margin-left: -3rem;
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 6rem;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.data-list .box h3,
.data-list .box h4 {
	margin-bottom: 1.5rem;
	font-feature-settings: "palt";
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0e0d6a;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.data-list .box h3.sml,
.data-list .box h4.sml {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}
.data-list .box h3.img-box,
.data-list .box h4.img-box {
	margin: 0;
	font-size: 0;
}
.data-list .box h3 span,
.data-list .box h4 span {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.6rem;
}
.data-list .box h3 span:last-child,
.data-list .box h4 span:last-child {
	margin-top: 0.5rem;
	margin-bottom: 0;
}
.data-list .box h3 span.in,
.data-list .box h4 span.in {
	display: inline;
}
.data-list .box .line-limit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.data-list .box .day {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0e0d6a;
}
.data-list .box dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
}
.data-list .box dl dt {
	width: 6rem;
	font-weight: 700
}
.data-list .box dl dd {
	width: calc(100% - 6rem);
}
.data-list .box .case-logo {
	position: absolute;
	top: -5rem;
	right: 1.5rem;
	display: block;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	background-color: #fff;
	width: 7rem;
	height: 7rem;
	font-size: 0;
	overflow: hidden;
	z-index: 10;
}
.data-list .box .case-logo img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100%;
}
.data-list .box .category {
	display: table;
	background-color: #09f;
	max-width: calc(100% - 10rem);
	height: 2.5rem;
	margin-top: -0.5rem;
	margin-bottom: 1.5rem;
	padding: 0 1.5rem;
	font-size: 1.1rem;
	text-align: center;
	line-height: 2.5rem;
	white-space: nowrap;
	color: #fff;
}
.data-list a.box:hover {
	background-color: #ffc !important;
	color: #0e0d6a;
}
.data-list a.box:hover:after {
	right: 1rem;
	bottom: 1rem;
}
.data-list a.box:hover h3 {
	color: #06f;
}
.data-list.function .box {
	border: 1px solid #f8f8f8;
}
.data-list.seminar .img-box img {
	object-fit: contain;
}
.data-list + .btn {
	margin-top: 4rem;
}
.data-list + .note {
	margin-top: 2rem;
}
.data-list .box.double {
	width: 66%;
}
.data-list .box.double .image {
	display: flex;
}
.data-list .box.double .image > a {
	display: block;
	width: 50%;
}
.data-list .box.double .image > .img-box {
	width: 50%;
	padding-top: 28.125%;
}


.anchor {
	position: relative;
	counter-reset: anchor;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 10rem;
}
.anchor li {
	position: relative;
	border-left: 1px solid #eee;
}
.anchor li:last-child {
	border-right: 1px solid #eee;
}
.anchor li a {
	position: relative;
	display: block;
	padding: 1.8rem 2.5rem 2rem 2.5rem;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	color: #06f;
	z-index: 2;
}
.anchor li a:before {
	counter-increment: anchor;
	content: counter(anchor, decimal-leading-zero);
	display: block;
	width: 100%;
	margin-bottom: 1.4rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: #ccc;
	z-index: 1;
}
.anchor li a:hover {
	background-color: #f8f8f8;
	color: #0e0d6a;
}

.anchor2 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 10rem;
}
.anchor2 li {
	width: 31.6666%;
	margin-left: 2.5%;
}
.anchor2 li:first-child {
	margin-left: 0;
}
.anchor2 li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	border-radius: 1rem;
	background-color: #cce0ff;
	width: 100%;
	min-height: 10rem;
	padding: 1.5rem 1.5rem 1.5rem 12rem;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.3;
	color: #0e0d6a;
}
.anchor2 li a:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -2rem;
	border-style: solid;
	border-width: 2rem 2rem 0 2rem;
	border-color: #cce0ff transparent transparent transparent;	
}
.anchor2 li a span {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}
.anchor2 li a .image {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1rem 0 0 1rem;
	width: 10rem;
	height: 100%;
	overflow: hidden;
}
.anchor2 li a .image img {
	position: absolute;
	top: 0;
	left: -2.5rem;
	width: auto;
	height: 100%;
}
.anchor2 li a:hover {
	color: #06f;
}
.anchor2 li a:hover .image img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}


.contact-cv {
	position: relative;
	border-radius: 0 10rem 0 10rem;
	background: #0e0d6a;
	background: -moz-linear-gradient(left,  #003399 0%, #0e0d6a 100%);
	background: -webkit-linear-gradient(left,  #003399 0%,#0e0d6a 100%);
	background: linear-gradient(to right,  #003399 0%,#0e0d6a 100%);
	margin: 15rem 0;
	padding: 6rem 0;
	color: #fff;
	z-index: 2;
}
.contact-cv .outside {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-cv .title {
	width: 30%;
	font-size: 1.5rem;
	line-height: 1.7;
}
.contact-cv .title h2,
.contact-cv .title h3,
.contact-cv .title .title-txt {
	margin-bottom: 2rem;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	color: #ff0;
}
.contact-cv .contact {
	width: 67%;
	line-height: 1;
}
.contact-cv .contact ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.contact-cv .contact ul li {
	width: 48.5%;
}
.contact-cv .contact ul a,
.trial-cv a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
	width: 100%;
	height: 7rem;
	padding: 0 2rem;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #09f;
	overflow: hidden;
	box-shadow: 0.5rem 0.5rem 0 #000;
}
.contact-cv .contact ul a span,
.trial-cv a span {
	position: relative;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 3rem;
	height: 3rem;
	padding-left: 4rem;
	line-height: 3rem;
	z-index: 2;
}
.contact-cv .contact ul li:nth-of-type(1) a span,
.trial-cv a span {
	background-image: url(../img/contact-icon_01.svg);
}
.contact-cv .contact ul li:nth-of-type(2) a span {
	background-image: url(../img/contact-icon_02.svg);
}
.contact-cv .contact ul a:before,
.trial-cv a:before {
	content:"";
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	background-color: #ffc;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 1;
}
.contact-cv .contact ul a:hover,
.trial-cv a:hover {
	box-shadow: 0 0 0 #000;
}
.contact-cv .contact ul a:hover:before,
.trial-cv a:hover:before {
	left: 0;
}
.contact-cv .contact div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}
.contact-cv .contact .tel {
	display: flex;
	align-items: center;
}
.contact-cv .contact .tel em {
	font-size: 1.8rem;
	font-weight: 700;
	white-space: nowrap;
}
.contact-cv .contact .tel strong {
	background: url(../img/contact-icon_03.svg) left center no-repeat;
	background-size: 2.8rem;
	margin-left: 1.8rem;
	padding-left: 3.4rem;
	font-size: 2.8rem;
	white-space: nowrap;
}
.contact-cv .contact .tel span {
	font-size: 1.2rem;
}
.contact-cv .contact .link a {
	color: #ff0;
}
.contact-cv .contact .link a:after {
	border-top: 2px solid #ff0;
	border-right: 2px solid #ff0;
}
.contact-cv .contact .link a:hover {
	color: #09f;
}
.contact-cv .contact .link a:hover:after {
	border-color: #09f;
}


.other-link {
	position: relative;
	border-radius: 10rem;
	background-color: #f8f8f8;
	width: 100%;
	max-width: 140rem;
	margin: 10rem auto;
	padding: 6rem 6rem 6.5rem 6rem;
}
.other-link:last-child {
	margin-bottom: 0;
}
.other-link h3 {
	margin-bottom: 3rem;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	color: #0e0d6a;
}
.other-link h3 span {
	display: block;
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #333;
}
.other-link ul {
	display: flex;
	justify-content: space-between;
}
.other-link ul li {
	display: flex;
}
.other-link .inside li {
	width: 48.5%;
}
.other-link .outside li {
	width: 32%;
}
.other-link a {
	display: inline-flex;
	align-items: center;
	position: relative;
	border: 0.5rem solid #acf;
	background: #fff;
	width: 100%;
	height: 10rem;
	padding: 0 3.5rem 0 2.5rem;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	text-decoration: none;
	color: #06f;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.other-link a img {
	width: 6rem;
	margin-right: 2rem;
}
.other-link a span {
	display: inline-block;
}
.other-link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 2rem;
	border-top: 2px solid #06f;
	border-right: 2px solid #06f;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: -0.65rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}
.other-link a:hover {
	border: 0.5rem solid #06f;
	background-color: #ffc;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.other-link a:hover:after {
	right: 1.5rem;
}


.panel {
	display: none;
}
.panel.active {
	display: block;
}


.accordion-open {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 1rem;
	background-color: #f8f8f8;
	width: 100%;
	min-height: 8rem;
	margin-top: 2rem;
	padding-right: 6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.accordion-open:hover {
	background-color: #eee;
}
.accordion-open:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	display: block;
	background-image: url(../img/icon-open.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 2rem;
	width: 2rem;
	height: 2rem;
	margin-top: -1rem;
}
.accordion-open.active:after {
	background-image: url(../img/icon-close.svg);
}
.accordion-open span {
	display: flex;
	align-items: center;
	background-color: #cce0ff;
	min-width: 30rem;
	height: 8rem;
	margin-right: 2rem;
	padding: 1.5rem 2rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
	color: #0e0d6a;
	white-space: nowrap;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.accordion-open:hover span {
	background-color: #bbd6ff;
}
.accordion-view {
	display: none;
	position: relative;
	padding: 4rem 0 8rem 0;
}
.accordion-view:last-child {
	padding-bottom: 0;
}
.accordion-view.view {
	display: block;
}




/* modal */

.modal-content {
	display: none;
	position: fixed;
	border-radius: 5rem;
	background: #fff;
	width: 80%;
	max-width: 100rem;
	margin: 0;
	padding: 5rem;
	font-size: 1.5rem;
	text-align: center;
	color: #666;
	z-index: 10001;
}
.modal-content p {
	margin: 1.5rem 0;
	text-align: left;
}
.modal-content p:first-child {
	margin-top: 0;
}
.modal-content p:last-child {
	margin-bottom: 0;
}
.modal-content .modal-read {
	width: 100%;
}
.modal-content .vbox {
	border: 1px solid #eee;
	border-radius: 1rem;
	font-size: 0;
	overflow: hidden;
}
.modal-content img,
.modal-content video {
	width: 100%;
	height: auto;
}
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(14,13,106,0.5);
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.modal-close {
	display: block;
	position: absolute;
	top: -1rem;
	right: -1rem;
	border-radius: 50%;
	background: #06f;
	width: 6rem;
	height: 6rem;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 5rem;
	font-weight: 700;
	text-align: center !important;
	line-height: 6rem;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}
.modal-close:hover {
	background: #09f;
}

.modal-open {
	display: block;
	position: relative;
	cursor: pointer;
}
.modal-open .img-box {
	border-radius: 1rem;
}
.data-list .modal-open .img-box {
	border-radius: 0;
}
.modal-open .img-box:after {
	content: "";
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	display: block;
	border-radius: 4rem;
	background: #0e0d6a url(../img/icon-zoom.svg) center center no-repeat;
	background-size: 100%;
	width: 4rem;
	height: 4rem;
	z-index: 10;
}




/* ABOUT */

.about-issue {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -2rem;
}
.about-issue .issue {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem 0 0 1rem;
	background-color: #f8f8f8;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 20rem;
	margin-bottom: 2rem;
	padding-right: 3rem;
	z-index: 1;
}
.about-issue .issue.img1 {
	background-image: url(../img/about/about-bg-l_01.jpg);
}
.about-issue .issue.img2 {
	background-image: url(../img/about/about-bg-l_02.jpg);
}
.about-issue .issue.img3 {
	background-image: url(../img/about/about-bg-l_03.jpg);
}
.about-issue .issue div {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.5rem solid #ccc;
	border-radius: 1rem;
	background-color: #fff;
	width: 36rem;
	height: 14rem;
	padding: 1rem 2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #000;
}
.about-issue .answer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 1rem 1rem 0;
	background-color: #f8f8f8;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 20rem;
	margin-bottom: 2rem;
	padding-left: 3rem;
	z-index: 1;
}
.about-issue .answer.img1 {
	background-image: url(../img/about/about-bg-r_01.jpg);
}
.about-issue .answer.img2 {
	background-image: url(../img/about/about-bg-r_02.jpg);
}
.about-issue .answer.img3 {
	background-image: url(../img/about/about-bg-r_03.jpg);
}
.about-issue .answer div {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.5rem solid #99c2ff;
	border-radius: 1rem;
	background-color: #fff;
	width: 36rem;
	height: 14rem;
	padding: 1rem 2rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	color: #06f;
}
.about-issue .kla {
	position: relative;
	width: 0;
	height: 20rem;
	z-index: 2;
}
.about-issue .kla div {
	position: relative;
	background-color: #f90;
	width: 14rem;
	height: 10rem;
	margin: 5rem -6rem 0 -8rem;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 10rem;
	text-align: right;
	color: #fff;
}
.about-issue .kla div:after {
	content: "";
	position: absolute;
	top: 0;
	right: -4rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5rem 0 5rem 4rem;
	border-color: transparent transparent transparent #f90;
}




/* MERIT */

.merit-system {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
	padding: 0 5rem
}
.merit-system:before {
	content: "";
	position: absolute;
	top: 10rem;
	left: 50%;
	display: block;
	background: url(../img/icon-x.svg) center center no-repeat;
	background-size: 100%;
	width: 10rem;
	height: 10rem;
	margin-left: -5rem;
}
.merit-system div {
	width: 45.4545%;
}
.merit-system div dt {
	margin-top: 1.5rem;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.merit-system div dt img {
	width: auto;
	height: 3rem;
	margin-bottom: 2rem;
}
.merit-system div:nth-of-type(2) dt img {
	height: 4rem;
	margin-bottom: 1rem;
}
.merit-system div dd {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.sub-box {
	border-radius: 1rem;
	background-color: #ddf1ff;
	margin-top: 2rem;
	padding: 2.5rem;
}
.sub-box.image {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub-box.image .modal-open {
	display: block;
	width: 19.5rem;
}
.sub-box.image .modal-open .img-box:after {
	bottom: 0.5rem;
	right: 0.5rem;
	width: 3rem;
	height: 3rem;
}
.sub-box.image p {
	width: calc(100% - 21.5rem);
	margin: 0 !important;
}




/* REASON */

.gps-analysis {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 6rem 0;
}
.gps-analysis h3 {
	width: 27rem;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.6;
	color: #06f;
}
.gps-analysis ul {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 27rem);
}
.gps-analysis ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border-radius: 1rem;
	border: 0.5rem solid #ddf1ff;
	background-color: #eef8ff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	width: 32.258%;
	padding: 2.5rem 3rem;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0;
	color: #000;
}
.gps-analysis ul li:nth-of-type(1) {
	background-image: url(../img/reason/reason-bg_01.svg);
}
.gps-analysis ul li:nth-of-type(2) {
	background-image: url(../img/reason/reason-bg_02.svg);
}
.gps-analysis ul li:nth-of-type(3) {
	background-image: url(../img/reason/reason-bg_03.svg);
}
.gps-analysis ul li strong {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #0e0d6a;
}

.gps-sub {
	width: 100%;
	max-width: 100rem;
	margin: 4rem auto;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #666;
}
.gps-sub h4 {
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	color: #333;
}




/* SCENE */

.scene-tab {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 8rem;
}
.scene-tab li {
	width: 50%;
}
.scene-tab li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.5rem solid #cce0ff;
	border-radius: 0 5rem 0 0;
	background-color: #fff;
	width: 100%;
	height: 8rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #666;
}
.scene-tab li a:hover  {
	background-color: #cce0ff;
	color: #0e0d6a;
}
.scene-tab li.active a {
	background-color: #cce0ff;
	color: #0e0d6a;
}

.scene-list {
	position: relative;
	display: flex;
	background-color: #cce0ff;
}
.scene-list.top {
	margin-bottom: 8rem;
}
.scene-list.btm {
	margin-top: 8rem;
}
.scene-list li {
	position: relative;
	width: 100%;
	height: 6rem;
	padding: 0 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 6rem;
	letter-spacing: 0;
	color: #06f;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.scene-list li.sml {
	font-size: 1.2rem;
}
.scene-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	background-color: #fff;
	width: 1px;
	height: 2rem;
	margin-top: -1rem;
}
.scene-list li:last-child:before {
	display: none;
}
.scene-list li:hover,
.scene-list li.active {
	color: #0e0d6a;
}
.scene-list.top li.active:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -2rem;
	border-style: solid;
	border-width: 2rem 2rem 0 2rem;
	border-color: #cce0ff transparent transparent transparent;
}
.scene-list.btm li.active:after {
	content: "";
	position: absolute;
	top: -2rem;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -2rem;
	border-style: solid;
	border-width: 0 2rem 2rem 2rem;
	border-color: transparent transparent #cce0ff transparent;
}

.scene-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.scene-title .icon {
	border-radius: 16rem;
	background-color: #eef8ff;
	width: 16rem;
	height: 16rem;
	padding: 3rem;
	overflow: hidden;
}
.scene-title .title {
	width: calc(100% - 19rem);
}
.scene-title .category {
	display: table;
	background-color: #09f;
	height: 4rem;
	margin-bottom: 1.4rem;
	padding: 0 2.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 4rem;
	white-space: nowrap;
	color: #fff;
}
.scene-title h2 {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.4;
	color: #0e0d6a;
}




/* CASE */

.case-slider {
	display: none;
	width: 100vw;
	height: 10rem;
	margin-bottom: 6rem;
	overflow: hidden;
}
.case-slider.slick-initialized {
	display: block; 
}
.case-slider .slick-list {
	overflow: visible;
}
.case-slider .slick-slide {
	width: 11rem;
}
.case-slider a {
	position: relative;
	display: block;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	background-color: #fff;
	width: 10rem;
	height: 10rem;
	margin-right: 1rem;
	overflow: hidden;
}
.case-slider a img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100%;
}
.case-slider a:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.case-search {
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f8f8f8;
	margin-bottom: 6rem;
	padding: 1.5rem 3rem;
}
.case-search .check {
	width: calc(100% - 13rem);
	padding: 0.8rem 0;
}
.case-search .btn {
	width: 12rem;
	height: 5rem;
	margin-bottom: 0;
}
.case-search .btn button {
	min-width: initial;
	width: 12rem;
	height: 5rem;
	min-height: 5rem;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
.case-search .btn button:after {
	display: none;
}

.pager {
	position: relative;
	display: table;
	margin: 6rem auto;
	padding: 0 12rem;
}
.pager:last-child {
	margin-bottom: 0;
}
.pager li {
	display: table-cell;
}
.pager a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.5rem solid #acf;
	background: #fff;
	width: 6rem;
	height: 6rem;
	margin: 0 0.5rem;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	color: #06f;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.pager a:hover {
	border: 0.5rem solid #06f;
	background-color: #ffc;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.pager li.active a {
	border: 0.5rem solid #03c;
	background: #03c;
	color: #fff;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.pager li.prev {
	position: absolute;
	top: 0;
	left: 0;
}
.pager li.next {
	position: absolute;
	top: 0;
	right: 0;
}
.pager li.prev a,
.pager li.next a {
	margin: 0;
	font-size: 0;
	color: #fff;
}
.pager li.prev a:after,
.pager li.next a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	border-top: 2px solid #06f;
	border-right: 2px solid #06f;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: -0.65rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.pager li.prev a:after {
	left: 2.2rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pager li.next a:after {
	right: 2.2rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pager li.prev a:hover:after {
	left: 1.8rem;
}
.pager li.next a:hover:after {
	right: 1.8rem;
}




/* FEE */

.sub-copy {
	margin: 4rem 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	color: #000;
}
.sub-copy:first-child {
	margin-top: 0;
}
.sub-copy strong {
	font-weight: 700;
	color: #06f;
}

.campaign-box {
	border-radius: 1rem;
	background-color: #ddf1ff;
	width: 100%;
	max-width: 100rem;
	margin: 6rem auto;
	padding: 3rem 5rem;
	font-size: 1.4rem;
	line-height: 1.8;
}
.campaign-box h3,
.campaign-box h4 {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #09f;
}
.campaign-box h3:last-child,
.campaign-box h4:last-child {
	margin-bottom: 0;
}
.campaign-box h3 span,
.campaign-box h4 span {
	margin-left: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #333;
}
.campaign-box p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.campaign-box p.link {
	margin-top: 1rem;
	overflow: initial;
}
.campaign-box .top {
	display: flex;
	justify-content: space-between;
}
.campaign-box .top h3,
.campaign-box .top h4,
.campaign-box .top p {
	margin: 0 !important;
}




/* FLOW */

.flow-area {
	counter-reset: flow;
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.flow-area dl {
	position: relative;
	width: 18%;
}
.flow-area dl:before {
	display: block;
	counter-increment: flow;
	content: counter(flow);
	position: absolute;
	top: -3rem;
	left: 50%;
	border-radius: 6rem;
	background-color: #09f;
	width: 6rem;
	height: 6rem;
	margin-left: -3rem;
	font-size: 4rem;
	font-weight: 900;
	line-height: 6rem;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.flow-area dl dt {
	position: relative;
	border-radius: 5rem;
	background-color: #ddf1ff;
	background-position: center 4rem;
	background-repeat: no-repeat;
	background-size: 10rem;
	width: 100%;
	height: 20rem;
	margin-bottom: 1.5rem;
	padding-top: 15.4rem;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	color: #0e0d6a;
}
.flow-area dl:nth-of-type(1) dt {
	background-image: url(../img/flow/flow-img_01.svg);
}
.flow-area dl:nth-of-type(2) dt {
	background-image: url(../img/flow/flow-img_02.svg);
}
.flow-area dl:nth-of-type(3) dt {
	background-image: url(../img/flow/flow-img_03.svg);
}
.flow-area dl:nth-of-type(4) dt {
	background-image: url(../img/flow/flow-img_04.svg);
	background-size: 13rem;
}
.flow-area dl:nth-of-type(5) dt {
	background-image: url(../img/flow/flow-img_05.svg);
}
.flow-area dl dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -2rem;
	width: 0;
	height: 0;
	margin-top: -2rem;
	border-style: solid;
	border-width: 2rem 0 2rem 2rem;
	border-color: transparent transparent transparent #ddf1ff;
}
.flow-area dl:last-child dt:after {
	display: none;
}
.flow-area dl dd {
	margin-top: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.8;
}

.trial-cv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-radius: 0 5rem 0 5rem;
	background: #0e0d6a;
	background: -moz-linear-gradient(left,  #003399 0%, #0e0d6a 100%);
	background: -webkit-linear-gradient(left,  #003399 0%,#0e0d6a 100%);
	background: linear-gradient(to right,  #003399 0%,#0e0d6a 100%);
	margin: 6rem 0;
	padding: 4rem 10rem;
	color: #fff;
}
.trial-cv dt {
	border-radius: 8rem;
	background-color: #ff0;
	width: 8rem;
	height: 8rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 8rem;
	color: #000;
}
.trial-cv .txt {
	width: calc(100% - 52rem);
	font-weight: 700;
}
.trial-cv .trial {
	width: 38rem;
}




/* INTERVIEW */

.interview-main {
	border-radius: 10rem 10rem 0 0;
	background: url(../img/interview/interview-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	padding: 10rem 0;
}
@media screen and (max-width: 1024px) {
	.interview-main {
		background-attachment: scroll;
	}
}
.interview-main .inside {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 700;
}
.interview-main .read {
	position: relative;
	border-radius: 5rem;
	background-color: rgba(34,17,0,0.7);
	padding: 6rem 10rem;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	line-height: 1.7;
	font-weight: 700;
	color: #fff;
	z-index: 1;
}
.interview-main .read p:nth-of-type(n+2) {
	margin-top: 2rem;
}
.interview-main .link {
	position: absolute;
	right: 0;
	bottom: 6rem;
	z-index: 2;
}
.interview-main .link a {
	display: block;
	border-radius: 1rem;
	background-color: #fff;
	text-decoration: none;
	padding: 1.5rem 4rem 1.5rem 2.5rem;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}
.interview-main .link a:after {
	right: 1.4rem;
	margin-top: -0.7rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.interview-main .link a:hover {
	background-color: #ffc;
}
.interview-main .link a:hover:after {
	right: 1.4rem;
	margin-top: -0.3rem;
}

.interview-area {
	position: relative;
	width: 100%;
	padding: 10rem 0;
}
.interview-area .outside .inside {
	max-width: 100rem;
}
.interview-area .page-bg {
	position: absolute;
}

.interview-name {
	position: relative;
	margin-top: -1rem !important;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.interview-name strong {
	font-size: 1.8rem;
	font-weight: 700;
}

.interview-osusume {
	border-radius: 0 0 10rem 10rem;
	background: #ddf7ff;
	background: -moz-linear-gradient(left,  #ddf7ff 0%, #aadcff 100%);
	background: -webkit-linear-gradient(left,  #ddf7ff 0%,#aadcff 100%);
	background: linear-gradient(to right,  #ddf7ff 0%,#aadcff 100%);
	width: 100%;
	padding: 9rem 0 10rem 0;
	font-size: 1.5rem;
}
.interview-osusume h2 {
	position: relative;
	display: table;
	background: -moz-linear-gradient(top,  rgba(255,255,0,0) 0%, rgba(255,255,0,0) 66%, rgba(255,255,0,1) 67%, rgba(255,255,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,0,0) 0%,rgba(255,255,0,0) 66%,rgba(255,255,0,1) 67%,rgba(255,255,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,0,0) 0%,rgba(255,255,0,0) 66%,rgba(255,255,0,1) 67%,rgba(255,255,0,1) 100%); 
	margin: 0 auto 6rem auto;
	padding: 0 1.6rem 0.5rem 1.6rem;
	font-feature-settings: "palt";
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}
.interview-osusume h2 span {
	color: #06f;
}
.interview-osusume h2 strong {
	position: relative;
	bottom: -0.3rem;
	font-size: 6rem;
}
.interview-osusume h3 {
	position: relative;
	border-radius: 1rem;
	background-color: #fff;
	width: 100%;
	min-height: 10rem;
	margin: 8rem 0 6rem 0;
	padding: 5rem 2rem 2rem 18rem;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.2;
	color: #0e0d6a;
}
.interview-osusume h3 div {
	position: absolute;
	top: 50%;
	left: 2rem;
	border-radius: 14rem;
	width: 14rem;
	height: 14rem;
	margin-top: -7rem;
	overflow: hidden;
	z-index: 5;
}
.interview-osusume h3 span {
	display: block;
	position: absolute;
	top: -1rem;
	left: 18rem;
	border-radius: 4rem;
	background-color: #06f;
	width: 18rem;
	height: 4rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4rem;
	text-align: center;
	color: #fff;
}
.interview-osusume h3 span:after {
	content: "";
	position: absolute;
	left: 2rem;
	bottom: -1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 1rem 0 0;
	border-color: #06f transparent transparent transparent;
}




/* DL */

.dl-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: -3rem;
}
.dl-list .box {
	width: 23.33%;
	margin-right: 2.226%;
	margin-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 1.7;
	text-decoration: none;
	color: #333;
}
.dl-list .box:nth-of-type(4n) {
	margin-right: 0;
}
.dl-list .box .read {
	position: relative;
	padding: 1.5rem 1rem 0 1rem;
}
.dl-list .box .img-box {
	border: 0.5rem solid #cce0ff;
	border-radius: 1rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.dl-list .box .category {
	display: inline-block;
	background-color: #09f;
	height: 2.5rem;
	margin-bottom: 1rem;
	padding: 0 1.5rem;
	font-size: 1.1rem;
	text-align: center;
	line-height: 2.5rem;
	white-space: nowrap;
	color: #fff;
}
.dl-list .box h3 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #0e0d6a;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.dl-list .box:hover {
	color: #0e0d6a;
}
.dl-list .box:hover .img-box {
	border: 0.5rem solid #06f;
}
.dl-list .box:hover h3 {
	color: #06f;
}
.dl-list + .btn {
	margin-top: 6rem;
}




/* FAQ */

.faq-area .accordion-open:before {
	content: "Q";
	display: block;
	background-color: #cce0ff;
	width: 8rem;
	height: 8rem;
	margin-right: 2rem;
	padding: 2rem;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #0e0d6a;
	white-space: nowrap;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.faq-area .accordion-open:hover:before {
	background-color: #bbd6ff;
}
.faq-area .accordion-view {
	padding: 2.2rem 5rem 4rem 10rem;
}
.faq-area .accordion-view:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8rem;
	height: 8rem;
	padding: 2rem;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #06f;
	white-space: nowrap;
}




/* FORM */

.form-area {
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 4rem 0;
}
.form-area th {
	position: relative;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	width: 26rem;
	padding: 2rem 2rem 2rem 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	color: #000;
	white-space: nowrap;
}
.form-area th .required {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: #d61c17;
	width: 7rem;
	height: 2.4rem;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	line-height: 2.4rem;
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.form-area th.vt {
	vertical-align: top;
}
.form-area th.vt .required {
	top: 2.2rem;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.form-area td {
	position: relative;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	padding: 2rem 0 2rem 2rem;
	font-size: 1.6rem;
	line-height: 1.6;
}

label input[type="radio"],
label input[type="checkbox"] {
	display: none;
}
label input[type="radio"] + span,
label input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	margin: 0.5rem 2rem 0.5rem 0;
	padding-left: 2.6rem;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
}
.mw_wp_form .vertically .vertical-item{
	display: block !important;
}
label input[type="radio"] + span:before,
label input[type="checkbox"] + span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	border: 1px solid #666;
	background-color: #fff;
	width: 2rem;
	height: 2rem;
	margin-top: -1rem;
	box-shadow: 0 0 0 0.4rem inset #fff;
}
label input[type="radio"] + span:before {
	border-radius: 2rem;
}
label input[type="radio"]:checked + span:before,
label input[type="checkbox"]:checked + span:before {
	background-color: #06f;
}

.form-area input {
	vertical-align: middle;
}
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area input[type="email"],
.form-area input[type="url"],
.form-area textarea {
	border: 1px solid #666;
	background-color: #fff;
	width: 100%;
	padding: 1.5rem 2rem;
	font-size: 1.6rem;
	line-height: 1.6;
	-webkit-appearance: none;
}
.form-area .trigger-txt {
	display: none;
	padding: 0.5rem 0 1rem 0;
}
.form-area .error {
	display: block;
	margin-top: 1rem;
	line-height: 1;
	color: #c00;
}
.form-area .readonly {
	pointer-events: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	cursor: default;
	border: 1px solid #eee !important;
	background-color: #eee !important;
	color: #0e0d6a;
}

.form-btn {
	text-align: center;
	margin-top: 6rem;
}
.form-btn input[type="submit"] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	position: relative;
	border: none;
	background: #03c;
	width: 44rem;
	min-height: 6rem;
	margin-bottom: 0.5rem;
	padding: 1.8rem 3rem;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.form-btn input[type="submit"]:hover {
	background-color: #06f;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.form-btn2 {
	text-align: center;
}
.form-btn2 a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 0.5rem solid #acf;
	background: #fff;
	width: 48rem;
	height: 8rem;
	padding: 0 3.5rem 0 2.5rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	color: #06f;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.form-btn2 a:hover {
	background: #ffc;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.form-btn2 a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 0;
	height: 0;
	margin: -0.5rem 0 0 0;
	border-style: solid;
	border-width: 1rem 1rem 0 1rem;
	border-color: #06f transparent transparent transparent;
}
.form-btn2 a:hover:after {
	margin: 0;
}

.form-head2 {
	margin: 4rem 0 1rem 0;
	font-size: 2rem;
	font-weight: 700;
	color: #0e0d6a;
}

.mwform-radio-field ,
.wform-checkbox-field {
	display: inline !important;
}

.trial-box {
	position: relative;
	border-radius: 5rem;
	background-color: #ddf1ff;
	width: 100%;
	margin: 4rem auto;
	padding: 5rem;
}
.trial-box.note {
	background-color: #f8f8f8;
}
.trial-box.next {
	margin-bottom: 5rem;
	font-size: 1.8rem;
}
.trial-box.next:after {
	content: "";
	position: absolute;
	bottom: -4rem;
	left: 50%;
	margin: 0 0 0 -8rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4rem 8rem 0 8rem;
	border-color: #06f transparent transparent transparent;
}

.trial-flow {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 4rem 0 6rem 0;
}
.trial-flow .fbox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border: 0.5rem solid #06f;
	border-radius: 1rem;
	background-color: #fff;
	background-position: 4rem center;
	background-repeat: no-repeat;
	background-size: 10rem;
	margin: 0;
	padding: 3rem 3rem 3rem 18rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
}
.trial-flow .fbox:nth-child(1) {
	background-image: url(../img/flow/flow-img_01.svg);
	width: 52%;
}
.trial-flow .fbox:nth-child(1):after {
	content: "";
	position: absolute;
	top: 50%;
	right: -3rem;
	width: 0;
	height: 0;
	margin: -25px 0 0 0;
	border-style: solid;
	border-width: 3rem 0 3rem 3rem;
	border-color: transparent transparent transparent #06f;
}
.trial-flow .fbox:nth-child(2) {
	background-image: url(../img/other-icon_08.svg);
	width: 44%;
}
.trial-flow ul,
.trial-flow p {
	width: 100%;
	margin: 0;
}
.trial-flow .step {
	width: 100%;
	margin-bottom: 1rem;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1;
	color: #06f;
}

.trial-contact a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	background: #0a9 url(../img/cv-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 80%;
	margin: 30px auto 0 auto;
	padding: 20px 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}
.trial-contact a:hover {
	background-color: #06c;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.trial-contact a span {
	display: inline-block;
	background: url(../img/cv-icon.svg) left center no-repeat;
	background-size: 40px;
	margin: 0;
	padding: 10px 0 10px 55px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.trial-mid {
	margin: 0 0 3rem 0;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000;
}
.trial-mid:last-child {
	margin: 0;
}
.trial-mid strong {
	font-size: 3.2rem;
	font-weight: 900;
	color: #d61c17;
}
.trial-50 {
	margin-top: -2rem;
	font-weight: 700;
	text-align: center;
	color: #d61c17;
}
.trial-sml {
	margin: 0 0 2rem 0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	color: #0e0d6a;
}
.trial-list li {
	position: relative;
	padding: 0 0 0 1em;
}
.trial-list li:before {
	content: "\25CF";
	position: absolute;
	top: 0.7em;
	left: 0;
	font-size: 0.5em;
	font-weight: bold;
	color: #06c;
}






















/* txt-area */

.txt-area {
}
.txt-area h3 {
}
.txt-area h4 {
}
.txt-area h5 {
}
.txt-area h6 {
}

.txt-area p {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.txt-area ul {
	position: relative;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.txt-area ul li {
	position: relative;
	padding-left: 2rem;
}
.txt-area ul li:before {
	content: "";
	position: absolute;
	top: 0.85rem;
	left: 0.4rem;
	border-radius: 0.8rem;
	background-color: #06f;
	width: 0.8rem;
	height: 0.8rem;
}

.txt-area ol {
	counter-reset: item;
	position: relative;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.txt-area ol li {
	position: relative;
	padding-left: 2rem;
}
.txt-area ol li:before {
	display: block;
	counter-increment: item;
	content: counter(item)'.';
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	white-space: nowrap;
	color: #06f;
}

.txt-area p:first-child,
.txt-area ul:first-child,
.txt-area ol:first-child,
.txt-area dl:first-child {
	margin-top: 0;
}
.txt-area p:last-child,
.txt-area ul:last-child,
.txt-area ol:last-child,
.txt-area dl:last-child {
	margin-bottom: 0;
}

.txt-area .btn {
	margin-top: 4rem;
}

.txt-area table {
	width: 100%;
	border-collapse: separate;
	border-radius: 1rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.txt-area table th {
	vertical-align: middle;
	border-top: 2px solid #acf;
	border-left: 2px solid #acf;
	background: #eef5ff;
	padding: 1.6rem 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #000;
}
.txt-area table td {
	vertical-align: middle;
	border-top: 2px solid #acf;
	border-left: 2px solid #acf;
	background: #fff;
	padding: 1.6rem 2rem;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
}
.txt-area table tr th:last-child,
.txt-area table tr td:last-child {
	border-right: 2px solid #acf;
}
.txt-area table tr:first-child th:first-child,
.txt-area table tr:first-child td:first-child {
	border-radius: 1rem 0 0 0;
}
.txt-area table tr:first-child th:last-child,
.txt-area table tr:first-child td:last-child {
	border-radius: 0 1rem 0 0;
}
.txt-area table tr:last-child th,
.txt-area table tr:last-child td {
	border-bottom: 2px solid #acf;
}
.txt-area table tr:last-child th:first-child,
.txt-area table tr:last-child td:first-child {
	border-radius: 0 0 0 1rem;
}
.txt-area table tr:last-child th:last-child,
.txt-area table tr:last-child td:last-child {
	border-radius: 0 0 1rem 0;
}
.txt-area table .ll {
	border-bottom: 2px solid #acf;
	border-radius: 0 0 0 1rem !important;
}
.txt-area table .lr {
	border-bottom: 2px solid #acf;
	border-radius: 0 0 1rem 0 !important;
}
.txt-area table .rs {
	border-radius: 0 !important;
}
.txt-area table .pu {
	background-color: #acf;
	color: #0e0d6a;
}
.txt-area table + .note {
	margin-top: -2rem;
}
.txt-area table .bg1,
.txt-area table .bg1 th,
.txt-area table .bg1 td {
	background-color: #f8f8f8;
}
.txt-area table .bg2,
.txt-area table .bg2 th,
.txt-area table .bg2 td {
	background: #eef5ff;
}
.txt-area table strong {
	font-size: 2rem;
	font-weight: 700;
	color: #e00;
}


