@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

 /*全体*/
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

.hidden-fields-container {
  display: none;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin-top: 20px;
  text-align: center;
  color: red;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "noto-sans-cjk-jp", "BIZ UDPGothic", "helvetica-neue-lt-pro", "Arial", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.anchor-offset {
  display: block;
  position: relative;
  top: -122px;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 1280px) {
  .anchor-offset {
    top: -55px;
  }
}

.my_content {
  min-height: 500px;
}

article {
  box-shadow: unset !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  color: inherit;
}

input, textarea {
  appearance: none;
  -webkit-appearance: none;/*Google Chrome/Safari対応*/
  -moz-appearance: none;/*Firefox対応*/
  -o-appearance: none;/*Opera対応*/
  border-radius: 0;
}

ul {
  padding: 0px;
  list-style: none;
}

@media screen and (max-width: 1280px) {
  .pc-br {
    display: none;
  }
}

/*header*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.top, .l-main-container {
  padding-top: 122px;
}

.main-color {
  color: rgba(190, 0, 0, 1);
}

.logo {
  margin-right: auto;
  width: 165px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 45px;
}

.language {
  border: 1px solid rgba(190, 0, 0, 1);
}

.language-on {
  display: inline-block;
  text-align: center;
  padding: 3px 0px;
  width: 45px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(255, 255, 255, 1);
  background: rgba(190, 0, 0, 1);
}

.language a {
  display: inline-block;
  text-align: center;
  padding: 3px 0px;
  width: 45px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(190, 0, 0, 1);
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  overflow-y: auto;
  padding: 70px 102px 120px;
  height: 532px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #FFF;
  white-space: nowrap;
  background-color: #BE0000;
  transform: translateX(100%);
  transition: all 0.5s;
}

.header-menu {
  display: flex;
  overflow: hidden;
  gap: 40px;
  padding: 0px 54px;
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0px 54px;
  max-width: 1440px;
  width: 100%;
  height: 80px;
}

.menu.toggle {
  transform: translateX(0px);
}

.menu ul {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  list-style-type: none;
  }

.menu li {
  margin-bottom: 20px;
}

.menu-heading {
  display: block;
  margin-bottom: 20px;
}

.hamburger-outer {
  display: none;
}

.hamburger {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  width: 32px;
  cursor: pointer;
}

.hamburger.toggle {
  position: fixed;
  top: 28px;
  right: 30px;
  padding: 8px;
  width: 40px;
  background-color: rgba(255, 255, 255, 1);
}

.hamburger span {
  width: 32px;
  height: 2px;
  background-color: rgba(190, 0, 0, 1);
  transition: all .5s;
}

.hamburger.toggle span:nth-of-type(1){
  transform: translate(0px, 11px) rotate(45deg);
}

.hamburger.toggle span:nth-of-type(2){
  opacity: 0;
}

.hamburger.toggle span:nth-of-type(3){
  transform: translate(0px, -11px) rotate(-45deg);
}

@media screen and (max-width: 1280px) {
  .header-inner {
    padding: 0px 15px;
    height: 54px;
  }

  .logo {
    width: 112px;
  }

  .hamburger-outer {
    display: block;
  }

  .header-menu {
    display: none;
  }

  .hamburger {
    width: 29px;
  }

  .hamburger.toggle {
    top: 8px;
    right: 8px;
  }

  .hamburger span {
    width: 29px;
  }

  .top, .l-main-container {
    padding-top: 54px;
  }
}

/*fv*/
 /*banner-area*/
.banner-area-swiper {
  position: relative;
  margin: 0 auto 0px;
  width: min(100%, 1440px);
}

.banner-area-swiper-stage{
  position: relative;
  aspect-ratio: 1440 / 758;
  width: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.banner-area-swiper-item {
  position: relative;
  height: 100%;
}

.banner-area-swiper-bg {
  display: block;
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-area-swiper-transparent {
  position: relative;
  max-width: 1200px;
  padding: 50px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4);
}

.banner-area-swiper-transparent-slide2 {
  background-color: rgba(255, 255, 255, 0.7);
}

.banner-area-swiper-content {
  position: relative;
  padding-top: 8.82vw;
}

.fv-swiper-catch {
  text-align: center;
  margin: auto;
  padding: 0 10px;
  width: fit-content;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.fv-swiper-catch-slide1 span {
  color: rgba(190, 0, 0, 1);
}

.fv-swiper-desc {
  margin: 32px 0px 0px 150px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.fv-swiper-desc-slide1 span {
  color: rgba(190, 0, 0, 1);
}

.fv-swiper-link {
  margin: 32px 0px 0px 150px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.fv-swiper-catch-slide2 {
  font-size: 74px;
  font-weight: 700;
  line-height: 81px;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
}

.fv-swiper-desc-slide2 {
  padding: 0 10px;
  text-align: center;
  margin: 32px 0px 0px 0px;
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 3.84px;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
}

.fv-swiper-link-slide2 {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.fv-swiper-link-slide2 a {
  padding: 16px 62px 16px 20px;
  color: rgba(255, 255, 255, 1);
  background: #BE0000;
  border-radius: 60px;
}

.fv-swiper-link-slide2::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 14px;
  margin-left: -60px;
  width: 48px;
  height: 48px;
  background: url("/wp-content/uploads/img/icon-link-right.svg") no-repeat center/contain;
}

.banner-area-swiper-prev,
.banner-area-swiper-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 0;
  width: 4.17vw;
  line-height: 0;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.banner-area-swiper-prev {
  left: 0;
  transform: scaleX(-1);
}

.banner-area-swiper-next {
  right: 0;
}

.banner-area-swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 30px 0px;
  width: 100%;
}

.banner-area-swiper-toggle {
  padding: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.banner-area-swiper-toggle img {
  display: block;
  width: 15px;
  height: 15px;
}

.banner-area-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: rgb(102, 102, 102);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: rgba(207, 18, 46, 1);
}

@media screen and (min-width: 1441px) {
 .banner-area-swiper {
   width: 1440px;
 }

 .banner-area-swiper-content {
   padding-top: 176px;
 }

 .banner-area-swiper-prev,
 .banner-area-swiper-next {
   width: 60px;
 }

 .banner-area-swiper-prev {
   left: 40px;
   transform: scaleX(-1) translateY(-50%);
 }

 .banner-area-swiper-next {
   right: 40px;
 }
}

@media screen and (max-width: 1280px) {
  .banner-area-swiper-stage {
    aspect-ratio: unset;
    height: 500px;
  }

  .banner-area-swiper-item {
    text-align: center;
  }

  .banner-area-swiper-content {
    display: inline-block;
    padding-top: 30px;
  }

  .banner-area-swiper-transparent {
    padding: 10px;
  }

  .fv-swiper-catch {
    text-align: left;
    font-size: 50px;
  }

  .fv-swiper-desc {
    text-align: left;
    margin: 28px;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}

/*top全体*/
.top-wrapper {
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.more-btn-outer.more-btn-right {
  text-align: right;
  padding-right: 48px;
}

a.more-btn {
  position: relative;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(0, 0, 0, 1);
}

.more-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.more-news-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 111px;
  width: 32px;
  height: 32px;
  background: url("/wp-content/uploads/img/more-btn.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 111px;
  width: 32px;
  height: 32px;
  background: url("/wp-content/uploads/img/more-btn.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.jump {
  margin-top: -80px;
  padding-top: 80px;
}

.pc-block {
  display: none;
}


@media screen and (min-width: 1281px) {
  .pc-block {
    display: inline;
  }

  .sp-br {
    display: none;
  }
}

/*news*/
.news {
  text-align: center;
  padding: 120px 15px 180px;
}

.news h2 {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(190, 0, 0, 1);
}

.news .h2-sub {
  margin: 12px auto 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}

.news-box-outer {
  text-align: center;
  margin: 0px auto 24px;
  max-width: 880px;
  width: 100%;
}

.news-box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: auto;
  padding: 18px 0px;
  max-width: 880px;
  width: 100%;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.news-box:hover {
  opacity: 1;
  color: unset;
}

.news-box:hover p {
  opacity: 0.5;
}

.news-date {
  flex-shrink: 0;
  width: 82px;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.news-type {
  flex-shrink: 0;
  padding: 5px 0px;
  width: 89px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(34, 34, 34, 1);
}

.news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.more-btn-outer.more-btn-right.top-news-btn {
  margin: 0px auto 0px;
  max-width: 880px;
}

.more-btn-outer.more-btn-right.top-news-btn .more-btn {
  font-weight: 700;
}

.more-btn-outer.more-btn-right.top-news-btn .more-btn::after {
  left: 80px;
}

@media screen and (max-width: 1280px) {
  .news {
    padding: 62px 15px 50px;
  }

  .news h2 {
    font-size: 48px;
  }

  .news .h2-sub {
    margin: 12px 0px 39px;
    font-size: 14px;
  }

  .news-box {
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: 16px auto 0px;
    padding: 12px 0px;
  }

  .news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px;
    width: 100%;
    white-space: unset;
  }

  .more-btn-outer.more-btn-right {
    text-align: left;
    padding-right: 0px;
  }

  .more-btn-outer.more-btn-right.top-news-btn {
    margin: 0px auto 80px;
  }
}

/*business*/
.business {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 41px;
  margin: 0px 0px 0px auto;
  max-width: 1259px;
}

.business-text-box {
  width: 524px;
  flex-shrink: 0;
}

.business-text-box h2 {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  color: rgba(190, 0, 0, 1);
}

.business-text-box .h2-sub {
  margin: 12px 0px 72px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}

.business-name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(52, 53, 56, 1);
}

.more-btn-outer + .business-name {
  margin-top: 32px;
}

.business-text {
  margin: 24px 0px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(52, 53, 56, 1);
}

.business-movie {
  margin: 0px auto;
  max-width: 600px;
  width: 90%;
}

.business img {
  align-self: flex-end;
  max-width: calc(100% - 524px - 41px);
  width: 694px;
  height: auto;
}

.business + .business {
  padding: 160px 0px;
}

@media screen and (max-width: 1280px) {
  .business {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: auto;
  }

  .business-text-box {
    width: calc(100% - 30px);
  }

  .business-text-box h2 {
    font-size: 64px;
  }

  .business-text-box .h2-sub {
    margin: 4px 0px 32px;
    font-size: 16px;
    letter-spacing: 0.25em;
  }

  .business-name {
    font-size: 24px;
  }

  .more-btn + .business-name {
    margin-top: 55px;
  }

  .business-movie {
    margin-bottom: 56px;
  }

  .business img {
    margin-left: auto;
    max-width: 360px;
    width: calc(100% - 15px);
  }

   .business:last-child {
    padding: 80px 0px;
  }
}

@media screen and (min-width: 451px) and (max-width: 1280px) {
  .business img {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .business-text-box h2 {
    font-size: 45px;
  }
}

/*about-us*/
.about-us-outer {
  background: url(/wp-content/uploads/img/about-us-bg.png) center/cover;
}

.about-us {
  display: flex;
  justify-content: center;
  gap: 225px;
  margin: auto;
  padding: 78px 15px;
  max-width: 1440px;
  width: 100%;
  background: url(/wp-content/uploads/img/about-us-bg.png) center/cover;
}

.about-us-text-box {
  width: 454px;
}

.about-us-text-box h2 {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
}

.about-us-text-box .h2-sub {
  margin: 12px 0px 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 1);
}

.about-us-text {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 350;
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
}

.about-us-movie {
  max-width: 600px;
  width: 90%;
}

.about-us-movie video {
  width: 100%;
}

.more-btn-outer.more-btn-outer-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .about-us {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding: 64px 15px;
  }

  .about-us-text-box {
    width: 100%;
  }

  .about-us-text-box h2 {
    font-size: 64px;
  }

  .about-us-text-box .h2-sub {
    margin: 4px 0px 24px;
    font-size: 16px;
  }

  .about-us-img {
    max-width: 100%;
  }

  .about-us-img p {
    margin-top: 12px;
  }

  .more-btn-outer.more-btn-outer-pc {
    display: none;
  }

  .more-btn-outer.more-btn-outer-sp {
    display: block;
    margin-top: 24px
  }
}

/*our-office*/
.our-office {
  margin: 160px auto 0px;
  padding: 56px 0px;
  max-width: 880px;
  border-top: 18px solid rgba(190, 0, 0, 1);
}

.our-office h2 {
  text-align: center;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.our-office .h2-sub {
  text-align: center;
  margin: 12px 0px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}

.our-office-text-outer {
  margin: 0px auto 198px;
  max-width: 680px;
  width: 100%;
}

.our-office-text {
  margin: 0px auto 24px;
}

.our-office-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.45px;
  list-style-type: disc;
  list-style-position: inside;
}

@media screen and (max-width: 1280px) {
  .our-office {
    margin: 80px auto 0px;
    padding: 32px 0px;
    max-width: 325px;
  }

  .our-office-text-outer {
    margin: 0px auto 87px;
  }

  .our-office h2 {
    font-size: 58px;
  }

  .our-office .h2-sub {
    margin: 4px 0px 32px;
    font-size: 16px;
    letter-spacing: 0.25em;
  }

  .our-office .more-btn-outer.more-btn-right {
    text-align: left;
  }
}

/*breadcrumb*/
#breadcrumb {
  padding: 21px 15px 0px;
  box-shadow: unset !important;
}

#breadcrumb ul {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

#breadcrumb li {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

#breadcrumb li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 11px;
  height: 11px;
  background: url("/wp-content/uploads/img/breadcrumb-arrow.svg");
  transform: translateY(-50%);
}

#breadcrumb li:first-child {
  padding-left: 0px;
}

#breadcrumb li:first-child::before {
  display: none;
}

.fa-home::before {
  display: none;
}

/*個別*/
.page-fv {
  padding: 146px 15px 66px;
  background: url(/wp-content/uploads/img/page-fv.png) no-repeat center/cover;
}

.page-title {
  margin: auto;
  max-width: 1080px;
}

.page-title h1 {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(190, 0, 0, 1);
}

.page-title p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.25em;
  color: rgba(34, 34, 34, 1);
}

.wrapper {
  margin: auto;
  padding: 0px 15px;
  max-width: 910px;
  width: 100%;
  color: rgba(0, 0, 0, 1);
}

.page-overview {
  margin-bottom: 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.028em;
  color: rgba(52, 53, 56, 1);
}

.border-2color {
  position: relative;
  padding-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(34, 34, 34, 1);
}

.border-2color::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: rgba(190, 0, 0, 1);
}

.border-2color::after{
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: rgba(217, 217, 217, 1);
}

.border-2color-long {
  position: relative;
  padding-bottom: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(34, 34, 34, 1);
}

.border-2color-long::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: rgba(190, 0, 0, 1);
}

.border-2color-long::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(217, 217, 217, 1);
}

h3 {
  position: relative;
  padding-left: 17px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(0, 0, 0, 1);
}

h3::before{
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: rgba(190, 0, 0, 1);
}

.h3-bottom-text {
  margin: 16px 0px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.page-overview2 {
  margin-bottom: 120px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.028em;
  color: rgba(52, 53, 56, 1);
}

.wrapper2 {
  margin: 0px auto 180px;
  padding: 0px 15px;
  max-width: 1110px;
  width: 100%;
  color: rgba(0, 0, 0, 1);
}

.border-red {
  padding-bottom: 18px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(190, 0, 0, 1);
  border-bottom: 2px solid;
}

.border-red-bottom-text {
  margin: 14px 0px 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.border-accent {
  position: relative;
  padding-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.border-accent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: rgba(190, 0, 0, 1);
}

.border-accent::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(217, 217, 217, 1);
}

@media screen and (max-width: 1280px) {
  .page-fv {
    padding: 102px 15px 48px;
  }

  .page-title h1 {
    font-size: 48px;
  }

  .page-overview {
    margin-bottom: 56px;
  }

  .border-2color {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
 
  .border-2color::after {
    width: 164px;
  }

  h3 {
    padding-left: 16px;
    font-size: 20px;
  }

  .h3-bottom-text {
    margin: 16px 0px 20px;
  }

  .border-2color-long {
    font-size: 20px;
    line-height: 1.4;
  }

  .wrapper2 {
    margin: 0px auto 120px;
  }

  .border-red {
    padding-bottom: 15px;
    font-size: 28px;
  }

  .border-red-bottom-text {
    margin: 24px 0px 20px;
    font-size: 18px;
  }

  .border-accent {
    padding-bottom: 8px;
    font-size: 24px;
  }
}

/*page-404*/
.page-404 {
  margin: 335px auto;
  text-align: center;
}

/*page-recruit*/
.page-recruit {
  margin: 45px auto 160px;
}

.recruit-text-top {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

.recruit-text {
  margin: 32px 0px 150px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.recruit {
  display: flex;
  gap: 30px;
  text-align: center;
}

.recruit-box {
  display: flex;
  flex-direction: column;
  width: 425px;
}

.recruit-box-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(255, 255, 255, 1);
  background: rgba(190, 0, 0, 1);
  border-radius: 15px 15px 0px 0px;
}

.recruit-box-content {
  flex-grow: 1;
  padding: 169px 0px 146px;
  color: rgba(34, 34, 34, 1);
  border: 1px solid rgba(190, 0, 0, 1);
  border-radius: 0px 0px 15px 15px;
}

.recruit-btn a {
  display: inline-block;
  position: relative;
  width: 186px;
  height: 50px;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  background: rgba(190, 0, 0, 1);
  border-radius: 25px;
}

.recruit-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 6px;
  height: 10px;
  background: url("/wp-content/uploads/img/triangle-white.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.forget-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.recruit-box-content-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (max-width: 1280px) {
  .page-recruit {
    margin: 30px auto 120px;
  }

  .recruit-text-top {
    font-size: 20px;
  }

  .recruit-text {
    margin: 16px 0px 150px;
  }

  .recruit {
    flex-direction: column;
    align-items: center;
  }

  .recruit-box {
    max-width: 100%;
  }
}

/*page-business-odm*/
.page-business-odm {
  margin: 55px auto 180px;
}

.page-business-odm .page-overview {
  margin-bottom: 24px;
}

.page-business-odm .page-overview + p {
  margin-bottom: 120px;
  color: rgba(52, 53, 56, 1);
}

.can-text {
  margin: 24px 0px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.can-table1 {
  display: flex;
  gap: 35px;
  margin-bottom: 32px;
}

.can-table1-box {
  position: relative;
  width: calc((100% - 105px) / 4);
  border: 1px solid rgba(207, 20, 43, 1);
}

.can-table1-box + .can-table1-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 15px;
  height: 22px;
  background: url("/wp-content/uploads/img/triangle.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.can-table1-box p {
  text-align: center;
  height: 51px;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  background: rgba(207, 20, 43, 1);
}

.can-table1-box ul {
  padding: 12px 12px 12px 40px;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  list-style: disc;
}

h4 {
  margin: 24px 0px 0px;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.h4-bottom-text {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.can-table2 {
  display: flex;
  gap: 1px;
  margin: 72px 0px;
}

.can-table2-heading {
  text-align: center;
  height: 46px;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  background: rgba(190, 0, 0, 1);
}

.hard {
  width: 572px;
}

.hard-inner {
  display: flex;
}

.hard-box {
  width: 50%;
}

.box-heading {
  display: block;
  text-align: center;
  height: 77px;
  font-size: 20px;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: 0.04em;
  color: rgba(34, 34, 34, 1);
  border: 1px solid rgba(190, 0, 0, 1);
  border-top: none;
}

.box-text {
  display: block;
  padding: 22px 12px;
  min-height: 304px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border: 1px solid rgba(190, 0, 0, 1);
  border-top: none;
}

.electric .box-heading, .electric .box-text {
  border-left: none;
}

.soft {
  width: 307px;
}

.can-table2 .soft .box-heading {
  line-height: 38px;
}

.appeal-heading {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(190, 0, 0, 1);
}

.appeal-text {
  margin: 7px 0px 70px;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.appeal-text span {
  border-bottom: 1px solid gray;
}

.page-business-odm .h4-bottom-text + h3 {
  margin-top: 24px;
}

.business-odm-btn {
  text-align: center;
  margin: 70px auto;
}

.business-odm-btn a {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  background: rgba(11, 81, 179, 1);
  border-radius: 40px;
}

@media screen and (max-width: 1280px) {
  .can-text {
    margin: 24px 0px;
  }

  .can-table1 {
    flex-direction: column;
    align-items: center;
  }
}

/*page-business-imaging-system*/
.page-business-imaging-system {
  margin: 39px auto 0px;
  margin-bottom: 120px;
}

.business-imaging-system-frame {
  display: flex;
  gap: 20px;
}

.business-imaging-system-frame-item {
  width: calc(50% - 10px);
}

.business-imaging-system-frame .products-outer {
  margin: 20px 0px 0px;
}

.business-imaging-system-frame .products {
  width: 100%;
}

.page-business-imaging-system .border-red {
  margin-bottom: 48px;
}

.page-business-imaging-system video {
  width: 100%;
}

.products-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  margin: 20px 0px 48px;
}

.products {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 16px 20px;
  width: calc(50% - 10px);
  border: 1px solid rgba(202, 202, 202, 1)
}

.products img {
  width: 146px;
  height: 146px;
  object-fit: contain;
}

.products .cover {
  object-fit: cover;
}

.products-text span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.products-text span.products-text-small {
  margin-top: 2px;
  font-size: 14px;
}

.products-text a {
  display: block;
  position: relative;
  margin-left: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.products-text a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/img/link.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.products-text a + a {
  margin-top: 14px;
}

@media screen and (max-width: 1280px) {
  .page-business-imaging-system {
    margin: 21px auto 0px;
  }
  
  .business-imaging-system-frame {
    flex-direction: column;
    align-items: center;
  }
  
  .business-imaging-system-frame-item {
    max-width: 100%;
    width: 345px;
  }
  
  .page-business-imaging-system .border-red {
    margin-bottom: 20px;
  }
  
  .products-outer {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .products {
    gap: 24px;
    padding: 16px 9px;
    max-width: 100%;
    width: 345px;
  }

  .products img {
    width: 82px;
    height: 82px;
  }
}

/*page-technologies*/
.page-technologies {
  margin: 39px auto 0px;
}

.technologies-graph-block.technologies-product {
  margin-top: 80px;
}

.technologies-graph-block + .technologies-graph-block {
  margin-top: 140px;
}

.technologies-graph-description {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.technologies-product-img {
  position: relative;
  margin: 80px auto 0;
  width: 326px;
}

.technologies-product-list li {
  position: absolute;
  width: 290px;
  cursor: pointer;
}

.trigger {
  display: block;
  cursor: pointer;
}

.technologies-product-list-a {
  top: -3px;
}

.technologies-product-list-b {
  top: 201px;
}

.technologies-peripheral-img {
  position: relative;
  margin: 80px auto 0;
  width: 655px;
}

.technologies-peripheral-list li {
  position: absolute;
  width: 196px;
  cursor: pointer;
}

.technologies-peripheral-list-a {
  top: 105px;
  left: 326px;
}

.technologies-peripheral-list-b {
  top: 105px;
  left: 131px;
}

.technologies-supply-step {
  display: flex;
  gap: 70px;
  margin: 80px auto 0;
  padding: 0;
  list-style: none;
}

.technologies-supply-step li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 160px;
}

.technologies-supply-step li::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 60px;
  width: 28px;
  height: 22px;
  background: url("/wp-content/uploads/img/step-arrow.svg") no-repeat center/contain;
}

.technologies-supply-step li:last-of-type::after {
  content: none;
}

.technologies-supply-step li span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 140px;
  height: 140px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140px;
  letter-spacing: 0;
  border-radius: 50%;
}

.technologies-supply-step .trigger {
  color: rgba(255, 255, 255, 1);
  background: rgba(190, 0, 0, 1);
  cursor: pointer;
}

.technologies-supply-step .trigger::after {
  content: "";
  position: relative;
  right: -9px;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/img/modal.svg") no-repeat center/contain;
}

.technologies-supply-step .static {
  background: rgba(217, 217, 217, 1);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

#modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 40px;
  width: 100%;
  height: 100%;
  background: #757474B2;
  overflow: auto;
}

#modal.active {
  display: grid;
  place-items: center;
  overflow-y: auto;
}

body.modal-open .photo-content li {
  pointer-events: none;
}

.modal-close {
  position: absolute;
  top: -31px;
  right: -31px;
  width: 62px;
  height: 62px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.modal-content {
  margin: 60px auto;
  max-width: 1250px;
  position: relative;
  padding: 115px 0;
  background: #FFF;
  width: 100%;
}

.modal-content-item {
  display: none;
}

.modal-content-item.active {
  display: block;
}

.modal-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.modal-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 60px auto 0;
  max-width: 1056px;
  width: 100%;
}

.modal-list li {
  position: relative;
  width: 332px;
  height: 64px;
  border: 1px solid rgba(202, 202, 202, 1);
}

.modal-list a {
  display: flex;
  align-items: center;
  padding-left: 36px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.modal-list li a::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/img/pdf.png") no-repeat center/contain;
}

.technologies-lists {
  margin-top: 160px;
}

.technologies-list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin: 48px 0 0;
}

.technologies-list li {
  position: relative;
  width: 332px;
  height: 64px;
  border: 1px solid rgba(202, 202, 202, 1);
}

.technologies-list a {
  display: flex;
  align-items: center;
  padding-left: 36px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.technologies-list li a::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/img/pdf.png") no-repeat center/contain;
}

.technologies-lists-description {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.technologies-list-block {
  margin-top: 140px;
}

@media screen and (max-width: 1280px) {
  .page-technologies {
    margin: 21px auto 0px;
  }

  .technologies-graph-description {
    font-size: 16px;
  }

  .technologies-graph-block + .technologies-graph-block {
    margin-top: 80px;
  }

  .technologies-supply-step {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }

  .technologies-supply-step li {
    flex-direction: row-reverse;
    width: 304px;
  }

  .technologies-supply-step li::after {
    right: 0;
    left: 0;
    bottom: -46px;
    margin: auto;
    transform: rotate(90deg);
  }

  .technologies-supply-step li img {
    width: 160px;
  }

  #modal {
    padding: 10px;
  }

  .modal-list {
    flex-direction: column;
    align-items: center;
  }

  .modal-content {
    padding: 60px 0;
  }

  .modal-close {
    top: -16px;
    right: -8px;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-list li {
    width: 320px;
  }

  .technologies-lists-description {
    font-size: 16px;
  }

  .technologies-list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .technologies-list li {
    width: 320px;
  }

  .technologies-list a {
    padding-left: 20px;
  }

  .technologies-list-block {
    margin-top: 80px;
  }
}

@media screen and (max-width: 685px) {
  .technologies-peripheral-img {
    position: relative;
    width: 87.33vw;
  }

  .technologies-peripheral-list li {
    position: absolute;
    width: 26.13vw;
    cursor: pointer;
  }

  .technologies-peripheral-list-a {
    top: 14vw;
    left: 43.5vw;
  }

  .technologies-peripheral-list-b {
    top: 14vw;
    left: 17.47vw;
  }
}

/*page-news-list*/
.page-news-list {
  margin: 55px auto 180px;
}

@media screen and (max-width: 1280px) {
  .page-news-list {
    margin: 30px auto 120px;
  }
}

/*page-news-detail*/
.news-detail-title {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(190, 0, 0, 1);
}

.news-detail {
  margin: 55px auto 180px;
}

.news-detail-img {
  text-align: center;
  margin: 32px auto;
  max-width: 80%;
}

.news-detail-top {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin: 50px 0px 9px;
}

.news-detail-text {
  margin: 32px 0px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.news-detail h2 {
  position: relative;
  margin: 40px 0px 24px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.news-detail h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 24px;
  background: rgba(190, 0, 0, 1);
}

.news-detail h2::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 1px;
  height: 24px;
  background: rgba(190, 0, 0, 1);
}

.news-detail-text a {
  color: blue;
}

.news-detail-text .center {
  text-align: center;
}

.news-detail .more-btn {
  font-weight: 400;
}

.news-detail .more-btn::after {
  left: 160px;
}

@media screen and (max-width: 1280px) {
  .news-detail-title {
    font-size: 48px;
  }

  .news-detail {
    margin: 30px auto 120px;
  }

  .news-detail-top {
    margin: 30px 0px 9px;
  }

  .news-detail-text {
    margin: 28px 0px 32px;
  }
}

/*contact*/
.page-contact {
  margin: 55px auto 180px;
}

.page-contact h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.04em;
  color: rgba(52, 53, 56, 1);
}

.contact-text {
  margin: 32px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: rgba(52, 53, 56, 1);
}

.contact-gray {
  text-align: center;
  padding: 24px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(245, 245, 245, 1);
}

.contact-gray p {
  display: inline-block;
  text-align: left;
}

.contact-form-outer {
  margin: 64px auto 0px;
  max-width: 680px;
  width: 100%;
}

.cntact_form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control {
  padding: 14px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
  background-color: rgba(245, 245, 245, 1);
  border: none;
  border-radius: 5px;
}

.form_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: rgba(51, 51, 51, 1);
}

.require {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(255, 0, 0, 1);
}

::placeholder {
  color: rgba(128, 128, 128, 1);
}

.cntact_form_privacy a {
  text-decoration: underline;
}

#form_submit {
  text-align: center;
  margin-top: 80px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  max-width: 400px;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  background: rgba(190, 0, 0, 1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .page-contact {
    margin: 21px auto 120px;
  }

  .contact-text {
    margin: 16px 0px 32px;
  }

  .contact-form-outer {
    margin: 56px auto 0px;
  }

  #form_submit {
    margin-top: 40px;
  }

  .wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 325px;
  }
}

/*page-contact-thanks*/
.page-contact-thanks {
  margin: 55px auto 180px;
}

.page-contact-thanks .contact-thanks-text-top {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.04em;
  color: rgba(34, 34, 34, 1);
}

.page-contact-thanks p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 1280px) {
  .page-contact-thanks {
    margin: 30px auto 120px;
  }

  .page-contact-thanks .contact-thanks-text-top {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
  }

  .page-contact-thanks p {
    margin-top: 20px;
  }
}

/*page Our Office*/
.page-our-office {
  margin: 39px auto 180px;
}

/*page Our Office main-office*/
.main-office {
  display: flex;
  gap: 50px;
  margin-bottom: 72px;
}

.main-office-text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.main-office-table {
  text-align: left;
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 1.45;
  border-collapse: collapse;
}

.main-office-table th, .main-office-table td {
  display: block;
  padding: 8px 24px;
  width: 100%;
  font-weight: 400;
}

.main-office-table th {
  background-color: rgba(217, 217, 217, 1);
}

.main-office-img {
  flex-shrink: 0;
  width: 359px;
}

.main-office-map {
  margin-bottom: 72px;
}

/*page Our shareholder*/
.shareholder {
  margin: 40px 0px 72px;
}

.shareholder a {
  display: inline-block;
  position: relative;
  margin-left: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.shareholder a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 15px;
  height: 15px;
  background: url("/wp-content/uploads/img/link.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.shareholder a ~ a {
  margin-top: 12px;
}

/*page Our Office base*/
.page-our-office h3 {
  margin: 40px 0px 32px;
}

.office-name a {
  position: relative;
  margin-left: 6px;
}

.office-name a::before {
  display: inline-block;
  content: "";
  position: relative;
  left: -6px;
  width: 15px;
  height: 15px;
  background: url("/wp-content/uploads/img/link.svg") no-repeat center/contain;
}

.office-name {
  position: relative;
  margin: 16px 0px 8px;
  padding: 10px 42px 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  background-color: rgba(245, 245, 245, 1);
  cursor: pointer;
}

.office-name::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 2px;
  background: rgba(0, 0, 0, 1);
  transform: translateY(-50%);
}

.office-name::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 2px;
  background: rgba(0, 0, 0, 1);
    transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.office-name.active::after {
  transform: translateY(-50%);
}

.base-table-wrapper {
  opacity: 0;
  overflow: hidden;
  margin: 0;
  height: 0;
  transition: padding 0.3s;
}

.base-table-wrapper.active {
  opacity: 1;
  overflow: visible;
  padding: 8px 0 8px;
  height: auto;
}

.base-table-wrapper + .border-2color {
  margin-top: 64px;
}

.base-table {
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  border-collapse: collapse;
  border-top: 1px solid rgba(217, 217, 217, 1);
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.base-table th {
  padding: 8px 24px;
  width: 178px;
  font-weight: 400;
  background-color: rgba(217, 217, 217, 1);
}

.base-table tr:not(:last-child) th {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.base-table td {
  padding: 8px 24px;
}

.base-table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.base-table + .border-2color {
  margin-top: 64px;
}

.base-table + h3 {
  margin-top: 64px;
}

.google-map-link {
  position: relative;
  color: rgba(190, 0, 0, 1);
}

.google-map-link::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/img/icon-link-right-red.svg") no-repeat center/contain;
}

@media screen and (max-width: 1280px) {
  .page-our-office {
    margin: 21px auto 120px;
  }

/*page Our Office main-office*/
  .main-office {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
  }

  .main-office-img {
    width: 325px;
  }

/*page Our Office base*/
  .page-our-office h3 {
    margin: 24px 0px;
  }

  .office-name {
    margin: 24px 0px 0px;
  }

  .base-table {
    border: none;
  }

  .base-table th, .base-table td {
    display: block;
    width: 100%;
  }

  .base-table tr:first-child th {
    border-bottom: none;
  }

  .base-table tr:first-child td {
    border-bottom: none;
  }

  .base-table + h3 {
    margin-top: 32px;
  }
}

/*page About Us*/
.page-about-us {
  margin: 39px auto 72px;
}

.page-about-us-text {
  margin: 24px 0px 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.page-about-us-text-no-margin-bottom {
  margin-bottom: 0px;
}

/*page About Us greeting*/
.page-about-us-text p + p {
  margin-top: 24px;
}

.page-about-us-list {
  margin: 0px 0px 72px;
  list-style-type: disc;
  list-style-position: inside;
}

.greeting-img {
  margin: 24px 0px 24px 40px;
  width: 308px;
  float: right;
}

.greeting-img.greeting-img-sp {
  display: none;
}

.greeting-img p {
  text-align: right;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
}


/*page About Us management-policy*/
.page-about-us-text.management-policy p + p {
  margin-top: 16px;
}

/*page About Us history*/
.border-2color + .history {
  margin-top: 40px;
}

.history:last-of-type {
  margin-bottom: 32px;
}

.history {
  padding-left: 36px;
}

.history-date {
  position: relative;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: rgba(34, 34, 34, 1);
}

.history-date::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  width: 15px;
  height: 15px;
  background: rgba(190, 0, 0, 1);
  border-radius: 50%;
}

.history-text {
  position: relative;
  padding: 10px 0px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(34, 34, 34, 1);
}

.history-text::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -24px;
  width: 2px;
  height: calc(100% + 22px);
  background: rgba(190, 0, 0, 1);
}

.no-border.history-text::before {
  display: none;
}

/*page About Us company-table*/
.company-table {
  text-align: left;
  margin: 48px 0px 24px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(51, 51, 51, 1);
  border-collapse: collapse;
}

.company-table tr {
  border-bottom: 1px solid rgba(202, 202, 202, 1);
}

.company-table th, .company-table td {
  padding: 12px 24px;
}

.company-table th {
  width: 196px;
  font-weight: 700;
}

a.health-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

.health-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
}

/*page About Us access*/
.page-about-us iframe {
  margin: 40px 0px;
}

.access-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.028em;
}

.access-text + .access-text {
  margin-top: 16px;
}

/*page About Us meaning*/
.page-about-us-meaning-header {
  margin: auto;
  padding: 0px 15px;
  max-width: 910px;
  width: 100%;
}

.page-about-us-meaning-logo {
  margin-top: 48px;
  width: 380px;
}

.page-about-us-meaning-body {
  padding: 48px 15px;
  background: url(/wp-content/uploads/img/about-bg.jpg) no-repeat center/cover;
}

.page-about-us-meaning-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 54px;
  margin: 30px auto;
  box-sizing: border-box;
  max-width: 880px;
  text-align: left;
}

.page-about-us-meaning-text {
  margin: auto;
  max-width: 880px;
  width: 100%;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.page-about-us-meaning-text + .page-about-us-meaning-text {
  margin-top: 30px;
}

.page-about-us-meaning-keyword {
  font-weight: 700;
  color: rgba(190, 0, 0, 1);
}

@media screen and (max-width: 1280px) {
/*page About Us*/
  .page-about-us {
    margin: 21px auto 72px;
  }

/*page About Us greeting*/
  .greeting-img {
    width: 295px;
  }
  
  .page-about-us-text {
    margin: 24px 0px 20px;
  }
  
  .greeting-img.greeting-img-sp {
    display: block;
    float: none;
    margin: 20px auto 56px;
  }

  .greeting-img.greeting-img-pc {
    display: none;
  }
  
  .page-about-us-text + .border-2color {
    margin-top: 56px;
  }
  
/*page About Us vision*/
  .vision-text {
    margin: 24px 0px 56px;
  }

/*page About Us history*/
  .border-2color + .history {
    margin-top: 24px;
  }

  .history-text {
    padding: 10px 0px 24px;
  }

/*page About Us company-table*/
  .company-table {
    margin: 24px 0px 24px;
  }

  .company-table th, .company-table td {
    display: block;
    width: 100%;
  }

  .company-table th {
    padding: 12px 24px 0px;
  }

  .company-table td {
    padding: 0px 24px 12px;
  }

/*page About Us access*/
  .page-about-us iframe {
    margin: 24px 0px 16px;
  }

  .access-text + .access-text {
    margin-top: 12px;
  }
}

/*footer*/
footer {
  position: relative;
}

.to-top {
  position: absolute;
  top: -32px;
  right: 71px;
  width: 64px;
  cursor: pointer;
}

.footer-top-wrapper {
  background-color: rgba(245, 245, 245, 1);
}

.footer-top {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 80px 0px;
}

.footer-address img {
  width: 147px;
}

.footer-address address {
  margin-top: 24px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.07em;
}

.footer-top .footer-address p {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-top p {
  display: block;
  margin-bottom: 32px;
}

.footer-heading {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.footer-top li{
  position: relative;
  margin-bottom: 32px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.footer-top li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background: rgba(34, 34, 34, 1);
}

.business-summary ul {
  list-style: none;
}

.business-summary li + li {
  margin-top: 32px;
}

.company-information ul {
  margin-left: 14px;
  list-style: none;
}

.footer-middle {
  text-align: center;
  padding-bottom: 80px;
}

.footer-middle img {
  width: 300px;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0px 12px;
  border-bottom: 12px solid rgba(190, 0, 0, 1);
}

.footer-bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 61px;
  margin: 0px auto 20px;
  padding: 0;
  max-width: 330px;
  width: 100%;
  list-style: none;
}

.footer-bottom li {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: rgba(136, 136, 136, 1);
}

.footer-bottom li::before {
  content: "";
  position: absolute;
  left: -31px;
  width: 1px;
  height: 16px;
  background: rgba(217, 217, 217, 1);
}

.footer-bottom li:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -31px;
  width: 1px;
  height: 16px;
  background: rgba(217, 217, 217, 1);
}

.footer-bottom li:last-child::after {
  content: "";
  position: absolute;
  right: -31px;
  width: 1px;
  height: 16px;
  background: rgba(217, 217, 217, 1);
}

small {
  display: block;
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  color: #888;
}

@media screen and (max-width: 1280px) {
  .to-top {
    right: 15px;
  }

  .footer-top {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    margin: auto;
    padding: 48px 25px;
    max-width: 375px;
  }

  .footer-address {
    order: 4;
    width: 100%;
  }

  .business-summary {
    order: 1;
    width: 100%;
  }

  .company-information {
    order: 2;
    width: 100%;
  }

  .company-information li {
    width: 100%;
  }

  .footer-others {
    order: 3;
    width: 100%;
  }

  .footer-bottom {
    padding: 32px 0px 7px;
  }

  .footer-bottom ul {
    gap: 28px 25px;
    margin: 0px auto 32px;
    max-width: 258px;
  }

  .footer-bottom li::before {
    left: -13px;
  }

  .footer-bottom li:nth-child(2)::after {
    right: -13px;
  }

  .footer-bottom li:last-child::after {
    right: -13px;
  }
}

#access {
  scroll-margin-top: 80px;
}

/*page-privacy*/
.page-privacy {
  margin: 140px auto;
  padding: 0px 15px;
  max-width: 1110px;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  word-break: break-word;
}

.privacy-section {
  margin-top: 80px;
}

.privacy-title {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
}

.privacy-text {
  font-size: 16px;
  line-height: 1.8;
}

.privacy-text + .privacy-text {
  margin-top: 24px;
}

.privacy-subtitle {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.privacy-heading {
  margin: 42px auto 10px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.privacy-subtitle + .privacy-heading {
  margin: 16px auto 10px;
}

.privacy-heading::before {
  content: none;
}

.privacy-table {
  margin-top: 48px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6875;
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
}

.privacy-th,
.privacy-td {
  padding: 16px 8px;
  border: 1px solid #c9c9c9;
}

.privacy-th {
  vertical-align: middle;
  width: 25%;
  font-weight: normal;
  word-break: break-word;
  background: #dedede;
}

.privacy-td {
  width: 75%;
}

.privacy-list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  list-style: disc;
}

.privacy-text + .privacy-list {
  margin-top: 10px;
}

.privacy-list + .privacy-text {
  margin-top: 24px;
}

.privacy-list-num {
  margin: 24px 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
}

.privacy-nested .privacy-text {
  margin-top: 0;
}

.privacy-bold {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

a.privacy-link-normal {
  color: rgba(190, 0, 0, 1);
}

.privacy-box {
  margin: 24px;
}

.privacy-list-note {
  margin-top: 24px;
}

.privacy-list-note .privacy-list-item {
  display: flex;
  gap: 4px;
  font-size: 12px;
}

.privacy-list-note span {
  flex-shrink: 0;
}

.mt56 {
  margin-top: 56px;
}

.mt24 {
  margin-top: 24px;
}

.ml24 {
  margin-left: 24px;
}

.privacy-footer {
  text-align: right;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

/* 事業概要 */
.anchor-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 685px) {
  .anchor-list {
    flex-direction: column;
    gap: 12px;
  }
}

.anchor-link {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.anchor-link::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/uploads/img/business-icon-down.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.business-wrapper .border-accent {
  margin-bottom: 32px;
  padding-bottom: 12px;
  letter-spacing: 0.08em;
}

.business-wrapper .border-accent::after {
  width: 180px;
}

.business-wrapper h3 {
  margin-bottom: 32px;
  font-weight: 700;
}

.business-wrapper h4 {
  position: relative;
  margin: 32px 0 24px;
  padding-left: 1.6rem;
}

@media screen and (max-width: 1280px) {
  .business-wrapper h4 {
    margin: 48px 0 24px;
    font-size: 18px;
  }
}

.business-wrapper h4::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #BE0000;
}

@media screen and (max-width: 1280px) {
  .business-wrapper h4::before {
    top: 14px;
  }
}

.business-wrapper > h5 {
  position: relative;
  margin: 32px 0 24px;
  font-size: 18px;
}

.business-wrapper-h5-border::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #CACACA;
}

.business-wrapper > h5 > span {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  padding-right: 10px;
  background: #fff;
}

.notes-num {
  font-size: 0.6em;
}

.notes-text {
  font-size: 14px;
}

.dot-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dot-item {
  position: relative;
  padding-left: 0.9rem;
}

.dot-item::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #BE0000;
  border-radius: 50%;
}

.relationship-img {
  display: inline-block;
  position: relative;
  width: 100%;
}

.relationship-img img {
  display: block;
  margin: auto;
}

.relationship-overlay1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 860px;
  width: 100%;
  height: 100%;
}

.relationship-img-link1-1 {
  display: block;
  position: absolute;
  top: 77.5%;
  left: 4%;
  width: 15%;
  height: 3%;
}

.relationship-img-link1-2 {
  display: block;
  position: absolute;
  top: 77.5%;
  left: 27%;
  width: 20%;
  height: 3%;
}

.relationship-img-link1-3 {
  display: block;
  position: absolute;
  top: 77.5%;
  left: 53%;
  width: 20%;
  height: 3%;
}

.relationship-overlay2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 906px;
  width: 100%;
  height: 100%;
}

.relationship-img-link2-1 {
  display: block;
  position: absolute;
  top: 78.5%;
  left: 2%;
  width: 18%;
  height: 3%;
}

.relationship-img-link2-2 {
  display: block;
  position: absolute;
  top: 78.5%;
  left: 26%;
  width: 18%;
  height: 3%;
}

.red-text {
  font-size: 18px;
  font-weight: 700;
  color: #BE0000;
}

@media screen and (max-width: 1280px) {
  .red-text {
    font-size: 16px;
  }
}

.point-list-2column {
  display: flex;
  gap: 8px;
}

.point-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.point-list .red-text {
  margin-bottom: 6px;
}

.point-list .dot-item {
  margin-left: 12px;
}

.product-list {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

@media screen and (max-width: 1280px) {
  .point-list-2column {
    flex-direction: column;
  }

  .product-list {
    flex-direction: column;
  }
}

.product-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 300px;
  border: 1px solid #333;
  border-radius: 8px;
}

@media screen and (max-width: 1280px) {
  .product-item {
    min-width: auto;
  }
}

.product-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #333;
}

.product-item-content {
  padding: 30px;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

.product-item-content-1 {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.product-item-content-2 {
  padding-top: 60px;
}

.product-item-content-2-img {
  display: flex;
  justify-content: center;
}

.product-detail-list {
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
  margin-top: 16px;
}

.product-detail-list-2col {
  flex-direction: row;
  flex-wrap: wrap;
}

.product-detail-list-2col .product-detail-item {
  width: 50%;
}

@media screen and (max-width: 685px) {
  .product-detail-list-2col .product-detail-item {
    width: 100%;
  }

  .product-detail-list-2col .product-detail-item:nth-child(1) {
    order: 1;
  }

  .product-detail-list-2col .product-detail-item:nth-child(2) {
    order: 5;
  }
  
  .product-detail-list-2col .product-detail-item:nth-child(3) {
    order: 2;
  }
  
  .product-detail-list-2col .product-detail-item:nth-child(4) {
    order: 6;
  }
  
  .product-detail-list-2col .product-detail-item:nth-child(5) {
    order: 3;
  }
  
  .product-detail-list-2col .product-detail-item:nth-child(6) {
    order: 7;
  }
  
  .product-detail-list-2col .product-detail-item:nth-child(7) {
    order: 4;
  }
}

.product-detail-item-title {
  margin-bottom: 4px;
  font-weight: 700;
}

.product-detail-item-text {
  line-height: 1.8;
}

.peripheral-wrap {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1280px) {
  .peripheral-wrap {
    flex-direction: column;
    gap: 24px;
  }
}

.peripheral-wrap > .peripheral-item,
.peripheral-group {
  width: calc((100% - 16px)/2);
}

@media screen and (max-width: 1280px) {
  .peripheral-wrap > .peripheral-item,
  .peripheral-group {
    width: 100%;
  }
}

.peripheral-wrap > .peripheral-item {
  border-right: 1px solid #CACACA;
}

@media screen and (max-width: 1280px) {
  .peripheral-wrap > .peripheral-item {
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #CACACA;
  }
}

.peripheral-item .red-text {
  margin: 0.6em 0;
  font-size: 16px;
}

.peripheral-item .dot-list {
  margin-bottom: 12px;
}

.peripheral-item .dot-item::after {
  background: #333;
}

.peripheral-item-title {
  margin-bottom: 0.4em;
  font-size: 16px;
}

.peripheral-item-img {
  display: flex;
}

.peripheral-group {
  margin-left: 32px;
}

@media screen and (max-width: 1280px) {
  .peripheral-group {
    margin-left: 0;
  }

  .peripheral-item-img {
    justify-content: center;
  }
}

.peripheral-group > .peripheral-item:first-child {
  margin-bottom: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CACACA;
}

@media screen and (max-width: 1280px) {
  .peripheral-group > .peripheral-item:first-child {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
}

.supply-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  margin: 32px 0px 32px 0px;
}

.supply-list-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  margin: 32px 0px 32px 16px;
  font-size: 14px;
}

@media screen and (max-width: 685px) {
  .supply-list {
    flex-direction: column;
  }
  .supply-list-sub {
    flex-direction: column;
  }
}

.supply-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
  width: calc((100% - 32px)/3);
}

@media screen and (max-width: 685px) {
  .supply-item {
    width: 100%;
  }
}

.supply-item-title {
  font-size: 16px;
}

.supply-item-title > span { 
  display: inline-flex;
  align-items: flex-start;
}

.supply-item img {
  object-fit: cover;
  aspect-ratio: 350/150;
}

/* 健康経営 */
.page-health {
  margin: 70px auto 180px;
}

.declaration {
  padding: 50px;
  background: #EFF9FF;
}

.declaration-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.declaration-text {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  border-bottom: 1px solid #D9D9D9;
}

.declaration-signature {
  text-align: right;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.health-section {
  margin-top: 72px;
}

.page-health .border-2color {
  margin-bottom: 40px;
}

.health-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.health-note {
  counter-reset: note;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.health-note li {
  position: relative;
  padding-left: 2em;
}

.health-note li::before {
  counter-increment: note;
  content: "*" counter(note) " ";
  position: absolute;
  top: 0;
  left: 0;
}

.page-health h3 {
  margin: 32px auto 24px;
}

.title-line {
  position: relative;
  margin: 32px 0 24px;
  padding-left: 1.6rem;
}

.title-line::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #BE0000;
}

.health-structure .health-description {
  margin-bottom: 32px;
}

.health-activity .health-description {
  margin-top: 32px;
}

.health-checkup .health-description {
  margin-bottom: 32px;
}

.health-table-scroll {
  max-width: 100%;
  width: 880px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.health-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 880px;
  color: #222;
}

.health-table-header, .health-table-cell {
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #222;
}

.health-table-header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-text-size-adjust: none;
}

.health-table-cell {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-text-size-adjust: none;
}

.sup {
  vertical-align: super;
  font-size: 0.7em;
  line-height: 1;
}

.health-table--activity .health-table-head .health-table-header {
  color: #fff;
  background: #007AC4;
}

.health-table--activity .health-table-header {
  background: #EFF9FF;
}

.health-table--checkup .health-table-head .health-table-header {
  color: #fff;
  background: #007AC4;
}

.health-table--checkup .health-table-header {
  background: #EFF9FF;
}

.health-workstyle-overview .health-table-scroll + .health-table-scroll {
  margin-top: 24px;
}

.health-workstyle-overview .health-table-cell {
  letter-spacing: 0.04em;
}

.health-table--common .health-table-header {
  background: #CFC;
}

.health-table--childcare .health-table-header {
  background: #FCC;
}

.health-table--caregiving .health-table-header {
  background: #C0E6F5;
}

.health-table--sickleave .health-table-header {
  background: #F2CEEF;
}

.health-table.health-table--usage .health-table-head .health-table-header {
  color: #fff;
  background: #007AC4;
}

.health-table.health-table--usage .health-table-header {
  background: #EFF9FF;
}

.health-table-cell--green {
  background: #CCFFCC;
}

.health-table-cell--pink {
  background: #FFCCCC;
}

.health-table-cell--light-blue {
  background: #CAEDFB;
}

.health-table-cell--lavender-pink {
  background: #F2CEEF;
}

.health-table-cell--yellow {
  background: #FFFFCC;
}

.health-table--metrics .health-table-head {
  background: #CCFFCC;
}

.health-table--incidents .health-table-head {
  background: #CCFFCC
}

.incidents-description {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1280px) {
  .declaration {
    padding: 20px;
  }

  .declaration-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .declaration-text {
    padding: 10px;
    font-size: 18px;
  }

  .declaration-signature {
    margin-top: 20px;
  }
}