@charset "UTF-8";

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Black.otf") format("opentype");
  font-weight: 800;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* ページ共通___________________________*/
.about_us {
  position: relative;
}

#Wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list-topic-path li:after {
    vertical-align: middle;
  }

  .about_us {
    overflow: hidden;
  }

  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .contents {
    max-width: initial;
    width: 100vw;
  }

  .main-area {
    overflow: initial;
  }

  .spOnly {
    display: none;
  }
}

.about_us .img {
  font-size: 0;
  position: relative;
}

.about_us img,
.about_us picture {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.about_us a,
.about_us picture {
  display: inline-block;
}

.about_us span {
  display: block;
}

/* font */
.about_us p,
.about_us h4,
.about_us li {
  color: #565a5c;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 0;
  list-style: none;
}


.about_us .ff_alright,
.about_us .en_tx {
  font-weight: bold;
  color: #000;
  letter-spacing: 0em;
  font-family: "AlrightSans", sans-serif;
}

.about_us .en_tx {
  font-size: calc(25* (100vw / 390));
  font-weight: bold;
  line-height: 1;
}

.about_us .jp_tx {
  font-size: calc(14* (100vw / 390));
  font-weight: 600;
  line-height: 1;
  margin-top: calc(12* (100vw / 390));
}

@media screen and (min-width: 768px) {
  .about_us .en_tx {
    font-size: 35px;
  }

  .about_us .jp_tx {
    font-size: 18px;
    margin: 10px 0 0 7px;
  }
}

/* ▽_____________ aboutus_fv ______________▽ */

.about_us p {
  line-height: 1.7;
  font-size: calc(14* (100vw / 390));
}

.aboutus_fv h1+p {
  position: relative;
  text-align: center;
  color: #74A68F;
  font-weight: 600;
  font-size: calc(20* (100vw / 390));
  letter-spacing: 0;
  margin-top: calc(80* (100vw / 390));
}

.aboutus_fv h1+p::before {
  content: "";
  position: absolute;
  background: url(../img/logo.svg) center/contain no-repeat;
  width: calc(250* (100vw / 390));
  height: calc(44.7* (100vw / 390));
  top: calc(-23* (100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}

.message {
  position: relative;
  height: calc(473* (100vw / 390));
}

.message::before {
  content: "";
  position: absolute;
  background: url(../img/sp/massage.jpg) center/cover no-repeat;
  width: 100%;
  height: calc(473* (100vw / 390));
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.message .message__inner {
  position: relative;
  width: calc(310* (100vw / 390));
  top: calc(50* (100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  padding: calc(40* (100vw / 390)) 0 calc(50* (100vw / 390));
  background: rgba(248, 248, 248, 0.85);
  border-radius: calc(10* (100vw / 390));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  text-align: center;
}

.message .message__inner p {
  text-align: center;
  margin-top: calc(23* (100vw / 390));
  color: #000;
  font-size: calc(14* (100vw / 390));
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .about_us p {
    line-height: 1.7;
    font-size: 18px;
  }

  .aboutus_fv {
    width: 1200px;
    margin: 6rem auto 0;
  }

  .aboutus_fv h1+p {
    font-size: 35px;
    margin-top: 154px;
  }

  .aboutus_fv h1+p::before {
    width: 405px;
    height: 69px;
    top: -35px;
  }

  .message {
    height: 505px;
  }

  .message::before {
    background: url(../img/massage.jpg) center/cover no-repeat;
    width: 800px;
    height: 505px;
  }

  .message .message__inner {
    width: 650px;
    top: 60px;
    padding: 60px 0 60px;
    border-radius: 10px;
  }

  .message .message__inner p {
    line-height: 2;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
  }
}





/* ▽_____________ section ______________▽ */
.about_us section:not(.aboutus_fv) {
  padding: calc(60* (100vw / 390)) 0 calc(60* (100vw / 390));
}

section>.__inner {
  width: calc(350* (100vw / 390));
  margin: auto;
}

section>.__inner .ttl_wrap {
  padding-bottom: calc(16* (100vw / 390));
  border-bottom: calc(3* (100vw / 390)) solid #74A68F;
}

section .content_wrap {
  margin-top: calc(20* (100vw / 390));
  display: flex;
  flex-direction: column;
  gap: calc(30* (100vw / 390));
}

section .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(30* (100vw / 390)) auto 0;
  width: calc(250* (100vw / 390));
  height: calc(45* (100vw / 390));
  background: #74A68F;
  font-size: calc(16* (100vw / 390));
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  transition: all .3s;
}

section .more_btn:hover {
  background: #67937F;
}

@media screen and (min-width: 768px) {
  .about_us section:not(.aboutus_fv, .aboutus_safer) {
    padding: 120px 0 120px;
  }

  section>.__inner {
    width: 1100px;
  }

  section>.__inner .ttl_wrap {
    padding-bottom: 18px;
    border-bottom: 3px solid #74A68F;
    text-align: left;
  }

  section>.__inner .ttl_wrap span,
  section>.__inner h4 span {
    display: inline-block;
  }

  section .content_wrap {
    margin-top: 50px;
    gap: 20px;
  }

  section .more_btn {
    margin: 30px 0 0 auto;
    width: 200px;
    height: 45px;
    font-size: 16px;
  }
}


/* ▽_____________ aboutus_brandstory ______________▽ */
.aboutus_brandstory .tx p {
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw / 390));
}

@media screen and (min-width: 768px) {
  .aboutus_brandstory .content_wrap {
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
  }

  .aboutus_brandstory .content_wrap>div {
    width: 525px;
  }

  .aboutus_brandstory .tx p {
    gap: 12px;
  }
}




/* ▽_____________ aboutus_safer ______________▽ */
.aboutus_safer {
  background: #F8F8F8;
}

.aboutus_safer .content_wrap {
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw / 390));
}

.aboutus_safer li {
  background: #fff;
  border-radius: calc(10* (100vw / 390));
  padding: calc(30* (100vw / 390)) 0 calc(30* (100vw / 390));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.aboutus_safer .content_list_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(15* (100vw / 390));
}

.aboutus_safer .content_list_inner .img {
  width: calc(100* (100vw / 390));
}

.aboutus_safer .content_list_inner .tx {
  width: calc(205* (100vw / 390));
}

.aboutus_safer h4 {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: calc(15* (100vw / 390));
}

.aboutus_safer h4 .en_tx {
  font-size: calc(16* (100vw / 390));
}

.aboutus_safer h4 .jp_tx {
  font-size: calc(12* (100vw / 390));
}

@media screen and (max-width: 767px) {
  .aboutus_safer h4 .en_tx {
    line-height: 1.5;
  }

  .aboutus_safer h4 .jp_tx {
    margin-top: calc(5* (100vw / 390));
  }
}

.aboutus_safer .content_list_inner p {
  margin-top: calc(15* (100vw / 390));
  font-size: calc(12* (100vw / 390));
  letter-spacing: 0.05em;
}

.aboutus_safer .more_btn {
  margin: calc(20* (100vw / 390)) auto 0;
}

@media screen and (min-width: 768px) {
  .aboutus_safer {
    padding: 100px 0 100px !important;
  }

  .aboutus_safer .content_wrap {
    gap: 20px;
  }

  .aboutus_safer li {
    width: 858px;
    margin: auto;
    border-radius: 10px;
    padding: 40px 0 40px;
  }

  .aboutus_safer .content_list_inner {
    gap: 40px;
    align-items: flex-start;
  }

  .aboutus_safer .content_list_inner .img {
    width: 178px;
  }

  .aboutus_safer .content_list_inner .tx {
    width: 560px;
  }

  .aboutus_safer h4 {
    padding-bottom: 15px;
  }

  .aboutus_safer h4 .en_tx {
    font-size: 25px;
  }

  .aboutus_safer h4 .jp_tx {
    font-size: 14px;
  }

  .aboutus_safer .content_list_inner p {
    margin-top: 20px;
    font-size: 16px;
  }

  .aboutus_safer .more_btn {
    margin: -35px 39.5px 0 auto;
  }

  .aboutus_safer li:nth-child(n+3) .more_btn {
    margin: -60px 39.5px 0 auto;
  }
}






/* ▽_____________ aboutus_products ______________▽ */
.aboutus_products .content_wrap {
  gap: 0;
}

.aboutus_products .content_wrap>li {
  padding: calc(30* (100vw / 390)) 0 calc(30* (100vw / 390));
}

.aboutus_products .content_wrap>li:nth-child(1) {
  background: #FFFDF2;
}

.aboutus_products .content_wrap>li:nth-child(1) h4,
.aboutus_products .content_wrap>li:nth-child(1) .en_tx {
  color: #F1C600;
}

.aboutus_products .content_wrap>li:nth-child(2) {
  background: #FAF2F4;
}

.aboutus_products .content_wrap>li:nth-child(2) h4,
.aboutus_products .content_wrap>li:nth-child(2) .en_tx {
  color: #E84565;
}

.aboutus_products .content_wrap>li:nth-child(3) {
  background: #F8FFFE;
}

.aboutus_products .content_wrap>li:nth-child(3) h4,
.aboutus_products .content_wrap>li:nth-child(3) .en_tx {
  color: #69C3BC;
}

.aboutus_products .content_wrap>li:nth-child(4) {
  background: #F8F8F8;
}

.aboutus_products .content_wrap>li:nth-child(4) h4,
.aboutus_products .content_wrap>li:nth-child(4) .en_tx {
  color: #7B7E80;
}

.aboutus_products .content_list_inner {
  width: calc(290* (100vw / 390));
  margin: auto;
}

.aboutus_products h4 {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: calc(20* (100vw / 390));
}

.aboutus_products h4 .en_tx {
  font-size: calc(20* (100vw / 390));
}

.aboutus_products h4 .jp_tx {
  font-size: calc(14* (100vw / 390));
  margin-top: calc(10* (100vw / 390));
}

.aboutus_products .link_list {
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw / 390));
  margin-top: calc(20* (100vw / 390));
  line-height: 1;
}

.aboutus_products .link_list a {
  position: relative;
  text-decoration: none;
  font-size: calc(14* (100vw / 390));
  font-weight: 600;
  line-height: 1;
  transition: all .3s;
  padding-left: calc(10* (100vw / 390));
}

.aboutus_products .link_list a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: calc(8.5* (100vw / 390));
  height: calc(8.5* (100vw / 390));
  border-top: calc(2* (100vw / 390)) solid #565A5C;
  border-right: calc(2* (100vw / 390)) solid #565A5C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(-13* (100vw / 390));
  top: calc(-1* (100vw / 390));
  transition: all .3s;
}

.aboutus_products .link_list a:hover {
  color: #74A68F;
}

.aboutus_products .link_list a:hover::before {
  border-top: calc(2* (100vw / 390)) solid #74A68F;
  border-right: calc(2* (100vw / 390)) solid #74A68F;
}

.aboutus_products .img {
  width: calc(250* (100vw / 390));
  margin: calc(30* (100vw / 390)) auto 0;
}
main.contents {
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .aboutus_products .content_wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .aboutus_products .content_wrap>li {
    position: relative;
    width: 550px;
    height: 329px;
    padding: 30px 0 30px;
  }

  .aboutus_products .content_list_inner {
    width: 450px;
  }

  .aboutus_products h4 {
    padding-bottom: 20px;
  }

  .aboutus_products h4 .en_tx {
    font-size: 30px;
  }

  .aboutus_products h4 .jp_tx {
    font-size: 14px;
    margin: 10px 0 0 7px;
  }

  .aboutus_products .link_list {
    gap: 20px;
    margin-top: 25px;
  }

  .aboutus_products .link_list a {
    font-size: 16px;
    padding-left: 10px;
  }

  .aboutus_products .link_list a::before {
    width: 8.5px;
    height: 8.5px;
    border-top: 2px solid #565A5C;
    border-right: 2px solid #565A5C;
    left: -13px;
    top: -2px;
  }

  .aboutus_products .link_list a:hover::before {
    left: -7px;
    border-top: 2px solid #74A68F;
    border-right: 2px solid #74A68F;
  }

  .aboutus_products .img {
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: 250px;
    margin: 0;
  }
}


/* menu */
section.aboutus_products {
  padding-bottom: 0;
}

section.nav_section {
  padding-bottom: 0;
}


.nav_section .modal__content h2 {
  text-align: center;
  color: #74a68f;
}

.nav_section .modal__content h2 .en_tx {
  color: #74a68f;
}



/* header */
@media screen and (min-width: 768px) {
  #header.top .nav-products-wrap {
    opacity: 0;
    visibility: hidden;
  }

  #header.is-nav-open,
  #header.top,
  #header.top.is-scroll.is-nav-open {
    height: auto;
  }

  #Contents {
    padding-top: 100px;
  }
}