@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #555555;
  --color-white: #ffffff;
  --color-primary: #FF7F00;
  --color-bg: #F2F2F2;

  --noto-sans: "Noto Sans JP", serif;
  --shippori-m: "Shippori Mincho B1", serif;
  --montserrat: "Montserrat", sans-serif;

}


/*================================================
 * #subVisual
 ================================================*/
#subVisual::before {
  background-image: url(../../images/company/sub_vis.jpg);
  background-position: center bottom;
}

@media screen and (max-width:767px) {}


/*================================================
 * outline
 ================================================*/
#outline .wrap {
  width: 86rem;
}

#outline dl {
  margin-top: 3rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

#outline dl dt {
  width: 16rem;
  padding: 2rem 0 2rem 1rem;
  border-top: 0.2rem solid #FFC698;
}

#outline dl dd {
  width: 66rem;
  padding: 2rem 0 2rem 0.5rem;
  border-top: 0.2rem solid #A8A8A8;
}


#outline iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 660/330;
  margin-left: auto;
  margin-top: 1rem;
}

@media screen and (max-width:767px) {
  #outline .wrap {
    width: 34.5rem;
  }

  #outline dl {
    font-size: 1.4rem;
  }

  #outline dl dt {
    width: 30%;
    padding: 2rem 0 2rem 1rem;
    border-top: 0.2rem solid #FFC698;
  }

  #outline dl dd {
    width: 65%;
    padding: 2rem 0 2rem 0.5rem;
    border-top: 0.2rem solid #A8A8A8;
  }

  #outline iframe {
    width: 100%;
  }
}

/*================================================
 * message
 ================================================*/
#message {
  background: var(--color-white);
}

#message .wrap {
  width: 101rem;
  position: relative;
  z-index: 1;
}

#message h2 {
  padding-left: 4rem;
}

#message h2 span {
  color: #CCCCCC;
  font-size: 9.6rem;
  margin-bottom: 3rem;
}

.message_img {
  width: 57rem;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: -1;
}

#message p {
  line-height: 2;
  margin-top: 2em;
}

#message h3 {
  font-size: 2.1rem;
  margin-bottom: 11rem;
  padding-left: 4rem;
}

#message h3 span {
  font-size: 3.2rem;
  margin-left: 1em;
}

.message_txt {
  width: 95rem;
  background: var(--color-white);
  padding: 2.5rem 4rem;
}

@media screen and (max-width:767px) {
  #message .wrap {
    width: 34.5rem;
  }

  #message h2 {
    padding-left: 0;
    margin-bottom: 0;
  }

  #message h2 span {
    font-size: 5.6rem;
    margin-bottom: 1rem;
  }

  .message_img {
    width: 100%;
    position: static;
  }

  #message h3 {
    margin: 2rem 0 1rem;
    padding-left: 0;
    font-size: 1.8rem;
  }

  #message h3 span {
    font-size: 2.6rem;
    margin-left: 1em;
  }

  .message_txt {
    width: 100%;
    padding: 0;
  }

  #message p {
    margin-top: 1em;
  }
}

/*================================================
 *  sdgs
 ================================================*/
#sdgs .wrap {
  width: 101rem;
}

#sdgs p {
  line-height: 2;
  margin-top: 2em;
}

#sdgs ul {
  display: grid;
  gap: 2rem 5rem;
  grid-template-columns: repeat(4, 1fr);
  width: 85rem;
  margin: 7rem auto 50px;
}

@media screen and (max-width:767px) {
  #sdgs .wrap {
    width: 34.5rem;
  }

  #sdgs ul {
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 6rem auto ;
  }
}