@charset "utf-8";

/*-------------------------------------------------
ABOUT top
-------------------------------------------------*/

.header {
  background-color: #0068fa;
  width: 100%;
}

.header-nav {
  color: #fafafa;
}

.header-contact-link {
  color: #0068fa;
}

.about-top {
  position: relative;
  z-index: -1;
}

.about-top-inner {
  position: relative;
  background: url(../img/about-top.png) no-repeat center center/cover;
  max-width: 1280px;
  height: 300px;
  margin: 0 auto;
}

.about-top-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0068fa;
  opacity: 0.15;
}

.top-heading {
  padding: 40px 0 0 40px;
  color: #fafafa;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #0068fa;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 12.8px;
  position: relative;
}

/*-------------------------------------------------
VISION
-------------------------------------------------*/

.vision-inner {
  position: relative;
}

.vision-inner::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 600px;
  background: url(../img/vision.png) no-repeat center center/cover;
  right: 0;
  top: 278px;
  border: 5px solid #5bc0de;
  opacity: 0.3;
}

.vision-heading {
  color: #fafafa;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #fafafa;
  font-size: 96px;
  letter-spacing: 19.2px;
  background-color: #ffa500;
  display: inline-block;
  position: relative;
  padding: 28px 92px 106px 60px;
  width: 100%;
}

.vision-text-boxes {
  position: relative;
  top: -80px;
  border: 5px solid #ffa500;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 20px;
}

.vision-head {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.vision-inner-box {
  border: 5px solid #ffa500;
  padding: 20px;
}

.vision-inner-head {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.vision-lists {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vision-texts {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.vision-text {
  font-weight: bold;
}

/*-------------------------------------------------
BUSINESS
-------------------------------------------------*/
.business-inner {
  position: relative;
}

.business-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 600px;
  height: 600px;
  transform: rotate(25deg);
  background: #0068fa;
  top: 25%;
  left: -15%;
}

.business-image {
  position: relative;
}

.business-image-reverse {
  text-align: right;
}

.business-image-box {
  display: flex;
  justify-content: end;
  overflow: hidden;
}

.business-image img {
  width: 658px;
  height: 350px;
  object-fit: cover;
}

.business-title-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.25);
}

.business-title-box-reverse {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.25);
}

.business-title-box-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 400px;
  height: 60px;
}

.business-title {
  position: absolute;
  font-size: 24px;
  left: 10%;
}

.business-title-tag {
  position: absolute;
  right: 10%;
  bottom: 0;
  font-size: 20px;
  color: #ffa500;
}

.business-texts {
  position: relative;
  top: -120px;
  right: -30%;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.25);
  width: 70%;
}

.business-view {
  position: absolute;
  z-index: 100;
  right: 30px;
  top: 30px;
}

.business-texts-reverse {
  position: relative;
  top: -120px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.25);
  width: 70%;
}

/*-------------------------------------------------
VOICE
-------------------------------------------------*/
.voice-inner {
  position: relative;
}

.voice-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 350px;
  height: 350px;
  transform: rotate(-18deg);
  border: 10px solid #5bc0de;
  top: 30%;
  right: 0;
}

.voice-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 30px;
}

.voice-content {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-around;
}

.voice-content-reverse {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 20px;
}

.voice-image {
  max-width: 420px;
  width: 80%;
  max-height: 420px;
  border-radius: 50%;
  background-color: #fafafa;
}

.voice-comment {
  border-radius: 20px;
  border: 5px solid #5bc0de;
  background: #fafafa;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  max-width: 500px;
  max-height: 300px;
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  margin: auto;
}

.voice-comment h3 {
  font-weight: bold;
  font-size: 20px;
}

/*-------------------------------------------------
MEMBER
-------------------------------------------------*/

.member-inner {
  position: relative;
}

.member-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 400px;
  height: 400px;
  transform: rotate(51deg);
  background: #0068fa;
  top: 40%;
  left: -20%;
}

.member-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.member-card-image {
  position: relative;
  display: inline-block;
}

.initial {
  position: absolute;
  color: #fafafa;
  font-size: 20px;
  font-weight: bold;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #1a1a1a;
  top: 10px;
  left: 10px;
}

.job {
  position: absolute;
  color: #fafafa;
  font-size: 20px;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1a1a1a;
  bottom: 10px;
  right: 10px;
}

.member-card {
  display: flex;
  gap: 40px;
}

.member-card-image img {
  width: 280px;
  height: 400px;
  object-fit: cover;
  border: 4px solid #5bc0de;
}

.member-name p{
  font-weight: bold;
  margin-left: 8px;
}

.member-comment {
  height: 100%;
  width: 100%;
  border: 5px solid #ffa500;
  background: rgba(250, 250, 250, 0.8);
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.member-comment-text span {
  font-weight: bold;
  margin-bottom: 8px;
  color: #0068fa;
}

.member-comment-text p {
  margin-top: 8px;
}

.member-card-image:hover {
  animation: swing 1s linear;
}

.member-card-image:hover ~ .member-comment {
  transform: translateX(-5px) scale(1.1);
  transition: all ease 0.3s;
}

/*-------------------------------------------------
COMPANY
-------------------------------------------------*/
.company-inner {
  position: relative;
}

.company-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 500px;
  height: 500px;
  transform: rotate(-69deg);
  border: 10px solid #5bc0de;
  top: 10%;
  right: 0%;
}

.company-box {
  position: relative;
  background-color: #fafafa;
  border: 5px solid #5bc0de;
  padding: 40px 20px;
}

.company-head {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.company-table {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 50px 100px;
}

.company-table tr {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px;
}

.company-table tr:first-child {
  border-top: 1px solid #d9d9d9;
}

.company-th,
.company-td {
  padding: 8px;
}

.company-th {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.company-access a {
  color: #0068fa;
  text-decoration: underline;
}

.company-address {
  display: flex;
  flex-direction: column;
}

.company-address-box {
  display: flex;
}

/* --------------------
レスポンシブ
-----------------------*/

/* タブレット、スマホ共通 */
@media (max-width: 1024px) {
  .vision-heading {
    font-size: 72px;
    padding: 28px 92px 106px 40px;
  }
  .vision-list {
    font-size: 20px;
    text-align: center;
  }

  .business-texts {
    width: 100%;
    right: 0;
  }
  .business-texts-reverse {
    width: 100%;
    left: 0;
  }
  .business-title-box-inner {
    width: 300px;
  }
  .business-title-box {
    right: 20px;
  }

  .business-texts {
    top: -80px;
  }

  .voice-content {
    flex-wrap: wrap;
  }

  .voice-content-reverse {
    flex-wrap: wrap;
    justify-content: center;
  }

  .voice-comment {
    flex-basis: 90%;
  }

  .member-card {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .member-cards {
    justify-content: center;
  }

  .member-comment {
    gap: 20px;
  }

  .member-card-image:hover ~ .member-comment {
    transform: scale(1.05);
    transition: all ease 0.3s;
  }

  .company-table {
    padding: 50px 0px;
  }

  .company-th {
    width: 120px;
  }

  .company-address-box {
    flex-direction: column;
    gap: 4px;
  }
}

/* タブレット */
@media (min-width: 481px) and (max-width: 1024px) {
  .vision-head {
    font-size: 24px;
  }

  .business-title-box {
    top: 15%;
  }
}

/* スマホ */
@media (max-width: 480px) {
  .vision-heading {
    padding: 28px 92px 106px 10px;
  }
  .vision-head {
    font-size: 20px;
  }

  .vision-inner-head {
    font-size: 24px;
  }

  .vision-list {
    font-size: 18px;
  }

  .business-title-box {
    top: 10%;
  }

  .company-table {
    font-size: 14px;
  }

  .company-table tr {
    flex-direction: column;
  }
}
