@charset "utf-8";

/* ===================================================================
//CSS information

// file name  :  about.css
// style info :  スタイル指定
=================================================================== */
/* -----------------------------------------------------
 pageTtl
----------------------------------------------------- */
#aboutPage .pageTtl {
  position: inherit;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  text-align: center;
  z-index: 5;
  color: #333 !important;
}

/* -----------------------------------------------------
 aboutWrap
----------------------------------------------------- */
.aboutWrap h3 {
  padding-bottom: 15px;
  border-bottom: 3px solid #eeeeee;
  font-size: 18px;
  font-weight: 400;
}

.aboutTable {
  width: 100%;
  margin-top: 40px;
  font-size: 14px;
}

.aboutTable th,
.aboutTable td {
  padding: 20px;
}

.aboutTable th {
  padding-left: 10%;
  font-weight: 400;
  color: #666;
  width: 30%;
}

.aboutTable tr:first-child th {
  border-top: #006655 1px solid;
  padding-top: 60px;
}

.aboutTable tr:first-child td {
  border-top: #dcdcdc 1px solid;
  padding-top: 60px;
}

.aboutTable tr:last-child th {
  border-bottom: #006655 1px solid;
  padding-bottom: 60px;
}

.aboutTable tr:last-child td {
  border-bottom: #dcdcdc 1px solid;
  padding-bottom: 60px;
}

.aboutTable li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .aboutTable {
    margin-top: 0;
  }

  .aboutTable tr:first-child th,
  .aboutTable tr:first-child td,
  .aboutTable tr:last-child th,
  .aboutTable tr:last-child td {
    border: none;
    padding: 0;
  }

  .aboutTable th,
  .aboutTable td {
    display: block;
    width: 100%;
    padding: 20px 20px 0 !important;
  }

  .aboutTable th {
    font-weight: bold;
    margin-top: 20px;
  }

  .aboutTable td {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #ddd;
  }

  .aboutTable tr:first-child td,
  .aboutTable tr:last-child td {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #ddd !important;
  }

  .aboutTable tr:first-child th {
    margin-top: 0;
  }
}

.aboutWrap .container {
  text-align: center;
}

.aboutWrap .container .box {
  padding: 60px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.aboutWrap .container p {
  font-size: 1rem;
  line-height: 1.8;
}

.aboutWrap .container .green {
  color: #6ca371;
}

.aboutLogo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin: 0 auto;
}

.aboutLogo .cross {
  color: #999;
  font-size: 50px;
}

.aboutLogo .logo01 img {
  max-width: 400px;
  width: 100%;
}

.aboutLogo .logo02 img {
  max-width: 300px;
  width: 100%;
}

.aboutAd img {
  width: 100%;
  margin-top: 20px;
}

.imageList {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  margin-top: 20px;
}

.imageList li {
  width: calc(100% / 3);
}

.imageList li.btn {
  background-color: #eee;
}

.imageList li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}

@media only screen and (max-width: 767px) {
  .aboutLogo {
    flex-direction: column;
  }

  .aboutLogo .logo01 img {
    max-width: 60vw;
  }

  .aboutLogo .logo02 img {
    max-width: 40vw;
  }

  .aboutWrap .container p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .aboutWrap .container .mt100 {
    margin-top: 60px !important;
  }

  .imageList {
    flex-direction: column;
  }

  .imageList li {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 420px) {
}
