@charset "UTF-8";




/* CSS STYLE */

html {
	font-size: 2.666666vw;
}
body {
	min-width: 320px;
	font-size: 1.4rem;
	line-height: 1.8;
}

img {
	width: 100%;
	height: auto;
}

.spnone {
	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:after {
	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: 200%;
	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 5rem 5rem;
	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: 5rem;
	padding: 6rem 2rem 2.5rem 2rem;
	color: #fff;
	z-index: 3;
}
.page-head h1 {
	font-feature-settings: "palt";
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}
.page-head h1 span {
	font-size: 1.8rem;
	color: #ff0;
}
.page-head p {
	margin-top: 0.8rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.page-head.form {
	padding: 8rem 2rem 2rem 2rem;
}
.page-head .inbound {
	width: 20rem;
	margin: 1.5rem auto -4.5rem auto;
}
.page-head .inbound a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4rem;
	width: 20rem;
	height: 4rem;
	background-color: #0e0d6a;
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.bread {
	position: relative;
	display: flex;
	width: calc(100% + 4rem);
	margin: 0 -2rem 1.5rem -2rem;
	padding: 1rem 2rem;
	font-size: 1rem;
	line-height: 1;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
}
.bread a {
	color: #fff;
	text-decoration: none;
}
.bread li {
	white-space: nowrap;
}
.bread li:after {
	content: "\a0-\a0";
}
.bread li:last-of-type {
	margin-right: 2rem;
}
.bread li:last-of-type:after {
	display: none;
}

.outside,
.inside {
	position: relative;
	padding-left: 3rem;
	padding-right: 3rem;
	z-index: 3;
}
.outside .inside {
	padding: 0;
}

.head1 {
	display: table;
	position: relative;
	margin: 5rem 0 3rem 0;
	padding-bottom: 1.2rem;
	font-feature-settings: "palt";
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #0e0d6a;
}
.head1 span {
	display: block;
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #000;
}
.head1 em {
	display: block;
	font-size: 1.6rem;
	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 1.5rem !important;
}
.head2 {
	position: relative;
	margin: 4rem 0 4.5rem 0;
	font-feature-settings: "palt";
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
	color: #0e0d6a;
}
.head2:after {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	display: block;
	background-color: #9999c0;
	width: 4rem;
	height: 2px;
	margin-left: -2rem;
}
.head3 {
	position: relative;
	width: calc(100% + 3rem);
	margin: 4rem 0 3rem -3rem;
	padding-left: 3rem;
	font-feature-settings: "palt";
	font-size: 1.8rem;
	line-height: 1.4;
	color: #000;
}
.head3:after {
	content: "";
	position: absolute;
	top: 1rem;
	left: 0;
	display: block;
	background-color: #999;
	width: 2.4rem;
	height: 1px;
}
.head1 + .head2 {
	margin-top: 3rem;
}
.head1:first-child,
.head2:first-child ,
.head3:first-child{
	margin-top: 0;
}

.big {
	font-size: 120%;
}
.sml {
	font-size: 80%;
}
.note {
	font-size: 1.0rem;
	line-height: 1.6;
	color: #666;
}

.btn {
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 0;
}
.btn a,
.btn button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #03c;
	width: 100%;
	min-height: 5rem;
	margin-bottom: 0.5rem;
	padding: 1.4rem 3rem 1.4rem 2rem;
	font-size: 1.6rem;
	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);
}
.btn strong {
	color: #ff0;
}
.btn a:after,
.btn button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: -0.6rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}

.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;
}

.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;
}

.youtube {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.column {
	width: 100%;
	margin: 3rem 0;
}
.column:first-child {
	margin-top: 0 !important;
}
.column:last-child {
	margin-bottom: 0 !important;
}
.column .box {
	width: 100%;
	line-height: 1.8;
}
.column .box + .box {
	margin-top: 2rem;
}
.column .img-box {
	border-radius: 1rem;
	margin-bottom: 2rem;
}
.column .img-box:last-child {
	margin-bottom: 0;
}
.column h2,
.column h3,
.column h4,
.column h5 {
	margin: 2rem 0 1rem 0;
	font-feature-settings: "palt";
	font-size: 1.8rem;
	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.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #000;
}
.column p,
.column ul {
	margin-top: 1rem;
}
.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.6rem;
	font-weight: 700;
}
.column ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 900;
	color: #06f;
}
.column strong {
	font-size: 1.5rem;
	font-weight: 700;
}
.column .img-box + .note {
	margin: -1.4rem 0 1.2rem 0 !important;
	text-align: center;
}
.column .img-box + .note:last-child {
	margin: -1.4rem 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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear;
	z-index: 5000;
}
header .sp-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 6rem;
	padding: 0 1.5rem;
	z-index: 2;
}
header .logo {
	width: 24rem;
	height: 2rem;
	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: 24rem 2rem;
	width: 24rem;
	height: 2rem;
	padding-top: 2rem;
	font-size: 0;
	overflow: hidden;
}
header #menu-open {
	position: relative;
	width: 3rem;
	height: 3rem;
}
header #menu-open:before {
	content: "";
	display: block;
	position: absolute;
	top: 12%;
	left: 50%;
	background: #0e0d6a;
	width: 3rem;
	height: 0.4rem;
	margin: -0.2rem 0 0 -1.5rem;
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear;
}
header #menu-open:after {
	content: "";
	display: block;
	position: absolute;
	top: 88%;
	left: 50%;
	background: #0e0d6a;
	width: 3rem;
	height: 0.4rem;
	margin: -0.2rem 0 0 -1.5rem;
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear;
}
header #menu-open span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #0e0d6a;
	width: 3rem;
	height: 0.4rem;
	margin: -0.2rem 0 0 -1.5rem;
}
header #menu-open.active:before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header #menu-open.active:after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header #menu-open.active span {
	display: none;
}

header #menu-area {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	height: 100vh;
	padding: 6rem 0 0 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	z-index: 1;
}
header .menu-list {
	position: relative;
	border-top: 1px solid #eee;
	width: 100%;
	margin: 0 0 2rem 0;
}
header .menu-list a {
	text-decoration: none;
	color: #0e0d6a;
}
header .menu-list > li {
	border-bottom: 1px solid #eee;
}
header .menu-list > li > a,
header .menu-list > li > span {
	position: relative;
	display: block;
	padding: 0 0 0 3rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 5rem;
	color: #0e0d6a;
}
header .menu-list > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 3.2rem;
	width: 0;
	height: 0;
	margin: -0.8rem 0 0 0;
	border-style: solid;
	border-width: 0.8rem 0 0.8rem 0.8rem;
	border-color: transparent transparent transparent #06f;
	z-index: 1;
}
header .menu-list > li > a[target="_blank"]:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 3.2rem;
	border: none;
	background: url(../img/icon-blank.svg) center center no-repeat;
	background-size: 1.6rem;
	top: 50%;
	right: 2.7rem;
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	margin-top: -0.9rem;
	z-index: 1;
}
header .menu-list > li > span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 0;
	height: 0;
	margin: -0.4rem 0 0 0;
	border-style: solid;
	border-width: 0.8rem 0.8rem 0 0.8rem;
	border-color: #ccc transparent transparent transparent;
	z-index: 1;
}
header .menu-list .menu-sub {
	padding: 0 0 1rem 0;
}
header .menu-list .menu-sub li a {
	display: block;
	padding: 0 0 0 3rem;
	font-size: 1.4rem;
	line-height: 3rem;
}
header .menu-other {
	display: flex;
	justify-content: center;
	padding: 0 3rem 10rem 3rem;
}
header .menu-other li {
	margin: 0 1rem;
}
header .menu-other a {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5rem;
	width: 5rem;
	height: 5rem;
	font-size: 0;
	overflow: hidden;
}
header .menu-other li.trial a {
	background-image: url(../img/menu-icon_01.svg);
}
header .menu-other li.contact a {
	background-image: url(../img/menu-icon_02.svg);
}
header .menu-other li.dl a {
	background-image: url(../img/menu-icon_03.svg);
}
header .btn {
	padding: 0 3rem 6rem 3rem;
}




/* FOOTER */

footer {
	position: relative;
	margin-top: 8rem;
	z-index: 2;
}

footer .footer-main {
	border-radius: 5rem 5rem 0 0;
	background-color: #ccd6e5;
	padding: 4rem 0;
}
footer .footer-main a {
	text-decoration: none;
}

footer .footer-main .giken-area {
	font-size: 1.2rem;
	line-height: 1;
}
footer .giken-area .logo {
	margin-bottom: 3rem;
}
footer .giken-area .logo a {
	position: relative;
	display: block;
	background: url(../img/logo-gsi.png) left center no-repeat;
	background-size: 7.7rem 4rem;
	width: 7.7rem;
	height: 4rem;
	margin-bottom: 1.2rem;
	padding-top: 4rem;
	font-size: 0;
	overflow: hidden;
}
footer .giken-area .logo span {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #02337e;
}
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: 4rem;
}
footer .sub-area .submenu {
	display: flex;
	margin-top: 2rem;
	font-size: 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 {
	display: none;
}

footer .copyright {
	background-color: #fff;
	padding: 2.5rem 3rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #888;
}
footer .copyright:first-child {
	border-top: 1px solid #eee;
}
footer .copyright a {
	text-decoration: none;
	color: #888;
}


#gotop {
	position: fixed;
	right: 2rem;
	bottom: -4rem;
	width: 4rem;
	height: 4rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 1000;
}
#gotop.view {
	bottom: 2rem;
}
#gotop a {
	position: relative;
	display: block;
	background-color: #03c;
	width: 4rem;
	height: 4rem;
	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;
}


#sidemenu {
	position: fixed;
	top: 7rem;
	right: -4rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 1000;
}
#sidemenu.view {
	right: 0;
}
#sidemenu li {
	margin: 1rem 0;
}
#sidemenu a {
	display: block;
	background-color: #0e0d6a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 4rem;
	width: 4rem;
	padding-top: 4rem;
	font-size: 0;
	box-shadow: 0 0.5rem 0 rgba(0,0,0,0.1);
	overflow: hidden;
}
#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 5rem 5rem;
	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: 6rem;
	padding: 6rem 0 4rem 0;
	overflow: hidden;
	z-index: 3;
}
/*#index-main .main-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/main-bg-sp.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}*/
#index-main .main-img {
	animation: main-img 30s linear infinite;
	display: flex;
	position: absolute;
	top: 7rem;
	left: 0;
	width: 100vw;
	height: 70rem;
	white-space: nowrap;
	z-index: 2;
}
#index-main .main-img .image {
	border-radius: 1rem;
	background-color: #06f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24rem;
	height: 48rem;
	margin-right: 2rem;
}
#index-main .image.img1 {
	background-image: url(../img/main-img_01-sp.jpg);
}
#index-main .image.img2 {
	background-image: url(../img/main-img_02-sp.jpg);
	margin-top: 3rem;
}
#index-main .image.img3 {
	background-image: url(../img/main-img_03-sp.jpg);
}
#index-main .image.img4 {
	background-image: url(../img/main-img_04-sp.jpg);
	margin-top: 3rem;
}
@keyframes main-img {
	0% {
		left: 0;
	}
	100% {
		left: -104rem;
	}
}
#index-main .main-img2 {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 7rem;
	left: 0;
	width: 100vw;
	height: 70rem;
	white-space: nowrap;
	z-index: 2;
}
#index-main .main-img2 .image {
	border-radius: 1rem;
	background-color: #06f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24rem;
	height: 48rem;
	margin-right: 2rem;
}

#index-main .main-view {
	position: relative;
	padding: 3rem 0 2rem 0;
	z-index: 3;
}

#index-main .main-read {
	border-radius: 0 5rem 5rem 0;
	background-color: rgba(255,255,255,0.95);
	width: calc(100% - 4rem);
	margin-bottom: 2.5rem;
	padding: 3rem;
	font-size: 1.4rem;
	line-height: 1.8;
}
#index-main .main-read br {
	display: none;
}
#index-main .main-read h1 {
	margin-bottom: 1.5rem;
	font-feature-settings: "palt";
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	color: #0e0d6a;
}
#index-main .main-read .link {
	margin-top: 1.5rem;
}

#index-main .main-banner {
	width: 100%;
}
#index-main .main-banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgba(255,255,255,0.5);
	margin: 0 1rem;
	padding: 1rem 2rem;
}
#index-main .main-banner li {
	background-color: #fff;
	width: 49%;
	font-size: 0;
}
#index-main .main-banner li:first-child {
	margin-right: 2%;
}
#index-main .main-banner li:nth-of-type(3) {
	margin-top: 0.6rem;
}

#index-main .main-news {
	position: relative;
	color: #fff;
	z-index: 3;
}
#index-main .main-news a {
	color: #fff;
	text-decoration: none;
}
#index-main .main-news h2 {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
#index-main dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
#index-main dl .day {
	width: 8.5rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	line-height: 1;
}
#index-main dl .cate {
	border-radius: 2.4rem;
	background-color: #fff;
	width: 12rem;
	height: 2rem;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2rem;
	text-align: center;
	color: #0e0d6a;
	white-space: nowrap;
}
#index-main dl .cate + .cate {
	display: none;
}
#index-main dl .name {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	margin-bottom: 1.2rem;
	line-height: 1.5;
}
#index-main .main-news .link {
	line-height: 1;
	text-align: right;
}
#index-main .main-news .link a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


.index-about-list {
	margin-bottom: 6rem;
}
.index-about-list .box {
	position: relative;
	display: block;
	width: 100%;
	min-height: 10rem;
	margin-top: 3rem;
	padding: 0 0 0 12rem;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0;
	text-decoration: none;
	color: #0e0d6a;
}
.index-about-list h3 {
	margin-bottom: 1.2rem;
	font-feature-settings: "palt";
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.02em;
	color: #06f;
}
.index-about-list h3 strong {
	font-size: 2.8rem;
}
.index-about-list img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10rem;
	margin-top: -5rem;
}
.index-about-list .box:nth-of-type(even) {
	padding: 0 12rem 0 0;
}
.index-about-list .box:nth-of-type(even) img {
	left: initial;
	right: 0;
}


.index-function {
	width: 100%;
}
.index-function .box {
	display: block;
	border: 0.4rem solid #cce0ff;
	border-radius: 1rem;
	background-color: #cce0ff;
	width: 100%;
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 1.6;
	color: #000;
	overflow: hidden;
}
.index-function .img-box {
	margin-bottom: 1.8rem;
}
.index-function h3 {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #0e0d6a;
}
.index-function p {
	text-align: center;
}
.index-function + .link {
	margin-top: 1.5rem;
	text-align: right;
}

.index-side-txt {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	color: #0e0d6a;
}

.index-scene-tab {
	width: 100%;
}
.index-scene-tab ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 5rem;
}
.index-scene-tab li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.4rem solid #fff;
	border-radius: 0 2.5rem 0 0;
	width: 50%;
	font-size: 1.6rem;
	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.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 {
	width: 100%;
}
.index-scene-list .box {
	position: relative;
	display: block;
	border-radius: 1rem;
	background-color: #fff;
	width: 100%;
	margin-top: 1rem;
	padding: 2rem 2rem 2rem 12rem;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.6;
	text-decoration: none;
	color: #333;
}
.index-scene-list .box img {
	position: absolute;
	top: 50%;
	left: 2rem;
	width: 8rem;
	height: 8rem;
	margin-top: -4rem;
}
.index-scene-list .box h3 {
	width: 100%;
	margin-bottom: 0.8rem;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #0e0d6a;
}

.index-use-list {
	width: 100%;
}
.index-use-list .box {
	position: relative;
	display: block;
	border: 0.4rem solid #cce0ff;
	background-color: #fff;
	width: 100%;
	margin-top: 1rem;
	padding: 2rem 2rem 2rem 12rem;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.6;
	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: 2rem;
	width: 8rem;
	height: 8rem;
	margin-top: -4rem;
}
.index-use-list .box h3 {
	width: 100%;
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #0e0d6a;
}

.index-banner .head2 {
	font-size: 2.8rem;
	font-weight: 900;
}
.index-banner .img-box {
	margin-bottom: 1.5rem;
}
.index-banner .btn {
	margin-top: 1.5rem;
}




/* PARTS */

.image-partition {
	position: relative;
	background-color: #06f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 18rem;
	margin: 8rem 0;
	overflow: hidden;
}
.image-partition.img1.active {
	background-image: url(../img/index-img_01-sp.jpg);
}
.image-partition.img2.active {
	background-image: url(../img/index-img_02-sp.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: 5rem;
	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%;
	margin-bottom: 6rem;
	padding: 4rem 0;
	overflow: hidden;
	z-index: 1;
}
.pickup-left {
	position: relative;
	padding-right: 3rem;
	z-index: 1;
}
.pickup-left .pickup-box {
	border-radius: 0 5rem 5rem 0;
	margin-left: 0;
}
.pickup-right {
	position: relative;
	padding-left: 3rem;
	z-index: 1;
}
.pickup-right .pickup-box {
	border-radius: 5rem 0 0 5rem;
	margin-right: 0;
}

.pickup-box .head-area {
	width: 100%;
	margin-bottom: 3rem;
}
.pickup-box + .btn,
.pickup-left + .btn,
.pickup-right + .btn {
	position: relative;
	margin-top: -7rem;
	margin-bottom: 6rem;
	padding: 0 3rem;
	z-index: 2;
}

.pickup-box .data-list .box {
	background-color: #fff;
}


.pickup-box2 {
	border: 0.4rem solid #99d7ff;
	border-radius: 2.5rem;
	background-color: #fff;
	width: 100%;
	max-width: calc(100vw - 6rem);
	margin: 5rem auto;
	padding: 2rem 0;
}
.pickup-box2 .outside,
.pickup-box2 .inside {
	padding-left: 2rem;
	padding-right: 2rem;
}
.pickup-box2 h2 {
	margin-bottom: 2rem;
	font-feature-settings: "palt";
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	color: #000;
}
.pickup-box2 h2 strong {
	color: #06f;
}
.pickup-box2 h2 + p {
	margin: -1rem 0 2rem 0;
	font-size: 1.5rem;
	line-height: 1.6;
}
.pickup-box2 .column {
	margin: 2rem 0;
}


.data-list {
	position: relative;
	width: 100%;
}
.data-list:last-child {
	margin-bottom: -1.5rem;
}
.data-list .box {
	position: relative;
	display: block;
	border-radius: 1rem;
	background-color: #f8f8f8;
	width: 100%;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.7;
	text-decoration: none;
	color: #333;
	overflow: hidden;
}
.data-list a.box {
	background-color: #edf5ff;
}
.data-list a.box:after {
	content: "";
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1rem 1rem;
	border-color: transparent transparent #fff transparent;
}
.data-list .box .read {
	position: relative;
	padding: 1.8rem 2rem;
}
.data-list .box .num {
	position: absolute;
	top: -4rem;
	left: 50%;
	border-radius: 5rem;
	background-color: #09f;
	width: 5rem;
	height: 5rem;
	margin-left: -2.5rem;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.data-list .box h3,
.data-list .box h4 {
	margin-bottom: 1rem;
	font-feature-settings: "palt";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0e0d6a;
}
.data-list .box h3.sml,
.data-list .box h4.sml {
	margin-bottom: 0.6rem;
	font-size: 1.4rem;
}
.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.4rem;
	display: block;
	font-size: 1.4rem;
}
.data-list .box h3 span:last-child,
.data-list .box h4 span:last-child {
	margin-top: 0.4rem;
	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: 0.8rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0e0d6a;
}
.data-list .box dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
}
.data-list .box dl dt {
	width: 4.5rem;
	font-weight: 700
}
.data-list .box dl dd {
	width: calc(100% - 4.5rem);
}
.data-list .box .case-logo {
	position: absolute;
	top: -4.5rem;
	right: 1.5rem;
	display: block;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	background-color: #fff;
	width: 6rem;
	height: 6rem;
	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% - 8rem);
	height: 2rem;
	margin-bottom: 1.2rem;
	padding: 0 1rem;
	font-size: 1rem;
	text-align: center;
	line-height: 2rem;
	white-space: nowrap;
	color: #fff;
}
.data-list.function .box {
	border: 1px solid #f8f8f8;
}
.data-list.seminar .img-box img {
	object-fit: contain;
}
.data-list + .btn {
	margin-top: 3rem;
}
.data-list + .note {
	margin-top: 1.5rem;
}


.anchor {
	counter-reset: anchor;
	width: 100%;
	margin-bottom: 5rem;
}
.anchor li {
	position: relative;
	border-top: 1px solid #eee;
}
.anchor li:last-child {
	border-bottom: 1px solid #eee;
}
.anchor li a {
	position: relative;
	display: block;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	font-weight: 900;
	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);
	margin-right: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: #ccc;
	z-index: 1;
}

.anchor2 {
	width: 100%;
	margin-bottom: 5rem;
}
.anchor2 li {
	width: 100%;
}
.anchor2 li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	border-radius: 1rem;
	background-color: #cce0ff;
	width: 100%;
	min-height: 7rem;
	margin-bottom: 1rem;
	padding: 1rem 1rem 1rem 8.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.3;
	color: #0e0d6a;
}
.anchor2 li a span {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
}
.anchor2 li a .image {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1rem 0 0 1rem;
	width: 7rem;
	height: 100%;
	overflow: hidden;
}
.anchor2 li a .image img {
	position: absolute;
	top: 0;
	left: -1.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 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: 8rem 0;
	padding: 3rem 0;
	color: #fff;
	z-index: 2;
}
.contact-cv .title {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: center;
}
.contact-cv .title h2,
.contact-cv .title h3,
.contact-cv .title .title-txt {
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #ff0;
}
.contact-cv .contact {
	width: 100%;
	line-height: 1;
}
.contact-cv .contact ul {
	width: 100%;
}
.contact-cv .contact ul li {
	margin-top: 1rem;
}
.contact-cv .contact ul a,
.trial-cv a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
	width: 100%;
	height: 5rem;
	padding: 0 2rem;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	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: 2rem;
	height: 2rem;
	padding-left: 3rem;
	line-height: 2rem;
	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 div {
	margin-top: 2.5rem;
}
.contact-cv .contact .tel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.contact-cv .contact .tel em {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.contact-cv .contact .tel strong {
	background: url(../img/contact-icon_03.svg) left center no-repeat;
	background-size: 2.4rem;
	padding-left: 3rem;
	font-size: 2.4rem;
}
.contact-cv .contact .tel span {
	font-size: 1.1rem;
}
.contact-cv .contact .link {
	margin-top: 1.5rem;
	text-align: right;
}
.contact-cv .contact .link a {
	color: #ff0;
}
.contact-cv .contact .link a:after {
	border-top: 2px solid #ff0;
	border-right: 2px solid #ff0;
}


.other-link {
	position: relative;
	border-radius: 5rem;
	background-color: #f8f8f8;
	width: 100%;
	margin: 5rem auto;
	padding: 3rem 0;
}
.other-link:last-child {
	margin-bottom: 0;
}
.other-link h3 {
	margin-bottom: 1.5rem;
	font-feature-settings: "palt";
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.3;
	color: #0e0d6a;
}
.other-link h3 span {
	display: block;
	margin-bottom: 0.7rem;
	font-size: 1.3rem;
	font-weight: 700;
	color: #333;
}
.other-link ul {
	width: 100%;
}
.other-link ul li {
	width: 100%;
	margin-top: 1rem;
}
.other-link a {
	display: inline-flex;
	align-items: center;
	position: relative;
	border: 0.4rem solid #acf;
	background: #fff;
	width: 100%;
	padding: 1rem 3rem 1rem 1.5rem;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: none;
	color: #06f;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.other-link a img {
	width: 4rem;
	margin-right: 1rem;
}
.other-link a span {
	display: inline-block;
}
.other-link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	border-top: 2px solid #06f;
	border-right: 2px solid #06f;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: -0.6rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}


.panel {
	display: none;
}
.panel.active {
	display: block;
}


.accordion-open {
	position: relative;
	border-radius: 1rem;
	background-color: #f8f8f8;
	width: 100%;
	margin-top: 1.5rem;
	padding: 0 4rem 1.3rem 1.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	cursor: pointer;
}
.accordion-open:after {
	content: "";
	position: absolute;
	top: calc(50% + 2rem);
	right: 1rem;
	display: block;
	background-image: url(../img/icon-open.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -0.75rem;
}
.accordion-open.active:after {
	background-image: url(../img/icon-close.svg);
}
.accordion-open span {
	position: relative;
	display: block;
	background-color: #cce0ff;
	width: calc(100% + 5.5rem);
	margin: 0 -3.5rem 1.3rem -1.5rem;
	padding: 1rem 1.5rem;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.2;
	color: #0e0d6a;
}
.accordion-view {
	display: none;
	position: relative;
	padding: 1.5rem 0 3rem 0;
}
.accordion-view:last-child {
	padding-bottom: 0;
}
.accordion-view.view {
	display: block;
}




/* modal */

.modal-content {
	display: none;
	position: fixed;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	list-style: 1.6;
	color: #666;
	z-index: 10001;
}
.modal-content p {
	margin: 0;
	padding: 1rem 2rem 1.5rem 2rem;
	text-align: left;
}
.modal-content .modal-read {
	width: 100%;
}
.modal-content .vbox {
	font-size: 0;
}
.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: -2rem;
	right: 1rem;
	border-radius: 50%;
	background: #06f;
	width: 4rem;
	height: 4rem;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 3rem;
	font-weight: 700;
	text-align: center !important;
	line-height: 4rem;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.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: 0.5rem;
	right: 0.5rem;
	display: block;
	border-radius: 3rem;
	background: #0e0d6a url(../img/icon-zoom.svg) center center no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 3rem;
	z-index: 10;
}




/* ABOUT */

.about-issue {
	position: relative;
}
.about-issue .issue {
	position: relative;
	border-radius: 1rem 1rem 0 0;
	background-color: #f8f8f8;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 2rem 3rem 4.5rem 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: 100%;
	padding: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #000;
}
.about-issue .answer {
	position: relative;
	border-radius: 0 0 1rem 1rem;
	background-color: #f8f8f8;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 1rem;
	padding: 4.5rem 3rem 2rem 3rem;
	z-index: 1;
}
.about-issue .answer:last-child {
	margin-bottom: 0;
}
.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: 100%;
	padding: 1rem;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	color: #06f;
}
.about-issue .kla {
	position: relative;
	width: 50%;
	margin: -2.5rem auto;
	z-index: 2;
}
.about-issue .kla div {
	position: relative;
	background-color: #f90;
	width: 100%;
	margin: 0;
	height: 5rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 5rem;
	text-align: center;
	color: #fff;
}
.about-issue .kla div:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1rem;
	width: 0;
	height: 0;
	margin-left: -2rem;
	border-style: solid;
	border-width: 2rem 2rem 0 2rem;
	border-color: #f90 transparent transparent transparent;
}




/* MERIT */

.merit-system {
	position: relative;
	width: 100%;
	margin-bottom: 2.5rem;
}
.merit-system:before {
	content: "";
	position: absolute;
	top: 29.2rem;
	left: 50%;
	display: block;
	background: url(../img/icon-x.svg) center center no-repeat;
	background-size: 100%;
	width: 5rem;
	height: 5rem;
	margin-left: -2.5rem;
}
.merit-system div {
	width: 100%;
}
.merit-system div:first-child {
	margin-bottom: 7rem;
}
.merit-system div dt {
	margin-top: 1rem;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.merit-system div dt img {
	margin-bottom: 1rem;
}
.merit-system div dd {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.sub-box {
	border-radius: 1rem;
	background-color: #ddf1ff;
	margin-top: 1.5rem;
	padding: 1.5rem;
	font-size: 1.3rem;
}




/* REASON */

.gps-analysis {
	width: 100%;
	margin: 3rem 0;
}
.gps-analysis h3 {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	color: #06f;
}
.gps-analysis ul {
	width: 100%;
}
.gps-analysis ul li {
	border-radius: 1rem;
	border: 0.4rem solid #ddf1ff;
	background-color: #eef8ff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12rem;
	width: 100%;
	margin-top: 1rem;
	padding: 2rem;
	font-size: 1.3rem;
	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: 0.8rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	color: #0e0d6a;
}

.gps-sub {
	width: 100%;
	max-width: 100rem;
	margin: 3rem auto;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #666;
}
.gps-sub h4 {
	margin-bottom: 0.8rem;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: #333;
}




/* SCENE */

.scene-tab {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 6rem;
}
.scene-tab li {
	width: 50%;
}
.scene-tab li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.4rem solid #cce0ff;
	border-radius: 0 2.5rem 0 0;
	width: 100%;
	height: 6rem;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #666;
}
.scene-tab li.active a {
	background-color: #cce0ff;
	color: #0e0d6a;
}

.scene-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #cce0ff;
}
.scene-list.top {
	margin-bottom: 4rem;
}
.scene-list.top: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 {
	margin-top: 4rem;
}
.scene-list.btm: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-list li {
	position: relative;
	width: 50%;
	height: 4rem;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 4rem;
	letter-spacing: 0;
	color: #06f;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.scene-list li.sml {
	font-size: 1rem;
}
.scene-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	background-color: #fff;
	width: 1px;
	height: 1.6rem;
	margin-top: -0.8rem;
}
.scene-list li:nth-of-type(2n):before {
	display: none;
}
.scene-list li.active {
	background-color: #bbd5ff;
	color: #0e0d6a;
}

.scene-title {
	width: 100%;
}
.scene-title .icon {
	border-radius: 8rem;
	background-color: #eef8ff;
	width: 8rem;
	height: 8rem;
	margin: 0 auto 1.5rem auto;
	padding: 1.5rem;
	overflow: hidden;
}
.scene-title .category {
	display: table;
	background-color: #09f;
	height: 3rem;
	margin-bottom: 1.2rem;
	padding: 0 2rem;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 3rem;
	white-space: nowrap;
	color: #fff;
}
.scene-title h2 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4;
	color: #0e0d6a;
}




/* CASE */

.case-slider {
	display: none;
	width: 100vw;
	height: 6rem;
	margin-bottom: 3rem;
	overflow: hidden;
}
.case-slider.slick-initialized {
	display: block; 
}
.case-slider .slick-list {
	overflow: visible;
}
.case-slider .slick-slide {
	width: 6.5rem;
}
.case-slider a {
	position: relative;
	display: block;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	background-color: #fff;
	width: 6rem;
	height: 6rem;
	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-search {
	border-radius: 1rem;
	background-color: #f8f8f8;
	width: 100%;
	margin-bottom: 3rem;
	padding: 1.5rem 2rem 2rem 2rem;
}
.case-search .check {
	margin-bottom: 1.5rem;
}
.case-search .btn {
	margin-bottom: 0;
}
.case-search .btn button {
	height: 5rem;
	min-height: 5rem;
	padding: 0;
	font-size: 1.6rem;
}
.case-search .btn button:after {
	display: none;
}

.pager {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem auto;
	padding: 0 4.5rem;
}
.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.4rem solid #acf;
	background: #fff;
	width: 4rem;
	height: 4rem;
	margin: 0 0.2rem;
	font-size: 1.8rem;
	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 li.active a {
	border: 0.4rem solid #03c;
	background: #03c;
	color: #fff;
}
.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.63rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.pager li.prev a:after {
	left: 1.3rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pager li.next a:after {
	right: 1.3rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* FEE */

.sub-copy {
	margin: 2rem 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	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%;
	margin: 3rem auto;
	padding: 2rem;
	font-size: 1.3rem;
	line-height: 1.6;
}
.campaign-box h3,
.campaign-box h4 {
	margin-bottom: 0.6rem;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1.4;
	color: #09f;
}
.campaign-box h3 span,
.campaign-box h4 span {
	display: block;
	margin-top: 0.6rem;
	font-size: 1.3rem;
	font-weight: 700;
	color: #333;
}
.campaign-box p {
	margin-top: 1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.campaign-box p.link {
	overflow: initial;
}




/* FLOW */

.flow-area {
	counter-reset: flow;
	width: 100%;
}
.flow-area dl {
	position: relative;
	border-radius: 2.5rem;
	background-color: #ddf1ff;
	width: 100%;
	margin-bottom: 2rem;
	padding: 0 2rem 1.6rem 4rem;
}
.flow-area dl:before {
	display: block;
	counter-increment: flow;
	content: counter(flow);
	position: absolute;
	top: 50%;
	left: -1rem;
	border-radius: 4rem;
	background-color: #09f;
	width: 4rem;
	height: 4rem;
	margin-top: -2rem;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 4rem;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.flow-area dl:after {
	content: "";
	position: absolute;
	bottom: -1.8rem;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -2rem;
	border-style: solid;
	border-width: 2rem 2rem 0 2rem;
	border-color: #ddf1ff transparent transparent transparent;
}
.flow-area dl:last-child:after {
	display: none;
}
.flow-area dl dt {
	position: relative;
	background-position: 0.75rem center;
	background-repeat: no-repeat;
	background-size: 5rem;
	width: 100%;
	height: 7rem;
	padding-left: 7rem;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 7rem;
	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-position: 0 center;
	background-size: 6.5rem;
}
.flow-area dl:nth-of-type(5) dt {
	background-image: url(../img/flow/flow-img_05.svg);
}
.flow-area dl dd {
	font-size: 1.3rem;
	line-height: 1.7;
}

.trial-cv {
	position: relative;
	border-radius: 0 2.5rem 0 2.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: 3rem 0;
	padding: 2rem 2rem 2rem 4rem;
	color: #fff;
}
.trial-cv dt {
	position: absolute;
	top: 50%;
	left: -2rem;
	border-radius: 5rem;
	background-color: #ff0;
	width: 5rem;
	height: 5rem;
	margin-top: -2.5rem;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 5rem;
	color: #000;
}
.trial-cv .txt {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 700;
}
.trial-cv .trial {
	width: 100%;
	margin-top: 1.5rem;
}




/* INTERVIEW */

.interview-main {
	border-radius: 5rem 5rem 0 0;
	background: #ccc url(../img/interview/interview-bg-sp.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 5rem 0;
}
.interview-main .read {
	border-radius: 2.5rem;
	background-color: rgba(34,17,0,0.7);
	padding: 3rem 2rem;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	color: #fff;
}
.interview-main .read p:nth-of-type(n+2) {
	margin-top: 1rem;
}
.interview-main .link {
	margin-top: 2rem;
}
.interview-main .link a {
	display: block;
	border-radius: 1rem;
	background-color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 1.4rem 2rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}
.interview-main .link a:after {
	right: 1.2rem;
	margin-top: -0.6rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.interview-area {
	position: relative;
	width: 100%;
	padding: 5rem 0;
}
.interview-area .page-bg {
	position: absolute;
}

.interview-name {
	position: relative;
	margin-top: -0.8rem !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}
.interview-name strong {
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-weight: 700;
}

.interview-osusume {
	border-radius: 0 0 5rem 5rem;
	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: 5rem 0;
	font-size: 1.3rem;
}
.interview-osusume h2 {
	position: relative;
	display: table;
	background: -moz-linear-gradient(top,  rgba(255,255,0,0) 0%, rgba(255,255,0,0) 69%, rgba(255,255,0,1) 70%, rgba(255,255,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,0,0) 0%,rgba(255,255,0,0) 69%,rgba(255,255,0,1) 70%,rgba(255,255,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,0,0) 0%,rgba(255,255,0,0) 69%,rgba(255,255,0,1) 70%,rgba(255,255,0,1) 100%); 
	margin: 0 auto 3rem auto;
	padding: 0 0.5rem 0.4rem 0.5rem;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
}
.interview-osusume h2 span {
	color: #06f;
}
.interview-osusume h2 strong {
	position: relative;
	bottom: -0.3rem;
	font-size: 4rem;
}
.interview-osusume h3 {
	position: relative;
	border-radius: 1rem;
	background-color: #fff;
	width: 100%;
	margin: 5rem 0 -1rem 0;
	padding: 3.5rem 1.5rem 1.5rem 10rem;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.4;
	color: #0e0d6a;
}
.interview-osusume h3 div {
	position: absolute;
	top: 50%;
	left: -1rem;
	border-radius: 10rem;
	width: 10rem;
	height: 10rem;
	margin-top: -5rem;
	overflow: hidden;
	z-index: 5;
}
.interview-osusume h3 span {
	display: block;
	position: absolute;
	top: -1rem;
	left: 10rem;
	border-radius: 3rem;
	background-color: #06f;
	width: 12rem;
	height: 3rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 3rem;
	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 {
	width: 100%;
}
.dl-list .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.7;
	text-decoration: none;
	color: #333;
}
.dl-list .box .img-box {
	border: 0.4rem solid #cce0ff;
	border-radius: 1rem;
	width: 12rem;
	padding-top: 6.8rem;
}
.dl-list .box .read {
	position: relative;
	width: calc(100% - 13.5rem);
}
.dl-list .box .category {
	display: inline-block;
	background-color: #09f;
	height: 2rem;
	margin-bottom: 0.6rem;
	padding: 0 0.6rem;
	font-size: 1rem;
	text-align: center;
	line-height: 2rem;
	white-space: nowrap;
	color: #fff;
}
.dl-list .box h3 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0e0d6a;
}
.dl-list + .btn {
	margin-top: 3rem;
}




/* FAQ */


.faq-area .accordion-open {
	padding: 1.2rem 4rem 1.2rem 5rem;
}
.faq-area .accordion-open:after {
	top: 50%;
}
.faq-area .accordion-open:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #cce0ff;
	width: 4rem;
	height: 100%;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #0e0d6a;
	white-space: nowrap;
}
.faq-area .accordion-view {
	padding: 1rem 0 1.5rem 5rem;
	font-size: 1.4rem;
}
.faq-area .accordion-view:before {
	content: "A";
	position: absolute;
	top: 0.4rem;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	font-size: 2.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: 2rem 0;
}
.form-area th {
	display: block;
	position: relative;
	border-top: 1px solid #ccc;
	width: 100%;
	padding: 1.5rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #000;
}
.form-area th .required {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: #d61c17;
	width: 5rem;
	height: 2rem;
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	line-height: 2rem;
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.form-area td {
	display: block;
	position: relative;
	vertical-align: middle;
	padding: 0 0 1.5rem 0;
	font-size: 1.4rem;
}

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.4rem 1.5rem 0.4rem 0;
	padding-left: 2rem;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
}
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: 1.6rem;
	height: 1.6rem;
	margin-top: -0.8rem;
	box-shadow: 0 0 0 0.3rem inset #fff;
}
label input[type="radio"] + span:before {
	border-radius: 1.6rem;
}
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: 1rem;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-appearance: none;
}
.form-area .trigger-txt {
	display: none;
	padding: 0.4rem 0 0.8rem 0;
}
.form-area .error {
	display: block;
	margin-top: 0.6rem;
	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;
	border: 1px solid #eee !important;
	background-color: #eee !important;
	color: #0e0d6a;
}

.form-btn {
	text-align: center;
	margin-top: 3rem;
}
.form-btn input[type="submit"] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #03c;
	width: 100%;
	min-height: 5rem;
	margin-bottom: 0.5rem;
	padding: 1.4rem 2rem;
	font-size: 1.6rem;
	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);
}
.form-btn2 {
	text-align: center;
}
.form-btn2 a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 0.4rem solid #acf;
	background: #fff;
	width: 100%;
	height: 6rem;
	padding: 0 2.5rem 0 1.5rem;
	font-size: 1.8rem;
	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:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0;
	height: 0;
	margin: -0.4rem 0 0 0;
	border-style: solid;
	border-width: 0.8rem 0.8rem 0 0.8rem;
	border-color: #06f transparent transparent transparent;
}

.form-head2 {
	margin: 2rem 0 0.5rem 0;
	font-size: 1.6rem;
	font-weight: 700;
	color: #0e0d6a;
}

.mwform-radio-field ,
.wform-checkbox-field {
	display: inline !important;
}

.trial-box {
	position: relative;
	border-radius: 2.5rem;
	background-color: #ddf1ff;
	width: 100%;
	margin: 2rem auto;
	padding: 2rem;
}
.trial-box.note {
	background-color: #f8f8f8;
}
.trial-box.next {
	margin-bottom: 3.5rem;
	font-size: 1.4rem;
}
.trial-box.next:after {
	content: "";
	position: absolute;
	bottom: -3rem;
	left: 50%;
	margin: 0 0 0 -6rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3rem 6rem 0 6rem;
	border-color: #06f transparent transparent transparent;
}

.trial-flow {
	width: 100%;
	margin: 2rem 0 3rem 0;
}
.trial-flow .fbox {
	position: relative;
	border: 0.4rem solid #06f;
	border-radius: 1rem;
	background-color: #fff;
	background-position: 2rem center;
	background-repeat: no-repeat;
	background-size: 6rem;
	width: 100%;
	margin: 0;
	padding: 2rem 2rem 2rem 9.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
.trial-flow .fbox:nth-child(1) {
	background-image: url(../img/flow/flow-img_01.svg);
	margin-bottom: 2rem;
}
.trial-flow .fbox:nth-child(1):after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	margin: 0 0 0 -3rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.6rem 3rem 0 3rem;
	border-color: #06f transparent transparent transparent;
}
.trial-flow .fbox:nth-child(2) {
	background-image: url(../img/other-icon_08.svg);
}
.trial-flow ul,
.trial-flow p {
	width: 100%;
	margin: 0;
}
.trial-flow .step {
	width: 100%;
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	color: #06f;
}

.trial-contact a {
	osition: relative;
	top: 0;
	left: 0;
	display: block;
	background: #0a9 url(../img/cv-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	margin: 4vw 0 0 0;
	padding: 4vw;
	text-decoration: none;
	text-align: center;
	color: #fff;
	box-shadow: 0 0.8vw 0 rgba(0,0,0,0.1);
}
.trial-contact a span {
	display: inline-block;
	background: url(../img/cv-icon.svg) left center no-repeat;
	background-size: 10vw;
	margin: 0;
	padding: 3px 0 3px 14vw;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.3;
}

.trial-mid {
	margin: 0 0 1.5rem 0;
	font-size: 1.7rem;
	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: 2rem;
	font-weight: 900;
	color: #d61c17;;
}
.trial-50 {
	margin-top: -1rem;
	font-weight: 700;
	text-align: center;
	color: #d61c17;
}
.trial-sml {
	margin: 0 0 1rem 0;
	font-size: 1.7rem;
	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.6em;
	left: 0;
	font-size: 0.5em;
	font-weight: bold;
	color: #06c;
}


























/* txt-area */

.txt-area {
	font-size: 1.4rem;
	line-height: 1.8;
}

.txt-area h3 {
	position: relative;
	background: url(../img/c5_01.svg) left 0.5rem no-repeat;
	background-size: 1.8rem;
	margin: 3rem 0 1.5rem 0;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4;
	color: #f43;
}
.txt-area h4 {
	position: relative;
	border-left: 0.4rem solid #f43;
	margin: 3rem 0 1.5rem 0;
	padding: 0 0 0 1rem;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.4;
	color: #000;
}
.txt-area h5 {
	position: relative;
	margin: 3rem 0 1.5rem 0;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.4;
	color: #f43;
}
.txt-area h6 {
	position: relative;
	margin: 3rem 0 1.5rem 0;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.4;
	color: #000;
}

.txt-area p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.txt-area ul {
	position: relative;
	margin-top: 2rem;
	margin-bottom: 1.8rem;
}
.txt-area ul li {
	position: relative;
	padding-left: 1.4em;
}
.txt-area ul li:before {
	content: "";
	position: absolute;
	top: 0.8rem;
	left: 0.4rem;
	border-radius: 0.7rem;
	background-color: #f43;
	width: 0.7rem;
	height: 0.7rem;
}

.txt-area ol {
	counter-reset: item;
	position: relative;
	margin-top: 2rem;
	margin-bottom: 1.8rem;
}
.txt-area ol li {
	position: relative;
	padding-left: 1.4em;
}
.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: #f43;
}

.txt-area p:first-child,
.txt-area .ul-style:first-child,
.txt-area .table-nm:first-child,
.txt-area .head-big:first-child,
.txt-area .head-mid:first-child {
	margin-top: 0;
}
.txt-area p:last-child,
.txt-area .ul-style:last-child,
.txt-area .table-nm:last-child {
	margin-bottom: 0;
}
.txt-area .btn,
.txt-area .btn-sq,
.txt-area .btn-sq2,
.txt-area .ank-btn {
	margin-top: 3rem;
}
.txt-area .btn a {
	font-size: 1.4rem;
}
.txt-area hr {
	margin-top: 3rem;
}

.txt-area table {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
	overflow: auto;
}
.txt-area table:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 6rem;
	background: url(../img/icon-swipe.svg) center center no-repeat;
	background-size: 6rem;
	width: 6rem;
	height: 6rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.txt-area table.touch:before {
	display: none;
}
.txt-area table tbody {
	position: relative;
	display: table;
	width: 100rem;
	border-collapse: separate;
	border-radius: 1rem;
	z-index: 1;
}
.txt-area table th {
	vertical-align: middle;
	border-top: 2px solid #acf;
	border-left: 2px solid #acf;
	background: #eef5ff;
	padding: 1.4rem 1.8rem;
	font-size: 1.4rem;
	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.4rem 1.8rem;
	font-size: 1.4rem;
	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: -1rem;
}
.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: 1.8rem;
	font-weight: 700;
	color: #e00;
}


