.top_txt_blue {
	color: #40a0fb;
}
.top_txt_underline {
	background: linear-gradient(transparent 65%, #ffe400 65%);
	font-weight: bold;
}
.t_ttl {
	text-align: center;
	padding: 20px 2%;
}
.t_ttl>img {
	width: 40px;
	height: 40px;
}
.t_ttl h3 {
	font-size: 30px;
	line-height: 1.5;
	padding: 10px 0;
}
.t_ttl h3 span {
	background: linear-gradient(transparent 65%, #ffe400 65%);
}
.t_ttl p {
	padding: 10px 0;
	text-align: left;
}
.t_ttl_chara {
	display: none;
}
.t_ttl_sub {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.t_ttl_sub h3 {
	font-size: 22px;
	display: flex;
	align-items: center;
}
.t_ttl_sub h3 span {
	font-size: 14px;
	font-weight: normal;
	color: #40a0fb;
	font-family: "Arial";
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.t_ttl_sub h3 span:before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #111;
	margin-right: 15px;
}
.t_link {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}
.t_link a {
	display: block;
	width: 90%;
	padding: 0 30px;
	font-size: 17px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 5px 0;
	position: relative;
	font-weight: bold;
}
.t_link_request {
	background: #ff4a32;
}
.t_link_more {
	border: 2px solid #40a0fb;
	color: #40a0fb;
}
.t_link_request:hover {
	background: #991100;
}
.t_link_more:hover {
	border: 2px solid #2c3f50;
	background: #2c3f50;
	color: #fff;
}
.t_link_more:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 25px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #40a0fb;
	border-right: 2px solid #40a0fb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.t_link_more:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.t_link span {
	font-weight: bold;
}
.t_bg {
	position: relative;
	background: #e9f1f7;
	overflow: hidden;
}
.t_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 0 100vw;
	border-color: #d8e5ef transparent transparent transparent;
}
.header {}
.h_logo {
	text-align: center;
}
footer {
	padding: 10px 0 60px;
}
.t_conts_more {
	font-size: 13px;
	font-weight: bold;
	font-family: "Arial";
	color: #3e963e;
	padding: 0 10px;
	border-right: 1px solid #3e963e;
	border-left: 1px solid #3e963e;
	display: flex;
	width: 55px;
	height: 16px;
	line-height: 15px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
}
.t_conts_more_link {
	display: block;
}
.green_color {
	color: #3e963e;
}
.orange_color {
	color: #fe7c13;
}
.point_number {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.t_conts_btn {
	display: flex;
	justify-content: center;
	margin: 20px auto 80px;
	width: 90%;
}
.t_conts_btn a {
	display: block;
	width: 90%;
	border: 2px solid #45b345;
	color: #45b345;
	font-size: 17px;
	font-weight: bold;
	height: 60px;
	line-height: 56px;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 0 10px;
	position: relative;
	text-align: center;
}
.t_conts_btn a:hover {
	border: 2px solid #45b345;
	background: #45b345;
	color: #fff;
}
/* ----------------------------------------
	m_movie
	---------------------------------------- */
.m_movie {
	background: url(/img/top/main_bg.png) no-repeat 50% 50%;
	height: 450px;
	position: relative;
}
.m_video {
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -10;
}
.m_video video {
	display: block;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.m_movie_catch {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background: url(/img/function/main_hakase_sp.webp) no-repeat 100% 100%;
	-webkit-background-size: 40% auto;
	background-size: 50% auto;
	background-position: 190px 264px;
}
.m_movie_catch_box {
	padding-top: 140px;
	width: 90%;
	margin: 0 auto;
	height: 450px;
	line-height: 1.4;
	position: relative;
	box-sizing: border-box;
}
.m_movie_catch h2 {
	font-size: 8vw;
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px 0;
	margin: 100px auto 0;
	width: 90%;
	display: inline;
	line-height: 2;
}
.m_movie_catch h2 .txt_small {
	font-size: 4vw;
	font-weight: bold;
}
.m_movie_catch_request {
	display: block;
	background-color: #75d701;
	background-size: 18px auto;
	width: 48%;
	padding: 11px 4% 11px 4%;
	font-size: 3.5vw;
	color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #fff;
	position: absolute;
	bottom: 10%;
	left: 2%;
	text-align: center;
}
.m_movie_catch_request:hover {
	background: url(/img/common/arrow_r_white.png) no-repeat 87% 50%;
	background-color: #2c3f50;
}
.m_movie_catch_request span {
	font-weight: bold;
}
/* ----------------------------------------
	about
	---------------------------------------- */
.t_product {
	width: 90%;
	margin: 80px auto;
}
.t_conts_tl {
	position: relative;
	font-size: 9vw;
	font-weight: bold;
	font-family: "Arial";
}
.t_conts_tl::before {
	position: absolute;
	content: "　";
	background-color: #faf4ea;
	width: 180px;
	height: 50px;
	top: -30px;
	left: -50px;
	z-index: -1;
}
.t_conts_subtl {
	font-size: 3.5vw;
	font-weight: bold;
	margin: 10px 0 40px;
	padding-left: 15px;
	border-left: 5px solid #45b345;
	margin-left: 15px;
}
.t_product_conts {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.t_product_conts_txt {
	font-size: 14px;
	line-height: 2;
}
.t_product_conts img {}
.t_product_conts_hakase {
	max-width: 95%;
	margin-top: -20px;
}
.t_about_conts {
	width: 90%;
	margin: 80px auto;
}
.t_about_tl {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.t_about_manual_wrap {}
.t_about_manual_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}
.t_about_manual_box img {
	margin: 20px 0;
	max-width: 70%;
}
.t_about_manual_box p {
	font-size: 3.5vw;
	width: 90%;
}
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}
/* ----------------------------------------
	01_movie
	---------------------------------------- */
.conts {
	background-color: #ceeace;
	padding: 60px 0;
}
.conts_inner {
	width: 85%;
	margin: 0 auto;
	padding: 70px 2vh 40px;
	background-color: #ffffff;
	border-radius: 20px;
}
.contents_tl {
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #3e963e;
}
.conts_txt {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin: 30px 10px;
	text-align: left;
}
.conts_txt p {
	margin-bottom: 5px;
}
.conts_txt p span {
	margin-right: 15px;
}
.main_img {
	margin: 50px 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.point_box_wrap {
	width: 95%;
	margin: 30px auto 0;
}
.point_yoko {
	padding: 40px 0;
}
.point_box_l {}
.point_num {
	color: #3e963e;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.point_num span {
	font-size: 6.5vw;
	font-weight: bold;
}
.point_tl {
	font-size: 6vw;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1.5;
}
.point_txt {
	font-size: 3.5vw;
	line-height: 2;
	margin: 20px 0;
}
.point_box_r img {
	border-radius: 10px;
}
.conts_btn_wrap {
	margin: 0 auto;
	padding: 30px 10px;
}
.conts_btn {
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.conts_btn a {
	display: block;
	padding: 15px 0;
	color: #ffffff;
	background-color: #3e963e;
	border: 2px solid #3e963e;
	border-radius: 50px;
}
.conts_btn a:hover {
	color: #3e963e;
	background-color: #ffffff;
}
.conts_btn_small_wrap {
	display: flex;
	justify-content: space-between;
}
.conts_btn_small {
	width: 49%;
	font-size: 3.5vw;
	font-weight: bold;
	text-align: center;
}
.conts_btn_small a {
	color: #3e963e;
	background-color: #ffffff;
	border: 2px solid #3e963e;
	border-radius: 50px;
	display: block;
	padding: 8px 0;
}
.conts_btn_small a:hover {
	color: #ffffff;
	background-color: #3e963e;
}
/* ----------------------------------------
	02_plat
	---------------------------------------- */
.point_box_wrap_flex {
	width: 95%;
	margin: 30px auto 0;
}
.point_tate {
	padding: 40px 0;
}
.point_tate .point_tl {
	font-size: 6vw;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.point_tate .point_txt {
	font-size: 3.5vw;
	line-height: 2;
	text-align: left;
	margin: 20px 0 0;
}
.point_tate img {
	border-radius: 10px;
}
/* ----------------------------------------
	03_support
	---------------------------------------- */
/* ----------------------------------------
	user story
	---------------------------------------- */
.t_voice {
	width: 90%;
	margin: 80px auto 50px;
}
.t_voice_conts {}
.t_voice_box {
	color: #000;
	margin: 0 0 40px;
}
.t_voice_top {}
.t_voice_movie {
	position: relative;
	border-radius: 5px;
}
.t_voice_movie object {
	display: block;
}
.t_voice_movie a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.t_voice_movie a img {
	object-fit: cover;
	transition-duration: 0.3s;
}
.t_voice_movie a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.t_voice_movie a::before {
	transition: .3s;
	opacity: 0;
	content: "";
	display: block;
	background: url(/img/top_test/thum_icon.png);
	width: 85px;
	height: 55px;
	position: absolute;
	left: 213px;
	top: 120px;
	background-size: 100%;
	z-index: 2;
}
.t_voice_nomovie a::before {
	background: none !important;
}
.t_voice_movie a::after {
	transition: .3s;
	opacity: 0;
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100%;
	z-index: 1;
}
.t_voice_movie a:hover::after,
.t_voice_movie a:hover::before {
	opacity: 1;
	transition: .3s;
}
.t_voice_txt {}
.t_voice_tl {
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #000;
}
.t_voice_txt p {
	font-size: 14px;
	font-weight: bold;
	color: #5f5f5f;
}
.t_voice_btm a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
	color: #000;
}
.t_voice_btm_tl {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 1vh 0;
}



/* ----------------------------------------
AI機能 ai
---------------------------------------- */

.ai_lp p.head_catch {

		display: none;
}


.ai_sec_tl {
	display: flex;
        flex-direction: column;
        align-items: center;
		&>img {
            margin-bottom: 15px;}
			        & span {
            font-size: 6vw;
            font-weight: 600;
			text-align: center;
			line-height: 1.4;
        }
}




.ai_lp .scene_h1 {
               width: 100%;
        text-align: center;
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        padding: 5px 2px 2px 2px;
        z-index: 11;
        background: #3e963e;
        position: absolute;
        top: 50px;
        left: 0;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }


/* AI メイン ai_main
---------------------------------------- */

.ai_main {
	        background: #2799fb;
        padding: 50px 0 30px;
        position: relative;
        overflow: hidden;
        box-shadow: inset 0px -5px 10px rgba(0, 0, 0, .1);
    &:before {
            background: url(/img/common/main_shape01.webp) 0 0 no-repeat;
            width: 420px;
            height: 270px;
            top: -40px;
            left: -60px;
        }
		        &:before, &:after {
            content: "";
            display: block;
            position: absolute;
        }
		        &:after {
            background: url(/img/common/main_shape02.webp) 0 0 no-repeat;
            width: 490px;
            height: 280px;
            bottom: -20px;
            right: -20px;
        }
}
.ai_main_inner {
        width: 94vw;
        margin: 0 auto;
        position: relative;
        z-index: 1;
}
.ai_main_box {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.ai_main_sb_catch {
	color: #fff;
	font-size: 4.5vw;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ai_main_catch {
	color: #f9f752;
	font-size: 11.5vw;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ai_main_catch_txt {
	color: #fff;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 500;
	        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ai_main_catch_contact {
	
}
a.btn_scene_main {
	height: 70px;
	border: none;
	border-radius: 35px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin: 0;
}

.ai_main_image {
	
}

.ai_main_image img {
	width: 80vw;
    vertical-align: bottom;
    height: auto;
}

.ai_main_note {
	        position: absolute;
        bottom: -80px;
        left: 0px;

}

.ai_main_note img {
	display: block;
	width: 60vw;
}

.ai_main_chara {
	position: absolute;
        bottom: -40px;
        right: 10px;
}

.ai_main_chara img {
	display: block;
	width: 40vw;
}


/* AI機能　導入 ai_intro
---------------------------------------- */
.ai_intro {
	width: 100%;
        background: #fff;
        margin: 40px auto 20px;
        position: relative;
        box-sizing: border-box;
}
.ai_intro_tl {
	        width: 94vw;
        margin: 0 auto;
        font-size: 5.5vw;
        font-weight: 600;
        text-align: center;
		margin-bottom: 30px;
		line-height: 1.6;
		& span {
            background: linear-gradient(transparent 60%, #f9f752 60%);
        }
}

.ai_intro_li {
	        width: 94vw;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4vw;	
		        & li {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 44vw;
            padding: 4vw;
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
            box-sizing: border-box;
			            & img {
                width: 60px;
                margin-bottom: 15px;
            }
        }
}

.ai_intro_li_desc {
	font-size: 4vw;
                font-weight: bold;
                line-height: 1.4;
                display: flex;
                align-items: center;
}

/* AI機能 機能 ai_tool
---------------------------------------- */
.ai_tool {
	margin-top: 200px;
        padding-bottom: 60px;
        background: #e6f3fe;
        position: relative;
		        &:before {
            background: url(/img/common/bg_wave_top.webp) 50% 0 no-repeat;
            top: -160px;
            left: 0;}
			&::before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 160px;
        }
}

.ai_tool_arrow {
	            position: absolute;
        width: 24px;
        top: -140px;
        left: calc(50% - 12px);
		& img {
            width: 24px;
        }
}

.ai_tool_tl {
	        text-align: center;
		width: 94vw;
		margin: 0 auto 30px;
}

.ai_tool_desc {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
	margin: 0 auto 50px;
	width: fit-content;
	width: 90vw;
}

.ai_tool_li {
	width: 94vw;
	margin: 0 auto;
}

.ai_tool_li li {
	        border-radius: 20px;
        box-sizing: border-box;
        background: #fff;
        padding: 40px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
		padding: 12vw 6vw 6vw 6vw;
		margin-bottom: 55px;
		position: relative;
}

.ai_tool_li li:last-child {
	margin-bottom: 0;
}

.ai_tool_li_top {
	display: flex;
	gap: 17px;
	align-items: center;
	margin-bottom: 25px;
}

.ai_tool_t_icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #2799fb;
	display: flex;
	align-items: center;
	justify-content: center;

	        position: absolute;
        top: -40px;
        left: 0;
		right: 0;
		margin: 0 auto;
}

.ai_tool_t_icon p {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.ai_tool_t_icon p span {
	font-size: 25px;
	font-weight: 700;
}


.ai_tool_t_sb {
	color: #999999;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-bottom: 12px;
}

.ai_tool_t_tl {
	color: #111111;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-weight: 700;
}

.ai_tool_li_contents {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	gap: 35px;
}

.ai_tool_con_image {
	border-radius: 30px;
	background-color: #f1f9ff;
	padding: 3vw;
}



.ai_tool_con_image img {
	display: block;
}

.ai_tool_con_point {
	background-color: #f6f6f6;
	position: relative;
	padding: 7vw 3vw 3vw 3vw;
	box-sizing: border-box;
}



.ai_tool_con_tl {
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	background-color: #333333;
	border-radius: 17px;
	padding: 9px 32px;
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
}

.ai_tool_con_desc {
	color: #111111;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.02em;
	font-weight: 700;
}


.ai_tool_li li:nth-child(2) .ai_tool_li_contents {
    display: flex;
}

.ai_tool_li li:nth-child(2) .ai_tool_con_image {
    order: 1;
}

.ai_tool_li li:nth-child(2) .ai_tool_con_point {
    order: 2;
}

/* AI機能 その他 ai_other
---------------------------------------- */

.ai_other {
	padding: 60px 0;
}

.ai_other .ai_sec_tl {
	margin-bottom: 50px;
	color: #000000;
}

.ai_other_li {
	        width: 94vw;
        margin: 0 auto 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
		flex-direction: column;
		& li {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            /*width: calc((94vw - 20px) / 2);*/
            /*height: 300px;*/
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
            box-sizing: border-box;
			padding: 6vw;
			gap: 15px;
        }
		
}

.ai_other_li_tl {
	color: #2799fb;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-align: center;
}

.ai_other_li li img {
	display: block;
}

.ai_other_li_desc {
	color: #000000;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-weight: 500;
}

/* AI機能 工数削減 ai_cut
---------------------------------------- */

.ai_cut {
	background-color: #2799fb;
	border-radius: 30px;
	padding: 4vw;
	box-sizing: border-box;
	width: 94vw;
	position: relative;
	margin: 60px auto;
}

.ai_cut .ai_sec_tl {
	margin-bottom: 20px;
	color: #ffffff;
}

.ai_cut_hakase {
	            position: absolute;
        top: -50px;
        right: 2vw;
        width: 25vw;
}

.ai_cut_desc {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
	font-weight: 400;
	width: fit-content;
	margin-bottom: 20px;
}

.ai_cut_image {
	background-color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3vw;
}

/* AI機能 よくある質問 ai_qa qa_section
---------------------------------------- */

.ai_qa .ai_sec_tl {
	margin-bottom: 20px;
	color: #000000;
}

