@charset "UTF-8";

:root {
	--opt-yellow: rgb(250, 190, 0);
	--opt-gray: rgb(115, 135, 146);
	--opt-ly-forReverse: rgb(252, 200, 0);
	--opt-blue: rgb(9, 54, 97);
	--opt-txtGray: rgb(82, 109, 123);
	--opt-red: #CC0000;
	--opt-gray-bg: #eaeff3;
	--opt-gray-dark: #343a40;
	--opt-gray-border: #b9c3c8;
	--opt-bluegray: #ccd9e2;
	--opt-softgray: #f9f9f9;
	--opt-link-blue: #0033aa;
	--mineo-green: #00a23f;
	--opt-font-sans-serif: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HiraginoKaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--opt-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--opt-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
body {
	overflow-x: hidden;
	font-family:var(--opt-font-sans-serif)
}
b,
strong {
	font-weight: 800;
}
small, .small {
	font-size: 0.875em;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
.hide {
	display: none;
}
@media (min-width: 519px) {
	br.sp {
		display: none !important;
	}
}

/*-----------------------------------------------------------------------

SECTION

-----------------------------------------------------------------------*/
#about,
#usecase,
#case,
#services,
#inquery {
	margin-top: 2rem;
	margin-bottom: 3rem;
}
#usecase {
	margin-top: 1rem;
}
@media (max-width: 519px) {
	#about,
	#usecase,
	#case,
	#services,
	#inquery {
		margin-bottom: 2rem;
	}
}
.section_inner {
	max-width: 980px;
	margin-top: 1rem;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 520px) and (max-width: 960px) {
	.section_inner {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}
@media (max-width: 519px) {
	.section_inner {
		margin-right: 4%;
		margin-left: 4%;
	}
	main section + section {
	  padding-top: 0;
	}
}
.section_ttl {
	margin: 0 auto;
	padding: 1em;
	font-size: clamp(1.2rem, calc(.727rem + 2.36vw), 2.5rem);
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
}
.section_ttl span {
	position: relative;
}
.section_ttl span::before {
	position: absolute;
	content: "";
	top: 1.5em;
	display: inline-block;
	width: 4em;
	height: .15em;
	left: calc(50% - 2em);
	background-color: var(--opt-yellow);
}
.section_ttl + p {
	font-size: clamp(.875rem, .757rem + .59vw, 1.2rem);
	text-align: center;
}
.section_box {
	display: flex;
}
@media (max-width: 519px) {
	.section_ttl {
		padding: 1em 0 1em 0;
	}
	.section_ttl span::before {
		top: 1.5em;
	}
	.section_ttl + p {
		text-align: left;
	}
}
/*-----------------------------------------------------------------------

KV

-----------------------------------------------------------------------*/
.kv_dc {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	background-image: url(/business/solution/datacenter/img/kv_bg.jpg);
	height: 340px;
	width: 100%;
	padding: 5%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	box-sizing: border-box;
}
.kv_wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	width: min(100% - 10%, 1120px);
	height: 100%;
	margin: 0 auto;
	padding: 2rem 0;
	box-sizing: border-box;
}
.kv_dc-title {
	margin: 0;
	font-size: 3rem;
	color: #fff;
	line-height: 1.3;
	letter-spacing: .1em;
}
.kv_dc-text {
	font-size: clamp(.8rem, calc(100vw * 14 / 375), 1.5rem);
	color: #fff;
	margin-top: 1em;
}
.kv_cta {
	height: auto;
	padding-top: 2em;
	background-image: none;
	background-size: cover;
}
.kv_cta a {
	display: block;
	flex: 1 0 auto;
	max-width: 400px;
	background-image: -moz-linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);
	background-image: -webkit-linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);
	background-image: -ms-linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);
	box-shadow: 1.368px 3.759px 6px 0px rgba(9, 27, 56, 0.3);
	border-radius: 6px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #133664;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 1em 0;
	position: relative;
	text-decoration: none;
}
.kv_cta a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 26px;
	height: 26px;
	transform: translate(0, -50%);
	background-color: var(--opt-blue);
	border-radius: 50%;
}
.kv_cta a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	right: 43px;
	transform: rotate(45deg) translate(0, -50%);
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.kv_cta a:hover {
	box-shadow: 0 0 0 0 rgba(9, 27, 56, 0.3);
}
@media (max-width: 767px) {
	.kv_dc {
		align-items: flex-start;
		justify-content: flex-start;
		background-image: url(/business/solution/datacenter/img/kv_bg_sp.jpg);
		height: 100%;
	}
	.kv_wrap {
		align-items: flex-start;
		justify-content: flex-start;
		max-width: initial;
	}
	.kv_dc-title {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.kv_dc-text {
		margin-top: 0;
	}
	.kv_cta {
		padding: 1em 0;
		background-image: url(/business/solution/datacenter/img/cta_bg_sp.png);
	}
	.kv_cta a {
		max-width: 70%;
		font-size: 1rem;
		margin: 0 auto;
		padding: .7em 0;
	}
	.kv_cta a::before {
		right: 10px;
		width: 20px;
		height: 20px;
	}
	.kv_cta a::after {
		right: 20px;
		width: 7px;
		height: 7px;
	}
}
@media screen and (min-width: 2000px) {
	.kv_dc {
		background-size: 100% auto;
	}
}
/*-----------------------------------------------------------------------

ページ内ナビ

-----------------------------------------------------------------------*/
.nav-wrap{
	background: var(--opt-blue);
}
.nav-toggle {
	display: none;
}
.anchor_nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding:0;
	background: var(--opt-blue);
}
.anchor_nav a {
	position: relative;
	display: inline-block;
	flex: 1 0 calc(100% / 4);
	width: 100%;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	font-size: clamp(.875em, calc(.83rem + .23vw), 1rem);
	color: #fff;
}
.anchor_nav a[class^="scroll"]::after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 15px;
	right: 2rem;
	background-color: var(--opt-yellow);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 519px) {
	.nav-toggle {
		display: block;
		position: relative;
		width: 100%;
		padding: 1em;
		background: var(--opt-blue);
		color: #fff;
		border: none;
		font-size: 1rem;
		font-weight: 600;
		text-align: center;
		cursor: pointer;
	}
	.nav-toggle::after {
		position: absolute;
		content: "＋";
		display: inline-block;
		top: 50%;
		right: 25%;
		transform: translate(0, -50%);
		color: var(--opt-yellow);
		font-size: 1.5em;
		transition: transform .3s;
	}
	.nav-toggle.is-open::after {
		transform: translateY(-50%) rotate(45deg);
	}
	.anchor_nav {
		display: none;
		align-items: stretch;
		text-align: center;
		width: 100%
	}
	.anchor_nav.is-open {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.anchor_nav.is-open a {
		height: 1.3em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		border-bottom: 1px solid #fff;
	}
	.anchor_nav a[class^="scroll"]::after {
		width: 10px;
		height: 8px;
		right: 0;
	}
	.anchor_nav.is-open a:nth-of-type(odd) {
		border-right: 1px solid #fff;
	}
	.anchor_nav.is-open a:first-of-type,
	.anchor_nav.is-open a:nth-of-type(2) {
		border-top: 1px solid #fff;
	}
	.anchor_nav a[class^="scroll"]::after {
		right: 2em;
	}
}
@media screen and (min-width: 520px) and (max-width: 1076px) {
	.anchor_nav {
		flex-wrap: wrap;
		width:  auto;
		height: auto;
	}
	.anchor_nav a {
		flex: 1 0 calc(100% / 3);
	}
}
@media screen and (min-width: 961px) {
	.anchor_nav a:hover {
		background-color: var(--opt-softgray);
		color: var(--opt-blue);
	}
	.anchor_nav a[class^="scroll"]:hover::after {
		color: var(--opt-blue);
	}
}

/*-----------------------------------------------------------------------

オプテージのデータセンターについて

-----------------------------------------------------------------------*/
.dcWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin: 5% auto;
}
.dc_map {
	margin-right: 2rem;
}
.dc_map img {
	border: solid 1px var(--opt-gray);
}
.dc_buttonWap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 0 50%;
	gap: 1em;
}
.dc_buttonWap a {
	color: #000;
	text-decoration: none;
}
.dc_buttonWap a:hover {
	color: #000;
	text-decoration: none;
	opacity: .7;
}
.dc_buttonWap a:visited {
	color: #000;
	text-decoration: none;
}
.dc_button {
	display: grid;
	grid-template-columns: 40% 1fr 3rem;
	align-items: center;
	gap: .5em;
	border: solid 2px var(--opt-gray);
}
.dc_button p {
	font-weight: 600;
}
.dc_button i {
	color: var(--opt-blue);
	font-size: 1.8rem;
}
.iso {
	margin-top: .5rem;
}
.iso dt {
	font-size: 1rem;
}
.iso dd {
	margin-top: .8em;
	font-size: .8rem;
	font-feature-settings: "palt";
}
.iso dd a {
	color: #000;
	display: inline-flex;
	align-items: center;
}
.iso dd a:before {
	width: 9px;
	height: 12px;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(250, 191, 27)' d='M0.0,0.343 L8.656,5.999 L0.0,11.656 '/%3E%3C/svg%3E");
}
.iso dd a span {
    border-bottom: solid 1px;
    display: block;
    padding-bottom: .2em;
    margin-left: .2em;
}
.dc_features-wrap {
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: stretch;
	padding: 1em;
	margin: 1rem auto 0;
}
@media (max-width:519px) {
	.dc_features-wrap {
		padding: 0;
	}
}
.dc_features {
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: stretch;
}
h4.check_hedding {
	position: relative;
	padding-left: 1.1rem;
	padding-inline-start: 1.5em;
	padding-bottom: .5rem;
	line-height: 1.7;
	font-size: 1.2rem;
	font-weight: 600;
}
h4.check_hedding::before {
	content: "\f26e";
	font-family: bootstrap-icons;
	display: block;
	position: absolute;
	color: #000;
	left: 0;
	font-size: 1.5rem;
	font-weight: 600;
}
.dc_features p {
	background: #fff;
	color: #000;
	font-size: 1rem;
	line-height: 1.7;
	padding: 1rem;
	border-top: 3px solid var(--opt-gray);
}

@media screen and (min-width: 520px) and (max-width: 960px) {
}
@media (max-width: 519px) {
	#about .section_ttl span::before {
		top: 3.2em;
	}
	.dcWrap {
		grid-template-columns: 1fr;
		margin: 2rem auto;
	}
	.dc_map {
		margin-right: 0;
	}
	.dc_buttonWap {
		flex: 1 0 80%;
	}
	.dc_button {
		grid-template-columns: 1fr 3rem;
	}
	.dc_img{
		grid-column: 1/-1
	}
	.dc_button p {
		padding: 1em;
	}
	h3.commonTitle03 {
		font-size: 1.2rem;
	}
	h4.check_hedding {
		font-size: 1rem;
	}
	h4.check_hedding::before {
		font-size: 1.2rem;
	}
	.dc_features p {
		font-size: .9rem;
	}
}
/*-----------------------------------------------------------------------

ユースケース

-----------------------------------------------------------------------*/
.usecase_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin: 5% auto;
}

.usecase_box {
	display: flex;
	flex-direction: column;
	padding: 1rem 1.5rem 1.5rem;
	gap: 1em;
	border: solid 2px var(--opt-gray);
}
.usecase_box dl {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.label_head h3 {
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: 600;
}
@media (max-width:519px) {
	.usecase_container {
		grid-template-columns: 1fr;
	}
	.label_head h3 {
		font-size: 1rem;
	}
}
.label_head {
	display: grid;
	grid-template-columns: 1fr;
	border-bottom: solid 1px var(--opt-gray);
	padding-bottom: .5em;
}
.labelList {
	display: flex;
	justify-content: end;
	gap: .5rem;
	margin-bottom: .5em;
	padding: 0;
	list-style: none;
}
.oc1{
	font-size: .8em;
	font-weight: 600;
	padding: .5em;
	border-radius: 1vh;
	background: deepskyblue;
	color: #fff;
}
.aidc {
	font-size: .8em;
	font-weight: 600;
	padding: .5em;
	border-radius: 1vh;
	background: coral;
	color: #fff;
}
.umedakita{
	font-size: .8em;
	font-weight: 600;
	padding: .5em;
	border-radius: 1vh;
	background: var(--opt-gray-dark);
	color: #fff;
}
.shinsaibashi{
	font-size: .8em;
	font-weight: 600;
	padding: .5em;
	border-radius: 1vh;
	background: var(--mineo-green);
	color: #fff;
}
hr.arrow_bottom {
	margin: 2rem auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 60px 0 60px;
	border-color: var(--opt-blue) transparent transparent transparent;
}
.usecase_cta {
	margin: 0 auto 2rem;
}
.usecase_ctaBox {
	border: solid 2px var(--opt-blue);
}
.usecase_ctaBox h3 {
	margin: 0;
	padding: 1rem;
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	 background: linear-gradient( 90deg, rgb(0,55,93) 0%, rgb(0,78,132) 50%, rgb(0,55,93) 100%);
}
@media screen and (max-width: 519px) {
	.usecase_ctaBox h3 {
		font-size: 1.2em;
	}
}
.usecase_ctaArea {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1em;
	align-items: center;
	padding: 1em;
}
.usecase_ctaBtn {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: .5em;
	padding: 1rem;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	color: var(--opt-blue);
	font-size: 1.2rem;
	font-weight: 600;
	background-color: var(--opt-yellow);
	border-radius: 2vh;
	box-shadow: 1.5px 3.5px 6px 0px rgba(9, 27, 56, 0.3);
}
.usecase_ctaBtn:hover {
	opacity: .7;
	box-shadow: 0 0 0 0 rgba(9, 27, 56, 0.3);
}
.usecase_ctaBtn a {
	color: var(--opt-blue);
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
}
.usecase_ctaBtn a:hover {
	color: var(--opt-blue);
	text-decoration: none;
}
.usecase_ctaBtn a:visited {
	color: var(--opt-blue);
	text-decoration: none;
}
.usecase_ctaBtn i {
	color: var(--opt-blue);
	font-size: 2rem;
}
@media screen and (max-width: 519px) {
	.usecase_ctaArea {
		grid-template-columns: 1fr;
	}
	.usecase_ctaBtn a {
		width: 80%;
		margin: 0 auto 1em;
	}
}
@media screen and (min-width: 520px) and (max-width: 960px) {
	.usecase_ctaBtn a {
		width: 80%;
	}
}
.check_list {
	margin: 1rem auto;
}
.check_list li {
	position: relative;
	padding-left: 1rem;
	padding-bottom: .3rem;
	line-height: 1.7;
	font-size: .9rem;
}
.check_list li::before {
	content: "\f26e";
	font-family: bootstrap-icons;
	display: block;
	position: absolute;
	color: #000;
	left: -.2em;
}
.check_list li:last-child {
	padding-bottom: 1rem;
}
.check_list li.large {
	position: relative;
	padding-left: 1.1rem;
	padding-bottom: .5rem;
	line-height: 1.7;
	font-size: 1.2rem;
	font-weight: 600;
}
.check_list li.large::before {
	content: "\f26e";
	font-family: bootstrap-icons;
	display: block;
	position: absolute;
	color: #000;
	left: -.5em;
	font-size: 1.5rem;
	font-weight: 600;
}
/*-----------------------------------------------------------------------

導入事例

-----------------------------------------------------------------------*/

#caseListArea {
	position: relative;
}
.caseList {
	display: block;
}

.slick-track {
	display: flex !important;
	align-items: stretch;
}
.slick-slide {
	height: inherit !important;
}
.slick-slide > div {
	height: 100%;
}
.caseCont {
	display: flex;
	height: 100%;
}
.caseContWrap {
	display: flex;
	width: 100%;
	height: 100%;
}
.corpoLink {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.slick-prev,
.slick-next {
	z-index: 10;
	opacity: .6;
	transition: .3s;
	width: 40px;
	height: 40px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
}
.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--opt-yellow);
}
.slick-prev:before {
	content: "\f137";
}
.slick-next:before {
	content: "\f138";
}
.slick-dots li button:before {
	font-size: 1rem;
	color: var(--opt-blue);
}
.slick-dots li.slick-active button:before {
	color: var(--opt-yellow);
}
.corpoLink:before{
	right: 20px;
}
.corpoLink:after{
	right: 36px;
}
@media screen and (max-width: 519px) {
	.caseList .caseCompany .companyLogo{
		width: 70px;
		height: 20px;
		text-align: right;
		position: absolute;
		top: -6px;
		right: 20px;
		padding-left: 0;
	}
	.corpoLink:before{
		right: 1rem;
	}

	.corpoLink:after{
		right: 1.7rem;
	}
	.taskList,
	.tagList{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: start;
		gap: 2px;
		width: initial;
		margin: initial;
		padding-bottom: 2px;
	}
	.taskList li,
	.tagList li{
		max-width: calc(50% - 4px);
		padding: 0 1px 2px;
		display: flex;
		flex-wrap: wrap;
		flex: 1 0 auto;
	}

	.taskList li span,
	.tagList li span{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		position: relative;
		border-radius: 4px;
		border: 1px solid #b9c3c8;
		padding: 5px 5px 5px 30px;
		font-size: 11px;
	}
}
@media screen and (min-width: 520px) and (max-width: 960px) {
	.caseList .caseCompany .companyLogo{
		width: 90px;
	}
}
@media (min-width: 961px) {
	.caseList .caseCompany .companyLogo{
		width: 100px;
		height: 35px;
		top: -10px;
	}
}
.moreCaseBtn {
	display: none;
}

@media screen and (max-width: 519px) {
	.caseList {
		display: block;
	}
	.caseCont {
		display: none;
		height: auto;
		margin-bottom: 16px;
	}
	.caseCont:nth-child(-n+3) {
		display: block;
	}
	.caseCont.is-show {
		display: block;
	}
	.caseContWrap {
		height: auto;
	}
	.corpoLink {
		display: block;
	}
	.moreCaseBtn {
		display: block;
		position: relative;
		width: 100%;
		max-width: 240px;
		margin: 24px auto 0;
		padding: .8em 2.5em .8em 1em;
		border: 1px solid var(--opt-blue);
		background: #fff;
		color: var(--opt-blue);
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	.moreCaseBtn::after {
		display: block;
		position: absolute;
		content: "";
		top: 50%;
		right: 1em;
		width: .5em;
		height: .5em;
		border-right: 2px solid currentcolor;
		border-bottom: 2px solid currentcolor;
		transform: translateY(-70%) rotate(45deg);
	}
}

/*-----------------------------------------------------------------------

提供サービス

-----------------------------------------------------------------------*/

.services_gridBox {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1em;
	align-items: stretch;
	padding: 1em 0;
	margin: 0 auto;
}
.services_box {
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: stretch;
	border: 3px solid var(--opt-blue);
	gap: 1em;
}
.services_box h3{
	padding: 1rem;
	font-size: 1.2em;
	font-weight: 600;
	background: var(--opt-blue);
	color:#fff;
	text-align: center;
	line-height: 1.8;
}
@media screen and (max-width: 519px) {
	.services_gridBox {
		grid-template-columns: 1fr;
	}
	.services_box h3{
		font-size: 1em;
	}
}
.services_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 2% 5%;
}
.services_inner p{
	background: #fff;
	color:#000;
	font-size: .9em;
	line-height: 1.7;
	margin-bottom: .5em;
}
@media screen and (max-width: 519px) {
	.services_gridBox {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.services_inner p {
		font-size: clamp(.875em, calc(.83rem + .23vw), 1rem);
		padding-bottom: 0;
	}
}

/*-----------------------------------------------------------------------

お問い合わせ

-----------------------------------------------------------------------*/
.inquery_cta {
	margin: 0 auto 2rem;
}
.inquery_ctaBox {
	border: solid 2px var(--opt-blue);
}
.inquery_ctaBox h3 {
	margin: 0;
	padding: 1rem;
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	 background: linear-gradient( 90deg, rgb(0,55,93) 0%, rgb(0,78,132) 50%, rgb(0,55,93) 100%);
}
.inquery_ctaArea {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1em;
	align-items: center;
	padding: 1rem 2rem 1.5rem ;
}
@media screen and (max-width: 519px) {
	.inquery_cta {
		margin: 0 auto 2rem;
	}
	.inquery_ctaBox h3 {
		font-size: 1.2em;
	}
	.inquery_ctaArea {
		grid-template-columns: 1fr;
		padding: .8rem 0 2rem ;
	}
}
.form_dc_contact,
.form_sonezaki {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	padding: 0 1em;
}
.services_ctaBtn {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: .5em;
	padding: 1rem;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	color: var(--opt-blue);
	font-size: 1.2rem;
	font-weight: 600;
	background-color: var(--opt-yellow);
	border-radius: 2vh;
	box-shadow: 1.5px 3.5px 6px 0px rgba(9, 27, 56, 0.3);
}
.services_ctaBtn:hover {
	opacity: .7;
	box-shadow: 0 0 0 0 rgba(9, 27, 56, 0.3);
}
.services_ctaBtn a {
	color: var(--opt-blue);
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
}
.services_ctaBtn a:hover {
	color: var(--opt-blue);
	text-decoration: none;
}
.services_ctaBtn a:visited {
	color: var(--opt-blue);
	text-decoration: none;
}
.services_ctaBtn i {
	color: var(--opt-blue);
	font-size: 2rem;
}
@media screen and (max-width: 519px) {
	.services_ctaArea {
		grid-template-columns: 1fr;
	}
	.services_ctaBtn {
		width: 85%;
	}
	.services_ctaBtn a {
		width: 80%;
		margin: 0 auto 1em;
	}
}
@media screen and (min-width: 520px) and (max-width: 960px) {
	.services_ctaBtn a {
		width: 80%;
	}
}
/*-----------------------------------------------------------------------

お問い合わせ（追従）

-----------------------------------------------------------------------*/
.floating_contact {
	transition: opacity .4s ease-in-out, maxHeight .4s ease-in-out, visibility .4s ease-in-out;
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 6rem;
	max-width: 240px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: .8rem;
	z-index: 100;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: opacity .4s ease, transform .4s ease;
}
.floating_contact.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.floating_contact-Box {
	background: #fff;
	padding: 1rem;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	border-radius: 1vh;
	display: block;
	text-decoration: none;
}
.floating_contact-Text {
	color: #222;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	line-height: calc(26 / 16);
	margin-bottom: 1em;
}
.floating_contact .contact_Link {
	position: relative;
	display: block;
	background: var(--opt-yellow);
	color: var(--opt-blue);
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
	padding: 1em;
	max-width: 185px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 1vh;
}
.floating_contact .contact_Link::after {
	content: "\f231";
	font-family: bootstrap-icons;
	position: absolute;
	color: var(--opt-blue);
	right: .5em;
	font-size: 1.2rem;
}

@media screen and (max-width: 519px) {
   .floating_contact {
		max-width: 300px;
		flex-direction: row;
		gap: 0;
		padding: .3rem;
		align-items: center;
		bottom: 10px;
		right: unset;
		left: 0;
   }
   .floating_contact-Box {
		width: 100%;
		padding: .3rem;
		border-radius: 1vh;
   }
	.floating_contact .contact_Link {
		font-size: 1rem;
		padding: .8em;
	}
	.floating_contact-Text {
		display: none;
	}
   .floating_contact .contact_Link {
		max-width: 100%;
   }
}


