@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    about


============================================================================= */
.company-ttlbox {
  color: #027fbc;
  display: inline-block;
  padding: 0px 0 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.company-ttl {
  border-bottom: 5px solid #027fbc;
  font-size: clamp(4rem, calc(3.8rem + (0.625vw * 1)), 5rem);
  font-weight: bold;
  line-height: 1;
}

.company-ttl-en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  font-weight: 600;
}

.page-header {
  padding: 100px 0;
}

.page-header-content {
  gap: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-txtbox {
  width: calc(50%);
}

.page-ttl {
  font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  font-weight: bold;
  text-align: right;
}

.page-ttl span {
  color: #027fbc;
}

.page-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1em;
}

.page-imgs {
  width: 40%;
}

.page-img {
  position: relative;
  width: 70%;
  z-index: 2;
}

.page-img + .page-img {
  margin-left: auto;
  margin-top: -20%;
  z-index: 1;
}

.point {
  background: #e5f6fb;
  padding: 100px 0 40px;
}

.point-ttlbox {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: calc(-100px - 0.5em);
  position: relative;
  text-align: center;
}

.point-ttl {
  background: #027fbc;
  color: #fff;
  display: inline-block;
  font-size: 3.2rem;
  margin-top: -3.5em;
  padding: 0em 1em;
  position: relative;
}

.point-ttl:before {
  background: #027fbc;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}

.point-head {
  color: #027fbc;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

.point-head span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #ff0));
  background: linear-gradient(transparent calc(100% - 40%), #ff0 40%);
}

.point-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}

.problem-contents {
  margin-top: 60px;
  padding: 24px;
  position: relative;
  z-index: 2;
}

.problem-contents:after, .problem-contents:before {
  background: #fff;
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.problem-contents:before {
  background: #027fbc;
  left: 10px;
  top: 10px;
}

.problem-content-flex {
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.problem-content-imgs {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.problem-content-icon {
  margin-top: -40px;
  width: 250px;
}

.problem-content-img {
  width: 100px;
}

.problem-content-txt {
  color: #027fbc;
  font-size: 1.8rem;
  padding-right: 160px;
}

.problem-txtbox {
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}

.problem-txtbox:before {
  background: #027fbc;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
}

.problem-txtbox:after {
  background: #027fbc;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}

.problem-img {
  border: 10px solid #027fbc;
  border-radius: 50%;
  max-width: 230px;
  position: relative;
  position: relative;
  width: 100%;
}

.problem-img:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の%に固定 */
}

.problem-img img {
  bottom: -1%;
  left: 47%;
  max-width: 110%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem-txt {
  font-size: 2rem;
  font-weight: bold;
  max-width: 60%;
}

.problem-txt span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #ff0));
  background: linear-gradient(transparent calc(100% - 40%), #ff0 40%);
}

/* =============================================================================


     .facility


============================================================================= */
.facility {
  background: #f5f3f0;
  padding: 240px 0 80px;
  text-align: center;
}

.facility-container {
  background: #fff;
  padding: 0 40px 60px;
  position: relative;
  text-align: center;
}

.facility-container + .facility-container {
  margin-top: 100px;
}

.facility-ttl {
  background: #027fbc;
  color: #fff;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
  margin-top: -0.5em;
}

.facility-imglist {
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 100px;
  padding: 0 50px;
}

.facility-imgitem {
  width: calc(50% - 40px);
}

.facility-imgttl {
  color: #027fbc;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0.25em;
  text-align: center;
}

.facility-imginfo {
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #027fbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.facility-imginfo-item,
.facility-nameinfo-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.facility-imginfo-item dt,
.facility-nameinfo-item dt {
  border: 1px solid #027fbc;
  color: #027fbc;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 4.5em;
  padding: 0 0.15em;
  text-align: center;
}

.facility-imginfo-item dd,
.facility-nameinfo-item dd {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0.25em;
}

.facility-nameitem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #027fbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25em 1em;
  text-align: left;
}

.facility-name {
  color: #027fbc;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  width: 35%;
}

.facility-nameinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  width: calc(65% - 2em);
}

.facility-namenum {
  font-size: 2rem;
  width: 2em;
}

@media (max-width: 1128px){
  .page-ttl {
    font-size: 2.6rem;
  }
  .problem-content-txt {
    padding-right: 5%;
  }
  .facility-container {
    padding: 0 20px 60px;
  }
  .facility-imglist {
    gap: 40px;
    padding: 0 20px;
  }
  .facility-imgitem {
    width: calc(50% - 20px);
  }
  .facility-imgttl {
    font-size: 2.6rem;
  }
  .facility-imginfo-item dt,
  .facility-nameinfo-item dt {
    font-size: 1.2rem;
  }
  .facility-imginfo-item dd,
  .facility-nameinfo-item dd {
    font-size: 1.4rem;
  }
  .facility-nameitem {
    padding: 0.25em 0em;
  }
  .facility-name {
    font-size: 2.2rem;
  }
  .facility-namenum {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px){
  .company-ttlbox {
    text-align: center;
  }
  .company-ttl {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .page-header-content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-txtbox {
    width: 100%;
  }
  .page-txt {
    font-size: 1.4rem;
  }
  .page-imgs {
    width: 100%;
  }
  .point-ttlbox {
    font-size: 2.2rem;
  }
  .point-ttl {
    font-size: 2.6rem;
  }
  .point-ttl {
    margin-top: -0.5em;
    padding: 0em 0.25em;
  }
  .point-head {
    font-size: 2.4rem;
  }
  .point-txt {
    font-size: 1.4rem;
  }
  .problem-content-flex {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .problem-content-icon {
    width: 200px;
  }
  .problem-content-img {
    width: 80px;
  }
  .problem-content-txt {
    font-size: 1.4rem;
    padding-right: 0;
  }
  .problem-txtbox {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .problem-txtbox:before {
    width: 100%;
  }
  .problem-txt {
    font-size: 1.6rem;
    max-width: 100%;
    width: 100%;
  }
  .facility {
    padding: 100px 0 60px;
  }
  .facility-ttl {
    font-size: 2.6rem;
  }
  .facility-imglist {
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .facility-imgitem {
    width: 100%;
  }
  .facility-imgttl {
    font-size: 2.2rem;
  }
  .facility-imginfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5em 0px 0;
  }
  .facility-imginfo-item,
  .facility-nameinfo-item {
    padding-left: 20px;
    width: 100%;
  }
  .facility-nameitem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 0;
  }
  .facility-container:nth-of-type(2) .facility-name {
    text-align: center;
    width: 100%;
  }
  .facility-name {
    width: calc(100% - 2em);
  }
  .facility-nameinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 2em);
  }
}


/*# sourceMappingURL=about.css.map*/