@charset "UTF-8";
/* モバイル表示 */

:root {
  --common-color: #0071a8;
  --common-fs: 18px;
  --common-fs-small: 16px;
  --common-fs-big: 22px;
  --common-black: #000000;
  --commercial-color: #fcb52c;
}


/* 官公庁・自治体・公共系の皆さまへ */
h2.goverment {
	background: var(--common-color);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
	padding: 0;
	min-height: 50px;
}
h2.goverment::before,
h2.goverment::after {
	content: none;
}
h2.goverment svg.stroke {
	font-weight: bold;
	overflow: visible;
	height: 30px;
	max-width: 500px;
	width: 100%;
}
h2.goverment svg.stroke text {
	font-size: 30px;
	fill: #fff;
	paint-order: stroke;
	stroke: #004364;
	stroke-linejoin: round;
	stroke-width: 10;
}

h2.commercialfacility {
  background: var(--commercial-color);
}
h2.commercialfacility svg.stroke {
  max-width: 260px;
}

/*
  kv-area
*/
.kv-area {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
}
.kv-area .kv {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.kv-area .kv img {
	width: 100%;
	height: 100%;
}
.kv-area p.heading {
  font-size: 30px;
  font-weight: bold;
  color: var(--common-color);
  text-align: center;
  line-height: 1.4;
}
.contents--commercialfacility .kv-area p.heading {
  font-size: 23px;
  color: var(--common-black);
}
.contents--commercialfacility .kv-area .kv {
  max-width: 400px;
}


/*
  contents
*/
.contents--case_lp {
	font-size: 16px;
}
.contents--case_lp section {
	padding: 40px 0 0;
	transform: translateY(-80px);
	margin: 10px auto;
	text-align: center;
	width: 96%;
}

.contents--case_lp section h1,
.contents--case_lp section.contact-sec h2,
.contents--case_lp section.contact-sec h3#contactjump {
  background: none;
	border: none;
  color: var(--common-color);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  position: relative;
	padding: 0;
	text-align: left;
}
.contents--case_lp section h1 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.contents--commercialfacility section h1,
.contents--commercialfacility section.contact-sec h2,
.contents--commercialfacility section.contact-sec h3#contactjump {
  color: var(--common-black);
}
.contents--case_lp section h1.chapter::before,
.contents--case_lp section.contact-sec h2::before,
.contents--case_lp section.contact-sec h3#contactjump::before {
	content: "";
	border-radius: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 55px;
	min-width: 45px;
	width: 12%;
}
.contents--case_lp section.contact-sec h2::before,
.contents--case_lp section.contact-sec h3#contactjump::before {
	content: "";
	display: inline-block;
	vertical-align: -14px;
	margin-right: 10px;
	height: 49px;
	width: 46px;
}
.contents--government section h1.chapter__01::before {
  background: url(/images/case/government/icon01.svg) no-repeat center;
}
.contents--government section h1.chapter__02::before {
  background: url(/images/case/government/icon02.svg) no-repeat center;
}
.contents--government section h1.chapter__03::before {
  background: url(/images/case/government/icon03.svg) no-repeat center;
}
.contents--government section h1.chapter__04::before {
  background: url(/images/case/government/icon04.svg) no-repeat center;
}
.contents--case_lp section h1.chapter__05::before {
  background: url(/images/case/government/icon05.svg) no-repeat center;
}
.contents--case_lp section.contact-sec h2::before,
.contents--case_lp section.contact-sec h3#contactjump::before {
  background: url(/images/case/government/icon06.svg) no-repeat center;
}
.contents--government section h1.chapter__07::before {
  background: url(/images/case/government/icon07.svg) no-repeat center;
}
.contents--commercialfacility section h1.chapter__01::before {
  background: url(/images/case/commercialfacility/icon01.svg) no-repeat center;
}
.contents--commercialfacility section h1.chapter__02::before {
  background: url(/images/case/commercialfacility/icon02.svg) no-repeat center;
}
.contents--commercialfacility section h1.chapter__03::before {
  background: url(/images/case/commercialfacility/icon03.svg) no-repeat center;
}

.contents--case_lp section.contact-sec h2::after {
  content: none;
}

.contents--case_lp section h3 {
  margin-top: 30px;
  font-size: var(--common-fs);
  color: var(--common-color);
}
.contents--case_lp section.contact-sec {
  max-width: 1000px;
  margin-bottom: 50px;
}
.contents--case_lp .txt {
  text-align: left;
  line-height: 1.6;
  max-width: 1000px;
}
.contents--case_lp .txt span {
  font-weight: bold;
}
.contents--commercialfacility .txt {
  text-align: center;
}
.contents--case_lp .box {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  border: 3px solid var(--common-color);
}
.contents--case_lp .box ul li {
  font-size: 20px;
  font-weight: bold;
}
.contents--case_lp .box ul li.last {
  text-align: right;
}
.contents--case_lp .btn {
	margin: 30px auto;
	width: 200px;
}
.contents--case_lp .btn--download {
  width: 360px;
}
.contents--case_lp .btn a {
  display: block;
  padding: 10px 0;
  font-size: var(--common-fs);
  color: #fff;
  text-align: center;
  background: var(--common-color);
  border-radius: 5px;
  text-decoration: none;
}
.contents--case_lp .two-col {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents--case_lp .two-col .img,
.contents--case_lp .two-col .img img {
  width: 100%;
  max-width: 450px;
}
.contents--case_lp .two-col .txt {
  margin-top: 30px;
}
.contents--case_lp .megamenu-inner li {
	width: 100%;
	text-align: left;
}
.contents--case_lp .megamenu-inner a {
  display: inline-grid;
}
.contents--case_lp .megamenu-inner-text {
  font-size: var(--common-fs);
	font-weight: bold;
}
.contents--case_lp .strong-point {
  margin-top: 30px;
}
.contents--case_lp .strong-point li {
  position: relative;
  padding: 10px;
  border: 3px solid var(--common-color);
  border-radius: 0 3px 3px 3px;
}
.contents--case_lp .strong-point li:last-child {
  margin-top: 50px;
}
.contents--case_lp .strong-point li span.tag {
  position: absolute;
  top: -28px;
  left: -2px;
  padding: 0 10px;
  font-size: var(--common-fs);
  color: #fff;
  background: var(--common-color);
  border-radius: 3px 3px 0 0;
}
.contents--case_lp .strong-point li .flex {
	display: flex;
	align-items: center;
}
.contents--case_lp .strong-point li .flex .img {
  width: 30%;
  margin-right: 20px;
}
.contents--case_lp .gallery-box {
  width: 100%;
}
.contents--case_lp .swiper[class*="slideshow"] .case-study_image img {
  max-width: 100%;
}
/*
  contact
*/
.contents--case_lp dl {
  margin: 0 0 30px;
  text-align: left;
}
.contents--case_lp dl dt h3,
.contents--case_lp .intro {
  font-size: var(--common-fs);
  text-align: left;
}
.contents--case_lp dl dd {
  margin: 10px 0 0;
  font-size: var(--common-fs-small);
}
.contents--case_lp .sp_btn_p {
  margin-top: 30px;
}
.contents--case_lp .telephone_wrap p {
  font-size: var(--common-fs-small);
}
.contents--case_lp .telephone_numbs .tel_area {
  display: block;
  margin-top: 30px;
}
.contents--case_lp .telephone_numbs dd {
  margin: 0;
  font-size: var(--common-fs-big);
}
.contents--case_lp .telephone_numbs dt {
  border: none;
}
.contents--case_lp .formTable .w400 {
  width: 100%;
}

.chapter--item_list {
  width: 100%;
  margin: 30px auto 0;
}
.chapter--item_list p {
  font-size: 14px;
  text-align: center;
}
.chapter--item_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.chapter--item_list ul li {
  width: calc(50% - 2px);
  border: 1px solid #ccc;
}
.chapter--item_list ul li a {
  display: block;
  padding: 20px 0;
}
.chapter--item_box__other ul {
  display: flex;
  flex-wrap: wrap;
}
.chapter--item_box__other ul li {
  width: calc(50% - 2px);
  border: 1px solid #ccc;
}
.chapter--item_box__layout ul li img {
  width: 100%;
}
.chapter--item_box .chapter--item_list p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.chapter--item_box .chapter--item_list p::before,
.chapter--item_box .chapter--item_list p::after {
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
  margin: 0px 4px 4px;
}
.chapter--item_box .chapter--item_list p::before {
  transform: rotate(45deg);
}
.chapter--item_box .chapter--item_list p::after {
  transform: rotate(-45deg);
}

/* ページ内リンク */
.sticky-inpage-link-wrap {
	position: sticky;
  top: 60px;
  width: 100%;
  background: #fff;
	z-index: 10;
}
ul.inpage-link.sticky {
	background: #fff;
	margin: auto;
	position: sticky;
	padding: 10px 5px;
	top: 55px;
	max-width: 1100px;
	/* width: calc(100% - 10px); */
	width: 100%;
	z-index: 10;
  justify-content: flex-start;
}
ul.inpage-link a {
	color: #004364;
	font-size: clamp(13px, 2vw, 1rem);
	/* line-height: 17px; */
	text-align: left;
	padding: 0 5px;
	height: 55px;
}

@media screen and (max-width: 834px) {
  .kv-area {
    margin-bottom: 20px;
  }
  
  #jump1 {
    margin-top: 60px;
  }

  .sticky-inpage-link-wrap {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .contents--case_lp .megamenu-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
	/* モバイルより大きいサイズ表示 */

	/* 官公庁・自治体・公共系の皆さまへ */
	h2.goverment {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	h2.goverment::before {
		content: none;
	}
	h2.goverment svg.stroke {
		font-weight: bold;
		overflow: visible;
		height: 60px;
		max-width: 500px;
		width: 100%;
	}
	h2.goverment svg.stroke text {
		font-size: 30px;
		fill: #fff;
		paint-order: stroke;
		stroke: #004364;
		stroke-linejoin: round;
		stroke-width: 10;
	}

	.kv-area {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
		margin: 20px auto;
		padding: 0 10px;
		width: 100%;
	}
  .kv-area .kv {
    width: 60%;
    margin: 0;
  }
  .contents--commercialfacility .kv-area .kv {
    width: 50%;
  }
	.kv-area p.heading {
		background: transparent;
		font-size: 2.6vw;
		line-height: 1.4;
		text-align: left;
		margin: 0;
		padding: 0;
		width: 36%;
	}
  .contents--commercialfacility .kv-area p.heading {
    width: 50%;
    font-size: 2.2vw;
  }
	.contents--case_lp section {
		margin: 30px auto;
		width: 100%;
	}

  .contents--case_lp section.section_wrap {
    margin: 30px auto 0;
  }
  .contents--case_lp section p {
    text-align: left;
  }
  .contents--case_lp section h1,
  .contents--case_lp section.contact-sec h2 {
		background: none;
		position: relative;
		display: flex;
		margin-bottom: 40px;
		padding: 0;
		text-align: center;
		font-size: 30px;
		gap: 10px;
  }
  .contents--case_lp section.contact-sec h2 {
		display: inline-block;
		width: 100%;
	}
  .contents--case_lp section h1.chapter::before,
  .contents--case_lp section.contact-sec h2::before {
    height: 55px;
    width: 52px;
  }
	.contents--case_lp section.contact-sec h2::before {
		content: "";
    height: 49px;
		width: 46px;
		display: inline-block;
		vertical-align: -14px;
		margin-right: 10px;
	}
  .contents--case_lp section.contact-btn,
  .contents--case_lp section.contact-table {
    margin: 30px 0 0;
  }
  .contents--case_lp .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px;
    border: 5px solid var(--common-color);
  }
  .contents--case_lp .box ul li {
    font-size: var(--common-fs);
    font-weight: bold;
    text-align: left;
  }
  .contents--case_lp .box ul li.last {
    text-align: right;
  }
  .contents--case_lp .btn a:hover {
    background: #30a7e0;
    transition: all 0.3s linear;
  }
	.contents--case_lp .two-col {
		display: flex;
		justify-content: space-around;
		flex-direction: row;
		align-items: center;
		gap: 15px;
	}
  .contents--case_lp .two-col .img{
    width: 50%;
  }
  .contents--case_lp .two-col .img img {
    width: 100%;
  }
  .contents--case_lp .two-col .txt {
    width: 50%;
    margin-top: 0;
  }
  .contents--case_lp .two-col.rev {
    flex-direction: row-reverse;
  }
	
	.contents--case_lp .megamenu-inner {
		grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
		gap: 10px;
	}
  .contents--case_lp .megamenu-inner-text {
    font-size: var(--common-fs);
		font-weight: bold;
  }
	.contents--case_lp .megamenu-inner a {
		display: inline-grid;
	}
	.contents--case_lp .strong-point {
		display: flex;
		justify-content: space-between;
		max-width: 1000px;
		margin: 30px auto 0;
		gap: 5px;
	}
  .contents--case_lp .strong-point li {
    width: 44%;
    display: flex;
    padding: 20px;
  }
  .contents--case_lp .strong-point li:last-child {
    margin-top: 0;
  }
  .contents--case_lp .strong-point li span.tag {
    top: -39px;
    left: -2.5px;
    padding: 5px 20px;
  }
  .contents--case_lp .strong-point li .flex .img {
    width: 30%;
    margin-right: 20px;
  }
  .contents--case_lp .gallery-box {
    max-width: 760px;
    margin: 30px auto 0;
  }
  .contents--case_lp .swiper[class*="slideshow"] .case-study_image img {
    max-width: 100%;
  }
  .contents--case_lp .btn-phone {
    min-width: 200px;
    font-size: var(--common-fs);
  }
  .contents--case_lp .telephone_numbs {
    margin-top: 30px;
  }
  .contents--case_lp .telephone_numbs dd {
    margin: 0;
    font-size: var(--common-fs-big);
  }
  .contents--case_lp .telephone_numbs .tel_area {
    display: flex;
  }
  .chapter--item_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
  .chapter--item_box .chapter--item_list {
    width: 33%;
  }
  .contents--case_lp section .chapter--item_list p {
    font-size: 16px;
    text-align: center;
  }
  .chapter--item_box__other .chapter--item_list {
    width: 100%;
  }
  .chapter--item_box.chapter--item_box__other {
    max-width: 700px;
  }
  .chapter--item_box__other ul li {
    width: auto;
  }
  .chapter--item_box.chapter--item_box__layout {
    max-width: 1000px;
  }

	/* ページ内リンク */
	ul.inpage-link.sticky {
		top: 60px;
		z-index: 1;
	}
	ul.inpage-link a {
		padding: 0 5px;
  	height: 60px;
	}
}
@media screen and (min-width: 1800px) {
  .kv-area p.heading {
    font-size: 44px;
  }
  .contents--commercialfacility .kv-area p.heading {
    font-size: 40px;
  }
}
