@charset "UTF-8";
/* CSS Document */
html {
	font-size: 100%;
	scroll-behavior: smooth;
}
body {
	color: #202020;
	font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	background: #fff;
}
#wrapper{
	position: relative;
	width:100%;
    overflow-x: hidden !important;
}
ul {
	list-style: none;
}
.nowrap {
	white-space: nowrap;
	overflow-x: hidden;
}
.linkarea {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 99999;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.effect-fade {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 1000ms;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.__deley_1 {
    transform : translate(0, 80px);
    transition: all 1400ms;
}
.__deley_2 {
    transform : translate(0, 100px);
    transition: all 1800ms;
}
.effect-fade2 {
    opacity : 0;
    top: 60px;
	transition : all 1000ms;
}
.effect-fade2.effect-scroll {
    opacity : 1;
    top: 0px;
}

.load{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 999;
	background: white;
	opacity: 1;
	transition: 1s;
	overflow: hidden;
}
.wrapper{display:none;} .on{display:block;}
.off{
	opacity:0;
	transition:1s;
	animation: 0.1s linear 1s out-area forwards;
}
@keyframes out-area {
	0%{transform:translateX(0px);}
	100%{transform:translateX(10000px);}
}

.font--Lato {
    font-family: 'Lato', sans-serif;
}


/*---------------------------------------------*/
/*
/*　common
/*
/*---------------------------------------------*/

.inner_wide {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
	max-width: 1200px;
	width: 92%;
	margin: auto;
}
.inner_narrow {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
	max-width: 900px;
	width: 88%;
	margin: auto;
}
.simple_block {
	position: relative;
	padding: 120px 0px;
}
.description {
	line-height: 2em;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.notice_txt {
	font-size: 14px;
	line-height: 1.42em;
	letter-spacing: 0.03em;
}
.head_h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 2em;
}
.head_h3 span {
	letter-spacing: 0px;
	padding: 4px 8px;
	border-radius: 4px;
	background: rgb(46,72,222);
	background: linear-gradient(135deg, rgba(46,72,222,1) 20%, rgba(241,68,157,1) 100%);
	color: white;
	margin-right: 6px;
}

.column_2 {
	position: relative;
	display: flex;
	gap: 60px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 1024px) {
	.column_2 {
		flex-direction: column;
	}
	.top_make_block .column_2:nth-child(odd) {
		flex-direction: column-reverse;
	}
	.reverse_contents .column_2:nth-child(even) {
		flex-direction: column-reverse;
	}
}
.column_2_txt {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	flex-shrink: 1;
	margin: auto;
}
.column_2_img {
	width: 46%;
	flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
	.column_2_img {
		width: 100%;
	}
}
.column_2_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.txt_block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	flex-shrink: 1;
	margin: auto;
}
.txt_block ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: disc;
}
.txt_block li {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}
.talk_txt_block {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: auto;
}
.talk_txt_block .output_txt {
	display: flex;
	align-items: center;
	height: 220px;
	font-size: 24px;
	font-weight: bold;
}
.talk_txt_block .talk_btn {
	width: 100%;
	text-align: center;
	padding: 28px;
	background: #1AEDFF;
	border-radius: 6px;
	font-size: 24px;
	font-weight: bold;
}
.talk_txt_block .talk_btn div {
	display: inline-block;
	position: relative;
	padding-left: 44px;
}
.talk_txt_block .talk_btn div::before {
	position: absolute;
	content: "";
	width: 34px;
	height: 34px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/talk_btn_icon.svg");
	background-size: contain;
}
.corner_large {
	border-radius: 30px;
	overflow: hidden;
}
.panel_shadow {
	filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.3));
	transform: translateZ(0);
}
.center_h {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 60px;
}
@media screen and (max-width: 620px) {
    .center_h {
        font-size: 32px;
    }
}
.center_h .color {
    position: relative;
    color: #3DBABA;
    white-space: nowrap;
}
.center_h .color::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -2px;
    height: 1px;
    background: #3DBABA;
}
.center_h .min {
    font-size: 30px;
}

.head_p1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 60px;
    white-space: nowrap;
}
.__top {
    top: 0px;
    transform: none;
}
.head_p1 span {
    position: relative;
    font-size: 40px;
    color: #3DBABA;
}
.head_p1 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    background: #3DBABA;
}
.resolution_flow {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    margin: auto auto 40px auto;
}
@media screen and (max-width: 1200px) {
    .resolution_flow {
        display: block;
        position: relative;
        text-align: center;
    }
}
.resolution_flow img:nth-child(1),
.resolution_flow img:nth-child(5) {
    width: 293px;
    height: 293px;
    object-fit: cover;
    margin: auto;
}
.resolution_flow img:nth-child(2),
.resolution_flow img:nth-child(4) {
    width: 30px;
    height: 26px;
    object-fit: contain;
    margin: auto;
}
.resolution_flow img:nth-child(3) {
    width: 105px;
    height: 105px;
    object-fit: cover;
    filter: drop-shadow(0px 0px 20px rgba(255,255,255,1));
    margin: auto;
    animation: icon_flash 1s ease 0s infinite;
	transform: translateZ(0);
}
@keyframes icon_flash {
    0% {
        filter: drop-shadow(0px 0px 20px rgba(255,255,255,1));
    }
    100% {
        filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.4));
    }
}
@media screen and (max-width: 1200px) {
    .resolution_flow img {
        display: block;
    }
    .resolution_flow img:nth-child(2),
    .resolution_flow img:nth-child(4) {
        margin: 20px auto;
        transform: rotate(90deg);
    }
}
.head_p_center {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: 1.6px;
    color: white;
}
@media screen and (max-width: 850px) {
    .head_p_center {
        font-size: 32px;
        text-align: left;
        line-height: 40px;
    }
}
@media screen and (max-width: 640px) {
    .head_p_center {
        font-size: 26px;
    }
}
.head_p_center span {
    white-space: nowrap;
}


/* 見出し
-----------*/

.title_block {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.title_block .eng_label {
	font-weight: bold;
}
.title_block .title {
	position: relative;
	padding-left: 44px;
}
.title_block .title::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 30px;
	width: 24px;
	height: 1px;
	background: #1F285B;
}
.title_block.col_white .title::before {
	background: white;
}
.title_block .title h2 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.42em;
}
@media screen and (max-width: 800px) {
	.title_block .title h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 500px) {
	.title_block .title h2 {
		font-size: 28px;
	}
}
.title_block.center {
	gap: 32px;
}
.title_block.center .eng_label {
	text-align: center;
}
.title_block.center .title {
	padding-left: 0px;
	text-align: center;
}
.title_block.center .title::before {
	transform: translateX(-50%);
	left: 50%;
	top: -16px;
}
.title_block.-white {
	display: flex;
	flex-direction: column;
	gap: 34px;
	color: white;
}
.title_block.-white .eng_label {
	text-align: center;
}
.title_block.-white .title {
	padding-left: 0px;
	text-align: center;
}
.title_block.-white .title::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -24px;
	width: 2px;
	height: 24px;
	background: #1AEDFF;
}
.title_block.-white .title.white_color::before {
	background: white;
}
.head_3 {
	font-size: 30px;
	letter-spacing: 0.08em;
	line-height: 1.4em;
	font-weight: 500;
}
.head_3 span {
	position: relative;
	font-size: 40px;
}
.head_3 span::before {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #3DBABA;
}

/* 背景
-----------*/

.bg_white {
	background: white;
}
.bg_lightblue {
	background: #D8F0FC;
}
.bg_blue {
	background: #3DBABA;
}
.bg_green {
	background: #219A9A;
}
.pattern_msk::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url("../img/texture1.png");
}
.bg_dark {
	background-image: url("../../demo/img/bg_dark.jpg");
	background-size: cover;
}

/* 文字色
-----------*/

.col_black {
	color: #202020;
}
.col_white {
	color: white;
}
.col_maincolor {
	color: #3DBABA;
}
.col_mute {
	color: #424242;
}
.bg_gray {
	background: #EFEFF3;
}
.col_blue {
	color: #1AEDFF;
}

/* 体裁
-----------*/

.__center {
	text-align: center;
}
.__left {
	text-align: left;
}
.__right {
	text-align: right;
}


/*---------------------------------------------*/
/*
/*　header.php
/*
/*---------------------------------------------*/

.lp_header {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    height: 80px;
    background: white;
	width: 100%;
    z-index: 999;
}
.lp_header .inner_wide {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
@media screen and (max-width: 790px) {
    .lp_header {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .lp_header {
        padding: 0px 20px;
    }
}
.lp_header .logo {
    position: relative;
    height: auto;
    width: 200px;
    margin: auto 0px;
}
.lp_header .logo img {
    width: 100%;
    height: 100%;
}
nav ul {
    position: relative;
    display: flex;
    column-gap: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1270px) {
    nav ul {
        column-gap: 14px;
    }
}
@media screen and (max-width: 1150px) {
    nav ul {
        column-gap: 10px;
    }
}
nav ul li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    transition: 0.3s;
}
@media screen and (max-width: 1270px) {
    nav ul li {
        font-size: 12px;
    }
}
nav ul li:hover {
    color: #3DBABA;
    transition: 0s;
}
nav ul li p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
nav ul li.signup_btn {
    position: relative;
    padding: 10px 12px;
    color: white;
}
@media screen and (max-width: 1110px) {
    nav ul li {
        display: none;
    }
    nav ul li.signup_btn {
        display: block;
    }
}
nav ul li.signup_btn p {
    position: relative;
    transform: none;
    z-index: 2;
    top: -4px;
}
nav ul li.signup_btn::before,
nav ul li.signup_btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #3DBABA;
    z-index: 1;
    border-radius: 8px;
}
nav ul li.signup_btn::before {
    top: -4px;
}
nav ul li.signup_btn::after {
    z-index: 0;
    background: #218E8E;
}
nav ul li.signup_btn:hover {
    cursor: pointer;
}

nav ul li.signup_btn:hover p {
    top: 0px;
    transition: 0.3s;
}
nav ul li.signup_btn:hover::before {
    top: 0px;
    transition: 0.3s
}


/*---------------------------------------------*/
/*
/*　footer.php
/*
/*---------------------------------------------*/

footer {
    padding: 30px 0px;
    border-top: 1px solid #EAEAEA;
    color: #767676;
    font-size: 12px;
	width: 100%;
    background: white;
}
footer .inner_wide {
	display: flex;
    justify-content: space-between;
	flex-direction: row;
	gap: 20px;
}
.footer_nav {
    display: flex;
    column-gap: 20px;
    white-space: nowrap;
}
.footer_nav li {
    position: relative;
}
.copyright {
	font-size: 14px;
}
@media screen and (max-width: 870px) {
    footer .inner_wide {
        white-space: nowrap;
        flex-direction:column-reverse;
    }
    .footer_nav {
        margin-bottom: 20px;
		justify-content: center;
    }
	.copyright {
		text-align: center;
	}
}


/*---------------------------------------------*/
/*
/*　main
/*
/*---------------------------------------------*/

main {
    width: 100%;
    overflow-x: hidden;
}
.fv {
    position: relative;
    padding: 90px;
    width: 100%;
    margin-top: 80px;
	background: white;
}
@media screen and (max-width: 1250px) {
    .fv {
        padding: 90px 40px;
    }
}
@media screen and (max-width: 1050px) {
    .fv {
        padding: 90px 40px 340px;
    }
}
@media screen and (max-width: 790px) {
    .fv {
        padding: 90px 40px;
    }
}
@media screen and (max-width: 650px) {
    .fv {
        padding: 90px 40px 340px;
    }
}
.fv_back {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	opacity: 0.5;
}
.fv_back video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv_back video.fv_pc {
	display: block;
}
.fv_back video.fv_sp {
	display: none;
}
@media screen and (max-width: 900px) {
	.fv_back video.fv_pc {
		display: none;
	}
	.fv_back video.fv_sp {
		display: block;
	}
}
.fv_badge {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 200px;
    height: 174px;
}
@media screen and (max-width: 650px) {
	.fv_badge {
		bottom: -160px;
		width: 180px;
		height: 180px;
		z-index: 998;
	}
}
.fv_badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv_textblcok {
    position: relative;
    z-index: 99;
}
.fv_textblcok h2 {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 60px;
    margin-bottom: 14px;
}
@media screen and (max-width: 900px) {
    .fv_textblcok h2 {
        font-size: 28px;
        line-height: 50px;
    }
}
.fv_textblcok .fv_p1 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding: 5px 16px;
    color: white;
    background: #202020;
    margin-bottom: 34px;
}
.fv_textblcok .fv_p2 {
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 0.08em;
    line-height: 1.6em;
}
.fv_textblcok .fv_p3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.04em;
}
.fv_btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 30px;
    color: white;
    margin-bottom: 10px;
}
.fv_btn p {
    position: relative;
    transform: none;
    z-index: 2;
    top: -4px;
}
.fv_btn::before,
.fv_btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #3DBABA;
    z-index: 1;
    border-radius: 8px;
}
.fv_btn::before {
    top: -4px;
}
.fv_btn::after {
    z-index: 0;
    background: #218E8E;
}
.fv_btn:hover {
    cursor: pointer;
}

.fv_btn:hover p {
    top: 0px;
    transition: 0.3s;
}
.fv_btn:hover::before {
    top: 0px;
    transition: 0.3s
}   

.fv_user_img {
	position: absolute;
	width: 380px;
	height: 380px;
	border-radius: 100vh;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.fv_user_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cv_btn {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.cv_btn .inner {
	display: inline-block;
    position: relative;
	padding: 16px 30px;
}
.cv_btn .inner p {
    position: relative;
    transform: none;
    z-index: 2;
    top: -4px;
}
.cv_btn .inner::before,
.cv_btn .inner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #3DBABA;
    z-index: 1;
    border-radius: 8px;
}
.cv_btn .inner::before {
    top: -4px;
}
.cv_btn .inner::after {
    z-index: 0;
    background: #218E8E;
}
.cv_btn .inner:hover {
    cursor: pointer;
}

.cv_btn .inner:hover p {
    top: 0px;
    transition: 0.3s;
}
.cv_btn .inner:hover::before {
    top: 0px;
    transition: 0.3s
}

.round_corners {
	padding: 40px;
	border-radius: 16px;
	overflow: hidden;
}

.topics_list li {
	position: relative;
	display: flex;
	gap: 24px;
	padding: 24px 0px;
	border-bottom: 1px solid #B2D9ED;
}
.topics_list li .date {
	font-size: 14px;
	margin: auto 0px;
}
.topics_list li .title {
	margin: auto 0px;
	font-weight: bold;
	transition: 0.3s;
}
.topics_list li:hover .title {
	text-decoration: underline;
	color: #246C91;
	transition: 0.3s;
}

.cv_sub_p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    margin: auto;
    letter-spacing: 0.08em;
}
.cv_logo {
    position: relative;
    width: 100%;
    max-width: 240px;
    margin: 12px auto 30px;
    text-align: center;
}
.cv_logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.fv_textblcok .fv_btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 30px;
    color: white;
    margin-bottom: 10px;
}
.fv_textblcok .fv_btn p {
    position: relative;
    transform: none;
    z-index: 2;
    top: -4px;
}
.fv_textblcok .fv_btn::before,
.fv_textblcok .fv_btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #3DBABA;
    z-index: 1;
    border-radius: 8px;
}
.fv_textblcok .fv_btn::before {
    top: -4px;
}
.fv_textblcok .fv_btn::after {
    z-index: 0;
    background: #218E8E;
}
.fv_textblcok .fv_btn:hover {
    cursor: pointer;
}

.fv_textblcok .fv_btn:hover p {
    top: 0px;
    transition: 0.3s;
}
.fv_textblcok .fv_btn:hover::before {
    top: 0px;
    transition: 0.3s
}


.concept_person {
    position: absolute;
    bottom: -121px;
    right: 0px;
    width: 680px;
    height: auto;    
}
@media screen and (max-width: 1200px) {
    .concept_person {
        transform: translateX(30%);
    }
}
@media screen and (max-width: 600px) {
	.concept_person {
        display: none;
    }
}
.concept_person img {
    width: 100%;
}
.concept_txt {
    color: white;
    letter-spacing: 0.16em;
    max-width: 420px;
    width: 100%;
    line-height: 1.4em;
    position: relative;
	margin-bottom: 24px;
	font-weight: 300;
	z-index: 1;
}
.concept_txt .title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 60px;
	margin-bottom: 24px;
}
@media screen and (max-width: 620px) {
    .concept_txt .title {
        font-size: 26px;
        line-height: 50px;
    }
}
.concept_txt .title span {
    white-space: nowrap;
    padding: 6px 16px;
    border-radius: 4px;
    background: white;
    color: #3DBABA;
    margin-right: 8px;
}
.logo_tool {
    display: flex;
    gap: 20px;
    height: 30px;
    margin-top: 40px;
    position: relative;
}
.logo_tool img {
    height: 100%;
    width: auto;
}


/*---------------------------------------------*/
/*
/*　DeepAIの使い方
/*
/*---------------------------------------------*/

.make_list {
    display: flex;
    flex-direction: column;
    gap:40px;
}
.make_list li {
    background: white;
    padding: 50px 40px;
    border-radius: 30px;
    max-width: 740px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 1050px) {
    .make_list li {
        padding: 40px 30px;
    }
}
.make_list li .title {
    position: relative;
    display: flex;
    gap: 20px;
}
.make_list li .title::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100vh;
    background: #F4F4F4;
    opacity: 0;
    transition: 0.3s;
}
.make_list li .title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("../img/howto_arrow.svg");
    transition: 0.3s;
}
.make_list li .title.close::after {
    transform: translateY(-50%) rotate(0deg);
    transition: 0.3s;
}
.make_list li .title:hover::before {
    opacity: 1;
    transition: 0.3s;
}
.make_list li .title .step {
    color: #3DBABA;
    font-weight: bold;
    font-size: 20px;
}
.make_list li .title .label {
    font-weight: bold;
    font-size: 20px;
}
.make_list li .title .label span {
    font-size: 13px;
    line-height: 13px;
    color: white;
    padding: 4px 8px;
    background: #FF0000;
    margin-left: 10px;
}
.make_list li .thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    margin: 40px auto 20px;
}
.make_list li .thumbnail::before{
    display: block;
    padding-top: 56.25%;
    content: "";
}
.make_list li .thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.make_list li .description {
    padding: 0px 10px;
    letter-spacing: 0.12em;
    line-height: 28px;
}
.make_list li .description a {
    color: #3DBABA;
}

/*---------------------------------------------*/
/*
/*　DeepAIの強み
/*
/*---------------------------------------------*/

.point_list {
	display: flex;
	justify-content: space-between;
	gap: 60px 24px;
	flex-wrap: wrap;
}
.point_list li {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	width: Calc( (100% - 48px)/3 );
	flex-shrink: 0;
}
.point_list li .icon {
	margin: auto 0px;
}
.point_list li .icon .inner {
	display: inline-block;
	background: white;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px;
}
.point_list li .icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.point_list li .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}

/*---------------------------------------------*/
/*
/*　活用事例の紹介
/*
/*---------------------------------------------*/

.example_list li {
	display: none;
	flex-direction: column;
	gap: 40px;
}
.example_list li.view {
	display: flex;
}
.example_list li .thumbnail {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}
.example_list li .thumbnail::before {
	content: "";
	display: block;
	padding-top: 56.25%;
	background: #979797;;
}
.example_list li .thumbnail img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.example_list li .flex {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.example_list li .flex .achievement {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 40%;
	flex-shrink: 0;
}
.example_list li .flex .achievement li {
	display: flex;
	flex-direction: row;
	gap: 16px;
	font-size: 18px;
	letter-spacing: 0.03em;
}
.example_list li .flex .achievement li .label {
	font-weight: bold;
	font-size: 20px;
}
.example_list li .flex .value {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.example_list li .flex .value .title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4em;
}
.example_list li .flex .value .cat {
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4em;
	color: white;
}
.example_list li .flex .value .cat div {
	display: inline-block;
	padding: 4px 12px;
	background: #3DBABA;
}
.example_list li .flex .value .more_btn {
	position: relative;
	text-align: right;
}
.example_list li .flex .value .more_btn .inner {
	position: relative;
	display: inline-block;
	padding-right: 24px;
	font-size: 15px;
	letter-spacing: 0.12em;
}
.example_list li .flex .value .more_btn .inner::after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);	
	color: #3DBABA;
}

/*---------------------------------------------*/
/*
/*　安全を徹底
/*
/*---------------------------------------------*/

.df_bg_msk {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background-image: url("../../deepaicopy/img/deepfake_bg.jpg");
	background-size: cover;
}
.df_title {
	position: relative;
	font-size: 42px;
	letter-spacing: 0.08em;
	font-weight: bold;
}
.df_title div {
	display: inline-block;
	position: relative;
	padding: 20px 30px;
}
.df_title div::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: white;	
}
.df_title div p {
	position: relative;
}
.df_title_2 {
	position: relative;
	font-size: 30px;
	letter-spacing: 0.08em;
	font-weight: bold;
	padding: 20px 0px 20px 42px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 30px;
}
.df_title_2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-image: url("../../deepaicopy/img/df_icon.svg");
	background-size: contain;
}


/*---------------------------------------------*/
/*
/*　利用シーン
/*
/*---------------------------------------------*/

.usecase_list {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	flex-wrap: wrap;
}
.usecase_list li {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	width: Calc((100% - 48px)/3);
}
@media screen and (max-width: 600px) {
	.usecase_list li {
		width: 90%;
		margin: auto;
	}
}
.usecase_list li .image {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 24px;
	overflow: hidden;
}
.usecase_list li .image::before {
	content: "";
	padding-top: 100%;
	display: block;
}
.usecase_list li .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.usecase_list li .label {
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	color: white;
	text-align: center;
}
.usecase_sub_list {
	display: flex;
	gap: 24px 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.usecase_sub_list li {
	display: flex;
	flex-direction: column;
	gap: 2px;
	width: 280px;
}
.usecase_sub_list li .description {
	font-size: 14px;
	line-height: 1.4em;
}
.usecase_sub_list li .label {
	border-radius: 12px;
	background: white;
	font-size: 20px;
	padding: 16px 24px;
	white-space: nowrap;
}
.usecase_sub_list li .label .inner {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin: auto;
}
.usecase_sub_list li .label .inner p {
	margin: auto 0px;
	font-weight: 500;
}
.usecase_sub_list li .label .icon {
	width: 24px;
	height: 24px;
}
.usecase_sub_list li .label .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 900px) {
	.usecase_list li .label {
		font-size: 18px;
	}
}

/*---------------------------------------------*/
/*
/*　デフォルトアバター
/*
/*---------------------------------------------*/

.avator_list {
	position: relative;
	display: flex;
	max-width: 1200px;
	width: 92%;
	margin: auto;
}
.avator_list li {
	position: relative;
	display: none;
	gap: 60px;
	width: 70%;
	margin: auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.avator_list li.view {
	display: flex;
}
.avator_list li .image {
	position: relative;
	width: 50%;
	height: auto;
	flex-shrink: 0;
	border-radius: 100vh;
	overflow: hidden;
	filter: drop-shadow(0px 7px 15px rgba(0,0,0,0.16));
	transform: translateZ(0);
}
.avator_list li .image::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.avator_list li .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.avator_list li .value {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: auto;
}
.avator_list li .value .name {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.avator_list .prev_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 50px;
	height: 50px;
	background-image: url("../../deepaicopy/img/avator_slider_arrow.svg");
	background-size: contain;
	transition: 0.3s;
	cursor: pointer;
}
.avator_list .prev_btn:hover {
	left: -6px;
	transition: 0.3s;
}
.avator_list .next_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	right: 0px;
	width: 50px;
	height: 50px;
	background-image: url("../../deepaicopy/img/avator_slider_arrow.svg");
	background-size: contain;
	transition: 0.3s;
	cursor: pointer;
}
.avator_list .next_btn:hover {
	right: -6px;
	transition: 0.3s;
}
.avator_sub_list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.avator_sub_list li {
	width: 80px;
	height: 80px;
	border: 8px solid white;
	filter: drop-shadow(0px 7px 15px rgba(0,0,0,0.16));
	transition: 0.3s;
	border-radius: 100vh;
	overflow: hidden;
	margin: auto 0px 0px 0px;
	transform: translateZ(0);
}
.avator_sub_list li.view {
	width: 100px;
	height: 100px;
	transition: 0.3s;
}
.avator_sub_list li .image {
	width: 100%;
	height: 100%;
}
.avator_sub_list li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 750px) {
	.avator_list li.view {
		flex-direction: column;
		gap: 40px;
	}
	.avator_list li .image {
		min-width: 200px;
		margin: auto;
	}
	.avator_sub_list {
		justify-content: center;
	}
}

/*---------------------------------------------*/
/*
/*　使い方
/*
/*---------------------------------------------*/

.howto_list {
    max-width: 640px;
    width: 90%;
    margin: 80px auto 20px;
}
.howto_list li {
    margin-bottom: 14px;
}
.howto_list li .image {
    display: none;
    border-radius: 10px;
    border: 1px solid #E3DDDD;
    overflow: hidden;
}
.howto_list li .description {
    display: none;
    padding-top: 40px;
    letter-spacing: 1.6px;
    line-height: 34px;
}
@media screen and (max-width: 850px) {
    .howto_list li .description {
        font-size: 16px;
        padding-top: 20px;
        line-height: 30px;
    }
}
.howto_list li .frame {
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #3DBABA;
    background: #3DBABA;
    transition: 0.3s;
}
.howto_list li .frame.open {
    background: white;
    transition: 0.3s;
}
.howto_list li .frame .title {
    position: relative;
    display: flex;
    column-gap: 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 30px;
    padding-right: 40px;
}
@media screen and (max-width: 850px) {
    .howto_list li .frame .title {
        display: block;
    }
    .howto_list li .frame .title p:nth-child(1) {
        font-size: 14px;
    }
}
.howto_list li .frame.open .title:nth-child(1) {
    color: #3DBABA;
}
.howto_list li .frame.open .title:nth-child(2) {
    color: #202020;
}
.howto_list li .frame .title::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-image: url("../img/under_arrow_wh.svg");
    background-size: contain;
    transition: 0.3s;
    padding-right: 30px;
}
.howto_list li .frame.open .title::after {
    background-image: url("../img/up_arrow_bk.svg");
    transition: 0.3s;
}
.howto_list li .image {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #E3DDDD;
    margin-top: 14px;
}
.howto_list li .image::before {
    display: block;
    padding-top: 60%;
    content: "";
    background: #E2E2E2;
}
.howto_list li .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.howto_notice {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-top: 20px;
}

/*---------------------------------------------*/
/*
/*　よくあるご質問
/*
/*---------------------------------------------*/

.faq_list {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.faq_list li {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #F4F4F4;
    color: #202020;
    margin-bottom: 14px;
    transition: 0.3s;
    padding-left: 44px;
    cursor: pointer;
}
@media screen and (max-width: 640px) {
    .faq_list li {
        padding: 20px;
    }
}
.faq_list li.open {
    background: white;
    transition: 0.3s;
}
.faq_list li .title {
    position: relative;
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: bold;
    line-height: 30px;
    padding: 0px 60px 0px 42px;
    transition: 0.3s;
}
@media screen and (max-width: 500px) {
    .faq_list li .title {
        padding: 24px 60px 0px 0px;
    }
}
.faq_list li.open .title {
    color: #202020;
    transition: 0.3s;
}
.faq_list li .title::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/question_shape.svg");
    transition: 0.3s;
}
@media screen and (max-width: 500px) {
    .faq_list li .title::before {
        top: 10px;
        transform: auto;
    }
}
.faq_list li.open .title::before {
    background-image: url("../img/q_icon_cl.svg");
    transition: 0.3s;
}
.faq_list li .title::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 0px;
    background-size: contain;
    transition: 0.3s;
	background-image: url("../img/up_arrow_bk.svg");
}
.faq_list li.open .title::after {
	transform: translateY(-50%) rotate(0deg);
    transition: 0.3s;
}
.faq_list li .description {
    display: none;
    letter-spacing: 1.6px;
    line-height: 34px;
    padding-top: 40px;
}
.qa_text {
    letter-spacing: 0.12em;
    line-height: 28px;
    max-width: 800px;
    margin: 40px auto auto;
    width: 90%;
}

/*---------------------------------------------*/
/*
/*　ここがすごい
/*
/*---------------------------------------------*/

.function_list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	gap: 40px;
}
@media screen and (max-width: 1150px) {
    .function_list {
        justify-content: center;
        column-gap: 40px;
    }
}
.function_list li {
    width: Calc((100% - 80px)/3);
}
@media screen and (max-width: 1150px) {
    .function_list li {
        width: Calc((100% - 40px) / 2);
    }
}
@media screen and (max-width: 950px) {
	.function_list {
		gap: none;
	}
    .function_list li {
        width: 80%;
    }
}
@media screen and (max-width: 790px) {
    .function_list li {
        width: 45%;
    }
}
@media screen and (max-width: 570px) {
    .function_list li {
        width: 100%;
    }
}
.function_list li .icon {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 570px) {
    .function_list li .icon {
        width: 70%;
        max-width: 300px;
        margin: auto auto 20px auto
    }
}
.function_list li .icon::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.function_list li .icon img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.function_list li .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 2px solid #D5D5D5;
    margin-bottom: 20px;
}
.function_list li .description {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 30px;
}
@media screen and (max-width: 640px) {
    .function_list li .description {
        font-size: 16px;
    }
}
.function_notice_p {
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 20px;
    margin-top: 80px;
}


/*---------------------------------------------*/
/*
/*　活用事例の紹介
/*
/*---------------------------------------------*/


.video_list {
    display: flex;
    justify-content: space-between;
	margin-top: 80px;
}
.video_list li {
    position: relative;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}
.video_list li:nth-child(1),
.video_list li:nth-child(5) {
    top: -80px;
}
.video_list li::before {
    display: block;
    padding-top: 100%;
    content: "";
}
.video_list li .video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.video_list li .video::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 1;
}
.video_list li .video video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.video_list li::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}
.video_list li img {
    position: absolute;
    width: 80px;
    height: 80px;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    z-index: 10;
    cursor: pointer;
}
@media screen and (max-width: 800px) {
    .video_list li img {
        width: 50px;
        height: 50px;
    }
}
.video_list li img:hover + .video {
    opacity: 0.5;
    transition: 0.3s;
}
.video_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999999;
}
.video_popup.view {
    display: block;
}
.video_popup .cl_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    z-index: -1;
}
.video_popup .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 640px;
    width: 90%;
    height: auto;
}
.video_popup .video::before {
    display: block;
    padding-top: 56.25%;
    content: "";
}
.video_popup .video video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;    
}
.video_p {
    text-align: center;
    font-size: 22px;
    letter-spacing: 1.6px;
    line-height: 34px;
    font-weight: 400;
    color: white;
    margin: 80px auto 120px;
}
@media screen and (max-width: 1150px) {
    .video_p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width: 640px) {
    .video_p {
        text-align: left;
    }
}
.video_h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 50px;
    margin-bottom: 40px;
}
.video_h2 .h_big {
    position: relative;
    font-size: 40px;
    color: #3DBABA;    
}
.video_h2 .h_big::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #3DBABA;
}


/*---------------------------------------------*/
/*
/*　よくある質問
/*
/*---------------------------------------------*/

.faq_flex {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1120px) {
    .faq_flex {
        display: block;
    }
}
.faq_list {
    width: 60%;
}
@media screen and (max-width: 1120px) {
    .faq_list {
        width: 100%;
        margin-top: 40px;
    }
}
.faq_list li {
    padding: 40px;
    border-radius: 10px;
    background: #3DBABA;
    margin-bottom: 14px;
    border: 2px solid #3DBABA;
    transition: 0.3s;
}
@media screen and (max-width: 640px) {
    .faq_list li {
        padding: 20px;
    }
}
.faq_list li.open {
    background: white;
    transition: 0.3s;
}
.faq_list li .title {
    position: relative;
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: bold;
    line-height: 30px;
    color: white;
    padding: 0px 60px 0px 42px;
    transition: 0.3s;
}
@media screen and (max-width: 500px) {
    .faq_list li .title {
        padding: 24px 60px 0px 0px;
    }
}
.faq_list li.open .title {
    color: #202020;
    transition: 0.3s;
}
.faq_list li .title::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/q_icon.svg");
    transition: 0.3s;
}
@media screen and (max-width: 500px) {
    .faq_list li .title::before {
        top: 10px;
        transform: auto;
    }
}
.faq_list li.open .title::before {
    background-image: url("../img/q_icon_cl.svg");
    transition: 0.3s;
}
.faq_list li .title::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-image: url("../img/under_arrow_wh.svg");
    transition: 0.3s;
}
.faq_list li.open .title::after {
    background-image: url("../img/up_arrow_bk.svg");
    transition: 0.3s;
}
.faq_list li .description {
    display: none;
    letter-spacing: 1.6px;
    line-height: 34px;
    padding-top: 40px;
}
@media screen and (max-width: 700px) {
    .faq_list li .description {
        line-height: 28px;
        padding-top: 10px;
    }
}

/*---------------------------------------------*/
/*
/*　parts-CSS
/*
/*---------------------------------------------*/

.white_block {
    position: relative;
    padding: 120px 60px;
    background: white;
}
@media screen and (max-width: 620px) {
    .white_block {
        padding: 100px 24px;
    }
}
.blue_block {
    position: relative;
    padding: 120px 60px;
    background: #3DBABA;
}
@media screen and (max-width: 620px) {
    .blue_block {
        padding: 100px 24px;
    }
}
.blue_block::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url("../img/texture1.png");
}
.gray_block {
    position: relative;
    padding: 120px 60px;
    background: #F5F5F5;
}
@media screen and (max-width: 620px) {
    .gray_block {
        padding: 100px 24px;
    }
}



/*---------------------------------------------*/
/*
/*　button-CSS
/*
/*---------------------------------------------*/



@media screen and (max-width: 540px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}