@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, 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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: auto;
}

nav, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.subtitle-en-interview {
  font-family: "EB Garamond", serif;
  opacity: 0.3;
  font-weight: 500;
}

.subtitle-interview {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  position: absolute;
}

.desc-interview {
  line-height: 2.2;
  letter-spacing: 2px;
  width: 81.25%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .desc-interview {
    font-size: 14rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    width: 100%;
  }
}

html {
  font-size: 18px;
}

a {
  color: inherit;
}

a, button {
  transition: opacity 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
}

body, input, textarea, button {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

select, option {
  font-family: inherit;
}

main {
  padding-top: 70px;
}

.fixed-body {
  width: 100%;
  height: 100%;
  position: fixed;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}
.wrapper {
  position: relative;
}

.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.head-interview {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.subtitle-en-interview {
  font-size: 180px;
  opacity: 0.3;
  color: #B39A47;
}

.subtitle-interview {
  bottom: 19%;
  left: 0;
  right: 0;
  margin: auto;
}

.wrapper-interview1 {
  padding-top: 40px;
  padding-bottom: 82px;
}

.wrapper-interview2 {
  background-color: #F3E7BF;
  padding-top: 100px;
  padding-bottom: 165px;
}

.inner-interview2 {
  position: relative;
}

.li-employees {
  display: flex;
  padding-left: 3.125%;
  padding-right: 3.125%;
}

.card-employee:nth-child(4), .card-employee:nth-child(3), .card-employee:nth-child(2), .card-employee:first-child {
  width: 26.8%;
  flex-shrink: 0;
  aspect-ratio: 0.6808510638;
  position: relative;
  -webkit-clip-path: polygon(11.3% 0%, 100% 0%, 88.7% 100%, 0% 100%);
          clip-path: polygon(11.3% 0%, 100% 0%, 88.7% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .card-employee:nth-child(4), .card-employee:nth-child(3), .card-employee:nth-child(2), .card-employee:first-child {
    width: 180rem;
    aspect-ratio: 0.679245283;
  }
}

.card-employee:nth-child(2) {
  transform: translate(-11.1%, 19%);
}
.card-employee:nth-child(3) {
  transform: translate(-19.4%, 9%);
}
.card-employee:nth-child(4) {
  transform: translate(-26.8%, -6%);
}

.employee--img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.employee {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  background-color: rgba(179, 154, 71, 0.8);
  padding: 10px 30px;
}

.employee--dept {
  font-size: 14px;
}

.employee--name {
  font-size: 20px;
}

.wrapper-btn-employee {
  position: absolute;
  right: 3.3%;
  bottom: -20%;
}

.sec-head {
  background-color: #9E8B4B;
}
.sec-head .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.head-page {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  width: 863px;
}

.head-page--title-en {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
}

.head-page--title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  display: block;
}

.area-head2 {
  width: 81.25%;
  margin-right: auto;
  margin-left: auto;
}

.head2-en {
  display: block;
  font-family: "EB Garamond", serif;
  color: #B39A47;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 13px;
}

.head2 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
}

.btn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  height: 40px;
  color: #9E8B4B;
  font-size: 14px;
  font-weight: 700;
}
.btn-more::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.btn-more.__w {
  color: #fff;
}
.btn-more.__w::after {
  background-image: url(../img/common/arrow01.svg);
}

.arrow-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-w::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header--w {
  background-color: #fff;
}

.inner-header {
  display: flex;
  align-items: center;
  padding: 15px 30px;
}

.logo-header {
  width: 110px;
  margin-right: 7.4%;
}
@media screen and (max-width: 1080px) {
  .logo-header {
    margin-right: 3%;
  }
}
.logo-header a {
  display: flex;
  align-items: center;
}

.gnav {
  flex: 1;
}

.li-menu {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.li-menu li {
  flex-shrink: 0;
}
.li-menu li a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
}
.li-menu li a.current {
  color: #B39A47;
}
.li-menu li a.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #B39A47;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.li-menu.--black a {
  color: #000;
}
@media screen and (max-width: 1180px) {
  .li-menu {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 1080px) {
  .li-menu li a {
    font-size: 12px;
  }
}

.sp-menu {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sp-menu.opened {
  opacity: 1;
}

.sp-menu-header {
  display: flex;
  align-items: center;
  padding-left: 20rem;
}

.btn-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #B39A47;
  width: 192px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  margin-left: auto;
  padding-left: 58px;
  padding-right: 16px;
}
.btn-entry::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.btn-menu {
  width: 60rem;
  height: 60rem;
  background-image: url(../img/common/menu-open.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-menu--w {
  background-image: url(../img/common/menu-open-w.svg);
}
.btn-menu--close {
  background-image: url(../img/common/menu-close.svg);
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #9E8B4B;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    gap: 30rem;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 12rem;
    width: 30rem;
    height: 30rem;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: min(0.2564102564vw, 1.5px);
  }
  main {
    padding-top: 60rem;
  }
  .head-interview {
    margin-bottom: 55rem;
  }
  .inner-interview {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .subtitle-en-interview {
    font-size: 70rem;
    white-space: nowrap;
  }
  .subtitle-interview {
    font-size: 24rem;
    letter-spacing: 4.8rem;
    bottom: -20rem;
    white-space: nowrap;
  }
  .wrapper-interview1 {
    padding-top: 10rem;
    padding-bottom: 52rem;
  }
  .wrapper-interview2 {
    padding-top: 50rem;
    padding-bottom: 205rem;
  }
  .li-employees {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .card-employee:nth-child(2) {
    transform: translate(-10rem, 25rem);
  }
  .card-employee:nth-child(3) {
    display: none;
  }
  .card-employee:nth-child(4) {
    display: none;
  }
  .employee {
    padding: 6rem 20rem;
  }
  .employee--dept {
    font-size: 10rem;
    letter-spacing: 0.5rem;
  }
  .employee--name {
    font-size: 16rem;
    letter-spacing: 0.8rem;
  }
  .wrapper-btn-employee {
    width: 100%;
    right: 0;
    bottom: -106rem;
    display: flex;
    justify-content: center;
  }
  .sec-head .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding: 12rem 7rem 42rem;
  }
  .head-page {
    width: auto;
    max-width: 100%;
  }
  .head-page--title-en {
    font-size: 24rem;
    display: block;
    text-align: center;
    margin-bottom: 4rem;
  }
  .head-page--title {
    font-size: 20rem;
    letter-spacing: 2rem;
    text-align: center;
    display: block;
  }
  .area-head2 {
    width: 100%;
    text-align: center;
  }
  .head2-en {
    font-size: 30rem;
    margin-bottom: 5rem;
  }
  .head2 {
    font-size: 24rem;
    letter-spacing: 4.8rem;
  }
  .btn-more {
    width: 135rem;
    height: auto;
    font-size: 14rem;
  }
  .btn-more::after {
    width: 42rem;
    height: 42rem;
  }
  .arrow-w::after {
    width: 40rem;
    height: 40rem;
  }
  .inner-header {
    justify-content: flex-start;
    padding: 0 0 0 20rem;
  }
  .logo-header {
    width: 130rem;
    margin-right: auto;
  }
  .gnav {
    display: none;
  }
  .gnav--sp-menu {
    display: block;
  }
  .li-menu--sp-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 60rem);
    row-gap: 52rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 680px) {
  .li-menu--sp-menu {
    row-gap: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .li-menu--sp-menu li a {
    color: #000;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 16rem;
    font-weight: 600;
    letter-spacing: 0.8rem;
  }
  .btn-entry {
    width: 114rem;
    height: 20rem;
    font-size: 10rem;
    margin-left: 0;
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .btn-entry::after {
    width: 13rem;
    height: 13rem;
  }
  .li-footer-menu {
    flex-direction: column;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main section:first-child .copy {
  animation: fadeIn 1s ease-in-out;
}

.footer {
  padding: 40px 0;
  background: #F9F9F9;
}

.inner-footer {
  padding: 0 min(7.8125%, 100px);
}

.container-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper-logo-footer {
  width: 110px;
  margin-right: 4.4%;
}

.li-footer-menu {
  display: flex;
  gap: 9%;
}
.li-footer-menu li {
  flex-shrink: 0;
}
.li-footer-menu a, .li-footer-menu span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1250px) {
  .li-footer-menu {
    gap: 5%;
  }
}
@media screen and (max-width: 1160px) {
  .li-footer-menu {
    gap: 4%;
  }
  .li-footer-menu a {
    font-size: 11px;
  }
}

.li-footer-submenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.area-footer-btn {
  margin-left: auto;
  padding-top: 10px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copy-footer {
  color: #727171;
  font-size: 10px;
}
.copy-footer.pc-view {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .footer {
    height: 666rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40rem 0;
  }
  .inner-footer {
    padding: 0;
  }
  .container-footer {
    flex-direction: column;
  }
  .wrapper-logo-footer {
    width: 110rem;
    margin-right: 0;
    order: 1;
    margin-bottom: 50rem;
  }
  .li-footer-menu {
    order: 3;
    font-size: 13rem;
    gap: 43rem;
  }
  .li-footer-menu a {
    font-size: 13rem;
    font-weight: 600;
    letter-spacing: 1rem;
  }
  .li-footer-menu > li {
    padding-left: 27rem;
  }
  .li-footer-menu > li:last-child {
    margin-bottom: 43rem;
  }
  .li-footer-submenu {
    gap: 23rem;
  }
  .area-footer-btn {
    width: 192rem;
    font-size: 14rem;
    letter-spacing: 0.7rem;
    order: 2;
    padding-top: 0;
    flex-direction: column;
    margin-right: auto;
    margin-bottom: 46rem;
  }
  .area-footer-btn .btn-entry {
    width: 192rem;
    padding-left: 58rem;
  }
  .copy-footer {
    order: 4;
    font-size: 10rem;
  }
}
.sec-head .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 93px;
}

.container {
  width: 58.75%;
  margin: auto;
}


.sec-message {
  position: relative;
}

.title-message {
  padding: 104px 0 64px;
}

.area-img {
  position: relative;
}

.img-president {
  width: 100%;
  aspect-ratio: 2.6666666667;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.message {
  color: #FFF;
  position: absolute;
  top: 7.5vw;
  left: 20.625%;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  animation: fadeIn 1s ease-in-out;
}

.president-block {
  color: #FFF;
  position: absolute;
  bottom: 7.1875vw;
  left: 20.625%;
  animation: fadeIn 1s ease-in-out;
}

.president__role {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.president__name {
  font-size: 24px;
  letter-spacing: 1px;
}

.sec-content {
  padding-top: 64px;
  padding-bottom: 80px;
}

.h3-message {
  text-align: center;
  color: #000;
  font-size: 28px;
  letter-spacing: 1.4px;
  margin-bottom: 64px;
}

.sec-content p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}
.sec-content p:not(:last-child) {
  margin-bottom: 30px;
}
.sec-content p.mb-s {
  margin-bottom: 16px;
  text-align: right;
}

.wrapper-img-msg {
  width: 100%;
  height: 128px;
  position: relative;
  margin-bottom: 16px;
}
.wrapper-img-msg::after {
  content: "";
  width: 1px;
  height: 128px;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 50%;
}

.img-msg {
  width: 42.5531914894%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.sec-business {
  padding-bottom: 82px;
}

.title-biz {
  margin-bottom: 90px;
}

.title-biz-en {
  display: block;
  color: #B39A47;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 14px;
  margin-bottom: 6px;
}

.title-biz-ja {
  display: block;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 32px;
  letter-spacing: 2px;
}

.wrapper-img-business {
  width: 92.2872340426%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .sec-head .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding-top: 35rem;
    padding-bottom: 94rem;
  }
  .container {
    width: 100%;
  }
  .container--message {
    aspect-ratio: initial;
  }
  .img-president {
    aspect-ratio: 1.95;
    transform: translateY(0);
  }
  .message {
    top: 57rem;
    left: 30rem;
    font-size: 12rem;
    line-height: 17rem;
    letter-spacing: 0;
    font-weight: 600;
  }
  .president-block {
    top: 162rem;
    left: 30rem;
  }
  .president__role {
    font-weight: 600;
    font-size: 8rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  .president__name {
    font-weight: 600;
    font-size: 12rem;
    letter-spacing: 0;
  }
  .sec-content {
    padding: 38rem 20rem 22rem;
  }
  .sec-content p {
    font-size: 14rem;
    line-height: 2;
    letter-spacing: 0.7rem;
  }
  .sec-content p:not(:last-child) {
    margin-bottom: 30rem;
  }
  .sec-content p.mb-s {
    margin-bottom: 24rem;
  }
  .wrapper-img-msg {
    width: 320rem;
    margin: 0 auto 19rem;
    aspect-ratio: 0.6837606838;
  }
  .wrapper-img-msg::after {
    height: 128rem;
  }
  .img-msg {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .sec-business {
    padding-bottom: 40rem;
  }
  .title-biz {
    margin-bottom: 16rem;
  }
  .title-biz-en {
    color: #9E8B4B;
    font-family: "EB Garamond", serif;
    font-size: 30rem;
    line-height: 22rem;
    margin-bottom: 12rem;
  }
  .title-biz-ja {
    font-family: "BIZ UDPMincho", serif;
    font-size: 24rem;
    font-weight: 700;
    letter-spacing: 4.8rem;
  }
  .wrapper-img-business {
    width: 303rem;
    margin: 0 auto;
  }
}/*# sourceMappingURL=message.css.map */
/* SP: 見出し下線の幅を全ページ統一 */
@media screen and (max-width: 1024px) {
  .head-page {
    width: 330rem;
  }
}
