@charset "utf-8";
/* CSS Document */

/* リセット */
ul, ol {
  list-style: none;
}


/* Noto Sans JP */
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* 明朝 */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/* Montserrat フォント */
/* <weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name >*/
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 改行 */
.css-br {display: inline-block;}

/* 背景色 */
.body_color {background-color: #fbf9fa;}

/* パンくずリスト */
.breadcrumb_navigation {
  width: 1000px;
  margin: 0 auto;
  /* padding-inline: 8rem; */
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 5.5rem;
  height: 50px;
}

.breadcrumb_navigation a {
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2vw, 14px);;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #222;
  white-space: nowrap;
  line-height: 1.5rem;
}
.breadcrumb_navigation a:not(:first-child) {
  padding-left: 2em;
}

.breadcrumb_navigation a:not(:first-child):before {
  content: ">";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.breadcrumb_navigation a:last-child {
  opacity: 0.6;
}

/* タイトル */
.title_center {
  position: relative;
  text-align: center;
  font-size: clamp(25px, 2.5vw, 40px);
  margin-bottom: 8.5rem;
  letter-spacing: 0.2em;
  color: #222;
}
.title_center::after {
  content: '';
  width: 90px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #222;
}


#sec01 {
  background-color: #fbf9fa;
  padding: 120px 0;
}
.sec01_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.sec01_inner h3 {
  color: #799fa7;
  font-size: clamp(26px, 2.5vw, 40px);
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.sec01_inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  color: #222;
  letter-spacing: 0.12em;
  line-height: 2.4;
  margin-top: 80px;
}


#sec02 {
  inset: 0;
  background-image: url(/concept/images/concept_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec02_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
.sec02_inner h3 {
  color: #fff;
  font-size: clamp(32px, 2.5vw, 45px);
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  filter: drop-shadow(0px 0px 8px rgba(0, 14, 8, 0.3));
}

.sec02_grid {
  margin-top: 100px;
}
.sec02_grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 40px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  transform: translateY(0);
}
.sec02_grid_container li {
  box-sizing: border-box;
  /* display: grid; */
  filter: drop-shadow(0px 0px 8px rgba(0, 14, 8, 0.3));
}
.sec02_grid_container .mt5rem {
  margin-top: 5rem;
}

.quality_img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.quality_caption {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 28px);
  /* margin: 30px 0 20px 0; */
  letter-spacing: 0.12em;
  line-height: 2.5;
}
.quality_note {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: clamp(14px, 2.5vw, 16px);
  letter-spacing: 0.2em;
  line-height: 1.75;
}

#sec03 {
  background-color: #89abb2;
}
.sec03_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}
.sec03_inner h3 {
  color: #fff;
  font-size: clamp(26px, 2.5vw, 40px);
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.5;
}

.column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 100px;
}
.column_img {
  width: 48%;
}
.column_img img {
  max-width: 480px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.column_text {
  width: 46%;
}
.column_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  color: #fff;
  line-height: 2;
  letter-spacing: 1.4px;
}
.column_text_sub {
  display: inline-block;
  font-size: clamp(18px, 2.5vw, 22px);
}



.sec04_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}

.sec04_inner h3 {
  color: #222;
  font-size: clamp(26px, 2.5vw, 40px);
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.5;
}

.sec04_inner img {
  /* max-width: 750px;
  width: 100%; */
  margin: 0 auto 40px;
  max-width: 750px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.sec04_text {
  margin-top: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  color: #222;
  line-height: 2;
  letter-spacing: 0.2em;
}
.sec04_text p {
  margin-bottom: 60px;
}
.sec04_text_sub {
  display: inline-block;
  font-size: clamp(18px, 2.5vw, 22px);
  margin-bottom: 20px;
}



@media screen and (max-width: 1000px) {

  /* パンくずリスト */
  .breadcrumb_navigation {
    width: 94%;
    margin: 0 auto;
    display: block;
    padding-top: 4.5rem;
  }

  /* タイトル */
  .title_center {
    margin-bottom: 6rem;
  }

  #sec01 {
    padding: 5rem 0 6rem 0;
  }
  .sec01_inner {
    width: 94%;
    margin: 0 auto;
  }
  .sec01_inner p {
    margin-top: 60px;
  }

  .sec02_inner {
    width: 94%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .sec02_grid {
    margin-top: 80px;
  }

  .sec03_inner {
    width: 94%;
    margin: 0 auto;
    padding: 5rem 0;
  }

  .sec04_inner {
    width: 94%;
    margin: 0 auto;
    padding: 5rem 0 3rem 0;
  }
  .sec04_text {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 768px) {

  .sec02_grid_container {
    display: block;
  }

  .sec02_grid_container .mt5rem {
    margin-top: 0;
  }

  .sec02_grid_container li {
    margin-bottom: 50px;
    /* display: grid; */
  }

  #sec02 {
    background-position: center left;
  }

  .column {
    display: block;
    margin-top: 5rem;
  }
  .column_img {
    width: 100%;
  }
  .column_img img {
    max-width: 750px;
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .column_text {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 428px) {

}