@charset "UTF-8";

:root {
  --accent-color: #1d96b6;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.h1_box {
  padding: 60px 0px;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .h1_box {
    padding: 20px 0;
  }
}

.h1_box h1 {
  color: #119fc2;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .h1_box h1 {
    font-size: 18px;
    line-height: 135%;
    padding-bottom: 10px;
  }
}

.h1_box h1 span {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 0.05rem;
  display: block;
  font-size: 14px;
  padding-top: 8px;
}

@media only screen and (max-width: 560px) {
  .h1_box h1 span {
    font-size: 12px;
  }
}

.h1_box h1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #119fc2;
  width: calc(100% - 40px);
  margin: 0 auto;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual img {
  width: 100%;
  display: block;
}

/*--------------------------
section01
---------------------------*/
#section01 {
  /* padding: 0px 0 60px; */
}

@media only screen and (max-width: 560px) {
  #section01 {
    margin-top: 0;
    padding: 0 0 8px;
  }
}

#section01 .read_box {
  text-align: center;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 560px) {
  #section01 .read_box {
    text-align: left;
    width: 100%;
    margin: 0 0 16px;
  }
}

#section01 .read_box p {
  line-height: 175%;
}

#section01 .read_box p span {
  font-size: 14px;
}

#section01 .read_box p .led {
  color: #cc0000;
}

#section01 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 560px) {
  #section01 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#section01 .box figure {
  width: 25%;
  padding: 0 14px;
}

@media only screen and (max-width: 560px) {
  #section01 .box figure {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 12px;
  }
}

#section01 .box figure img {
  width: 100%;
  margin-bottom: 8px;
}

@media only screen and (max-width: 560px) {
  #section01 .box figure img {
    margin-bottom: 4px;
  }
}

#section01 .box figure figcaption {
  font-size: 18px;
  text-align: center;
  line-height: 135%;
}

@media only screen and (max-width: 560px) {
  #section01 .box figure figcaption {
    font-size: 14px;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: 60px 0;
  border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 560px) {
  #section02 {
    margin-top: 0;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 560px) {
  #section02 h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  #section02 h2 {
    margin-bottom: 16px;
  }
}

#section02 h2:before {
  width: 45%;
}

@media only screen and (max-width: 560px) {
  #section02 h2:before {
    width: 35%;
  }
}

#section02 h2:after {
  width: 45%;
}

@media only screen and (max-width: 560px) {
  #section02 h2:after {
    width: 35%;
  }
}

.box03 .list {
  display: block;
  /* width: 700px; */
  width: 650px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 560px) {
  .box03 .list {
    width: 100%;
    margin: 0;
  }
}

.box03 .list li {
  font-size: 18px;
  line-height: 135%;
  padding: 0 20px 0 40px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: dotted 1px #999;
  position: relative;
}

@media only screen and (max-width: 560px) {
  .box03 .list li {
    font-size: 14px;
    line-height: 135%;
    margin-bottom: 8px;
    padding: 8px 10px 8px 24px;
  }
}

.box03 .list li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #119fc2;
  content: "\e80a";
  margin-right: 12px;
  position: absolute;
  left: 6px;
}

@media only screen and (max-width: 560px) {
  .box03 .list li:before {
    margin-right: 6px;
  }
}

.lead {
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .lead {
    width: 100%;
  }
}

.lead p {
  font-size: 20px;
  text-align: center;
  line-height: 175%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 560px) {
  .lead p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.lead .dw li {
  margin-bottom: 18px;
}

.lead a {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  width: 500px;
  border: solid 1px #119fc2;
  border-radius: 4px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 560px) {
  .lead a {
    padding: 12px 0 12px;
  }
}

.lead a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #119fc2;
  border-radius: 4px;
}

.lead a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  position: absolute;
  top: calc(50% + 0px);
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lead a:hover {
  color: #fff;
  background: #119fc2;
}

.lead a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.lead a .icon-file-pdf {
  color: #cc0000;
  margin-left: 10px;
}

/*--------------------------
Download
---------------------------*/
#download {
  padding: 140px 0 40px;
  margin-top: -80px;
  border-bottom: solid 1px #ccc;
}

#download table {
  border-collapse: collapse;
  margin: 0 auto;
}

#download table th,
#download table td {
  font-size: 14px;
  text-align: center;
  border: solid 1px #ccc;
  padding: 6px 10px;
  vertical-align: middle;
}

#download table thead th {
  color: #432505;
  font-weight: 400;
  background: #f0f0f0;
}

#download table tbody td {
  background: #fff;
}

#download table tbody td a {
  color: #fff;
  font-size: 12px;
  display: block;
  background: #119fc2;
  border-radius: 4px;
  padding: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#download table tbody td a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  margin-left: 4px;
}

#download table tbody td a:hover {
  background: #00486b;
}

/*--------------------------
End_section
---------------------------*/
#end_section {
  padding: 40px 0 0;
  border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 560px) {
  #end_section {
    padding: 10px 0;
  }
}

#end_section #main_bnr {
  margin-bottom: 30px;
}

@media only screen and (max-width: 560px) {
  #end_section #main_bnr {
    padding: 10px 5px;
    margin-bottom: 0;
  }

  #end_section #main_bnr ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #end_section #main_bnr ul li {
    padding: 0 5px;
  }
}


/* 2023.02.16 add
************************************/
.map-wrap iframe {
  margin: 50px 0;
  width: 100%;
  height: 500px;
}

.flex-wrap {
  margin: 50px 0;
  display: flex;
  gap: 50px;
}

.flex-wrap .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.flex-wrap .box {
  align-items: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

.flex-wrap .box figure {
  margin-top: 15px;
  width: 50% !important;
}

@media only screen and (max-width: 560px) {
  .map-wrap iframe {
    height: 250px;
  }

  .flex-wrap {
    flex-direction: column;
  }


  .flex-wrap .box figure {
    width: 100% !important;
  }
}


/* 2023.08.02  add
************************************/
.title-band {
  margin-top: 50px;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background: var(--accent-color);
}

.card-list {
  margin: 40px 50px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}


.card-list .card {
  width: calc((100% - 90px) / 3);
  border: 3px solid var(--accent-color);
}


.card-list .card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}

.card-list .card img.contain {
  object-fit: contain;
}

.card-list .card .card-text {
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.card-list .card .card-text .point {
  color: #d53118;
}

.attention {
  margin: 50px 50px 0 0;
  text-align: right;
  font-size: 30px;
  color: var(--accent-color);
}


@media only screen and (max-width: 1170px) {
  .card-list .card {
    width: 100%;
  }

  .card-list .card img {
    height: auto;
  }
  .attention {
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  .card-list .card img {
    max-height: 230px;
  }
}

/* 実績表示 */
.box02-innerbox {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  gap: 30px;
}

@media only screen and (max-width: 560px) {
  .box02-innerbox {
    display: block;
    height: auto;
  }
}

section .case_box01 {
  width: calc(100% / 3 - 60px / 3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 560px) {
  section .case_box01 {
    width: 100%;
    margin-bottom: 10px;
  }
}

section .case_box01 a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F8FCFE;
  position: relative;
}

section .case_box01 a:before {
  content: "";
  background: rgba(20, 159, 193, .6);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section .case_box01 a span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 6px 14px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 30;
}

section .case_box01 a span.case01 {
  background: #119fc2;
}

section .case_box01 a span.case02 {
  background: #5cb85c;
}

section .case_box01 a span.case03 {
  background: #d9534f;
}

section .case_box01 a span.case04 {
  background: #337ab7;
}

@media only screen and (max-width: 560px) {
  section .case_box01 a span {
    font-size: 10px;
    top: 0px;
  }
}

section .case_box01 a .inner {
  width: 100%;
  z-index: 20;
}

@media only screen and (max-width: 560px) {
  section .case_box01 a .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}

section .case_box01 a .inner .zoom {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  z-index: 20;
}

@media only screen and (max-width: 560px) {
  section .case_box01 a .inner .zoom {
    width: 40%;
    height: auto;
  }
  section .case_box01 a .inner figcaption {
    width: 60%;
  }
}

section .case_box01 a .inner .zoom img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

@media only screen and (max-width: 560px) {
  section .case_box01 a .inner .zoom img {
    position: static;
  }
}

section .case_box01 a .inner p {
  color: #000;
  line-height: 150%;
  display: block;
  padding: 10px 14px;
}

@media only screen and (max-width: 560px) {
  section .case_box01 a .inner p {
    font-size: 14px;
    padding: 6px;
    /* display: block; */
    width: 60%;
    position: static;
    height: 6.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

section .case_box01 a:hover:before {
  opacity: 1;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

section .case_box01 a:hover .inner .zoom img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

section .case_box01 a:hover .inner h3 {
  color: #119fc2;
}

section .case_box01 h4 {
  color: #119fc2;
  z-index: 10;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2lh;
  text-align: left;
  word-break: auto-phrase;
  margin: 14px;
  line-height: 1.25;
}

@media only screen and (max-width: 560px) {
  section .case_box01 h4 {
    font-size: 14px;
    line-height: 135%;
    text-align: left;
    width: 100%;
    position: static;
    margin-bottom: 4px;
  }
}

.container.purchase:not(:has(.case_box01)) {
  display: none;
}