/* 物流業務診断 */
#Butsuryu-shindan main .cnts {
	padding-top: 70px;
	padding-bottom: 35px;
	max-width:970px;
	width:90%;
}
#Butsuryu-shindan .secFeature .cnts,
#Butsuryu-shindan .secFunctional .cnts,
#Butsuryu-shindan .secFlow .cnts,
#Butsuryu-shindan .secUseCase .cnts
{
	padding-top:35px;
	padding-bottom: 35px;
}
#Butsuryu-shindan .secHowToOrder .cnts{
	padding-top:35px;
	padding-bottom: 70px;
}

/* secUseCase：活用例スライダー */
#Butsuryu-shindan .secUseCase .usecase-slider {
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 30px 0 30px 40px;
	background-color: #F2F2F2;
	text-align: left;
}
#Butsuryu-shindan .secUseCase .usecase-slider_viewport {
	position: relative;
	overflow: hidden;
}
#Butsuryu-shindan .secUseCase .usecase-slider_viewport::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 56px;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.015) 50%,
		rgba(0, 0, 0, 0.05) 100%
	);
}
#Butsuryu-shindan .secUseCase .usecase-slider_track {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: transform 0.35s ease;
	will-change: transform;
}
#Butsuryu-shindan .secUseCase .usecase-slider_item {
	box-sizing: border-box;
}
#Butsuryu-shindan .secUseCase .usecase-slider_item img {
	display: block;
	width: 100%;
	height: auto;
}
#Butsuryu-shindan .secUseCase .usecase-slider_item.is-peek {
	cursor: pointer;
}
#Butsuryu-shindan .secUseCase .usecase-slider_item.is-peek:focus-visible {
	outline: 2px solid #666;
	outline-offset: 2px;
}
@media screen and (max-width: 768px) {
	#Butsuryu-shindan .secUseCase .usecase-slider {
		padding: 24px 0 24px 16px;
	}
}
#Butsuryu-shindan .dpInBlock {
	display: block;
}

/* セクション：導入 */
.l-intro {
	position: relative;
	height: 47vh;
	min-height: 360px;
	max-height: 440px;
	background: url(/shared/img/app/butsuryu-shindan/intro.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: scroll;
}
.l-intro::before,
.l-intro::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
.l-intro::before {
	background-color: rgba(33,33,33,.2);
}
.l-intro::after {
	background: linear-gradient(90deg, rgba(33,33,33,.8) 0%, rgba(33,33,33,0) 35%, transparent 55%);
}

.l-intro_inr {
	position: relative;
	z-index: 1;
	max-width: 970px;
	height: 100%;
	margin: 0 auto;
}

.l-intro_txt {
	position: absolute;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
	width: 100%;
	padding: 30px;
	color: #fff;
}
.l-intro_txt .ttl1 {
	display: flex;
	align-items: baseline;
	margin: 15px 0;
	font-size: 4.4rem;
}
.l-intro_txt .ttl1 span{
	font-weight: normal;
}
.l-intro_txt > p:first-child {
	font-size: 2.0rem;
}
.l-intro_txt > p:nth-child(3) {
	font-size: 1.6rem;
}

.l-intro_btn {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 10px;
	justify-content: normal;
}
.l-intro_btn > * {
	width: 220px;
	text-align: center;
}
.l-intro_btn > *:first-child {
	margin-right: 20px;
}
.l-intro_btn a {
	display: inline-block;
	line-height: 1.65;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #18266C;
	border-radius: 50px;
	color: #18266C;
	background: #ffffff;
}
.l-intro_btn a p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-intro_btn a p span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #18266C;
	border-right: 2px solid #18266C;
	transform: rotate(45deg);
	margin-left: 10px;
}

#Butsuryu-shindan .ttl-vline {
	border-left:8px solid #5BC3D7;
	padding-left: 20px;	
}
#Butsuryu-shindan .accent{
	color:#0070C0;
}

/* secFlow：左右罫線＋青背景見出し */
#Butsuryu-shindan .ttl-hline {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
}
#Butsuryu-shindan .ttl-hline::before,
#Butsuryu-shindan .ttl-hline::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background-color: #0070C0;
}
#Butsuryu-shindan .ttl-hline span {
	display: inline-block;
	flex-shrink: 0;
	padding: 8px 24px;
	background-color: #0070C0;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 5px;
}
#Butsuryu-shindan .secFlow .flowList,
#Butsuryu-shindan .secFlow .flowList ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
#Butsuryu-shindan .secFlow .flowList {
	margin-top: 30px;
}
#Butsuryu-shindan .secFlow .flow-lead {
	margin: 30px 0;
}
#Butsuryu-shindan .secFlow .flowList h4 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 2rem;
}
#Butsuryu-shindan .secFlow .flowList h4::before {
	content: "";
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	border-radius: 50%;
	background-color: #0070C0;
	flex-shrink: 0;
}
#Butsuryu-shindan .secFlow .flowList ul > li > span {
	display: block;
	font-size: 1.4rem;
	padding-left: calc(1.7rem + 12px); /* h4の青丸(0.85em×2rem) + gap */
}
#Butsuryu-shindan .secFlow .flowList h5 {
	font-size: 1.6rem;
	color: #0070C0;
}
#Butsuryu-shindan .secFlow .flow_txt > p {
	margin-top: 15px;
}
#Butsuryu-shindan .secFlow .flow-panel {
	border: 1px solid #0070C0;
	border-radius: 5px;
	padding: 20px;
}
#Butsuryu-shindan .secFlow .flow-panel.row-harf {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
}
#Butsuryu-shindan .secFlow .flow-panel.row-harf .flow_img img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	#Butsuryu-shindan .secFlow .flow-panel.row-harf {
		grid-template-columns: 1fr;
	}
}
#Butsuryu-shindan .secFlow .flow-arrow {
	width: 0;
	height: 0;
	margin: 30px auto;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 35px solid #61BADB;
}
#Butsuryu-shindan .secFlow .template-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#Butsuryu-shindan .secFlow .template-list > li {
	background-color: #E9F5FF;
	border-radius: 5px;
	padding: 15px 20px 20px;
	box-sizing: border-box;
}
#Butsuryu-shindan .secFlow .template-list h5 {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 6px 16px;
	border-radius: 999px;
	background-color: #0070C0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	box-sizing: border-box;
}
#Butsuryu-shindan .secFlow .template-list strong {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	gap: 8px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
#Butsuryu-shindan .secFlow .template-list strong span {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
}
#Butsuryu-shindan .secFlow .template-list strong span img {
	display: block;
	width: 2em;
	height: auto;
}
#Butsuryu-shindan .secFlow .template-list p {
	font-size: 1.4rem;
	line-height: 2;
}
@media screen and (max-width: 820px) {
	#Butsuryu-shindan .secFlow .template-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* secAbstract */
#Butsuryu-shindan .secAbstract-description{
	width:85%;
	margin:45px auto 0;
	padding:30px 30px 28px;
	background-color: #F2F2F2;
	border-radius:5px;
}
@media screen and (max-width: 768px) {
	#Butsuryu-shindan .secAbstract-description{
		width:100%;
	}	
}
.secAbstract h3{
	font-size:2.4rem;
}

/* セクション共通 */
#Butsuryu-shindan h2,
#Butsuryu-shindan h3 {
	text-align: center;
}
#Butsuryu-shindan h2{
	font-size:3.2rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
	#Butsuryu-shindan h2,
	#Butsuryu-shindan h3 {
		text-align: left;
	}
}
#Butsuryu-shindan h2.tinywide{
	letter-spacing: 0.05em;
}
#Butsuryu-shindan .nobr{
	margin-top:30px;
	text-align: center;
}
#Butsuryu-shindan .topic-wrapper{
	padding-top:70px;
}
#Butsuryu-shindan .cnts > .ttl2 {
	line-height: 1.6;
}

/* secFeature：ロジビルダーモーダル（.wrapper-overlay 利用） */
.row-txt-img{
	display:grid;
	grid-template-columns: 2.5fr 1fr;
	gap:60px;
}
.row-txt-img img {
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 820px) {
	.row-txt-img {
		grid-template-columns: 1fr;
	}
	.row-txt-img img {
		justify-self: center;
		max-width: 280px;
		width: 100%;
		height: auto;
	}
}
.row-txt-img2{
	display:grid;
	grid-template-columns: 2fr 1.2fr;
	gap:30px;
	align-items: center;
}
#Butsuryu-shindan .secFlow .flow-panel.row-txt-img2 {
	padding: 5px 20px;
}
.row-txt-img2 .flow_img img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 820px) {
	.row-txt-img2 {
		grid-template-columns: 1fr;
	}
	#Butsuryu-shindan .secFlow .flow-panel.row-txt-img2 {
		padding: 20px;
	}
	.row-txt-img2 .flow_img {
		justify-self: center;
		width: 100%;
		max-width: 320px;
	}
}

.js-modal-logibulder {
	position: absolute;
	width:10%;
	height:1.6rem;
	content:"";
	top:20.8%;
	right:17.6%;
	cursor: pointer;
	text-decoration:none;
	color:transparent;
}
@media screen and (max-width: 820px) {
	.js-modal-logibulder {
		height:1.2rem;
	}	
}
@media screen and (max-width: 768px) {
	.js-modal-logibulder {
		height:1rem;
	}	
}

.secFeature-modal-logibulder {
	display: none;
}
.wrapper-overlay.modal-overlay.is-show .secFeature-modal-logibulder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 370px;
	max-width: calc(100% - 40px);
}
.secFeature-modal-logibulder-content {
	width: 100%;
	height: fit-content;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #0070C0;
	padding: 20px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
.secFeature-modal-logibulder-content-text {
	margin-bottom: 15px;
}
.secFeature-modal-logibulder-content ul li::before {
	content: '・';
	margin-right: 0;
}
.secFeature-modal-logibulder-content ul li:last-child {
	margin-bottom: 0;
}
.row-imgs{
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap:30px;
	width:90%;
	margin:30px auto 0;
}
.row-imgs img {
	width: 100%;
	height: auto;
}

/* secFunctional*/


/*secFunction*/
.secFunction .cnts > div{
	margin:50px auto 0;
}
.secFunction .bg .cnts > div{
	margin:0 auto;
}
.secFunction .bg{
	background: #F5F5F5;
}
.secContents_function_ttl {
	color:#0070C0;
	gap:15px;
}
.secContents_function_ttl::before{
    content: "";
    display: inline-block;
    width: 35px;           
    height: 35px;
	margin-top: -3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
	background-image: url('/shared/img/app/kanagata-kanri-DX/function-icon.png');
}
.function_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap:50px;
}
.function_list li{
	display: flex;
	flex-direction: column;
}
.function_list li > p{
	margin-bottom: 30px;;
}
.function_list_title{
	border-left: 10px solid #3184BF;
    padding: 3px 0 0 15px;
	margin:30px 0 20px;
}
.function_list-img {
	border:1px solid #707070;
	border-radius: 9px;
	text-align: center;
	height:100%;
}
.function_list-img img {
	width:100%;
}

/*画面イメージ*/
.function_display_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	gap:20px;
}
.function_display_list li .secpam a {
    position: relative;
    display: block;
    width:100%;
	height:200px;
    overflow: hidden;
	border:1px solid #707070;
	border-radius: 9px;
}
.function_display_list li{
	margin-bottom:20px;
}
.function_display_list li .secpam a > img {
	width:100%;
	height:100%;
    object-fit: cover; 
    object-position: center;
}
.function_display_list li .secpam a::after {
	content: '画像を拡大表示する';
	white-space: pre;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 1.8rem;
	border-radius: 8px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.6s ease;
}
.function_display_list li .secpam a:hover::after {
	opacity: 1;
}
.function_display_list li .secpam a:hover::before {
	opacity: 0;
	transition: all 0.1s ease;
}
.function_display_list-img {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:768px){
	.function_display_list{
		display: block;
		margin-top: 30px;
	}
	.function_display_list li{
		width: 100%;
	}
	.smartphone_img > div{
		bottom: -100px;
		width: 60%;
	}
	.function_display_list-img {
		flex-direction: column;
	}
	.function_display_list-img > div {
		width: 100%;
		margin-bottom: 40px;
	}
}
/* secAI */
/* box-shadow のぼかし（最大30px）が親からはみ出さないよう余白を確保 */
.secAI .cnts {
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.bg_blue{
	padding:40px;
	background-color: #0070C0;
	border-radius: 30px;
	box-shadow:
		0 0 20px rgba(0, 112, 192, 0.55);
	margin: 20px auto 0;
}
.secAI .title{
	font-size: 3.2rem;
	color:#fff;
	text-align: center;
	border-bottom: 2px solid #FEFE00;
	width:fit-content;
	margin:0 auto 20px;
	letter-spacing: 0.1em;
}
.secAI .title span{
	display: block;
	font-weight:400;
	font-size: 1.8rem;
	margin-bottom: 10px;
	letter-spacing: 0em;
}
.secAI .desc{
	color:#fff;
	width:92%;
	margin:0 auto;
	text-align: center;
}
.secAI .value{
	display:grid;
	grid-template-columns: 1fr;
	gap:40px;
	background-color: #fff;
	border-radius: 10px;
	margin: 40px 0;
	padding:30px;
}
.secAI .value_title,
.secAI .scene_title{
	font-size: 2.3rem;
	padding: 3px 0 0 12px;
	margin-bottom:16px;
}
.secAI .value_title{
	border-left: 8px solid #0070C0;
}
.secAI .scene_title{
	border-left: 8px solid #fff;
	color:#fff;
}
.secAI .value_contents{
	margin-left: 18px;
	display:grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap:45px;
}
@media screen and (max-width: 820px) {
	.secAI .value_contents{
		margin-left: 0;
		grid-template-columns: 1fr;
		gap:20px;
	}
	.secAI .value_contents .imgs {
		width:90%;
		margin:0 auto;
	}
}
.secAI .value_contents > *{
	min-width: 0;
}
.secAI .value_contents .txt dl{
	font-size: 1.5rem;
	border:2px solid #0070C0;
	display:grid;
	grid-template-columns: 100px auto;
	gap:10px;
	width:100%;
	margin-bottom: 16px;
}
.secAI .value_contents .txt dl dt{
	background-color: #0070C0;
	text-align: center;
	color:#fff;
	padding:8px 0 6px;
}
.secAI .value_contents .txt dl dd{
	padding:8px 0 6px;
}
.secAI .value_contents .txt h4{
	font-size: 1.8rem;
	color:#0070C0;
}
.secAI .value_contents .txt .value_desc{
	font-size:1.5rem;
	margin-bottom: 8px;
}
.secAI .value_contents .txt ul>li{
	font-size:1.4rem;
	position: relative;
	padding-left: 1em;
	margin-bottom: 8px;
}
@media screen and (min-width: 821px) {
	.secAI .value_contents .txt ul>li{
	  white-space: nowrap;
	}
  }
.secAI .value_contents .txt ul>li::before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.secAI .scene{
	color:#fff;
}
.secAI .scene_contents{
	display:grid;
	grid-template-columns: minmax(0, 2.3fr) minmax(0, 2.8fr);
	gap:40px;
}
@media screen and (max-width: 820px) {
	.secAI .scene_contents{
		margin-left: 0;
		grid-template-columns: 1fr;
		gap:30px;
	}
	.secAI .scene_contents .imgs {
		width:100%;
		margin:0 auto;
	}
}
.secAI .scene_contents > *{
	min-width: 0;
}
.secAI .scene_contents .txt h4{
	font-size:1.8rem;
	margin-bottom:8px;
}
.secAI .scene_contents .txt .scene_desc{
	font-size:1.5rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.secAI .scene_contents .txt .example{
	font-size:1.4rem;
	margin-bottom: 8px;
	letter-spacing: 0.05em;

}
@media screen and (min-width: 821px) {
	.secAI .scene_contents .imgs img{
	  margin-top: -10px;
	}
  }
.secAI .secAI_link{
	font-size: 1.8rem;
	width:fit-content;
	border-radius: 9999px;
	padding:17px 10% 15px;
	display: block;
	letter-spacing: 0.05em;
	color:#0070C0;
	background-color:#fff;
	border: 1px solid #fff;
	text-decoration: none;
	margin: 20px auto 0;
	transition: color .3s ease, background-color .3s ease;
}
@media (hover: hover) {
	.secAI .secAI_link:hover {
		color: #fff;
		background-color: #0070C0;
		border: 1px solid #fff;
		text-decoration: none;
	}
}

@media screen and (max-width: 768px) {
	.secAI .cnts {
		padding-left: 16px;
		padding-right: 16px;
	}

	.secAI .bg_blue {
		padding: 24px 16px;
		border-radius: 20px;
		margin-top: 10px;
	}

	.secAI .title {
		font-size: 2.4rem;
		width: 100%;
		max-width: 100%;
		line-height: 1.5;
		margin-bottom: 16px;
		box-sizing: border-box;
	}

	.secAI .title span {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 8px;
	}

	.secAI .desc {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.75;
		text-align: left;
	}

	.secAI .desc.fontL18 {
		font-size: 1.4rem;
	}

	.secAI .value {
		margin: 24px 0;
		padding: 20px 16px;
		gap: 28px;
	}

	.secAI .value_title,
	.secAI .scene_title {
		font-size: 1.9rem;
		line-height: 1.45;
		padding: 2px 0 0 10px;
		margin-bottom: 12px;
	}

	.secAI .value_title {
		border-left-width: 6px;
	}

	.secAI .scene_title {
		border-left-width: 6px;
	}

	.secAI .value_contents {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-left: 0;
	}

	.secAI .value_contents .imgs {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.secAI .value_contents .imgs img {
		display: block;
		width: 100%;
		height: auto;
	}

	.secAI .value_contents .txt dl {
		display: flex;
		flex-direction: column;
		font-size: 1.3rem;
		gap: 0;
	}

	.secAI .value_contents .txt dl dt {
		padding: 10px 12px 8px;
	}

	.secAI .value_contents .txt dl dd {
		padding: 10px 12px;
	}

	.secAI .value_contents .txt h4 {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.secAI .value_contents .txt .value_desc {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	.secAI .value_contents .txt ul > li {
		font-size: 1.3rem;
		line-height: 1.65;
		white-space: normal;
	}

	.secAI .scene_contents {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.secAI .scene_contents .imgs {
		order: -1;
		width: 100%;
		margin: 0;
	}

	.secAI .scene_contents .imgs img {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.secAI .scene_contents .txt h4 {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.secAI .scene_contents .txt .scene_desc {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	.secAI .scene_contents .txt .example {
		font-size: 1.25rem;
		line-height: 1.65;
		letter-spacing: 0.02em;
	}

	.secAI .secAI_link {
		font-size: 1.5rem;
		width: 100%;
		max-width: 100%;
		padding: 14px 18px;
		text-align: center;
		box-sizing: border-box;
		margin-top: 16px;
	}
}

/*機能一覧表*/
.secPageLink_btn {
	position: relative;
	max-width: 400px;
	width: 100%;
    margin: 20px auto 80px;
	text-align: center;
}
.secPageLink_btn_desc{
	margin-top:70px;
	font-size:2.4rem;
	white-space:nowrap;
}
.secPageLink_btn a {
	display: block;
	padding: 40px 0;
	border: 3px #000 solid;
	background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    transition: 0.3s;
}
.secPageLink_arrow {
	position: absolute;
	bottom: 4px;
	right: 8px;
	font-size: 1.4rem;
}
.secPageLink_btn a:hover {
	transform: translateY(-5px);
}


/*モーダル*/
div[class^="secContents_function_modal"] {
	display: none;
}
.wrapper-overlay.modal-overlay.is-show div[class^="secContents_function_modal"] {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	max-width: 1080px;
	padding: 50px 0;
}
.secContents_function_table {
	padding: 30px;
	background-color: #fff;
}
div[class^="secContents_function_modal"] .modal-close{
	position: absolute;
	top: 70px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #707070;
	cursor: pointer;
}
div[class^="secContents_function_modal"] .modal-close::before,
div[class^="secContents_function_modal"] .modal-close::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background-color: #707070;
}
div[class^="secContents_function_modal"] .modal-close::before{
	transform: translate(-50%,-50%) rotate(-45deg);
}
div[class^="secContents_function_modal"] .modal-close::after{
	transform: translate(-50%,-50%) rotate(45deg);
}

.wrapper-overlay.modal-overlay.is-show .modal-element {
	width: 75%;
	transform:translateY(-50%);
	top: 55%;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	padding: 0;
}
.wrapper-overlay.modal-overlay.is-show .modal-element.modal-anther {
	width: 60%;
}
@media screen and (max-width:820px){
    .wrapper-overlay.modal-overlay.is-show .modal-element {
		top:50%;
	}
	.wrapper-overlay.modal-overlay.is-show .modal-element,
	.wrapper-overlay.modal-overlay.is-show .modal-element.modal-anther {
		width: 90%;
	}
}

/* contact */
.secContents_contact_cont {
	position: relative;
	padding: 30px;
	border-radius: 16px;
	background-color: #1996B0;
}
.secContents_contact_cont::after {
	position: absolute;
	bottom: 0;
	right: -50px;
	content: '';
	display: block;
	width: 350px;
	height: 413px;
	background: url(/shared/img/app/setsubi-hozen-DX/contact.png) no-repeat 50% 50%;
	background-size: contain;
}
.secContents_contact_list {
	max-width: 720px;
	width:max-content;
}
@media screen and (max-width:820px){
	.secContents_contact_list {
		width:100%;
	}
}
.secContents_contact_item {
	padding: 10px 20px 10px 15px;
	margin-bottom: 15px;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	line-height: 1.3;
}
.secContents_contact_item:last-child {
	margin-bottom: 0;
}
.secContents_contact_item > p {
	position: relative;
	padding-left: 1.5em;
	color: #1996B0 !important;
}
.secContents_contact_item > p::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '●';
}
.secContents_contact_note {
	max-width: 720px;
}
.secContents_contact_note > li {
	position: relative;
	padding-left: 1.0em;
	margin-bottom: .25em;
}
.secContents_contact_note > li:last-child {
	margin-bottom: 0;
}
.secContents_contact_note > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}
.other_sec .cnts >div{
	width:90%;
	margin:0 auto;
}
/* inquiry */
.secContents_inquiry_img {
	position: relative;
}
.secContents_inquiry_img > a {
	position: absolute;
	bottom: 11%;
	left: 1.4%;
	padding: 6px 22px;
	border-radius: 6px;
	background-color: #b6b6b6;
}
@media screen and (min-width:769px){
	.secPageLink_arrow i{
		animation: none;
	}
	.secPageLink_btn > a:hover .secPageLink_arrow i:first-child{
		animation: arrowMotion .75s infinite;
	}
	.secPageLink_btn > a:hover .secPageLink_arrow i:last-child{
		animation: arrowMotion .75s .25s infinite;
	}

	/* モーダル */
	div[class^="secContents_function_modal"] .modal-close{
		transition: background-color .25s ease-in-out;
	}
	div[class^="secContents_function_modal"] .modal-close:hover{
		background-color: rgba(112,112,112,.1);
	}


	/* secContents > inquiry */
	.secContents_inquiry_img > a:hover {
		background-color: #01a8ca;
	}

	/**/
	.function_list-link span {
		width: 100%;
		margin: 10px 0 0 0;
	}
}

@media screen and (min-width:821px) {
	.l-intro_btn a {
		transition: all .3s ease;
	}
	.l-intro_btn a:hover {
		text-decoration: none;
		color: #ffffff;
		background: #18266C;
		border: 1px solid #ffffff;
	}
	.l-intro_btn a p span {
		transition: all .3s ease;
	}
	.l-intro_btn a:hover p span {
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
}


@media screen and (max-width:820px){

	/* セクション：導入 */
	.l-intro {
		height: auto;
		min-height: auto;
		max-height: none;
		background-attachment: scroll;
	}
	.l-intro::before {
		background-color: rgba(33,33,33,.6);
	}
	.l-intro::after {
		content: none;
	}
	.l-intro_inr {
		max-width: 540px;
		padding: 100px 20px 60px;
	}

	.l-intro_txt {
		position: static;
		transform: none;
		padding: 20px 0;
		text-align: center;
	}
	.l-intro_txt .ttl1 {
		justify-content: center;
		font-size: 3.8rem;
	}
	.l-intro_txt > p:first-child {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.l-intro_txt > p:nth-child(3) {
		font-size: 1.4rem;
	}
	.l-intro_btn {
		position: static;
		transform: none;
		align-items: center;
		font-size: 1.4rem;
	}
	.l-intro_btn > *:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.l-intro_btn > *:last-child {
		margin-left: 0;
	}
	#Butsuryu-shindan .secAbstract .cnts p{
		line-height: 2;
	}

	/*secFunction*/
	.function_list .function_list_title {
		height: 60px;
	}
	/* function */
	.function_list{
		display: block;
		margin-top: 30px;
	}
	.function_list li{
		width: 100%;
	}
	.function_list-img {
		flex-direction: column;
	}
	.function_list-img img {
		width: 100%;
		height: auto;
	}
	.function_list-img > div {
		width: 100%;
		margin-bottom: 40px;
	}
	.function_list .function_list_title {
		height: 100%;
	}
	.function_list li > .fontM.mrgS {
		height: 100%;
		margin-bottom: 10px;
	}



	/* contact */
	.secContents_contact_cont {
		padding: 30px 20px;
	}
	.secContents_contact_cont::after {
		content: none;
	}

	.function_list li .secpam a::after {
		content: none;
	}


	.secContents_inquiry_img > a {
		position: absolute;
		bottom: 13%;
		left: 2%;
		padding: 12px 52px;
		border-radius: 6px;
		background-color: transparent;
	}
}

@media screen and (max-width:768px){
	#Butsuryu-shindan h2 {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}
	#Butsuryu-shindan h3 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#Butsuryu-shindan .ttl-hline {
		gap: 8px;
	}
	#Butsuryu-shindan .ttl-hline span {
		flex-shrink: 1;
		padding: 8px 12px;
		text-align: center;
	}

	/* secFunctional*/
	#Butsuryu-shindan main .secFunctional .cnts {
		padding-bottom: 0;
	}
	/* inquiry */
	.secContents_inquiry_img {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.secContents_inquiry_img > a {
		bottom: 80%;
		left: 15%;
		padding: 5% 35%;
		background-color: transparent;
	}
}
