@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #1E0405;
  --color-white: #fff;
  --color-primary: #830600;

  --color-bg-gray: #F9F8F8;
  --color-line: #D2CCCD;

  --noto-sans: "Noto Sans JP", serif;
  --open-sans: "Open Sans", serif;

}


/*================================================
 *  intro
 ================================================*/

#intro h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0;
}

.intro__txt {
  margin-top: 17rem;
}

.intro__txt p {
  font-size: 1.8rem;
  width: 68rem;
  line-height: 2;
  margin-top: 2em;
}

@media screen and (max-width:767px) {
  #intro h2 {
    font-size: 3.2rem;
  }

  .intro__txt {
    margin-top: 4rem;
  }

  .intro__txt p {
    width: 100%;
    font-size: 1.6rem;
  }
}

/*================================================
 *  field
 ================================================*/
#field {
  overflow: hidden;
}


#field h2 {
  margin-bottom: 4rem;
}

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

#field ul {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
}

#field ul li {
  padding: 2rem 2rem 5rem 2rem;
  border: 1px solid var(--color-line);
  position: relative;
}

#field ul li h4 {
  position: absolute;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--open-sans);
  top: 3rem;
  right: 2rem;
  letter-spacing: 0;
}

#field ul li img {
  width: 5rem;
}

#field ul li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2rem 0 5rem;
  min-height: 5.4rem;
  display: flex;
  align-items: end;
  justify-content: start;
}


#field ul li p {
  font-size: 1.4rem;
}

@media screen and (max-width:767px) {
  #field h2 {
    display: block;
  }


  #field ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }
}


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

#message .loop_swiper .swiper-slide {
  background: var(--color-white);
}

.message__txt--outer {
  margin: 4rem 0 0;
}

.message__img {
  width: 48rem;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D1D0D0;
}

.message__img img {
  width: 48rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.message__txt {
  width: 58rem;
}

.message__txt--outer p {
  font-weight: 400;
  line-height: 2;
  width: 100%;
}

.message__txt--outer p:not(:last-of-type) {
  margin-bottom: 2em;

}

.message__txt--outer>p:first-of-type {
  margin-top: 4rem;
}

#message .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.6rem;
  margin-top: 2rem;
}

#message .name img {
  width: 28rem;
  margin-top: 0.5rem;
}

@media screen and (max-width:767px) {
  .message__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 3rem;
  }

  .message__txt--outer>p:first-of-type {
    margin-top: 3rem;
  }

  .message__txt {
    width: 100%;
  }

  #message .name {
    margin-top: 4rem;
    font-size: 1.4rem;
  }

  #message .name img {
    width: 23rem;
  }
}

/*================================================
 *  overview
 ================================================*/
.overview__ttl {
  padding: 10rem 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

#overview dl {
  padding-top: 7rem;
}

#overview dl dt {
  width: 25rem;
  padding: 3rem 0 3rem 2rem;
  border-bottom: 1px solid var(--color-line);
  font-size: 1.6rem;
}

#overview dl dd {
  width: calc(100% - 25rem);
  padding: 3rem 2rem 3rem 0;
  border-bottom: 1px solid var(--color-line);
  font-size: 1.6rem;
}

#overview dl dt:last-of-type,
#overview dl dd:last-of-type {
  border-bottom: none;
}

#overview dl dd ul li {
  position: relative;
  padding-left: 1em;
}

#overview dl dd ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

@media screen and (max-width:767px) {
  #overview dl {
    padding-top: 3rem;
  }

  #overview dl dt {
    width: 100%;
    border-bottom: none;
    font-size: 1.4rem;
    padding-bottom: 0;
    padding-left: 0.5rem;
  }

  #overview dl dd {
    width: 100%;
    padding: 0.5rem 1rem 3rem 0.5rem;
    border-bottom: 1px solid var(--color-line);
    font-size: 1.4rem;
  }
}

/*================================================
 *  origin
 ================================================*/
#origin h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#origin h2 .aim {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1rem;
}

#origin h3 {
  width: 32rem;
  margin: 18rem auto 4rem;
  position: relative;
}

#origin h3::before {
  position: absolute;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/about/origin_logo.png);
  width: 36rem;
  height: 36rem;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
}

#origin p {
  margin-top: 2em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:767px) {
  #origin h2 {
    flex-wrap: wrap;
  }

  #origin h2 .aim {
    margin: 0 0.5rem;
  }

  #origin h3 {
    width: 25rem;
    margin: 12rem auto 4rem;
  }

  #origin h3::before {
    width: 25rem;
    height: 25rem;
    top: -6rem;
  }
}