@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 0;
  z-index: 1;
}

header #header-bottom nav .sns {
  display: none;
}

#page-interview01,
#page-interview02,
#page-interview03 {
  padding-top: 90px;
  padding-bottom: 120px;
}
#page-interview01 .interview,
#page-interview02 .interview,
#page-interview03 .interview {
  max-width: 1100px;
  margin: 0 auto;
}
#page-interview01 .interview-title,
#page-interview02 .interview-title,
#page-interview03 .interview-title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  color: #1d2b59;
}
#page-interview01 .interview-title .en,
#page-interview02 .interview-title .en,
#page-interview03 .interview-title .en {
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 4.32px;
  font-weight: bold;
}
#page-interview01 .interview-title .num,
#page-interview02 .interview-title .num,
#page-interview03 .interview-title .num {
  font-size: 8.4rem;
  line-height: 1;
  letter-spacing: 6.72px;
  font-weight: bold;
  transform: translateY(8px);
}
#page-interview01 .interview-card,
#page-interview02 .interview-card,
#page-interview03 .interview-card {
  border: solid 5px #1d2b59;
  padding: 30px 40px 50px;
  transform: translateY(-12px);
}
#page-interview01 .profile,
#page-interview02 .profile,
#page-interview03 .profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
#page-interview01 .profile .avatar,
#page-interview02 .profile .avatar,
#page-interview03 .profile .avatar {
  position: relative;
  width: 180px;
  height: 180px;
  background: url(../img/interview/interview01-avater@2x.png) center center no-repeat;
  background-size: contain;
}
#page-interview01 .profile .profile-text,
#page-interview02 .profile .profile-text,
#page-interview03 .profile .profile-text {
  border-bottom: 1px solid #ccc;
  max-width: 798px;
  width: 100%;
  padding-bottom: 10px;
}
#page-interview01 .profile .profile-text .dept,
#page-interview02 .profile .profile-text .dept,
#page-interview03 .profile .profile-text .dept {
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #333;
}
#page-interview01 .profile .profile-text .name,
#page-interview02 .profile .profile-text .name,
#page-interview03 .profile .profile-text .name {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #333;
  margin-top: 6px;
}
#page-interview01 .qa-list,
#page-interview02 .qa-list,
#page-interview03 .qa-list {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}
#page-interview01 .qa,
#page-interview02 .qa,
#page-interview03 .qa {
  display: flex;
  gap: 20px;
}
#page-interview01 .qa.q,
#page-interview02 .qa.q,
#page-interview03 .qa.q {
  align-items: center;
}
#page-interview01 .qa.q:before,
#page-interview02 .qa.q:before,
#page-interview03 .qa.q:before {
  background: url(../img/interview/icon-q@2x.png) center center no-repeat;
  background-size: contain;
}
#page-interview01 .qa.a,
#page-interview02 .qa.a,
#page-interview03 .qa.a {
  align-items: flex-start;
}
#page-interview01 .qa.a:before,
#page-interview02 .qa.a:before,
#page-interview03 .qa.a:before {
  background: url(../img/interview/icon-a@2x.png) center center no-repeat;
  background-size: contain;
}
#page-interview01 .qa::before,
#page-interview02 .qa::before,
#page-interview03 .qa::before {
  content: "";
  width: 56px;
  height: 78px;
}
#page-interview01 .qa .qa-content,
#page-interview02 .qa .qa-content,
#page-interview03 .qa .qa-content {
  width: 100%;
  max-width: 925px;
}
#page-interview01 .qa .qa-content h4,
#page-interview02 .qa .qa-content h4,
#page-interview03 .qa .qa-content h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}
#page-interview01 .qa .qa-content p,
#page-interview02 .qa .qa-content p,
#page-interview03 .qa .qa-content p {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}
#page-interview01 .schedule,
#page-interview02 .schedule,
#page-interview03 .schedule {
  margin-top: 36px;
  background-color: #f1f9fe;
}
#page-interview01 .schedule .schedule-header,
#page-interview02 .schedule .schedule-header,
#page-interview03 .schedule .schedule-header {
  position: relative;
  background-color: #2b76a6;
  color: #fff;
  display: flex;
  align-items: center;
  height: 47px;
  padding-left: 15px;
  z-index: 2;
}
#page-interview01 .schedule .schedule-header::before,
#page-interview02 .schedule .schedule-header::before,
#page-interview03 .schedule .schedule-header::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/interview/icon-clock@2x.png) center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#page-interview01 .schedule .schedule-header .schedule-title,
#page-interview02 .schedule .schedule-header .schedule-title,
#page-interview03 .schedule .schedule-header .schedule-title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#page-interview01 .schedule .schedule-header .schedule-en,
#page-interview02 .schedule .schedule-header .schedule-en,
#page-interview03 .schedule .schedule-header .schedule-en {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 3.2px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(6px) translateY(8px);
}
#page-interview01 .schedule .schedule-body,
#page-interview02 .schedule .schedule-body,
#page-interview03 .schedule .schedule-body {
  position: relative;
  padding: 30px 30px 68px 44px;
}
#page-interview01 .schedule .schedule-body::before,
#page-interview02 .schedule .schedule-body::before,
#page-interview03 .schedule .schedule-body::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 0;
  bottom: 20px;
  width: 3px;
  height: 100%;
  background-color: #2b76a6;
}
#page-interview01 .schedule .schedule-body::after,
#page-interview02 .schedule .schedule-body::after,
#page-interview03 .schedule .schedule-body::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #2b76a6;
  position: absolute;
  bottom: 14px;
  left: 40px;
  transform: rotateZ(-45deg);
  z-index: 2;
}
#page-interview01 .schedule .schedule-item,
#page-interview02 .schedule .schedule-item,
#page-interview03 .schedule .schedule-item {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 0 25px 0;
}
#page-interview01 .schedule .schedule-item + .schedule-item,
#page-interview02 .schedule .schedule-item + .schedule-item,
#page-interview03 .schedule .schedule-item + .schedule-item {
  margin-top: 29px;
}
#page-interview01 .schedule .schedule-item::before,
#page-interview02 .schedule .schedule-item::before,
#page-interview03 .schedule .schedule-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 3px;
  background-color: #2b76a6;
}
#page-interview01 .schedule .schedule-item .time,
#page-interview02 .schedule .schedule-item .time,
#page-interview03 .schedule .schedule-item .time {
  min-width: 60px;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: bold;
  color: #2b76a6;
}
#page-interview01 .schedule .schedule-item .detail,
#page-interview02 .schedule .schedule-item .detail,
#page-interview03 .schedule .schedule-item .detail {
  color: #333;
}
#page-interview01 .schedule .schedule-item .detail strong,
#page-interview02 .schedule .schedule-item .detail strong,
#page-interview03 .schedule .schedule-item .detail strong {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: 0.01em;
}
#page-interview01 .schedule .schedule-item .detail p,
#page-interview02 .schedule .schedule-item .detail p,
#page-interview03 .schedule .schedule-item .detail p {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.01em;
}
#page-interview01 .btns,
#page-interview02 .btns,
#page-interview03 .btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 35px;
}
#page-interview01 .btns a,
#page-interview02 .btns a,
#page-interview03 .btns a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 406px;
  height: 64px;
  background-color: #1d2b59;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: #fff;
}
#page-interview01 .btns a:after,
#page-interview02 .btns a:after,
#page-interview03 .btns a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow01-white@2x.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}
#page-interview01 #interview,
#page-interview02 #interview,
#page-interview03 #interview {
  margin-top: 110px;
  padding-top: 65px;
  background: url(../img/recruit/recruit-interview-bg.png) center top no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
#page-interview01 #interview h3,
#page-interview02 #interview h3,
#page-interview03 #interview h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-interview01 #interview h3::before,
#page-interview02 #interview h3::before,
#page-interview03 #interview h3::before {
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 4.32px;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
}
#page-interview01 #interview .links,
#page-interview02 #interview .links,
#page-interview03 #interview .links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
#page-interview01 #interview .links a,
#page-interview02 #interview .links a,
#page-interview03 #interview .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 409px;
  height: 64px;
  background-color: #1d2b59;
  font-size: 1.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#page-interview01 #interview .links a:after,
#page-interview02 #interview .links a:after,
#page-interview03 #interview .links a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow01-white@2x.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}
#page-interview01 #interview .entry,
#page-interview02 #interview .entry,
#page-interview03 #interview .entry {
  margin-top: 50px;
}
#page-interview01 #interview .entry .inner,
#page-interview02 #interview .entry .inner,
#page-interview03 #interview .entry .inner {
  margin: 0 auto 0;
  max-width: 900px;
  height: 310px;
  border: solid 2px #002f8e;
  background: url(../img/top/entry-img@2x.jpg) left center no-repeat;
  background-color: #fff;
  background-size: contain;
  padding-left: 238px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#page-interview01 #interview .entry .inner h4,
#page-interview02 #interview .entry .inner h4,
#page-interview03 #interview .entry .inner h4 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 5.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.24px;
  text-align: left;
  color: #1d2b59;
}
#page-interview01 #interview .entry .inner strong,
#page-interview02 #interview .entry .inner strong,
#page-interview03 #interview .entry .inner strong {
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.26px;
  text-align: left;
  color: #333;
}
#page-interview01 #interview .entry .inner p,
#page-interview02 #interview .entry .inner p,
#page-interview03 #interview .entry .inner p {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
  margin-top: 16px;
}
#page-interview01 #interview .entry .inner .link,
#page-interview02 #interview .entry .inner .link,
#page-interview03 #interview .entry .inner .link {
  margin-top: 20px;
}
#page-interview01 #interview .entry .inner .link a,
#page-interview02 #interview .entry .inner .link a,
#page-interview03 #interview .entry .inner .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 490px;
  height: 60px;
  background-color: #1d2b59;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.22px;
  text-align: left;
  color: #fff;
}
#page-interview01 #interview .entry .inner .link a:before,
#page-interview02 #interview .entry .inner .link a:before,
#page-interview03 #interview .entry .inner .link a:before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 4px;
}
#page-interview01 #interview .entry .inner .info,
#page-interview02 #interview .entry .inner .info,
#page-interview03 #interview .entry .inner .info {
  width: 490px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#page-interview01 #interview .entry .inner .info .tel a,
#page-interview02 #interview .entry .inner .info .tel a,
#page-interview03 #interview .entry .inner .info .tel a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.28px;
  text-align: left;
  text-decoration: none;
  color: #333;
}
#page-interview01 #interview .entry .inner .info .tel a:before,
#page-interview02 #interview .entry .inner .info .tel a:before,
#page-interview03 #interview .entry .inner .info .tel a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-tel-black@2x.png) center center no-repeat;
  background-size: contain;
}
#page-interview01 #interview .entry .inner .info .time,
#page-interview02 #interview .entry .inner .info .time,
#page-interview03 #interview .entry .inner .info .time {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.18px;
  text-align: left;
  color: #333;
}
#page-interview01 #interview .entry .inner .info small,
#page-interview02 #interview .entry .inner .info small,
#page-interview03 #interview .entry .inner .info small {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
  margin-top: 6px;
  padding-left: 34px;
}

#page-partner {
  padding-top: 90px;
  padding-bottom: 165px;
}
#page-partner .description {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#page-partner .description strong {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-partner .description p {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-partner .section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#page-partner .section + .section {
  margin-top: 84px;
}
#page-partner .section h3 {
  position: relative;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 4.32px;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-partner .section h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  background-color: #1d2b59;
}
#page-partner .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
}
#page-partner #about_partnership {
  margin-top: 60px;
}
#page-partner #about_partnership .detail strong {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  margin-top: 45px;
}
#page-partner #about_partnership .detail p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  margin-top: 12px;
}
#page-partner #about_partnership .contents {
  width: 100%;
  max-width: 900px;
  margin: 55px auto 0;
  background-color: #e6e9f1;
  padding-bottom: 60px;
}
#page-partner #about_partnership .contents h4 {
  background-color: #1d2b59;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  padding: 10px;
}
#page-partner #about_partnership .contents .boxes {
  padding: 40px 40px 0;
  display: grid;
  gap: 30px;
}
#page-partner #about_partnership .contents .boxes .box {
  border: solid 1px #1d2b59;
  padding: 20px 20px 24px;
}
#page-partner #about_partnership .contents .boxes .box h5 {
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-partner #about_partnership .contents .boxes .box p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  margin-top: 12px;
}
#page-partner #about_partnership .contents .attention {
  text-align: center;
  margin-top: 35px;
}
#page-partner #about_partnership .contents .link {
  margin-top: 30px;
}
#page-partner #about_partnership .contents .link a {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 520px;
  height: 70px;
  background-color: #1d2b59;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: #fff;
}
#page-partner #about_partnership .contents .link a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow01-white@2x.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}

#page-business {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
#page-business::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
#page-business .description {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 330px;
}
#page-business .description p {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-business .description:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 280px solid transparent;
  border-top: 104px solid #2b76a6;
  position: absolute;
  top: 42px;
  left: 0;
}
#page-business .description::after {
  position: absolute;
  top: 0px;
  left: 0;
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 4.85rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.88px;
  text-align: left;
  color: #2b76a6;
}
#page-business .section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#page-business .section + .section {
  margin-top: 84px;
}
#page-business .section h3 {
  position: relative;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 4.32px;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-business .section h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  background-color: #1d2b59;
}
#page-business .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
}
#page-business #installation_manufacturing {
  margin-top: 117px;
}
#page-business #installation_manufacturing .text {
  margin-top: 60px;
}
#page-business #installation_manufacturing .text p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-business #installation_manufacturing .boxes {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}
#page-business #installation_manufacturing .boxes .box h4 {
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #333;
}
#page-business #installation_manufacturing .boxes .box .img {
  margin-top: 15px;
}
#page-business #installation_manufacturing .boxes .box p {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-business #installation_manufacturing .boxes .box ul {
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #ccc;
}
#page-business #installation_manufacturing .boxes .box ul li {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-business #our_strengths {
  margin-top: 100px;
}
#page-business #our_strengths .main-image {
  margin: 60px auto 0;
  max-width: 970px;
}
#page-business #our_strengths .boxes {
  margin-top: 75px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
#page-business #our_strengths .boxes .box {
  width: 350px;
  min-height: 410px;
  background-color: #e6e9f1;
  padding: 20px;
}
#page-business #our_strengths .boxes .box.proposal h4:before {
  background: url(../img/business/icon-proposal@2x.png) center center no-repeat;
  background-size: contain;
}
#page-business #our_strengths .boxes .box.team h4:before {
  background: url(../img/business/icon-team@2x.png) center center no-repeat;
  background-size: contain;
}
#page-business #our_strengths .boxes .box.teck h4:before {
  background: url(../img/business/icon-teck@2x.png) center center no-repeat;
  background-size: contain;
}
#page-business #our_strengths .boxes .box h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.12px;
  text-align: center;
  color: #1d2b59;
  gap: 5px;
}
#page-business #our_strengths .boxes .box h4:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}
#page-business #our_strengths .boxes .box .img {
  margin-top: 16px;
}
#page-business #our_strengths .boxes .box p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}

#page-recruit {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
#page-recruit::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0px;
  right: 0;
}
#page-recruit .section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#page-recruit .section + .section {
  margin-top: 84px;
}
#page-recruit .section h3 {
  position: relative;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 4.32px;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-recruit .section h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  background-color: #1d2b59;
}
#page-recruit .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
}
#page-recruit #message_to_applicants .contents {
  margin-top: 75px;
  display: grid;
  gap: 60px;
}
#page-recruit #message_to_applicants .contents .box {
  padding-left: 330px;
  position: relative;
}
#page-recruit #message_to_applicants .contents .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 280px solid transparent;
  border-top: 104px solid #2b76a6;
  position: absolute;
  top: 36px;
  left: 0;
}
#page-recruit #message_to_applicants .contents .box::after {
  position: absolute;
  top: 0px;
  left: 0;
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.95rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.16px;
  text-align: left;
  color: #2b76a6;
}
#page-recruit #message_to_applicants .contents .box h4 {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333;
}
#page-recruit #message_to_applicants .contents .box .text {
  margin-top: 12px;
}
#page-recruit #message_to_applicants .contents .box .text p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-recruit #message_to_applicants .contents .box .text p + p {
  margin-top: 26px;
}
#page-recruit #message_to_applicants .contents .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
#page-recruit #message_to_applicants .contents .line h4 {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333;
}
#page-recruit #message_to_applicants .contents .line .left {
  width: 50%;
  max-width: 567px;
}
#page-recruit #message_to_applicants .contents .line .left p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-recruit #message_to_applicants .contents .line .left p + p {
  margin-top: 26px;
}
#page-recruit #message_to_applicants .contents .line .right {
  width: 49%;
  max-width: 490px;
}
#page-recruit #requirements .contents {
  margin-top: 60px;
}
#page-recruit #requirements .contents .description strong {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-recruit #requirements .contents .description p {
  margin-top: 14px;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-recruit #requirements .contents .table {
  width: 820px;
  margin: 35px auto 0;
}
#page-recruit #requirements .contents .table table {
  width: 100%;
  table-layout: fixed;
}
#page-recruit #requirements .contents .table table tr th {
  width: 260px;
  border: solid 1px #ccc;
  background-color: #ebebeb;
  padding: 20px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.01em;
}
#page-recruit #requirements .contents .table table tr td {
  width: 561px;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 15px 5px 15px 15px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-recruit #requirements .contents .table table tr td p + p {
  margin-top: 16px;
}
#page-recruit #requirements .contents .table table tr td ul {
  margin-top: 16px;
}
#page-recruit #requirements .contents .table table tr td ul:first-child {
  margin-top: 0;
}
#page-recruit #requirements .contents .link {
  margin-top: 40px;
}
#page-recruit #requirements .contents .link a {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 520px;
  height: 70px;
  background-color: #1d2b59;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: #fff;
}
#page-recruit #requirements .contents .link a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow01-white@2x.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}
#page-recruit #interview {
  margin-top: 90px;
  padding-top: 65px;
  background: url(../img/recruit/recruit-interview-bg.png) center top no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
#page-recruit #interview h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-recruit #interview h3::before {
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 4.32px;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
}
#page-recruit #interview .links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
#page-recruit #interview .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 64px;
  background-color: #1d2b59;
  font-size: 1.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#page-recruit #interview .links a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow01-white@2x.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}
#page-recruit #interview .entry {
  margin-top: 50px;
}
#page-recruit #interview .entry .inner {
  margin: 0 auto 0;
  max-width: 900px;
  height: 310px;
  border: solid 2px #002f8e;
  background: url(../img/top/entry-img@2x.jpg) left center no-repeat;
  background-color: #fff;
  background-size: contain;
  padding-left: 238px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#page-recruit #interview .entry .inner h4 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 5.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.24px;
  text-align: left;
  color: #1d2b59;
}
#page-recruit #interview .entry .inner strong {
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.26px;
  text-align: left;
  color: #333;
}
#page-recruit #interview .entry .inner p {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
  margin-top: 16px;
}
#page-recruit #interview .entry .inner .link {
  margin-top: 20px;
}
#page-recruit #interview .entry .inner .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 490px;
  height: 60px;
  background-color: #1d2b59;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.22px;
  text-align: left;
  color: #fff;
}
#page-recruit #interview .entry .inner .link a:before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 4px;
}
#page-recruit #interview .entry .inner .info {
  width: 490px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#page-recruit #interview .entry .inner .info .tel a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.28px;
  text-align: left;
  text-decoration: none;
  color: #333;
}
#page-recruit #interview .entry .inner .info .tel a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-tel-black@2x.png) center center no-repeat;
  background-size: contain;
}
#page-recruit #interview .entry .inner .info .time {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.18px;
  text-align: left;
  color: #333;
}
#page-recruit #interview .entry .inner .info small {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
  margin-top: 6px;
  padding-left: 34px;
}

#page-company {
  position: relative;
  padding-top: 60px;
  padding-bottom: 213px;
}
#page-company::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0px;
  right: 0;
}
#page-company .section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#page-company .section + .section {
  margin-top: 84px;
}
#page-company .section h3 {
  position: relative;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 4.32px;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-company .section h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  background-color: #1d2b59;
}
#page-company .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
}
#page-company #top_message .text {
  margin-top: 55px;
  padding: 0 76px;
}
#page-company #top_message .text p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-company #top_message .text p + p {
  margin-top: 1.5em;
}
#page-company #top_message .name {
  margin-top: 40px;
  padding: 0 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.18px;
  text-align: right;
  color: #333;
}
#page-company #top_message .name img {
  width: 245px;
  margin-right: 16px;
}
#page-company #top_message .name strong {
  font-weight: bold;
  font-size: 2.2rem;
  margin-left: 10px;
}
#page-company #philosophy .boxes {
  margin-top: 80px;
  display: grid;
  gap: 110px;
}
#page-company #philosophy .boxes .box {
  padding-left: 330px;
  position: relative;
}
#page-company #philosophy .boxes .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 280px solid transparent;
  border-top: 104px solid #2b76a6;
  position: absolute;
  top: 68px;
  left: 0;
}
#page-company #philosophy .boxes .box::after {
  position: absolute;
  top: 0px;
  left: 0;
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 7.65rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 6.12px;
  text-align: left;
  color: #2b76a6;
}
#page-company #philosophy .boxes .box h4 {
  display: flex;
  align-items: center;
  height: 120px;
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333;
}
#page-company #philosophy .boxes .box .text {
  margin-top: 26px;
}
#page-company #philosophy .boxes .box .text p {
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-company #philosophy .boxes .box .text p + p {
  margin-top: 26px;
}
#page-company #philosophy .boxes .box .name {
  margin-top: 45px;
  padding: 10px;
  background-color: #f1f9fe;
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: right;
  color: #2b76a6;
}
#page-company #philosophy .boxes .box .list {
  display: flex;
}
#page-company #philosophy .boxes .box .list ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#page-company #philosophy .boxes .box .list ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-company #philosophy .boxes .box .list ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #2b76a6;
  margin-top: 4px;
}
#page-company #philosophy .boxes .box .img {
  margin-top: 80px;
}

#page-outline {
  position: relative;
  padding-top: 60px;
}
#page-outline .section {
  width: 100%;
}
#page-outline .section .inner {
  max-width: 1100px;
  margin: 0 auto;
}
#page-outline .section h3 {
  position: relative;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 4.32px;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-outline .section h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  background-color: #1d2b59;
}
#page-outline .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.12px;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
}
#page-outline .section .table {
  width: 820px;
  margin: 50px auto 0;
}
#page-outline .section .table table {
  width: 100%;
  table-layout: fixed;
}
#page-outline .section .table table tr th {
  width: 260px;
  border: solid 1px #ccc;
  background-color: #ebebeb;
  padding: 20px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.01em;
}
#page-outline .section .table table tr td {
  width: 561px;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 15px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-outline .section .description {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
#page-outline .section .description .left {
  width: 310px;
}
#page-outline .section .description .right {
  width: 760px;
  padding-top: 5px;
}
#page-outline .section .description .right strong {
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-outline .section .description .right .address {
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  gap: 35px;
}
#page-outline .section .description .right .address dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-outline .section .description .right .address dl dd {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-outline .section .map {
  margin-top: 40px;
}
#page-outline .section .map iframe {
  width: 100%;
  height: 540px;
}
#page-outline #info {
  position: relative;
  padding-bottom: 100px;
}
#page-outline #info::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
#page-outline #info .factory table thead tr th:nth-of-type(1) {
  width: 300px;
}
#page-outline #info .factory table thead tr th:nth-of-type(2) {
  width: 440px;
}
#page-outline #access {
  position: relative;
  padding-top: 100px;
  padding-bottom: 160px;
}
#page-outline #access::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #e6e9f1;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
#page-outline #access .factory table thead tr th:nth-of-type(1) {
  width: 300px;
}
#page-outline #access .factory table thead tr th:nth-of-type(2) {
  width: 241px;
}
#page-outline #access .factory table thead tr th:nth-of-type(3) {
  width: 201px;
}

#page-facilities .menu {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  z-index: 2;
}
#page-facilities .menu a {
  position: relative;
  width: 390px;
  height: 130px;
  border: solid 2px #002f8e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.16px;
  text-align: center;
  color: #333;
}
#page-facilities .menu a::after {
  content: "";
  display: block;
  background: url(../img/common/icon-menu@2x.png) center center no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#page-facilities .menu a::before {
  content: attr(data-en);
  white-space: pre;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.52px;
  text-align: center;
  color: #1d2b59;
}
#page-facilities .section {
  position: relative;
  padding-bottom: 115px;
}
#page-facilities .section .inner {
  padding-top: 80px;
  position: relative;
  min-height: 400px;
  display: flex;
}
#page-facilities .section .inner .left {
  width: 50%;
}
#page-facilities .section .inner .left .img {
  padding: 0 40px 0 40px;
  max-width: 600px;
  float: right;
}
#page-facilities .section .inner .right {
  position: relative;
  display: flex;
  width: 50%;
}
#page-facilities .section .inner .right h3 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333;
  display: flex;
  align-items: flex-end;
  margin-bottom: 85px;
}
#page-facilities .section .inner .right h3::before {
  content: attr(data-en);
  white-space: pre;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 5.05rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.72px;
  text-align: left;
  color: #1d2b59;
  margin-bottom: -12px;
  margin-right: 16px;
}
#page-facilities .section .inner .right h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #1d2b59;
  position: absolute;
  left: 0;
  bottom: -40px;
}
#page-facilities .section .inner .right .text {
  margin-top: 30px;
}
#page-facilities .section .inner .right .text strong {
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section .inner .right .text h4 {
  margin-top: 5px;
  font-size: 4.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section .inner .right .text p {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section .description {
  max-width: 820px;
  margin: 40px auto 0;
}
#page-facilities .section .description table {
  width: 100%;
  table-layout: fixed;
}
#page-facilities .section .description table tr th {
  width: 260px;
  border: solid 1px #ccc;
  background-color: #ebebeb;
  padding: 20px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.01em;
}
#page-facilities .section .description table tr td {
  width: 561px;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 15px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section h4 {
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section .factory {
  max-width: 820px;
  margin: 40px auto 0;
}
#page-facilities .section .factory table {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}
#page-facilities .section .factory table thead tr th {
  border: solid 1px #ccc;
  background-color: #1d2b59;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
#page-facilities .section .factory table tbody tr td {
  padding: 20px 10px;
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-facilities .section .factory table tbody tr td:nth-of-type(1) {
  font-weight: bold;
}
#page-facilities .section .office {
  max-width: 820px;
  margin: 70px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#page-facilities .section .office dl {
  margin-top: 15px;
  padding: 20px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-facilities .section .office dl dt {
  width: 273px;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-facilities .section .office dl dd {
  width: 546px;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  border-left: 1px solid #999;
  padding-left: 35px;
}
#page-facilities #japan {
  position: relative;
}
#page-facilities #japan::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
#page-facilities #japan .factory table thead tr th:nth-of-type(1) {
  width: 300px;
}
#page-facilities #japan .factory table thead tr th:nth-of-type(2) {
  width: 440px;
}
#page-facilities #global {
  position: relative;
}
#page-facilities #global::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #e6e9f1;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
#page-facilities #global::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
#page-facilities #global .factory table thead tr th:nth-of-type(1) {
  width: 300px;
}
#page-facilities #global .factory table thead tr th:nth-of-type(2) {
  width: 241px;
}
#page-facilities #global .factory table thead tr th:nth-of-type(3) {
  width: 201px;
}

#page-history {
  padding-top: 80px;
  padding-bottom: 175px;
}
#page-history .label {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 12px;
  position: relative;
  text-align: right;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: #333333;
}
#page-history .history-section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#page-history .history-phases {
  position: relative;
}
#page-history .history-phases:nth-of-type(even) .phase-card {
  background-color: #2b76a6;
}
#page-history .history-phases:nth-of-type(even) .timeline {
  background-color: #f1f9fe;
}
#page-history .history-phases:nth-of-type(even) .timeline::before {
  background-color: #2b76a6;
}
#page-history .history-phases:nth-of-type(even) .timeline::after {
  background-color: #2b76a6;
}
#page-history .history-phases:nth-of-type(even) .timeline .timeline-block .timeline-year {
  color: #2b76a6;
}
#page-history .history-phases:nth-of-type(even) .timeline .timeline-block .timeline-item::before {
  background: #2b76a6;
}
#page-history .history-phases .phase-card {
  position: absolute;
  top: 40px;
  z-index: 1;
  width: 420px;
  padding: 30px 32px;
  color: #fff;
  background: #162c5f;
}
#page-history .history-phases .phase-card::before {
  content: "";
  display: block;
  width: 10px;
  height: 84px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 2;
}
#page-history .history-phases .phase-card .phase-title {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#page-history .history-phases .phase-card .phase-term {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-top: 12px;
}
#page-history .history-phases .phase-card .phase-desc {
  margin-top: 22px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.01em;
}
#page-history .history-phases .timeline {
  margin-left: 310px;
  padding-top: 28px;
  padding-right: 30px;
  padding-left: 237px;
  padding-bottom: 68px;
  background-color: #f4f6fc;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page-history .history-phases .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 237px;
  width: 3px;
  height: 100%;
  background-color: #1d2b59;
}
#page-history .history-phases .timeline::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #162c5f;
  position: absolute;
  bottom: 14px;
  left: 233px;
  transform: rotateZ(-45deg);
  z-index: 2;
}
#page-history .history-phases .timeline .timeline-block {
  position: relative;
  padding-left: 22px;
}
#page-history .history-phases .timeline .timeline-block .timeline-year {
  position: absolute;
  left: -64px;
  top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #1d2b59;
}
#page-history .history-phases .timeline .timeline-block .timeline-list {
  list-style: none;
  padding: 0;
}
#page-history .history-phases .timeline .timeline-block .timeline-item {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
#page-history .history-phases .timeline .timeline-block .timeline-item::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 13px;
  width: 10px;
  height: 3px;
  background: #1c2f48;
}
#page-history .history-phases .timeline .timeline-block .timeline-note {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
#page-history .message {
  margin-top: 62px;
}
#page-history .message img {
  width: 385px;
  vertical-align: bottom;
}
#page-history .message {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #333;
}

/**
お見積もり
*/
#page-sample,
#page-estimate {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
}
#page-sample .description p,
#page-estimate .description p {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-sample .search,
#page-estimate .search {
  width: 920px;
  background-color: #f1f1f1;
  padding: 26px 60px 40px;
  margin: 70px auto 0;
}
#page-sample .search strong,
#page-estimate .search strong {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#page-sample .search p,
#page-estimate .search p {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-sample .search .search-item,
#page-estimate .search .search-item {
  margin-top: 6px;
}
#page-sample h3,
#page-estimate h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.4px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 55px;
}
#page-sample .table,
#page-estimate .table {
  width: 920px;
  margin: 30px auto 0;
}
#page-sample .table .label,
#page-estimate .table .label {
  font-size: 1.6rem;
  display: block;
}
#page-sample .table table,
#page-estimate .table table {
  width: 100%;
  margin: 10px auto 0;
}
#page-sample .table table thead tr th,
#page-estimate .table table thead tr th {
  border: solid 1px #ccc;
  padding: 14px 0px;
  background-color: #f1f1f1;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
}
#page-sample .table table thead tr th.number,
#page-estimate .table table thead tr th.number {
  width: 90px;
}
#page-sample .table table thead tr th.name,
#page-estimate .table table thead tr th.name {
  width: 280px;
}
#page-sample .table table thead tr th.size,
#page-estimate .table table thead tr th.size {
  width: 190px;
}
#page-sample .table table thead tr th.size small,
#page-estimate .table table thead tr th.size small {
  font-size: 1.4rem;
}
#page-sample .table table thead tr th.price,
#page-estimate .table table thead tr th.price {
  width: 167px;
}
#page-sample .table table thead tr th.quantity,
#page-estimate .table table thead tr th.quantity {
  width: 80px;
}
#page-sample .table table thead tr th.btn,
#page-estimate .table table thead tr th.btn {
  width: 100px;
  background-color: #f3d9d9;
}
#page-sample .table table tbody tr th,
#page-estimate .table table tbody tr th {
  display: none;
}
#page-sample .table table tbody tr td,
#page-estimate .table table tbody tr td {
  border: solid 1px #ccc;
  padding: 10px 4px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
#page-sample .table table tbody tr td.number,
#page-estimate .table table tbody tr td.number {
  width: 90px;
}
#page-sample .table table tbody tr td.name,
#page-estimate .table table tbody tr td.name {
  width: 308px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#page-sample .table table tbody tr td.size,
#page-estimate .table table tbody tr td.size {
  width: 190px;
}
#page-sample .table table tbody tr td.price,
#page-estimate .table table tbody tr td.price {
  width: 167px;
}
#page-sample .table table tbody tr td.price.is_sale,
#page-estimate .table table tbody tr td.price.is_sale {
  color: #d03f3f;
}
#page-sample .table table tbody tr td.quantity,
#page-estimate .table table tbody tr td.quantity {
  width: 80px;
}
#page-sample .table table tbody tr td.btn,
#page-estimate .table table tbody tr td.btn {
  width: 100px;
}
#page-sample .table table tbody tr td.btn a,
#page-estimate .table table tbody tr td.btn a {
  padding: 2px 8px;
  border-radius: 11px;
  background-color: #d03f3f;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#page-sample .table table tfoot tr th,
#page-sample .table table tfoot tr td,
#page-estimate .table table tfoot tr th,
#page-estimate .table table tfoot tr td {
  border: solid 1px #ccc;
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  text-align: right;
}
#page-sample .table table tfoot tr th,
#page-estimate .table table tfoot tr th {
  font-weight: bold;
}
#page-sample .table p,
#page-estimate .table p {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-sample .form,
#page-estimate .form {
  margin-top: 26px;
}
#page-sample .form .box .info,
#page-estimate .form .box .info {
  width: 764px;
  background-color: #fff;
  padding: 25px 30px 35px;
  margin: 35px auto 0;
}
#page-sample .form .box .info h5,
#page-estimate .form .box .info h5 {
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#page-sample .form .box .info h6,
#page-estimate .form .box .info h6 {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-top: 20px;
  margin-bottom: 4px;
}
#page-sample .form .box .info p,
#page-estimate .form .box .info p {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-sample .form .box .info ul,
#page-estimate .form .box .info ul {
  margin-top: 4px;
}
#page-sample .form .box .info ul li,
#page-estimate .form .box .info ul li {
  font-size: 1.6rem;
  padding-left: 1em;
  position: relative;
  line-height: 1.63;
}
#page-sample .form .box .info ul li:before,
#page-estimate .form .box .info ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#page-sample .form .privacy,
#page-estimate .form .privacy {
  margin-top: 45px;
}
#page-sample .form .check,
#page-estimate .form .check {
  margin-top: 16px;
}
#page-sample .form .btns,
#page-estimate .form .btns {
  margin-top: 25px;
}

#page-sample .table table thead tr th.number {
  width: 90px;
}
#page-sample .table table thead tr th.name {
  width: 398px;
}
#page-sample .table table thead tr th.size {
  width: 190px;
}
#page-sample .table table thead tr th.price {
  width: 80px;
}
#page-sample .table table thead tr th.quantity {
  width: 80px;
}
#page-sample .table table thead tr th.btn {
  width: 100px;
}
#page-sample .table table tbody tr td.number {
  width: 90px;
}
#page-sample .table table tbody tr td.name {
  width: 398px;
}
#page-sample .table table tbody tr td.size {
  width: 190px;
}
#page-sample .table table tbody tr td.price {
  width: 80px;
  color: #d03f3f;
}
#page-sample .table table tbody tr td.quantity {
  width: 80px;
}
#page-sample .table table tbody tr td.quantity select {
  width: 60px;
  font-size: 1.6rem;
  height: 38px;
  border: solid 1px #ccc;
  padding-left: 10px;
}
#page-sample .table table tbody tr td.btn {
  width: 100px;
}

#page-estimate .table table thead tr th.number {
  width: 90px;
}
#page-estimate .table table thead tr th.name {
  width: 280px;
}
#page-estimate .table table thead tr th.size {
  width: 190px;
}
#page-estimate .table table thead tr th.price {
  width: 167px;
}
#page-estimate .table table thead tr th.quantity {
  width: 80px;
}
#page-estimate .table table thead tr th.btn {
  width: 100px;
}
#page-estimate .table table tbody tr td.number {
  width: 90px;
}
#page-estimate .table table tbody tr td.name {
  width: 308px;
}
#page-estimate .table table tbody tr td.size {
  width: 190px;
}
#page-estimate .table table tbody tr td.price {
  width: 167px;
}
#page-estimate .table table tbody tr td.quantity {
  width: 80px;
}
#page-estimate .table table tbody tr td.quantity input {
  width: 60px;
  font-size: 1.6rem;
  height: 38px;
  border: solid 1px #ccc;
  padding-left: 10px;
}
#page-estimate .table table tbody tr td.btn {
  width: 100px;
}

/**
木材基礎用語
*/
#page-term {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
}
#page-term .description p {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-term .menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  margin-top: 55px;
  margin-bottom: 70px;
}
#page-term .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}
#page-term .menu ul li {
  width: 200px;
  padding-left: 16px;
  position: relative;
}
#page-term .menu ul li:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/common/icon-arrow03.png) left center no-repeat;
  width: 6px;
  height: 10px;
  top: 5px;
  left: 0;
}
#page-term .menu ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-term .section + .section {
  margin-top: 70px;
}
#page-term .section h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.4px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#page-term .section p {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-term .section table {
  width: 100%;
  margin-top: 35px;
}
#page-term .section table tbody tr th {
  width: 260px;
  border: solid 1px #ccc;
  background-color: #e6ecde;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
}
#page-term .section table tbody tr td {
  border: solid 1px #ccc;
  padding: 10px 18px;
  height: 86px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.6px;
  text-align: left;
  color: #333;
}
#page-term .section table tbody tr td figure {
  margin-left: -10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#page-term .section .note {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/**
ご購入方法
*/
#page-buy {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 160px;
}
#page-buy .description p {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-buy .description strong {
  font-weight: bold;
  color: #7c9853;
}
#page-buy .step {
  margin-top: 60px;
}
#page-buy .step + .step {
  margin-top: 40px;
}
#page-buy .step h3 {
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.8px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#page-buy .step h3 span {
  font-size: 2.4rem;
  letter-spacing: 2.4px;
  color: #7c9853;
  margin-right: 5px;
}
#page-buy .step .contents {
  width: 1000px;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
#page-buy .step .contents .img {
  width: 360px;
}
#page-buy .step .contents .text {
  width: 600px;
}
#page-buy .step .contents .text p {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-buy .step .contents .text .note {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-buy .step .contents .text .link {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#page-buy .step .contents .text .link a {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  text-decoration: underline;
  color: #333;
  position: relative;
  padding-right: 10px;
}
#page-buy .step .contents .text .link a:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon-arrow03.png) left center no-repeat;
  width: 6px;
  height: 10px;
  top: 3px;
  right: 0;
}
#page-buy .attention {
  width: 790px;
  margin: 100px auto 0;
}
#page-buy .attention a {
  padding: 30px 95px 30px 120px;
  display: block;
  width: 790px;
  background-image: url(../img/common/icon-attention.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: 35px 37px;
  background-color: #ffdede;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #c73737;
  position: relative;
}
#page-buy .attention a:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon-arrow04.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 25px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#page-buy .attention a strong {
  text-decoration: underline;
}

/**
特定商取引法
*/
#page-commercial {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 110px;
}
#page-commercial h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.8px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
#page-commercial table {
  width: 830px;
  margin: 40px auto 0;
}
#page-commercial table th,
#page-commercial table td {
  border: solid 1px #ccc;
  padding: 13px 16px;
}
#page-commercial table th {
  width: 260px;
  background-color: #e6ecde;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
}
#page-commercial table td {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1.6px;
  line-height: 1.75;
  text-align: left;
  color: #333;
}
#page-commercial table td a {
  color: #7c9853;
}
#page-commercial table td h4 {
  margin-top: 12px;
}
#page-commercial table td h4:first-of-type {
  margin-top: 0;
}

/**
お問い合わせ
*/
#page-recruit_entry,
#page-partner_entry,
#page-contact {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 92px;
  padding-bottom: 110px;
}
#page-recruit_entry .description,
#page-partner_entry .description,
#page-contact .description {
  margin-bottom: 55px;
}
#page-recruit_entry .description strong,
#page-partner_entry .description strong,
#page-contact .description strong {
  display: block;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  text-align: center;
}
#page-recruit_entry .description p,
#page-partner_entry .description p,
#page-contact .description p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-align: center;
  color: #000;
}
#page-recruit_entry .description:last-of-type,
#page-partner_entry .description:last-of-type,
#page-contact .description:last-of-type {
  margin-bottom: 0;
}
#page-recruit_entry .description a,
#page-partner_entry .description a,
#page-contact .description a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #7a7a7a;
}
#page-recruit_entry h3,
#page-partner_entry h3,
#page-contact h3 {
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
#page-recruit_entry p + p,
#page-partner_entry p + p,
#page-contact p + p {
  margin-top: 1em;
}
#page-recruit_entry .form,
#page-partner_entry .form,
#page-contact .form {
  width: 820px;
  margin: 40px auto 0;
}
#page-recruit_entry .form h3,
#page-partner_entry .form h3,
#page-contact .form h3 {
  text-align: center;
  background-color: #b3aa82;
  padding: 8px 10px;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#page-recruit_entry .form table,
#page-partner_entry .form table,
#page-contact .form table {
  width: 100%;
  margin-top: 45px;
}
#page-recruit_entry .form table tr th,
#page-recruit_entry .form table tr td,
#page-partner_entry .form table tr th,
#page-partner_entry .form table tr td,
#page-contact .form table tr th,
#page-contact .form table tr td {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.38;
  padding: 10px 12px 10px 10px;
}
#page-recruit_entry .form table tr th,
#page-partner_entry .form table tr th,
#page-contact .form table tr th {
  text-align: left;
  width: 260px;
  padding-left: 25px;
  color: #333333;
  vertical-align: middle;
  background-color: #ebebeb;
}
#page-recruit_entry .form table tr th.middle,
#page-partner_entry .form table tr th.middle,
#page-contact .form table tr th.middle {
  vertical-align: middle;
  padding-top: 0;
}
#page-recruit_entry .form table tr th:after,
#page-partner_entry .form table tr th:after,
#page-contact .form table tr th:after {
  float: right;
  content: "任意";
  background: #aaaaaa;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 11px;
  margin-top: -2px;
}
#page-recruit_entry .form table tr th.require:after,
#page-partner_entry .form table tr th.require:after,
#page-contact .form table tr th.require:after {
  content: "必須";
  background: #d03f3f;
}
#page-recruit_entry .form table tr td,
#page-partner_entry .form table tr td,
#page-contact .form table tr td {
  background-color: #fff;
  vertical-align: middle;
}
#page-recruit_entry .form table tr a,
#page-partner_entry .form table tr a,
#page-contact .form table tr a {
  font-size: 1.4rem;
  color: #1d2b59;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
}
#page-recruit_entry .form table tr .label,
#page-partner_entry .form table tr .label,
#page-contact .form table tr .label {
  font-size: 1.4rem;
  color: #999999;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-recruit_entry .form table tr .label:first-of-type,
#page-partner_entry .form table tr .label:first-of-type,
#page-contact .form table tr .label:first-of-type {
  margin-top: 0;
}
#page-recruit_entry .form table tr .label:last-of-type,
#page-partner_entry .form table tr .label:last-of-type,
#page-contact .form table tr .label:last-of-type {
  margin-bottom: 0;
}
#page-recruit_entry .form table tr .wpcf7-not-valid-tip,
#page-partner_entry .form table tr .wpcf7-not-valid-tip,
#page-contact .form table tr .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-recruit_entry .form table tr select,
#page-recruit_entry .form table tr textarea,
#page-recruit_entry .form table tr input[type=text],
#page-recruit_entry .form table tr input[type=tel],
#page-recruit_entry .form table tr input[type=url],
#page-recruit_entry .form table tr input[type=email],
#page-partner_entry .form table tr select,
#page-partner_entry .form table tr textarea,
#page-partner_entry .form table tr input[type=text],
#page-partner_entry .form table tr input[type=tel],
#page-partner_entry .form table tr input[type=url],
#page-partner_entry .form table tr input[type=email],
#page-contact .form table tr select,
#page-contact .form table tr textarea,
#page-contact .form table tr input[type=text],
#page-contact .form table tr input[type=tel],
#page-contact .form table tr input[type=url],
#page-contact .form table tr input[type=email] {
  border: 1px solid #cccccc;
  padding: 0.32em 0.65em;
  font-size: 1.6rem;
  max-width: 450px;
  font-family: "Noto Sans JP", sans-serif;
}
#page-recruit_entry .form table tr input[type=checkbox],
#page-recruit_entry .form table tr input[type=radio],
#page-partner_entry .form table tr input[type=checkbox],
#page-partner_entry .form table tr input[type=radio],
#page-contact .form table tr input[type=checkbox],
#page-contact .form table tr input[type=radio] {
  accent-color: #575757;
}
#page-recruit_entry .form table tr textarea,
#page-partner_entry .form table tr textarea,
#page-contact .form table tr textarea {
  width: 100%;
  max-width: none;
}
#page-recruit_entry .form table tr input[type=file]::file-selector-button,
#page-partner_entry .form table tr input[type=file]::file-selector-button,
#page-contact .form table tr input[type=file]::file-selector-button {
  cursor: pointer;
  font-size: 1.4rem;
  margin-top: 12px;
}
#page-recruit_entry .form table tr ::placeholder,
#page-partner_entry .form table tr ::placeholder,
#page-contact .form table tr ::placeholder {
  color: #ccc;
}
#page-recruit_entry .form table tr .search_address,
#page-partner_entry .form table tr .search_address,
#page-contact .form table tr .search_address {
  margin-left: 12px;
  color: #9a7d4f;
  border-color: #9a7d4f;
  font-weight: bold;
}
#page-recruit_entry .form table tr .wpcf7-acceptance .wpcf7-list-item,
#page-partner_entry .form table tr .wpcf7-acceptance .wpcf7-list-item,
#page-contact .form table tr .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
#page-recruit_entry .form table tr .wpcf7-checkbox,
#page-partner_entry .form table tr .wpcf7-checkbox,
#page-contact .form table tr .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 0.25em;
}
#page-recruit_entry .form table tr .wpcf7-checkbox .wpcf7-list-item,
#page-partner_entry .form table tr .wpcf7-checkbox .wpcf7-list-item,
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
#page-recruit_entry .form table tr .wpcf7-radio,
#page-partner_entry .form table tr .wpcf7-radio,
#page-contact .form table tr .wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
#page-recruit_entry .form table tr .wpcf7-radio .wpcf7-list-item,
#page-partner_entry .form table tr .wpcf7-radio .wpcf7-list-item,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
#page-recruit_entry .form table tr .wpcf7-radio .wpcf7-list-item label,
#page-partner_entry .form table tr .wpcf7-radio .wpcf7-list-item label,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#page-recruit_entry .form table tr .wpcf7-radio .wpcf7-list-item input,
#page-partner_entry .form table tr .wpcf7-radio .wpcf7-list-item input,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item input {
  margin: 0 5px;
}
#page-recruit_entry .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type,
#page-partner_entry .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
#page-recruit_entry .form table tr .line,
#page-partner_entry .form table tr .line,
#page-contact .form table tr .line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
#page-recruit_entry .form table tr .line + .line,
#page-partner_entry .form table tr .line + .line,
#page-contact .form table tr .line + .line {
  margin-top: 0.75em;
}
#page-recruit_entry .form table tr dl dt,
#page-partner_entry .form table tr dl dt,
#page-contact .form table tr dl dt {
  display: flex;
  align-items: center;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}
#page-recruit_entry .form table tr dl dd,
#page-partner_entry .form table tr dl dd,
#page-contact .form table tr dl dd {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
#page-recruit_entry .form table tr .boxes,
#page-partner_entry .form table tr .boxes,
#page-contact .form table tr .boxes {
  display: flex;
  align-items: center;
  gap: 25px;
}
#page-recruit_entry .form table tr .boxes .box,
#page-partner_entry .form table tr .boxes .box,
#page-contact .form table tr .boxes .box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
}
#page-recruit_entry .form table tr .boxes .box .name,
#page-partner_entry .form table tr .boxes .box .name,
#page-contact .form table tr .boxes .box .name {
  color: #333333;
}
#page-recruit_entry .form table tr .boxes .box .name span,
#page-partner_entry .form table tr .boxes .box .name span,
#page-contact .form table tr .boxes .box .name span {
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
}
#page-recruit_entry .form table tr .boxes .box label input,
#page-partner_entry .form table tr .boxes .box label input,
#page-contact .form table tr .boxes .box label input {
  font-size: 1.6rem;
  width: 3.25em;
  padding: 8px 8px;
  margin-right: 4px;
}
#page-recruit_entry .form .check,
#page-partner_entry .form .check,
#page-contact .form .check {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
  align-items: center;
  padding-top: 4px;
  font-size: 1.6rem;
}
#page-recruit_entry .form .check label,
#page-partner_entry .form .check label,
#page-contact .form .check label {
  padding: 5px;
  font-weight: bold;
}
#page-recruit_entry .form .wpcf7-response-output,
#page-partner_entry .form .wpcf7-response-output,
#page-contact .form .wpcf7-response-output {
  width: 700px;
  margin: 50px auto 0;
}
#page-recruit_entry .form .btns,
#page-partner_entry .form .btns,
#page-contact .form .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  gap: 50px;
}
#page-recruit_entry .form .btns .wpcf7-list-item,
#page-partner_entry .form .btns .wpcf7-list-item,
#page-contact .form .btns .wpcf7-list-item {
  margin: 0;
}
#page-recruit_entry .form [type=reset],
#page-partner_entry .form [type=reset],
#page-contact .form [type=reset] {
  font-size: 1.6rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 0 0 4px;
  margin: 0;
  color: #333;
  cursor: pointer;
}
#page-recruit_entry .form [type=reset]:hover,
#page-partner_entry .form [type=reset]:hover,
#page-contact .form [type=reset]:hover {
  opacity: 0.65;
}
#page-recruit_entry .form .submit,
#page-partner_entry .form .submit,
#page-contact .form .submit {
  display: flex;
  align-items: center;
  position: relative;
}
#page-recruit_entry .form .submit .ajax-loader,
#page-partner_entry .form .submit .ajax-loader,
#page-contact .form .submit .ajax-loader {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateX(-50%);
}
#page-recruit_entry .form .submit [type=submit],
#page-partner_entry .form .submit [type=submit],
#page-contact .form .submit [type=submit] {
  display: block;
  border: 0;
  font-size: 2.2rem;
  color: #fff;
  width: 520px;
  height: 70px;
  cursor: pointer;
  font-weight: bold;
  background-color: #1d2b59;
  font-family: "Noto Sans JP", sans-serif;
}
#page-recruit_entry .form .submit [type=submit]:hover,
#page-partner_entry .form .submit [type=submit]:hover,
#page-contact .form .submit [type=submit]:hover {
  opacity: 0.5;
}
#page-recruit_entry .form .submit [type=submit]:disabled,
#page-partner_entry .form .submit [type=submit]:disabled,
#page-contact .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

#page-recruit_entry_thanks,
#page-partner_entry_thanks,
#page-contact_send {
  padding: 60px 0 120px;
  position: relative;
  width: 830px;
  margin: 0 auto;
}
#page-recruit_entry_thanks h3,
#page-partner_entry_thanks h3,
#page-contact_send h3 {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-recruit_entry_thanks h4,
#page-partner_entry_thanks h4,
#page-contact_send h4 {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #333;
  margin-top: 50px;
}
#page-recruit_entry_thanks p,
#page-partner_entry_thanks p,
#page-contact_send p {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#page-recruit_entry_thanks p a,
#page-partner_entry_thanks p a,
#page-contact_send p a {
  color: #7c9853;
}
#page-recruit_entry_thanks .info,
#page-partner_entry_thanks .info,
#page-contact_send .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#page-recruit_entry_thanks .info .tel,
#page-partner_entry_thanks .info .tel,
#page-contact_send .info .tel {
  display: inline-block;
}
#page-recruit_entry_thanks .info .tel a,
#page-partner_entry_thanks .info .tel a,
#page-contact_send .info .tel a {
  font-size: 3.3rem;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#page-recruit_entry_thanks .info .tel a:before,
#page-partner_entry_thanks .info .tel a:before,
#page-contact_send .info .tel a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel-black@2x.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-right: 5px;
}
#page-recruit_entry_thanks .info .time,
#page-partner_entry_thanks .info .time,
#page-contact_send .info .time {
  display: inline-block;
  font-size: 2.05rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-recruit_entry_thanks .link,
#page-partner_entry_thanks .link,
#page-contact_send .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
#page-recruit_entry_thanks .link a,
#page-partner_entry_thanks .link a,
#page-contact_send .link a {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  text-align: left;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  background: url(../img/common/arrow01-black@2x.png) right center no-repeat;
  background-size: 10px auto;
  padding-right: 20px;
}

/**
サイトポリシー
*/
#page-privacy,
#page-sitepolicy {
  padding: 0;
  position: relative;
  max-width: 1100px;
  margin: 0px auto 0;
  padding-top: 50px;
  padding-bottom: 110px;
}
#page-privacy p,
#page-sitepolicy p {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000;
}
#page-privacy h3,
#page-sitepolicy h3 {
  margin-top: 45px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-privacy h3 + p,
#page-sitepolicy h3 + p {
  margin-top: 16px;
}
#page-privacy dl,
#page-sitepolicy dl {
  margin-top: 60px;
}
#page-privacy dl dt,
#page-sitepolicy dl dt {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-privacy dl dt:first-of-type,
#page-sitepolicy dl dt:first-of-type {
  margin-top: 0;
}
#page-privacy dl dd,
#page-sitepolicy dl dd {
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 1.63;
  letter-spacing: 0.01em;
}
#page-privacy ol,
#page-privacy ul,
#page-sitepolicy ol,
#page-sitepolicy ul {
  margin-top: 16px;
}
#page-privacy ul li,
#page-sitepolicy ul li {
  padding-left: 1em;
  position: relative;
  line-height: 1.63;
  font-size: 1.8rem;
  line-height: 1.63;
  letter-spacing: 0.01em;
}
#page-privacy ul li:before,
#page-sitepolicy ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#page-privacy ol li,
#page-sitepolicy ol li {
  list-style-type: decimal;
}

/**
リンク
*/
/**
サイトマップ
*/
/**
coming_soon
*/
#page-coming_soon {
  background-color: rgb(255, 255, 255);
  padding: 220px 0 0;
  position: relative;
}
#page-coming_soon .inner {
  width: 900px;
  margin: 0 auto;
}
#page-coming_soon h3 {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-coming_soon p {
  font-size: 1.8rem;
  line-height: 1.67;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}
#page-coming_soon .link a {
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
  font-size: 1.8rem;
}

/**
notfound
*/
#page-notfound {
  padding: 130px 0 260px;
  position: relative;
}
#page-notfound .inner {
  width: 900px;
  margin: 0 auto;
}
#page-notfound h3 {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
}
#page-notfound p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 55px auto 0;
  width: 750px;
}
#page-notfound p a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
#page-notfound .link {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  gap: 10px;
}
#page-notfound .link a {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  text-align: left;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  background: url(../img/common/arrow01-black@2x.png) right center no-repeat;
  background-size: 10px auto;
  padding-right: 20px;
}
