@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 基本
------------------------------------------------------------------------------- */
.cmnNav01 {
	display: none;
}
.dcBg {
	min-width: 950px;
	margin-bottom: 100px;
	padding: 80px 18% 80px 0;
	background: #DDF5F9 url(../images/bg01.png) center top no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	overflow: hidden;
}
.dcBg_sp{ display: none; }
#container {
	min-width: 800px;
	margin-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	box-shadow: 0px 20px 40px 0px rgba(35, 39, 43, 0.16);
}

#container h2{
	margin: 0 0 20px;
	background-size: 9px 3px;
	background-image: radial-gradient(circle, #000000 1.5px, transparent 1.5px);
	background-repeat: repeat-x;
	background-position: right center;
	font-size: 42px;
	color: #000;
	font-weight: bold;
}
#container h2 span{
	padding-right: 25px;
	background-color: #fff;
	display: inline-block;
}
#container h3{
	font-size: 150%;
	color: #000;
	font-weight: 600;
}
#container .txt_en{
	font-size: 100%;
	line-height: 1.0;
	color: #00988F;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
}


/* MV
------------------------------------------------------------------------------- */
.dcMV{
	max-width: 1020px;
	margin: 0 0 50px auto;
}
.dcMV_in{
	min-height: 200px;
	position: relative;
}
.dcMV h1{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -32px;
	left: 0;
}
.dcMV figure{
	filter: drop-shadow(0px 16px 32px rgba(35, 39, 43, 0.36));
	position: absolute;
	top: -55px;
	right: -100px;
}
.dcMV_chara{ display: none; }
@media only screen and (max-width: 1260px) {
	.dcMV h1{
		left: 20px;
	}
}

/* リード
------------------------------------------------------------------------------- */
.dcLead{
	max-width: 1020px;
	margin: 0 0 45px auto;
}
.dcLead_in{
	max-width: 760px;
}
.dcLead img{
	display: none;
}
.dcLead p{
	font-size: 142%;
	line-height: 1.6;
	font-weight: 600;
}
@media only screen and (max-width: 1260px) {
	.dcLead_in{
		max-width: 700px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.dcLead_in{
		max-width: 530px;
	}
}

.dcTry{
	max-width: 1020px;
	margin: 0 0 80px auto;
	position: relative;
}
.dcTry::before{
	content: "";
	width: 70%;
	height: 100%;
	background-color:#F5F1E9;
	display: block;
	position: absolute;
	top: 0;
	left: -70%;
}
.dcTry_in::after{
	content: "";
	width: 60px;
	height: 100%;
	background-color: #F5F1E9;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	display: block;
	position: absolute;
	right: -60px;
	top: 0;
}
.dcTry_in{
	max-width: 760px;
	padding: 30px 0;
	background-color: #F5F1E9;
	display: flex;
	gap: 0 40px;
	position: relative;
	z-index: 2;
}
.dcTry p{
	font-size: 200%;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.dcTry p span{
	background: linear-gradient(transparent 65%, #FFF893 35%);
}
@media only screen and (max-width: 1260px) {
	.dcTry_in{
		max-width: 700px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.dcTry_in{
		max-width: 530px;
	}
}


/* よくある相談事例
------------------------------------------------------------------------------- */
.dcCase{
	max-width: 1020px;
	margin: 0 0 80px auto;
	position: relative;
}
.dcCase_in{
	max-width: 760px;
}
#container .dcCase h2{
	margin-bottom: 40px;
}
#container .dcCase h2 span{
	padding-right: 4px;
}
.dcCase_item{
	margin: 0 0 40px;
	padding: 10px 30px 30px;
	background-color: #EDF1F5;
	border-radius: 12px;
	position: relative;
}
.dcCase_item::before{
	content: "";
	width: 48px;
	height: 48px;
	background: url(../images/img_chara01.png) left top no-repeat;
	background-size: 48px;
	display: inline-block;
	position: absolute;
	top: -24px;
	left: 30px;
}
.dcCase_item p:not(.hdTxt){
	padding-right: 180px;
	font-size: 200%;
	line-height: 2.0;
	font-weight: 600;
}
.dcCase_item p:not(.hdTxt) span{
	display: inline;
	padding: 5px;
	background-color: #FFF;
	color: #00988F;
	box-decoration-break: clone;
}
.dcCase_item p.hdTxt{
	padding-left: 68px;
	font-size: 150%;
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 0.16em;
	position: relative;
	top: -25px;
}
.dcCase_item figure{
	position: absolute;
	bottom: 0;
	right: 40px;
}
.dcCase_imgsL{
	margin-top: -70px;
	position: absolute;
	top: 50%;
	left: -550px;
}
.dcCase_imgsL ul{
	display: flex;
	gap: 0 10px;
}
.dcCase_imgsR{
	margin-top: -70px;
	position: absolute;
	top: 50%;
	left: 820px;
}
.dcCase_imgsR ul{
	min-width: 740px;
	display: flex;
	gap: 0 10px;
}
.dcCase_imgsL li,
.dcCase_imgsR li{
	border-radius: 12px;
	overflow: hidden;
}
@media only screen and (max-width: 1260px) {
	.dcCase_in{
		max-width: 700px;
		padding-left: 20px;
	}
	#container .dcCase h2{
		padding-top: 5px;
		line-height: 1.4;
		background-position: right bottom 25px;
	}
	.dcCase h2 br.devSmp{
		display: inline;
	}
	.dcCase_imgsR{
		left: 770px;
	}
}
@media only screen and (max-width: 1100px) {
	.dcCase_in{
		max-width: 530px;
	}
	.dcCase_imgsR{
		left: 600px;
	}
}


/* よくある質問
------------------------------------------------------------------------------- */
.dcFAQ{
	max-width: 1020px;
	margin: 0 0 120px auto;
	position: relative;
}
.dcFAQ_in{
	max-width: 760px;
}
#container .dcFAQ h2{
	margin-bottom: 20px;
}
#container .dcFAQ h3 {
	margin-bottom: 0;
	padding: 20px 70px 24px 0;
	font-size: 200%;
	line-height: 1.5;
	/*
	line-height: 36px;
	*/
	font-weight: 600;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
#container .dcFAQ h3 img{
	margin-right: 30px;
}
#container .dcFAQ h3 img.txt_Q{
	margin-right: 24px;
}
#container .dcFAQ .dcFAQ_multiple h3{
	padding: 30px 70px 34px 0;
}
#container .dcFAQ .dcFAQ_multiple h3 img{
	margin-top: -24px;
}
#container .dcFAQ .dcFAQ_multiple h3 img.txt_Q{
	margin-top: -24px;
}
.dcFAQ ul{
	font-size: 100%;
}
.dcFAQ li{
	margin-bottom: 24px;
	padding: 0 30px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 4px 16px 0px rgba(35, 39, 43, 0.13);
}
.dcFAQ li h3::after{
	content: "";
	width: 32px;
	height: 32px;
	margin-top: -15px;
	background-color: #00D2C6;
	border-radius: 24px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
}
.dcFAQ li h3 span::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 2px;
	margin: 0;
	background-color: #FFF;
	z-index: 2;
}
.dcFAQ li h3 span::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 2px;
	height: 16px;
	margin: -7px 0 0;
	background-color: #FFF;
	transition: transform 0.3s;
	z-index: 2;
}
#container .dcFAQ .dcFAQ_multiple h3::after{
	margin-top: -34px;
}
#container .dcFAQ .dcFAQ_multiple h3 span::before{
	margin-top: -19px;
}
#container .dcFAQ .dcFAQ_multiple h3 span::after{
	margin-top: -26px;
}
.dcFAQ li.dcFAQ_active h3 span::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.dcFAQ li > div.dcFAQ_ans{
	padding: 38px 0 30px;
	border-top: 1px solid #E0E0E0;
	display: flex;
}
.dcFAQ li > div.dcFAQ_ans div{
	width: 64px !important;
	margin-top: -17px;
	margin-right: 32px;
}
.dcFAQ li > div.dcFAQ_ans div.txt_A{
	width: 24px !important;
	margin-top: 0;
	margin-right: 24px;
}
.dcFAQ li > div.dcFAQ_ans p{
	width: calc(100% - 144px);
	font-size: 150%;
	font-weight: 400;
}
@media only screen and (max-width: 1260px) {
	.dcFAQ_in{
		max-width: 700px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.dcFAQ_in{
		max-width: 530px;
	}
	#container .dcFAQ .dcFAQ_ind h3 img{
		margin-right: 30px;
	}
}


/* Dコンシェが生まれた背景
------------------------------------------------------------------------------- */
.dcBackground{
	margin: 0;
	padding: 55px 0 80px;
	background: #2DC19D;
	background: linear-gradient(130deg,rgba(45, 193, 157, 1) 0%, rgba(15, 93, 134, 1) 100%);
	color: #fff;
	position: relative;
}
.dcBackground_in{
	max-width: 1020px;
	margin: 0 0 0 auto;
}
#container .dcBackground h2{
	background: none;
	color: #fff;
}
#container .dcBackground .txt_en{
	color: #fff;
}
.dcBackground_cont{
	max-width: 760px;
}
.dcBackground figure{
	position: absolute;
	top: -80px;
	right: 40px;
}
.dcBackground_cont p:not(.txt_en){
	padding-right: 180px;
	font-size: 150%;
	font-weight: 500;
}
@media only screen and (max-width: 1260px) {
	.dcBackground_cont{
		max-width: 700px;
		padding-left: 20px;
	}
	.dcBackground figure{
		right: -60px;
	}
	.dcBackground_cont p:not(.txt_en){
		padding-right: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.dcBackground_cont p:not(.txt_en){
		padding-right: 5%;
	}
}
@media only screen and (max-width: 1150px) {
	.dcBackground_cont p:not(.txt_en){
		padding-right: 10%;
	}
}
@media only screen and (max-width: 1100px) {
	.dcBackground_cont{
		max-width: 530px;
	}
	.dcBackground figure{
		right: -120px;
	}
	.dcBackground_cont p:not(.txt_en){
		padding-right: 0;
	}
}


@media only screen and (max-width: 1340px) {
}
@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1100px) {
}
