@charset "UTF-8";


/* CSS STYLE */

html {
	font-size: 10px;
}
@media screen and (max-width: 1100px) {
html {
	font-size: 0.9090vw;
}
}
body {
	font-size: 1.6rem;
	line-height: 2;
}
a:hover,
a:active {
	color: #666;
	text-decoration: none;
}
a,
a img {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover img {
	opacity: 0.6;
}
a[href^="tel:"] {
	color: #333;
	pointer-events: none;
	text-decoration: none;
}
.pcnone {
	display: none !important;
}
.onlyPC{
	display:block;
}
.onlySP{
	display:none;
}




/* header */

header {
	transition: 0.3s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 1000;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}
header hgroup {
	position: relative;
	transition: 0.3s;
	width: 100%;
	max-width: 120rem;
	height: 9rem;
	margin: 0 auto;
	padding: 0 4rem;
}
header hgroup div.logo {
	position: absolute;
	top: 50%;
	transition: 0.3s;
	margin: 0;
	font-size: 0;
	line-height: 1;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
header hgroup div.logo img {
	transition: 0.3s;
	width: 13.3rem;
	vertical-align: middle;
}
header hgroup .header_banner {
	transition: 1s;
	position: absolute;
	top: 49%;
	left: 18.8rem;
	font-size: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
header hgroup .header_banner li {
	display: inline-block;
	margin-right: 0.5rem;
}
header hgroup .header_banner li img {
	transition: 0.3s;
	width: auto;
	height: 2rem;
}
header hgroup.smaller {
	height: 5rem;
}
header hgroup.smaller div.logo img {
	width: 10rem;
}
header hgroup.smaller .header_banner {
	left: 16rem;
}
header hgroup.smaller .header_banner li img {
	width: auto;
	height: 2.4rem;
}

/* menu */

.header_right {
	display: table;
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 4rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1.2rem;
	font-language-override: ;
	font-weight: bold;
}
.header_right li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	padding: 0 0 0 1rem;
}
.header_right .tel {
	padding: 0 0 0 2rem;
}
.header_right .tel a {
	display: block;
	transition: 0.3s;
	background:url(../img/freedial.svg) left top no-repeat;
	background-size: 100%;
	width: 14.5rem;
	height: 2.5rem;
	/*! margin-bottom: 0.5rem; */
	padding-top: 2.5rem;
	overflow: hidden;
	font-size: 0;
	pointer-events: none;

}
.header_right .tel span {
	display: block;
	font-size: 1.07rem;
	font-weight: normal;
}
.header_right .contact a {
	transition: 0.3s;
	position: relative;
	display: block;
	background: #E82147;
	background: linear-gradient(to right, rgba(232,33,71,1) 0%,rgba(254,124,18,1) 100%);
	width: 16rem;
	height: 4.2rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 4.2rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10rem;
	overflow: hidden;
}
.header_right .contact {
	padding: 0 0 0 1.5rem;
}
.header_right .contact a span {
	position: relative;
	display: inline;
	background: url(../img/icon_data.svg) left center no-repeat;
	background-size: 1.5rem;
	padding: 0.4rem 0 0.4rem 2rem;
	z-index: 2;
}
.header_right .contact a:before {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(254,124,18,1);
	width: 100%;
	height: 100%;
	opacity: 0;
}

.header_right .contact a:hover:before {
	opacity: 1;
}
.header_right .contact a:hover:after {
	right: 1.8rem;
}


#menu {
	display:none;
	position: fixed;
	top: 9rem;
	left: 0;
	width: 100%;
	display: none;
	background: #e6ecf5;
	padding: 2rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}
#menu ul {
	width: 100%;
	max-width:100rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#menu ul li {
	width: 25%;
	font-size: 1.5rem;
}

.smaller .header_right {
	height: 3rem;
}
.smaller .header_right .tel a {
	width: 14rem;
	height: 1.8rem;
	padding-top: 1.8rem;
}
.smaller .header_right .tel span {
	font-size: 1rem;
}
.smaller .header_right .contact a {
	width: 14rem;
	height: 3rem;
	font-size: 1.2rem;
	line-height: 3rem;
}
.smaller #menu {
	top: 5rem;
}




/* footer */

.conversion_block {
	position: relative;
	background: #fafafa url(../img/bg_main.png) center top no-repeat fixed;
	background-size: cover;
	width: 100%;
	margin-top: 10rem;
	padding: 8rem 0;
}
.conversion_block.thanks {
	margin-top: 9rem;
}
.conversion_block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_03.png) left top no-repeat;
	background-size: cover;
	width: 12.4rem;
	height: 31.2rem;
	mix-blend-mode: multiply;
}
.conversion_block:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/bg_02.png) right bottom no-repeat;
	background-size: cover;
	width: 12.4rem;
	height: 31.2rem;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
.conversion_block {
	background: #fafafa url(../img/bg_main.png) center center no-repeat;
	background-size: cover;
}
}
.conversion_block .area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100rem;
	margin: 0 auto 4rem auto;
}
.conversion_block .read {
	width: 40%;
	text-align: center;
}
.conversion_block .read h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
}
.conversion_block .image {
	width: 40%;
	text-align: center;
}
.conversion_block .image img {
	width: 80%;
	height: auto;
}
.conversion_block .btn {
	margin-top: 2.8rem;
}
.conversion_block .btn a {
	transition: 0.3s;
	position: relative;
	display: block;
	background: #E82147;
	background: linear-gradient(to right,  rgba(232,33,71,1) 0%,rgba(254,124,18,1) 100%);
	width: 38rem;
	height: 7rem;
	padding: 2.5rem 4rem 0 0;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10rem;
	overflow: hidden;
}
.conversion_block .btn a span {
	position: relative;
	display: inline-block;
	background: url(../img/icon_data.svg) left center no-repeat;
	background-size: 2.6rem;
	padding-left: 4.2rem;
	z-index: 2;
}
.conversion_block .btn a:before {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(254,124,18,1);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.conversion_block .btn a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 6.6rem;
	background:url(../img/icon_ar3.svg) center center no-repeat;
	background-size: 3.6rem 1.1rem;
	width: 3.6rem;
	height: 1.1rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.conversion_block .btn a:hover:before {
	opacity: 1;
}
.conversion_block .btn a:hover:after {
	right: 6.2rem;
}
.conversion_block .tel {
	margin-top: 2.6rem;
	font-size: 1.1rem;
	font-weight: normal;
}
.conversion_block .tel span {
	transition: 0.3s;
	display: inline-block;
	vertical-align: middle;
	background:url(../img/freedial.svg) left center no-repeat;
	background-size: 100%;
	width: 22rem;
	height: 2.2rem;
	margin-right: 1rem;
	padding-top: 2rem;
	overflow: hidden;
	font-size: 0;
}

.conversion_block .hbspt-form p {
	font-size: 1.6rem;
	text-align: center;
}
.conversion_block form fieldset {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto !important;
	font-size: 1.6rem;
	line-height: 1;
}
.conversion_block form .hs-fieldtype-text,
.conversion_block form .hs-fieldtype-textarea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: none !important;
	width: 100% !important;
	margin-bottom: 2rem;
}
.conversion_block form label {
	display: block;
	width: 25%;
	margin: 0 !important;
	padding-top: 1.2rem;
}
.conversion_block form label.hs-error-msg {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.conversion_block form .hs-form-required {
	color: #e33;
}
.conversion_block form .input {
	width: 75%;
	margin: 0 !important;
}
.conversion_block form .hs-error-msgs {
	width: 100%;
	margin: 0.8rem 0 0 0 !important;
	padding: 0 0 0 25%;
	font-size: 1.4rem;
	color: #e33;
}
.conversion_block form input[type="text"],
.conversion_block form input[type="email"],
.conversion_block form input[type="tel"] {
	-webkit-appearance: none;
	border: 1px solid #333;
	background: #fff;
	width: 100% !important;
	height: 4rem !important;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
}
.conversion_block form textarea {
	-webkit-appearance: none;
	border: 1px solid #333;
	background: #fff;
	width: 100% !important;
	height: 15rem;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
.conversion_block .hs_recaptcha,
.conversion_block .hs_recaptcha .input {
	width: 100%;
}
.conversion_block .grecaptcha-badge {
	margin: 0 auto;
}
.conversion_block .hs_submit {
	width: 100%;
	text-align: center;
}
.conversion_block .actions {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}
.conversion_block .hs-button {
	-webkit-appearance: none;
	transition: 0.3s;
	position: relative;
	display: inline-block;
	border: none;
	border-radius: 10rem;
	background: #E82147;
	background: linear-gradient(to right,  rgba(232,33,71,1) 0%,rgba(254,124,18,1) 100%);
	width: 50rem;
	height: 7rem;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 7rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.conversion_block .hs-button:hover {
	opacity: 0.5;
}

footer {
	position: relative;
	background: rgb(9,142,215);
	background: -moz-linear-gradient(left,  rgba(9,142,215,1) 0%, rgba(0,49,129,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	background: linear-gradient(to right,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	color: #fff;
}
.footer_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	transition: 0.3s;
	position: relative;
	max-width: 100rem;
	margin: 0 auto;
	padding: 8rem 0;
	font-size: 1.3rem;
}
.footer_block a {
	color: #fff;
	text-decoration: underline;
}
.footer_block .footer_area {
	width: 50%;
}
.footer_block .footer_area img {
	width: 100%;
	max-width: 13.5rem;
}
.footer_block .footer_area p {
	margin: 4rem 0 0 0;
}
.footer_block .footer_banner {
	width: 50%;
	text-align: right;
	font-size: 0;
}
.footer_block .footer_banner li {
	display: inline;
	margin: 0 0 0 0.8rem;
}
.footer_block .footer_banner li img {
	width: auto;
	height: 5rem;
}
.footer_links {
	width: 50%;
	margin: 4rem 0 0 0;
}
.footer_links a:hover {
	text-decoration:none;
}
.footer_copy {
	width: 50%;
	margin: 4rem 0 0 0;
	text-align: right;
	color: #fff;
}




/* page-top */

#page-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 10;
}
#page-top a {
	display: block;
	border: 2px solid #fff;
	border-radius: 7rem;
	background: url(../img/pagetop.png) left top no-repeat;
	background-size: cover;
	width: 7rem;
	height: 7rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.2);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#page-top a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 1024px) {
#page-top a {
	border-radius: 6rem;
	width: 6rem;
	height: 6rem;
}
}




/* main */

.main_block {
	position: relative;
	background: #fafafa url(../img/bg_main.png) center top no-repeat fixed;
	background-size: cover;
	width: 100%;
	height: 59rem;
	z-index: 1;
}
.main_block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_01.png) left top no-repeat;
	background-size: cover;
	width: 12.4rem;
	height: 31.2rem;
	mix-blend-mode: multiply;
}
.main_block:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/bg_02.png) right bottom no-repeat;
	background-size: cover;
	width: 12.4rem;
	height: 31.2rem;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
.main_block {
	background: #fafafa url(../img/bg_main.png) center center no-repeat;
	background-size: cover;
}
}
.main_block .main_area {
	position: relative;
	max-width: 110rem;
	margin: 0 auto;
	padding: 18rem 5rem 0 5rem;
}
.main_block .main_area h1 {
	font-size: 4.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.main_block .main_area .main_photo {
	position: absolute;
	top: 12rem;
	right: 2em;
	width: 54rem;
}
.main_block .main_area .main_photo img {
	width: 100%;
}

.main_about {
	position: relative;
	border-radius: 1rem;
	background: rgba(255,255,255,0.95);
	width: 100%;
	max-width: 100rem;
	margin: -10rem auto 0 auto;
	padding: 8rem 5rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.33;
	letter-spacing: 0.1em;
	text-align: center;
	z-index: 2;
}
.main_about h2 {
	margin-bottom: 5rem;
	text-align: center;
}
.main_about h2 img {
	width: 100%;
	max-width: 58rem;
}
.main_about .main_btn {
	margin-top: 4.5rem;
}
.main_about .main_btn a {
	transition: 0.3s;
	position: relative;
	display: inline-block;
	background: #E82147;
	background: linear-gradient(to right,  rgba(232,33,71,1) 0%,rgba(254,124,18,1) 100%);
	width: 50rem;
	height: 7rem;
	padding: 0 1.2rem 0 0;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 7rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10rem;
	overflow: hidden;
}
.main_about .main_btn a span {
	position: relative;
	display: inline;
	background: url(../img/icon_data.svg) left center no-repeat;
	background-size: 2.6rem;
	padding: 0.9rem 0 0.9rem 3.8rem;
	z-index: 2;
}
.main_about .main_btn a:before {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(254,124,18,1);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.main_about .main_btn a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 2.8rem;
	background:url(../img/icon_ar3.svg) center center no-repeat;
	background-size: 3.6rem 1.1rem;
	width: 3.6rem;
	height: 1.1rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.main_about .main_btn a:hover:before {
	opacity: 1;
}
.main_about .main_btn a:hover:after {
	right: 3.2rem;
}




/* introduction */

.contents_title {
	margin-bottom: 4rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.contents_title span {
	display: block;
	margin-bottom: 2.5rem;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #003181;
}
.contents_read {
	margin: 4rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.33;
	letter-spacing: 0.1em;
	text-align: center;
}
.inner {
	width: 100%;
	max-width: 110rem;
	margin-left: auto;
	margin-right: auto;
}
.inner_in {
	width: 100%;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}

.introduction_block {
	width: 100%;
	padding-top: 10rem;
}

.introduction_block .credit_card {
	display: flex;
	justify-content: space-between;
	border: 1px solid #c4ccd9;
	margin-top: 5rem;
}
.introduction_block .credit_card dl {
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #c4ccd9;
	width: 50%;
	padding: 2.4rem 0;
}
.introduction_block .credit_card dl:last-child {
	border-right: none;
}
.introduction_block .credit_card dl img {
	width: auto;
	height: 4.2rem;
}
.introduction_block .credit_card dl:last-child img {
	width: auto;
	height: 7rem;
}
.introduction_block .credit_card dd {
	margin-left: 4rem;
	font-size: 1.2rem;
	line-height: 1.8;
}

.introduction_block .goline {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10rem;
}
.introduction_block .goline .ad {
	background: #098ed7;
	width: 50%;
	padding: 6rem 3rem;
}
.introduction_block .goline .cdp {
	background: #003181;
	width: 50%;
	padding: 6rem 3rem;
}
.introduction_block .goline h3 {
	background: url(../img/goline_h3.svg) center top no-repeat;
	background-size: auto 7rem;
	width: 35rem;
	height: 9rem;
	margin: 0 auto;
	padding-top: 2rem;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.18rem;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
}
.introduction_block .goline .logo {
	text-align: center;
}
.introduction_block .goline .logo img {
	width: auto;
	height: 4rem;
}
.introduction_block .goline_function {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 4rem;
}
.introduction_block .goline_function dl {
	border-radius: 0.5rem;
	background: #fff;
	width: 49%;
	min-height: 39rem;
	padding: 2.5rem 2rem 3rem 2rem;
}
.introduction_block .goline_function dt {
	margin-bottom: 1.8rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.introduction_block .goline_function dt img {
	width: 100%;
	margin-bottom: 1.2rem;
}
.introduction_block .goline_function dd {
	font-size: 1.2rem;
	line-height: 1.9;
}
.introduction_block .goline_btn {
	margin-top: 3rem;
	text-align: center;
}
.introduction_block .goline_btn a {
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 7rem;
	width: 38rem;
	height: 7rem;
	padding: 2.2rem 7.8rem 0 4rem;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.introduction_block .goline_btn a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 4.4rem;
	background:url(../img/icon_ar3.svg) center center no-repeat;
	background-size: 2.8rem 0.9rem;
	width: 2.8rem;
	height: 0.9rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.introduction_block .goline_btn a:hover {
	background: rgba(255,255,255,0.4);
}
.introduction_block .goline_btn a:hover:after {
	right: 4rem;
}
.introduction_block .goline_btn img {
	width: auto;
	height: 2.2rem;
	margin-right: 1rem;
	margin-bottom: 0.1rem;
	vertical-align: middle;
	opacity: 1;
}




/* goline */

.golinead_block {
	background: url(../img/bg_ad.png) top center no-repeat;
	background-size: 100%;
	width: 100%;
	padding-top: 15rem;
}
.golinead_block h2 {
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.golinead_block h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #098ed7;
	width: 20rem;
	height: 4px;
	margin-top: -2px;
}
.golinead_block h2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #098ed7;
	width: 20rem;
	height: 4px;
	margin-top: -2px;
}
.golinead_block h2 img {
	vertical-align: middle;
	width: auto;
	height: 5.5rem;
	margin-right: 1.5rem;
}

.golinecdp_block {
	background: url(../img/bg_cdp.png) center 42rem no-repeat;
	background-size: 100%;
	width: 100%;
	padding-top: 13rem;
}
.golinecdp_block h2 {
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.golinecdp_block h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #003181;
	width: 20rem;
	height: 4px;
	margin-top: -2px;
}
.golinecdp_block h2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #003181;
	width: 20rem;
	height: 4px;
	margin-top: -2px;
}
.golinecdp_block h2 img {
	vertical-align: middle;
	width: auto;
	height: 5.5rem;
	margin-right: 1.5rem;
}

.numbering {
	display: block;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	color: #098ed7;
	opacity: 0.25;
	z-index: -1;
}
.numbering em {
	display: block;
	font-size: 9rem;
}

.feature_01 {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin-top: 14rem;
	letter-spacing: 0.1em;
}
.feature_01 .read {
	width: 42rem;
	font-size: 1.6rem;
	line-height: 2;
}
.feature_01 .image {
	width: 53rem;
	padding-top: 1rem;
}
.feature_01 .image img {
	width: 100%;
	height: auto;
}
.feature_01 h3 {
	position: relative;
	margin-bottom: 3rem;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	z-index: 1;
}
.feature_01 h3 .numbering {
	position: absolute;
	top: -4.5rem;
	left: -5rem;
}

.feature_02 {
	display: flex;
	justify-content: space-between;
	position: relative;
	background: #fcfcfc;
	background: -moz-linear-gradient(-45deg,  rgba(252,252,252,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(135deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	width: 100%;
	margin-top: 14rem;
	padding: 6.5rem 5rem 5.5rem 5rem;
	letter-spacing: 0.1em;
}
.feature_02 .read {
	width: 42rem;
	font-size: 1.6rem;
	line-height: 2;
}
.feature_02 .image {
	width: 51rem;
}
.feature_02 .image img {
	width: 100%;
	height: auto;
}
.feature_02 h3 {
	position: relative;
	margin-bottom: 3.5rem;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	z-index: 1;
}
.feature_02 h3 span {
	margin-left: 0.5rem;
	color: #098ed7;
	font-size: 2rem;
}
.feature_02 h3 .numbering {
	position: absolute;
	top: -12rem;
	left: -5rem;
}
.feature_02 .caution {
	margin-top: 1.5rem;
	color: #6f7783;
}
.feature_02 .caution span {
	margin-right: 0.4rem;
	color: #098ed7;
}

.feature_other {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin-top: 14rem;
}
.feature_other .box {
	width: 28%;
	font-size: 1.2rem;
}
.feature_other .box img{
    width: 100%;
    margin-bottom: 1.2rem;
}
.feature_other h3 {
	position: relative;
	margin-bottom: 2.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.7;
	z-index: 1;
}
.feature_other h3 .numbering {
	position: absolute;
	top: -5.5rem;
	left: -5rem;
}

.lp_box {
	position: relative;
	border-radius: 1rem;
	background: rgba(255,255,255,0.95);
	width: 100%;
	max-width: 100rem;
	margin: 10rem auto 0 auto;
	padding: 8rem 5rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
	font-size: 1.6rem;
	line-height: 2.3;
	letter-spacing: 0.1em;
	text-align: center;
}
.lp_box h4 {
	position: absolute;
	top: -3.5rem;
	left: 50%;
	background: #098ed7;
	width: 30rem;
	height: 7rem;
	padding-top: 2.4rem;
	margin-left: -15rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.lp_box h4:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1.3rem;
	display: block;
	width: 0;
	height: 0;
	margin-left: -1rem;
	border-style: solid;
	border-width: 1.4rem 1rem 0 1rem;
	border-color: #098ed7 transparent transparent transparent;
}
.lp_box h4 span {
	font-size: 1.3rem;
}
.lp_box p {
	font-weight: bold;
}
.lp_box .image {
	margin-top: 5rem;
	padding: 0 5rem;
}
.lp_box .image img {
	width: 100%;
	height: auto;
}
.lp_box .option {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.lp_box .option dl {
	width: 30%;
}
.lp_box .option dl dt {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.lp_box .option dl dt img {
	width: 14rem;
}
.lp_box .option dl dd {
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: left;
}

.utilization_block {
	position:relative;
	background: #fcfcfc;
	background: -moz-linear-gradient(-45deg,  rgba(252,252,252,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(135deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	width: 100%;
	margin-top: 14rem;
	padding: 1px 5rem 8rem 5rem;
	letter-spacing: 0.1em;
}
.utilization_block h3 {
	position:relative;
	margin-top: -3rem;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 6rem;
	line-height: 1;
	text-align: right;
	color: #098ed7;
}
.utilization_block .sub {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
.utilization_block .case {
	margin-top: -1.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #098ed7;
}
.utilization_block .utilization {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.utilization_block .box {
	width: 30%;
	margin-top: 3.8rem;
	margin-right: 5%;
	font-size: 1.2rem;
	line-height: 1.8;
}
.utilization_block .box:nth-of-type(3n) {
	margin-right: 0;
}
.utilization_block .box img {
	width: 100%;
	height: auto;
}
.utilization_block .box p {
	margin-top: 1.6rem;
}
.golinecdp_block .utilization_block h3,
.golinecdp_block .utilization_block .case {
	color: #003181;
}

.function_block {
	position:relative;
	width: 100%;
	margin-top: 11rem;
}
.function_block h3 {
	position:relative;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 6rem;
	line-height: 1;
	text-align: right;
	color: #098ed7;
}
.function_block .sub {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
.function_block .function {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.function_block .box {
	position:relative;
	width: 30%;
	margin-top: 2rem;
	margin-right: 5%;
}
.function_block .box h4 {
	position: relative;
	margin-top: -0.9rem;
	padding-left: 6.2rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #098ed7;
}
.function_block .box h4 span {
	position: absolute;
	top: 50%;
	left: -1rem;
	display: block;
	border: 4px solid #fff;
	border-radius: 7rem;
	background: #098ed7;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	padding-top: 1.65rem;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.function_block .box:nth-of-type(3n-2) {
	padding-top: 0;
}
.function_block .box:nth-of-type(3n-1) {
	padding-top: 4rem;
}
.function_block .box:nth-of-type(3n) {
	margin-right: 0;
	padding-top: 8rem;
}
.function_block .bg {
	position:relative;
	border-radius: 0.4rem;
	background: #fcfcfc;
	background: -moz-linear-gradient(-45deg,  rgba(252,252,252,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(135deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	width: 100%;
	min-height: 45rem;
	padding: 1px 3rem 3rem 3rem;
	font-size: 1.2rem;
	line-height: 1.8;
}
.function_block .box dt {
	min-height: 5.2rem;
	margin-top: 5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.15em;
	text-align: center;
}
.function_block .box img{
    width: 100%;
    margin-bottom: 1.2rem;
}

.function_block .box dt img{
    width: 100%;
    margin-bottom: 1.2rem;
}


.function_block .box dd {
	margin-top: 2rem;
}
.function_block .box dd.lang {
	margin-top: 1rem;
	font-size: 1.1rem;
}
.function_block .box p {
	margin-top: 5rem;
}
.golinecdp_block .function_block .bg {
	min-height: 35rem;
}
.golinecdp_block .function_block h3 {
	color: #003181;
}
.golinecdp_block .function_block .box h4 {
	margin-top: 0;
	color: #003181;
}
.golinecdp_block .function_block .box h4 span {
	background: #003181;
}





.flow_block {
	position: relative;
	width: 100%;
	background: #098ed7;
	margin-top: 8rem;
	padding: 8rem 0;
}
.flow_block h3 {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.flow_block h3 img {
	vertical-align: middle;
	width: auto;
	height: 3.8rem;
	margin-top: 0.1rem;
	margin-right: 1.5rem;
}
.flow_block .read {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
	color: #fff;
}
.flow_block .read strong {
	font-size: 1.8rem;
}
.flow_block .flow {
	position: relative;
	margin-top: 4rem;
	padding-top: 1px;
	color: #fff;
}
.flow_block .flow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #fff;
	width: 2px;
	height: calc(100% + 8rem);
	margin-left: -1px;
	z-index: 1;
}
.flow_block .flow:after {
	content: "";
	position: absolute;
	bottom: -16rem;
	left: 50%;
	display: block;
	background: #098ed7;
	width: 2px;
	height:8rem;
	margin-left: -1px;
	z-index: 1;
}
.flow_block .flow dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border: 2px solid #fff;
	background: #098ed7;
	width: 100%;
	height: 9rem;
	margin-top: 3.5rem;
	overflow: hidden;
	z-index: 2;
}
.flow_block .flow dl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #fff;
	width: 2px;
	height: 1.8rem;
	margin-left: -1px;
}
.flow_block .flow dt {
	position: relative;
	background: #229adb;
	width: 26.5%;
	height: 100%;
	padding-left: 3rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 8.6rem;
	letter-spacing: 0.15em;
}
.flow_block .flow dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.7rem 0 4.7rem 2rem;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.flow_block .flow dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1.8rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.7rem 0 4.7rem 2rem;
	border-color: transparent transparent transparent #229adb;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.flow_block .flow dd {
	width: 68%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}
.golinecdp_block .flow_block {
	background: #003181;
}
.golinecdp_block .flow_block .read {
	font-size: 1.6rem;
	line-height: 2;
}
.golinecdp_block .flow_block .read strong {
	font-size: 2rem;
	color: #ffef68;
}

.synchro .synchro1 {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.synchro .synchro1 img {
	vertical-align: middle;
	width: auto;
	height: 4.4rem;
	margin: 0 1.5rem;
}
.synchro .synchro2 {
	margin-bottom: 10rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.synchro .synchro2 strong {
	font-size: 2.8rem;
}

.about_cdp .contents_read {
	margin-top: 5rem;
}
.about_cdp .image {
	width: 100%;
	margin-top: 7rem;
}
.about_cdp .image img {
	width: 100%;
	height: auto:
}




/* price */

.price_block {
	width: 100%;
	padding-top: 10rem;
}
.price_list {
	width: 100%;
	border-collapse: collapse;
}
.price_list th {
	vertical-align: middle;
	border: 2px solid #fff;
	background: #098dd6;
	padding: 2.2rem 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}
.price_list th:nth-of-type(1) {
	background: #098dd6;
}
.price_list th:nth-of-type(2) {
	background: #0775bf;
}
.price_list th:nth-of-type(3) {
	background: #0564b0;
}
.price_list th:nth-of-type(4) {
	background: #0458a5;
}
.price_list th:nth-of-type(5) {
	background: #034d9a;
}
.price_list th:nth-of-type(6) {
	background: #013989;
}
.price_list td {
	vertical-align: middle;
	border: 2px solid #fff;
	background: #f7f7f7;
	padding: 2rem 0.5rem;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.6;
	white-space: nowrap;
}
.price_list td img {
	width: auto;
	height: 2.2rem;
}
.price_list td span {
	font-size: 1.1rem;
}
.price_list ul {
	padding: 2rem 2.5rem;
}
.price_list li {
	position: relative;
	padding-left: 1em;
	font-size: 1.3rem;
	line-height: 2;
	text-align: left;
}
.price_list li:before {
	content: "\2713";
	position: absolute;
	top: 0;
	left: 0;
}

.price_caution {
	margin-top: 2rem;
	font-size: 1.3rem;
	text-align: right;
	color: #6f7783;
}




/* faq */

.faq_block {
	width: 100%;
	padding-top: 10rem;
}

.faq_list {
	border-bottom: 1px solid #c4ccd9;
	width: 100%;
}
.faq_list dt {
	position: relative;
	border-top: 1px solid #c4ccd9;
	background: url(../img/icon_q.svg) 2rem center no-repeat;
	background-size: 5rem;
	width: 100%;
	height: 9rem;
	padding-left: 9rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 9rem;
	cursor: pointer;
}
.faq_list dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	display: block;
	background: url(../img/icon_open.svg) center center no-repeat;
	background-size: 2.4rem;
	width: 2.4rem;
	height: 2.4rem;
	margin-top: -1.2rem;
}
.faq_list dt.active:before {
	background: url(../img/icon_close.svg) center center no-repeat;
	background-size: 2.4rem;
}
.faq_list dd {
	display: none;
	padding: 0 0 4rem 9rem;
	font-size: 1.5rem;
	line-height: 2;
}




/* company */

.company_block {
	width: 100%;
	padding-top: 10rem;
}
.company_block .company_box {
	position: relative;
	border-radius: 1rem;
	background: rgba(255,255,255,0.95);
	width: 100%;
	max-width: 100rem;
	margin: 6rem auto 0 auto;
	padding: 8rem 10rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.company_block .company_box h3 {
	margin-bottom: 4rem;
	text-align: center;
}
.company_block .company_box h3 img {
	width: 18rem;
	height: auto;
}
.company_btn {
	margin-top: 4rem;
	text-align: center;
}
.company_btn a {
	position: relative;
	display: inline-block;
	border-radius: 7rem;
	background: #098ED7;
	background: -moz-linear-gradient(left,  rgba(9,142,215,1) 0%, rgba(0,49,129,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	background: linear-gradient(to right,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	width: 40rem;
	height: 7rem;
	padding: 2.7rem 4rem 0 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.company_btn a:before {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	background: #003181;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.company_btn a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 2.2rem;
	background:url(../img/icon_ar3.svg) center center no-repeat;
	background-size: 3.6rem 1.1rem;
	width: 3.6rem;
	height: 1.1rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}
.company_btn a:hover:before {
	opacity: 1;
}
.company_btn a:hover:after {
	right: 1.8rem;
}
.company_btn span {
	position: relative;
	z-index: 2;
}




/* others */

.anime .area {
	transition: 0.5s ease-in-out;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.anime .area.move {
	opacity: 0;
	-webkit-transform: translate(0, 5rem);
	transform: translate(0, 5rem);
}

.positions.anime .area {
	transition: 0.5s ease-in-out;
	opacity: 1;
	-webkit-transform: translate(0, -5rem);
	transform: translate(0, -5rem);
}
.positions.anime .area.move {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.anime.icons .area.pops {
	transition: 0.5s ease-in-out;
	transform: scale(1.0);
	opacity: 1;
}
.anime.icons .area.move {
	transform: scale(0.8);
	opacity: 0;
}