@charset "utf-8";

/* ↓↓↓ box ↓↓↓ */
.box {
  width: 100%;
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .box {
    padding: 0 25px;
  }
}

.box .inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.box .box-title {
  height: 100px;
  padding-left: 65px;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  position: relative;
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .box .box-title {
    height: 80px;
    padding-left: 55px;
    font-size: calc((32 - 26) * ((100vw - 375px) / (768 - 375)) + 26px);
  }
}

.box .box-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #ccf4f8;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .box .box-title::before {
    width: 80px;
  }
}

.-box1 {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .-box1 {
    margin-top: 60px;
  }
}

.-box2 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  .-box2 {
    margin-top: 60px;
  }
}

.-box3 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  .-box3 {
    margin-top: 60px;
  }
}

.-box4 {
  margin-top: 120px;
  margin-bottom: 175px;
}

@media screen and (max-width: 1024px) {
  .-box4 {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.box.-box1 .define-list {
  margin-top: 40px;
}

.box.-box2 .define-list {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .box.-box2 .define-list {
    margin-top: 40px;
  }
}

.box.-box3 .define-list {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .box.-box3 .define-list {
    margin-top: 40px;
  }
}

.box .define-list {
  width: 100%;
}

.box .define-list .list {
  padding: 30px 0;
  border-top: 1px solid #00c8dc;
  display: flex;
  flex-wrap: wrap;
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .box .define-list .list {
    padding: 25px 0;
    flex-direction: column;
  }
}

.box .define-list .list:last-of-type {
  border-bottom: 1px solid #00c8dc;
}

.box .define-list .list .cap {
  width: 30.702%;
  padding-left: 3.071%;
  font-size: 2.1rem;
  color: #00c8dc;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .box .define-list .list .cap {
    width: 100%;
    padding-left: 0%;
    margin-bottom: 25px;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .box .define-list .list .cap br {
    display: block;
  }
}

.box .define-list .list .conts {
  flex: 1;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .box .define-list .list .conts {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
}

.box .define-list .list .conts.-double .text {
  flex: 1;
  padding-right: 7.895%;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .box .define-list .list .conts.-double .text {
    padding-right: 0;
  }
}

.box .define-list .list .conts.-double .image {
  width: 42.895%;
}

@media screen and (max-width: 1024px) {
  .box .define-list .list .conts.-double .image {
    /* width: 80%; */
    width: auto;
    margin-top: 20px;
  }
}

.box .read {
  margin: 40px auto 70px auto;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .box .read {
    margin: 30px auto 0px auto;
  }
}


.emphasis {
  padding-bottom: 40px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .emphasis {
    font-size: calc((32 - 20) * ((100vw - 375px) / (768 - 375)) + 20px);
    line-height: 1.6;
  }
}

.-box2 .emphasis {
  margin-top: 30px;
}

.emphasis::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 16px;
  border-radius: 6px;
  background-color: #00c8dc;
}

.subcaption {
  display: block;
  font-size: 2.0rem;
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .subcaption {
    font-size: calc((18 - 16) * ((100vw - 375px) / (768 - 375)) + 16px);
  }
}

.system-list {
  margin-top: 85px;
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .system-list {
    margin-top: 40px;
  }
}

.system-list .image {
  margin-top: 20px;
}

.status-list {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .status-list {
    margin-top: 40px;
  }
}

.status-list .list-box {
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .status-list .list-box {
    flex-direction: column;
  }
}

.status-list .list-box .list {
  width: 33%;
  /* width: 100%; */
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.status-list .list-box .list:nth-of-type(1) {
  margin-right: 8%;
}

.status-list .list-box .list:nth-of-type(2),
.status-list .list-box .list:nth-of-type(3) {
  width: 28%;
  padding: 0 2.63%;
}

.status-list .list-box .list:nth-of-type(2) {
  margin-right: 3%;
}

@media screen and (max-width: 1024px) {
  .status-list .list-box .list {
    width: 100%;
  }

  .status-list .list-box .list:nth-of-type(2),
  .status-list .list-box .list:nth-of-type(3) {
    width: 100%;
    padding: 0;
  }

  .status-list .list-box .list:nth-of-type(2) {
    margin-right: 0;
  }
}

.status-list .list-box .list table {
  width: 100%;
  font-size: 1.8rem;
}

.status-list .list-box .list table td {
  height: 60px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d5d5dd;
}

.status-list .list-box .list table td:first-of-type {
  background-color: #ecf8bf;
}

.status-list .list-box .list .kurumin,
.status-list .list-box .list .eruboshi {
  margin: 0 auto;
}

.status-list .list-box .list .text {
  margin-top: 20px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  .status-list .list-box .list .text {
    margin-top: 0px;
  }
}

.box .initiatives {
  margin-top: 40px;
  display: flex;
  border-top: 1px solid #00c8dc;
  border-bottom: 1px solid #00c8dc;
  /* opacity: 0; */
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .box .initiatives {
    margin-top: 30px;
    flex-direction: column;
  }
}

.box .initiatives .text {
  padding: 35px 5% 35px 0;
  flex: 1;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  .box .initiatives .text {
    padding: 20px 15px;
  }
}

.box .initiatives .image {
  width: 28.071%;
}

@media screen and (max-width: 1024px) {
  .box .initiatives .image {
    width: 80%;
    margin: -30px auto 0 auto;
    position: relative;
    z-index: -1;
  }
}




.box .define-list .list .cap .link-btn {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  /* font-weight: 500; */
  color: #00559a;
  border: 1px solid #00559a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .box .define-list .list .cap .link-btn {
    width: calc(100% / 3);
    max-width: 80px;
    min-height: 42px;
    height: auto;
    padding: 0 5px;
    font-size: 1.4rem;
  }
}

.box .define-list .list .cap .link-btn:hover {
  color: #fff;
  background-color: #00559a;
}

.box .define-list .list .cap .link-btn-img {
  display: block;
  width: 200px;
  /* height: 40px; */
  margin: 0 auto;
  /* border: 1px solid #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms 0s ease;
  /* filter: grayscale(100); */
}

@media screen and (max-width: 1024px) {
  .box .define-list .list .cap .link-btn-img {
    width: calc(100% / 3);
    /* max-width: 80px; */
    max-width: 200px;
    /* min-height: 42px; */
    height: auto;
    /* padding: 0 5px; */
    /* font-size: 1.4rem; */
    font-size: 1.0rem;
  }
}

.box .define-list .list .cap .link-btn-img:hover {
  /* filter: grayscale(0); */
  box-shadow: 0 0 8px #00559a;
}

/* ↑↑↑ box ↑↑↑ */