@charset "UTF-8";


/*--------------------------------------------------
**************************************************
メイン画像
**************************************************
--------------------------------------------------*/
.main_visual {
	position: relative;
	max-width: 2000px;
	width: 100%;
	margin-top: 70px;
	z-index: 1;
}

.main_visual::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../imgs/common/path_01.svg) no-repeat;
	background-position: bottom center;
	background-size: cover;
	z-index: -1;
}

.main_wrap {
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.main_wrap .toptitle_wrap {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main_wrap .toptitle_wrap h2 {
	margin-top: 20px;
}

.request_bth {
	position: relative;
	max-width: 400px;
	width: 40vw;
	height: 70px;
	margin: 40px 0;
}

.request_bth a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: 35px;
	border: 3px solid #2A2A2A;
	background: #2E67A3;
	text-decoration-line: none;
	transition: opacity 0.3s;
}

.request_bth a:hover {
	opacity: 0.8;
}

.main_wrap .toptitle_wrap .text_wrap {
	width: 310px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 22px;
}

.topimg_wrap {
	position: relative;
	width: 50%;
	margin: 60px auto 40px auto;
}

.topimg_wrap .pc_img {
	position: relative;
}

.topimg_wrap .pc_img .pc_logo {
	position: absolute;
	display: flex;
	width: 15%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.topimg_wrap .icon_cont {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: -150px;
	margin: 0 auto;
}

.topimg_wrap .icon_cont li {
	position: absolute;
	max-width: 130px;
	width: 12vw;
	height: 100%;
	bottom: 0;
}

.topimg_wrap .icon_cont li:nth-child(1) {
	left: 10%;
	bottom: 16%;
}

.topimg_wrap .icon_cont li:nth-child(2) {
	left: -5%;
	bottom: -2%;
}

.topimg_wrap .icon_cont li:nth-child(3) {
	left: 20%;
	bottom: 2%;
}

.topimg_wrap .icon_cont li:nth-child(4) {
	left: 4%;
	bottom: -15%;
}

.topimg_wrap .icon_cont li .icon_div {
	position: absolute;
	opacity: 0;
}

.topimg_wrap .icon_cont li:nth-child(1) .icon_div {
	animation: fuwari1 5.0s infinite 3.9s;
}

.topimg_wrap .icon_cont li:nth-child(2) .icon_div {
	animation: fuwari2 5.0s infinite 2.8s;
}

.topimg_wrap .icon_cont li:nth-child(3) .icon_div {
	animation: fuwari3 5.0s infinite 1.7s;
}

.topimg_wrap .icon_cont li:nth-child(4) .icon_div {
	animation: fuwari4 5.0s infinite 0s;
}

@keyframes fuwari1 {
	0% {
		bottom: 0;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 0;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 0;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 0;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 0;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}

@keyframes fuwari2 {
	0% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 15%;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 15%;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}

@keyframes fuwari3 {
	0% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 15%;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 15%;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 15%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}

@keyframes fuwari4 {
	0% {
		bottom: 23%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1% {
		bottom: 23%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}

	1.5% {
		opacity: 1;
	}

	3% {
		bottom: 23%;
	}

	4% {
		transform: scale(0.8, 1.2);
	}

	6.5% {
		bottom: 30%;
		transform: scale(1);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		bottom: 30%;
		transform: scale(1);
		opacity: 0;
	}

	81% {
		bottom: 23%;
		transform: scale(1);
		opacity: 0;
	}

	100% {
		bottom: 23%;
		transform: scale(1.2, 0.8);
		opacity: 0;
	}
}

@media (max-width: 850px) {
	.main_wrap .toptitle_wrap h2 {
		font-size: 36px;
	}
}


/*
***********************************************
スライドシュー
***********************************************
*/

#top_bg_scroll {
	position: relative;
	max-width: 2000px;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	z-index: 2;
}

#top_bg_scroll::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100%;
	background: linear-gradient(90deg, rgba(206, 235, 248, 1) 0%, rgba(0, 0, 0, 0));
	z-index: 1;
}

#top_bg_scroll::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 100%;
	background: linear-gradient(-90deg, rgba(206, 235, 248, 1) 0%, rgba(0, 0, 0, 0));
	z-index: 1;
}

#top_bg_scroll .bg_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

#top_bg_scroll .bg_cont {
	position: absolute;
	width: 1880px;
	height: 180px;
	bottom: -40px;
	background: url(../imgs/top/b_top.png) no-repeat top left;
	background-size: 100% auto;
}

#top_bg_scroll .bg_cont.one {
	animation: scroll-anim 180s linear infinite -60s;
}

#top_bg_scroll .bg_cont.two {
	animation: scroll-anim 180s linear infinite -120s;
}

#top_bg_scroll .bg_cont.three {
	animation: scroll-anim 180s linear infinite -180s;
}

@keyframes scroll-anim {
	0% {
		left: 3760px;
	}

	100% {
		left: -1880px;
	}
}

.top_text {
	position: relative;
	width: 100%;
	padding: 35px 0 35px 0;
	background: #f8f7ed;
	z-index: 1;
}

.top_text h2 {
	display: block;
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	line-height: 40px;
	letter-spacing: 0.1em;
}

@media (max-width: 2000px) {

	#top_bg_scroll::before,
	#top_bg_scroll::after {
		background: none;
	}
}

@media (max-width: 1000px) {
	.top_text h2 {
		font-size: 2vw;
		line-height: 4vw;
	}
}


/*--------------------------------------------------
**************************************************
6つの落とし穴
**************************************************
--------------------------------------------------*/
#trap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	text-align: center;
	z-index: 2;
}

#trap h3 {
	font-size: 40px;
}

#trap .trap_toptext {
	position: relative;
	display: inline-block;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	margin: 30px 0;
}

#trap .trap_toptext::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 50px;
	top: 0;
	left: -25px;
	bottom: 0;
	background: #5AC8C7;
	transform: rotate(-30deg);
	margin: auto;
}

#trap .trap_toptext::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 50px;
	top: 0;
	right: -25px;
	bottom: 0;
	background: #5AC8C7;
	transform: rotate(30deg);
	margin: auto;
}

#trap h3 .s_text {
	font-size: 32px;
}

#trap h3 .s_text .text_b {
	font-size: 40px;
	padding: 0 5px 0 5px;
}

.trap_wrap .trap_cont {
	display: flex;
	max-width: 900px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.trap_wrap .trap_cont li {
	width: calc(90% / 3);
	margin: 20px 15px 10px 15px;
	border-radius: 20px;
	padding: 20px 0;
}

.trap_wrap .trap_cont li.cont_01 {
	background: rgb(250 194 75 / 67%);
}

.trap_wrap .trap_cont li.cont_02 {
	background: rgb(238 121 148 / 55%);
}

.trap_wrap .trap_cont li.cont_03 {
	background: rgb(90 198 237 / 54%);
}

.trap_wrap .trap_cont li.cont_04 {
	background: rgb(148 202 116 / 60%);
}

.trap_wrap .trap_cont li.cont_05 {
	background: rgb(178 112 165 / 51%);
}

.trap_wrap .trap_cont li.cont_06 {
	background: rgb(156 209 212 / 76%);
}


.trap_wrap .trap_cont li .t_text {
	font-size: 20px;
	font-weight: 600;
}

.trap_wrap .trap_cont li .trap_icon {
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
}

.trap_wrap .trap_cont li .b_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    align-content: center;
	width: 100%;
	height: 50px;
    font-size: 18px;
    line-height: 25px;
	margin: 0 auto;
	font-weight: 600;
}

#trap .arrow_icon {
	width: 25px;
	margin: 20px auto 20px auto;
}

#trap .trap_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

#trap .trap_inner .logo_title {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#trap .trap_inner .invox_logo02 {
	width: 240px;
}

#trap .trap_inner .logo_title .text {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 35px;
	margin: 15px 20px 0 20px;
}

#trap .trap_inner .logo_title .text .bold {
	display: inline-block;
	font-size: 32px;
	margin-bottom: 10px;
}

#trap .trap_inner .logo_title .text .text_adjust {
	display: block;
	font-size: 28px;
	text-align: left;
}

#trap .trap_inner .inner_img {
	width: 20%;
}

@media (max-width: 870px) {
	#trap .trap_inner .logo_title {
		display: flex;
		width: unset;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}


}

/*--------------------------------------------------
**************************************************
invoxとは
**************************************************
--------------------------------------------------*/

#content {
	position: relative;
	max-width: 2000px;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	margin: -100px auto 0 auto;
	text-align: center;
	z-index: 1;
}

#content .cont_merit {
	position: relative;
}

#content .cont_merit::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 751px;
	top: -250px;
	left: 0;
	right: 0;
	background: url(../imgs/common/path_02.svg) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	z-index: -1;
}

#content .cont_merit::after {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 470px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffdd72;
	z-index: -1;
}

#content .cont_text {
	font-size: 16px;
	font-weight: 300;
	margin: 30px 0 40px 0;
}

#content .cont_img {
	max-width: 850px;
	width: calc(100% - 20px);
	height: auto;
	margin: 0 auto 50px auto;
}

#content .merit {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#content .merit .merit_wrap {}

#content .merit .merit_wrap .merit_cont {
	position: relative;
	display: flex;
	width: calc(100% - 20px);
	justify-content: center;
	align-items: center;
	padding: 50px 0 50px 0;
	z-index: 1;
}

#content .merit .merit_wrap .merit_cont li {
	position: relative;
	width: 25%;
	z-index: 2;
}

#content .merit .merit_wrap .merit_cont li::before {
	position: absolute;
	content: "";
	width: 2px;
	height: calc(100% - 20px);
	top: 10px;
	right: 0;
	bottom: 0;
	border-right: 2px dotted #2A2A2A;
}

#content .merit .merit_wrap .merit_cont li:last-child:before {
	border-right: none;
}

#content .merit .merit_wrap .merit_cont li .merit_top {
	display: flex;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	flex-direction: column;
	justify-content: flex-end;
}

#content .merit .merit_wrap .merit_cont li .merit_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

#content .merit .merit_wrap .merit_cont li .mreit_title {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
}

#content .merit .merit_wrap .merit_cont li .merit_text {
	display: flex;
	width: calc(100% - 20px);
	height: 70px;
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto;
	flex-direction: column;
}

/*--------------------------------------------------
**************************************************
お客様の声
**************************************************
--------------------------------------------------*/
#voice {
	position: relative;
	max-width: 2000px;
	width: 100%;
	text-align: center;
	padding-top: 100px;
	margin: 0px auto 50px auto;
	z-index: 1;
}

.voice_wrap {
	position: relative;
}

#voice .voice_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 400px;
	top: -100px;
	left: 0;
	right: 0;
	background: #ffdd72;
	z-index: -1;
}

#voice .voice_wrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 240px;
	top: 298px;
	left: 0;
	right: 0;
	background: url(../imgs/common/path_03.svg) top center no-repeat;
	background-size: 100%;
	z-index: -1;
}

#voice .voice_cont {
	display: flex;
	max-width: 1000px;
	width: calc(100% - 20px);
	justify-content: space-between;
	margin: 50px auto 80px auto;
}

#voice .voice_cont .voice_img {
	width: 40%;
	padding: 10px 20px 10px 0px;
}

#voice .voice_cont .voice_img .name {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

#voice .voice_cont .voice_textwrap {
	position: relative;
	width: 60%;
	height: auto;
	padding: 30px 20px 50px 20px;
	margin: 0 auto;
	z-index: 1;
}

#voice .voice_cont .voice_textwrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 0.5px solid #707070;
	box-shadow: 0px 10px 6px 2px rgb(0 0 0 / 16%);
	border-radius: 10px;
	z-index: -1;
}

#voice .voice_cont .voice_textwrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% + 10px);
	top: 0;
	bottom: -10px;
	background: url(../imgs/common/pattern.svg) repeat;
	border-radius: 10px;
	background-size: 12px;
	z-index: -2;
}

#voice .voice_cont.one .voice_textwrap::after {
	left: 10px;
	right: 0;
}

#voice .voice_cont.two .voice_textwrap::after {
	left: -10px;
	right: 0;
}

#voice .voice_cont .voice_textwrap .triangle {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 110px;
}

#voice .voice_cont .voice_textwrap .triangle svg {
	fill: #fff;
	stroke: #000000;
	stroke-width: 0.3px;
}

#voice .voice_cont.one .voice_textwrap .triangle {
	left: -13px;
	transform: rotate(180deg);
}

#voice .voice_cont.two .voice_textwrap .triangle {
	right: -15px;
}

.voice_inner {}

.voice_contwrap {
	text-align: left;
}

#voice .voice_contwrap .v_title {
	position: relative;
	display: block;
	width: calc(100% - 80px);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #58c9c7;
	font-weight: 600;
	margin: 0 auto;
}

#voice .voice_contwrap .v_title::before {
	position: absolute;
	content: "“";
	top: 16px;
	left: -30px;
	font-size: 80px;
	font-weight: 200;
	color: #58c9c7;
}

#voice .voice_contwrap .v_title::after {
	position: absolute;
	content: "”";
	right: -30px;
	bottom: -20px;
	font-size: 80px;
	font-weight: 200;
	color: #58c9c7;
}

#voice .voice_contwrap .a_title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #58c9c7;
	font-weight: 600;
	margin-left: 20px;
	background: #fff;
	z-index: 1;
}

#voice .voice_contwrap .a_title::before {
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: 1.5px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #58c9c7;
	margin: auto;
	z-index: -1;
}

#voice .voice_contwrap .a_title .a_title_wrap {
	position: relative;
	display: inline-block;
	z-index: 1;
}

#voice .voice_contwrap .a_title .a_title_wrap::before {
	position: absolute;
	content: "";
	width: calc(100% + 10px);
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	margin: auto;
	z-index: -1;
}

#voice .voice_contwrap .v_text {
	width: calc(100% - 40px);
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	margin: 30px auto 30px auto;
}

#voice .voice_contwrap .a_text {
	width: calc(100% - 40px);
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
	margin: 10px auto 30px auto;
}

#voice .more_btn {
	position: absolute;
	display: block;
	width: 100%;
	padding: 80px 0 0;
	bottom: 30px;
	left: 0;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

#voice .more_btn::after {
	content: "";
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: calc(100% - 4px);
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    opacity: 1;
    transition: opacity 0.3s linear;
    z-index: -1;
}

#voice .more_btn p::before {
	position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    right: 0;
    bottom: 10px;
    background: url(../imgs/common/arrow_up.svg) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

#voice .voice_textwrap .more_btn.close_btn p::before {
	transform: rotate(180deg);
}

#voice .more_btn p::after {
	position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: 2px;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #2E67A3;
    margin: 0 auto;
}

#voice .more_btn .open {
	position: relative;
	display: inline-block;
	font-size: 17px;
	color: #2E67A3;
	font-weight: 600;
	cursor: pointer;
	padding-bottom: 5px;
	padding-right: 30px;
	text-decoration: none;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.voice_contwrap .more_contents {
	display: none;
}

#voice .more_btn.close_btn::after {
	opacity: 0;
}

#voice .more_btn.close_btn p {
	position: relative;
    display: inline-block;
    color: #2E67A3;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    padding-bottom: 5px;
    padding-right: 30px;
}

#voice .more_btn.close p::before {
	width: 130px;
	left: 20px;
}

/*--------------------------------------------------
**************************************************
おすすめ
**************************************************
--------------------------------------------------*/

.recommend {
	position: relative;
	display: block;
	max-width: 900px;
	width: 100%;
	margin: 180px auto 80px auto;
}

.recommend_img {
	position: absolute;
	width: 200px;
	top: 0;
	left: -25px;
	bottom: 0;
}

.recommend_wrap {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 40px;
}

.recommend_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 15px;
	left: -100px;
	right: 0;
	bottom: 0;
	padding: 30px 30px 30px 150px;
	background: #FFDD72;
	border-radius: 20px;
	z-index: -1;
}

#voice .recommend_wrap .recommend_titl {
	position: absolute;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	z-index: 1;
}

#voice .recommend_wrap .recommend_titl::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0px 5px 0px;
	border: 3px solid #FFDD72;
	background: #fff;
	border-radius: 25px;
	margin: auto;
	z-index: -1;
}

#voice .recommend_wrap .recommend_titl::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -15px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
}

.recommend_wrap .r_text {
	text-align: left;
	margin: 30px 0 30px 60px;
}

.recommend_wrap .r_text li {
	position: relative;
	display: flex;
	width: calc(100% - 40px);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	align-items: center;
	margin: 0 0 20px 40px;
}

.recommend_wrap .r_text li::before {
	position: absolute;
	display: block;
	content: '';
	width: 25px;
	height: 10px;
	top: 12px;
	left: -60px;
	border-left: 4px solid #58C9C7;
	border-bottom: 4px solid #58C9C7;
	transform: rotate(-45deg);
}

#voice .request_bth {
	margin: 0 auto;
}

/*--------------------------------------------------
**************************************************
invoxでできること
**************************************************
--------------------------------------------------*/
#case {
	position: relative;
	max-width: 2000px;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 100px;
	margin: 80px auto 150px auto;
}

#case .case_wrap {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#case .case_img {
	position: absolute;
	width: 300px;
	top: -300px;
	right: 0;
	z-index: -1;
}

#case .case_text {
	position: relative;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: 300;
	background: #fff;
	margin: 10px 0 50px 0;
	z-index: 1;
}

.point_wrap {
	position: relative;
	max-width: 850px;
	width: calc(100% - 40px);
	height: auto;
	background: #fff;
	border: 3px solid #2A2A2A;
	border-radius: 20px;
	padding: 20px 30px 20px 30px;
	margin: 0 auto;
	z-index: 2;
}

.point_wrap .pcont_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.point_wrap .pcont_wrap .point_cont {
	display: flex;
	width: calc((100% - 150px) / 3);
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.point_wrap .pcont_wrap .point_cont .point_num {
	display: inline-block;
	max-width: 150px;
	width: 100%;
	background: #26B7BC;
	border: 2px solid #2A2A2A;
	border-radius: 20px;
	padding: 5px 0px 5px 0px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 20px;
}

.point_wrap .pcont_wrap .point_cont .point_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 20px;
}

.point_wrap .pcont_wrap .point_cont .point_icon {
	width: 120px;
	margin-top: 20px;
}

.point_wrap .pcont_wrap .arrow_icon {
	display: inline-block;
	width: 60px;
	height: 30px;
	vertical-align: top;
	margin: -70px auto 0 auto;
}

.point_wrap .ptext_wrap {
	position: relative;
	display: flex;
	width: calc(100% - 40px);
	justify-content: center;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
}

.point_wrap .ptext_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #FDCA00;
	border-radius: 20px;
	box-sizing: border-box;
}

.point_wrap .ptext_wrap .text {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 30px;
	font-weight: 600;
	margin-right: 30px;
}

.point_wrap .ptext_wrap .p_logo {
	width: 45px;
	height: 45px;
}

#case .arrow_icon.white {
	position: relative;
	width: 24px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	z-index: 2;
}

#case .point_inner {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

#case .point_bg_base {
	position: relative;
	margin-top: -20px;
	padding-top: 20px;

}

#case .point_bg_base:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	display: block;
	background-color: #ffdd72;
	z-index: -3;
}


#case .point_bg {}


#case .point_bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	top: -200px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../imgs/common/path_04.svg) bottom center no-repeat;
	background-size: 100% auto;
	z-index: -2;
}

#case .point_bg::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 760px;
	left: 0;
	right: 0;
	bottom: -660px;
	background: url(../imgs/common/path_05.svg) top center no-repeat;
	background-size: 100% auto;
	z-index: -2;
}

#case .point_inner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../imgs/common/b_design.png) repeat;
	background-size: 820px;
	opacity: 0.8;
	z-index: -2;
}

#case .point_inner .point_content {
	position: relative;
	max-width: 850px;
	width: calc(100% - 40px);
	height: auto;
	background: #fff;
	border: 2px solid #2A2A2A;
	border-radius: 30px;
	padding: 50px 30px 60px 30px;
	margin: 20px auto 80px auto;
	box-shadow: 0px 3px 3px 2px rgb(0 0 0 / 16%);
}

#case .point_inner .point_content::before {
	position: absolute;
	content: "";
	width: calc(100% + 4px);
	top: 25px;
	left: -2px;
	right: 0;
	bottom: -2px;
	background: #fff;
	border-radius: 0 0 30px 30px;
}

#case .point_inner .point_content .title_01 {
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 100%;
	top: -20px;
	left: 0;
	right: 0;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 38px;
	letter-spacing: 0.1em;
	background: url(../imgs/common/b_point_title.svg) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	z-index: 1;
}

#case .point_inner .point_content .title_02 {
	position: relative;
	display: inline-block;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#case .point_inner .point_content .title_02::before {
	position: absolute;
	content: "";
	width: 65%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #26B7BC;
}

#case .point_inner .content_wrap {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 50px 0 40px 0;
	padding: 0 30px 0 30px;
}

#case .point_inner .content_wrap .cont_r {
	width: 60%;
	margin-right: 20px;
}

#case .point_inner .content_wrap .cont_r .title {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

#case .point_inner .content_wrap .cont_r .title::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 80px;
	top: -50px;
	left: -40px;
	background: url(../imgs/top/point_04.png) no-repeat;
	background-size: 100%;
}

#case .point_inner .content_wrap .cont_r .dotted_icon {
	width: calc(100% - 80px);
	margin: 10px auto 10px auto;
}

#case .point_inner .content_wrap .cont_r .check_list {
	font-size: 17px;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 400;
}

#case .point_inner .content_wrap .cont_r .check_list li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
}

#case .point_inner .content_wrap .cont_r .check_list li::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 7px;
	left: 0;
	border: 2px solid #2A2A2A;
	margin: auto;
}

#case .point_inner .content_wrap .cont_r .check_list li::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 4px;
	top: 10px;
	left: 4px;
	bottom: 0;
	border-left: 2px solid #26B7BC;
	border-bottom: 2px solid #26B7BC;
	transform: rotate(-45deg);
}

#case .point_inner .content_wrap .cont_l {
	width: 35%;
}

#case .point_inner .point_content .point_bottom {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #FFDD72;
	border-radius: 15px;
	padding: 7px 30px 7px 30px;
}

@media (max-width: 850px) {
	.point_wrap .ptext_wrap {
		align-items: center;
	}

	.point_wrap .ptext_wrap .text {
		font-size: 18px;
		letter-spacing: 0.1em;
		text-align: left;
		font-weight: 500;
		margin-right: 30px;
	}

	.point_wrap .ptext_wrap .text .indention {
		display: block;
	}
}

/*--------------------------------------------------
**************************************************
申し込み当日から始められます
**************************************************
--------------------------------------------------*/
.cost {
	width: 100%;
	height: auto;
	background: #94CA74;
}

.cost .cost_wrap {
	position: relative;
	max-width: 900px;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 30px 0 30px 0;
	margin: 0 auto;
}

.cost .cost_wrap .cost_title {
	font-size: 37px;
	color: #fff;
	font-weight: 600;
}

.cost .cost_wrap .cost_text {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #fff;
	margin: 20px 0;
}

.cost .cost_wrap .cost_inner {
	max-width: 750px;
	width: calc(100% - 20px);
	height: auto;
	border: 2px solid #2A2A2A;
	background: #fff;
	border-radius: 15px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}

.cost .cost_wrap .cost_inner .cost_info {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
}

.cost .cost_wrap .cost_inner .cost_info::before {
	position: absolute;
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	left: -20px;
	right: 0;
	bottom: 20px;
	background: #888888;
}

.cost .cost_wrap .cost_inner .cost_info .cost_r {
	width: 37%;
	height: auto;
	background: rgb(210 223 150 / 29%);
	border-radius: 10px;
	color: #6BAA3D;
	font-weight: bold;
	padding: 20px 30px 20px 30px;
	margin-right: 20px;
}

.cost .cost_wrap .cost_inner .cost_info .cost_l {
	width: 60%;
	height: auto;
	border-radius: 10px;
	color: #6BAA3D;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin-left: 20px;
}

.cost .cost_wrap .cost_inner .cost_info .title {
	display: block;
	font-size: 16px;
}

.cost .cost_wrap .cost_inner .cost_info .pay {
	font-size: 50px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.cost .cost_wrap .cost_inner .cost_info .num_01 {
	font-size: 57px;
}

.cost .cost_wrap .cost_inner .cost_info .num_02 {
	font-size: 70px;
	font-weight: bold;
}

.cost .cost_wrap .cost_inner .cost_info .text_s {
	font-size: 15px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}

.cost .cost_wrap .cost_inner .cost_info .cost_l .pay {
	font-size: 70px;
	letter-spacing: 0;
}

.cost .cost_wrap .cost_inner .cost_info .cara {
	font-size: 50px;
	font-family: '游ゴシック';
	font-weight: normal;
}


.cost .cost_wrap .cost_inner .data {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 30px;
}

.cost .cost_wrap .cost_img {
	position: absolute;
	width: 150px;
	left: -80px;
	bottom: -15px;
}

@media (max-width: 1100px) {
	.cost .cost_wrap .cost_img{
		left: 0;
	}
}
/*--------------------------------------------------
**************************************************
よくある質問
**************************************************
--------------------------------------------------*/
#faq {
	position: relative;
	width: 100%;
	padding-top: 100px;
	background: #F2F2F2;
}

#faq h3 {
	text-align: center;
}

#faq ul {
	position: relative;
	max-width: 760px;
	width: calc(100% - 80px);
	margin: 50px auto 0px auto;
	padding: 0 0 80px 0;
}

#faq ul li {
	position: relative;
	margin: 20px 20px 50px 20px;
	cursor: pointer;
	z-index: 1;
}

#faq ul li::before {
	position: absolute;
	content: "";
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	top: 0;
	bottom: 0;
	background: url(../imgs/common/pattern.svg) repeat;
	border-radius: 15px;
	background-size: 12px;
	z-index: -2;
}

#faq ul li .q_title {
	width: calc(100% - 80px);
	transition: opacity 0.3s;
}


#faq ul li:hover .q_title {}

#faq ul li .faq_q {
	position: relative;
	display: flex;
	line-height: 1.3;
	font-size: 17px;
	color: #2e67a3;
	font-weight: 600;
	letter-spacing: 0.05em;
	background: #dae2eb;
	border-radius: 10px;
	padding: 7px 44px 7px 0;
	align-items: center;
}

#faq ul li .faq_q.active {
	border-radius: 15px 15px 0 0;
}

#faq ul li .faq_q::before {
	position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    top: 0;
    right: 29px;
    bottom: 0;
    border: 0px;
    background: url(../imgs/common/arrow_up.svg) no-repeat;
    background-size: 100%;
    margin: auto;
}

#faq ul li .faq_q .q_icon {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	line-height: 34px;
	margin: 0 30px 0 20px;
}

#faq ul li .faq_a .faq_a_wrap .a_text {
	width: calc(100% - 50px);
	margin-left: 20px;
	font-weight: 400;
}

#faq ul li .faq_a .a_icon {
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: #2e67a3;
	text-align: center;
	line-height: 50px;
	margin: 0 30px 0 20px;
}

#faq ul li .faq_q.active::before {
	transform: rotate(180deg);
}

#faq ul li .faq_a {
	display: none;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0.1em;
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 5px 20px 10px 0px;
}

#faq ul li .faq_a .faq_a_wrap {
	display: flex;
	align-items: center;
}


/*--------------------------------------------------
**************************************************
資料請求フォーム
**************************************************
--------------------------------------------------*/

#document {
	position: relative;
	width: 100%;
	max-width: 2000px;
	padding-top: 100px;
	margin-top: -50px;
	text-align: center;
	z-index: 1;
}

#document::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50px;
	left: 0;
	background: url(../imgs/common/path_06.svg) top center no-repeat;
	background-size: 100%;
	z-index: -1;
}

#document .document_text {
	max-width: 390px;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 300;
	line-height: 20px;
	margin: 20px auto 80px auto;
}

#document .recommend_wrap {
	position: relative;
	max-width: 870px;
	background: #FFDD72;
	padding: 40px 0 10px 0;
	margin: 0 auto;
	z-index: 1;
}

#document .recommend_wrap::before {
	position: absolute;
	content: "";
	width: 300px;
	height: auto;
	top: -60px;
	left: -133px;
	bottom: -30px;
	background: url(../imgs/top/cont_10.png) no-repeat;
	background-size: 53%;
	z-index: -1;
}

#document .recommend_wrap::after {
	position: absolute;
	content: "";
	width: 300px;
	height: auto;
	top: -24px;
	right: -170px;
	bottom: -28px;
	background: url(../imgs/top/cont_11.png) no-repeat;
	background-size: 83%;
	z-index: 1;
}

#document .recommend_wrap .recommend_titl {
	position: absolute;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	top: -24px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	z-index: 1;
}

#document .recommend_wrap .recommend_titl::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0px 5px 0px;
	border: 3px solid #FFDD72;
	background: #fff;
	border-radius: 25px;
	margin: auto;
	z-index: -1;
}

#document .recommend_wrap .recommend_titl::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -15px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
}

.document_list {
	position: relative;
	width: 100%;
	background: #FFDD72;
	padding: 30px 0 30px 0;
}

#document .recommend_wrap .r_text {
	max-width: 600px;
	margin: 0 auto;
}

.Document_form {
	position: relative;
	max-width: 870px;
	width: calc(100% - 40px);
	background: #F2F2F2;
	padding: 30px 0 50px 0;
	box-shadow: 0px 3px 6px 2px rgb(0 0 0 / 16%);
	margin: 0 auto;
}

.Document_form ul {
	padding: 0px 110px 30px 110px;
}

.Document_form ul li {
	display: flex;
	width: 100%;
	font-size: 12px;
	align-items: center;
	margin: 30px 0;
}

.Document_form ul li .input_title {
	width: 200px;
	text-align: left;
	font-weight: 300;
}

.Document_form ul li .input_title .required {
	display: block;
	font-size: 10px;
	color: #e70505;
}

.Document_form ul li .input_wrap {
	width: calc(100% - 120px);
}

.Document_form ul li .input_wrap .note {
	display: block;
	margin-top: 5px;
}

.Document_form ul li .input_wrap input,
.Document_form ul li .input_wrap select,
.Document_form ul li .input_wrap textarea {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 12px;
	font-weight: 600;
	border-radius: 10px;
	padding: 12px 10px 12px 13px;
}

.Document_form ul li .input_wrap.select {
	position: relative;
}

.Document_form ul li .input_wrap.select::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 0;
	right: 15px;
	bottom: 0;
	border-bottom: solid 2px #afafaf;
	border-right: solid 2px #afafaf;
	transform: rotate(45deg);
	margin: auto;
}

.Document_form ul li .input_wrap.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.Document_form ul li .input_wrap.select select::-ms-expand {
	display: none;
}

.Document_form ul li .input_wrap.name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Document_form ul li .input_wrap.name input[type="text"] {
	width: calc(50% - 10px);
}

.Document_form ul li textarea {
	height: 100px;
}

.Document_form ul li .privacy_cont {
	display: flex;
	align-items: center;
}

.Document_form ul li .input_wrap a {
	display: block;
	text-decoration: none;
	color: #333;
	margin-bottom: 10px;
	transition: 0.3s;
}

.Document_form ul li .input_wrap a:hover {
	color: #10609c;
}

.Document_form ul li .privacy_cont input {
	display: none;
}

.Document_form ul li .privacy_cont input[type="checkbox"]+label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
}

.Document_form ul li .privacy_cont input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid #afafaf;
	background-color: #f1f1f1;
}

.Document_form ul li .privacy_cont input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: rgb(203, 4, 4);
}

.request_bth.send {
	text-align: center;
	margin: 20px auto;
}

.Document_form p {
	max-width: 550px;
	width: calc(100% - 20px);
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin: 0 auto;
}

.request_bth.send a {
	background: #2E67A3;
	border: 2px solid #2A2A2A;
	transition: opacity 0.3s;
}

.request_bth.send a:hover {
	opacity: 0.8;
}