@charset "utf-8";

:root {
  --color-primary: #10386D; /* Main Navy */
  --color-accent: #00C6BF; /* Teal accent */
  --color-cta: #e5174b;    /* CTA Red */
  --color-light: #ffffff;
  --color-dark: #000000;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --radius-card: 8px;
  --shadow-elevation-1: 0 4px 12px rgba(0,0,0,.08);
}

/* # =================================================================
   # Forms_reset
   # ================================================================= */
/*common*/
.flexBox {
	display: flex;
	flex-wrap: wrap;
}
.l-main section {
	padding: 2rem 3rem 2vw;
	width: 100%;
}

.l-main h1 {
	font-size: clamp(1.5rem, 2.8vw, 3.5rem);
	line-height: 1.3em;
	white-space: nowrap;
}

.l-main h1 span {
	background-color: var(--color-primary);
	color: #ffffff;
	padding: 0.1rem 0.5rem;
	margin: 0 0.3rem;
	font-size: clamp(1rem, 2vw, 3rem);
}

.l-main h1 img {
	margin-top: 1rem;
}

.l-main h2 {
	color: var(--color-primary);
	font-size: clamp(2.5rem, 3.5vw, 3.5rem);
	text-align: left;
	padding: 1rem 2rem;
	border-left: 15px solid var(--color-primary);
	line-height: 5rem;
	background-color: unset;
}

h2.lp_ttl {
	color: #00499E;
	background: none;
	text-align: center;
	font-size: 25px;
	padding: 1rem 2rem;
    border-left: none;
    line-height: 5rem;
	margin: 0;
}
h2.lp_ttl > p {
	text-align: center;
	color: #000;
	padding-top: 5px;
	font-weight: normal;
}
h2.lp_ttl > p > span {
	color: #00499E;
	font-weight: bold;
}
.lp_ttl.ver2 {
	color: #fff;
	background: #00499E;
	padding: 50px 0;
}

.l-main h3 {
	color: var(--color-primary);
	font-size: clamp(2.5rem, 1.6vw, 3.3rem);
	text-align: center;
	line-height: 4.5rem;
	margin: 1rem 0;
}

.l-main h4 {
	color: var(--color-primary);
	font-size: 2.5rem;
	line-height: 3.5rem;
}

.l-main p {
	font-size: 16px;
	line-height: 3rem;
	text-align: left;
	margin: 1em 0;
}

.l-main p b {
	/*font-size: clamp(20px,2vw,2.2rem);*/
	font-size: 1.1em;
	color: var(--color-primary);
	font-weight: bold;
}

.calp_inner {
	padding: 0 30px;
	max-width: 1184px;
	margin: 0 auto;
}

.calp_flex {
	display: flex;

}

.calp_grid {
	display: grid;
	gap: 10px;
	justify-content: space-between;
}

.calp_grid_2 {
	grid-template-columns: repeat(2, 1fr);
}

.shadow {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 3rem;
	border-radius: 10px;
	background-color: #ffffff;
}

/* .br_tb {
	display: none;
} */

.br_sp {
	display: none;
}

.txtal_l {
	text-align: left;
}

@media screen and (max-width:1001px) {
	.br_tb {
		display: block;
	}
	.br_pc {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.l-main section {
		padding: 1rem;
	}

	.calp_flex {
		flex-direction: column;

	}

	.br_pc {
		display: none;
	}

	.calp_inner {
		padding: 0;
	}

	.shadow {
		padding: 2rem 1rem;
	}

	.l-main h1 {
		font-size: clamp(16px, 3.5vw, 5rem);
		text-align: center;
		width: 95%;
		margin: auto;
	}

	.l-main h1 span {
		font-size: 0.8em;
	}

	.l-main h3 {
		text-align: left;
	}

	.calp_flex_tab {
		display: flex;
		flex-direction: row-reverse;
		gap: 5%;
		justify-content: center;
	}
}

@media screen and (max-width:599px) {
	.l-main h1 {
		text-align: center;
	}

	.br_sp {
		display: block;
	}
}

/*mainvisual*/
#mainvisual {
	background-color: #ffffff;
	padding-bottom: 1rem;
	position: relative;
}

#mainvisual p {
	font-size: clamp(10px, 1.2vw, 1.6rem);
}

.main_flex {
	align-items: center;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}

.main_txt {
	white-space: nowrap;
	width: 47%;
	position: relative;
	z-index: 1;
	margin-left: 5%;
}

.cloudarch_logo {
	width: 30%;
	margin-bottom: 1.5rem;
}

#mainvisual .main_txt p {
	font-size: clamp(10px, 1.3vw, 19px);
	line-height: 2.5vw;
}

.mock-up {
	width: 100%;
	height: 100%;
	max-width: 1100px;
	/* margin-right: -7rem; */
	margin-right: 1rem;
	position: absolute;
	right: 0;
	z-index: 0;
}

.mock-up::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent 10%);
}

.mock-up img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100%;
}


@media screen and (max-width:1301px) {
	.mock-up::before {
		background: linear-gradient(90deg, #ffffff, transparent 100%);
	}
}
@media screen and (max-width:768px) {
	.mock-up::before {
		/* background: linear-gradient(90deg, #ffffff, transparent 0%); */
		background-color:rgba(255,255,255,0.4);
		background-blend-mode:lighten;
	}

	.main_txt ul {
		line-height: 2.8vw;
		margin-left: 10px;
		font-size: 2.8vw;
	}
}

/*mv_cta*/
.mv_cta,
a.mv_cta,
button.mv_cta {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.mv_cta_wrap {
	margin: 30px 0;
	text-align: center;
}

a.mv_cta {
	font-size: clamp(16px, 3vw, 25px);
	position: relative;
	padding: 0.25rem 4rem 1.5rem;
	color: #fff;
	background: var(--color-cta);
	-webkit-box-shadow: 0 5px 0 #c30d3f;
	box-shadow: 0 5px 0 #c30d3f;
}

a.mv_cta b {
	background-color: #fff;
	color: var(--color-cta);
	padding: 5px 7px 1px 9px;
	border-radius: 50vh;
	margin-right: 10px;
}

a.mv_cta span {
	font-size: 1.5rem;
	position: absolute;
	top: -1.25rem;
	left: calc(50% - 130px);
	display: block;
	width: 260px;
	padding: 0.2rem 0;
	color: var(--color-cta);
	border: 2px solid var(--color-cta);
	border-radius: 100vh;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.mv_cta span:before,
a.mv_cta span:after {
	position: absolute;
	left: calc(50% - 10px);

	content: "";
}

a.mv_cta span:before {
	bottom: -10px;

	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #d44114 transparent transparent transparent;
}

a.mv_cta span:after {
	bottom: -7px;

	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

a.mv_cta i {
	margin-right: 1rem;
}

a.mv_cta:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);

	color: #fff;
	-webkit-box-shadow: 0 2px 0 #d44114;
	box-shadow: 0 2px 0 #d44114;
}

/*mv_cta2*/
.mv_cta2,
a.mv_cta2,
button.mv_cta2 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.mv_cta2_wrap {
	margin: 30px auto;
	text-align: center;
	display: table;
	height: 40px;
}

a.mv_cta2 {
                  font-size: clamp(1rem, 1.5rem, 2rem);
                  position: relative;
                  height: 40px;
                  padding: 0 4rem;
                  color: #fff;
                  background: var(--color-cta);
                  display: table-cell;
                  vertical-align: middle;
}
 
a.mv_cta2 span {
                  font-size: 2.5rem;
                  text-align: center;
                  position: absolute;
                  top: -5px;
                  left: calc(0% - 30px);
                  display: block;
                  width: 50px;
                  height: 50px;
                  line-height: 50px;
                  padding: 0;
                  color: var(--color-cta);
                  border: 3px solid var(--color-cta);
                  border-radius: 100vh;
                  background: #fff;
                  -webkit-transition: all 0.3s;
                  transition: all 0.3s;
}
 
a.mv_cta2 b {
                  background-color: #fff;
                  color: var(--color-cta);
                  padding: 5px 7px 1px 9px;
                  border-radius: 50vh;
                  margin-right: 10px;
}
 
a.mv_cta2 i {
                  margin-right: 1rem;
}
 
a.mv_cta2,
a.mv_cta2 span {
                  -webkit-box-shadow: 0 5px 0 #c30d3f;
                  box-shadow: 0 5px 0 #c30d3f;
}
 
a.mv_cta2:hover,
a.mv_cta2:hover span {
                  -webkit-box-shadow: 0 2px 0 #c30d3f;
                  box-shadow: 0 2px 0 #c30d3f;
}
 
a.mv_cta2:hover {
                  transform: translateY(3px);
}

@media screen and (max-width:599px) {
	a.mv_cta2 span {
		top: 8px;
	}
}

.soft-gloss {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .3) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
	background-image: linear-gradient(rgba(255, 255, 255, .3) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
	box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .1) inset, 0 2px 10px 0 rgba(255, 255, 255, .2) inset, 0 -2px 2px 0 rgba(0, 0, 0, .1) inset;
	/*border: 1px solid rgba(0,0,0,.2);*/
}

.mock-up p {
	font-size: clamp(1rem, 1.5vw, 3rem) !important;
	text-align: center;
}

.mock-up p b {
	font-size: clamp(1.5rem, 2.8vw, 4rem);
	font-family: Impact, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ W3", YuGothic, "Yu Gothic", sans-serif;
	padding: 0 0.5rem;
}

.func3_mv {
	padding: 0;
	gap: 3%;
	white-space: normal;
	max-width: 1200px;
	margin: 3rem auto;
}

.func3_mv li {
	gap: 5%;
}

.func3_mv li p {
	font-size: clamp(15px, 1.5vw, 2rem) !important;
	line-height: 1.5em;
	text-align: left !important;
}

.func3_mv_ttl b {
	font-size: clamp(16px, 2.5vw, 2.2rem) !important;
	text-align: center !important;

}


.func3_mv li img {
	width: 7vw;
	height: 7vw;
}

@media screen and (max-width:768px) {
	.main_txt p {
		white-space: normal;
		text-align: center;
		font-size: 15px !important;
		line-height: 1.5em !important;
		width: 88%;
		margin: 1em auto;
	}

	p.func3_mv_ttl {
		text-align: center;
		display: grid;
	}

	.func3_mv_ex {
		/*display: contents;*/
		text-align: left;
	}

	.main_txt {
		width: 100%;
	}

	.mock-up {
		margin: auto;
		transform: rotate(0deg);
		width: 100%;
	}

	.mock-up p {
		font-size: clamp(1rem, 3vw, 3rem) !important;
	}

	.mock-up p b {
		font-size: clamp(1.5rem, 5vw, 5rem);
	}

	.func3_mv {
		flex-direction: row;
	}

	.func3_mv li img {
		width: 10vw;
		height: 10vw;
	}

	.func3_mv li p {
		text-align: center;
	}
}

@media screen and (max-width:599px) {
	.main_txt p {
		text-align: left;
		font-size: 0.8571428571rem;
		line-height: 1.5em !important;
		margin: 1em auto;
		width: 95%;
		margin: 1em auto;
	}

	a.mv_cta {
		padding: 0.8rem 3rem 1.5rem;
	}

	a.mv_cta b {
		border-radius: 10px;
	}

	a.mv_cta2 {
		padding: 0.8rem 3rem 1.5rem;
	}

	a.mv_cta2 b {
		border-radius: 10px;
	}
}

#company_list {
	padding-bottom: 0;
}


/**--1122★★★★★★★★★★★---------------------------------------------**/
.company_logo {
	justify-content: space-between;
	align-items: center;
	width: 70%;
	margin: -30px auto 0;
	padding: 0;
}
/**--1122_END---------------------------------------------**/
.company_logo {
	justify-content: space-between;
	align-items: center;
	width: 35%;
	margin: 0 auto 40px;
	padding: 0;
}
.company_logo > li {
	width: 30%;
	margin-bottom: 15px;
}
.company_logo > li > img {
	width: 100%;
}

@media screen and (max-width:1001px) {
	.company_logo {
		width: 55%;
	}
}

@media screen and (max-width:768px) {
	.company_logo {
		width: 85%;
	}
}

/*navigation*/
/* ===== ◇  固定ナビゲーション（スクロール連動） 2025‑07‑22 ===== */
#s-navi{
  width:100%;
  padding: 0;
  background: #ebebeb;
  border-bottom: 1px solid #c9c9c9;
  /* ふだんは通常フローにいるので position は指定しない */
}

#s-navi.is-fixed{          /* ← JS で付与するクラス */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1000;
  background: #ebebeb;
  border-bottom: 1px solid #c9c9c9;
}

/* 内側 <div id="nav"> の体裁はそのまま */
#nav{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5em;
  text-align: center;
}
#nav a{ margin: 0 1em; text-decoration: none; color: #333; white-space: nowrap; }

/* ───────────
   アンカー (#solution 等) がバーと重ならないよう
   余白を 48px（バー高さ）ぶん取る
   ─────────── */
:target{
  scroll-margin-top: 42px;
}


/*solution*/
#solution {
	background: rgba(16, 56, 109, 0.1);
	padding-bottom: 10rem;
}

.l-main .hukidasi {
	position: relative;
	background: rgba(16, 56, 109, 0.1);
	border-radius: 5px;
	padding: 2rem;
}

.l-main .hukidasi::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(16, 56, 109, 0.1);
}

.hukidasis {
	gap: 10px;
	justify-content: center;
	align-items: stretch;
}

/* .nayamuhitos {
	justify-content: space-around;
	margin-top: -20px;
} */

p.nayamuhito {
	width: 100px;
	margin: auto;
	padding: 30px 0;
}

.l-main .triangle01 {
	width: 0;
	height: 0;
	margin: auto;
	border-top: solid 3rem var(--color-primary);
	border-right: solid 3rem transparent;
	border-bottom: solid 3rem transparent;
	border-left: solid 3rem transparent;
	margin: 5rem auto 1rem
}

/* .l-main .l-main .peoples {
	text-align: center;
} */

#solution h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	font-weight: normal;
	color: #292929;
	font-size: clamp(15px, 5vw, 30px);
}

#solution h3 b {
	font-weight: bold;
	font-size: 1.2em;
	color: var(--color-primary);
}

.func3_sol_list {
	display: flex;
	padding: 0;
	justify-content: center;
	gap: 1%;
}

.func3_sol_item {
	width: 33%;
	display: flex;
	flex-direction: column;
	border: solid 3px #254061;
}

.func3_sol_item:nth-child(2) {
	border: solid 3px #006ebd;
}

.func3_sol_item:last-child {
	border: solid 3px #376092;
}

.func3_sol_img_wrap {
	margin: 10px !important;
}

.func3_sol_img_wrap img {
	width: 100%;
	object-fit: cover;

}

.func3_sol_ex {
	margin-bottom: 10px;
	line-height: 1.5;
	flex-grow: 1;
	margin: 10px !important;
}

.func3_sol_img_wrap {
	flex-grow: 1;
}

.func3_sol_cm {
	display: block;
	line-height: 40px;
	border-radius: 20px;
	text-align: center !important;
	margin: 10px !important;
	flex-grow: 1;
	font-size: clamp(7px, 1vw, 1.4rem) !important;
}

.func3_sol_ttl {
	text-align: center;
	font-weight: bold;
	font-size: clamp(20px, 2vw, 2rem);
	padding: 2rem 2vw;
	background-color: #254061;
	color: #ffffff;
}

.func3_sol_item:nth-child(2) .func3_sol_ttl {
	background-color: #006ebd;
}

.func3_sol_item:last-child .func3_sol_ttl {
	background-color: #376092;
}

@media screen and (max-width:768px) {

	#solution h3 img {
		width: 50%;
	}

	#overview h3 img {
		width: 50%;
	}

	.func3_sol dl {
		width: 100%;
		max-width: 500px;
		margin: auto auto 50px;
	}

	ul.func3_sol_list {
		flex-direction: column;
		align-items: center;
	}

	.func3_sol_item {
		width: 100%;
		max-width: 500px;
		margin-bottom: 50px;
	}

	.func3_sol_img_wrap {
		margin: auto !important;
		width: 80%;
		min-width: 260px;
	}

	.func3_sol_cm {
		font-size: clamp(13px, 2vw, 1.4rem) !important;
	}

	.nayamuhito {
		padding: 0;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	p.hukidasi {
		width: 80%;
		display: flex;
		align-items: center;
	}

	.l-main .hukidasi::before {
		display: none;
	}
}

/*overview*/
#overview h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	font-weight: normal;
	color: #292929;
	font-size: clamp(15px, 5vw, 30px);
}

#concept {
	color:#e5174b;
	font-weight: bold;
	text-align: center;
	margin: 50px auto;
	letter-spacing: -0.8px;
}

.radius {
	border-radius: 10px;
	border: solid 1px  #333;
	width: 90%;
	padding: 20px 55px;
	margin: 0 auto 80px;
}

.radius h5 {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	
}

.marker {
	background: linear-gradient(transparent 90% , rgb(0, 0, 212) 90%);
}


#overview h3 b {
	font-weight: bold;
	font-size: 1.2em;
	color: var(--color-primary);
}

@media screen and (max-width:768px) {
	#overview h3 img {
		width: 50%;
	}
}


/*merit*/
#merit .column {
	flex: 1;
	padding: 1.5%;
}

.radius2 {
	border-radius: 10px;
	border: solid 1px  #333;
	width: 100%;
	padding: 20px 5% ;
	margin: 0 auto 30px;
}

.radius2 img {
	display: block;
	margin: 0 auto 20px;
	width: 90%;
}

.case_flex {
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.case_icon {
	position: relative;
	width:13%;
	margin-right: 40px;
}

.case_title {
	position: relative;
	width: 87%;
	font-weight: bold;
	font-size: 150%;
}

.case_title h5 {
	font-size: clamp(2rem, 2vw, 3rem);
}
.case_title p {
	font-size: clamp(1.3rem, 1.6vw, 2rem);
}

@media screen and (max-width:599px) {
	.case_title h5 {
		line-height: 1.5;
	}
	.case_title p {
		line-height: 1.5;
	}
}

.case_explain img {
	margin-top: 50px;
}

.case_explain p {
	margin-bottom: 60px;
}


.calp_grid_2 p {
	background: rgba(16, 56, 109, 0.1);
	border-radius: 5px;
	padding: 3rem;
	margin: 0 !important;
}

.merit_01 {
	gap: 1.5%;
}

@media screen and (max-width:768px){
    #merit img{
        width:80%;
        display:block;
        margin:auto;
    }

	.case_icon {
		margin-right: 5%;
	}
}

@media screen and (max-width:768px) {
	.merit {
		margin-bottom: 10rem;
	}

	.merit_01 {
		flex-direction: row;
	}

	.calp_grid_2 {
		grid-template-columns: repeat(1, 1fr);
	}

	#merit img {
		width: 80%;
		display: block;
		margin: auto;
	}
}

/*slider*/
#slider-explain {
	margin: 60px 5%;
	display: flex;
	flex-direction: column;
}
#slider-explain ul {
	font-weight: bold;
	line-height: 1.5;
}
#slider-explain li {
	margin-bottom: 10px;
}
#slider-explain ul p {
	margin: 0 30px 10px;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5;
}
#slider-explain ol {
	margin: 0 30px 10px;
	font-weight: normal;
	font-size: 80%;
	list-style: none;
	counter-reset: number;
}
#slider-explain ol li {
	position: relative;
 	padding-left: 1.5em;
  	margin-bottom: 5px;
}
#slider-explain ol li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 3px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 0.5px solid #333;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width:768px) {
	#slider-explain ol {
		padding: 0 5vw;
	}
}
@media screen and (max-width:1000px) {
	#slider-explain ol {
		padding: 0 5vw;
	}
}

/* 新しいスライダー　ここから */
.p-case {
    /* background-color: red;  BUGBUG */
    height: fit-content;
    padding: 20px;
}

.p-case .slick-prev {
    background: url("/feature/hybridcloud/images/8694_slide_btn-prev.svg") no-repeat left top/cover;

    height: 38px;
    width: 38px;
    z-index: 2;
	left: 20px;
}

.p-case .slick-prev::before {
    display: none;
}

.p-case .slick-next {
    background: url("/feature/hybridcloud/images/8694_slide_btn-next.svg") no-repeat left top/cover;
    height: 38px;
    width: 38px;
    z-index: 2;
	right: 20px;
}

.p-case .slick-next::before {
    display: none;
}

.p-case .slick-dots {
    bottom: -50px;
}

@media screen and (min-width: 1001px) {
	.p-case .slick-prev {
		left: -20px;
	}
	.p-case .slick-next {
		right: -20px;
	}
}

.p-case .slick-dots li button {
    border: 1px solid #d7dbdd;
    border-radius: 4px;
    height: 8px;
    padding: 0;
    width: 8px;
}

.p-case .slick-dots li button::before {
    display: none;
}

.p-case .slick-dots li.slick-active button {
    background: #144fbf;
    border-color: #144fbf;
}

.p-case .p-case-item figure {
    align-items: center;
    background: #fff;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}

.p-case .p-case-item figure {
    height: 25vw;
    width: 99.9%;
	margin: 0 auto;
}

.p-case .p-case-item figure img {
    max-height: 100%;
		border: 1px solid #333;

}

.p-case-slider .slick-slide {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.p-case-slider .slick-slide.slick-center {
    opacity: 1;
}

.p-case-slider .slick-slide {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.p-case-slider .slick-slide.slick-center {
    opacity: 1;
    pointer-events: auto;
}
/* 新しいスライダー　ここまで */


/*cta_s*/
#cta_s {
	background: linear-gradient(to bottom, var(--color-primary), #00499E);
	padding: 3rem 0 5vw;
}

#cta_s h4 {
	color: #fff;
	text-align: center;
	margin: 3vw auto 5rem;
}

#cta_s .calp_flex {
	justify-content: center;
}

#cta_s .calp_flex>div {
	width: 43%;
	background: var(--color-accent);
	border-radius: 50px;
	position: relative;
}

#cta_s .calp_flex>div:last-of-type {
	background: #fff;
	margin-left: 4%;
}

#cta_s .calp_flex>div:after {
	content: "";
	position: absolute;
	top: 13%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}

#cta_s .calp_flex>div:last-of-type:after {
	border-top: 15px solid var(--color-accent);
}

#cta_s .calp_flex>div>a {
	display: block;
	text-align: center;
	font-size: 2.1rem;
	cursor: pointer;
	color: #fff;
	padding: 2.5rem 0 !important;
}

#cta_s .calp_flex>div:last-of-type>a {
	color: var(--color-primary);
}

#cta_s .calp_flex>div>a>span {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #fff;
	padding: 0.8rem 0rem !important;
	border-radius: 50px;
	display: block;
	width: 60%;
	font-size: 1.45rem;
	color: var(--color-primary);
}

#cta_s .calp_flex>div:last-of-type>a>span {
	background: var(--color-accent);
	color: #fff;
}

#cta_s .calp_flex>div>a>b {
	color: var(--color-primary);
	background: #fff;
	padding: 2px 15px;
	border-radius: 30px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	#cta_s {
		padding: 4rem 2vw;
	}

	#cta_s h4 {
		font-size: clamp(2rem, 3vw, 5rem);
	}

	#cta_s .calp_flex {
		flex-wrap: wrap;
	}

	#cta_s .calp_flex>div {
		width: 100%;
		max-width: 540px;
		margin: auto;
	}

	#cta_s .calp_flex>div:last-of-type {
		margin: auto;
		margin-top: 5.5rem;

	}

	#cta_s .calp_flex>div:after {
		top: 8%;
	}

	#cta_s .calp_flex>div>a {
		font-size: 4.2vw;
		padding: 2.5rem 0 !important;
	}

	#cta_s .calp_flex>div>a>span {
		top: -30px;
		left: 50%;
		transform: translate(-50%, 0%);
		padding: 1.0rem 0rem !important;
		width: 65%;
		height: 45px
		font-size: 3.2vw;
		display: grid;
		place-items: center;
	}
}

/*strength*/
#str_head {
	text-align: center;
	font-size: 120%;
}

#str_head p {
	font-size: 80%;
	width: 70%;
	margin: 10px auto;
}
#str_head img {
	width: 90%;
	margin: 10px auto 30px;
}

.triangle {
  background: var(--color-primary);
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 40px auto;
}

.str {
	width: 90%;
	margin: 0 auto 80px;
	text-align: center;
}
.str h3 {
	position: relative;
	color: #333;
	font-size: clamp(3rem, 1.6vw, 3.5rem);
	font-weight: bold;
	text-align: center;
}
.str h3::before {
	content: '';
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	border-top: 3px solid var(--color-primary);
}
.str h3>span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
}

.str h4 {
	color: #333;
	text-align: center;
	font-size: clamp(2rem, 1.6vw, 3rem);
	margin: 40px;
}

.str img {
	width: 90%;
	margin: 0 auto;
}

/*example*/
#example .column {
	flex: 1;
	padding: 1.5%;
}

.example_wrap {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 10px;
}

.content.show {
	display: block;
}
.content .case_txt03 {
	color: #00499E;
	font-weight: 500;
	margin-bottom: 2px;
}
.content > div {
	background: #E1E7FD;
	padding: 30px 20px;
	border-radius: 2px;
	line-height: 1.8;
	font-size: 1.5rem;
}
.content > div > p {
	margin: 0 0 4px 0;
	color: #00499E;
	font-size: 1.7rem;
	font-weight: bold;
}

#example .head_wrap {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 10px;
	align-items:center;
}

#example .company_name {
	font-weight: normal;
	font-size: 100%;
}

.example_icon img {
	max-width: 80px;
}

#example .box_border {
	border-radius: 10px;
	border: solid 1px var(--color-primary);
	padding: 3rem;
	margin-bottom: 10rem;
	width: 50%;
}

#example .box_border h3 {
	text-align: left;
	color: #292929;
	font-size: 130%;
	line-height: 1.4;
	height: 50px;
}

#example .box_border h3 b {
	color: var(--color-primary);
}

#example p {
	font-weight: bold;
}

#example a {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.example_wrap {
		display: block;
		width: 100%;
		gap: 10px;
	}

	.company_name {
		text-align: right;
	}

	.example_flow img {
		max-width: 100%;
	}

	#example .box_border {
		border-radius: 10px;
		border: solid 1px var(--color-primary);
		padding: 3rem;
		margin-bottom: 10rem;
		width: 100%;
	}
}

/*faq*/
#faq {
	background: rgba(16, 56, 109, 0.1);
}

details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 30px;
}

details[open] {
	margin-top: 0;
	padding-bottom: 10px;
}

summary {
	display: block;
	padding: 2rem 50px;
	transition: .3s;
	transform: translateY(10px);
	background: var(--color-primary);
	font-weight: bold;
	color: #fff;
	font-size: 1.5rem;
	margin: auto 16px;
	line-height: 140%;
	text-indent: -36px;
	position: relative;
}

summary:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 15px;
}

summary:after {
	content: "▼";
	font-weight: bold;
	margin-right: 15px;
	position: absolute;
	right: -1rem;
}

summary::-webkit-details-marker {
	display: none;
}

details[open] summary {
	transform: translateY(0);
}

.answer_content {
	padding: 10px 36px;
	font-size: 1.5rem !important;
}

.catch_txt {
	margin: 60px 0 !important;
}

h3.cta_h3 {
	font-size: clamp(16px, 4vw, 4rem);
	line-height: 1.5em;
}

li.l-header-ogis-nav-contact {
	display: none;
}

/*cta_download*/
#cta_download {
	background: linear-gradient(to bottom, var(--color-primary), #00499E);
}

#cta_download h3 {
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
}

#cta_download p span {
	text-indent: -1.5em;
	padding-left: 1.5em;
	display: inline-block;
}

.cta_download_inner {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 50px 15px;
}

.slider-container {
	position: relative;
	width: 130%;
	overflow: visible;
	padding: 0 5%;
	box-sizing: border-box !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide {
	position: absolute;
	width: 81%;
	height: auto;
	opacity: 0;
	transition: opacity 1s;
	border: 1px solid #666;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide.active {
	opacity: 1;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.7);
	border: none;
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}

@media screen and (max-width: 1000px) {

	.cta_download_inner {
		flex-direction: column;
		padding: 30px 15px;
	}

	.cta_download_inner p {
		padding: 0 5vw;
	}

	.slider-container {
		height: 50vw;
		width: 100%;
	}
}


/*cta_popup*/
/* .cta_popup_wrapper {
	width: 100%;
} */

.cta_popup_inner {
	position: fixed;
	right: 0;
	bottom: 5px;
	z-index: 1;
	writing-mode: vertical-rl;
	color: #fff;
	background-color: var(--color-cta);
	padding: 15px 25px;
	font-size: 2rem;
	font-weight: bold;
	box-shadow: 0 5px 0 #c30d3f;
	transition: .2s ease-in-out;
}

.cta_popup_inner a {
	position: relative;
}

.cta_popup_inner a span {
	writing-mode: vertical-rl;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	right: 4rem;
	top: calc(50% - 60px);
	display: block;
	height: 175px;
	padding: 0 0.8rem;
	text-align: center;
	color: var(--color-cta);
	border: 2px solid var(--color-cta);
	border-radius: 100vh;
	background: #fff;
}

.cta_popup_inner a span:before,
.cta_popup_inner a span:after {
	position: absolute;
	content: "";
	top: calc(50% - 52px);
	right: -20px;
}

.cta_popup_inner a span:before {
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #d44114;
}

.cta_popup_inner a span:after {
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.cta_popup_inner a b {
	background-color: #fff;
	color: var(--color-cta);
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 10px;
}

/**--1122---------------------------------------------**/

.cta_popup_inner:hover {
	bottom: 0;
}

.cta_popup_inner a:hover {
	color: #ffffff;
}

/**--1122_END---------------------------------------------**/
@media screen and (max-width: 768px) {

	.cta_popup_inner {
		position: fixed;
		writing-mode: horizontal-tb;
		padding: 25px;
		padding-right: 0px;
		font-size: 2rem;
		width: 100vw;
		text-align: center;
		bottom: 0;
		box-shadow: none;
	}

	.cta_popup_inner a span {
		writing-mode: horizontal-tb;
		font-size: 1.5rem;
		position: absolute;
		top: -5rem;
		left: calc(50% - 130px);
		display: block;
		width: 260px;
		height: auto;
		padding: 0.2rem 0;
		color: var(--color-cta);
		border: 2px solid var(--color-cta);
		border-radius: 100vh;
		background: #fff;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		width: 100%;
		display: inline-block;
	}

	.cta_popup_inner a span:before,
	.cta_popup_inner a span:after {
		position: absolute;
		left: calc(50% - 10px);
		content: "";
		width: 20px;
		top: 28px;
	}

	.cta_popup_inner a span:before {
		bottom: -10px;
		border-width: 10px 10px 0 10px;
		border-style: solid;
		border-color: #d44114 transparent transparent transparent;

	}

	.cta_popup_inner a span:after {
		bottom: -7px;
		border-width: 10px 10px 0 10px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.cta_popup_inner a b {
		background-color: #fff;
		color: var(--color-cta);
		padding: 5px;
		border-radius: 10px;
		margin-right: 10px;
	}
}

/*イベントバナー*/
/* #e_banner {
	width: 50vw;
	max-width: 300px;
	min-width: 200px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#e_banner img {
	box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

#close_btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 99999;
	background-color: #f8f8f8;
	border-radius: 50vw;
	cursor: pointer;
	box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	color: #292929;
	font-weight: 900;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #292929;
	font-size: 2.5rem;
} */