@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*----------------------------------
下層ページ共通
----------------------------------*/
.page-mv {
  padding: 123px 100px 0 0;
}
@media (max-width: 1023px) {
  .page-mv {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .page-mv {
    padding: 60px 16px 0 0;
  }
}
.page-mv.no-img {
  padding: 170px 0 0 100px;
}
@media (max-width: 1099px) {
  .page-mv.no-img {
    padding-left: 100px;
    padding-left: 9.0909090909vw;
  }
}
@media (max-width: 767px) {
  .page-mv.no-img {
    padding: 100px 0 0 16px;
  }
}
.page-mv.no-img .page-mv__title {
  position: relative;
  bottom: initial;
  left: initial;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-mv.no-img .page-mv__title {
    transform: initial;
  }
}
.page-mv.no-img .page-mv__title > span.ja {
  color: #212121;
  margin: 0;
}
.page-mv.no-img .page-mv__title > span.en {
  font-size: 5.4rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .page-mv.no-img .page-mv__title > span.en {
    font-size: 4rem;
  }
}

.page-mv__wrap {
  position: relative;
}

.page-mv__img img {
  border-radius: 0 50px 50px 0;
}
@media (max-width: 767px) {
  .page-mv__img img {
    border-radius: 0 18px 18px 0;
  }
}

.page-mv__title {
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media (max-width: 767px) {
  .page-mv__title {
    bottom: 19px;
    bottom: 5.0666666667vw;
  }
}
.page-mv__title > span {
  display: block;
}
.page-mv__title > span.en {
  font-size: 14.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: rgba(241, 241, 241, 0.5);
  line-height: 1.55;
}
@media (max-width: 1099px) {
  .page-mv__title > span.en {
    font-size: 142px;
    font-size: 12.9090909091vw;
  }
}
@media (max-width: 767px) {
  .page-mv__title > span.en {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}
.page-mv__title > span.ja {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  margin: -89px 0 0 100px;
}
@media (max-width: 1099px) {
  .page-mv__title > span.ja {
    font-size: 48px;
    font-size: 4.3636363636vw;
    margin-top: -89px;
    margin-top: -8.0909090909vw;
    margin-left: 100px;
    margin-left: 9.0909090909vw;
  }
}
@media (max-width: 767px) {
  .page-mv__title > span.ja {
    font-size: 28px;
    font-size: 7.4666666667vw;
    margin-top: -24px;
    margin-top: -6.4vw;
  }
}

.section__title > span.en {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.333;
  color: #B71906;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section__title > span.en {
    font-size: 1.6rem;
  }
}
.section__title > span.en::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #B71906;
  margin-right: 6px;
}
.section__title > span.ja {
  display: block;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.555;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .section__title > span.ja {
    font-size: 2.2rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

.page-numbers {
  width: 41px;
  height: 41px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.025em;
  color: #212121 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
  width: auto;
}
.page-numbers.prev::after, .page-numbers.next::after {
  content: "";
  background: url(../img/common/arrow_pagination.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 15px;
}
.page-numbers.prev {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .page-numbers.prev {
    margin-right: 20px;
  }
}
.page-numbers.prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-numbers.next {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .page-numbers.next {
    margin-left: 20px;
  }
}

.page-numbers.current {
  background-color: #C9C9C9;
  border-radius: 50%;
}

.breadcrumb {
  margin: 16px 0 0 100px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 10px 0 0 16px;
  }
}

.breadcrumb__items {
  display: flex;
}
@media (max-width: 767px) {
  .breadcrumb__items {
    flex-wrap: wrap;
  }
}
.breadcrumb__items > span {
  color: #C9C9C9;
  font-size: 1.3rem;
  line-height: 1.428;
}
@media (max-width: 767px) {
  .breadcrumb__items > span {
    font-size: 1.2rem;
    line-height: 1.416;
  }
}
.breadcrumb__items > span a {
  color: #212121;
}
.breadcrumb__items > span:first-child {
  margin-top: 1.5px;
}
.breadcrumb__items > span:first-child a {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.breadcrumb__items > span:first-child a::before {
  content: "";
  background: url(../img/common/icon_home.svg) no-repeat center left/contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 4px 3px 0;
}
@media (max-width: 767px) {
  .breadcrumb__items > span:first-child a::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__items > span:nth-child(2) {
    white-space: nowrap;
  }
}
.breadcrumb__items > span:nth-child(2) a {
  text-decoration: initial;
}
.breadcrumb__items > span:not(:first-child) {
  margin-left: 24px;
  position: relative;
}
.breadcrumb__items > span:not(:first-child)::before {
  content: "";
  background: url(../img/common/arrow_breadcrumb.svg) no-repeat center left/contain;
  position: absolute;
  top: 1px;
  left: -15px;
  width: 8px;
  height: 19px;
}
@media (max-width: 767px) {
  .breadcrumb__items > span:not(:first-child)::before {
    top: 0;
  }
}
.breadcrumb__items > span:not(:last-child) {
  white-space: nowrap;
}

.error404 .breadcrumb {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .error404 .breadcrumb {
    margin-top: 90px;
  }
}
.error404 p {
  text-align: center;
  margin-top: 70px;
}

/*----------------------------------
会社情報ページ
----------------------------------*/
.corporate {
  margin-top: 107px;
}
@media (max-width: 767px) {
  .corporate {
    margin-top: 50px;
  }
}

.corporate__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 1023px) {
  .corporate__items {
    gap: 60px 20px;
  }
}
@media (max-width: 767px) {
  .corporate__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.corporate-link .arrow {
  right: 20px;
}
.corporate-link:hover {
  opacity: 1;
}
.corporate-link:hover img {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .corporate-link:hover .corporate__title .ja {
    color: #B71906;
  }
}
@media (min-width: 768px) {
  .corporate-link:hover .arrow .arrow__inner::before {
    transform: translateX(100%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .corporate-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}

.corporate__img {
  overflow: hidden;
}
.corporate__img img {
  transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.corporate__wrap {
  margin-top: 16px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .corporate__wrap {
    padding-left: 15px;
  }
}
.corporate__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #B71906, #F2CDC8);
}

.corporate__title {
  line-height: 1.3335;
}
@media (max-width: 767px) {
  .corporate__title {
    padding-right: 70px;
  }
}
.corporate__title > span {
  display: block;
}
.corporate__title .ja {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #212121;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .corporate__title .ja {
    font-size: 1.8rem;
  }
}
.corporate__title .en {
  font-size: 2.9rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #F1F1F1;
}
@media (max-width: 767px) {
  .corporate__title .en {
    font-size: 2.3rem;
  }
}

#first_view.workcontents {
  max-width: 100% !important;
}

#content.philosophy {
  max-width: 100%;
  padding: 0;
}

#content.philosophy .phil_main .ib .side .agenda .inner {
  width: initial;
  margin: initial;
  height: initial;
}

.workcontents.tb .bread a,
.workcontents.philosophy .bread a {
  color: #fff;
}

/*----------------------------------
メッセージ / 社名についてページ
----------------------------------*/
.page-message,
.page-about,
.page-location,
.page-history,
.page-oganization,
.page-directors,
.page-sdgs {
  position: relative;
}
.page-message::after,
.page-about::after,
.page-location::after,
.page-history::after,
.page-oganization::after,
.page-directors::after,
.page-sdgs::after {
  content: "";
  background: url(../img/corporate/mv_illust.svg) no-repeat center left/contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 791px;
  width: 56.5vw;
  height: 270px;
  height: 19.2857142857vw;
}
@media (max-width: 1023px) {
  .page-message::after,
.page-about::after,
.page-location::after,
.page-history::after,
.page-oganization::after,
.page-directors::after,
.page-sdgs::after {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .page-message::after,
.page-about::after,
.page-location::after,
.page-history::after,
.page-oganization::after,
.page-directors::after,
.page-sdgs::after {
    top: 60px;
  }
}

.corporate-menus {
  margin-top: 70px;
  height: 86px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .corporate-menus {
    margin-top: 40px;
    height: auto;
  }
}
.corporate-menus .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F1F1F1;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .corporate-menus .inner {
    padding: 20px 10px;
  }
}

.corporate-menus__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .corporate-menus__wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .corporate-menu {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .corporate-menu + .corporate-menu {
    margin-top: 10px;
  }
}

.corporate-menu-link {
  position: relative;
  font-size: 1.8rem;
  color: #B71906;
  padding-right: 37px;
}
.corporate-menu-link .arrow {
  width: 23px;
  height: 23px;
  right: 0;
  margin-left: 14px;
}
.corporate-menu-link .arrow .arrow__inner {
  width: 14px;
  height: 14px;
}
.corporate-menu-link .arrow .arrow__inner::before, .corporate-menu-link .arrow .arrow__inner::after {
  top: 57%;
  left: 3%;
  width: 13px;
}
.corporate-menu-link .arrow .arrow__inner::before {
  transform: translateX(0) translateY(-50%) rotate(90deg);
}
.corporate-menu-link .arrow .arrow__inner::after {
  transform: translateX(0) translateY(-150%) rotate(90deg);
}
.corporate-menu-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .corporate-menu-link:hover .arrow .arrow__inner::before {
    transform: translateX(0) translateY(50%) rotate(90deg);
  }
}
@media (min-width: 768px) {
  .corporate-menu-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%) rotate(90deg);
  }
}

.corporate__content {
  margin-top: 66px;
}
@media (max-width: 767px) {
  .corporate__content {
    margin-top: 20px;
  }
}

.message__inner {
  padding: 0 88px 0 100px;
}
@media (max-width: 1023px) {
  .message__inner {
    padding: 0;
  }
}
.message__inner .corporate__text {
  margin: 40px 11px 0 0;
}
@media (max-width: 767px) {
  .message__inner .corporate__text {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 359px) {
  .message__inner .section__title .ja {
    font-size: 2.1rem;
  }
}

.corporate-sec {
  padding-top: 30px;
}
.corporate-sec + .corporate-sec {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .corporate-sec + .corporate-sec {
    margin-top: 30px;
  }
}

.corporate__text {
  letter-spacing: 0.025em;
}

.message-logo {
  margin-top: 90px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .message-logo {
    margin-top: 40px;
    padding-top: 0;
  }
}
.message-logo .corporate__text {
  margin-left: 76px;
}
@media (max-width: 1023px) {
  .message-logo .corporate__text {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .message-logo .corporate__text {
    margin: 30px 0 0 0;
  }
}

.message-logo__inner {
  padding: 60px 105px 60px 100px;
  border: 1px solid #F1F1F1;
  border-radius: 42px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .message-logo__inner {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .message-logo__inner {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

.message-logo__title {
  font-size: 2.8rem;
  color: #B71906;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .message-logo__title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.message-logo__wrap {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-left: 37px;
}
@media (max-width: 1023px) {
  .message-logo__wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .message-logo__wrap {
    display: block;
  }
}

.message-logo__img {
  flex: 0 0 42.1%;
}
@media (max-width: 767px) {
  .message-logo__img {
    width: 250px;
    max-width: 80%;
    margin: auto;
  }
}

.corporate-archive {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .corporate-archive {
    margin-top: 80px;
  }
}

.corporate-archive__title span {
  display: block;
  line-height: 1;
}
.corporate-archive__title span.en {
  font-size: 8rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #F1F1F1;
}
@media (max-width: 767px) {
  .corporate-archive__title span.en {
    font-size: 5rem;
  }
}
@media (max-width: 359px) {
  .corporate-archive__title span.en {
    font-size: 4.2rem;
  }
}
.corporate-archive__title span.ja {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .corporate-archive__title span.ja {
    font-size: 2.4rem;
  }
}
.corporate-archive__title span.ja::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #B71906;
  margin: 2px 12px 0 0;
}

.corporate-archive__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 8px;
  margin-top: 37px;
}
@media (max-width: 1023px) {
  .corporate-archive__lists {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .corporate-archive__lists {
    grid-template-columns: 1fr 1fr;
  }
}

.corporate-archive-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .corporate-archive-link:hover img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .corporate-archive-link:hover .corporate-archive__text {
    color: #B71906;
  }
}

.corporate-archive__img {
  overflow: hidden;
}
.corporate-archive__img img {
  transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.corporate-archive__text {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  margin-top: 8px;
  color: #212121;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .corporate-archive__text {
    font-size: 1.6rem;
  }
}

/*----------------------------------
会社概要ページ
----------------------------------*/
.profile__content {
  margin-top: 44px;
}
.profile__content .table th {
  width: 146px;
}
@media (max-width: 767px) {
  .profile__content .table th {
    width: 80px;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table tr {
  display: block;
  border-bottom: 1px solid #F1F1F1;
}
.table tr:nth-child(2) td .txt {
  margin-right: 30.5px;
}
.table tr:nth-child(3) td .txt {
  margin-right: 23.5px;
}
.table th,
.table td {
  padding: 21.5px 0;
}
.table th {
  text-align: left;
  letter-spacing: 0.025em;
  position: relative;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .table th {
    padding-left: 5px;
  }
}
.table th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C9C9C9;
}
.table td {
  vertical-align: middle;
  padding-left: 14.5px;
}
@media (max-width: 767px) {
  .table td {
    padding-left: 14px;
  }
}
.table td a {
  color: #212121;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.table td .link {
  color: #B71906;
  display: inline-block;
}

.profile__items {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .profile__items {
    margin-top: 40px;
  }
}

.profile__item + .profile__item {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .profile__item + .profile__item {
    margin-top: 70px;
  }
}

.profile-image {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .profile-image {
    gap: 5px;
  }
}

.profile__img:first-of-type img {
  border-radius: 50px 0 0 0;
}
@media (max-width: 767px) {
  .profile__img:first-of-type img {
    border-radius: 20px 0 0 0;
  }
}
.profile__img:last-of-type img {
  border-radius: 0 50px 0 0;
}
@media (max-width: 767px) {
  .profile__img:last-of-type img {
    border-radius: 0 20px 0 0;
  }
}

.profile__wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .profile__wrapper {
    margin-top: 30px;
  }
}

.profile__title {
  font-size: 2.8rem;
  letter-spacing: 0.025em;
  color: #B71906;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .profile__title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
.profile__title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 146px;
  height: 1px;
  background-color: #C9C9C9;
}

.profile__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .profile__wrap {
    display: block;
  }
}

.profile-info .address {
  font-size: 1.8rem;
  line-height: 1.777;
  letter-spacing: 0.025em;
}
.profile-info .access {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .profile-info .access {
    margin-top: 20px;
  }
}
.profile-info .access__wrap + .access__wrap {
  margin-top: 24px;
}
.profile-info .access__title {
  font-weight: 900;
  letter-spacing: 0.025em;
  padding-left: 41px;
  position: relative;
}
.profile-info .access__title::before {
  content: "";
  position: absolute;
  left: 0;
}
.profile-info .access__title.train::before {
  background: url(../img/corporate/icon_train.svg) no-repeat center left/contain;
  top: 0;
  width: 21px;
  height: 30px;
}
.profile-info .access__title.car::before {
  background: url(../img/corporate/icon_car.svg) no-repeat center left/contain;
  top: 4px;
  width: 28px;
  height: 22px;
}
.profile-info .access__text {
  margin: 12px 0 0 41px;
  letter-spacing: 0.025em;
}
.profile-info .button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .profile-info .button {
    margin-top: 30px;
  }
}
.profile-info .button-link {
  border-color: #F1F1F1;
}
.profile-info .button-link::before {
  content: "";
  background: url(../img/corporate/icon_map.svg) no-repeat center left/contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
}
.profile-info .button-link:hover {
  padding-left: 46px;
}
.profile-info .button-link:hover::before {
  background-image: url(../img/corporate/icon_map_white.svg);
}

.access-map {
  flex: 0 0 50%;
  margin-left: 49px;
}
@media (max-width: 1023px) {
  .access-map {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .access-map {
    height: 300px;
    margin: 40px 0 0 0;
  }
}
.access-map iframe {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .access-map iframe {
    height: 100%;
  }
}

/*----------------------------------
拠点ページ
----------------------------------*/
.location-map {
  width: 777px;
  max-width: 100%;
  margin: auto;
}
.location-map + .corporate-sec {
  margin-top: 35px;
}

.location__content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .location__content {
    margin-top: 30px;
  }
}
.location__content .table tr {
  display: flex;
}
@media (max-width: 767px) {
  .location__content .table tr {
    display: block;
    position: relative;
  }
}
@media (max-width: 767px) {
  .location__content .table tr::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #C9C9C9;
  }
}
@media (max-width: 767px) {
  .location__content .table th,
.location__content .table td {
    display: block;
  }
}
.location__content .table th {
  flex: 0 0 224px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .location__content .table th {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .location__content .table th::after {
    content: none;
  }
}
.location__content .table td {
  flex: 0 0 calc(100% - 224px);
  padding-right: 120px;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .location__content .table td {
    padding-right: 90px;
    padding-top: 10px;
    padding-left: 0;
  }
}
.location__content .table td a {
  text-decoration: none;
}
.location__content .table td .map-button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #B71906;
  text-align: center;
}
@media (max-width: 767px) {
  .location__content .table td .map-button {
    width: 50px;
    height: 50px;
  }
}
.location__content .table td .map-button span {
  display: block;
  line-height: 1.5;
}
.location__content .table td .map-button .map-button-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .location__content .table td .map-button .map-button-link {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .location__content .table td .map-button .map-button__img img {
    width: 14px;
  }
}
.location__content .table td .map-button .map-button__text {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .location__content .table td .map-button .map-button__text {
    font-size: 1.3rem;
  }
}

/*----------------------------------
沿革ページ
----------------------------------*/
.history {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .history {
    margin-top: 50px;
  }
}

.history__lists {
  position: relative;
}

.history__list {
  display: flex;
  padding-bottom: 39px;
  position: relative;
}
@media (max-width: 767px) {
  .history__list {
    padding-bottom: 22px;
  }
}
.history__list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 141.5px;
  width: 1px;
  height: 100%;
  background-color: #C9C9C9;
  z-index: -1;
}
@media (max-width: 767px) {
  .history__list::before {
    left: 83.5px;
  }
}
.history__list:last-child::before {
  content: none;
}
.history__list:last-child::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 141.5px;
  width: 1px;
  background-color: #C9C9C9;
  z-index: -1;
  height: calc(100% - 55px);
  background-color: initial;
  width: 2px;
  background: repeating-radial-gradient(circle, #bfbfbf 0px, #bfbfbf 1px, transparent 1px, transparent 7px);
  background-size: 2px 7px;
}
@media (max-width: 767px) {
  .history__list:last-child::after {
    height: calc(100% - 40px);
    left: 83.5px;
  }
}
.history__list .year {
  flex: 0 0 90px;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  color: #B71906;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .history__list .year {
    flex: 0 0 67px;
    font-size: 1.8rem;
  }
}
.history__list .year::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -57px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B71906;
}
@media (max-width: 767px) {
  .history__list .year::after {
    top: 11px;
    right: -22px;
  }
}
.history__list .event {
  margin: 3px 0 0 110px;
}
@media (max-width: 767px) {
  .history__list .event {
    margin-left: 37px;
  }
}

/*----------------------------------
組織図ページ
----------------------------------*/
.organization {
  margin-top: 100px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .organization {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
.organization .date {
  margin-bottom: 30px;
}

.organization-contact {
  padding: 140px 0;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .organization-contact {
    padding: 80px 0;
  }
}
.organization-contact .corporate-sec:nth-of-type(2) .organization-contact-box {
  text-align: center;
}
.organization-contact .corporate-sec:nth-of-type(2) .organization-contact-box .organization-contact-number a {
  font-size: 4.3rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .organization-contact .corporate-sec:nth-of-type(2) .organization-contact-box .organization-contact-number a {
    font-size: 3.2rem;
  }
}
@media (max-width: 359px) {
  .organization-contact .corporate-sec:nth-of-type(2) .organization-contact-box .organization-contact-number a {
    font-size: 3rem;
  }
}
.organization-contact .corporate-sec:nth-of-type(2) .organization-contact-box .organization-contact-number a::before {
  content: "";
  background: url(../img/common/icon_tel.svg) no-repeat center left/contain;
  width: 55px;
  height: 55px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .organization-contact .corporate-sec:nth-of-type(2) .organization-contact-box .organization-contact-number a::before {
    width: 36px;
    margin-right: 15px;
  }
}
@media (max-width: 359px) {
  .organization-contact .corporate-sec:nth-of-type(2) .organization-contact-box .organization-contact-number a::before {
    margin-right: 13px;
  }
}

.organization-contact__inner {
  padding: 0 100px;
}
@media (max-width: 1023px) {
  .organization-contact__inner {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .organization-contact__inner {
    padding: 0;
  }
}

.organization-contact__text {
  letter-spacing: 0.025em;
  margin-top: 40px;
}

.organization-contact-box {
  margin-top: 40px;
  border-radius: 42px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .organization-contact-box {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.organization-contact-box .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 40px;
}

.organization-contact-link {
  color: #B71906;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 5px;
  display: inline-block;
}

/*----------------------------------
経営体制ページ
----------------------------------*/
.corporate-sec .date {
  margin-bottom: 30px;
}

.directors__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .directors__lists {
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .directors__lists {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 30px;
  }
}

.directors__list {
  border: 1px solid #C9C9C9;
  padding: 31px 30px 55px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .directors__list {
    padding: 31px 20px 55px;
  }
}
.directors__list .position {
  line-height: 1.4375;
}
.directors__list .department {
  font-size: 1.5rem;
  line-height: 1.533;
  display: flex;
  align-items: center;
}
.directors__list .department::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #B71906;
  margin-right: 6px;
}
.directors__list .name {
  margin-top: 8px;
}
.directors__list .name span {
  display: block;
}
.directors__list .name .ja {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.346;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .directors__list .name .ja {
    font-size: 2.2rem;
  }
}
.directors__list .name .en {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #C9C9C9;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .directors__list .name .en {
    font-size: 1.6rem;
  }
}
.directors__list .arrow {
  top: initial;
  transform: initial;
  bottom: 16px;
  right: 16px;
}
.directors__list:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .directors__list:hover .arrow .arrow__inner::before {
    transform: translateX(100%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .directors__list:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}

.executive__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .executive__lists {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.executive__list {
  display: flex;
  flex-direction: column;
}

.executive__content {
  flex: 1;
  padding-left: 22px;
  margin-top: 16px;
  position: relative;
}
.executive__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #B71906, #F2CDC8);
}
.executive__content .position {
  line-height: 1.4375;
}
.executive__content .name {
  margin-top: 1px;
}
.executive__content .name span {
  display: block;
}
.executive__content .name .ja {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.346;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .executive__content .name .ja {
    font-size: 2.2rem;
  }
}
.executive__content .name .en {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #C9C9C9;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .executive__content .name .en {
    font-size: 1.6rem;
  }
}
.executive__content .second-position {
  font-size: 1.4rem;
  margin-top: 8px;
  line-height: 1.642;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.modal button:hover {
  cursor: pointer;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  overflow: auto;
  width: 1000px;
  max-width: 90%;
  max-height: 90vh;
  padding: 137px 100px 60px;
}
@media (max-width: 1023px) {
  .modal__panel {
    width: 90%;
    padding: 137px 50px 60px;
  }
}
@media (max-width: 767px) {
  .modal__panel {
    width: 95%;
    padding: 80px 20px 40px;
  }
}

.modal__close {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 2;
  background-color: initial;
}
@media (max-width: 1023px) {
  .modal__close {
    width: 50px;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .modal__close {
    width: 40px;
    top: 20px;
    right: 20px;
  }
}
.modal__close span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #B71906;
}
@media (max-width: 767px) {
  .modal__close span {
    font-size: 1.3rem;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.directors-modal-mv-info .position {
  font-size: 2.2rem;
  line-height: 1.409;
}
@media (max-width: 767px) {
  .directors-modal-mv-info .position {
    font-size: 1.8rem;
  }
}
.directors-modal-mv-info .department {
  font-size: 1.8rem;
  line-height: 1.277;
  margin-top: 7px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .directors-modal-mv-info .department {
    font-size: 1.6rem;
  }
}
.directors-modal-mv-info .department::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #B71906;
  margin-right: 7px;
}
.directors-modal-mv-info .name {
  display: flex;
  margin-top: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .directors-modal-mv-info .name {
    flex-direction: column;
  }
}
.directors-modal-mv-info .name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #F2CDC8, #B71906);
}
.directors-modal-mv-info .name .ja {
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media (max-width: 767px) {
  .directors-modal-mv-info .name .ja {
    font-size: 2.4rem;
  }
}
.directors-modal-mv-info .name .en {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #C9C9C9;
  margin: 4px 0 0 32px;
}
@media (max-width: 767px) {
  .directors-modal-mv-info .name .en {
    font-size: 1.8rem;
    margin-left: 0;
  }
}

.directors-modal__body {
  margin-top: 79px;
}
@media (max-width: 767px) {
  .directors-modal__body {
    margin-top: 40px;
  }
}

.directors-modal__wrap {
  display: flex;
  letter-spacing: 0.025em;
}
.directors-modal__wrap dt {
  flex: 0 0 82px;
}
.directors-modal__wrap dd {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .directors-modal__wrap dd {
    margin-left: 10px;
  }
}

.modal__footer {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal__footer {
    margin-top: 40px;
  }
}
.modal__footer button {
  background-color: initial;
}

.modal__close-bottom {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #B71906;
  text-decoration: underline;
}

/*----------------------------------
SDGsページ
----------------------------------*/
.sdgs-sec {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .sdgs-sec {
    padding: 60px 0;
  }
}
.sdgs-sec:nth-of-type(even) {
  background-color: #F1F1F1;
}

.sdgs-sec01 {
  padding-top: 30px;
}

.sdgs-sec01__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .sdgs-sec01__wrap {
    display: block;
  }
}

.sdgs-sec01__img {
  flex: 0 0 21%;
}
@media (max-width: 767px) {
  .sdgs-sec01__img {
    width: 210px;
    margin: auto;
  }
}

.sdgs-sec01__text {
  margin-left: 67px;
  letter-spacing: 0.025em;
}
@media (max-width: 1023px) {
  .sdgs-sec01__text {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .sdgs-sec01__text {
    margin: 30px 0 0 0;
  }
}

.sdgs-sec__title {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  padding-bottom: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .sdgs-sec__title {
    font-size: 2.4rem;
  }
}
.sdgs-sec__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #F2CDC8, #B71906);
}

.sdgs-sec__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sdgs-sec__wrap {
    display: block;
    margin-top: 20px;
  }
}

.sdgs-sec__content {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sdgs-sec__content {
    padding-left: 0;
  }
}

.red__list {
  font-size: 1.8rem;
  line-height: 1.944;
  letter-spacing: 0.025em;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .red__list {
    font-size: 1.6rem;
  }
}
.red__list::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B71906;
}
@media (max-width: 767px) {
  .red__list::before {
    top: 12.5px;
  }
}

.sdgs-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 30px;
  max-width: 408px;
}

.sdgs__img {
  flex: 0 0 45%;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .sdgs__img {
    margin: 30px 0 0 0;
  }
}

.sdgs-news {
  background-color: #fff;
  border-radius: 42px;
  border: 1px solid #F1F1F1;
  padding: 54px 70px 59px;
  margin-top: 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .sdgs-news {
    padding: 54px 30px 59px;
  }
}
@media (max-width: 767px) {
  .sdgs-news {
    padding: 30px 20px 40px;
    margin-top: 40px;
    border-radius: 20px;
  }
}

.sdgs-news__title {
  font-size: 2.2rem;
  line-height: 1.59;
  letter-spacing: 0.025em;
  padding-bottom: 5px;
  border-bottom: 1px solid #F1F1F1;
}
@media (max-width: 767px) {
  .sdgs-news__title {
    font-size: 2rem;
  }
}

.sdgs-news__items {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .sdgs-news__items {
    margin-top: 20px;
  }
}

.sdgs-news__item + .sdgs-news__item {
  margin-top: 18px;
}
.sdgs-news__item .info {
  display: flex;
}
@media (max-width: 767px) {
  .sdgs-news__item .info {
    display: block;
  }
}
.sdgs-news__item .info__meta {
  flex: 0 0 90px;
}
.sdgs-news__item .info__published {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #B71906;
  margin-right: 0;
  white-space: nowrap;
}
.sdgs-news__item .info__title {
  letter-spacing: 0.025em;
  margin: 0 0 0 30px;
  color: #212121;
}
@media (max-width: 1023px) {
  .sdgs-news__item .info__title {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .sdgs-news__item .info__title {
    margin-left: 0;
  }
}

.voice__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .voice__items {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.voice-link {
  position: relative;
}
@media (min-width: 768px) {
  .voice-link:hover .arrow .arrow__inner::before {
    transform: translateX(100%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .voice-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}
.voice-link .arrow {
  top: initial;
  transform: initial;
  bottom: 6px;
  right: 0;
}

.voice__img {
  aspect-ratio: 3/4;
}
.voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice__wrap {
  padding-top: 15px;
  color: #212121;
  letter-spacing: 0.025em;
}

.voice__title {
  line-height: 1.8125;
}

.voice-info {
  margin-top: 15px;
  padding-right: 50px;
  line-height: 1.543;
}
.voice-info .name {
  font-size: 2rem;
  font-weight: 900;
}
.voice-info .department {
  font-size: 1.5rem;
}

/*----------------------------------
実績ページ
----------------------------------*/
.archive-works {
  margin-top: 107px;
}
@media (max-width: 767px) {
  .archive-works {
    margin-top: 80px;
  }
}
.archive-works .works__items {
  gap: 40px 50px;
}
@media (max-width: 1023px) {
  .archive-works .works__items {
    gap: 40px 30px;
  }
}
@media (max-width: 767px) {
  .archive-works .works__items {
    gap: 40px;
  }
}
.archive-works .works-link {
  position: relative;
}
.archive-works .works-link .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.025em;
  color: #212121;
}
.archive-works .works-link .more .arrow {
  position: relative;
  transform: none;
  top: initial;
  bottom: initial;
  display: inline-block;
  margin-left: 17px;
}
.archive-works .works-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .archive-works .works-link:hover .works__img img {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .archive-works .works-link:hover .works__title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
@media (min-width: 768px) {
  .archive-works .works-link:hover .more .arrow .arrow__inner::before {
    transform: translateX(120%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .archive-works .works-link:hover .more .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}
.archive-works .works__img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.archive-works .works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.archive-works .works__title {
  transition: all 0.3s ease 0s;
}
.archive-works .category {
  position: absolute;
  top: 8px;
  left: 8px;
}

.category {
  font-size: 1.4rem;
  padding: 0 10px;
  border: 2px solid #B71906;
  border-radius: 20px;
  color: #B71906 !important;
  display: inline-block;
  height: 24px;
  line-height: 1.4;
  background-color: #fff;
  margin-right: 10px;
}
.category:last-of-type {
  margin-right: 0;
}

.no-post {
  text-align: center;
}

.single-works .breadcrumb {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .single-works .breadcrumb {
    margin-top: 90px;
  }
}

.page-single-works {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .page-single-works {
    margin-top: 40px;
  }
}

.single-works__inner {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.single-works-info {
  display: flex;
  align-items: center;
}
.single-works-info .info__published {
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .single-works-info .info__published {
    font-size: 1.6rem;
  }
}

.single-works__title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.555;
  letter-spacing: 0.025em;
  margin: 16px 0 40px;
}
@media (max-width: 767px) {
  .single-works__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.single-works__content {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .single-works__content {
    padding-bottom: 60px;
  }
}
.single-works__content .main__img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single-works__content .main__img {
    margin-bottom: 30px;
  }
}
.single-works__content figure {
  margin: 48px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .single-works__content figure {
    margin: 24px 0;
  }
}
.single-works__content figcaption {
  font-size: 1.3rem;
  text-align: left;
}
@media (max-width: 767px) {
  .single-works__content figcaption {
    font-size: 1.2rem;
  }
}
.single-works__content h2 {
  font-size: 2.8rem;
  letter-spacing: 0.025em;
  padding-bottom: 10px;
  position: relative;
  margin: 60px 0 25px;
}
@media (max-width: 767px) {
  .single-works__content h2 {
    font-size: 2rem;
    margin: 40px 0 15px;
  }
}
.single-works__content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #B71906;
}
@media (max-width: 767px) {
  .single-works__content h2::after {
    width: 40px;
    height: 3px;
  }
}
.single-works__content h3 {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  margin: 40px 0 25px;
}
@media (max-width: 767px) {
  .single-works__content h3 {
    font-size: 1.8rem;
    margin: 20px 0 15px;
  }
}
.single-works__content h4 {
  font-size: 2.2rem;
  letter-spacing: 0.025em;
  margin: 30px 0 15px;
}
@media (max-width: 767px) {
  .single-works__content h4 {
    font-size: 1.6rem;
    margin: 20px 0 15px;
  }
}
.single-works__content p {
  margin: 12px 0;
  letter-spacing: 0.025em;
}
.single-works__content p strong {
  font-weight: 700;
}
.single-works__content ul,
.single-works__content ol {
  list-style: initial;
  margin: 48px 0;
}
@media (max-width: 767px) {
  .single-works__content ul,
.single-works__content ol {
    margin: 24px 0;
  }
}
.single-works__content ul {
  padding-left: 16px;
}
.single-works__content ol {
  padding-left: 20px;
}
.single-works__content ol li {
  list-style-type: decimal;
}
.single-works__content li {
  list-style-type: initial;
}

.client-data {
  border-radius: 42px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 57px 100px 56px;
}
@media (max-width: 1023px) {
  .client-data {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .client-data {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

.client-data-head {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 5px;
}

.client-data__wrap {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .client-data__wrap {
    display: block;
    margin-top: 20px;
  }
}

.client-data__img {
  flex: 0 0 30%;
}

.client-data__content {
  margin-left: 60px;
}
@media (max-width: 1023px) {
  .client-data__content {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .client-data__content {
    margin: 30px 0 0 0;
  }
}

.client-data__title {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .client-data__title {
    font-size: 1.8rem;
  }
}
.client-data__title .ttl {
  margin-right: 16px;
}

.client-data-url a {
  font-family: "Poppins", sans-serif;
  color: #B71906;
  font-weight: 600;
}

.client-data__text {
  margin-top: 18px;
  letter-spacing: 0.025em;
}

.manager {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .manager {
    margin-top: 50px;
  }
}
.manager .voice__items {
  margin-top: 20px;
}

.manager__title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
}
.manager__title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #B71906;
  margin-right: 9px;
}

/*----------------------------------
社員の声ページ
----------------------------------*/
.archive-voice {
  margin-top: 107px;
}
@media (max-width: 767px) {
  .archive-voice {
    margin-top: 80px;
  }
}

.single-voice .breadcrumb {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .single-voice .breadcrumb {
    margin-top: 90px;
  }
}

.voice-head {
  margin-top: 70px;
}

.voice-head__wrap {
  position: relative;
}

.voice-head__content {
  width: 60%;
}
@media (max-width: 767px) {
  .voice-head__content {
    width: 100%;
  }
}

.voice-head-info .info__published {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .voice-head-info .info__published {
    font-size: 1.6rem;
  }
}

.single-voice__title {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.555;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .single-voice__title {
    font-size: 2.4rem;
  }
}

.voice-head-profile {
  margin-top: 39px;
  display: flex;
  padding: 34px 26px 39px 40px;
  border: 1px solid #F1F1F1;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .voice-head-profile {
    display: block;
    width: calc(100% - 130px);
    padding: 20px;
    border-radius: 20px;
    margin-top: 25px;
    min-height: 180px;
  }
}

.voice-head-profile__title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #B71906;
}

.voice-head-profile__wrap {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #C9C9C9;
}
@media (max-width: 767px) {
  .voice-head-profile__wrap {
    margin-left: 0;
    padding: 10px 0 0 0;
    border-left: none;
  }
}
.voice-head-profile__wrap .depart {
  letter-spacing: 0.025em;
}
.voice-head-profile__wrap .name {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .voice-head-profile__wrap .name {
    font-size: 1.8rem;
  }
}

.voice-head__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 36%;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 767px) {
  .voice-head__img {
    top: initial;
    bottom: 5px;
    width: 120px;
    height: 170px;
    min-height: initial;
  }
}
.voice-head__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.voice-intro {
  margin-top: 80px;
  background: url(../img/other/voice_intro_bg.png) no-repeat top center/cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .voice-intro {
    margin-top: 40px;
  }
}
.voice-intro .inner {
  position: relative;
  padding: 76px 0;
}
@media (max-width: 767px) {
  .voice-intro .inner {
    padding: 67px 0;
  }
}
.voice-intro .inner::before, .voice-intro .inner::after {
  content: "";
  background: url(../img/other/voice_intro.svg) no-repeat center left/contain;
  position: absolute;
  width: 51px;
  height: 47px;
}
@media (max-width: 767px) {
  .voice-intro .inner::before, .voice-intro .inner::after {
    width: 35px;
    height: 32px;
  }
}
.voice-intro .inner::before {
  top: 29px;
  left: 20px;
}
@media (max-width: 767px) {
  .voice-intro .inner::before {
    top: 20px;
    left: 10px;
  }
}
.voice-intro .inner::after {
  bottom: 29px;
  right: 20px;
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .voice-intro .inner::after {
    bottom: 20px;
    right: 10px;
  }
}

.voice-intro__text {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .voice-intro__text {
    padding: 0 10px;
  }
}

.voice {
  margin-top: 104px;
}
@media (max-width: 767px) {
  .voice {
    margin-top: 60px;
  }
}
.voice > .inner {
  padding-bottom: 80px;
  border-bottom: 1px solid #C9C9C9;
}
@media (max-width: 767px) {
  .voice > .inner {
    padding-bottom: 50px;
  }
}
.voice .cont_box + .cont_box {
  margin-top: 84px;
}
@media (max-width: 767px) {
  .voice .cont_box + .cont_box {
    margin-top: 40px;
  }
}
.voice .cont_box:nth-of-type(odd) .cont_img {
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .voice .cont_box:nth-of-type(odd) .cont_img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .voice .cont_box:nth-of-type(odd) .cont_img {
    margin: 0 0 30px 0;
  }
}
.voice .cont_box:nth-of-type(even) .d_f {
  flex-direction: row-reverse;
}
.voice .cont_box:nth-of-type(even) .cont_img {
  margin-left: 60px;
}
@media (max-width: 1023px) {
  .voice .cont_box:nth-of-type(even) .cont_img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .voice .cont_box:nth-of-type(even) .cont_img {
    margin: 0 0 30px 0;
  }
}
.voice .cont_box .d_f {
  display: flex;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .voice .cont_box .d_f {
    display: block;
    padding-top: 20px;
  }
}
.voice .cont_box .cont_img {
  flex: 0 0 47%;
  min-height: 523px;
  max-height: 523px;
}
@media (max-width: 767px) {
  .voice .cont_box .cont_img {
    min-height: auto;
  }
}
.voice .cont_box .cont_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice .archive-works {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .voice .archive-works {
    margin-top: 40px;
  }
}
.voice .works__items {
  margin-top: 23px;
}

.voice-sec__title {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  padding-left: 30px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
}
@media (max-width: 767px) {
  .voice-sec__title {
    font-size: 2rem;
    padding-left: 20px;
  }
}
.voice-sec__title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 48px;
  background: linear-gradient(to bottom, #B71906, #F2CDC8);
}
@media (max-width: 767px) {
  .voice-sec__title::before {
    width: 7px;
    height: 36px;
  }
}

/*----------------------------------
お知らせページ
----------------------------------*/
#content.news,
#content.single {
  padding: 0 50px;
}
@media (max-width: 767px) {
  #content.news,
#content.single {
    padding: 0 16px;
  }
}

#content.news .ib,
#content.single .ib {
  justify-content: space-between;
  display: flex;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

#content.news .ib {
  padding-top: 109px;
}

#content.single .ib {
  padding-top: 82px;
}

.page-mv h1 em {
  display: block;
  font-size: 22px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-mv h1 em {
    font-size: 15px;
    margin-top: 5px;
  }
}

.page-mv h1 em:before {
  content: "\e54e";
  font-family: material icons;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
  font-size: 110%;
}

.page-mv h1 em i {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}

.page-mv h1 em i:before {
  position: relative;
  top: 2px;
  content: "\e5e1";
  font-family: material icons;
  display: inline-block;
  margin-right: 10px;
  font-size: 90%;
}

#content.news .ib .single_pdf iframe,
#content.single .ib .single_pdf iframe {
  display: block;
  width: 100%;
  height: 1100px;
}

#content.news .ib .pagenavi,
#content.single .ib .pagenavi {
  margin: 100px 0 50px;
}

#content.news .ib .pagenavi .wp-pagenavi a,
#content.news .ib .pagenavi .wp-pagenavi span,
#content.single .ib .pagenavi .wp-pagenavi a,
#content.single .ib .pagenavi .wp-pagenavi span {
  padding: 7px 11px;
  transition: 0.4s ease;
}

#content.news .ib .pagenavi .wp-pagenavi a.current,
#content.news .ib .pagenavi .wp-pagenavi a:hover,
#content.news .ib .pagenavi .wp-pagenavi span.current,
#content.news .ib .pagenavi .wp-pagenavi span:hover,
#content.single .ib .pagenavi .wp-pagenavi a.current,
#content.single .ib .pagenavi .wp-pagenavi a:hover,
#content.single .ib .pagenavi .wp-pagenavi span.current,
#content.single .ib .pagenavi .wp-pagenavi span:hover {
  background: #B71906;
  border-color: #B71906;
  color: #fff;
}

#content.news .ib .side,
#content.single .ib .side {
  flex: 0 0 240px;
  position: relative;
}

#content.news .ib .side .inner,
#content.single .ib .side .inner {
  position: relative;
  z-index: 2;
  width: auto;
}

#content.news .ib .side .inner .cat_box,
#content.single .ib .side .inner .cat_box {
  margin-bottom: 40px;
}

#content.news .ib .side .inner .cat_box select,
#content.single .ib .side .inner .cat_box select {
  display: block;
  width: 100%;
}

#content.news .ib .side .inner .cat_box.side-category h3::before,
#content.single .ib .side .inner .cat_box.side-category h3::before {
  background-color: #B71906;
}
#content.news .ib .side .inner .cat_box.side-category a,
#content.single .ib .side .inner .cat_box.side-category a {
  font-size: 1.5rem;
}

#content.news .ib .side .inner .cat_box.side-keyword,
#content.single .ib .side .inner .cat_box.side-keyword {
  margin-bottom: 31px;
}
#content.news .ib .side .inner .cat_box.side-keyword h3::before,
#content.single .ib .side .inner .cat_box.side-keyword h3::before {
  border: 1px solid #B71906;
}
#content.news .ib .side .inner .cat_box.side-keyword .taglist,
#content.single .ib .side .inner .cat_box.side-keyword .taglist {
  padding-left: 6px;
}

#content.news .ib .side .inner .cat_box.side-service h3::before,
#content.single .ib .side .inner .cat_box.side-service h3::before {
  border: 1px solid #C9C9C9;
  background-color: #F1F1F1;
}
#content.news .ib .side .inner .cat_box.side-service .taglist,
#content.single .ib .side .inner .cat_box.side-service .taglist {
  display: block;
}

#content.news .ib .side .inner .cat_box.month-archive .select__wrap,
#content.single .ib .side .inner .cat_box.month-archive .select__wrap {
  padding: 0 22px;
}
#content.news .ib .side .inner .cat_box.month-archive select,
#content.single .ib .side .inner .cat_box.month-archive select {
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 45px;
  padding-left: 10px;
}

#content.news .ib .side .inner .cat_box h3,
#content.single .ib .side .inner .cat_box h3 {
  font-size: 1.8rem;
  font-weight: 900;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 17px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;
}
#content.news .ib .side .inner .cat_box h3::before,
#content.single .ib .side .inner .cat_box h3::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 2px 8px 0 0;
}

#content.news .ib .side .inner .cat_box .taglist,
#content.single .ib .side .inner .cat_box .taglist {
  display: flex;
  flex-wrap: wrap;
}

#content.news .ib .side .inner .cat_box .taglist a,
#content.single .ib .side .inner .cat_box .taglist a {
  font-size: 1.5rem;
  margin-left: 16px;
  margin-bottom: 9px;
}

#content.news .ib .side .inner .cat_box .list li,
#content.single .ib .side .inner .cat_box .list li {
  padding-left: 22px;
}
#content.news .ib .side .inner .cat_box .list li + li,
#content.single .ib .side .inner .cat_box .list li + li {
  margin-top: 9px;
}

#content.news .ib .side .inner .cat_box a,
#content.single .ib .side .inner .cat_box a {
  display: block;
  color: #212121 !important;
}

#content.news .ib .main,
#content.single .ib .main {
  flex: 0 0 calc(100% - 320px);
  margin-left: 80px;
}
@media (max-width: 1023px) {
  #content.news .ib .main,
#content.single .ib .main {
    flex: 0 0 calc(100% - 270px);
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #content.news .ib .main,
#content.single .ib .main {
    margin-left: 0;
  }
}

#content.news .ib .main .single_content h2,
#content.single .ib .main .single_content h2 {
  font-size: 28px;
  text-align: left;
}

#content.news .ib .main .single_content h2:before,
#content.single .ib .main .single_content h2:before {
  display: none;
}

#content.news .ib .main .single_meta,
#content.single .ib .main .single_meta {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  overflow: hidden;
}

#content.news .ib .main .single_meta .date,
#content.single .ib .main .single_meta .date {
  font-size: 17px;
  font-weight: bold;
  float: left;
  padding-top: 6px;
  margin-right: 20px;
}

#content.news .ib .main .single_meta .date em,
#content.single .ib .main .single_meta .date em {
  display: inline-block;
  color: #B71906;
}

#content.news .ib .main .single_meta a,
#content.single .ib .main .single_meta a {
  display: inline-block;
  padding: 5px 10px;
  background: #f5f5f5;
  color: #B71906;
  font-size: 14px;
  border: 2px solid #B71906;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 10px;
}

#content.news .ib .main .news_list ul li,
#content.single .ib .main .news_list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #F1F1F1;
}

#content.news .ib .main .news_list ul li:hover i,
#content.single .ib .main .news_list ul li:hover i {
  color: #B71906;
}

#content.news .ib .main .news_list ul li .date,
#content.single .ib .main .news_list ul li .date,
.single-news-meta .date {
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #212121;
  font-weight: 600;
  margin-right: 22px;
  letter-spacing: 0.025em;
}

#content.news .ib .main .news_list ul li .tag,
#content.news .ib .main .news_list ul li .service,
#content.single .ib .main .news_list ul li .tag,
#content.single .ib .main .news_list ul li .service,
.single-news-meta .tag,
.single-news-meta .service {
  display: inline-block;
  position: relative;
  top: -2px;
}

#content.news .ib .main .news_list ul li .tag a,
#content.news .ib .main .news_list ul li .service a,
#content.single .ib .main .news_list ul li .tag a,
#content.single .ib .main .news_list ul li .service a,
.single-news-meta .tag a,
.single-news-meta .service a {
  font-size: 14px;
  padding: 0 10px;
  background: #fff;
  color: #B71906;
  display: inline-block;
  border: 1px solid #B71906;
  margin-right: 12px;
  line-height: 1.25;
  border-radius: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #content.news .ib .main .news_list ul li .tag a,
#content.news .ib .main .news_list ul li .service a,
#content.single .ib .main .news_list ul li .tag a,
#content.single .ib .main .news_list ul li .service a,
.single-news-meta .tag a,
.single-news-meta .service a {
    line-height: 1.1;
    margin-right: 6px;
  }
}

#content.news .ib .main .news_list ul li .service a,
#content.single .ib .main .news_list ul li .service a,
.single-news-meta .service a {
  background: #F1F1F1;
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  height: 20px;
  color: #212121;
}

#content.news .ib .main .news_list ul li .cat,
#content.single .ib .main .news_list ul li .cat,
.single-news-meta .cat {
  margin-right: 7px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-bottom: 4px;
}

#content.news .ib .main .news_list ul li .cat a,
#content.single .ib .main .news_list ul li .cat a,
.single-news-meta .cat a {
  font-size: 14px;
  height: 20px;
  padding: 0 10px;
  background-color: #B71906;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-right: 12px;
  border-radius: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #content.news .ib .main .news_list ul li .cat a,
#content.single .ib .main .news_list ul li .cat a,
.single-news-meta .cat a {
    line-height: 1.2;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .single-news-meta .cat a {
    line-height: 1.3;
  }
}

#content.news .ib .main .news_list ul li .cat a:last-child,
#content.single .ib .main .news_list ul li .cat a:last-child,
.single-news-meta .cat a:last-child {
  margin-right: 0;
}

#content.news .ib .main .news_list ul li i,
#content.single .ib .main .news_list ul li i {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  margin-top: 10px;
  transition: 0.4s ease;
  letter-spacing: 0.025em;
  font-style: normal;
}
#content.news .ib .main .news_list ul li i a,
#content.single .ib .main .news_list ul li i a {
  color: #212121 !important;
}

@media (max-width: 767px) {
  article .top_news .ib .news_list ul li {
    flex-wrap: wrap;
    padding-left: 0;
    flex-wrap: wrap;
  }
  article .top_news .ib .news_list ul li .tag a,
article .top_news .ib .news_list ul li .service a {
    margin-bottom: 4px;
  }
  article .top_news .ib .news_list ul li .cat {
    margin-bottom: 0;
  }
  article .top_news .ib .news_list ul li .cat a {
    font-size: 11px;
    padding: 3px 5px 4px;
    margin-bottom: 4px;
  }
  article .top_news .ib .news_list ul li .date {
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
    top: 0;
    position: relative;
    width: 100%;
  }
  article .top_news .ib .news_list ul li i {
    margin-top: 3px;
    font-size: 14px;
    padding-left: 0;
  }
  article .top_news .ib .news_list ul li i a {
    display: block;
  }
  #content.news {
    padding-top: 0;
    margin: 0;
  }
  #content.news .ib {
    padding: 30px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #content.news .ib .side {
    width: 100%;
    margin-top: 50px;
  }
  #content.news .ib .main {
    width: 100%;
  }
  #content.news .ib .main .news_list ul li {
    flex-wrap: wrap;
    padding-left: 0;
  }
  #content.news .ib .main .news_list ul li .service,
#content.news .ib .main .news_list ul li .tag {
    order: 4;
    margin-bottom: 5px;
  }
  #content.news .ib .main .news_list ul li .service a,
#content.news .ib .main .news_list ul li .tag a {
    padding: 2px 7px 2px;
    font-size: 12px;
  }
  #content.news .ib .main .news_list ul li .service {
    order: 3;
  }
  #content.news .ib .main .news_list ul li .cat {
    order: 2;
  }
  #content.news .ib .main .news_list ul li .cat a {
    font-size: 11px;
    padding: 3px 5px 4px;
  }
  #content.news .ib .main .news_list ul li .date {
    order: 1;
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
  #content.news .ib .main .news_list ul li i {
    margin-top: 3px;
    font-size: 14px;
    white-space: inherit;
    line-height: 1.4;
    display: block;
    margin-top: 6px;
    order: 5;
  }
  #content.news .ib .main .news_list ul li i a {
    display: block;
  }
}
.single-news-meta {
  margin-bottom: 27px;
}

.single-news .breadcrumb,
.single-media .breadcrumb {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .single-news .breadcrumb,
.single-media .breadcrumb {
    margin-top: 90px;
  }
}

.single-news-head {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .single-news-head {
    margin-top: 40px;
  }
}

.single-news__title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.555;
  letter-spacing: 0.025em;
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
  position: relative;
}
@media (max-width: 767px) {
  .single-news__title {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
.single-news__title::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #B71906;
}

.single-news-contact {
  margin-top: 40px;
  padding: 23px 20px 39px;
  border: 1px solid #F1F1F1;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .single-news-contact {
    margin-bottom: 70px;
  }
}
.single-news-contact .button {
  margin-top: 8px;
}
.single-news-contact .button-link {
  width: 340px;
  height: 76px;
  padding-left: 32px;
  font-size: 1.6rem;
  border-radius: 38px;
}
@media (max-width: 767px) {
  .single-news-contact .button-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 359px) {
  .single-news-contact .button-link {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}
.single-news-contact .button-link::after {
  width: 50px;
  height: 50px;
  right: 14px;
}
@media (max-width: 767px) {
  .single-news-contact .button-link::after {
    width: 38px;
    height: 38px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .single-news-contact .button-link:hover {
    padding-left: 52px;
  }
}
.single-news-contact .button-arrow {
  width: 50px;
  height: 50px;
  right: 14px;
}
@media (max-width: 767px) {
  .single-news-contact .button-arrow {
    width: 38px;
    height: 38px;
    right: 10px;
  }
}

.single-news-contact__title {
  font-size: 6.1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #F1F1F1;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .single-news-contact__title {
    font-size: 4.8rem;
  }
}

@media (max-width: 767px) {
  #content.single {
    padding-top: 0;
  }
  #content.single .ib {
    padding: 30px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #content.single .ib .single_pdf a {
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: 4px solid #B71906;
    border-radius: 4px;
    color: #B71906;
    padding-top: 10px;
  }
  #content.single .ib .single_pdf a .material-icons {
    position: relative;
    top: 5px;
  }
  #content.single .ib .side {
    width: 100%;
  }
  #content.single .ib .main {
    width: 100%;
  }
  #content.single .ib .main h3 {
    line-height: 1.4;
    text-align: left !important;
  }
}
.taglist.media-tag {
  display: block !important;
}

/*----------------------------------
規約、ポリシーページ
----------------------------------*/
.page-agreement .breadcrumb,
.page-privacy .breadcrumb,
.page-socialmedia .breadcrumb {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .page-agreement .breadcrumb,
.page-privacy .breadcrumb,
.page-socialmedia .breadcrumb {
    margin-top: 90px;
  }
}

.other-head {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .other-head {
    margin-top: 40px;
  }
}

.other-head__title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.555;
  letter-spacing: 0.025em;
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
  position: relative;
}
@media (max-width: 767px) {
  .other-head__title {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
.other-head__title::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #B71906;
}

#content.others {
  padding: 0 50px;
}
@media (max-width: 767px) {
  #content.others {
    padding: 0;
  }
}

#content.others.contact h2.bd {
  border-top: none;
  border-right: none;
}

.contact_hide.dnone {
  display: none;
}

#content.others.privacy .ib ol.type_a li {
  list-style: lower-alpha;
}

#content.others.privacy .ib ul li {
  list-style: disc;
  display: list-item;
}

#content.others.privacy .ib ul li ol li {
  list-style: decimal;
}

#content.others a.link1 {
  color: #B71906;
  text-decoration: underline;
}

#content.others.pp {
  line-height: 2;
}

#content.others.pp b {
  display: block;
  margin-bottom: 20px;
}

#content.others span.error {
  color: #B71906;
  font-weight: bold;
}

#content.others p.s {
  font-size: 14px;
  margin: 30px 0;
}

#content.others p.tr {
  text-align: right;
}

#content.others .remark {
  display: block;
  padding: 20px;
  font-size: 15px;
  font-weight: normal;
  background: #f5f5f5;
  margin: 40px 0;
}

#content.others .remark span {
  display: inline-block;
  width: 5px;
  position: relative;
  top: 2px;
  height: 16px;
  background: #B71906;
  margin-right: 10px;
}

#content.others.contact {
  background: #fff;
}

#content.others .ib {
  padding: 80px 0 0;
}

#content.others .ib .agree {
  margin: 30px 0;
  text-align: center;
}

#content.others .ib .term_box {
  width: 100%;
  border: 1px solid #ccc;
  height: 450px;
  overflow-y: scroll;
  padding: 30px;
}

#content.others .ib .term_box ol {
  font-weight: normal;
}

#content.others .ib .term_box h1 {
  display: block;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#content.others .ib .term_box h2 {
  padding-left: 0;
  font-size: 20px;
  border: none;
  margin: 30px 0;
  background: #f5f5f5;
  padding: 10px;
}

#content.others .ib .term_box h2:nth-of-type(1) {
  margin-top: 0;
}

#content.others .ib .term_box h3 {
  font-size: 18px;
}

#content.others .ib .buttons {
  justify-content: space-between;
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
}

#content.others .ib .buttons.service a {
  border-color: #212121;
  color: #212121;
}

#content.others .ib .buttons.service a:hover {
  background: #212121;
  color: #fff;
}

#content.others .ib .buttons.service a:after {
  content: url(../img/arr3.svg);
}

#content.others .ib .buttons a {
  width: 32%;
  padding: 23px;
  text-align: center;
  border: 3px solid #B71906;
  color: #B71906;
  font-weight: bold;
  font-size: 19px;
  position: relative;
  transition: 0.4s ease;
  margin-bottom: 20px;
  background: #fff;
}

#content.others .ib .buttons a.op0 {
  opacity: 0;
  pointer-events: none;
}

#content.others .ib .buttons a.other {
  font-size: 16px;
  padding: 0;
  border: none;
  text-decoration: underline;
  margin-top: 30px;
}

#content.others .ib .buttons a.other:hover {
  background: #fff;
  color: #B71906;
}

#content.others .ib .buttons a.other:after {
  display: none;
}

#content.others .ib .buttons a:hover {
  background: #B71906;
  color: #fff;
}

#content.others .ib .buttons a:after {
  transition: 0.4s ease;
  position: absolute;
  top: 15px;
  right: 30px;
  transform: scale(0.8);
  content: url(../img/arr2.svg);
  display: inline-block;
  margin-left: 10px;
}

#content.others .ib h1 {
  display: none;
}

#content.others .ib h2 {
  text-align: left;
  font-size: 24px;
  line-height: 1;
  margin: 50px 0;
  border-left: 6px solid #B71906;
  padding-left: 15px;
  padding: 13px 16px 11px;
  border: 2px solid #B71906;
  border-left-width: 7px;
}

#content.others .ib h2:before {
  display: none;
}

#content.others .ib h2.bd {
  border-left: none;
  text-align: center;
}

#content.others .ib h3 {
  margin: 45px 0 50px;
  font-size: 21px;
  line-height: 1.5;
  border-bottom: 2px solid #B71906;
  padding-bottom: 6px;
}

#content.others .ib h3.bg {
  padding: 10px 0;
  background: #B71906;
  text-align: center;
  color: #fff;
}

#content.others .ib h3.bg.b {
  background: #212121;
}

#content.others .ib h4 {
  font-size: 18px;
  margin: 40px 0;
  color: #B71906;
  padding: 0 13px;
  border-left: 5px solid #B71906;
  line-height: 1;
}

#content.others .ib .pmark {
  float: right;
  position: relative;
  top: -20px;
}

#content.others .ib .pmark img {
  margin: 0;
  mix-blend-mode: multiply;
}

#content.others .ib .link1 {
  padding: 10px 0;
  text-decoration: underline;
  display: block;
}

#content.others .ib ul li {
  display: block;
  padding: 5px 0;
  line-height: 1.8;
}

#content.others .ib h3 + ol {
  margin-top: 0;
  margin-top: -20px;
}

#content.others .ib p a {
  color: #B71906;
  text-decoration: underline;
}

#content.others .ib ol {
  padding-left: 0px;
  font-weight: bold;
  margin-top: 30px;
  padding-left: 30px;
}

#content.others .ib ol a {
  text-decoration: underline;
  color: #B71906;
}

#content.others .ib ol a:after {
  content: "\e89e";
  font-family: material icons;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

#content.others .ib ol li {
  padding: 5px 0;
  line-height: 1.8;
  list-style-type: decimal;
}

@media (max-width: 767px) {
  #content.others,
#content.contact {
    padding-top: 0;
  }
  #content.others .ib,
#content.contact .ib {
    padding: 30px 25px;
  }
  #content.others .ib h2,
#content.contact .ib h2 {
    font-size: 23px;
    padding-left: 0;
    margin: 40px 0;
    padding-left: 15px;
    line-height: 1.2;
  }
  #content.others .ib h2.bd,
#content.contact .ib h2.bd {
    padding-bottom: 12px;
    padding-left: 0;
    border-top: none;
    border-right: none;
  }
  #content.others .ib h3,
#content.contact .ib h3 {
    font-size: 19px;
    margin: 35px 0;
  }
  #content.others .ib h4,
#content.contact .ib h4 {
    font-size: 17px;
    margin: 30px 0;
  }
  #content.others .ib .buttons,
#content.contact .ib .buttons {
    flex-wrap: wrap;
    margin: 35px 0 30px;
  }
  #content.others .ib .buttons a,
#content.contact .ib .buttons a {
    width: 100%;
    margin-bottom: 15px;
  }
  #content.others .ib table.contact tr th,
#content.contact .ib table.contact tr th {
    width: 100%;
    display: block;
    border: none;
    background: #f5f5f5;
  }
  #content.others .ib table.contact tr td,
#content.contact .ib table.contact tr td {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  #content.others .ib table.contact tr td input[type=text],
#content.contact .ib table.contact tr td input[type=text] {
    padding: 15px;
  }
  #content.others .ib .term_box,
#content.contact .ib .term_box {
    padding: 15px;
    height: 300px;
  }
  #content.others .ib .term_box h1,
#content.contact .ib .term_box h1 {
    font-size: 21px;
  }
  #content.others .ib .term_box h2,
#content.contact .ib .term_box h2 {
    font-size: 18px;
    padding-bottom: 0;
  }
  #content.others .ib .term_box h3,
#content.contact .ib .term_box h3 {
    font-size: 16px;
  }
  #content.others .ib .term_box table tr th,
#content.contact .ib .term_box table tr th {
    padding: 15px;
    padding-left: 0px;
    padding-right: 15px;
  }
  #content.others .ib .term_box table tr td,
#content.contact .ib .term_box table tr td {
    padding: 15px;
    padding-right: 0;
    padding-left: 15px;
  }
}
.page-c_furusato header,
.page-c_f360 header {
  display: none;
}
.page-c_furusato footer,
.page-c_f360 footer {
  display: none;
}

/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body.open {
  overflow: auto;
}

body.home main {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

.d-iblock {
  display: inline-block;
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (min-width: 1366px) {
  .hidden-xl {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-w1200 {
    display: none;
  }
}

@media (max-width: 1099px) {
  .hidden-w1100 {
    display: none;
  }
}

@media (max-width: 999px) {
  .hidden-w1000 {
    display: none;
  }
}

@media (max-width: 839px) {
  .hidden-w840 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 980px) {
  .hidden-w980 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .block-tab {
    display: block;
  }
}

@media (max-width: 899px) {
  .block-w900 {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (max-width: 359px) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 433px) {
  .hidden-w433 {
    display: none;
  }
}

@media (max-width: 389px) {
  .hidden-w390 {
    display: none;
  }
}

@media (max-width: 380px) {
  .hidden-w380 {
    display: none;
  }
}

@media (max-width: 374px) {
  .hidden-w375 {
    display: none;
  }
}

@media (max-width: 1099px) {
  .display-w1100 {
    display: block;
  }
}

.color-main {
  color: #B71906;
}

.font-size-small {
  font-size: 0.9em;
}

.font-em {
  font-weight: 700;
}

/*----------------------------------
共通パーツ
----------------------------------*/
.inner {
  width: min(100% - 100px, 1000px);
  margin: auto;
  height: inherit;
}
@media (max-width: 1023px) {
  .inner {
    width: min(100% - 60px, 1000px);
  }
}
@media (max-width: 767px) {
  .inner {
    width: min(100% - 32px, 1000px);
  }
}

.top-sec__title .ja {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.472;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-sec__title .ja {
    font-size: 2.8rem;
  }
}
.top-sec__title .ja::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #B71906;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .top-sec__title .ja::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
.top-sec__title.center .ja {
  justify-content: center;
}

.button-link {
  width: 268px;
  max-width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #C9C9C9;
  padding: 0 50px 0 30px;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #212121;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.button-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #B71906;
  border-radius: 999px;
  transition: width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), right 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: -1;
}
.button-link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .button-link:hover {
    color: #fff;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .button-link:hover::after {
    width: 120%;
    height: 80px;
    right: -20px;
  }
}
.button-link.center {
  margin: auto;
}
.button-link.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.button-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  z-index: 1;
}
.button-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 38px;
  height: 38px;
  background-color: #B71906;
  border-radius: 50%;
}
.arrow .arrow__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 15px;
  height: 15px;
}
.arrow .arrow__inner::before, .arrow .arrow__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19%;
  width: 14px;
  height: 12px;
  transition: all 0.3s ease 0s;
  background: url(../img/common/arrow_white.svg) no-repeat center left/contain;
}
.arrow .arrow__inner::before {
  transform: translateX(0) translateY(-50%);
}
.arrow .arrow__inner::after {
  transform: translateX(-100%) translateY(-50%);
}

/*----------------------------------
スクロールでふわっと
----------------------------------*/
.view {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}

.view.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------------
ヘッダー
----------------------------------*/
.header {
  padding: 0px 20px 0px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 20;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .header {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 17px 0 17px 20px;
    height: 60px;
  }
}
.header.scroll-header {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    justify-content: initial;
  }
}

.header-logo {
  flex: 0 0 281px;
}
@media (max-width: 767px) {
  .header-logo {
    flex: 0 0 163px;
  }
}

@media (max-width: 1023px) {
  .header__wrap .lang {
    display: none;
  }
}

.lang {
  display: flex;
  justify-content: flex-end;
}
.lang div {
  font-size: 1.3rem;
}
.lang div span {
  color: #B4B4B4;
}
.lang div a {
  color: #212121;
}
.lang div.ja {
  letter-spacing: 0.025em;
}
.lang div.en {
  margin-left: 32px;
  position: relative;
}
.lang div.en::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 1px;
  height: 16px;
  background-color: #212121;
}
.lang div.en a {
  font-family: "Poppins", sans-serif;
}

.header__nav {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}

.header__nav-items {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav-items > li {
  margin-right: 28px;
}
@media (max-width: 1199px) {
  .header__nav-items > li {
    margin-right: 15px;
  }
}
.header__nav-items > li a {
  color: #212121;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  white-space: nowrap;
  line-height: 1.533;
}
.header__nav-items > li.header-button a {
  width: 151px;
  height: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #B71906;
}
@media (max-width: 1199px) {
  .header__nav-items > li.header-button a {
    width: 120px;
  }
}
.header__nav-items > li.recruit-menu {
  margin-right: 9px;
}
.header__nav-items > li.recruit-menu a {
  color: #B71906;
  background-color: #fff;
}
.header__nav-items > li.contact-menu {
  margin-right: 0;
}
.header__nav-items > li.contact-menu a {
  background-color: #B71906;
  color: #fff;
}

/*----------------------------------
ドロワー
----------------------------------*/
.drawer__toggle {
  display: none;
  position: fixed;
  right: 22px;
  top: 37px;
  cursor: pointer;
  z-index: 41;
}
@media (max-width: 1023px) {
  .drawer__toggle {
    display: block;
    height: 19px;
    width: 31px;
  }
}
@media (max-width: 767px) {
  .drawer__toggle {
    top: 18px;
  }
}

@media (max-width: 1023px) {
  .drawer__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 19px;
  }
}

.drawer__line {
  background: #000;
  display: block;
  position: absolute;
  transition: transform 0.3s;
  width: 31px;
  height: 1px;
}
.drawer__line--center {
  top: 9px;
}
.drawer__line--bottom {
  bottom: 0;
}
.drawer__line--top.active {
  right: -1px;
  transform: rotate(30deg);
  background: #212121;
  width: 34px;
  top: 7px;
}
@media (max-width: 767px) {
  .drawer__line--top.active {
    top: 9px;
    right: -2px;
  }
}

.drawer__line--center.active {
  transform: scaleX(0);
}

.drawer__line--bottom.active {
  bottom: 11px;
  right: -1px;
  transform: rotate(150deg);
  background: #212121;
  width: 34px;
}
@media (max-width: 767px) {
  .drawer__line--bottom.active {
    right: -2px;
    bottom: 9px;
  }
}

/*gnav*/
.drawer__nav {
  background-color: #fff;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  padding-bottom: 100px;
  z-index: 40;
  overflow: scroll;
  top: 100px;
}
@media (max-width: 767px) {
  .drawer__nav {
    top: 60px;
  }
}
.drawer__nav.active {
  right: 0;
  transition: all 0.6s;
}
.drawer__nav .footer__copy {
  margin-top: 39px;
  text-align: center;
}

.drawer__wrap {
  width: 100%;
  padding: 5px 40px 0;
}
.drawer__wrap .other__nav {
  margin-top: 30px;
}
.drawer__wrap .other__nav ul {
  display: block;
}
.drawer__wrap .other__nav ul li + li {
  margin-top: 14px;
}
.drawer__wrap .lang {
  margin-top: 40px;
  justify-content: center;
}

.drawer__menu {
  width: 100%;
}
.drawer__menu > li {
  display: block;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #C9C9C9;
}
.drawer__menu > li:first-child a {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}
.drawer__menu > li.drawer-arrow a::after {
  content: "";
  background: url(../img/common/arrow_drawer.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
}
.drawer__menu > li.drawer-parent {
  position: relative;
}
.drawer__menu > li.drawer-parent:hover {
  cursor: pointer;
}
.drawer__menu > li.drawer-parent::before, .drawer__menu > li.drawer-parent::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #212121;
  position: absolute;
  top: 25px;
  right: 14px;
  transition: opacity 0.3s;
}
.drawer__menu > li.drawer-parent::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.drawer__menu > li.drawer-parent.open::before {
  opacity: 0;
}
.drawer__menu > li.drawer-parent.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.drawer__menu > li > a,
.drawer__menu > li > span {
  padding: 14.5px 0;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.466;
  letter-spacing: 0.025em;
  padding-left: 33px;
  position: relative;
}
.drawer__menu > li > a::before,
.drawer__menu > li > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B71906;
}
.drawer__menu > li a {
  color: #212121;
}
.drawer__menu > li ul {
  padding-left: 21px;
  display: none;
  border-top: 1px solid #C9C9C9;
}
.drawer__menu > li ul li + li {
  border-top: 1px solid #F1F1F1;
}
.drawer__menu > li ul li:first-child a {
  font-weight: 500;
}
.drawer__menu > li ul li a {
  padding: 12px 0 12px 11px;
  display: block;
  color: #595757;
  font-size: 1.3rem;
  position: relative;
}
.drawer__menu > li ul li a::after {
  content: "";
  background: url(../img/common/arrow_drawer2.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
}

.drawer-contact {
  margin-top: 30px;
}

.drawer-contact-link {
  width: 229px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  background-color: #B71906;
  color: #fff !important;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  margin: auto;
}

/*----------------------------------
トップページ：MV
----------------------------------*/
.mainvisual {
  padding-top: 100px;
  padding-bottom: 210px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mainvisual {
    padding-bottom: 44.333333vw;
  }
}

.mainvisual-slider {
  width: 78.214%;
  margin-left: auto;
  position: relative;
  height: 700px;
  height: 50vw;
}
@media (max-width: 767px) {
  .mainvisual-slider {
    width: calc(100% - 4.6vw);
    height: 61vw;
  }
}
.mainvisual-slider .pazzle {
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 700px;
  height: 50vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainvisual-slider .pazzle {
    height: 61vw;
  }
}
.mainvisual-slider .pazzle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainvisual__img img,
.top-business-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual__img {
  height: 700px;
  height: 50vw;
  padding-left: 2px;
  overflow: hidden;
  border-radius: 3.5vw 0 0 3.5vw;
  position: relative;
  overflow: hidden;
}
.mainvisual__img img {
  width: 100%;
  height: 100%;
  border-radius: 3.5vw 0 0 0;
}

.mainvisual__title {
  position: absolute;
  left: -16.571429vw;
  bottom: 6.3vw;
  font-size: 38px;
  font-size: 2.7142857143vw;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.55;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainvisual__title {
    bottom: -43vw;
    left: -4px;
    font-size: 19.5px;
    font-size: 5.2vw;
    white-space: nowrap;
  }
}
.mainvisual__title::before {
  content: "";
  background: url(../img/top/pazzle_piece01.svg) no-repeat center left/contain;
  position: absolute;
  top: -4.142857vw;
  left: -66px;
  left: -4.7142857143vw;
  width: 47.285714vw;
  height: 36.357143vw;
  z-index: -1;
  top: 1.2vw;
  left: -4.6vw;
  width: 45vw;
  height: 37vw;
}
@media (max-width: 767px) {
  .mainvisual__title::before {
    top: -21.142857vw;
    left: -13.714286vw;
    width: 50.285714vw;
    height: 39.357143vw;
    transform: rotate(-5deg);
  }
}

/* 1文字ずつの初期状態 */
.char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示時 */
.char.show {
  opacity: 1;
}

.mainvisual-stage {
  position: relative;
  height: 100%;
}

.mainvisual-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.8s;
  padding: 5px 0 5px 2px;
}
@media (max-width: 767px) {
  .mainvisual-slide {
    padding-left: 1vw;
  }
}

.mainvisual-slide.is-active {
  opacity: 1;
  z-index: 2;
}

.mainvisual__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainvisual__img-in {
  width: calc(100% + 130px);
  height: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.mainvisual__img-in img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mv-number {
  position: absolute;
  top: 46%;
  left: -28px;
  left: -28px;
  left: -2vw;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mv-number {
    top: 41%;
    left: -2.5vw;
  }
}
.mv-number span {
  display: block;
  font-size: 1.4rem;
  font-size: 14px;
  font-size: 1vw;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #595757;
}
@media (max-width: 767px) {
  .mv-number span {
    font-size: 9px;
    font-size: 2.4vw;
  }
}
.mv-number span.mv-separator {
  transform: rotate(40deg);
  font-weight: 400;
  margin-bottom: -6px;
  margin-bottom: -0.4285714286vw;
  margin-left: 2px;
  margin-left: 0.1428571429vw;
}
@media (max-width: 767px) {
  .mv-number span.mv-separator {
    margin-left: 0.5vw;
  }
}

/*----------------------------------
トップページ：イントロ
----------------------------------*/
.top-intro {
  padding: 14px 0 131px;
}
@media (max-width: 767px) {
  .top-intro {
    padding-top: 80px;
  }
}
.top-intro .top-sec__text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-intro .top-sec__text {
    margin-top: 36px;
  }
}

.top-intro__content {
  width: 800px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.top-intro__content::after {
  content: "";
  background: url(../img/top/pazzle_piece02.svg) no-repeat center left/contain;
  position: absolute;
  top: -46px;
  right: -415px;
  width: 619px;
  height: 583px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .top-intro__content::after {
    top: 100px;
    right: -125px;
    width: 400px;
    height: 377px;
  }
}
@media (max-width: 767px) {
  .top-intro__content::after {
    top: initial;
    bottom: -176px;
    left: 66%;
    transform: translateX(-50%);
    width: 300px;
    height: 283px;
  }
}

.top-intro__title {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .top-intro__title {
    font-size: 2rem;
  }
}

.top-sec__text {
  letter-spacing: 0.025em;
}

/*----------------------------------
トップページ：STORY
----------------------------------*/
@media (max-width: 767px) {
  .top-story {
    height: 613px;
    height: 163.4666666667vw;
    max-height: 850px;
  }
}
@media (max-width: 359px) {
  .top-story {
    height: 685px;
    height: 214.0625vw;
  }
}
.top-story .top-sec__text {
  margin-top: 29px;
  max-width: 450px;
  color: #212121;
}
@media (max-width: 767px) {
  .top-story .top-sec__text {
    margin-top: 36px;
  }
}

.top-story-link {
  display: block;
  position: relative;
  padding-bottom: 68px;
  z-index: 1;
  width: min(100% - 100px, 1000px);
  margin: auto;
}
@media (max-width: 1023px) {
  .top-story-link {
    width: min(100% - 100px, 1000px);
  }
}
@media (max-width: 767px) {
  .top-story-link {
    width: min(100% - 32px, 1000px);
    padding-bottom: 0;
    height: 100%;
  }
}
.top-story-link::before {
  content: "";
  background: url(../img/top/top_story.jpg) no-repeat center right/cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  margin: 0 -100px 0 calc(50% - 50vw);
  height: 613px;
  z-index: -1;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1399px) {
  .top-story-link::before {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .top-story-link::before {
    background-position: top left -250px;
  }
}
@media (max-width: 767px) {
  .top-story-link::before {
    background: url(../img/top/top_story_sp.jpg) no-repeat bottom center/cover;
    border-radius: 0 32px 32px 0;
    height: 613px;
    height: 163.4666666667vw;
    max-height: 850px;
  }
}
@media (max-width: 359px) {
  .top-story-link::before {
    height: 685px;
    height: 214.0625vw;
  }
}
.top-story-link .arrow {
  top: initial;
  transform: initial;
  bottom: 40px;
  right: -60px;
  width: 74px;
  height: 74px;
}
@media (max-width: 1399px) {
  .top-story-link .arrow {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .top-story-link .arrow {
    bottom: 20px;
    right: 20px;
  }
}
.top-story-link .arrow__inner {
  width: 30px;
  height: 30px;
}
.top-story-link .arrow__inner::before, .top-story-link .arrow__inner::after {
  width: 20px;
  height: 20px;
}
.top-story-link .arrow__inner::after {
  transform: translateX(-115%) translateY(-50%);
}
@media (min-width: 768px) {
  .top-story-link:hover .arrow .arrow__inner::before {
    transform: translateX(120%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .top-story-link:hover .arrow .arrow__inner::after {
    transform: translateX(0) translateY(-50%);
  }
}

.top-story__title > span {
  display: block;
}
.top-story__title .en {
  font-size: 14.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .top-story__title .en {
    font-size: 6rem;
  }
}
.top-story__title .ja {
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.529;
  margin-top: 155px;
  color: #212121;
}
@media (max-width: 767px) {
  .top-story__title .ja {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}

/*----------------------------------
トップページ：事業紹介
----------------------------------*/
.top-business {
  margin-top: 182px;
  padding: 62px 0 149px;
  position: relative;
}
@media (max-width: 767px) {
  .top-business {
    margin-top: 0;
    padding: 64px 0 60px;
    padding-top: 64px;
    padding-top: 17.0666666667vw;
  }
}
@media (max-width: 767px) {
  .top-business .top-sec__title {
    position: relative;
    padding-top: 44px;
  }
}
.top-business .top-sec__title .en {
  font-size: 14.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 0.6;
  color: #F1F1F1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .top-business .top-sec__title .en {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .top-business .top-sec__title .en {
    top: 20px;
    font-size: 6rem;
  }
}
.top-business .top-sec__text {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top-business .top-sec__text {
    margin-top: 15px;
  }
}
.top-business .button {
  margin-top: 102px;
}
@media (max-width: 767px) {
  .top-business .button {
    margin-top: 60px;
  }
}

.top-business__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 81px;
  margin-top: 78px;
}
@media (max-width: 1023px) {
  .top-business__wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .top-business__wrap {
    display: block;
    margin-top: 40px;
  }
}

.top-business__img {
  flex: 0 0 calc(58.8% - 40px);
  margin-left: -79px;
}
@media (max-width: 1199px) {
  .top-business__img {
    flex: 0 0 calc(50.8% - 40px);
  }
}
.top-business__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .top-business__img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .top-business__img {
    max-width: 80%;
    margin: auto;
  }
}

.top-business__content {
  flex: 0 0 48%;
  min-width: 0;
  margin: 0 -30px 0 0;
}
@media (max-width: 1023px) {
  .top-business__content {
    flex: 0 0 51%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-business__content {
    margin: 30px 0 0 0;
  }
}

.top-business__title {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.714;
}
@media (max-width: 1023px) {
  .top-business__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .top-business__title {
    font-size: 2.2rem;
  }
}

.top-business-slider__wrap {
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .top-business-slider__wrap {
    padding-right: 0;
  }
}

.top-business-slider {
  width: 100%;
  margin-top: 34px;
  overflow: hidden;
}

.top-business-slider .swiper-wrapper {
  align-items: stretch;
}

.top-business-slider .swiper-slide {
  height: auto;
}

.top-business-slider__img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.top-business-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-business-progress {
  position: relative;
  width: 100%;
  margin-top: 20px;
  height: 8px !important;
  background: #F1F1F1;
  border-radius: 999px;
  overflow: hidden;
  width: calc(100% - 30px) !important;
}
@media (max-width: 1023px) {
  .top-business-progress {
    width: 100% !important;
  }
}

.top-business-progress .swiper-pagination-progressbar-fill {
  background: #B71906;
  border-radius: 999px !important;
  height: 3px;
  top: 2.5px;
  left: 2px;
  width: calc(100% - 4px) !important;
}

/*----------------------------------
トップページ：実績
----------------------------------*/
.top-works {
  padding: 140px 0;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .top-works {
    padding: 60px 0;
  }
}
.top-works .button {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-works .button {
    margin-top: 40px;
  }
}

.achievement {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .achievement {
    margin-top: 40px;
  }
}

.achievement__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1099px) {
  .achievement__items {
    gap: 50px;
    gap: 4.5454545455vw;
  }
}
@media (max-width: 1023px) {
  .achievement__items {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .achievement__items {
    grid-template-columns: 1fr;
  }
}

.achievement__item:first-of-type .number {
  width: 144px;
}
@media (max-width: 1099px) {
  .achievement__item:first-of-type .number {
    width: 144px;
    width: 13.0909090909vw;
  }
}
@media (max-width: 767px) {
  .achievement__item:first-of-type .number {
    width: 86px;
  }
}
.achievement__item:nth-of-type(2) .achievement__text .number {
  margin: 0 4px 0 0;
  width: 232px;
}
@media (max-width: 1099px) {
  .achievement__item:nth-of-type(2) .achievement__text .number {
    magin-right: 4px;
    magin-right: 0.3636363636vw;
    width: 232px;
    width: 21.0909090909vw;
  }
}
@media (max-width: 767px) {
  .achievement__item:nth-of-type(2) .achievement__text .number {
    width: 139px;
  }
}
.achievement__item:nth-of-type(3) .achievement__text .number {
  width: 137px;
}
@media (max-width: 1099px) {
  .achievement__item:nth-of-type(3) .achievement__text .number {
    width: 137px;
    width: 12.4545454545vw;
  }
}
@media (max-width: 767px) {
  .achievement__item:nth-of-type(3) .achievement__text .number {
    width: 82px;
  }
}

.achievement__title {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  text-align: center;
  border-bottom: 1px solid #B71906;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .achievement__title {
    font-size: 1.8rem;
  }
}

.achievement__text {
  font-size: 3.1rem;
  font-weight: 900;
  color: #595757;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.7;
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .achievement__text {
    font-size: 31px;
    font-size: 2.8181818182vw;
  }
}
@media (max-width: 767px) {
  .achievement__text {
    font-size: 2.4rem;
  }
}
.achievement__text .number {
  font-size: 8rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #B71906;
  letter-spacing: -0.05em;
  margin: 0 8px;
  display: inline-block;
}
@media (max-width: 1099px) {
  .achievement__text .number {
    font-size: 79px;
    font-size: 7.1818181818vw;
    magin-right: 8px;
    magin-right: 0.7272727273vw;
    magin-left: 8px;
    magin-left: 0.7272727273vw;
  }
}
@media (max-width: 767px) {
  .achievement__text .number {
    font-size: 4.8rem;
  }
}

.achievement-caption {
  text-align: right;
  letter-spacing: 0.025em;
  margin-top: -20px;
}

.works__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .works__items {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .works__items {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 40px;
  }
}

.works__img {
  aspect-ratio: 3/2;
}
.works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works__title {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.8;
  color: #212121;
}
@media (max-width: 767px) {
  .works__title {
    font-size: 1.8rem;
  }
}

.works__text {
  letter-spacing: 0.025em;
  margin-top: 13px;
  color: #212121;
}

/*----------------------------------
トップページ：お知らせ
----------------------------------*/
.top-news {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .top-news .top-sec__title {
    order: 1;
  }
}

.top-news__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .top-news__wrap {
    flex-direction: column;
  }
}

.top-news__left {
  flex: 0 0 200px;
}
@media (max-width: 767px) {
  .top-news__left {
    display: contents;
  }
}

.top-news-button {
  margin: 26px 0 0 32px;
}
@media (max-width: 767px) {
  .top-news-button {
    order: 3;
    margin: 40px 0 0 0;
    text-align: center;
  }
}

.top-news-button-link {
  color: #B71906;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.top-news__right {
  margin-left: 120px;
}
@media (max-width: 1023px) {
  .top-news__right {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .top-news__right {
    order: 2;
    margin: 40px 0 0 0;
  }
}

.news__item {
  padding-bottom: 19px;
  border-bottom: 1px solid #F1F1F1;
}
.news__item + .news__item {
  margin-top: 19px;
}

.info__meta {
  display: flex;
  align-items: center;
}

.info__published {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #212121;
  letter-spacing: 0.025em;
  margin-right: 22px;
}

.info-category {
  font-size: 1.4rem;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  padding: 0 10px;
  background-color: #B71906;
  color: #fff;
  padding-bottom: 1px;
}
.info-category a {
  color: #fff !important;
}

.info__title {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-top: 11px;
  color: #212121;
}
.info__title a {
  color: #212121 !important;
}

/*----------------------------------
トップページ：採用情報
----------------------------------*/
.top-recruit__inner {
  width: min(100% - 100px, 1200px);
  margin: auto;
  height: inherit;
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .top-recruit__inner {
    width: min(100% - 60px, 1200px);
  }
}
@media (max-width: 767px) {
  .top-recruit__inner {
    width: min(100% - 30px, 1200px);
    padding: 40px 20px;
  }
}

.top-recruit__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 392px;
}
.top-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .top-recruit__img img {
    border-radius: 32px;
  }
}

.top-recruit__content {
  position: relative;
}
.top-recruit__content .button {
  margin-top: 40px;
}

.top-recruit__title {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.472;
}
@media (max-width: 767px) {
  .top-recruit__title {
    font-size: 2.8rem;
  }
}

.top-recruit__text {
  width: 530px;
  max-width: 100%;
  margin: 40px auto 0;
  color: #fff;
  letter-spacing: 0.025em;
}

/*----------------------------------
全ページ：下部CTA
----------------------------------*/
.contact-part {
  margin-top: 200px;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-part {
    margin-top: 80px;
  }
}

.contact-part__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-part__items {
    display: block;
  }
}

.contact-part__item {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .contact-part__item {
    width: 490px;
    max-width: 100%;
    margin: auto;
  }
}
.contact-part__item.contact-part-tel .contact-part-link {
  font-size: 2.9rem;
  font-family: "Poppins", sans-serif;
}
.contact-part__item.contact-part-tel .contact-part-link::before {
  background: url(../img/common/icon_tel.svg) no-repeat center left/contain;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .contact-part__item.contact-part-mail {
    margin-top: 20px;
  }
}
.contact-part__item.contact-part-mail .contact-part-link {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}
.contact-part__item.contact-part-mail .contact-part-link::before {
  background: url(../img/common/icon_mail.svg) no-repeat center left/contain;
  width: 30px;
  height: 25px;
}

.contact-part-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 163px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #212121;
}
@media (max-width: 767px) {
  .contact-part-link {
    height: 100px;
  }
}
.contact-part-link::before {
  content: "";
  display: inline-block;
  margin-right: 22px;
}

/*----------------------------------
フッター
----------------------------------*/
.footer {
  margin-top: -82px;
  padding: 118px 0 60px;
  background-color: #F1F1F1;
  border-radius: 80px 80px 0 0;
}
@media (max-width: 767px) {
  .footer {
    margin-top: -50px;
    padding: 100px 0 15px;
    border-radius: 30px 30px 0 0;
  }
}

.footer__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__contents {
    display: block;
    width: 350px;
    max-width: 100%;
    margin: auto;
  }
}

.footer-logo {
  width: 361px;
}
@media (max-width: 1023px) {
  .footer-logo {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    width: 220px;
    margin: auto;
  }
}

.footer-info {
  margin-top: 29px;
}
.footer-info .address {
  font-size: 1.3rem;
  line-height: 1.538;
  letter-spacing: 0.025em;
}

.access-menu {
  margin-top: 6px;
}

.access-menu-link {
  font-size: 1.3rem;
  line-height: 1.692;
  letter-spacing: 0.025em;
  text-decoration: underline;
  color: #212121;
}

.footer__right {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer__right {
    padding-top: 0;
    margin-top: 30px;
  }
}

.footer__nav > ul > li + li,
.footer__wrap > ul > li + li {
  margin-top: 10px;
}
.footer__nav > ul > li > a,
.footer__wrap > ul > li > a {
  font-size: 1.5rem;
  color: #212121;
  line-height: 1.466;
  letter-spacing: 0.025em;
}
.footer__nav > ul > li ul,
.footer__wrap > ul > li ul {
  padding-left: 18px;
  margin-top: 7px;
}
.footer__nav > ul > li ul li,
.footer__wrap > ul > li ul li {
  line-height: 1.41;
}
@media (max-width: 767px) {
  .footer__nav > ul > li ul li + li,
.footer__wrap > ul > li ul li + li {
    margin-top: 8px;
  }
}
.footer__nav > ul > li ul li a,
.footer__wrap > ul > li ul li a {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  color: #595757;
}

@media (max-width: 767px) {
  .footer__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 320px;
  }
}

.footer__wrap {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer__wrap {
    display: contents;
  }
}
@media (max-width: 767px) {
  .footer__wrap ul:first-of-type {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer__wrap ul:nth-of-type(2) {
    margin-top: 0;
  }
}
.footer__wrap ul + ul {
  margin-left: 80px;
}
@media (max-width: 1023px) {
  .footer__wrap ul + ul {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer__wrap ul + ul {
    margin: 10px 0 0 0;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 71px;
}
@media (max-width: 767px) {
  .footer-bottom {
    display: block;
    margin-top: 30px;
  }
}
.footer-bottom .lang {
  flex: 0 0 119px;
  margin-left: 20px;
}

.other__nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .other__nav ul {
    display: block;
  }
}
.other__nav ul li {
  margin-right: 20px;
}
.other__nav ul li:last-child {
  margin-right: 0;
}
.other__nav ul li a {
  font-size: 1.3rem;
  color: #595757;
  letter-spacing: 0.025em;
}

.footer__copy {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .footer__copy {
    margin-top: 20px;
    text-align: center;
  }
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media (min-width: 1366px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}