@charset "UTF-8";
/* ---------------------------------------
    社長×社員インタビュー
-----------------------------------------*/
/* header
--------------------------------*/
#header {
  background-color: #FFF8F6;
}
#header .header_wrap {
  border-bottom: 1px solid #D0CDCC;
}
#header:not(.navOpen) .header_wrap .logo a {
  background: url(../img/common/logo_black.png) no-repeat center/contain;
}
#header:not(.navOpen) .header_wrap .logo a img {
  opacity: 0;
}
#header .nav_wrap * {
  color: #181414 !important;
}
#header .nav_wrap a span.txt {
  background-image: linear-gradient(90deg, #181414, #181414);
}
#header .nav_wrap .utility .links_list li .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg rect {
  fill: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg path {
  stroke: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .txt,
#header .nav_wrap .utility .sub .search .search_input,
#header .nav_wrap .utility .sub .search.is-open .search_btn {
  border-color: #181414;
}

/* sec_mv
--------------------------------*/
#sec_mv .img img {
  width: 100%;
}

/* common
--------------------------------*/
@media screen and (max-width: 767px) {
  .contents_wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 9.6rem;
  }
}
.contents_wrap > .wrap {
  padding: 9.6rem 2rem 10.4rem;
}
@media screen and (min-width: 768px) {
  .contents_wrap > .wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 15.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap > .wrap {
    display: contents;
    padding: 0;
  }
}
.contents_wrap .side {
  width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side {
    order: 3;
    width: 100%;
    padding: 0 1.2rem;
  }
}
.contents_wrap .side .side_nav {
  padding-top: 1.6rem;
  border-top: 1px solid #D0CDCC;
}
.contents_wrap .side .side_nav + .side_nav {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav + .side_nav {
    margin-top: 4rem;
  }
}
.contents_wrap .side .side_nav .ttl {
  color: #7A7875;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.8rem;
}
.contents_wrap .side .side_nav .ttl::before, .contents_wrap .side .side_nav .ttl::after {
  content: "";
  width: 1px;
  height: 1.1rem;
  background-color: #7A7875;
  position: absolute;
  left: 0.4rem;
  top: -0.1rem;
}
.contents_wrap .side .side_nav .ttl::before {
  rotate: 45deg;
}
.contents_wrap .side .side_nav .ttl::after {
  rotate: -45deg;
}
.contents_wrap .side .side_nav .list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav .list {
    margin-top: 2.4rem;
  }
}
.contents_wrap .side .side_nav .list li {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
.contents_wrap .side .side_nav .list li + li {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav .list li + li {
    margin-top: 2rem;
  }
}
.contents_wrap .side .side_nav .list li a {
  display: inline-block;
}
.contents_wrap .side .side_nav .list li a span.txt {
  padding-bottom: 0.3rem;
  background-image: linear-gradient(90deg, #181414, #181414);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .contents_wrap .side .side_nav .list li a:hover .txt {
    background-size: 100% 1px;
  }
}
.contents_wrap .side .side_nav .list li.is-current {
  color: #D0CDCC;
}
.contents_wrap .side .side_nav .list li.is-current a span.txt {
  background: none;
}
.contents_wrap .contents {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .contents {
    order: 1;
    width: 100%;
  }
}

/* sec_intro
--------------------------------*/
@media screen and (max-width: 767px) {
  #sec_intro {
    padding: 5.6rem 1.2rem;
  }
}
#sec_intro .sec_ttl {
  display: block;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8125;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #sec_intro .sec_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
#sec_intro .txt_lead {
  font-size: 2.4rem;
  line-height: 2.2083333333;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .txt_lead {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
#sec_intro .txt {
  text-indent: 1em;
  line-height: 2.375;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .txt {
    line-height: 2.2;
    margin-top: 2.4em;
  }
}
#sec_intro .box {
  padding: 3.3rem 2.4rem;
  background-color: rgba(208, 205, 204, 0.3);
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .box {
    padding: 1.6rem 1.6rem 2.4rem;
    margin-top: 3.2rem;
  }
}
#sec_intro .box .item + .item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .box .item + .item {
    margin-top: 2.4rem;
  }
}
#sec_intro .box .item .ttl {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  color: #7A7875;
  font-style: italic;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #sec_intro .box .item .ttl {
    font-size: 1.4rem;
  }
}
#sec_intro .box .item .ttl::before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #D0CDCC;
}
#sec_intro .box .item .inner {
  display: flex;
  align-items: center;
  gap: 0 3.2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .box .item .inner {
    gap: 0 1.6rem;
  }
}
#sec_intro .box .item .img {
  width: 12rem;
}
#sec_intro .box .item .txt_wrap {
  flex: 1;
}
#sec_intro .box .item .txt_wrap .position {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
#sec_intro .box .item .txt_wrap .name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .box .item .txt_wrap .name {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#sec_intro .box .item .txt_wrap .name ruby {
  ruby-position: over;
}
#sec_intro .box .item .txt_wrap .name ruby rt {
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 767px) {
    #sec_intro .box .item .txt_wrap .name ruby rt {
      margin-bottom: 0;
      transform: translateY(0.5em);
    }
  }
}
#sec_intro .box .item .txt {
  width: 60rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  margin-left: auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .box .item .txt {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.6923076923;
    margin-top: 1.6rem;
  }
}

/* sec_crosstalk
--------------------------------*/
@media screen and (max-width: 767px) {
  #sec_crosstalk {
    order: 2;
    padding-top: 14.4rem;
    margin-top: -7.2rem;
  }
}
#sec_crosstalk .crosstalk_nav {
  position: sticky;
  top: 0;
  padding: 1.4rem 0 1.6rem;
  background-color: #F1EBE9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_nav {
    top: 7.2rem;
    padding: 1.2rem 1.2rem 0.9rem;
  }
  #sec_crosstalk .crosstalk_nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 7.2rem;
    background-color: #FFF8F6;
    position: absolute;
    left: 0;
    top: -7.2rem;
    z-index: 1;
  }
}
#sec_crosstalk .crosstalk_nav .wrap {
  max-width: 111.2rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_nav .wrap {
    width: calc(100% + 1.2rem);
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 1.2rem 1.6rem 0;
    margin: 0 -1.2rem 0 0;
  }
}
#sec_crosstalk .crosstalk_nav .ttl {
  flex: 0 0 auto;
  color: #7A7875;
  font-style: italic;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_nav .ttl {
    font-size: 1.4rem;
  }
}
#sec_crosstalk .crosstalk_nav .nav_list {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_nav .nav_list {
    justify-content: flex-start;
  }
}
#sec_crosstalk .crosstalk_nav .nav_list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  min-height: 4.8rem;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.15em;
  padding: 1.1rem 5.2rem 1.3rem 1.9rem;
  border: 1px solid #D0CDCC;
  border-radius: 100vh;
  border-radius: 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec_crosstalk .crosstalk_nav .nav_list .item a {
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  #sec_crosstalk .crosstalk_nav .nav_list .item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_nav .nav_list .item a {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
#sec_crosstalk .crosstalk_nav .nav_list .item a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.25rem 0 0.25rem;
  border-color: #D0CDCC transparent transparent transparent;
  position: absolute;
  right: 2.4rem;
  top: calc(50% - 0.4rem);
}
#sec_crosstalk .crosstalk_contents {
  position: relative;
}
#sec_crosstalk .crosstalk_contents .contents_bg {
  width: 100%;
  height: calc(100vh - 7.8rem);
  position: sticky;
  top: 7.8rem;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
#sec_crosstalk .crosstalk_contents .contents_bg .bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#sec_crosstalk .crosstalk_contents .contents_bg .bg.is-active {
  opacity: 1;
}
#sec_crosstalk .crosstalk_contents .contents_bg .bg img {
  max-width: inherit;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .contents_bg .bg img {
    width: 100%;
    object-fit: cover;
  }
}
#sec_crosstalk .crosstalk_contents .section {
  padding: 8.8rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section {
    padding: 0;
  }
}
#sec_crosstalk .crosstalk_contents .section._01 {
  margin-top: calc(-100vh + 10.1rem);
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section._01 {
    margin-top: 0;
  }
}
#sec_crosstalk .crosstalk_contents .section .wrap {
  padding-left: 43.6rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .wrap {
    padding: 4rem 1.2rem 6.4rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .sec_ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .sec_ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
#sec_crosstalk .crosstalk_contents .section .sec_ttl .poppins {
  display: block;
  color: #D0CDCC;
  font-style: italic;
  font-weight: 100;
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .sec_ttl .poppins {
    font-size: 4rem;
    margin-bottom: 0.8rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .block {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block {
    margin-top: 4.8rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .block + .block {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block + .block {
    margin-top: 4.8rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .block .ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding-left: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block .ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    letter-spacing: 0.1em;
    padding-left: 4.4rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .block .ttl::before {
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #181414;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block .ttl::before {
    width: 3.6rem;
    top: 1.4rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .block .list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block .list {
    margin-top: 2.4rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .block .list .item {
  display: flex;
  align-items: flex-start;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block .list .item {
    gap: 0 1.6rem;
  }
}
#sec_crosstalk .crosstalk_contents .section .block .list .item + .item {
  margin-top: 3.2rem;
}
#sec_crosstalk .crosstalk_contents .section .block .list .item .img_wrap {
  width: 7.2rem;
}
#sec_crosstalk .crosstalk_contents .section .block .list .item .img_wrap .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#sec_crosstalk .crosstalk_contents .section .block .list .item .img_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_crosstalk .crosstalk_contents .section .block .list .item .img_wrap .name {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
  margin-top: 0.5rem;
}
#sec_crosstalk .crosstalk_contents .section .block .list .item .txt_wrap {
  flex: 1;
}
#sec_crosstalk .crosstalk_contents .section .block .list .item .txt_wrap .txt {
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block .list .item .txt_wrap .txt {
    line-height: 2.2;
  }
}
#sec_crosstalk .crosstalk_contents .section .block .list .item .txt_wrap .txt + .txt {
  margin-top: 1.6rem;
}
#sec_crosstalk .crosstalk_contents .section .block > .img {
  width: 69.3rem;
  margin-top: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #sec_crosstalk .crosstalk_contents .section .block > .img {
    width: 27.4rem;
    margin-top: 2.4rem;
  }
}

/* 英語ページ
--------------------------------*/
html[lang=en] .contents_wrap .side .side_nav .list li {
  letter-spacing: 0.05em;
}

html[lang=en] .contents *, html[lang=en] #sec_crosstalk *, html[lang=zh] .contents *, html[lang=zh] #sec_crosstalk * {
  font-family: "Source Sans 3", sans-serif;
  word-break: normal;
  overflow-wrap: break-word;
}
html[lang=en] #sec_intro .sec_ttl, html[lang=zh] #sec_intro .sec_ttl {
  letter-spacing: 0.1em;
}
html[lang=en] #sec_intro .txt, html[lang=zh] #sec_intro .txt {
  text-indent: 0;
}
html[lang=en] #sec_intro .box .item .txt_wrap .position, html[lang=zh] #sec_intro .box .item .txt_wrap .position {
  letter-spacing: 0.05em;
}
html[lang=en] #sec_intro .box .item .txt_wrap .name, html[lang=zh] #sec_intro .box .item .txt_wrap .name {
  letter-spacing: 0.05em;
}
html[lang=en] #sec_intro .box .item .txt, html[lang=zh] #sec_intro .box .item .txt {
  letter-spacing: 0.05em;
}
html[lang=en] #sec_crosstalk .crosstalk_nav .nav_list .item a, html[lang=zh] #sec_crosstalk .crosstalk_nav .nav_list .item a {
  letter-spacing: 0.05em;
  padding: 1.2rem 3rem 1.2rem 1.3rem;
}
html[lang=en] #sec_crosstalk .crosstalk_nav .nav_list .item a::before, html[lang=zh] #sec_crosstalk .crosstalk_nav .nav_list .item a::before {
  right: 1.6rem;
}
html[lang=en] #sec_crosstalk .crosstalk_contents .section .block .ttl, html[lang=zh] #sec_crosstalk .crosstalk_contents .section .block .ttl {
  letter-spacing: 0.05em;
}
html[lang=en] #sec_crosstalk .crosstalk_contents .section .block .list .item .img_wrap .name, html[lang=zh] #sec_crosstalk .crosstalk_contents .section .block .list .item .img_wrap .name {
  letter-spacing: 0.05em;
}
html[lang=en] #sec_crosstalk .crosstalk_contents .section .block .list .item .txt_wrap .txt, html[lang=zh] #sec_crosstalk .crosstalk_contents .section .block .list .item .txt_wrap .txt {
  text-indent: 0;
  letter-spacing: 0.05em;
}