@charset "UTF-8";
.dummy {
  color: #ff31f1 !important;
}

body {
  opacity: 0;
}
body.loaded {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

/*
====================================
共通
====================================
*/
html {
  overflow-x: hidden;
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.075em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-optical-sizing: auto;
  color: #222222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#main {
  margin-top: 99.95px;
}

.p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

.mincho {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
====================================
モジュール
====================================
*/
.m_ctas {
  display: flex;
  gap: 8px;
}
.m_ctas__btn {
  width: 170px;
}
.m_ctas__btn .upper {
  font-size: 1.1rem;
  display: block;
  text-align: center;
  color: #3A6F53;
  margin-bottom: 2.4px;
  font-weight: 600;
}
.m_ctas__btn a {
  display: block;
  width: 100%;
}
.m_ctas__btn a img {
  width: 100%;
  height: auto;
  display: block;
}
.m_ctas--bigger .m_ctas__btn {
  width: 240px;
}
.m_ctas--bigger .m_ctas__btn .upper {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #3A6F53;
  margin-bottom: 2.4px;
  font-weight: 600;
}
.m_ctas--bigger .m_ctas__btn a {
  display: block;
  width: 100%;
}
.m_ctas--bigger .m_ctas__btn a img {
  width: 100%;
  height: auto;
}
.m_ctas--biggest .m_ctas__btn {
  width: 340px;
}
.m_ctas--biggest .m_ctas__btn .upper {
  font-size: 1.8rem;
  margin-bottom: 4px;
}
.m_ctas--biggest .m_ctas__btn a {
  display: block;
  width: 100%;
}
.m_ctas--biggest .m_ctas__btn a img {
  width: 100%;
  height: auto;
}

.m_sectiontitle {
  display: flex;
  align-items: center;
}
.m_sectiontitle--col {
  flex-direction: column;
  align-items: flex-start;
}
.m_sectiontitle--col .m_sectiontitle__ja {
  padding-left: 0px;
  margin-left: 0px;
  border-left: none;
  color: #222;
  font-size: 5rem;
}
.m_sectiontitle__en {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #A2A28F;
}
.m_sectiontitle__ja {
  padding-left: 20px;
  margin-left: 20px;
  border-left: #CCCCCC solid 1px;
  color: #777777;
  font-size: 2rem;
}
.m_sectiontitle--white .m_sectiontitle__en {
  color: #FFFFFF;
}
.m_sectiontitle--white .m_sectiontitle__ja {
  color: #FFFFFF;
}
.m_sectiontitle--center {
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.m_sectiontitle--center .m_sectiontitle__ja {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.m_sitebtn {
  display: inline-block;
}
.m_sitebtn a {
  position: relative;
  min-width: 280px;
  display: inline-block;
  background-color: #222222;
  border: solid 1px #fff;
}
.m_sitebtn a .txt {
  padding: 18px 48px;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}
.m_sitebtn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 100%;
  color: #FFFFFF;
  transition: transform 0.3s ease;
}
.m_sitebtn--gold a {
  background-color: #B1A07C !important;
}
.m_sitebtn--bigger a .txt {
  padding: 18px 48px;
  font-size: 1.8rem;
}

.m_worksitem figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.75;
}
.m_worksitem figure .num-gr {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 75px;
  height: 75px;
  font-weight: 600;
  display: block;
  padding: 9px 17px;
}
.m_worksitem figure .num-gr .unit {
  position: relative;
  z-index: 2;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: #222;
  display: block;
}
.m_worksitem figure .num-gr .num {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222;
}
.m_worksitem figure .num-gr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
.m_worksitem figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #eee;
}
.m_worksitem .body {
  margin-top: 12px;
}
.m_worksitem .body .title {
  font-size: 2rem;
  line-height: 1.4;
  color: #222222;
}
.m_worksitem .body .keywords {
  margin-top: 8px;
}
.m_worksitem .body .keywords ul {
  display: flex;
  gap: 8px;
}
.m_worksitem .body .keywords ul li {
  font-size: 1.4rem;
  color: #777777;
}

.m_keywordbox {
  background-color: #EDEAE2;
  padding: 56px 32px;
  border-radius: 10px;
}
.m_keywordbox__heading {
  text-align: center;
  margin-bottom: 24px;
}
.m_keywordbox__heading .title {
  font-size: 2.4rem;
  color: #222222;
}
.m_keywordbox__content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 8px;
}
.m_keywordbox__content .items li a {
  border-radius: 50px;
  padding: 8px 16px;
  display: inline-block;
  font-size: 1.6rem;
  background-color: #fff;
  color: #222222;
}
.m_keywordbox__content .items li.active a {
  background-color: #222222;
  color: #fff;
}

.m_categorybox {
  background-color: #B1A07C;
  padding: 56px 32px;
  border-radius: 10px;
}
.m_categorybox__heading {
  text-align: center;
  margin-bottom: 24px;
}
.m_categorybox__heading .title {
  font-size: 2.4rem;
  color: #222222;
}
.m_categorybox__content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 8px;
}
.m_categorybox__content .items li {
  width: 24%;
}
.m_categorybox__content .items li a {
  display: block;
  font-size: 1.8rem;
  background-color: #fff;
  color: #222222;
  text-align: center;
  padding: 12px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}
.m_categorybox__content .items li.active a {
  background-color: #B1A07C;
  color: #fff;
}

.m_voiceitem {
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.m_voiceitem .lr {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.m_voiceitem .lr .left {
  width: 180px;
}
.m_voiceitem .lr .left .img {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #eee;
  overflow: hidden;
}
.m_voiceitem .lr .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_voiceitem .lr .left .name-gr .name {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #222;
}
.m_voiceitem .lr .left .name-gr .type {
  margin-top: 4px;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  color: #222;
}
.m_voiceitem .lr .right {
  width: calc(100% - 180px);
}
.m_voiceitem .lr .right .title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #B1A07C;
}
.m_voiceitem .lr .right .desc {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #222;
}

.m_blogitem {
  background-color: rgba(162, 162, 143, 0.05);
  padding: 32px;
}
.m_blogitem__inner .m_blogitem__image {
  width: 100%;
  aspect-ratio: 1/0.75;
  overflow: hidden;
}
.m_blogitem__inner .m_blogitem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_blogitem__inner .m_blogitem__content {
  margin-top: 12px;
}
.m_blogitem__inner .m_blogitem__content time {
  font-size: 1.6rem;
  color: #3A6F53;
}
.m_blogitem__inner .m_blogitem__content h3 {
  margin-top: 4px;
  font-size: 1.8rem;
  color: #222222;
  font-weight: 600;
}
.m_blogitem__inner .m_blogitem__content .desc {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #777777;
}
.m_blogitem__inner .btn {
  text-align: center;
}

.m_lowerpage-header {
  height: 236px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(245, 242, 236), rgba(245, 242, 236, 0.53));
}
.m_lowerpage-header__inner {
  width: 100%;
  height: 100%;
}
.m_lowerpage-header__inner .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.m_lowerpage-header__inner .content .en {
  font-size: 7rem;
  color: #A2A28F;
}
.m_lowerpage-header__inner .content h1 {
  margin-top: 12px;
  font-size: 3rem;
  font-weight: 400;
  color: #222222;
}
.m_lowerpage-header__inner .content h1 .lineup {
  margin-right: 8px;
}

.pagenavi {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.pagenavi .pages {
  display: none;
}
.pagenavi a,
.pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  border: 1px solid #3A6F53;
  border-radius: 50%;
  color: #3A6F53;
  text-decoration: none;
  transition: all 0.2s;
}
.pagenavi a:hover,
.pagenavi span:hover {
  background-color: #3A6F53;
  color: #fff;
  border-color: #3A6F53;
}
.pagenavi .current {
  background-color: #3A6F53;
  color: #fff;
  border: 1px solid #3A6F53;
  pointer-events: none;
}
.pagenavi a:hover, .pagenavi .wp-pagenavi span.current {
  border-color: #3A6F53;
}
.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
  width: 48px;
  height: 48px;
  padding: 0 12px;
  border-radius: 50%;
  font-weight: bold;
}
.pagenavi .first,
.pagenavi .last {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  #main {
    margin-top: 70px;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  /*
  ====================================
  モジュール
  ====================================
  */
  .m_ctas {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
  .m_ctas__btn {
    width: 48%;
  }
  .m_ctas__btn .upper {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 2.4px;
  }
  .m_ctas__btn a {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .m_ctas__btn a img {
    display: block;
  }
  .m_ctas--bigger .m_ctas__btn {
    width: 100%;
  }
  .m_ctas--bigger .m_ctas__btn .upper {
    font-size: 1.1rem;
  }
  .m_sectiontitle {
    display: flex;
    align-items: center;
  }
  .m_sectiontitle--col {
    align-items: flex-start;
  }
  .m_sectiontitle--col .m_sectiontitle__ja {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .m_sectiontitle__en {
    font-size: 2.4rem;
  }
  .m_sectiontitle__ja {
    padding-left: 12px;
    margin-left: 12px;
    font-size: 1.4rem;
  }
  .m_sitebtn {
    gap: 8px;
  }
  .m_sitebtn a {
    padding: 4px 12px;
    position: relative;
    min-width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
  }
  .m_sitebtn a .txt {
    padding: 10px 0px;
    font-size: 1.3rem;
  }
  .m_sitebtn a::after {
    margin-left: 8px;
    position: initial;
    transform: initial;
  }
  .m_sitebtn--gold a {
    background-color: #B1A07C !important;
  }
  .m_sitebtn--bigger a .txt {
    padding: 8px 0px;
    font-size: 1.3rem;
  }
  .m_worksitem figure .num-gr {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 48px;
    height: 48px;
    padding: 4px 8px;
  }
  .m_worksitem figure .num-gr .unit {
    font-size: 1rem;
  }
  .m_worksitem figure .num-gr .num {
    font-size: 1.6rem;
  }
  .m_worksitem .body {
    margin-top: 4px;
  }
  .m_worksitem .body .title {
    font-size: 1.4rem;
  }
  .m_worksitem .body .keywords {
    margin-top: 4px;
  }
  .m_worksitem .body .keywords ul {
    gap: 8px;
  }
  .m_worksitem .body .keywords ul li {
    font-size: 1.2rem;
  }
  .m_keywordbox {
    padding: 24px 16px;
  }
  .m_keywordbox__heading {
    margin-bottom: 12px;
  }
  .m_keywordbox__heading .title {
    font-size: 1.8rem;
  }
  .m_keywordbox__content .items {
    gap: 8px 4px;
    justify-content: left;
  }
  .m_keywordbox__content .items li a {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .m_categorybox {
    padding: 24px 16px;
    border-radius: 10px;
  }
  .m_categorybox__heading {
    margin-bottom: 16px;
  }
  .m_categorybox__heading .title {
    font-size: 1.8rem;
  }
  .m_categorybox__content .items {
    gap: 8px 4px;
  }
  .m_categorybox__content .items li {
    width: 48.75%;
  }
  .m_categorybox__content .items li a {
    font-size: 1.5rem;
    padding: 8px 0;
  }
  .m_voiceitem {
    padding: 24px 16px;
  }
  .m_voiceitem .lr {
    display: block;
  }
  .m_voiceitem .lr .left {
    width: 100%;
  }
  .m_voiceitem .lr .left .img {
    width: 64px;
    height: 64px;
  }
  .m_voiceitem .lr .left .name-gr .name {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .m_voiceitem .lr .left .name-gr .type {
    margin-top: 2px;
    font-size: 1rem;
  }
  .m_voiceitem .lr .right {
    width: 100%;
  }
  .m_voiceitem .lr .right .title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .m_voiceitem .lr .right .desc {
    margin-top: 8px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .m_blogitem {
    padding: 12px 16px;
  }
  .m_blogitem__inner .m_blogitem__content {
    margin-top: 8px;
  }
  .m_blogitem__inner .m_blogitem__content time {
    font-size: 1.3rem;
  }
  .m_blogitem__inner .m_blogitem__content h3 {
    margin-top: 2px;
    font-size: 1.5rem;
  }
  .m_blogitem__inner .m_blogitem__content .desc {
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .m_lowerpage-header {
    height: 32vw;
  }
  .m_lowerpage-header__inner .content .en {
    font-size: 3.2rem;
  }
  .m_lowerpage-header__inner .content h1 {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .pagenavi {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pagenavi a,
  .pagenavi span {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    width: 32px;
    height: 32px;
    padding: 0 0;
  }
  .pagenavi .first,
  .pagenavi .last {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */