@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;
}

/* common
--------------------------------*/
.contents_wrap {
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .contents_wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 15.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding-bottom: 9.6rem;
  }
}
.contents_wrap .side {
  width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side {
    width: 100%;
    margin-top: 7.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 {
    width: 100%;
  }
}
.contents_wrap .contents .sec_ttl {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.15em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .contents .sec_ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    margin-bottom: 1.6rem;
  }
}

/* page_nav
--------------------------------*/
#page_nav {
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  #page_nav {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 6.4rem 0 1.6rem;
    margin-right: -1.2rem;
  }
}
#page_nav .nav_list {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  #page_nav .nav_list {
    width: fit-content;
    justify-content: flex-start;
    padding-right: 1.2rem;
  }
}
#page_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) {
  #page_nav .nav_list .item a {
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  #page_nav .nav_list .item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #page_nav .nav_list .item a {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
#page_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_outline
--------------------------------*/
#sec_outline {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_outline {
    padding: 4rem 0;
  }
}
#sec_outline .tb {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(208, 205, 204, 0.5);
}
@media screen and (max-width: 767px) {
  #sec_outline .tb {
    display: block;
  }
}
#sec_outline .tb + .ttl {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_outline .tb + .ttl {
    margin-top: 1.6rem;
  }
}
#sec_outline .tb dt, #sec_outline .tb dd, #sec_outline .tb p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
#sec_outline .tb > dt, #sec_outline .tb > dd {
  padding: 2.1rem 0 2.2rem;
  border-bottom: 1px solid rgba(208, 205, 204, 0.5);
}
#sec_outline .tb > dt {
  width: 14.4rem;
  color: #7A7875;
}
@media screen and (max-width: 767px) {
  #sec_outline .tb > dt {
    width: 100%;
    padding: 1.2rem 0 0.4rem;
    border-bottom: none;
  }
}
#sec_outline .tb > dd {
  width: calc(100% - 14.4rem);
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_outline .tb > dd {
    width: 100%;
    padding: 0 0 1.5rem;
  }
}
#sec_outline .tb dl.info > dd {
  margin-top: 0.8rem;
}
#sec_outline .tb dl.info > dd .num, #sec_outline .tb dl.info > dd .reg {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.2857142857;
  letter-spacing: 0.15em;
  margin-top: 0.8rem;
}
#sec_outline .tb dl.info > dd .num span, #sec_outline .tb dl.info > dd .reg span {
  color: #7A7875;
  letter-spacing: 0.15em;
  margin-right: 0.8rem;
}
#sec_outline .tb dl.info > dd .reg {
  display: flex;
}
#sec_outline .tb dl.info > dd .reg span {
  flex: 0 0 auto;
}
#sec_outline .box {
  width: 100%;
  height: 7.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: rgba(208, 205, 204, 0.5);
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_outline .box {
    height: 6.6rem;
    margin-top: 2.4rem;
  }
}
#sec_outline .box .txt {
  font-weight: 500;
}
#sec_outline .box a span {
  padding-bottom: 0.3rem;
  position: relative;
  background-image: linear-gradient(90deg, #181414, #181414);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  transition: background-size 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  #sec_outline .box a:hover span {
    background-size: 0 1px;
  }
}
#sec_outline .box a::after {
  content: "";
  display: inline-block;
  vertical-align: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
  margin: 0 0.4rem;
}
#sec_outline .btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  #sec_outline .btn {
    margin-top: 3.2rem;
  }
}
#sec_outline .btn a {
  min-width: 52rem;
  min-height: 12.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_outline .btn a {
    min-width: 100%;
    min-height: 10.8rem;
  }
}
#sec_outline .btn a[href$=".pdf"] .btn_txt > span {
  padding-right: 4.1rem;
}
#sec_outline .btn a[href$=".pdf"] .btn_txt > span::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1.3rem;
  background: #181414 url(../img/common/ico_pdf.svg) no-repeat 0.3rem center/2rem auto;
  position: absolute;
  right: 0;
  top: calc(50% - 0.8rem);
}

/* sec_organization
--------------------------------*/
#sec_organization {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_organization {
    padding: 4rem 0;
  }
}
#sec_organization .img {
  margin-right: -1.7rem;
}
@media screen and (max-width: 767px) {
  #sec_organization .img {
    margin-right: 0;
  }
}

/* sec_global
--------------------------------*/
#sec_global {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_global {
    padding: 4rem 0;
  }
}
#sec_global .txt_lead {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  #sec_global .txt_lead {
    margin-bottom: 3.2rem;
  }
}
#sec_global .map_box {
  width: 100%;
  border: 1px solid #D0CDCC;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_global .map_box {
    width: 100%;
  }
}
#sec_global .map_box .map_scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #D0CDCC #FFF8F6;
}
#sec_global .map_box .map_scroll::-webkit-scrollbar {
  height: 0.6rem;
}
#sec_global .map_box .map_scroll::-webkit-scrollbar-track {
  background-color: #FFF8F6;
  border-radius: 0.3rem;
}
#sec_global .map_box .map_scroll::-webkit-scrollbar-thumb {
  background-color: #D0CDCC;
  border-radius: 0.3rem;
}
#sec_global .map_box .map_scroll:active {
  cursor: grabbing;
}
#sec_global .map_box .map_scroll.is-dragging {
  cursor: grabbing;
}
#sec_global .map_box .map_canvas {
  position: relative;
  width: 107.9rem;
}
@media screen and (max-width: 767px) {
  #sec_global .map_box .map_canvas {
    width: 86.3rem;
  }
}
#sec_global .map_box .img_map {
  display: block;
  width: 107.9rem;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  #sec_global .map_box .img_map {
    width: 86.3rem;
  }
}
#sec_global .map_box .map_pins {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#sec_global .map_box .map_pin {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_global .map_box .map_pin {
    width: 1.92rem;
    height: 1.92rem;
    pointer-events: none;
  }
}
#sec_global .map_box .map_pin > img {
  width: 100%;
  transition: 0.2s ease;
}
@media screen and (min-width: 768px) {
  #sec_global .map_box .map_pin:hover > img {
    scale: 1.416666;
  }
}
#sec_global .map_box .map_popup {
  width: max-content;
  padding: 2rem 2rem 1rem;
  background-color: #FFF8F6;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.4rem #7A7875;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 3;
  margin-left: 2.5rem;
}
#sec_global .map_box .map_popup.is-no-image {
  padding: 0.4rem 1.2rem 0.6rem;
}
#sec_global .map_box .map_popup .popup_img {
  max-width: 18.2rem;
}
#sec_global .map_box .map_popup .popup_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#sec_global .map_box .map_popup .popup_img img + img {
  margin-top: 1rem;
}
#sec_global .map_box .map_popup .popup_img + .popup_ttl {
  margin-top: 0.8rem;
}
#sec_global .map_box .map_popup .popup_img.noimg + .popup_ttl {
  margin-top: -1rem;
}
#sec_global .map_box .map_popup .popup_ttl {
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sec_global .map_box .map_popup {
    display: none;
  }
}
#sec_global .map_box .map_pin.is-left-popup .map_popup {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: 2.5rem;
}
#sec_global .map_box .map_pin.is-left-popup .map_popup::after {
  left: auto;
  right: -0.8rem;
  border-right: 0;
  border-left: 0.8rem solid #f6f2ef;
}
@media screen and (min-width: 768px) {
  #sec_global .map_box .map_pin:hover {
    z-index: 5;
  }
  #sec_global .map_box .map_pin:hover .map_popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#sec_global .global_block {
  margin-top: 7.9rem;
}
@media screen and (max-width: 767px) {
  #sec_global .global_block {
    margin-top: 3.2rem;
  }
}
#sec_global .global_block + .global_block {
  margin-top: 0;
}
#sec_global .global_block .block_ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding: 4rem 9.6rem 4rem 1.6rem;
  border-top: 1px solid #D0CDCC;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #sec_global .global_block .block_ttl {
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  #sec_global .global_block .block_ttl:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #sec_global .global_block .block_ttl {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    padding: 2.4rem 4rem 2.4rem 0.8rem;
  }
}
#sec_global .global_block .block_ttl .ico {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #D0CDCC;
  border-radius: 50%;
  position: absolute;
  right: 3.2rem;
  top: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  #sec_global .global_block .block_ttl .ico {
    width: 2.4rem;
    height: 2.4rem;
    right: 1.6rem;
    top: calc(50% - 1.2rem);
  }
}
#sec_global .global_block .block_ttl .ico::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0.3rem 0 0.3rem;
  border-color: #7A7875 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 0.3rem);
  top: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #sec_global .global_block .block_ttl .ico::before {
    border-width: 1rem 0.25rem 0 0.25rem;
    left: calc(50% - 0.25rem);
    top: 0.7rem;
  }
}
#sec_global .global_block .block_ttl.is-open .ico::before {
  rotate: 180deg;
  top: 0.9rem;
}
@media screen and (max-width: 767px) {
  #sec_global .global_block .block_ttl.is-open .ico::before {
    top: 0.5rem;
  }
}
#sec_global .global_block .acd_contents {
  padding: 1.6rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  #sec_global .global_block .acd_contents {
    padding: 0 0 3.2rem;
  }
}
#sec_global .global_block .acd_contents .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_global .global_block .acd_contents .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 2rem;
  }
}
#sec_global .global_block .acd_contents .list .item .img {
  width: 100%;
  aspect-ratio: 1/1;
}
#sec_global .global_block .acd_contents .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_global .global_block .acd_contents .list .item .ttl {
  font-weight: 500;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sec_global .global_block .acd_contents .list .item .ttl {
    margin-top: 0.8rem;
  }
}

/* sec_links
--------------------------------*/
#sec_links {
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  #sec_links {
    padding: 4rem 0;
  }
}
#sec_links .links_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_links .links_list {
    grid-template-columns: 1fr;
  }
}
#sec_links .links_list .btn {
  margin-bottom: -1px;
}
#sec_links .links_list .btn a {
  width: 100%;
  min-height: inherit;
  padding: 2.2rem 1.8rem 2.1rem 0;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 767px) {
  #sec_links .links_list .btn a {
    padding: 1.8rem 1rem 1.8rem 0;
  }
}
#sec_links .links_list .btn a .btn_txt {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_links .links_list .btn a .btn_txt {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
#sec_links .links_list .btn a .arw {
  width: 1.3rem;
  height: 0.7rem;
}
@media screen and (min-width: 768px) {
  #sec_links .links_list .btn a:hover .arw::before {
    width: 0.8rem;
  }
}

/* 英語ページ
--------------------------------*/
html[lang=en] .contents_wrap .side .side_nav .list li {
  letter-spacing: 0.05em;
}
html[lang=en] .contents_wrap .contents .sec_ttl {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
html[lang=en] #page_nav .nav_list .item a {
  letter-spacing: 0.05em;
}