@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,
#services,
#features,
#links {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

@media (max-width: 519px) {
	#about,
	#services,
	#features,
	#links {
		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;
}
.img_box {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}
@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 {
	position: relative;
}
.kv_scs {
	background-image: url(/business/solution/scs/img/kv_bg.jpg);
	height: 400px;
	width: 100%;
	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_scs-title {
	margin: 0;
	font-size: 3rem;
	color: #fff;
	line-height: 1.3;
	text-shadow: 1px 1px 2px #333;
}
.kv_scs-text {
	font-size: clamp(.8rem, calc(100vw * 14 / 375), 1.5rem);
	color: #fff;
	margin-top: 1em;
	font-weight: 600;
	text-shadow: 1px 1px 2px #333;
}
.kv_cta-Area {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width:  min(650px, 90%);
	gap: .5em;
	justify-items: stretch;
	padding-top: 2rem;
}
.kv_cta-inqyery a,
.kv_cta-form a {
	display: block;
	background-image: linear-gradient(109deg, rgb(240,200,80) 0%, rgb(250,190,0) 0%);
	box-shadow: 1.368px 3.759px 6px 0px rgba(9, 27, 56, 0.3);
	border-radius: 6px;
	font-weight: bold;
	color: var(--opt-blue);
	line-height: 1;
	text-align: center;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	max-width: 300px;
	font-size: 1.2rem;
	padding: 1em 0;
}
.kv_cta-inqyery a::before,
.kv_cta-form a::before {
	content: "";
	display: inline-block;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	right: 30px;
	width: 26px;
	height: 26px;
	background-color: var(--opt-blue);
	border-radius: 50%;
}
.kv_cta-inqyery a::after,
.kv_cta-form a::after {
	content: "";
	display: inline-block;
	position: absolute;
	transform: rotate(45deg) translate(0, -50%);
	top: calc(50% - 1px);
	right: 43px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.kv_cta-inqyery a:hover,
.kv_cta-form a:hover {
	box-shadow: 0 0 0 0 rgba(9, 27, 56, 0.3);
}
@media (max-width: 767px) {
	.kv_scs {
		background-image: url(/business/solution/scs/img/kv_bg_sp.jpg);
		height: auto;
	}
	.english_link {
		flex: 1 0 auto;
		max-width: 100%;
	}
	.english_link p {
		display: flex;
		width: auto;
	}
	.english_link p::after {
		content: none;
	}
	.kv_wrap {
		align-items: flex-start;
		justify-content: flex-start;
		max-width: initial;
	}
	.kv_scs-title {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.kv_scs-text {
		margin-top: 0;
	}
	.kv_cta-Area {
		grid-template-columns: 1fr;
		align-self: center;
		gap: 1rem;
		position: static;
}
	.kv_cta-inqyery a,
	.kv_cta-form a {
		max-width: 85%;
		font-size: 1rem;
		padding: .7em 0;
	}
	.kv_cta-inqyery a::before,
	.kv_cta-form a::before  {
		right: 10px;
		width: 20px;
		height: 20px;
	}
	.kv_cta-inqyery a::after,
	.kv_cta-form a::after {
		right: 20px;
		width: 7px;
		height: 7px;
	}
}
@media screen and (min-width: 520px) and (max-width: 930px) {
	.kv_scs-title {
		font-size: 2.7rem;
	}
}
@media screen and (min-width: 2000px) {
	.kv_scs {
		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:nth-of-type(2) {
	padding: 1em 2em 1em 0;
}
.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:nth-of-type(2) {
		padding: 1em;
	}
	.anchor_nav a[class^="scroll"]::after {
		width: 10px;
		height: 8px;
		right: 0;
	}
	.anchor_nav a:nth-of-type(2)[class^="scroll"]::after {
		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: 1em;
	}
}
@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);
	}
}

/*-----------------------------------------------------------------------

intro

-----------------------------------------------------------------------*/.concerns {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	align-items: stretch;
	padding: 1em;
	margin: 1rem auto 0;
}
.concerns h3 {
	font-size: clamp(1rem, calc(.818rem + .91vw), 1.5rem);
	font-weight: 600;
	margin: 0 auto;
	padding: .5em 0;
}
.check_list {
	margin: 0 auto;
}
.check_list li {
	position: relative;
	padding-left: 1.2rem;
	padding-bottom: .3rem;
	line-height: 1.7;
	font-size: clamp(.875rem, .757rem + .59vw, 1.2rem);
}
.check_list li::before {
	content: "\f26e";
	font-family: bootstrap-icons;
	font-size: 1.5rem;
	display: block;
	position: absolute;
	color: #000;
	left: -.4em;
	top: -6px;
}
.check_list li:last-child {
	padding-bottom: 1rem;
}
@media screen and (min-width: 520px) and (max-width: 960px) {
}
@media (max-width: 519px) {
	#intro .section_ttl span::before {
		top: 3.2em;
	}
	.concerns {
		padding: 0;
	}
	.check_list {
		margin: 1em auto;
	}
	.check_list li {
		padding-left: 1rem;
	}
	.check_list li::before {
		font-size: 1.2rem;
		left: -.2em;
		top: -3px;
	}
}
/*-----------------------------------------------------------------------

SCS評価制度とは

-----------------------------------------------------------------------*/
.about h3~p{
	font-size: clamp(.85rem, calc(.795rem + 0.27vw), 1rem);
}
span.accent {
	color: #000;
	font-weight: 600;
	border-bottom: 3px solid var(--opt-yellow);
}
.about .img_box {
	margin: 2rem auto;
}
p.leadText {
	font-size: clamp(.85rem, calc(.795rem + 0.27vw), 1rem);
}
.link_area {
	display: grid;
	grid-template-columns: 30% 1fr 5%;
	grid-template-areas: "banner info icon";
	align-items: center;
	margin: 1rem 2rem;
	border-radius: 1vh;
	background: var(--opt-bluegray);
	padding: 1rem;
}
.banner {
	grid-area: banner;
}
.info {
	grid-area: info;
	color: #000;
	font-size: clamp(.85rem, calc(.795rem + 0.27vw), 1rem);
	margin-bottom: 0 !important;
	margin-left: 1rem !important;
}
.icon {
	grid-area: icon;
	font-size: clamp(1.5rem, calc(1.32rem + 0.9vw), 2rem);
	font-weight: 900;
	margin: 0 auto;
	color: var(--opt-blue);
}
@media (max-width:519px) {
	.link_area {
		grid-template-columns: 1fr 5%;
		grid-template-areas:
			"banner banner"
			"info icon";
		margin: 1rem;
		gap: .5rem;
	}
	.info {
		grid-area: info;
		margin-left: initial;
	}
}
.link_area a:hover {
	color: #000;
	text-decoration: none;
}
.link_area a:visited {
	color: #000;
	text-decoration: none;
}
.information {
	display: flex;
	flex-direction: column;
	margin: 2rem auto;
	padding-bottom: 1rem;
	border: solid 2px var(--opt-gray-border);
}
.information h4 {
	font-size:  clamp(1.2rem, calc(1.1rem + 0.55vw), 1.5rem);
	line-height: 1.3;
	padding: 1em;
	text-align: center;
	color: var(--opt-blue);
	font-weight: 600;
	background: var(--opt-yellow);
	margin-bottom: 1.5rem;
}
.information p.leadText {
	text-align: center;
	margin-bottom: 0;
	padding: 1em;
}
/*-----------------------------------------------------------------------

オプテージの支援サービス

-----------------------------------------------------------------------*/
.services h3~p{
	font-size: clamp(.85rem, calc(.795rem + 0.27vw), 1rem);
}
.services .commonTitle03 {
	margin-top: 1rem !important;
}
/*-----------------------------------------------------------------------

オプテージの強み

-----------------------------------------------------------------------*/
.features_wrap {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: stretch;
	padding: 2rem 0;
	margin: 0 auto;
}
.features_box {
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: stretch;
	border: 3px solid var(--opt-blue);
	gap: 1em;
}
.features_box h3{
	padding: 1rem;
	font-size: 1.2em;
	font-weight: 600;
	background: var(--opt-blue);
	color:#fff;
	text-align: center;
	line-height: 1.8;
}
.rbb {
	display: grid;
	grid-template-columns: 45% 1fr;
	grid-template-areas: "rbb_img notes";
	align-items: center;
	justify-items: center;
	gap: 1rem;
}
.rbb_img {
	display: flex;
	gap: .5rem;
	align-items: center;
	justify-content: center;;
	max-width: 30%;
}
@media screen and (max-width: 519px) {
	.features_gridBox {
		grid-template-columns: 1fr;
	}
	.features_box h3{
		font-size: 1em;
	}
	.rbb {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"rbb_img"
			"notes";
	}
}
.features_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 2% 5%;
}
.features_inner p{
	background: #fff;
	color:#000;
	font-size: clamp(.875em, calc(.83rem + .23vw), .95rem);
	line-height: 1.7;
	margin-bottom: .5em;
}
@media screen and (max-width: 519px) {
	.features_gridBox {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.features_inner p {
		padding-bottom: 0;
	}
}
.doc_dl {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 2rem auto;
}
.doc_dl h3 {
	margin: 0 auto;
	padding: .5rem;
	font-size: clamp(1.2rem, calc(.9rem + 1.45vw), 2rem);
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
}
/*-----------------------------------------------------------------------

お問い合わせ

-----------------------------------------------------------------------*/
.relation_inner {
	margin-right: 4%;
	margin-left: 4%;
}

.service_wrap {
	background-color: var(--opt-gray-bg);
	margin-bottom: 2px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.service_btn {
	font-size: clamp(.85rem, calc(.795rem + 0.27vw), 1rem);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	background-color: #778791;
	box-shadow: 0px 4px 0px 0px rgba(102,116,126,1);
	border-radius: 30px;
	display: block;
	margin-bottom: .6em;
	padding-top: .8em;
	padding-bottom: .6em;
	position: relative;
}
.service_btn::before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--opt-yellow);
	border-right: 1px solid var(--opt-yellow);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.service_btn:hover {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0 0 0 0 rgba(102,116,126,1);
}
.service_btn span {
  font-size: 80%;
}
main p.service_txt {
	font-size: clamp(.875em, calc(.83rem + .23vw), .95rem);
	padding-top: .0em;
}
@media (min-width: 768px) {
	.relation_inner {
		margin-right: 40px;
		margin-left: 40px;
	}
	.service_wrap {
		padding: 20px;
		display: flex;
		align-items: center;
	}
	.service_btn {
		border-radius: 100px;
		margin-bottom: .6em;
		padding-top: 1.4em;
		padding-bottom: 1.2em;
		width: 50%;
    line-height: 1.2;
	}
	.service_btn::before {
		top: 4px;
		right: 18px;
		width: 12px;
		height: 12px;
		border-top: 2px solid var(--opt-yellow);
		border-right: 2px solid var(--opt-yellow);
	}
	.service_btn:hover {
		opacity: 1;
	}
	main p.service_txt {
		width: 58%;
		padding-left: 2%;
	}
}
@media (min-width: 768px) and (max-width: 980px)  {
  .relation_inner {
      margin-right: 0;
      margin-left: 0;
  }
}
/*-----------------------------------------------------------------------

お問い合わせ（追従）

-----------------------------------------------------------------------*/
.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: .3em;
	font-size: 1.2rem;
}

@media screen and (max-width: 519px) {
   .floating_contact {
		max-width: 310px;
		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 {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 100%;
		font-size: 1rem;
		padding: .8em;
		height: 2rem;
	}
	.floating_contact-Text {
		display: none;
	}
}


