@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
/* base */
main {
  display: block;
  width: 950px;
  margin: 0 auto;
  color: #444;
}

header, footer, section, aside, article, figure, figcaption {
  display: block;
  margin: 0;
}

a {
  transition: color .2s, opacity .2s, background-color .2s;
}

img {
  display: block;
}

.breadcrumbs {
    list-style: none;
    margin: 10px 0 10px 0;
    font-size: 13px;
    text-align: left;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li a {
  padding-right: 10px;
  background: url("/img/common/bl.gif") no-repeat 100% 50%;
  text-decoration: none;
}

h1 {
  margin: 63px 0;
  font-size: 36px;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.28;
  letter-spacing: .05em;
  text-align: center;
}

h1.longText {
  font-size: 32px;
}

.sliderSection {
  overflow: hidden;
  margin: -18px 0 50px;
  padding: 18px 0 0;
}

#slideBody {
  position: relative;
  height: 394px;
}

#slideBody li {
  position: absolute;
  top: 0;
  transform: translate3d(-642px, 0, 0);
  transition: transform .6s;
}

#slideBody li.current,
#slideBody li.current ~ li {
  transform: translate3d(0, 0, 0);
}

#slideBody li a {
  display: block;
  width: 719px;
  height: 394px;
  color: #444;
}

#slideBody li a::before {
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 1;
}

#slideBody li h2 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 20px;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.81);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

#slideBody li:nth-child(1) {
  left: 0;
  z-index: 4;
  background: #6ec4e7;
}

#slideBody li:nth-child(1) a::before {
  content: url("/case/img/text_1.png");
}

#slideBody li:nth-child(2) {
  left: 77px;
  z-index: 3;
  background: #01a6ea;
}

#slideBody li:nth-child(2) a::before {
  content: url("/case/img/text_2.png");
}

#slideBody li:nth-child(3) {
  left: 154px;
  z-index: 2;
  background: #0070b0;
}

#slideBody li:nth-child(3) a::before {
  content: url("/case/img/text_3.png");
}

#slideBody li:nth-child(4) {
  left: 231px;
  z-index: 1;
  background: #005088;
}

#slideBody li:nth-child(4) a::before {
  content: url("/case/img/text_4.png");
}

#slideBody li .label {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  min-width: 118px;
  height: 36px;
  padding: 0 1em;
  background: #00508b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: none;
}

#slideBody li .image {
  opacity: 0;
  transition: opacity .6s;
}

#slideBody li .image img {
  width: 100%;
}

#slideBody li.current h2, #slideBody li.current .label {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .5s .6s;
}

#slideBody li.current .image {
  opacity: 1;
}

.normalSection {
  margin: 50px 0;
}

.caseSection {
  margin: 50px 0;
  padding: 0 28px;
  border-top: 2px solid #e3e2ce;
  border-bottom: 2px solid #e3e2ce;
  background: #fdfce8;
}

.caseOther {
   margin: 50px 0;
   padding: 0 28px;
   border-top: 2px solid #d1e3ce;
   border-bottom: 2px solid #d1e3ce;
   background: #f7fcf4;
}

.normalSection h2 {
  margin: 50px 0;
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}

.normalSection h2 span {
  display: inline-block;
  padding-bottom: 9px;
  background: url("/case/img/line_type1.png") repeat-x 50% 100%;
}

.caseSection h2 {
  margin: 50px 0;
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}

.caseOther h2 {
  margin: 50px 0;
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}

.caseSection h2 span {
  display: inline-block;
  padding-bottom: 9px;
  background: url("/case/img/line_type2.png") repeat-x 50% 100%;
}

.caseOther h2 span {
  display: inline-block;
  padding-bottom: 9px;
  background: url("/case/img/line_type3.png") repeat-x 50% 100%;
}

.caseList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}

.caseList::after {
  display: block;
  width: 277px;
  content: "";
}

.caseList li {
  overflow: hidden;
  width: 277px;
  margin: 0 0 40px;
  box-sizing: border-box;
}

.caseList li.hidden {
  display: none;
}

.caseList a {
  overflow: visible;
  display: block;
  position: relative;
  color: #444;
  text-decoration: none;
}

.caseList a:hover {
  opacity: .8;
}

.caseList a[data-label] {
  margin-top: 18px;
}

.caseList a[data-label]::before {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  min-width: 118px;
  height: 36px;
  padding: 0 1em;
  background: #00508b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
  content: attr(data-label);
}

.caseList img {
  width: 100%;
}

.caseList h3 {
  margin: 16px 0 8px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.caseList p {
  padding: 0 8px;
  font-size: 13px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.listSection {
  margin: 50px 0 -40px;
}

.listSection .caseList {
  padding: 0 28px;
}

.caseSelectTab {
  display: flex;
  margin-bottom: 20px;
  height: 64px;
  background: #00508b;
}

.caseSelectTab a {
  overflow: visible;
  display: block;
  position: relative;
  padding: 0 28px;
  color: #fff;
  font-size: 14px;
  line-height: 64px;
  opacity: .5;
  cursor: pointer;
}

.caseSelectTab .current {
  opacity: 1;
}

.caseSelectTab .current::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 8px solid #00508b;
  border-left: 8px solid rgba(0, 80, 139, 0);
  border-right: 8px solid rgba(0, 80, 139, 0);
  pointer-events: none;
  content: "";
}

.caseSelectTab .all {
  margin: 0 0 0 auto;
  padding: 0 28px;
  color: #fff;
  font-size: 14px;
  line-height: 64px;
  cursor: pointer;
}

.caseSelectTab .all:hover {
  text-decoration: underline;
}

.tagList {
  display: none;
  flex-wrap: wrap;
  margin: 0 0 -10px;
  padding: 0 18px 0 28px;
}

.tagList.current {
  display: flex !important;
}

.tagList li {
  height: 35px;
  padding: 0 .8em;
  margin: 0 10px 10px 0;
  background: #e5540b;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  transition: opacity .2s;
}

.tagList li:hover, .tagList li.active {
  opacity: .8;
}

.tagList li.disabled {
  opacity: .45;
  pointer-events: none;
}

.caseAdvantage {
  margin: 55px 0;
}

.caseAdvantage img {
  margin: 0 auto;
}

/* detail */
.caseDetail p {
  font-size: 14px;
  line-height: 2.143;
  text-align: justify;
  text-justify: inter-ideograph;
}

.snsList {
  display: flex;
}

.snsList li {
  background: #fff;
}

.snsList a {
  display: block;
}

.snsList a:hover {
  opacity: .8;
}

.caseHeader {
  position: relative;
  margin: 50px 0;
}

.caseHeader > p {
  margin: 30px 0;
  letter-spacing: .05em;
}

.caseHeader .label {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  min-width: 118px;
  height: 36px;
  padding: 0 1em;
  background: #00508b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
}

.caseHeader .keyVisual img {
  width: 100%;
}

.caseHeader .snsList {
  margin-bottom: 40px;
  justify-content: flex-end;
}

.caseHeader .caseProfile {
  position: absolute;
  top: 0;
  left: -250px;
  width: 230px;
}

.caseHeader .caseProfile figure {
  margin-bottom: 15px;
}

.caseHeader .caseProfile dl {
  font-size: 14px;
  line-height: 1.286;
}

.caseHeader .caseProfile dl dt {
  font-weight: bold;
}

.caseHeader .caseProfile dl dd {
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.caseHeader .caseProfile a img {
  display: inline-block;
}

.detailSection {
  margin: 50px 0;
}

.detailSection::after {
  display: block;
  clear: both;
  content: "";
}

.detailSection h2 {
  margin: 50px 0;
  padding: 17px 0 16px;
  background: #00508b;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
}

.detailSection figure {
  clear: both;
  margin-bottom: 46px;
}

.detailSection figure.multi {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 20px;
}

.detailSection figure.multi img {
  max-width: 46%;
}

.detailSection figure.multi img:nth-child(2) ~ img {
  margin-top: 40px;
}

.detailSection figure.noMargin {
  margin-bottom: 0;
}

.detailSection figure.left {
  float: left;
  margin-right: 50px;
}

.detailSection figure.left + p {
  clear: right;
}

.detailSection figure.right {
  float: right;
  margin-left: 50px;
}

.detailSection figure.right img {
  margin: 0 0 0 auto;
}

.detailSection figure.right + p {
  clear: left;
}

.detailSection figure img {
  max-width: 100%;
}

.detailSection p {
  margin: 30px 0;
}

.detailSection p:first-of-type {
  margin-top: -.5em;
}

.detailSection p:last-of-type {
  margin-bottom: 0;
}

.detailSection p:last-of-type + figure:last-of-type {
  margin-top: 30px;
}

.detailSection p.clear {
  clear: both;
}

.caseDetail footer {
  margin: 50px 28px;
  padding: 64px 54px;
  border: 1px solid #e2e2e2;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 2.143;
}

.caseDetail footer h3::after {
  content: "：";
}

.caseDetail footer h3 + p {
  padding-left: 1em;
}

.detailFooterNav {
  display: flex;
  margin: 70px 0 50px;
}

.detailFooterNav .buttons {
  display: flex;
  flex: 1;
}

.detailFooterNav .buttons li {
  width: 50%;
}

.detailFooterNav .buttons a {
  display: block;
  height: 90px;
  color: #fff;
  font-size: 22px;
  line-height: 92px;
  text-align: center;
  text-decoration: none;
}

.detailFooterNav .buttons a:hover {
  opacity: .8;
}

.detailFooterNav .buttons .request {
  background: #e5540b;
}

.detailFooterNav .buttons .contact {
  background: #00508b;
}

.detailFooterTel {
  margin: 50px 0;
}

.detailFooterTel img {
  margin: 0 auto;
}

.detailFooterTel address {
  margin: 26px 0;
}

.detailFooterTel p {
  font-size: 14px;
  text-align: center;
}

.caseFooterImg {
  float: right;
  margin: 0 0 2em 2em;
}

.caseFooterImg img {
  max-width: 270px;
}

.caseFooterText {
  font-size: 14px;
  line-height: 2.143;
}

.caseFooterText::after {
  display: block;
  clear: both;
  content: "";
}

.caseFooterText dt {
  float: left;
  clear: left;
  width: 84px;
}

.caseFooterText dt::after {
  content: "：";
}

.caseFooterText dd {
  padding-left: 84px;
}

.iconstyle {
    font-size: 30px;
    margin-right: 10px;
	margin-left: 10px;
    color: #0070b0;
}

.toptitle {
    padding: 0.5em;
    border-top: solid 2px #00a6ea;
    border-bottom: solid 5px #005088;
}

.casetopbtn {
}

.casetopbtn a {
  display: block;
  height: 90px;
  color: #fff;
  font-size: 22px;
  line-height: 92px;
  text-align: center;
  text-decoration: none;
}

.casetopbtn a:hover {
  opacity: .8;
}

.casetop {
	background-color: #37c464;
}

.fixed_btn {
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding: 6px 40px;
}

#secondry {
	margin: 0;
	padding: 5px;
	width: 230px;
	background-color: #F8FCFF;
}

.caseProfile #secondry .titleprimry {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	padding: 0;
	line-height: 160%;
	color: #000066;
}

.caseProfile #secondry .text {
	font-size: 13px;
	line-height: 180%;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	letter-spacing: 100%;
	color: #070037;
}

/* print */
@media print {
  main,
  .detailSection h2 {
    color: #000;
  }
  a {
    color: #000;
    text-decoration: none;
  }
  main > :not(.caseDetail),
  .snsList,
  .caseSection {
    display: none;
  }
}
