@charset "utf-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}
/*----------------------------------------
	.lang 言語切替導線 日本語ページのみの場合
----------------------------------------*/
.wovn-languages_accordion_list .wovn-switch {
  border-bottom: none;
}
.wovn-languages_accordion_list .wovn-switch:nth-child(n + 2) {
  display: none !important;
}
.wovn-languages_list {
  display: none !important;
}
/*----------------------------------------
	font
----------------------------------------*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}
html {
  font-family: "Noto Serif Japanese", serif, san-serif;
  max-width: 100%;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 200;
}
body {
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}
.en-h {
  font-family: "Cinzel", serif;
}
/*----------------------------------------
	links
----------------------------------------*/
a,
a:visited {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
a:hover img {
  opacity: 0.6;
}
img {
}
/* 〜479px：SP縦 */
/*----------------------------------------
	出し分け
----------------------------------------*/
.sp_on {
  display: block;
}
.pc_on {
  display: none;
}
.tab_on {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
#header nav ul li a {
  color: #333;
  text-align: left;
}
#header nav ul li.members {
  text-align: left;
}
/*----------------------------------------
	contents
----------------------------------------*/
#contents {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #666;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0px auto 60px;
  padding: 67px 0px 0px;
}
#contents .main h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  color: #000;
  background-color: transparent;
  line-height: 1.5;
  padding: 0 0 30px;
}
#contents .main h2 span {
  display: block;
}
#contents h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  color: #000;
  padding-bottom: 10px;
  line-height: 1.5;
}
#contents h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 0.8rem;
}
#contents .main {
  width: 86%;
  margin: 0 auto;
  max-width: 950px;
  text-align: left;
}
#stage h4 {
  color: #000;
}
#contents .page_category {
  border-bottom: #ccc solid 1px;
  padding: 30px 0;
}
#contents .page_category h2 {
  background-color: transparent;
  line-height: 1.5;
  font-size: 3rem;
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  #contents h4 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 600px) {
  #contents h4 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  #contents {
    /* width: 1100px; */
    margin: 0 auto 90px;
    font-size: 1.5rem;
    padding-top: 110px;
  }
  #contents h2 {
    font-size: 3rem;
  }
  #contents h3 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  #contents h4 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
/*----------------------------------------
	COMPANY
----------------------------------------*/
#COMPANY {
  margin: 40px 0 80px;
  text-align: left;
}
.company_info {
  display: flex;
  justify-content: space-between;
}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_info dl dt {
  color: #7b7456;
  width: 20%;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
.company_info dl dd {
  letter-spacing: 0.1em;
  border-left: #999999 solid 1px;
  width: 80%;
  margin-top: 2rem;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 1024px) {
  #COMPANY section {
    display: flex;
  }
  #COMPANY section div {
    flex-basis: 50%;
  }
  .company_info {
    padding: 0 0 0 3rem;
  }
}
/*----------------------------------------
	PHILOSOPHY
----------------------------------------*/
#PHILOSOPHY {
  margin-bottom: 80px;
}
.philosophy {
  border: #cccccc solid 1px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 0.71429rem 0.14286rem rgb(0 0 0 / 20%);
}
.philosophy_txt h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7b7456;
  margin: 20px auto;
}
.philosophy_txt {
  padding: 30px 26px 10px;
}
.philosophy_txt p {
  margin-bottom: 20px;
}
.philosophy_img img {
  vertical-align: bottom;
}
.philosophy_txt ol {
  counter-reset: philo 0;
}
.philosophy_txt ol li {
  padding: 0 0 3rem 3rem;
  position: relative;
}
.philosophy_txt ol li:before {
  position: absolute;
  left: 0rem;
  top: -7px;
  counter-increment: philo 1;
  width: 3.57143rem;
  content: counter(philo) ". ";
  font-size: 2.4rem;
  color: #000;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  #PHILOSOPHY {
    margin-bottom: 80px;
  }
  .philosophy {
    display: flex;
  }
  .philosophy.person {
    flex-direction: row-reverse;
  }
  .philosophy_img img {
    height: 100%;
    object-fit: cover;
  }
  .philosophy div {
    flex-basis: 50%;
  }
  .philosophy.corporate div {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .philosophy_txt {
    padding: 50px 50px;
  }
  .philosophy.corporate .philosophy_txt {
    padding: 50px 70px;
  }
}
/*----------------------------------------
	SUSTAINABILITY
----------------------------------------*/
.sustainability_txt h3 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.sustainability_txt h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7b7456;
  margin: 20px auto;
}
.sustainability_txt p {
  margin-bottom: 40px;
}
.sustainability_txt ol li h5 {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.sustainability_txt ol li p {
  margin-bottom: 20px;
}
.sustainability_txt ol li .four_issues {
  margin-bottom: 20px;
  overflow: auto;
  text-align: center;
}
.sustainability_txt ol li .four_issues img {
  min-width: 550px;
}
.sustainability_txt ol li .sdgs_pict {
  margin-bottom: 20px;
  display: inline-flex;
}
.sustainability_txt ol li .sdgs_pict img {
  margin-right: 0.8rem;
  flex-basis: 30%;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .sustainability_txt ol li .sdgs_pict img {
    max-width: 100%;
  }
}
/* 1024px〜：タブレット横 */
@media screen and (min-width: 1024px) {
}
