@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  background-size: 100%;
  color: #141648;
  font-family: "Noto Serif JP", "Nanum Myeongjo", serif;
}

main {
  padding-top: 44px;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.enfont {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
}

a {
  color: #141648;
  transition: all 0.3s;
}

button {
  cursor: pointer;
}

i.material-icons {
  font-size: 14px;
  padding-left: 3px;
  vertical-align: middle;
  padding-bottom: 5px;
}

.t-navy-bg {
  background-color: #141648;
  color: #FFF;
}

.d-greige-bg {
  background-color: #867559;
  color: #FFF;
}

.t-navy-bg2 {
  background-color: rgba(20, 21, 72, 0.1);
}

.t-navy-txt {
  color: #141648;
}

.d-greige-txt {
  color: #867559;
}

.pattern {
  background-image: url(../img/common/pattern_alpha15.png);
  background-size: 50%;
}

.basePd {
  padding: 0 30px;
}

h1.tt {
  font-size: 6vw;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 20px;
}
h1.tt.enfont {
  font-size: 7vw;
}

.btn {
  text-align: center;
  padding-top: 20px;
}
.btn a, .btn p {
  color: #FFF;
  display: inline-flex;
  border: 1px solid #FFF;
  padding: 5px 30px;
  border-radius: 100px;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.btn a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.btn p:hover {
  background-color: rgba(255, 255, 255, 0);
}
.btn p span.material-symbols-outlined {
  font-size: 2.2rem;
  padding-left: 3px;
}
.btn a span.material-symbols-outlined {
  font-size: 2.2rem;
  padding-left: 3px;
}

.listlink a {
  display: inline-flex;
  border: 1px solid #FFF;
  padding: 5px 0;
  align-items: center;
  font-size: 1.3rem;
  cursor: pointer;
}
.listlink a span.material-symbols-outlined {
  font-size: 2.2rem;
  padding-left: 3px;
}

.baseBtn {
  text-align: center;
}
.baseBtn span.btn {
  color: #FFF;
  display: inline-flex;
  border: 1px solid #FFF;
  padding: 5px 30px;
  border-radius: 100px;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #141648;
  color: #FFF;
  transition: 0.3s;
  text-decoration: none !important;
}
.baseBtn a {
  color: #FFF;
  display: inline-flex;
  border: 1px solid #FFF;
  padding: 5px 30px;
  border-radius: 100px;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #141648;
  color: #FFF;
  transition: 0.3s;
  text-decoration: none !important;
}
.baseBtn a span.material-symbols-outlined {
  font-size: 2.2rem;
  padding-left: 3px;
}

.spBr {
  display: block;
}

.tabBr, .pcBr {
  display: none;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*rechaptcha*/
.grecaptcha-badge {
  visibility: hidden;
}

.page-uniform .grecaptcha-badge, .page-about .grecaptcha-badge {
  visibility: visible;
}

/* header*/
header#pageHeader {
  background-size: cover;
  background-position: left top;
  position: fixed;
  width: 100%;
  z-index: 3000;
}
header#pageHeader .bar {
  display: flex;
  justify-content: space-between;
}
header#pageHeader .bar a.logo {
  display: block;
  width: 62%;
  text-align: left;
  padding: 15px 0px 15px 20px;
  box-sizing: border-box;
}
header#pageHeader .bar a.logo img {
  width: auto;
  height: 16px;
  margin: 0 auto;
}
header#pageHeader .bar #menuOpen {
  background-color: #4c4f70;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  /* アニメーション指定 */
  height: 75px;
  width: 75px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 70px;
}
header#pageHeader .bar #menuOpen:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
header#pageHeader .bar #menuOpen span {
  font-size: 4rem;
  display: inline-block;
  padding-left: 0px;
}

/* menu*/
.pcshop {
  display: none;
}

#menuBtn {
  background-color: #4c4f70;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  width: 75px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 70px;
  z-index: 999999;
}
#menuBtn span {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
#menuBtn span.hidden {
  pointer-events: none;
  opacity: 0;
  display: none;
}

#menuBG {
  z-index: 80000;
  background-color: #4c4f70;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 75px;
  width: 75px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
}
#menuBG.open {
  transform: translate(-50%, -50%);
  -webkit-animation: expansion-anim 0.6s ease-out forwards;
          animation: expansion-anim 0.6s ease-out forwards;
}
#menuBG.close {
  transform: translate(-50%, -50%);
  animation: expansion-anim2 0.6s reverse ease-out forwards;
}

#menuBtn span {
  font-size: 4rem;
  display: inline-block;
  padding-left: 0px;
}

/* animation */
@-webkit-keyframes expansion-anim {
  0% {
    transform: scale(0);
    background-color: #4c4f70;
  }
  100% {
    transform: scale(28);
    background-color: #141648;
  }
}
@keyframes expansion-anim {
  0% {
    transform: scale(0);
    background-color: #4c4f70;
  }
  100% {
    transform: scale(28);
    background-color: #141648;
  }
}
@-webkit-keyframes expansion-anim2 {
  0% {
    transform: scale(0);
    background-color: #4c4f70;
  }
  100% {
    transform: scale(28);
    background-color: #141648;
  }
}
@keyframes expansion-anim2 {
  0% {
    transform: scale(0);
    background-color: #4c4f70;
  }
  100% {
    transform: scale(28);
    background-color: #141648;
  }
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90000;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s 0.1s;
  /* アニメーション指定 */
}
.menu.open {
  opacity: 1;
  z-index: 90000;
  pointer-events: auto;
}
.menu ul.list {
  margin: 0 auto;
  width: 80%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 7.5vh;
}
.menu ul.list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.menu ul.list li span, .menu ul.list li a {
  color: #FFF;
  font-size: 2.1vh;
  display: block;
  padding: 2.2vh 0;
  cursor: pointer;
  opacity: 1;
}
.menu ul.list li span:hover, .menu ul.list li a:hover {
  opacity: 0.5;
}
.menu ul.list .sublist {
  padding-bottom: 1.5vh;
  display: none;
}
.menu ul.list .sublist li {
  border-bottom: none;
}
.menu ul.list .sublist li a {
  color: #FFF;
  font-size: 2vh;
  display: block;
  padding: 1.5vh 0 1.5vh 3vh;
  cursor: pointer;
}
.menu #menuClose {
  position: absolute;
  top: 1.2vh;
  right: 7vw;
}
.menu #menuClose span {
  color: #FFF;
  font-size: 13vw;
}
.menu .lang ul {
  margin-top: 4vh;
  text-align: center;
}
.menu .lang ul li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 10px;
}
.menu .lang ul li span {
  color: #FFF;
  font-size: 1.7vh;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
}
.menu .lang ul li a {
  color: #FFF;
}
.menu .lang ul li.current span {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: #141648;
}
.menu .lang ul li.current a {
  color: #141648;
}

/*
 archive*/
.archive main.secondNews article {
  padding-bottom: 60px;
}
.archive main.secondNews article .more {
  text-align: right;
  font-size: 1.3rem;
  padding-top: 10px;
}

.wp-pagenavi {
  text-align: center;
  margin: 0 0px 0 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(77, 44, 15, 0.66);
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0 10px;
  margin: 0;
  font-size: 2.6rem;
  font-weight: 100;
}

/*
taxonomyページ*/
.no-home .basePd.termlist {
  padding-top: 0px;
  padding-bottom: 0px;
}
.no-home .termlist ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
  justify-content: center;
}

.termlist ul li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 3px;
}
.termlist ul li a {
  display: block;
  font-size: 1.2rem;
  padding: 5px 5px;
  color: #FFF;
  border: 1px solid #141648;
  background-color: #141648;
}
.termlist ul li.current-cat a {
  border: 1px solid #141648;
  color: #141648;
  background-color: #FFF;
}

.archive .baseBtn {
  padding-bottom: 60px;
}

/* page*/
.page main .box {
  padding: 0px;
  font-size: 1.3rem;
}

/* footer*/
#footer {
  text-align: center;
  padding: 60px 0 40px 0;
  position: relative;
  font-size: 1.3rem;
  border-top: 1px solid #CCC;
  background-color: #FFF;
}
#footer .lang ul {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
#footer .lang ul li {
  padding: 0 10px;
}
#footer .lang ul li.current span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 3px solid #141648;
}
#footer .list {
  font-size: 1.3rem;
  padding-bottom: 30px;
}
#footer .list a {
  text-decoration: underline;
}
#footer p {
  padding-bottom: 10px;
}

#insta {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  right: 30px;
  bottom: 20px;
}
#insta img {
  width: 100%;
  height: auto;
}

#twitter {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  right: 70px;
  bottom: 20px;
}
#twitter img {
  width: 100%;
  height: auto;
}

/* top*/
/*-main --------*/
#mainCopy {
  padding: 80px 0 170px 0;
  color: #FFF;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 10;
}
#mainCopy .tt {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  width: 90%;
  margin: 0 auto;
}
#mainCopy .text {
  font-size: 4.1vw;
  letter-spacing: 0.5vw;
  line-height: 1.6;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#mainCopy video {
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  width: 100%;
  z-index: -999;
}

/*--- メッセージ---------*/
#topMsg {
  margin-top: -60px;
  z-index: 12;
  position: relative;
}
#topMsg .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
#topMsg h1.tt {
  padding: 20px 0;
  font-size: 4.5vw;
  font-weight: normal;
}
#topMsg .text p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding-bottom: 40px;
  font-weight: normal;
}
#topMsg .text p br {
  display: none;
}

/*--- item movie-*/
#itemMov {
  margin-top: 40px;
  padding: 0px 0;
  background-color: #FFF;
}
#itemMov video {
  height: auto;
  width: 100%;
  z-index: -999;
}

/*--- works -------------*/
.topWorks h1.tt.enfont {
  text-align: center;
  font-size: 8vw;
  padding: 30px 30px;
}
.topWorks h2.tt.enfont {
  text-align: center;
  font-size: 6vw;
  padding: 30px 30px;
}
.topWorks h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 10px 0px 20px 0;
}
.topWorks section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}
.topWorks section .before {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(20, 22, 72, 0.2);
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  z-index: -999;
  top: 0;
  left: -15vw;
}
.topWorks section:nth-child(odd) .before {
  top: 0;
  left: inherit;
  right: -15vw;
  background-color: rgba(135, 118, 89, 0.2);
}
.topWorks section:after {
  position: absolute;
  content: "1";
  display: block;
  color: #FFF;
  font-size: 20vw;
  z-index: -900;
  top: 5vw;
  left: 8vw;
  font-family: "Libre Caslon Display", serif;
}
.topWorks section:nth-child(odd):after {
  left: inherit;
  right: 8vw;
}
.topWorks section:nth-of-type(1):after {
  content: "1";
}
.topWorks section:nth-of-type(2):after {
  content: "2";
}
.topWorks section:nth-of-type(3):after {
  content: "3";
}
.topWorks section:nth-of-type(4):after {
  content: "4";
}
.topWorks .detail p {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 20px;
}

.en-US .topWorks .detail p {
  text-align: justify;
  text-justify: inter-word;
}

.topWorks .thumb {
  padding-bottom: 20px;
}

/*---  support -------------*/
.topSupport .detail p br {
  display: none;
}
.topSupport .supportlist {
  padding: 10px 0 0 0;
}
.topSupport .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
}

.topWorks .topSupport .slick-slide .thumb {
  padding-bottom: 10px;
}

.topSupport .slick-slide h2 {
  font-size: 1.3rem;
  padding-bottom: 30px;
  line-height: 1.4;
}
.topSupport .slick-slide.slick-current, .topSupport .slick-slide.is-active-next {
  transform: scale(1);
}

/*--- product -----------*/
.productOut {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productOut .box {
  width: 48%;
}
.productOut .box:first-of-type {
  width: 100%;
  padding-bottom: 40px;
}
.productOut .box .detail {
  padding: 10px 0px 20px 20px;
  font-size: 1.3rem;
}
.productOut .box:nth-of-type(2n+1) .detail {
  padding: 10px 10px 20px 10px;
  font-size: 1.3rem;
}
.productOut .box:nth-of-type(1) .detail {
  padding: 10px 10px 10px 20px;
}
.productOut p.detail {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .productOut .box {
    width: 32%;
  }
  .productOut .box:first-of-type {
    width: 32%;
  }
}

/*--- animation--------*/
.zoomin, .zoomin2 {
  opacity: 0;
}

.zoomin.is-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s forwards;
}

.zoomin2.is-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.topUniform .case article {
  display: flex;
  justify-content: space-between;
  border: 1px solid #141648;
}
.topUniform .case article .thumb {
  width: 40%;
}
.topUniform .case article .meta {
  width: 58%;
}

/*--- top donate--------*/
#topDonation {
  padding: 60px 0px;
}
#topDonation h2 {
  font-size: 1.8rem;
  text-align: center;
}
#topDonation ul {
  background-color: #FFF;
  margin: 20px 0;
  padding: 10px 0;
}
#topDonation ul li {
  padding: 10px 0px;
  font-size: 1.8rem;
  text-align: center;
}
#topDonation p {
  font-size: 1.3rem;
  line-height: 1.7;
}

/*テキストのみの場合 */
.en-US #topDonation p {
  text-align: justify;
  text-justify: inter-word;
}

#topDonation .baseBtn {
  padding-top: 20px;
}

/*--- sustainability----------- */
/*top about*/
#sustainability {
  padding-top: 60px;
}
#sustainability h1.tt {
  text-align: center;
  padding-bottom: 20px;
}
#sustainability .imgBox {
  width: 80%;
  margin: 0 auto 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sustainability .imgBox div {
  width: 48%;
}
#sustainability .imgBox div img {
  height: auto;
  width: 100%;
}
#sustainability p.susCopy {
  font-size: 3.8vw;
  line-height: 1.8;
  padding-bottom: 2.5em;
  text-align: center;
}
#sustainability p.bcorpCopy {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 3vw;
  line-height: 1.5;
  font-size: 3.2vw;
  margin-top: 20px;
  border: 1px solid rgba(20, 22, 72, 0.2509803922);
  border-radius: 10px;
}
#sustainability p.bcorpCopy a {
  text-decoration: underline;
}
#sustainability .susText {
  position: relative;
  padding-bottom: 40px;
}
#sustainability .susText ul {
  padding: 0;
  margin: 0;
}
#sustainability .susText ul li {
  padding-bottom: 20px;
}
#sustainability .susText ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sustainability .susText ul li a div.thumb {
  width: 40%;
}
#sustainability .susText ul li a div.text {
  width: 58%;
  text-align: center;
}
#sustainability .susText ul li a h3 {
  font-size: 5vw;
  padding-bottom: 10px;
  font-weight: bold;
}
#sustainability .susText ul li a p {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  padding-bottom: 1em;
}
#sustainability .susText ul li a .baseBtn .btn {
  padding: 0px 14px 3px 18px;
  font-size: 1.3rem;
}
#sustainability .susText ul li a .baseBtn .btn .material-symbols-outlined {
  font-size: 18px;
  margin-top: 2px;
}

/*--- top interview------*/
.topInterview {
  padding: 60px 0;
  margin-bottom: 60px;
}
.topInterview h1 {
  padding-bottom: 10px;
  font-size: 3rem;
}
.topInterview .copy {
  padding-bottom: 50px;
  font-size: 1.3rem;
  text-align: center;
}
.topInterview .interviews {
  padding-bottom: 30px;
}
.topInterview .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
}
.topInterview .slick-slide.slick-current, .topInterview .slick-slide.is-active-next {
  transform: scale(1);
}
.topInterview .detail {
  padding: 10px 0;
}
.topInterview .detail .position {
  font-size: 1.3rem;
  line-height: 1.3;
  padding-bottom: 10px;
}
.topInterview .detail .interview_name {
  font-size: 1.5rem;
  font-weight: bold;
}

/*--- top Journal---------*/
.topJournal {
  padding: 60px 0;
}
.topJournal .copy {
  padding-bottom: 50px;
  font-size: 1.3rem;
  text-align: center;
}
.topJournal .journal article {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 20px 30px;
}
.topJournal .journal article.first {
  display: block;
  padding: 0 0px 20px 0px;
}
.topJournal .journal article.first .thumb {
  width: 100%;
}
.topJournal .journal article.first .detail {
  width: 100%;
  padding: 10px 30px 0 30px;
  box-sizing: border-box;
}
.topJournal .journal article .thumb {
  width: 40%;
}
.topJournal .journal article .detail {
  width: 58%;
}
.topJournal .journal article .detail h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.topJournal .journal article .detail .time, .topJournal .journal article .detail p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.topJournal .journal article.other .thumb {
  margin-top: 5px;
}

/*--- color -----------*/
#color {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 90px;
}
#color .colorCopy {
  text-align: center;
  font-size: 3.5vw;
  padding-bottom: 40px;
}
#color article {
  position: relative;
}
#color article header h2 {
  font-size: 2.2rem;
}
#color article header p {
  font-size: 3.4rem;
  font-weight: 200;
}
#color article header p span {
  font-size: 1.8rem;
  padding-left: 10px;
  display: inline-block;
  opacity: 0.4;
}
#color article p {
  font-size: 1.3rem;
  line-height: 1.8;
}
#color .imgBox {
  width: 180px;
  height: 180px;
  position: absolute;
}
#color .imgBox img {
  width: 100%;
  height: auto;
}
#color #navyBox {
  margin-top: 40px;
  margin-right: 40px;
  padding: 30px 20px 60px 20px;
}
#color #navyBox .text {
  padding: 30px 0;
}
#color #navyBox .imgBox {
  right: -60px;
  top: -60px;
}
#color #greigeBox {
  margin-top: -50px;
  margin-left: 40px;
  padding: 30px 20px 80px 30px;
}
#color #greigeBox .text {
  padding: 30px 0;
}
#color #greigeBox .imgBox {
  left: -60px;
  bottom: -70px;
}
#color .imgBox img {
  width: 180px;
  height: 180px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
#color .videoBox {
  width: 180px;
  height: 180px;
  position: absolute;
  overflow: hidden;
  right: -60px;
  top: -60px;
}
#color .videoBox video {
  width: 180px;
  height: 180px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

/*--- naturepositive-----*/
#naturepositive {
  padding-top: 60px;
  padding-bottom: 0px;
}
#naturepositive article {
  padding-bottom: 40px;
}
#naturepositive article h2 {
  text-align: center;
}
#naturepositive article h2 span {
  font-size: 1.8rem;
  border-bottom: 3px solid #141648;
  padding-bottom: 3px;
  margin-bottom: 20px;
  display: inline-block;
}
#naturepositive article img {
  display: block;
  margin: 10px 0;
}
#naturepositive article p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding-bottom: 10px;
}

/*---community ----*/
#community {
  padding: 60px 30px;
}
#community .communityTxt {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
#community .communityTxt h2 {
  font-size: 1.5rem;
  padding-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
}
#community .communityTxt p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding-bottom: 1em;
}

/*--- top news----*/
#topNews, #topInsta {
  padding: 40px 0;
}

/*--- top insta-----*/
/* second page*/
.noPost {
  font-size: 1.5rem;
  text-align: center;
}

.no-home .pageHead {
  padding: 50px 0 30px 0;
}
.no-home .pageHead h1.pageTT {
  text-align: center;
  font-size: 7vw;
}
.no-home .pageHead .copy {
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 0 0 0;
}
.no-home main h2 {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 30px 0 10px 0;
  line-height: 1.5;
}
.no-home main .text p {
  font-size: 1.3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2em;
  word-break: break-all;
}
.no-home main .text p a {
  text-decoration: underline;
}
.no-home main .text p a:hover {
  text-decoration: none;
}
.no-home main .text ul {
  list-style-type: disc;
  margin-left: 2em;
}
.no-home main .text ul li {
  margin-bottom: 1em;
  line-height: 1.8;
  line-height: 1.5;
}
.no-home main .text ol {
  margin-left: 2em;
}
.no-home main .text ol li {
  margin-bottom: 1em;
  line-height: 1.8;
}
.no-home main .text ol li ol {
  padding-top: 1em;
}
.no-home main .text ol li ol li {
  margin-bottom: 5px;
  line-height: 1.5;
}
.no-home main sup {
  font-size: 1.2rem;
  vertical-align: super;
  display: inline-block;
  padding-right: 5px;
  color: #867559;
}
.no-home.single .text p.note {
  font-size: 1.3rem;
  line-height: 1.5;
}
.no-home.single .text ul {
  list-style-type: disc;
}
.no-home.single .text ul li {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*****　single or  base page*****/
.cat {
  margin-bottom: 0px;
}
.cat span, .cat a {
  display: inline-block;
  background-color: #867559;
  font-size: 1rem;
  line-height: 1.3;
  padding: 2px 10px 3px 10px;
  color: #FFF;
  margin-bottom: 5px;
  margin-right: 3px;
}

.tag {
  margin-bottom: 0px;
}
.tag span, .tag a {
  display: inline-block;
  border: 1px solid #141648;
  font-size: 1rem;
  line-height: 1.3;
  padding: 2px 10px 3px 10px;
  color: #141648;
  border-radius: 15px;
  margin-bottom: 5px;
  margin-right: 3px;
}

.no-home.single article header {
  padding: 0 30px 20px 30px;
}
.no-home.page-template-page-base .text h3 {
  font-size: 1.8rem;
  padding: 10px 0px;
  line-height: 1.6;
  font-weight: bold;
}
.no-home.page-template-page-base .baseBtn.backlist a {
  margin-bottom: 40px;
}
.no-home.single article header .time {
  font-size: 1.3rem;
  text-align: right;
  opacity: 0.5;
}
.no-home.page-template-page-base .text p {
  padding: 0 30px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
.no-home.page-template-page-base .text ul {
  padding: 0 30px;
  margin-bottom: 1em;
}
.no-home.single .text p a {
  text-decoration: underline;
}
.no-home.page-template-page-base main .text h2 {
  padding: 0 30px 30px 30px;
  line-height: 1.6;
  font-size: 2rem;
}
.no-home.page-template-page-base main .text h3 {
  padding: 0 30px 30px 30px;
  line-height: 1.6;
  font-size: 1.8rem;
}

.page .text hr {
  border: none;
  border-top: 1px solid #CCC;
}

.single .text hr {
  border: none;
  border-top: 1px solid #CCC;
}
.single .text p strong {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.page .text strong {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.single .text p.staff {
  color: #867559;
}
.single .text p.staff:before {
  content: "―― ";
}
.single .text figure {
  margin-bottom: 30px;
}
.single .text figure.img-padding {
  padding: 0 30px;
}
.single .text figure.wp-block-embed {
  margin: 0 30px;
}
.single .text figcaption {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  padding: 10px 30px;
  opacity: 0.5;
}

.no-home .text p.URL {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 1.3rem;
  margin: 30px 0;
}
.no-home.page .text p.URL {
  margin: 30px 0;
}
.no-home.page .text p.URL strong {
  line-height: 1.5;
}
.no-home.single .text p.URL strong {
  line-height: 1.5;
}

.single .text .URL a {
  text-decoration: underline;
}
.single .spaceImg {
  padding: 0 30px;
}
.single .sns {
  padding-top: 40px;
  text-align: center;
}
.single .sns p {
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.single .sns a {
  width: 40px;
  display: inline-block;
  margin: 0 10px;
}
.single .sns a img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}

/****************  new default page *****************
admin custom */
.page-template-page-simple .pageHead {
  padding: 50px 0 50px 0;
}
.page-template-page-simple .pageHead .pageTT {
  text-align: center;
  font-size: 7vw;
  line-height: 1.3;
  padding: 0 30px;
}
.page-template-page-simple .pageHead .copy {
  font-size: 1.5rem;
  text-align: center;
  padding: 10px 0 0 0;
}
.page-template-page-simple main {
  padding-bottom: 0px;
}
.page-template-page-simple main .text h2 {
  font-size: 2rem;
  padding: 0px 30px 30px 30px;
  font-weight: bold;
}
.page-template-page-simple main .text h2.enfont {
  font-size: 2.8rem;
}
.page-template-page-simple main .text h3 {
  font-size: 1.8rem;
  padding: 0px 30px 30px 30px;
  font-weight: bold;
}
.page-template-page-simple main .text h3.enfont {
  font-size: 2rem;
  padding: 0px 30px 30px 30px;
}
.page-template-page-simple main .text p {
  padding: 0px 30px 30px 30px;
  margin-bottom: 0em;
}
.page-template-page-simple main .text ol {
  list-style-type: decimal;
  padding: 0px 30px 30px 30px;
}
.page-template-page-simple main .text ul {
  list-style-type: disc;
  padding: 0px 30px 30px 30px;
}
.page-template-page-simple main .text ol li, .page-template-page-simple main .text ul li {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.5rem;
}
.page-template-page-simple main .text hr, .page-template-page-simple main .text table {
  margin: 0px 30px 60px 30px;
}
.page-template-page-simple main .text .t-navy-bg2 {
  margin: 0px 30px 30px 30px;
  padding-top: 30px;
}
.page-template-page-simple main .text .is-type-wp-embed {
  margin: 0px 30px 30px 30px;
}
.page-template-page-simple main .text .wp-block-image {
  margin: 0px 0px 30px 0px;
}

.single .uniformBnr img {
  margin-bottom: 40px;
}

/* interview＆journal＆NEWS  single *********/
.interview-template-default main .profBox {
  margin: 30px;
  padding-bottom: 10px;
}
.interview-template-default main .text p.position {
  line-height: 1.5;
  padding: 40px 30px 0 30px;
  margin-bottom: 0;
  font-size: 1.3rem;
}
.interview-template-default main .text p.interview_name {
  font-weight: bold;
}

.journal-template-default main .text ul {
  padding: 0 30px 30px 30px;
}
.journal-template-default main .text ul ul {
  padding: 10px 0px 30px 0px;
  list-style-type: circle !important;
}

.news-template-default article header h1, .journal-template-default article header h1, .interview-template-default article header h1 {
  font-size: 2.2rem;
  padding: 10px 0px;
  line-height: 1.6;
  font-weight: bold;
}

.news-template-default main .text h2, .journal-template-default main .text h2, .interview-template-default main .text h2 {
  padding: 0 30px 30px 30px;
  line-height: 1.6;
  font-size: 2rem;
}

.news-template-default main .text p, .journal-template-default main .text p, .interview-template-default main .text p {
  padding: 0 30px;
  font-size: 1.5rem;
}

.news-template-default main .text p.URL, .journal-template-default main .text p.URL, .interview-template-default main .text p.URL, .news-template-default main hr, .journal-template-default main hr, .interview-template-default main hr {
  margin: 30px;
}

.journal-template-default .backnumber {
  margin-top: 0;
}

/************* サポート詳細 *****************/
.support-template-default main .ttachment-ogp {
  width: 100%;
  height: auto;
}
.support-template-default main .box h1 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 30px 30px 20px 30px;
  font-weight: bold;
  line-height: 1.5;
}
.support-template-default main .text p {
  font-size: 1.5rem;
}
.support-template-default main .text h2 {
  line-height: 1.6;
  font-size: 1.8rem;
}

/* archive list ***************/
.backnumber {
  padding: 20px 0 60px 0;
  margin: 40px 0 0 0;
}
.backnumber .pageTT {
  text-align: center;
  font-size: 2rem;
  padding: 40px 0;
}

.backnumberList {
  margin-top: 20px;
  margin-bottom: 20px;
}
.backnumberList article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.backnumberList div.thumb {
  width: 35%;
  padding-top: 2px;
}
.backnumberList div.detail {
  width: 62%;
  font-size: 1.3rem;
  line-height: 1.5;
}
.backnumberList div.detail .position {
  line-height: 1.3;
  padding-bottom: 5px;
}
.backnumberList div.detail h2 {
  font-weight: bold;
  line-height: 1.3;
  margin: 0px 0 10px 0;
  font-size: 1.5rem;
}

.archive .backnumberList div.detail h2 {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* journal */
.backnumberList.journalList article {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
.backnumberList.journalList div.thumb {
  width: 100%;
}
.backnumberList.journalList div.detail {
  width: 100%;
  padding-top: 5px;
}
.backnumberList.journalList div.detail p a {
  font-weight: 400;
}
.backnumberList.NewsList article {
  display: block;
  padding-bottom: 0px;
}
.backnumberList.NewsList div.detail {
  width: 100%;
}
.backnumberList.NewsList div.detail a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-top: 1px solid #CCC;
  padding: 20px 30px 20px 0;
}
.backnumberList.NewsList div.detail a h2 {
  font-size: 1.5rem;
}
.backnumberList.NewsList div.detail a span.icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.backnumberList.conceptList {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.backnumberList.conceptList article {
  display: block;
  padding-bottom: 0px;
  width: 48%;
}
.backnumberList.conceptList div.thumb {
  width: 100%;
  padding-top: 2px;
}
.backnumberList.conceptList div.detail {
  width: 100%;
  text-align: center;
}
.backnumberList.conceptList div.detail a {
  width: 100%;
  font-size: 1.2rem;
}
.backnumberList.supportList article {
  display: block;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.backnumberList.supportList div.thumb {
  width: 100%;
}
.backnumberList.supportList div.detail {
  width: 100%;
  padding-top: 15px;
}
.backnumberList.supportList div.detail p a {
  font-weight: 400;
}

/* news */
/*concept list*/
/* support list */
/* archive pagenation */
nav.navigation .nav-links {
  text-align: center;
  padding-bottom: 60px;
}
nav.navigation .nav-links .page-numbers {
  font-size: 1.5rem;
  border: 1px solid #CCC;
  padding: 10px;
  margin: 0 5px;
}
nav.navigation .nav-links span.page-numbers {
  font-size: 1.5rem;
  border: none;
  padding: 10px;
  margin: 0 5px;
  background-color: rgba(135, 118, 89, 0.6);
  color: #FFF;
}
nav.navigation .nav-links .page-numbers.prev, nav.navigation .nav-links .page-numbers.next {
  border: none;
}

/* singlepage pagenation */
.pagenation {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  border-top: 1px solid #CCC;
  margin-top: 40px;
  padding-top: 20px;
}
.pagenation .pagenation_box {
  width: 40%;
  font-size: 1.3rem;
}
.pagenation .pagenation_box p {
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 10px;
}
.pagenation .pagenation_box a {
  line-height: 1.3;
}
.pagenation .pagenation_box .pagenation_text {
  line-height: 1.3;
  display: block;
  padding-top: 5px;
}

/* Sustainability Support */
.aboutSupport h2 {
  text-align: center;
}
.aboutSupport p {
  font-size: 1.5rem;
  line-height: 1.7;
}
.aboutSupport p strong {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

h2.supportCase {
  font-size: 2.4rem;
  text-align: center;
}

/* donation */
.page-donation .donationTT {
  font-size: 2rem;
  padding-bottom: 20px;
  text-align: center;
}
.page-donation .text {
  font-size: 1.5rem;
  margin: 20px 0px 40px 0px;
  line-height: 1.8;
}
.page-donation .column2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.page-donation .column2 article {
  width: 49%;
  border: 1px solid #141648;
  border-radius: 10px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
}
.page-donation .column2 article p {
  font-size: 1.1rem;
  line-height: 1.5;
  padding-top: 20px;
}
.page-donation .column2 article h2 {
  margin-top: 10px;
}
.page-donation .column2 article .ico {
  text-align: center;
  height: 20px;
}
.page-donation .column2 article .ico .material-symbols-outlined {
  font-size: 6rem;
  margin-top: -20px;
  height: 20px;
}
.page-donation .organizations {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.page-donation .organizations:nth-of-type(1) {
  border-bottom: 1px solid #CCC;
}
.page-donation .organizations .logo {
  width: 80%;
  margin: 10px auto 20px auto;
}
.page-donation .organizations h2 {
  font-size: 2rem;
}
.page-donation .organizations h3 {
  text-align: center;
  margin-bottom: 20px;
}
.page-donation .organizations h3 span {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
}
.page-donation .organizations h3 span:before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 0, 0.63);
  width: 100%;
  height: 5px;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.page-donation .organizations p {
  font-size: 1.5rem;
  line-height: 1.7;
}
.page-donation .organizations .reason {
  padding: 30px 20px;
  margin-top: 20px;
}
.page-donation .organizations .reason p {
  font-size: 1.3rem;
}
.page-donation .organizations p.URL {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 1.3rem;
  margin: 30px 0px 30px 0px;
}
.page-donation .organizations p.URL a {
  text-decoration: underline;
}
.page-donation .organizations .related {
  padding: 20px 20px 40px 20px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.page-donation .organizations .related a {
  text-decoration: underline;
}
.page-donation .organizations .related h3 {
  font-size: 1.5rem;
}
.page-donation .organizations .related img {
  margin-bottom: 20px;
}

/* about */
.page-about main h2 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.8;
  padding-bottom: 10px;
}
.page-about main h3 {
  font-weight: normal;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
.page-about main p {
  font-size: 1.3rem;
}
.page-about .works h2 {
  line-height: 1.4;
  font-size: 1.8rem;
}
.page-about .works hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #CCC;
}
.page-about .works ul {
  list-style-type: disc;
  margin: 10px 0 20px 20px;
}
.page-about .works ul li {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}
.page-about .works p.URL {
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 1.3rem;
  margin: 30px 0px 30px 0px;
}
.page-about .works p.URL strong {
  line-height: 1.5;
}
.page-about .aboutArea.t-navy-bg2 {
  padding-bottom: 40px;
}
.page-about .aboutArea a {
  text-decoration: underline;
}

/************* endangered tea *****************/
.page-endangered-tea main .attachment-ogp {
  width: 100%;
  height: auto;
}
.page-endangered-tea .text {
  font-size: 1.5rem;
  margin: 20px 0px 40px 0px;
  line-height: 1.7;
}
.page-endangered-tea main .text .teaList {
  padding: 40px 0;
}
.page-endangered-tea main .text .teaList h2 {
  margin: 0px 0 0px 0;
  font-size: 1.8rem;
}
.page-endangered-tea main .text .teaList .t-navy-bg2 {
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.page-endangered-tea main .text .teaList p {
  margin-bottom: 0.5rem;
}

/************* worklist *****************/
.no-home.page main .workList, .no-home.single main .workList {
  padding: 10px 20px;
  margin-top: 20px;
}
.no-home.page main .workList h2, .no-home.single main .workList h2 {
  margin: 0px 0 10px 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.no-home.page main .workList li, .no-home.single main .workList li {
  font-size: 1.5rem;
}

/************* apparel with apparel.css */
#point {
  margin-top: 10vw;
}
#point h2 {
  text-align: center;
  font-size: 5.5vw;
  padding: 0 0 20px 0;
}
#point article {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 26vw;
  padding-bottom: 15vw;
}
#point article img {
  position: absolute;
  width: auto;
  height: 42vw;
  top: 0;
  left: 0;
  z-index: 0;
}
#point article:nth-child(even) img {
  left: auto;
  right: 0;
}
#point article h1 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
  font-weight: bold;
  padding-bottom: 7vw;
}
#point article:nth-child(even) h1 {
  text-align: left;
}
#point article p {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
}
#point article strong {
  position: relative;
  display: inline-block;
  z-index: 10;
}
#point article strong:before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 0, 0.63);
  width: 100%;
  height: 5px;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
#point article ul {
  padding-top: 1em;
}
#point article ul li {
  font-size: 1.3rem;
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
  text-align: right;
  list-style: none;
}
#point article ul li:first-of-type {
  border-top: 1px solid #CCC;
}
#point article ul li .icon {
  font-size: 1.5rem;
  vertical-align: middle;
  padding-bottom: 2px;
}

#topDesigner {
  padding-bottom: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
#topDesigner .thumb {
  width: 38%;
}
#topDesigner .text {
  width: 56%;
}
#topDesigner .text h1 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-bottom: 10px;
}
#topDesigner .text p {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-bottom: 5px;
}
#topDesigner .text .baseBtn a {
  padding-right: 10px;
  padding-left: 20px;
}

/************* stakeholder *****************/
.page-stakeholder .stakeholderBox {
  border: 1px solid #CCC;
  margin: 0 30px 30px 30px;
  padding-top: 30px;
}

/************* contact *****************/
.wpcf7 .formbox {
  padding-bottom: 20px;
  display: block;
}
.wpcf7 .formbox span {
  display: block;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.wpcf7 .formbox input, .wpcf7 .formbox textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
  border: 1px solid #333;
  background-color: #FFF;
}
.wpcf7 select {
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
  border: 1px solid #333;
  background-color: #FFF;
  color: #141648;
  border-radius: 5px;
}
.wpcf7 input[type=radio] {
  width: auto;
}
.wpcf7 .wpcf7-radio label span {
  display: inline-block;
  padding-left: 10px;
}
.wpcf7 .wpcf7-radio .first {
  padding-top: 20px;
}
.wpcf7 .formbtn {
  text-align: center;
  padding-bottom: 40px;
}
.wpcf7 .formbtn input[type=submit] {
  color: #FFF;
  display: inline-flex;
  border: 1px solid #FFF;
  padding: 5px 30px;
  border-radius: 100px;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: rgb(20, 21, 72);
  transition: 0.3s;
}
.wpcf7 .formbtn input[type=submit]:hover {
  background-color: rgba(20, 21, 72, 0.5);
}
.wpcf7 .wpcf7-spinner {
  display: block;
}
.wpcf7 .wpcf7-response-output {
  padding: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6;
  border-color: #141648;
}
.wpcf7 .wpcf7-not-valid-tip {
  padding-top: 5px;
  display: inline-block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #C00;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6;
  border-color: #141648;
}

.contactForm h1 {
  font-size: 3rem !important;
}

/************* store *****************/
.store {
  padding: 60px 0;
  margin-top: 60px;
}
.store .pageTT {
  text-align: center;
  font-size: 2rem;
  padding: 40px 0;
}
.store ul {
  display: flex;
  justify-content: space-between;
}
.store ul li {
  width: 31%;
  display: block;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style-type: none;
}
.store ul li p.name {
  padding-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.store ul li p.price {
  padding-top: 10px;
  font-size: 1.3rem;
}
.store ul li p span {
  font-size: 1.1rem;
}

/************* 404 *****************/
.error404 main {
  padding-bottom: 150px;
}
.error404 main h2 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.8;
  padding-bottom: 10px;
}
.error404 main h3 {
  font-weight: normal;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
.error404 main .text p {
  font-size: 1.5rem;
  text-align: center;
}
/*# sourceMappingURL=common.css.map */