@charset 'UTF-8';
/* 改行 */

.is-sp {
	display: none !important;
}
.is-pc {
	display: block !important;
}

@media (max-width: 767px) {
.is-sp {
	display: block !important;
}
.is-pc {
	display: none !important;
}
}

/* ------------------------- fadein ------------------------- */
/*---------- task ----------*/
/* 画面外にいる状態 */
.pc .task li.fadein {
	opacity : 0.1;
	transform : translate(0, 60px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.pc .task li.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.pc .task .task_arrow.fadein, .pc .task .task_arrow span.fadein {
	opacity : 0.1;
	transform : translate(0, 0);
	transition : all 500ms;
}
.pc .task .task_arrow.fadein.scrollin, .pc .task .task_arrow span.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*---------- resolve ----------*/
.pc .resolve_inner > p.fadein, .pc .resolve_inner > div.fadein {
	opacity : 0.1;
	transform : translate(0, 88px);
	transition : all 500ms;
}
.pc .resolve_inner > p.fadein.scrollin, .pc .resolve_inner > div.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.pc .resolve_inner > p.fadein:nth-of-type(2) {
	-moz-transition-delay: 150ms;
	-webkit-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
}
.pc .resolve_inner > div.fadein:nth-of-type(3) {
	-moz-transition-delay: 250ms;
	-webkit-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
}
/*---------- reason ----------*/
.pc .reason_list li.fadein150 {
	opacity : 0.1;
	transform : translate(0, 88px);
	transition : all 500ms;
}
.pc .reason_list li.fadein150.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*---------- reason ----------*/
.pc .reason_list li.fadein150 {
	opacity : 0.1;
	transform : translate(0, 88px);
	transition : all 500ms;
}
.pc .reason_list li.fadein150.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*---------- voice ----------*/
.pc .voice_list_outer.fadein {
	opacity : 0.1;
	transform : translate(0, 88px);
	transition : all 500ms;
}
.pc .voice_list_outer.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*---------- cando ----------*/
.pc .cando_list.fadein {
	opacity : 0.1;
	transform : translate(0, 88px);
	transition : all 500ms;
}
.pc .cando_list.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.pc .demosite_area.fadein {
	opacity : 0.1;
	transform : translate(0, 88px);
	transition : all 500ms;
}
.pc .demosite_area.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*---------- achievement ----------*/
.pc .achievement_inner.fadein {
	opacity : 0.1;
	transform : translate(0, 88px);
	transition : all 500ms;
}
.pc .achievement_inner.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*---------- achievement ----------*/
.pc .company_inner.fadein {
	opacity : 0.1;
	transform : translate(0, 0);
	transition : all 500ms;
}
.pc .company_inner.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* ------------------------- fadein ------------------------- */

.main {
	padding-top: 0px;
}


/* ---------------------
    - hero
--------------------- */
.hero_outer {
	background-color: #ffffff;
	padding-bottom: 200px;
}
.hero {
	background: url(../lp_img/gcluster_hero_bg.jpg) center top no-repeat;
	background-size: cover;
	max-width: 1920px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
.hero .hero_inner {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
.hero .hero_inner .main_img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.hero .hero_inner .main_img img {
	width: 500px;
}
.hero .hero_inner .main_img .main_img_frame {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../lp_img/img_main_balloons.png) center left no-repeat;
	width: 227px;
	height: 227px;
}
.hero .hero_inner .main_img .main_img_frame .main_img_text1 {
	text-align: center;
	font-weight: 500;
	margin-top: 58px;
	margin-left: 3px;
}
.hero .hero_inner .main_img .main_img_frame .main_img_text2 {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #bc2f1e;
	margin-top: 8px;
	margin-left: 4px;
}
.hero .hero_inner .main_text {
	position: absolute;
	top: 84px;
	right: 0;
	width: 628px;
	z-index: 3;
}
.hero .hero_inner .main_text p {
	line-height: 1.4;
	display: block;
}
.hero .hero_inner .main_text .main_text_unit1 {
	font-size: 20px;
	margin-left: -8px;
	margin-bottom: 8px;
	color: #ffffff;
}
.hero .hero_inner .main_text .main_text_unit2 {
	font-size: 17px;
	margin-bottom: 32px;
	font-weight: 500;
	color: #ffffff;
}
.hero .hero_inner .main_text .main_text_unit3 {
	background-color: #014687;
	color: #ffffff;
	font-size: 20px;
	padding: 7px 17px 6px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-bottom: 15px;
}
.hero .hero_inner .main_text .main_text_unit4 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	color: #ffffff;
}

.hero_pattern {
	position: absolute;
	background-color:  rgba(0,0,0,.2);
	background-image:
	radial-gradient(#000 35%, transparent 36%),
	radial-gradient(#000 35%, transparent 36%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	width: 100%;
	height: calc(100% - 100px);
	z-index: 2;
}
.hero_video {
	position: absolute;
	width: 100%;
	height: calc(100% - 100px);
	z-index: 1;
}


.hero .hero_offer {
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -140px;
	margin: 0 auto;
	box-shadow: 0 4px 19px rgba(0,0,0,0.2);
}
.hero .hero_offer > p {
	width: 100%;
	background-color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 17px 0;
}
.hero .hero_offer .hero_offer_list {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	background-color: #ffffff;
}
.hero .hero_offer .hero_offer_list li {
	width: 50%;
	height: 190px;
}
.hero .hero_offer .hero_offer_list li a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.hero .hero_offer .hero_offer_list li.tell a {
	background-color: #316cf4;
	pointer-events: none;
}
.hero .hero_offer .hero_offer_list li.mail a {
	background-color: #fd52b4;
}
.hero .hero_offer .hero_offer_list li .hero_offer_list_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 1.3;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_img {
	width: 56px;
	margin-right: 21px;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_img img {
	width: 100%;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text {
	color: #ffffff;
	font-weight: bold;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text .number {
	font-size: 36px;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text .caption {
	font-size: 15px;
	font-weight: normal;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text .explain {
	font-size: 25px;
}
.hero .hero_offer .hero_offer_list li.mail .hero_offer_list_wrap:after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
.hero_outer {
	padding-bottom: 35%;
}
.hero {
	background: url(../lp_img/gcluster_hero_bg.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-top: 0;

}
.hero .hero_inner {
	width: 100%;
	height: auto;
	padding-top: 77%;
}
.hero .hero_offer {
	width: 90%;
	margin: 0 auto;
	bottom: -20%;
	z-index: 5;
	}
.hero .hero_inner .main_img {
	position: absolute;
	top: 32.5%;
	left: 15%;
	background: url(../lp_img/img_main01.png) center left no-repeat;
	background-size: contain;
	width: 56%;
	height: 38%;
}
.hero .hero_inner .main_img .main_img_frame {
	position: absolute;
	bottom: -3%;
	right: -45%;
	background-size: contain;
	width: 71%;
	height: 71%;
}
.hero .hero_inner .main_text {
	position: static;
	width: auto;
}
.hero .hero_inner .main_text .main_text_unit1 {
	margin-left: 0;
	position: absolute;
	bottom: 38%;
	left: 0;
	font-size: 3.3vw;
	width: 100%;
	text-align: center;
}
.hero .hero_inner .main_text .main_text_unit2 {
	position: absolute;
	bottom: 15%;
	left: 0;
	font-size: 3.05vw;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.hero .hero_inner .main_text .main_text_unit3 {
	position: absolute;
	top: 4.8%;
	left: 3%;
	font-size: 4vw;
	width: 94%;
	margin-bottom: 0;
}
.hero .hero_inner .main_text .main_text_unit4 {
	position: absolute;
	top: 18%;
	left: 3%;
	font-size: 6.95vw;
	width: 94%;
	margin-bottom: 0;
}
.hero .hero_inner .main_text .main_text_unit4 span {
	font-size: 5.1vw;
}
.hero .hero_inner .main_img .main_img_frame .main_img_text1 {
	margin-top: 21%;
	margin-left: -19%;
	font-size: 2.3vw;
}
.hero .hero_inner .main_img .main_img_frame .main_img_text2 {
	font-size: 2.8vw;
	margin-top: 1.6%;
	margin-left: -20%;
	line-height: 1.4;
}
.hero .hero_offer > p {
	font-size: 3.5vw;
	padding: 2.8% 0;
}
.hero .hero_offer .hero_offer_list {
	justify-content: center;
	padding-bottom: 3.333%;
	text-align: center;
	align-items: stretch;
}
.hero .hero_offer .hero_offer_list li {
	width: 45%;
	height: auto;
}
.hero .hero_offer .hero_offer_list li.tell {
	margin-right: 3.333%;
}
.hero .hero_offer .hero_offer_list li img {
	width: 100%;
}
.hero .hero_offer .hero_offer_list li .hero_offer_list_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	line-height: 1;
	flex-direction: column;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_img {
	width: 100%;
	margin: 0;
	padding: 4% 0 5%;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text {
	width: 100%;
	padding: 0 0 4%;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text .number {
	font-size: 4.3vw;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text .caption {
	font-size: 2.1vw;
}
.hero .hero_offer .hero_offer_list li a .hero_offer_list_text .explain {
	font-size: 3.1vw;
	padding-top: 5%;
	display: block;
}
.hero .hero_offer .hero_offer_list li.tell a {
	background-color: #316cf4;
	padding: 5px;
	pointer-events: auto;
}
.hero .hero_offer .hero_offer_list li.mail a {
	background: none;
	background-color: #fd52b4;
	padding: 5px;
}
.hero .hero_offer .hero_offer_list li.tell a img {
	width: 18.5%;
}
.hero .hero_offer .hero_offer_list li.mail a img {
	width: 18.5%;
}
.hero .hero_offer .hero_offer_list li.mail .hero_offer_list_wrap:after {
	right: 1px;
	bottom: 1px;
	width: 7px;
	height: 7px;
}
.hero .hero_offer .hero_offer_list li.tell .hero_offer_list_wrap:after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	
.hero_video, .hero_pattern {
	top: 0;
	}

.main_text p, h1{
	z-index: 4;
}
	
}
/* ---------------------
    - task
--------------------- */
.task {
	background-color: #ffffff;
}
.task .task_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.task .task_inner:before {
	content: "";
	width: 2px;
	height: 70px;
	border: 1px solid #333333;
	position: absolute;
	top: -38px;
	right: 50%;
	margin-right: -1px;
	box-sizing: border-box;
}
.task .task_inner .task_read {
	text-align: center;
	font-size: 40px;
	padding: 80px 0 50px;
	line-height: 1.4;
}
.task .task_inner .task_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.task .task_inner .task_list li {
	margin-bottom: 30px;
	width: 380px;
	height: 260px;
	border: 1px solid #d5d5d5;
	background-color: #f8f8f8;
	text-align: center;
	position: relative;
}
/* ISSUE枠削除 */
/*
.task .task_inner .task_list li:before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 5em solid transparent;
	border-left: 8.1em solid #555555;
	position: absolute;
	z-index: 5;
}
.task .task_inner .task_list li:after {
	content: "ISSUE";
	display: block;
	top: 13px;
	left: 14px;
	color: #ffffff;
	position: absolute;
	z-index: 6;
}
*/
.task .task_inner .task_list li dt {
	height: 124px;
	width: 380px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 5px;
}
.task .task_inner .task_list li dt p {
	width: 100%;
}
.task .task_inner .task_list li .notes {
	font-size: 18px;
	margin-bottom: 2px;
}
.task .task_inner .task_list li .spotlight {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.task .task_inner .task_list li.task_list_no1 img {
	width: 40px;
}
.task .task_inner .task_list li.task_list_no2 img {
	width: 40px;
}
.task .task_inner .task_list li.task_list_no3 img {
	width: 40px;
}
.task .task_inner .task_list li.task_list_no4 img {
	width: 40px;
}
.task .task_inner .task_list li.task_list_no5 img {
	width: 40px;
}
.task .task_inner .task_list li.task_list_no6 img {
	width: 40px;
}
.task .task_inner .task_arrow_frame {
	width: 600px;
	height: 160px;
	position: relative;
	margin: 25px auto 100px;
}
.task .task_inner .task_arrow_frame .task_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 160px 300px 0 300px;
	border-color: #fff0cf transparent transparent transparent;
	margin: 0 auto;
}
.task .task_inner .task_arrow_frame span {
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
　　-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	color: #555555;
	font-size: 25px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
.task .task_inner {
	width: 100%;
}
.task .task_inner:before {
	height: 45px;
	top: -20px;
}
.task .task_inner .task_read {
	font-size: 25px;
	padding: 54px 0 30px;
	line-height: 1.4;
}
.task .task_inner .task_list {
	padding: 0 10px;
}
.task .task_inner .task_list li {
	width: 48%;
	height: auto;
	display: inline-block;
	margin-bottom: 4%;
	margin-bottom: 18px;
	padding: 1.5% 1.5% 4.5%;
	padding: 1.5% 1.5% 0;
}
.task .task_inner .task_list li dl {
	padding-bottom: 8%;
}
.task .task_inner .task_list li:nth-child(odd) {
	margin-right: 4%;
}
.task .task_inner .task_list li img {
	width: 100%;
}
.task .task_inner .task_list li:before {
	border-bottom: 3.5em solid transparent;
	border-left: 7.2em solid #555555;
}
.task .task_inner .task_list li:after {
	top: 8px;
	left: 9px;
	font-size: 12px;
}
.task .task_inner .task_list li dt {
	height: auto;
	width: 100%;
}
.task .task_inner .task_list li dt {
	padding-top: 14%;
	padding-bottom: 10%;
}
.task .task_inner .task_list li .notes {
	font-size: 3vw;
	font-size: 2.9vw;
}
.task .task_inner .task_list li .spotlight {
	font-size: 4.0vw;
}
.task .task_inner .task_list li dd {
}
.task .task_inner .task_list li.task_list_no1 img {
		width: 50px;
}
.task .task_inner .task_list li.task_list_no2 img {
		width: 50px;
}
.task .task_inner .task_list li.task_list_no3 img {
		width: 50px;
}
.task .task_inner .task_list li.task_list_no3 dt {
	padding-top: 13%;
	padding-bottom: 6%;
}
.task .task_inner .task_list li.task_list_no4 img {
		width: 50px;
}
.task .task_inner .task_list li.task_list_no5 img {
		width: 50px;
}
.task .task_inner .task_list li.task_list_no6 img {
		width: 50px;
}
.task .task_inner .task_arrow_frame {
	width: 100%;
	height: auto;
	margin: 10px auto 26px;
}
.task .task_inner .task_arrow_frame .task_arrow {
	border-width: 20vw 36vw 0 36vw;
}
.task .task_inner .task_arrow_frame span {
	top: 36%;
	font-size: 3.6vw;
}
}
/* ---------------------
    - resolve
--------------------- */
.resolve {
	background: url(../lp_img/bg_resolve.jpg) center top no-repeat;
	background-size: cover;
	max-width: 1920px;
	height: 420px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.resolve .resolve_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.resolve .resolve_inner .resolve01 {
	position: absolute;
	top: 48px;
	left: 0px;
	z-index: 2;
}
.resolve .resolve_inner .resolve02 {
	position: absolute;
	top: 23px;
	left: 6px;
	z-index: 3;
}
.resolve .resolve_inner .resolve03 {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 600px;
	height: 360px;
	background-color: #014687;
	border-radius: 6px;
	color: #ffffff;
	padding: 29px 45px 30px 55px;
	z-index: 1;
}
.resolve .resolve_inner .resolve03 .resolve_read {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.2;
}
.resolve .resolve_inner .resolve03 .resolve_read em {
	font-size: 42px;
}
.resolve .resolve_inner .resolve03 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	width: 486px;
	margin: 0 auto;
}
.resolve .resolve_inner .resolve03 ul li {
	width: 100px;
	text-align: center;
}
.resolve .resolve_inner .resolve03 ul li img {
	width: 60px;
	vertical-align: middle;
}

.resolve .resolve_inner .resolve03 li dd {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 12px;
}

.resolve .resolve_inner .resolve03 li dt {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	line-height: 80px;
}

@media screen and (max-width: 767px) {
.resolve {
	background: none;
	background-color: #ffffff;
	width: 100%;
	height: auto;
	margin-top: 46%;
}
.resolve .resolve_inner {
	width: 100%;
	background: url(../lp_img/bg_resolve.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 73%;
}
.resolve .resolve_inner img {
	width: 100%;
}
.resolve .resolve_inner .resolve01 {
	top: 100px;
	left: 0;
	right: 0;
	max-width: 100%;
	text-align: center;
}
.resolve .resolve_inner .resolve02 {
	top: 37%;
	left: 6.5%;
	width: 53%;
}
.resolve .resolve_inner .resolve03 {
	position: absolute;
	top: -56%;
	right: 2.5%;
	width: 95%;
	height: auto;
	padding: 4.5% 6% 28%;
}
.resolve .resolve_inner .resolve03 .resolve_read {
	font-size: 5vw;
	margin-bottom: 0;
	padding-bottom: 2.5%;
}
.resolve .resolve_inner .resolve03 .resolve_read em {
	font-size: 8vw;
}
.resolve .resolve_inner .resolve03 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.resolve .resolve_inner .resolve03 ul li {
	width: 20%;
	text-align: center;
}
.resolve .resolve_inner .resolve03 ul li img {
	width: 60px;
}
.resolve .resolve_inner .resolve03 li dd {
	font-size: 2.6vw;
	line-height: 1.4;
	padding-top: 11px;
}
}
/* ---------------------
    - reason
--------------------- */
.reason_outer {
	background-color: #ffffff;
	padding-top: 50px;
}
.reason {
	background-color: #ffffff;
}
.reason .reason_inner {
	width: 1200px;
	margin: 0 auto;
}
.reason .reason_inner .reason_read {
	text-align: center;
	font-size: 40px;
	padding: 80px 0 80px;
	position: relative;
	line-height: 1.4;
}
.reason .reason_inner .reason_read:before {
	content: "";
	width: 60px;
	height: 2px;
	border: 1px solid #014687;
	position: absolute;
	bottom: 64px;
	right: 50%;
	margin-right: -30px;
	box-sizing: border-box;
}
.reason .reason_inner .reason_list {
	overflow: hidden;
	margin-bottom: 0px;
}
.reason .reason_inner .reason_list li {
	overflow: hidden;
	margin-bottom: 70px;
}
.reason .reason_inner .reason_list dl {
	clear: both;
}
.reason .reason_inner .reason_list dt {
	width: 520px;
}
.reason .reason_inner .reason_list dt img {
	max-width: 100%
}
.reason .reason_inner .reason_list dt figure {
	margin-left: auto;
	margin-right: auto;
}
.reason .reason_inner .reason_list dd {
	width: 680px;
}
.reason .reason_inner .reason_list dd p {
	padding-left: 30px;
	padding-right: 30px;
}
.reason .reason_inner .reason_list dd h3 {
	padding-left: 30px;
	padding-right: 30px;
}
.reason .reason_inner .reason_list dd .reason_list_heading {
	font-style: italic;
	font-size: 20px;
	margin-top: 11px;
	margin-bottom: 36px;
}

.reason .reason_inner .reason_list .reason_fullwidth dd {
	width: 100%;
}
.reason .reason_inner .reason_list .reason_fullwidth dt {
	width: 100%;
	padding: 30px 5% 0;
}
.figtile {
	display: flex;
	justify-content: center;
}
.figtile figure {
	width: 46%;
	margin: 2%;
	display: block;
}
.figtile figure img, figcaption {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	.figtile figure figcaption {
		font-size: 16pt;
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 1.2;
	}

.reason_num {
	font-size: 40px;
	color: #014687;
	margin-left: 12px;
}
.reason .reason_inner .reason_list dd .reason_list_heading img {
	margin-left: 15px;
	width: 47px;
}
.reason .reason_inner .reason_list dd .reason_list_heading img.is-sp {
	display: none !important;
}
.reason .reason_inner .reason_list dd h3 {
	font-size: 40px;
	font-weight: bold;
	color: #014687;
	border-bottom: 1px solid #014687;
	padding-bottom: 4px;
	margin-bottom: 25px;
	line-height: 1.4;
}
.reason .reason_inner .reason_list dd .reason_list_text {
	font-size: 18px;
	line-height: 1.6;
}
.reason .reason_inner .reason_list dd .reason_list_caption {
	font-size: 12px;
	margin-top: 30px;
}
.reason .reason_inner .reason_list li:nth-child(odd) dt {
	float: left;
	text-align: center;
}
.reason .reason_inner .reason_list li:nth-child(odd) dd {
	float: right;
}
.reason .reason_inner .reason_list li:nth-child(even) dt {
	float: right;
	text-align: center;
}
.reason .reason_inner .reason_list li:nth-child(even) dd {
	float: left;
}
.reason .reason_inner .reason_list li:nth-child(odd) dd p, .reason .reason_inner .reason_list li:nth-child(odd) dd h3 {
}
.reason .reason_inner .reason_list li:nth-child(even) dd p, .reason .reason_inner .reason_list li:nth-child(even) dd h3 {
}
.reason .reason_inner .reason_list li:nth-child(2) h3 {
	letter-spacing: -0.04em;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
.reason .reason_inner {
	width: 100%;
}
.reason .reason_inner .reason_read {
	font-size: 25px;
	padding: 36px 0 50px;
	line-height: 1.4;
}
.reason .reason_inner .reason_read:before {
	width: 30px;
	bottom: 38px;
	margin-right: -15px;
}
.reason .reason_inner .reason_list {
	margin: 0 15px;
}
.reason .reason_inner .reason_list li {
	margin-bottom: 54px;
}
.reason .reason_inner .reason_list dt {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.reason .reason_inner .reason_list dt img {
	max-width: 90%;
}
.reason .reason_inner .reason_list dd {
	width: 100%;
}
.reason .reason_inner .reason_list dd .reason_list_heading {
	font-size: 13px;
	margin-top: 17px;
	margin-bottom: 14px;
}
.reason .reason_inner .reason_list dd .reason_list_heading img {
	margin-left: 8px;
	height: 23px;
	width: auto;
}
.reason .reason_inner .reason_list dd h3 {
	font-size: 23px;
	padding-bottom: 8px;
	margin-bottom: 18px;
	line-height: 1.4;
}
.reason .reason_inner .reason_list dd .reason_list_text {
	font-size: 14px;
	line-height: 1.6;
}
.reason .reason_inner .reason_list dd .reason_list_caption {
	margin-top: 20px;
	padding-left: 1em !important;
	text-indent: -1em;
}
.reason .reason_inner .reason_list li:nth-child(odd) dt {
	float: none;
}
.reason .reason_inner .reason_list li:nth-child(odd) dd {
	float: none;
}
.reason .reason_inner .reason_list li:nth-child(even) dt {
	float: none;
}
.reason .reason_inner .reason_list li:nth-child(even) dd {
	float: none;
}
.reason .reason_inner .reason_list li:nth-child(odd) dd p, .reason .reason_inner .reason_list li:nth-child(odd) dd h3 {
}
.reason .reason_inner .reason_list li:nth-child(even) dd p, .reason .reason_inner .reason_list li:nth-child(even) dd h3 {
}
}
/* ---------------------
    - contact
--------------------- */
.contact .contact_list {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.contact .contact_list li {
	width: 50%;
	height: 240px;
}
.contact .contact_list li span {
	width: 100%;
	height: 100%;
}
.contact .contact_list li a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contact li.tell a {
	background-color: #316cf4;
	justify-content: space-around;
	align-items: center;
	pointer-events: none;
}
.contact li.mail a {
	background-color: #fd52b4;
	justify-content: space-around;
	align-items: center;
}
.contact li .contact_list_wrap {
	width: 100%;
	height: 150px;
	max-width: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 1.3;
}
.contact .contact_list li a .contact_list_img {
	width: 56px;
	margin-right: 21px;
}
.contact .contact_list li a .contact_list_img img {
	width: 100%;
}
.contact .contact_list li a .contact_list_text {
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.02em;
}
.contact .contact_list li a .contact_list_text .number {
	font-size: 36px;
}
.contact .contact_list li a .contact_list_text .caption {
	font-size: 15px;
	font-weight: normal;
}
.contact .contact_list li a .contact_list_text .explain {
	font-size: 25px;
}
.contact li.mail .contact_list_wrap:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 26px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
.contact .contact_list {
	flex-wrap: wrap;
}
.contact .contact_list li {
	width: 100%;
	height: auto;
}
.contact .contact_list li a img {
	width: 94%;
}
.contact li .contact_list_wrap {
	height: 100%;
	padding: 5.9% 5% 6%;
	max-width: none;
	line-height: 1.2;
}
.contact .contact_list li a .contact_list_img {
	width: 12%;
	margin-right: 5%;
	margin-left: 10%;
}
.contact .contact_list li a .contact_list_text {
	width: 73%;
}
.contact .contact_list li a .contact_list_text .number {
	font-size: 6.3vw;
}
.contact .contact_list li a .contact_list_text .caption {
	font-size: 3vw;
}
.contact .contact_list li a .contact_list_text .explain {
	font-size: 4.9vw;
}
.contact li.mail .contact_list_wrap:after {
	right: 12px;
	bottom: 12px;
	width: 13px;
	height: 13px;
}
.contact li.tell .contact_list_wrap:after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 13px;
	height: 13px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.contact li.tell a {
	pointer-events: auto;
}
}
/* ---------------------
    - voice
--------------------- */
.voice {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 86px;
}
.voice .voice_inner {
	width: 1420px;
	margin: 0 auto;
}
.voice .voice_inner .voice_read {
	text-align: center;
	font-size: 40px;
	padding: 80px 0 80px;
	position: relative;
	line-height: 1.4;
}
.voice .voice_inner .voice_read:before {
	content: "";
	width: 60px;
	height: 2px;
	border: 1px solid #014687;
	position: absolute;
	bottom: 64px;
	right: 50%;
	margin-right: -30px;
	box-sizing: border-box;
}
.voice .voice_list_outer {
	background-color: #ffffff;
	width: 1420px;
	margin: 0 auto;
	position: relative;
	height: 600px;
	margin-bottom: 146px;
}
.voice .voice_inner .voice_list {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
.voice .voice_inner .voice_list .voice_company {
	padding: 40px 0 28px;
}
.voice .voice_inner .voice_list .voice_company.company01 span {
	padding: 0 15px 0 6px;
}
.voice .voice_inner .voice_list .voice_company.company01 span img {
	vertical-align: middle;
	width: 150px;
	margin-top: -4px;
	display: inline-block;
}
.voice .voice_inner .voice_list .voice_company.company02 span {
	padding: 0 13px 0 6px;
}
.voice .voice_inner .voice_list .voice_company.company02 span img {
	vertical-align: middle;
	width: 150px;
	margin-top: -4px;
	display: inline-block;
}
.voice .voice_inner .voice_list .voice_company p {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border-left: 1px solid #cccccc;
	padding: 0 0 0 10px;
}
.voice .voice_inner .voice_list .voice_unit1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.voice .voice_inner .voice_list .voice_unit1 dt {
	width: 373px;
}
.voice .voice_inner .voice_list .voice_unit1 dt img {
	width: 100%;
}
.voice .voice_inner .voice_list .voice_unit1 dd {
	width: 677px;
}
.voice .voice_inner .voice_list .voice_unit1 dd .voice_unit1_title {
	background-color: #014687;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 0 8px 15px;
	margin-bottom: 24px;
}
.voice .voice_inner .voice_list .voice_unit1 dd .voice_unit1_title span {
	font-size: 25px;
	font-weight: bold;
}
.voice .voice_inner .voice_list .voice_unit1 dd .voice_unit1_text {
	line-height: 2.0;
}
.voice .voice_inner .voice_list .voice_unit1 dd .voice_unit1_text span {
	font-weight: bold;
}
.voice .voice_inner .voice_list .voice_unit2 {
	border: 1px solid #cccccc;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}
.voice .voice_inner .voice_list .voice_unit2:after {
	content: url(../lp_img/icon_voice_arrow.png);
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -25px;
	margin-right: -25px;
}
.voice .voice_inner .voice_list .voice_unit2 .problem {
	width: 50%;
	padding: 33px 50px 33px;
	background-color: #ffffff;
}
.voice .voice_inner .voice_list .voice_unit2 .problem dt {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 11px;
	margin-bottom: 24px;
}
.voice .voice_inner .voice_list .voice_unit2 .problem dt span {
	font-size: 25px;
}
.voice .voice_inner .voice_list .voice_unit2 .problem dd {
	line-height: 1.9;
}
.voice .voice_inner .voice_list .voice_unit2 .problem dd ul {
	padding-left: 1em;
	text-indent: -1em;
}
.voice .voice_inner .voice_list .voice_unit2 .result {
	width: 50%;
	padding: 33px 50px 33px;
	background-color: #fff6e3;
}
.voice .voice_inner .voice_list .voice_unit2 .result dt {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 11px;
	margin-bottom: 14px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dt span {
	font-size: 25px;
	color: #f6aa00;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd {
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd ul {
	padding-left: 1em;
	text-indent: -1em;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd em {
	color: #f6aa00;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd .font_big {
	font-size: 30px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd .font_middle {
	font-size: 24px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd li:nth-child(3) {
	padding-top: 6px;
}

@media (max-width: 1420px) and (min-width: 768px) {
.voice .voice_inner {
	width: 100%;
	margin: 0 auto;
}
.voice .voice_list_outer {
	background-color: #ffffff;
	width: 100%;
}
}

@media screen and (max-width: 767px) {
.voice {
	padding: 0 10px 8px;
}
.voice .voice_inner {
	width: 100%;
	margin: 0 auto;
}
.voice .voice_inner .voice_read {
	font-size: 25px;
	padding: 36px 0 46px;
	line-height: 1.4;
}
.voice .voice_inner .voice_read:before {
	width: 30px;
	bottom: 34px;
	margin-right: -15px;
}
.voice .voice_list_outer {
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}
.voice .voice_inner .voice_list {
	width: 100%;
}
.voice .voice_inner .voice_list .voice_company {
	padding: 21px 0 16px;
	margin: 0 20px;
}
.voice .voice_inner .voice_list .voice_company img.is-sp {
	display: inline-block !important;
}
.voice .voice_inner .voice_list .voice_company img.is-pc {
	display: none !important;
}
.voice .voice_inner .voice_list .voice_company span {
	padding: 0;
}
.voice .voice_inner .voice_list .voice_company.company01 span {
	padding: 0;
}
.voice .voice_inner .voice_list .voice_company.company01 span img {
	width: 150px;
	margin-right: 6px;
}
.voice .voice_inner .voice_list .voice_company.company02 span {
	padding: 0;
}
.voice .voice_inner .voice_list .voice_company.company02 span img {
	width: 150px;
	margin-right: 6px;
	margin-top: -3px;
}
.voice .voice_inner .voice_list .voice_company p {
	font-size: 17px;
}
.voice .voice_inner .voice_list .voice_unit1 {
	margin-bottom: 50px;
}
.voice .voice_inner .voice_list .voice_unit1 {
	flex-wrap: wrap;
	margin: 0 20px;
}
.voice .voice_inner .voice_list .voice_unit1 dt {
	width: 100%;
	margin-bottom: 20px;
}
.voice .voice_inner .voice_list .voice_unit1 dt {
	overflow: hidden;
	position: relative;
	padding-top: 54%;
}
.voice .voice_inner .voice_list .voice_unit1 dt .trimming01 img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
}
.voice .voice_inner .voice_list .voice_unit1 dt .trimming02 img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -39%);
	transform: translate(-50%, -39%);
}
.voice .voice_inner .voice_list .voice_unit1 dd {
	width: 100%;
	margin-bottom: 22px;
}
.voice .voice_inner .voice_list .voice_unit1 dd .voice_unit1_title {
	font-size: 15px;
	padding: 8px 0 6px 14px;
	margin-bottom: 22px;
}
.voice .voice_inner .voice_list .voice_unit1 dd .voice_unit1_title span {
	font-size: 20px;
}
.voice .voice_inner .voice_list .voice_unit1 dd .voice_unit1_text {
	font-size: 13px;
}
.voice .voice_inner .voice_list .voice_unit2_outer {
	background-image: linear-gradient(#fff 70%, #f5f5f5 70%, #f5f5f5);
	padding: 0 20px 20px;
}
.voice .voice_inner .voice_list .voice_unit2 {
	flex-wrap: wrap;
	position: relative;
}
.voice .voice_inner .voice_list .voice_unit2:after {
	content: none;
}
.voice .voice_inner .voice_list .voice_unit2 .problem {
	width: 100%;
	padding: 20px 16px 34px;
	background-color: #ffffff;
}
.voice .voice_inner .voice_list .voice_unit2 .problem dt {
	font-size: 15px;
	margin-bottom: 14px;
}
.voice .voice_inner .voice_list .voice_unit2 .problem dt span {
	font-size: 20px;
}
.voice .voice_inner .voice_list .voice_unit2 .problem dd {
	font-size: 13px;
}
.voice .voice_inner .voice_list .voice_unit2 .result {
	width: 100%;
	padding: 34px 16px 20px;
	background-color: #fff6e3;
	position: relative;
}
.voice .voice_inner .voice_list .voice_unit2 .result dl:after {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(../lp_img/sp/icon_voice_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 50%;
	margin-top: -17.5px;
	;
	margin-right: -17.5px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dt {
	font-size: 15px;
	margin-bottom: 14px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dt span {
	font-size: 20px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd {
	font-size: 15px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd .font_big {
	font-size: 22px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd .font_middle {
	font-size: 17px;
}
.voice .voice_inner .voice_list .voice_unit2 .result dd li:nth-child(3) {
	padding-top: 5px;
}
}
/* ---------------------
    - cando
--------------------- */
.cando {
	color: #ffffff;
	overflow: hidden;
}
.cando .cando_read_area {
	background: #014687;
	padding-bottom: 200px;
}
.cando .cando_read {
	text-align: center;
	font-size: 40px;
	padding: 76px 0 60px;
	position: relative;
	line-height: 1.4;
}
.cando .cando_read:before {
	content: "";
	width: 60px;
	height: 2px;
	border: 1px solid #ffffff;
	position: absolute;
	bottom: 42px;
	right: 50%;
	margin-right: -30px;
	box-sizing: border-box;
}
.cando .cando_text {
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7;
}
.cando .cando_list {
	overflow: hidden;
	width: 1200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #ffffff;
	color: #333333;
	margin: -150px auto 54px;
}
.cando .cando_list li {
	width: 400px;
	padding: 30px;
	border: 1px solid #014687;
	height: 540px;
	}

.cando .cando_list li:nth-child(1), .cando .cando_list li:nth-child(2), .cando .cando_list li:nth-child(3) {
	border-bottom: none;
}

.cando .cando_list li:nth-child(1), .cando .cando_list li:nth-child(2), .cando .cando_list li:nth-child(4), .cando .cando_list li:nth-child(5) {
	border-right: none;
}
.cando .cando_list li dl {
	width: 100%;
	margin: 0 auto 34px;
}
.cando .cando_list li dl img {
	width: 100%;
}
.cando .cando_list li dd {
	width: 100%;
	margin: 0 auto;
}
.cando .cando_list li dd h3 {
	font-size: 25px;
	color: #014687;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 23px;
}
.cando .cando_list li dd p {
	line-height: 1.65;
}
.cando .demosite_area {
	width: 1200px;
	height: 240px;
	margin: 0 auto 150px;
	background: url(../lp_img/bg_demosite.jpg);
	position: relative;
}
.cando .demosite_area_text {
	text-align: center;
	font-size: 20px;
	position: absolute;
	width: 100%;
	top: 38px;
	left: 0;
	right: 0;
}
.cando .demosite_area_text em {
	font-size: 30px;
	display: block;
	margin-bottom: 2px;
}
.cando .demosite_area a {
	color: #ffffff;
	position: absolute;
	width: 380px;
	top: 138px;
	height: 60px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	background-color: #0099cc;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	display: table;
}
.cando .demosite_area .demosite_area_btn {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
.cando .cando_read_area {
	padding-bottom: 30px;
}
.cando .cando_read {
	font-size: 25px;
	padding: 38px 0 48px;
	line-height: 1.4;
}
.cando .cando_read:before {
	width: 30px;
	bottom: 32px;
	margin-right: -15px;
}
.cando .cando_text {
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
}
.cando .cando_list_outer {
	padding: 0 15px;
	background-image: linear-gradient(#014687 5%, #ffffff 5%, #ffffff);
}
.cando .cando_list {
	width: 100%;
	margin: 0 auto 20px;
}
.cando .cando_list li {
	width: 100%;
	padding: 20px 20px 23px;
	height: auto;
	margin-bottom: 20px;
}
.cando .cando_list li:nth-child(1), .cando .cando_list li:nth-child(2), .cando .cando_list li:nth-child(3) {
	border: 1px solid #aece00;
}
.cando .cando_list li:nth-child(1), .cando .cando_list li:nth-child(2), .cando .cando_list li:nth-child(4), .cando .cando_list li:nth-child(5) {
	border: 1px solid #aece00;
}
.cando .cando_list li dl {
	width: 100%;
	margin: 0 auto 20px;
}
.cando .cando_list li dl img {
	width: 100%;
}
.cando .cando_list li dd h3 {
	font-size: 22px;
	margin-bottom: 13px;
}
.cando .cando_list li dd p {
	font-size: 13px;
	line-height: 1.65;
}
.cando .demosite_area_outer {
	padding: 0 15px;
}
.cando .demosite_area {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding-top: 42.372%;
	background-size: cover;
	background-position: 9% 50%;
}
.cando .demosite_area_text {
	font-size: 3.1vw;
	top: 17%;
}
.cando .demosite_area_text em {
	font-size: 3.8vw;
	margin-bottom: 0.6%;
}
.cando .demosite_area a {
	position: absolute;
	width: 71.5%;
	top: 56%;
	height: 60px;
	height: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 3.4vw;
}
}
/* ---------------------
    - achievement
--------------------- */
.achievement {
	background-color: #f5f5f5;
	padding: 80px 0;
}
.achievement .achievement_inner {
	background-color: #ffffff;
	width: 1420px;
	margin: 0 auto;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.achievement .achievement_inner .achievement_read {
	text-align: center;
	font-size: 40px;
	padding: 70px 0 50px;
	position: relative;
	line-height: 1.4;
}
.achievement .achievement_inner .achievement_read:before {
	content: "";
	width: 60px;
	height: 2px;
	border: 1px solid #014687;
	position: absolute;
	bottom: 34px;
	right: 50%;
	margin-right: -30px;
	box-sizing: border-box;
}
.achievement .achievement_inner .achievement_logo {
	text-align: center;
	width: 1258px;
	margin: 0 auto 24px;
}
.achievement .achievement_inner .achievement_logo img {
	width: 100%;
}
.achievement .achievement_inner .achievement_caption {
	font-size: 10px;
	text-align: right;
	padding: 0 36px 18px 0;
}

@media (max-width: 1420px) and (min-width: 768px) {
.achievement .achievement_inner {
	width: 100%;
}
.achievement .achievement_inner .achievement_logo {
	width: 100%;
	padding: 0px 20px;
}
.achievement .achievement_inner .achievement_logo img {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
.achievement {
	padding: 0;
}
.achievement .achievement_inner {
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	padding-bottom: 64px;
}
.achievement .achievement_inner .achievement_read {
	font-size: 25px;
	padding: 36px 0 46px;
}
.achievement .achievement_inner .achievement_read:before {
	width: 30px;
	bottom: 36px;
	margin-right: -15px;
}
.achievement .achievement_inner .achievement_list_inner {
	background-color: #ffffff;
	margin: 0 15px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.achievement .achievement_inner .achievement_logo {
	width: 90%;
	padding: 20px 20px 10px;
}
.achievement .achievement_inner .achievement_logo img {
	width: 100%;
}
.achievement .achievement_inner .achievement_caption {
	font-size: 11px;
	line-height: 1.6;
	text-align: left;
	padding: 0px 0 20px;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 16px;
}
}
/* ---------------------
    - company
--------------------- */
.company .company_inner {
	width: 1200px;
	margin: 80px auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.company .company_inner .company_info {
	width: 574px;
}
.company .company_inner .company_info h2 {
	margin-bottom: 39px;
}
.company .company_inner .company_info svg {
	fill: rgba(0,0,0,0);
	width: 315px;
	height: 81px;
}
.company .company_inner .company_info p {
	margin-bottom: 54px;
	line-height: 1.9;
}
.company .company_inner .company_info .company_img {
	width: 448px;
}
.company .company_inner .company_info .company_img img {
	width: 100%;
}
.company .company_inner .company_overview {
	width: 520px;
}
.company .company_inner .company_overview table {
	font-size: 16px;
	line-height: 1.85;
}
.company .company_inner .company_overview tr {
	border-bottom: 1px solid #cccccc;
}
.company .company_inner .company_overview tr td {
	padding: 12px 0;
}
.company .company_inner .company_overview tr td:nth-of-type(1) {
	width: 160px;
}
.company .company_inner .company_overview tr td:nth-of-type(2) {
	width: 360px;
}
.company .company_inner .company_info_confirm {
	margin-top: 20px;
}
.company .company_inner .company_info_confirm .company_info_confirm_read {
	margin-bottom: 18px;
}
.company .company_inner .company_info_confirm .company_info_confirm_link {
	background: #000000;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	padding: 11px 20px;
}

@media screen and (max-width: 767px) {
.company {
	margin: 0 26px;
}
.company .company_inner {
	width: 100%;
	margin: 37px auto;
	flex-wrap: wrap;
}
.company .company_inner .company_info {
	width: 100%;
	margin-bottom: 20px;
}
.company .company_inner .company_info h2 {
	width: 200px;
	margin-bottom: 19px;
}
.company .company_inner .company_info svg {
	width: 210px;
	height: 54px;
}
.company .company_inner .company_info p {
	font-size: 13px;
	margin-bottom: 32px;
}
.company .company_inner .company_info .company_img {
	width: 100%;
}
.company .company_inner .company_info img {
	width: 100%;
}
.company .company_inner .company_overview {
	width: 100%;
}
.company .company_inner .company_overview table {
	font-size: 13px;
	line-height: 1.8;
	width: 100%;
}
.company .company_inner .company_overview tr td {
	padding: 10px 0;
}
.company .company_inner .company_overview tr td:nth-of-type(1) {
	width: 30%;
}
.company .company_inner .company_overview tr td:nth-of-type(2) {
	width: 70%;
}
.company .company_inner .company_info_confirm {
	font-size: 13px;
}
.company .company_inner .company_info_confirm .company_info_confirm_link {
	padding: 10px 18px;
}
}

/* IEで見た時 ボタンテキストの位置調整 */
@media all and (-ms-high-contrast: none) {
.company .company_inner .company_info_confirm .company_info_confirm_link {
	padding: 13px 20px 9px;
}
}
/* ---------------------
    - inquiry
--------------------- */
.inquiry {
	background-color: #f0f4f7;
	height: 400px;
}
.inquiry .inquiry_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 400px;
}
.inquiry .inquiry_inner .inquiry_img {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 440px;
	height: auto;
}
.inquiry .inquiry_inner .inquiry_img img {
	width: 100%;
	height: auto;
}
.inquiry .inquiry_inner .inquiry_offer {
	width: 800px;
	box-shadow: 0 4px 19px rgba(0,0,0,0.2);
	position: absolute;
	top: 82px;
	left: 3px;
}
.inquiry .inquiry_inner .inquiry_offer > p {
	width: 100%;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	background-color: #ffffff;
	line-height: 1.4;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li {
	width: 50%;
	height: 178px;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_img {
	width: 56px;
	margin-right: 16px;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_img img {
	width: 100%;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text {
	color: #ffffff;
	font-weight: bold;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text .number {
	font-size: 31px;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text .caption {
	font-size: 14px;
	font-weight: normal;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text .explain {
	font-size: 24px;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.tell a {
	background-color: #316cf4;
	pointer-events: none;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.mail a {
	background-color: #fd52b4;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.mail a:after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
.inquiry {
	height: auto;
}
.inquiry .inquiry_inner {
	width: 100%;
	padding-top: 63%;
	height: auto;
	overflow: hidden;
}
.inquiry .inquiry_inner .inquiry_img {
	right: -10px;
	bottom: 0;
	width: 63%;
}
.inquiry .inquiry_inner .inquiry_img img {
	width: 100%;
}
.inquiry .inquiry_inner .inquiry_offer {
	width: 60%;
	height: auto;
	box-shadow: 0 4px 19px rgba(0,0,0,0.2);
	top: 14%;
	left: 2%;
}
.inquiry .inquiry_inner .inquiry_offer p {
	font-size: 3.2vw;
	padding: 12px 0;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list {
	flex-wrap: wrap;
	width: 100%;
	background-color: #ffffff;
	line-height: 1.2;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li {
	width: 100%;
	height: auto;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_img {
	width: 14%;
	margin-right: 6%;
	margin-left: 9%;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text {
	width: 71%;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text .number {
	font-size: 4.3vw;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text .caption {
	font-size: 2.2vw;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li a .inquiry_offer_list_text .explain {
	font-size: 3.1vw;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.tell a {
	background-color: #316cf4;
	padding: 5px;
	pointer-events: auto;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.mail a {
	background: none;
	background-color: #fd52b4;
	padding: 5px;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.tell a img {
	width: 100%;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.mail a img {
	width: 100%;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.mail a:after {
	right: 7px;
	bottom: 7px;
	width: 8px;
	height: 8px;
}
.inquiry .inquiry_inner .inquiry_offer .inquiry_offer_list li.tell a:after {
	content: "";
	position: absolute;
	right: 7px;
	bottom: 7px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
}
/* ---------------------
    - footer
--------------------- */
footer {
	min-height: 90px;
	overflow: hidden;
}
footer .footer_inner {
	font-size: 12px;
	margin: 48px auto 26px;
	text-align: center;
}

@media screen and (max-width: 767px) {
footer {
	min-height: 66px;
	overflow: hidden;
}
footer .footer_inner {
	font-size: 11px;
	margin: 30px auto 22px;
	text-align: center;
}
}
