@charset "UTF-8";
/* --------------------memo-01---------------- */
/* header・main・footerは common.css に記述 */
/* 見出し2・TOPへ戻るボタンも common.css に記述 */
/* --------------------memo-02---------------- */
/* first-view は anime.css に記述 */
/* loadingアニメ・fadeInアニメも anime.css に記述 */
/* --------------------------------------- */


/* -------------------------
    about us | 私たちについて
------------------------- */
#about-us {
  padding-top: 100px;
}

.about__message {
  max-width: 500px;
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}

#about__to-message-button {
  display: block;
  padding: 20px 0;
  max-width: 300px;
  width: calc(100% - 20px);
  border: solid 1px #4c4c4c;
  margin: 40px auto 0;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 200ms ease;
}

#about__to-message-button:hover {
  opacity: 0.5;
}

/* -------------------------
    feature | 特徴
------------------------- */
.feature__heading2--color {
  color: #fff;
}

#feature__ul {
  display: flex;
  justify-content: space-between;
}

.feature__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((1000px / 3) - 10px);
  padding: 40px 40px;
  border: solid 1px #4c4c4c;
  border-radius: 2px;
  background-color: #fff;
}

.feature__card__num {
  margin-bottom: 15px;
  font-size: 20px;
  /* font-weight:bold; */
  color: var(--accent-color);
}

.feature__card__heading3 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 5px var(--accent-color);
  margin-bottom: 15px;
  color: var(--accent-color);
  font-size: 15px;
  text-align: center;
}

.feature__card__text {
  font-size: 13px;
  text-align: justify;
}

@media screen and (max-width:1020px) {
  #feature__ul {
    flex-direction: column;
    align-items: center;
  }

  .feature__card {
    max-width: 500px;
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }

  .feature__card:last-child {
    margin-bottom: 0;
  }

  .feature__card__num {
    margin-bottom: 20px;
  }

  .feature__card__heading3 {
    margin-bottom: 20px;
  }

  .feature__card__text {
    max-width: 300px;
  }
}

/* -------------------------
    company | 会社情報
------------------------- */
.company__heading2-spacing {
  letter-spacing: 0.18em;
}

#company table {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

#company tr {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: calc(100% - 20px);
  min-height: 100px;
  border-top: solid 1px #4c4c4c;
  margin: 0 auto;
}

#company tr:last-child {
  border-bottom: solid 1px #4c4c4c;
}

#company th {
  width: 70%;
  height: fit-content;
  margin-right: 10px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

#company td {
  width: 100%;
  padding: 30px 0 30px;
  font-size: 15px;
}

#company a {
  transition: all 200ms ease;
}

#company a:hover {
  opacity: 0.5;
}

/* -------------------------
     contact | 連絡手段
------------------------- */
#contact {
  padding-bottom: 200px;
}

address {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  text-align: center;
}

.contact__card {
  position: relative;
  max-width: 500px;
  width: calc(100% - 20px);
  padding: 40px 0;
  border: solid 1px #4c4c4c;
}

.contact__card__heading3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-size: 20px;
}

.contact__card__access {
  margin-bottom: 20px;
  text-align: center;
}

.contact__card a {
  display: block;
  transition: all 200ms ease;
}

.contact__card a:hover {
  opacity: 0.5;
}

.contact__card__access,
.contact__card__tel,
.contact__card__mail {
  font-size: 14px;
}

/* -------------------------
    message | 代表メッセージ
------------------------- */
#message {
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: var(--accent-color);
}

#message .c-heading2 {
  max-width: 500px;
  width: calc(100% - 50px);
  padding-bottom: 24px;
  border-bottom: solid 0.5px #fff;
  margin: 0 auto 40px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.08em;
}

#message .c-heading2 span {
  display: none;
}

.message__content {
  max-width: 500px;
  width: calc(100% - 50px);
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.message__content__sign {
  display: inline-block;
  max-width: 500px;
  width: calc(100% - 30px);
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: justify;
}

@media screen and (min-width:768px) {
  #message .c-heading2 span {
    display: block;
    position: relative;
    bottom: 10px;
    padding-left: 20px;
    display: inline-block;
    font-size: 12px;
  }

  .message__content__sign {
    position: relative;
    left: 100px;
  }

  .message__content__sign::before {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(50%);
    content: "";
    width: 80px;
    height: 0.5px;
    background-color: #fff;
  }
}

/* -------------------------
    news | ニュース
------------------------- */

.p-top-news {
  background-color: #2c2d37;
  padding: 30px;
  text-align: center;
}

.p-top-news__link {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.p-top-news__arrow {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #4c4c4c;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
}