@charset "utf-8";
/* -------------------------------------------------------
	data
------------------------------------------------------- */
/* anchor-link
------------------------------------------------------- */
ul.anchor-link{
 display: block;
 margin: 0 auto;
 padding:55px 0 40px;
 text-align: center;
}
ul.anchor-link li{
 display: inline-block;
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.2;
 letter-spacing: 1px;
 position: relative;
}
ul.anchor-link li + li{
 margin-left:35px;
 padding-left:35px;
}
ul.anchor-link li + li::before{
 content: "|";
 position: absolute;
 top:-2px;
 left:-2px;
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 ul.anchor-link{
  padding:25px 0;
 }
 ul.anchor-link li{
  font-size: 1.6rem;
 }
}

.lead {
	margin: 0 auto;
	width: calc(100% - 10vw);
	max-width: 870px;
	padding: 0 0 0;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}

.anchor_links {
 padding: 30px 25px 100px;
 width: 100%;
 text-align: center;
}
.anchor_links a {
 background: #f1f8fc;
 text-decoration: none;
 display: inline-block;
 vertical-align: top;
 width: 200px;
 margin: 15px 10px 0;
 border-radius: 4px;
 font-size: 16px;
 line-height: 50px;
}
.anchor_links a::after {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	width: 9px;
	height: 9px;
	border-right: solid 1px black;
	border-bottom: solid  1px black;
	transform: rotate(45deg);
	margin: 6px 0 0 6px;
}

@media screen and (max-width: 767px) {
 .anchor_links {
	margin: 0 auto 2rem;
	width: 100%;
	padding: 3vw 0;
}
 .anchor_links a {width: 39vw;margin: 3vw 2vw 0;font-size: 3.75vw;line-height: 12vw;}
 .anchor_links a:last-of-type {
	margin-right: 0;
}
}

 /* contents
------------------------------------------------------- */
.cont-wrap{
 width:100%;
 max-width: 950px;
 padding:0 25px 60px;
 margin: 0 auto;
}
h2.cont-ttl{
 width:100%;
 max-width: 950px;
 padding:0 25px;
 margin: 0 auto;
}
h2.cont-ttl span{
 display: block;
 padding:20px 0 20px 30px;
 font-size: 2.6rem;
 font-weight: 500;
 line-height: 1.2;
 letter-spacing: 2px;
 position: relative;
 border-top: 1px solid #e7eaec;
}
h2.cont-ttl span::before{
 content: "";
 display: block;
 width:2px;
 height: 28px;
 background-color: #0f90d1;
 position: absolute;
 left:0;
 top:24px;
}
ul.solution-sub{
 width:100%;
 max-width: 950px;
 padding:0 25px;
 margin: 0 auto 60px;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
ul.solution-sub li{
 width: 48%;
 max-width: 430px;
}
ul.solution-sub li a{
 display: block;
 text-decoration: none;
 text-align: left;
 color: #0f90d1;
 background-color: #f1f8fc;
 transition: color 0.3s;
}
ul.solution-sub li a .link-text{
 padding:35px 30px;
 position: relative;
}
ul.solution-sub li a .link-text p{
 font-size: 1.8rem;
 font-weight: 500;
 line-height: 1.2;
}
ul.solution-sub li a .link-text svg {
 fill: currentColor;
 position: absolute;
 top:40px;
 right:30px;
}
ul.solution-sub li a:hover,
ul.solution-sub li a:active{
 color: #5ec1f2;
}
@media screen and (max-width:850px) {
 ul.solution-sub li a .link-text{
  padding:35px 15px;
 }
 ul.solution-sub li a .link-text svg {
  right:15px;
 }
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .cont-wrap{
  width:100%;
  max-width: 100%;
  padding:0 0 40px;
  border-top: none;
 }
 h2.cont-ttl{
  max-width: 100%;
  padding:0 5%;
  margin: 0 auto;
  border-top: 1px solid #e7eaec;
 }
 h2.cont-ttl span{
  padding:25px 0 25px 30px;
  border-top: none;
 }
 .sp-wrap{
  width:100%;
  padding:0 5%;
 }
 ul.solution-sub{
  display: block;
  max-width: 100%;
  padding:0 5%;
  margin: 0 auto 50px;
 }
 ul.solution-sub li{
  width: 100%;
  max-width: 100%;
 }
 ul.solution-sub li + li{
  margin-top:10px;
 }
 ul.solution-sub li a .link-text{
  padding:20px 10px;
  position: relative;
 }
 ul.solution-sub li a .link-text p{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
 }
 ul.solution-sub li a .link-text svg {
  top:26px;
  right:10px;
 }
}


/* example
------------------------------------------------------- */
.cont-wrap.cases{}
.cont-wrap.cases + .cont-wrap.cases{}
.cont-wrap.cases ul.ttl{
 width:100%;
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 margin-bottom:15px;
}
.cont-wrap.cases ul.ttl h3{
 padding-left:26px;
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.4;
 letter-spacing: 1px;
 position: relative;
}
.cont-wrap.cases ul.ttl h3::before{
 content: "";
 width:12px;
 height:2px;
 background-color: currentColor;
 position: absolute;
 left:0;
 top:14px;
}
.cont-wrap.cases ul.ttl p{
 padding:4px 8px;
 margin-left:10px;
 font-size: 1.4rem;
 font-weight: 500;
 line-height: 1.2;
 letter-spacing: 1px;
 color:#fff;
 background-color: #0e3447;
 white-space: nowrap;
}
.cont-wrap.cases > p{
 font-weight: 500;
}
.cont-wrap.cases .small {
	font-size: 1.2rem;
	line-height: 1.4;
	display: inline-block;
}
.cont-wrap.cases .gray {
	color: #758891;
}
.cont-wrap.cases .l-picture {
 display: block;
 margin: 0 0 40px;
}
dl.note{
 display: block;
 margin: 30px 0 0;
 padding:20px;
 background-color: #eeeeee;
 text-align: center;
}
dl.note dt{
 width: 100%;
 font-size: 15px;
 line-height: 1.6;
 margin: 3px 0;
}
dl.note dt::after{
 content: "";
}
dl.note dd{
 width:calc(100% - 6.5em);
}
dl.note dd > ul li{
 text-indent: -2em;
 padding-left: 2em;
}
.cont-wrap.cases .image img{
 width:100%;
}
ul.info{
 margin-top:15px;
}
ul.info li{
 text-indent: -1em;
 padding-left: 1em;
 font-size: 1.2rem;
 color: #758891;
 line-height: 1.4;
}
.clients{
 width:100%;
 margin-top: 50px;
 padding: 32px 38px 34px;
 background: #f1f8fc;
 border-radius: 10px;
 position: relative;
}
.clients::before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: calc(50% - 15px);
	width: 0;
	height: 0;
	border: solid 15px transparent;
	border-bottom-color: #f1f8fc;
}
.clients h5{
 padding: 0;
 font-size: 18px;
 font-weight: 600;
 color: #0e3447;
 line-height: 1.2;
 letter-spacing: 0;
 background-color: transparent;
 position: static;
 top: 0;
 left: 0;
 transform: none;
 padding: 0;
}
.clients ul{margin: 12px 0 0;}
.clients ul li{
 font-size: 14px;
 line-height: 1.7;
 padding-left: 18px;
 position: relative;
}
.clients ul li::before{
 content: "■";
 position: absolute;
 font-size: 12px;
 left:0;
 top: 2px;
}

/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
.cont-wrap.cases{
 padding-top:20px;
}
.cont-wrap.cases + .cont-wrap.cases{
 margin-top:50px;
}
.cont-wrap.cases ul.ttl{
 width:100%;
 display: block;
 margin-bottom:20px;
}
.cont-wrap.cases ul.ttl h3{
 font-size: 1.8rem;
 line-height: 1.4;
}
.cont-wrap.cases ul.ttl li:nth-child(2){
 text-align: right;
}
.cont-wrap.cases ul.ttl p{
 display: inline-block;
 padding:6px 8px;
 margin-top:12px;
 font-size: 1.4rem;
 white-space: pre-wrap;
}
.cont-wrap.cases ul.ttl p span.wrap{
 display: block;
 white-space: nowrap;
 padding-top:3px;
}
.cont-wrap.cases .l-picture {}
.cont-wrap.cases ul.ttl h4 br {
 display: none;
}
dl.note{
 margin: 12vw 5vw 0;
 padding: 4vw 4vw;
}
dl.note dt {
	font-size: 3.5vw;
	line-height: 1.6;
	margin: 1vw 0;
}
.clients{
 width:100%;
 margin-top:35px;
 padding: 15px 20px;
}
.clients::before{}
.clients h4{
 min-width: 160px;
 padding:0 20px;
}

}


@media screen and (max-width:410px) {
 .cont_solution h2 {
  font-size: 2.4rem;
 }
}


.implementedOrganization {
	margin-top: 30px;
	background-color: #f4f5f6;
	padding: 25px 30px 20px;
}
.implementedOrganization h5 {
	text-align: center;
	font-size: 17.5px;
	font-weight: 500;
}
.implementedOrganization ul {
	margin: 35px 0 0;
	font-size: 0;
	text-align: center;
}
.implementedOrganization ul li {
	display: inline-block;
	vertical-align: top;
	border: solid 1px #0e3447;
	padding: 15px 23px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 20px 20px 0;
}

@media screen and (max-width:767px) {
 .implementedOrganization {
}
 .implementedOrganization h4 {
	text-align: left;
}
 .implementedOrganization ul {}
 .implementedOrganization ul li {
	display: block;
	margin-right: 0;
}
}

article {
	width: calc(100% - 10vw);
	max-width: 1070px;
	margin: 0 auto 50px;
	padding: 0 0 50px;
	border-bottom: solid 1px #c2c2c2;
}
article:last-of-type {
	margin-bottom: 150px;
	padding-bottom: 0;
	border-bottom: none;
}
article h3 {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 500;
	border-left: solid 2px #0f90d1;
	padding-left: 28px;
}
article .text {
	font-size: 15px;
	line-height: 1.8;
	margin: 16px 0 0;
}
article section {
	padding: 26px 0 0;
	font-size: 0;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}
article section a {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 23px);
	margin: 30px 0 0;
	text-align: center;
	text-decoration: none;
}
article section a figure {
	height: auto;
	width: 100%;
	aspect-ratio: 249 / 194;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
article section a .name {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	margin: 14px 0 0;
	color: #0f90d1;
}
article section a .case {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	margin: 10px 10px 0;
}


.cont-wrap.cases .type {
	display: block;
	width: fit-content;
	margin: 19px auto 0;
	background: #0e3447;
	font-size: 14px;
	line-height: 1;
	padding: 8px 10px 9px;
	color: white;
}
.cont-wrap.cases .client {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #35a9e3;
	margin: 24px 0 0;
}
.cont-wrap.cases h4 {
	text-align: center;
	font-size: 37px;
	line-height: 1.6;
	font-weight: 600;
	margin: 18px 0 0;
}
.cont-wrap.cases h4 +p {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	margin: 28px 0 0;
}
.cont-wrap.cases picture {
	display: block;
	margin: 42px 0 0;
}
.cont-wrap.cases picture img {
	max-width: 100%;
}

#cont_cases_detail {
	display: block;
	width: calc(100% - 10vw);
	max-width: 1200px;
	margin: 18px auto 76px;
	border-top: solid 1px #c2c2c2;
	position: relative;
}
#cont_cases_detail h3 {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 500;
	border-left: solid 2px #0f90d1;
	padding-left: 28px;
	margin: 58px 60px 0;
}
#cont_cases_detail a.to_detail {
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 44px 2px 0;
	text-decoration: none;
	border-bottom: solid 1px #0f90d1;
	color: #0f90d1;
}
#cont_cases_detail a.to_detail::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 31px;
	height: 6px;
	mask: url(/common/image/arrow.svg) no-repeat center / contain;
	background: #0f90d1;
}
#cont_cases_detail section {
	margin: 42px 34px 0;
	white-space: nowrap;
	overflow: hidden;
}
#cont_cases_detail section a {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	transition: transform 0.5s;
}
#cont_cases_detail section.isDragging a {
	transition: none;
}
#cont_cases_detail section a.flash {
	transition: 0.0s;
}
#cont_cases_detail section a .type {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#cont_cases_detail section a figure {
	height: auto;
	width: 100%;
	aspect-ratio: 249 / 194;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#cont_cases_detail section a .name {
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.5;
	margin: 14px 0 0;
	color: #0f90d1;
}
#cont_cases_detail section a .case {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	margin: 10px 12px 0;
}
#cont_cases_detail button {
	display: block;
	position: absolute;
	top: 260px;
	z-index: 4;
	width: 50px;
	aspect-ratio: 1 / 1;
	border: none;
	background: #0e3447;
	border-radius: 4px;
	cursor: pointer;
}
#cont_cases_detail button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 56%;
	width: 12px;
	aspect-ratio: 1 / 1;
	border-top: solid 1px white;
	border-left: solid 1px white;
	transform: translate(-50%, -50%) rotate(-45deg);
}
#cont_cases_detail button.prev {
	left: 0;
}
#cont_cases_detail button.next {
	right: 0;
}
#cont_cases_detail button.next::before {
	left: 44%;
	transform: translate(-50%, -50%) rotate(135deg);
}


@media screen and (max-width:980px) {
article section a {
	width: 50%;
}
#cont_cases_detail section a {
	width: 50%;
}
}


@media screen and (max-width:768px) {
.lead {
	font-size: 3.5vw;
}
article {
	padding: 4vw 0 0;
}
article:last-of-type {
	margin-bottom: 0;
}
article h3 {
	font-size: 6.5vw;
	padding-left: 6vw;
}
article .text {
	font-size: 4vw;
	line-height: 1.6;
	margin: 5vw 0 0;
}
article section {
	padding: 6vw 0 28vw;
	display: block;
}
article section a {
	width: 100%;
}
article section a figure {
	width: 72vw;
	margin: 0 auto;
}
article section a .name {
	font-size: 3.5vw;
	margin: 2vw 0 0;
}
article section a .case {
	font-size: 4vw;
	margin: 1vw 18vw 0;
}
.cont-wrap.cases .type {
	margin: 0 auto 0;
	font-size: 3vw;
	padding: 8px 10px 9px;
}
.cont-wrap.cases .client {
	font-size: 4vw;
	margin: 5vw 0 0;
}
.cont-wrap.cases h4 {
	font-size: 7vw;
	margin: 4vw 0 0;
}
.cont-wrap.cases h4 +p {
	font-size: 3.75vw;
	line-height: 1.6;
	margin: 5vw 5vw 0;
}
.cont-wrap.cases picture {}
.cont-wrap.cases picture img {}
#cont_cases_detail {
	margin: 5vw auto 0vw;
	width: 100%;
}
#cont_cases_detail h3 {
	padding-left: 28px;
	margin: 11vw 5vw 0;
	font-size: 6.5vw;
}
#cont_cases_detail a.to_detail {
	top: 22vw;
	right: 5vw;
	font-size: 3.5vw;
	padding-right: 9vw;
}
#cont_cases_detail a.to_detail::after {
	top: 3vw;
	width: 7vw;
	height: 3vw;
}
#cont_cases_detail section {
	margin: 20vw auto 12vw;
	padding: 0 8vw;
}
#cont_cases_detail section a {
	width: 80vw;
	padding: 0;
	padding: 0 7vw;
}
#cont_cases_detail section a .type {}
#cont_cases_detail section a figure {}
#cont_cases_detail section a .name {
	font-size: 3.25vw;
	margin: 2.5vw 0 0;
}
#cont_cases_detail section a .case {
	font-size: 4.5vw;
	margin: 0 3.5vw 0;
}
#cont_cases_detail button {
	top: 68vw;
	width: 12vw;
}
#cont_cases_detail button::before {
	width: 3vw;
}
#cont_cases_detail button.prev {}
#cont_cases_detail button.next {}
#cont_cases_detail button.next::before {}
}