@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0vw;
}

#page-interview01,
#page-interview02,
#page-interview03 {
  padding-top: 12vw;
  padding-bottom: 16vw;
}
#page-interview01 .interview,
#page-interview02 .interview,
#page-interview03 .interview {
  width: 92vw;
  margin: 0 auto;
}
#page-interview01 .interview-title,
#page-interview02 .interview-title,
#page-interview03 .interview-title {
  display: flex;
  align-items: flex-end;
  gap: 1.3333333333vw;
  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.3333333333vw;
  line-height: 1;
  letter-spacing: 0.4266666667vw;
  font-weight: bold;
}
#page-interview01 .interview-title .num,
#page-interview02 .interview-title .num,
#page-interview03 .interview-title .num {
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0.7466666667vw;
  font-weight: bold;
  transform: translateY(0.5333333333vw);
}
#page-interview01 .interview-card,
#page-interview02 .interview-card,
#page-interview03 .interview-card {
  border: solid 0.6666666667vw #1d2b59;
  padding: 4vw 5.3333333333vw 5.3333333333vw;
  transform: translateY(-1.6vw);
}
#page-interview01 .profile,
#page-interview02 .profile,
#page-interview03 .profile {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
#page-interview01 .profile .avatar,
#page-interview02 .profile .avatar,
#page-interview03 .profile .avatar {
  position: relative;
  width: 24vw;
  height: 24vw;
  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: 0.2666666667vw solid #ccc;
  max-width: 58.6666666667vw;
  width: 100%;
  padding-bottom: 2.1333333333vw;
}
#page-interview01 .profile .profile-text .dept,
#page-interview02 .profile .profile-text .dept,
#page-interview03 .profile .profile-text .dept {
  font-size: 3.7333333333vw;
  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: 5.0666666667vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #333;
  margin-top: 0.8vw;
}
#page-interview01 .qa-list,
#page-interview02 .qa-list,
#page-interview03 .qa-list {
  margin-top: 3.7333333333vw;
  display: grid;
  gap: 2.4vw;
}
#page-interview01 .qa,
#page-interview02 .qa,
#page-interview03 .qa {
  display: flex;
  gap: 2.6666666667vw;
}
#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: 7.4666666667vw;
  height: 10.4vw;
}
#page-interview01 .qa .qa-content,
#page-interview02 .qa .qa-content,
#page-interview03 .qa .qa-content {
  width: 100%;
  max-width: 71.4666666667vw;
}
#page-interview01 .qa .qa-content h4,
#page-interview02 .qa .qa-content h4,
#page-interview03 .qa .qa-content h4 {
  font-size: 3.7333333333vw;
  letter-spacing: 0.01em;
  line-height: 1.57;
  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: 1.0666666667vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.01em;
  line-height: 1.57;
  color: #333;
}
#page-interview01 .schedule,
#page-interview02 .schedule,
#page-interview03 .schedule {
  margin-top: 5.3333333333vw;
  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: 7.6vw;
  padding-left: 1.3333333333vw;
  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: 8vw;
  height: 8vw;
  background: url(../img/interview/icon-clock@2x.png) center center no-repeat;
  background-size: contain;
  margin-right: 1.3333333333vw;
}
#page-interview01 .schedule .schedule-header .schedule-title,
#page-interview02 .schedule .schedule-header .schedule-title,
#page-interview03 .schedule .schedule-header .schedule-title {
  font-size: 3.7333333333vw;
  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: 5.3333333333vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.4266666667vw;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(0.8vw) translateY(1.0666666667vw);
}
#page-interview01 .schedule .schedule-body,
#page-interview02 .schedule .schedule-body,
#page-interview03 .schedule .schedule-body {
  position: relative;
  padding: 4vw 4vw 9.0666666667vw 5.8666666667vw;
}
#page-interview01 .schedule .schedule-body::before,
#page-interview02 .schedule .schedule-body::before,
#page-interview03 .schedule .schedule-body::before {
  content: "";
  position: absolute;
  left: 5.8666666667vw;
  top: 0;
  bottom: 2.6666666667vw;
  width: 0.4vw;
  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: 5.6vw;
  height: 0.4vw;
  background: #2b76a6;
  position: absolute;
  bottom: 1.8666666667vw;
  left: 5.3333333333vw;
  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: 4vw;
  align-items: flex-start;
  padding: 0 4vw 0;
}
#page-interview01 .schedule .schedule-item + .schedule-item,
#page-interview02 .schedule .schedule-item + .schedule-item,
#page-interview03 .schedule .schedule-item + .schedule-item {
  margin-top: 3.8666666667vw;
}
#page-interview01 .schedule .schedule-item::before,
#page-interview02 .schedule .schedule-item::before,
#page-interview03 .schedule .schedule-item::before {
  content: "";
  position: absolute;
  left: 0vw;
  top: 1.0666666667vw;
  width: 2.6666666667vw;
  height: 0.4vw;
  background-color: #2b76a6;
}
#page-interview01 .schedule .schedule-item .time,
#page-interview02 .schedule .schedule-item .time,
#page-interview03 .schedule .schedule-item .time {
  min-width: 8vw;
  font-size: 3.7333333333vw;
  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: 3.7333333333vw;
  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: 0.8vw;
  font-size: 3.7333333333vw;
  line-height: normal;
  letter-spacing: 0.01em;
}
#page-interview01 .btns,
#page-interview02 .btns,
#page-interview03 .btns {
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw;
  margin-top: 8vw;
}
#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: 2.1333333333vw;
  width: 54.1333333333vw;
  height: 8.5333333333vw;
  background-color: #1d2b59;
  font-size: 2.9333333333vw;
  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: 2.4vw;
  height: 2.4vw;
  transform: translateY(0.2666666667vw);
}
#page-interview01 #interview,
#page-interview02 #interview,
#page-interview03 #interview {
  margin-top: 12.6666666667vw;
  padding-top: 9.3333333333vw;
  background: url(../img/recruit/recruit-interview-bg-sp.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: 4vw;
  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: 6.6666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 0.5333333333vw;
  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;
  flex-direction: column;
  align-items: center;
  gap: 2.6666666667vw;
  margin-top: 4.6666666667vw;
}
#page-interview01 #interview .links a,
#page-interview02 #interview .links a,
#page-interview03 #interview .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.3333333333vw;
  height: 13.3333333333vw;
  background-color: #1d2b59;
  font-size: 4.2666666667vw;
  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: 4vw;
  height: 4vw;
  transform: translateY(0.2666666667vw);
}
#page-interview01 #interview .entry,
#page-interview02 #interview .entry,
#page-interview03 #interview .entry {
  margin-top: 6.6666666667vw;
}
#page-interview01 #interview .entry .inner,
#page-interview02 #interview .entry .inner,
#page-interview03 #interview .entry .inner {
  margin: 0 auto;
  width: 92vw;
  border: solid 0.2666666667vw #002f8e;
  background: url(../img/top/entry-img-sp@2x.jpg) center top no-repeat;
  background-color: #fff;
  background-size: contain;
  padding-top: 23.6vw;
  padding-bottom: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  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: 7.0666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.24px;
  text-align: left;
  color: #1d2b59;
  margin-top: 2.6666666667vw;
}
#page-interview01 #interview .entry .inner strong,
#page-interview02 #interview .entry .inner strong,
#page-interview03 #interview .entry .inner strong {
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  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: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.24px;
  text-align: center;
  color: #333;
  margin-top: 2.1333333333vw;
}
#page-interview01 #interview .entry .inner .link,
#page-interview02 #interview .entry .inner .link,
#page-interview03 #interview .entry .inner .link {
  margin-top: 3.3333333333vw;
}
#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: 1.8666666667vw;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1d2b59;
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#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: 5.3333333333vw;
  height: 3.8666666667vw;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 0.5333333333vw;
}
#page-interview01 #interview .entry .inner .info,
#page-interview02 #interview .entry .inner .info,
#page-interview03 #interview .entry .inner .info {
  width: 65.3333333333vw;
  margin: 2.6666666667vw auto 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.0666666667vw;
}
#page-interview01 #interview .entry .inner .info .tel,
#page-interview02 #interview .entry .inner .info .tel,
#page-interview03 #interview .entry .inner .info .tel {
  order: 1;
}
#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: 1.0666666667vw;
  font-size: 6vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333;
  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: 5.3333333333vw;
  height: 5.3333333333vw;
  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 {
  order: 3;
  font-size: 2.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 0.22px;
  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 {
  order: 2;
  width: 100%;
  display: block;
  font-size: 2.6666666667vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333;
  margin-top: 0.8vw;
  padding-left: 4.5333333333vw;
}

#page-partner {
  padding-top: 9.3333333333vw;
  padding-bottom: 22vw;
}
#page-partner .description {
  position: relative;
  width: 92vw;
  margin: 0 auto;
}
#page-partner .description strong {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}
#page-partner .description p {
  margin-top: 3.2vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-partner .section {
  width: 92vw;
  margin: 0 auto;
}
#page-partner .section + .section {
  margin-top: 11.2vw;
}
#page-partner .section h3 {
  position: relative;
  font-size: 5.3333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 0.4vw;
  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: 0.5333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8vw;
  background-color: #1d2b59;
}
#page-partner .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4vw;
  text-align: left;
  color: #333;
  margin-bottom: 1.6vw;
}
#page-partner #about_partnership {
  margin-top: 8vw;
}
#page-partner #about_partnership .detail strong {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  margin-top: 6.6666666667vw;
}
#page-partner #about_partnership .detail p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
}
#page-partner #about_partnership .contents {
  width: 100%;
  margin: 12vw auto 0;
  background-color: #e6e9f1;
  padding-bottom: 8vw;
}
#page-partner #about_partnership .contents h4 {
  background-color: #1d2b59;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  padding: 2.9333333333vw;
}
#page-partner #about_partnership .contents .boxes {
  padding: 5.3333333333vw 4vw 0;
  display: grid;
  gap: 5.3333333333vw;
}
#page-partner #about_partnership .contents .boxes .box {
  border: solid 0.2666666667vw #1d2b59;
  padding: 4vw 1.3333333333vw 3.2vw 2.6666666667vw;
}
#page-partner #about_partnership .contents .boxes .box h5 {
  font-size: 3.7333333333vw;
  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: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  margin-top: 1.6vw;
}
#page-partner #about_partnership .contents .attention {
  text-align: left;
  margin-top: 5.3333333333vw;
  padding: 0 4vw;
  font-size: 3.7333333333vw;
  line-height: normal;
  letter-spacing: 0.01em;
}
#page-partner #about_partnership .contents .link {
  margin-top: 5.3333333333vw;
}
#page-partner #about_partnership .contents .link a {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1333333333vw;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1d2b59;
  font-size: 4.2666666667vw;
  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: 4vw;
  height: 4vw;
  transform: translateY(0.2666666667vw);
}

#page-business {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
  position: relative;
}
#page-business::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0vw solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0vw;
  right: 0;
  z-index: -1;
}
#page-business .description {
  position: relative;
  width: 92vw;
  margin: 0 auto;
  padding-top: 12vw;
}
#page-business .description p {
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-business .description:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-right: 19.7333333333vw solid transparent;
  border-top: 7.4666666667vw solid #2b76a6;
  position: absolute;
  top: 2.9333333333vw;
  left: 0;
}
#page-business .description::after {
  position: absolute;
  top: 0vw;
  left: 0;
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.4666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.08px;
  text-align: left;
  color: #2b76a6;
}
#page-business .section {
  width: 92vw;
  margin: 0 auto;
}
#page-business .section + .section {
  margin-top: 11.2vw;
}
#page-business .section h3 {
  position: relative;
  font-size: 5.3333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 0.4vw;
  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: 0.5333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8vw;
  background-color: #1d2b59;
}
#page-business .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4vw;
  text-align: left;
  color: #333;
  margin-bottom: 1.6vw;
}
#page-business #installation_manufacturing {
  margin-top: 15.6vw;
}
#page-business #installation_manufacturing .text {
  margin-top: 5.0666666667vw;
}
#page-business #installation_manufacturing .text p {
  font-size: 3.7333333333vw;
  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 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8vw;
  margin-top: 6.6666666667vw;
}
#page-business #installation_manufacturing .boxes .box h4 {
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4vw;
  text-align: center;
  color: #333;
}
#page-business #installation_manufacturing .boxes .box .img {
  width: 70.6666666667vw;
  margin: 2.4vw auto 0;
}
#page-business #installation_manufacturing .boxes .box p {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  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: 3.4666666667vw;
  padding: 2.6666666667vw 4vw;
  border: solid 0.2666666667vw #ccc;
}
#page-business #installation_manufacturing .boxes .box ul li {
  font-size: 3.7333333333vw;
  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: 13.3333333333vw;
}
#page-business #our_strengths .main-image {
  margin: 7.2vw auto 0;
}
#page-business #our_strengths .boxes {
  margin-top: 4.6666666667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3.3333333333vw;
}
#page-business #our_strengths .boxes .box {
  width: 100%;
  background-color: #e6e9f1;
  padding: 3.3333333333vw 2.6666666667vw 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#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 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4vw;
  text-align: center;
  color: #1d2b59;
  gap: 0.6666666667vw;
  margin-bottom: 4vw;
}
#page-business #our_strengths .boxes .box h4:before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}
#page-business #our_strengths .boxes .box .img {
  width: 41.3333333333vw;
}
#page-business #our_strengths .boxes .box p {
  width: 42vw;
  font-size: 3.7333333333vw;
  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: 8vw;
  padding-bottom: 16vw;
}
#page-recruit::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0vw solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0vw;
  right: 0;
}
#page-recruit .section {
  width: 92vw;
  margin: 0 auto;
}
#page-recruit .section + .section {
  margin-top: 16vw;
}
#page-recruit .section h3 {
  position: relative;
  font-size: 5.3333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0.4vw;
  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: 0.5333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5333333333vw;
  background-color: #1d2b59;
}
#page-recruit .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4vw;
  text-align: left;
  color: #333;
  margin-bottom: 1.6vw;
}
#page-recruit #message_to_applicants .contents {
  margin-top: 8vw;
  display: grid;
  gap: 8vw;
}
#page-recruit #message_to_applicants .contents .box {
  position: relative;
  padding-top: 14.6666666667vw;
}
#page-recruit #message_to_applicants .contents .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-right: 24.6666666667vw solid transparent;
  border-top: 9.3333333333vw solid #2b76a6;
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
}
#page-recruit #message_to_applicants .contents .box::after {
  position: absolute;
  top: 0vw;
  left: 0;
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.4666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.08px;
  text-align: left;
  color: #2b76a6;
}
#page-recruit #message_to_applicants .contents .box h4 {
  display: flex;
  align-items: center;
  font-size: 3.7333333333vw;
  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: 2.6666666667vw;
}
#page-recruit #message_to_applicants .contents .box .text p {
  font-size: 3.7333333333vw;
  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: 3.4666666667vw;
}
#page-recruit #message_to_applicants .contents .line {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.6666666667vw 0;
}
#page-recruit #message_to_applicants .contents .line h4 {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 3.7333333333vw;
  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: 100%;
}
#page-recruit #message_to_applicants .contents .line .left p {
  font-size: 3.7333333333vw;
  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: 3.4666666667vw;
}
#page-recruit #message_to_applicants .contents .line .right {
  width: 100%;
}
#page-recruit #message_to_applicants .contents .line .right .img {
  margin: 6vw auto 0;
  max-width: 74.6666666667vw;
}
#page-recruit #requirements .contents {
  margin-top: 8vw;
}
#page-recruit #requirements .contents .description strong {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.01em;
  color: #333;
}
#page-recruit #requirements .contents .description p {
  margin-top: 1.8666666667vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.01em;
  color: #333;
}
#page-recruit #requirements .contents .table {
  margin: 6.6666666667vw auto 0;
}
#page-recruit #requirements .contents .table table {
  width: 100%;
  table-layout: fixed;
}
#page-recruit #requirements .contents .table table tr th {
  width: 24vw;
  border: solid 0.2666666667vw #ccc;
  background-color: #ebebeb;
  padding: 1.3333333333vw 1.3333333333vw;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  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 {
  border: solid 0.2666666667vw #ccc;
  background-color: #fff;
  padding: 2vw;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-recruit #requirements .contents .table table tr td p + p {
  margin-top: 2.1333333333vw;
}
#page-recruit #requirements .contents .table table tr td ul {
  margin-top: 2.1333333333vw;
}
#page-recruit #requirements .contents .table table tr td ul:first-child {
  margin-top: 0;
}
#page-recruit #requirements .contents .link {
  margin-top: 8vw;
}
#page-recruit #requirements .contents .link a {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1333333333vw;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1d2b59;
  font-size: 4.2666666667vw;
  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: 4vw;
  height: 4vw;
  transform: translateY(0.5333333333vw);
}
#page-recruit #interview {
  margin-top: 12.6666666667vw;
  padding-top: 9.3333333333vw;
  background: url(../img/recruit/recruit-interview-bg-sp.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: 4vw;
  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: 6.6666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 0.5333333333vw;
  text-align: left;
  color: #1d2b59;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
}
#page-recruit #interview .links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2.6666666667vw;
  margin-top: 4.6666666667vw;
}
#page-recruit #interview .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.3333333333vw;
  height: 13.3333333333vw;
  background-color: #1d2b59;
  font-size: 4.2666666667vw;
  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: 4vw;
  height: 4vw;
  transform: translateY(0.2666666667vw);
}
#page-recruit #interview .entry {
  margin-top: 6.6666666667vw;
}
#page-recruit #interview .entry .inner {
  margin: 0 auto;
  width: 92vw;
  border: solid 0.2666666667vw #002f8e;
  background: url(../img/top/entry-img-sp@2x.jpg) center top no-repeat;
  background-color: #fff;
  background-size: contain;
  padding-top: 23.6vw;
  padding-bottom: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#page-recruit #interview .entry .inner h4 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 7.0666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.24px;
  text-align: left;
  color: #1d2b59;
  margin-top: 2.6666666667vw;
}
#page-recruit #interview .entry .inner strong {
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333;
}
#page-recruit #interview .entry .inner p {
  font-size: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.24px;
  text-align: center;
  color: #333;
  margin-top: 2.1333333333vw;
}
#page-recruit #interview .entry .inner .link {
  margin-top: 3.3333333333vw;
}
#page-recruit #interview .entry .inner .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8666666667vw;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1d2b59;
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#page-recruit #interview .entry .inner .link a:before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 3.8666666667vw;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 0.5333333333vw;
}
#page-recruit #interview .entry .inner .info {
  width: 65.3333333333vw;
  margin: 2.6666666667vw auto 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.0666666667vw;
}
#page-recruit #interview .entry .inner .info .tel {
  order: 1;
}
#page-recruit #interview .entry .inner .info .tel a {
  display: flex;
  align-items: center;
  gap: 1.0666666667vw;
  font-size: 6vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333;
  text-decoration: none;
  color: #333;
}
#page-recruit #interview .entry .inner .info .tel a:before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../img/common/icon-tel-black@2x.png) center center no-repeat;
  background-size: contain;
}
#page-recruit #interview .entry .inner .info .time {
  order: 3;
  font-size: 2.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 0.22px;
  text-align: left;
  color: #333;
}
#page-recruit #interview .entry .inner .info small {
  order: 2;
  width: 100%;
  display: block;
  font-size: 2.6666666667vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333;
  margin-top: 0.8vw;
  padding-left: 4.5333333333vw;
}

#page-company {
  position: relative;
  padding-top: 12vw;
  padding-bottom: 13.3333333333vw;
}
#page-company::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0vw solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0vw;
  right: 0;
}
#page-company .section {
  width: 92vw;
  margin: 0 auto;
}
#page-company .section + .section {
  margin-top: 11.2vw;
}
#page-company .section h3 {
  position: relative;
  font-size: 8.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: 4.96px;
  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: 0.5333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8vw;
  background-color: #1d2b59;
}
#page-company .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.6px;
  text-align: left;
  color: #333;
  margin-bottom: 1.6vw;
}
#page-company #top_message .text {
  margin-top: 7.3333333333vw;
}
#page-company #top_message .text p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-company #top_message .text p + p {
  margin-top: 1em;
}
#page-company #top_message .name {
  margin-top: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 2.6666666667vw;
  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: 32.6666666667vw;
  margin-right: 2.1333333333vw;
}
#page-company #top_message .name strong {
  font-weight: bold;
  font-size: 3.7333333333vw;
  margin-left: 1.3333333333vw;
}
#page-company #philosophy .boxes {
  margin-top: 10.6666666667vw;
  display: grid;
  gap: 13.3333333333vw;
}
#page-company #philosophy .boxes .box {
  position: relative;
}
#page-company #philosophy .boxes .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-right: 32.6666666667vw solid transparent;
  border-top: 11.6vw solid #2b76a6;
  position: absolute;
  top: 7.4666666667vw;
  left: 0;
}
#page-company #philosophy .boxes .box::after {
  position: absolute;
  top: 0vw;
  left: 0;
  content: attr(data-en);
  white-space: pre;
  display: block;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 8.4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 5.04px;
  text-align: left;
  color: #2b76a6;
}
#page-company #philosophy .boxes .box h4 {
  padding-left: 36vw;
  display: flex;
  align-items: center;
  height: 16vw;
  font-size: 6.6666666667vw;
  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: 8.5333333333vw;
}
#page-company #philosophy .boxes .box .text p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.57;
  text-align: left;
  color: #333;
}
#page-company #philosophy .boxes .box .text p + p {
  margin-top: 3.4666666667vw;
}
#page-company #philosophy .boxes .box .name {
  float: right;
  width: 70.6666666667vw;
  margin-top: 5.3333333333vw;
  padding: 1.3333333333vw;
  background-color: #f1f9fe;
  font-size: 4.2666666667vw;
  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;
  margin-top: 9.3333333333vw;
}
#page-company #philosophy .boxes .box .list ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
}
#page-company #philosophy .boxes .box .list ul li {
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  padding-right: 4vw;
  padding-left: 4vw;
}
#page-company #philosophy .boxes .box .list ul li:before {
  content: "";
  position: absolute;
  top: 2.4vw;
  left: 0;
  display: block;
  width: 2.6666666667vw;
  height: 0.8vw;
  background-color: #2b76a6;
}
#page-company #philosophy .boxes .box .img {
  margin-top: 8vw;
}

#page-outline {
  position: relative;
  padding: 8vw 0 0;
}
#page-outline .section {
  width: 100%;
}
#page-outline .section .inner {
  padding: 0 4vw;
}
#page-outline .section h3 {
  position: relative;
  font-size: 8.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: 4.96px;
  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: 0.5333333333vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8vw;
  background-color: #1d2b59;
}
#page-outline .section h3::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.6px;
  text-align: left;
  color: #333;
  margin-bottom: 1.6vw;
}
#page-outline .section .table {
  margin: 6.6666666667vw auto 0;
}
#page-outline .section .table table {
  width: 100%;
  table-layout: fixed;
}
#page-outline .section .table table tr th {
  width: 24vw;
  border: solid 0.2666666667vw #ccc;
  background-color: #ebebeb;
  padding: 4vw 1.3333333333vw;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  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 {
  border: solid 0.2666666667vw #ccc;
  background-color: #fff;
  padding: 2vw;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-outline .section .description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10vw;
  margin-top: 10.6666666667vw;
}
#page-outline .section .description .left {
  width: 100%;
}
#page-outline .section .description .right {
  width: 100%;
}
#page-outline .section .description .right strong {
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-outline .section .description .right .address {
  display: flex;
  flex-direction: column;
  margin-top: 4vw;
  padding-top: 4vw;
  border-top: 0.2666666667vw solid #ccc;
  gap: 7.3333333333vw;
}
#page-outline .section .description .right .address dl dt {
  font-size: 3.7333333333vw;
  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: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-outline .section .map {
  margin-top: 10vw;
}
#page-outline .section .map iframe {
  width: 100%;
  height: 80vw;
}
#page-outline #info {
  position: relative;
  padding-bottom: 13.3333333333vw;
}
#page-outline #info::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0vw solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0vw;
  right: 0;
  z-index: -1;
}
#page-outline #info .factory table thead tr th:nth-of-type(1) {
  width: 40vw;
}
#page-outline #info .factory table thead tr th:nth-of-type(2) {
  width: 58.6666666667vw;
}
#page-outline #access {
  position: relative;
  padding-top: 13.3333333333vw;
  padding-bottom: 21.3333333333vw;
}
#page-outline #access::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #e6e9f1;
  position: absolute;
  top: 0vw;
  left: 0;
  z-index: -1;
}
#page-outline #access .factory table thead tr th:nth-of-type(1) {
  width: 40vw;
}
#page-outline #access .factory table thead tr th:nth-of-type(2) {
  width: 32.1333333333vw;
}
#page-outline #access .factory table thead tr th:nth-of-type(3) {
  width: 26.8vw;
}

#page-facilities {
  padding-top: 8.6666666667vw;
}
#page-facilities .menu {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 4.4vw;
  width: 92vw;
  margin: 0 auto;
}
#page-facilities .menu a {
  position: relative;
  width: 52vw;
  height: 17.3333333333vw;
  border: solid 0.2666666667vw #002f8e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  font-size: 2.4vw;
  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;
  background-size: 2.8vw auto;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  position: absolute;
  right: 4vw;
  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: 5.8666666667vw;
  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: 0 4vw 15.3333333333vw;
}
#page-facilities .section .inner {
  padding-top: 12vw;
  position: relative;
  min-height: 53.3333333333vw;
  display: flex;
  flex-direction: column;
}
#page-facilities .section .inner .left .img {
  margin: 0 auto;
  max-width: 80vw;
}
#page-facilities .section .inner .right {
  position: relative;
  display: flex;
  margin-top: 6.6666666667vw;
}
#page-facilities .section .inner .right h3 {
  position: relative;
  font-size: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.24px;
  text-align: left;
  color: #333;
  display: flex;
  align-items: flex-end;
  margin-bottom: 11.3333333333vw;
}
#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: 6.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 4.04px;
  text-align: left;
  color: #1d2b59;
  margin-bottom: -1.6vw;
  margin-right: 2.1333333333vw;
}
#page-facilities .section .inner .right h3:after {
  content: "";
  display: block;
  width: 6.6666666667vw;
  height: 0.6666666667vw;
  background-color: #1d2b59;
  position: absolute;
  left: 0;
  bottom: -5.3333333333vw;
}
#page-facilities .section .inner .right .text {
  margin-top: 4vw;
}
#page-facilities .section .inner .right .text strong {
  font-size: 3.2vw;
  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: 2.6666666667vw;
  font-size: 6.6666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section .inner .right .text p {
  margin-top: 3.4666666667vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section .description {
  width: 100%;
  margin: 8vw auto 0;
}
#page-facilities .section .description table {
  width: 100%;
  table-layout: fixed;
}
#page-facilities .section .description table tr th {
  width: 24vw;
  border: solid 0.2666666667vw #ccc;
  background-color: #ebebeb;
  padding: 4vw 1.3333333333vw;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  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 {
  border: solid 0.2666666667vw #ccc;
  background-color: #fff;
  padding: 2vw;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities .section h4 {
  font-size: 4.5333333333vw;
  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 {
  margin: 7.3333333333vw auto 0;
}
#page-facilities .section .factory table {
  width: 100%;
  table-layout: fixed;
  margin-top: 1.3333333333vw;
}
#page-facilities .section .factory table thead tr th {
  border: solid 0.2666666667vw #ccc;
  background-color: #1d2b59;
  padding: 1.3333333333vw 0;
  font-size: 3.7333333333vw;
  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: 1.3333333333vw;
  border: solid 0.1333333333vw #ccc;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
#page-facilities .section .factory table tbody tr td:nth-of-type(1) {
  font-weight: bold;
}
#page-facilities .section .office {
  width: 100%;
  margin: 9.3333333333vw auto 0;
  border-top: 0.2666666667vw solid #ccc;
  padding-top: 2.6666666667vw;
}
#page-facilities .section .office dl {
  margin-top: 4vw;
  padding: 5.3333333333vw;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}
#page-facilities .section .office dl dt {
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  color: #333;
}
#page-facilities .section .office dl dd {
  margin-top: 5.2vw;
  font-size: 4vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
#page-facilities #japan {
  position: relative;
}
#page-facilities #japan::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0vw solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0vw;
  right: 0;
  z-index: -1;
}
#page-facilities #japan .factory table thead tr th:nth-of-type(1) {
  width: 37.3333333333vw;
}
#page-facilities #japan .factory table thead tr th:nth-of-type(2) {
  width: 44.2666666667vw;
}
#page-facilities #japan .factory table tbody td:nth-of-type(2) {
  text-align: left;
}
#page-facilities #global {
  position: relative;
}
#page-facilities #global::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #e6e9f1;
  position: absolute;
  top: 0vw;
  left: 0;
  z-index: -1;
}
#page-facilities #global::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0vw solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #1d2b59;
  position: absolute;
  bottom: 0vw;
  right: 0;
  z-index: -1;
}
#page-facilities #global .factory table thead tr th:nth-of-type(1) {
  width: 29.3333333333vw;
}
#page-facilities #global .factory table thead tr th:nth-of-type(2) {
  width: 26.6666666667vw;
}
#page-facilities #global .factory table thead tr th:nth-of-type(3) {
  width: 25.6vw;
}

#page-history {
  padding-top: 10.6666666667vw;
  padding-bottom: 21.3333333333vw;
}
#page-history .label {
  text-align: right;
  font-size: 3.7333333333vw;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #333333;
  padding-right: 1.6vw;
  width: 92vw;
  margin: 0 auto 1.6vw;
  position: relative;
}
#page-history .history-section {
  width: 92vw;
  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: relative;
  z-index: 1;
  width: 89.3333333333vw;
  padding: 4vw 4.2666666667vw;
  color: #fff;
  background: #162c5f;
}
#page-history .history-phases .phase-card::before {
  content: "";
  display: block;
  width: 1.3333333333vw;
  height: 11.2vw;
  background-color: #fff;
  position: absolute;
  top: 3.3333333333vw;
  left: 0;
  z-index: 2;
}
#page-history .history-phases .phase-card .phase-title {
  font-size: 5.8666666667vw;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#page-history .history-phases .phase-card .phase-term {
  font-size: 2.6666666667vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-top: 1.6vw;
}
#page-history .history-phases .phase-card .phase-desc {
  margin-top: 2.9333333333vw;
  font-size: 3.7333333333vw;
  line-height: normal;
  letter-spacing: 0.01em;
}
#page-history .history-phases .timeline {
  padding-top: 22.4vw;
  padding-right: 4vw;
  padding-left: 22.2666666667vw;
  padding-bottom: 9.0666666667vw;
  background-color: #f4f6fc;
  margin-top: -13.3333333333vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
#page-history .history-phases .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22.2666666667vw;
  width: 0.4vw;
  height: 100%;
  background-color: #1d2b59;
}
#page-history .history-phases .timeline::after {
  content: "";
  display: block;
  width: 5.6vw;
  height: 0.4vw;
  background: #162c5f;
  position: absolute;
  bottom: 1.8666666667vw;
  left: 21.7333333333vw;
  transform: rotateZ(-45deg);
  z-index: 2;
}
#page-history .history-phases .timeline .timeline-block {
  position: relative;
  padding-left: 4.6666666667vw;
}
#page-history .history-phases .timeline .timeline-block .timeline-year {
  position: absolute;
  left: -16vw;
  top: 0;
  font-size: 3.7333333333vw;
  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: 3.7333333333vw;
  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: -4.6666666667vw;
  top: 2.6666666667vw;
  width: 2.6666666667vw;
  height: 0.4vw;
  background: #1c2f48;
}
#page-history .history-phases .timeline .timeline-block .timeline-note {
  margin-top: 1.3333333333vw;
  font-size: 3.7333333333vw;
  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: 8.2666666667vw;
}
#page-history .message img {
  width: 45.6vw;
  vertical-align: bottom;
}
#page-history .message {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #333;
}

/**
お見積もり
*/
#page-sample,
#page-estimate {
  width: 92vw;
  padding-top: 10.6666666667vw;
  margin: 0 auto;
  padding-bottom: 22.6666666667vw;
}
#page-sample .description p,
#page-estimate .description p {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-sample .search,
#page-estimate .search {
  width: 100%;
  background-color: #f1f1f1;
  padding: 6vw 2.6666666667vw 5.3333333333vw;
  margin: 9.3333333333vw auto 0;
}
#page-sample .search strong,
#page-estimate .search strong {
  display: block;
  font-size: 4.5333333333vw;
  line-height: 1.4117647059;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#page-sample .search p,
#page-estimate .search p {
  margin-top: 3.4666666667vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-sample .search .search-item,
#page-estimate .search .search-item {
  margin-top: 1.0666666667vw;
}
#page-sample .search .search-item input,
#page-estimate .search .search-item input {
  width: 86.6666666667vw;
}
#page-sample h3,
#page-estimate h3 {
  font-size: 4.5333333333vw;
  line-height: 1.4117647059;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.4px;
  text-align: left;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.3333333333vw;
  margin-bottom: 3.3333333333vw;
  margin-top: 7.3333333333vw;
}
#page-sample .table,
#page-estimate .table {
  width: 100%;
  margin: 7.3333333333vw auto 0;
}
#page-sample .table .label,
#page-estimate .table .label {
  font-size: 3.7333333333vw;
  display: block;
}
#page-sample .table table,
#page-estimate .table table {
  width: 100%;
  margin: 2.6666666667vw auto 0;
}
#page-sample .table table thead,
#page-estimate .table table thead {
  display: none;
}
#page-sample .table table tbody tr,
#page-estimate .table table tbody tr {
  display: flex;
  flex-wrap: wrap;
  border: 0.2666666667vw solid #ccc;
}
#page-sample .table table tbody tr th,
#page-estimate .table table tbody tr th {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333;
  background-color: #f1f1f1;
  width: 32vw;
  padding: 2.6666666667vw 0.6666666667vw;
  border-right: 0.2666666667vw solid #ccc;
  border-bottom: 0.2666666667vw solid #ccc;
  font-size: 3.2vw;
}
#page-sample .table table tbody tr th:last-of-type,
#page-estimate .table table tbody tr th:last-of-type {
  border-bottom: none;
}
#page-sample .table table tbody tr th.btn,
#page-estimate .table table tbody tr th.btn {
  background-color: #f3d9d9;
}
#page-sample .table table tbody tr th small,
#page-estimate .table table tbody tr th small {
  font-size: 2.6666666667vw;
  text-align: center;
}
#page-sample .table table tbody tr td,
#page-estimate .table table tbody tr td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.2666666667vw solid #ccc;
  position: relative;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  width: 59.4666666667vw;
  padding: 2vw;
}
#page-sample .table table tbody tr td:last-child,
#page-estimate .table table tbody tr td:last-child {
  border-bottom: none;
}
#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.btn:before,
#page-estimate .table table tbody tr td.btn:before {
  background-color: #f3d9d9;
}
#page-sample .table table tbody tr td.btn a,
#page-estimate .table table tbody tr td.btn a {
  padding: 0.8vw 2.6666666667vw;
  border-radius: 2.6666666667vw;
  background-color: #d03f3f;
  font-size: 2.6666666667vw;
  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,
#page-estimate .table table tfoot tr {
  display: flex;
  flex-wrap: wrap;
  border: 0.2666666667vw solid #ccc;
  border-top: 0;
}
#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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  color: #333;
  width: 50%;
  padding: 2.6666666667vw 2.6666666667vw;
  text-align: right;
}
#page-sample .table table tfoot tr th,
#page-estimate .table table tfoot tr th {
  border-right: 0.2666666667vw solid #ccc;
}
#page-sample .table p,
#page-estimate .table p {
  margin-top: 2.1333333333vw;
  font-size: 3.2vw;
  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: 3.4666666667vw;
}
#page-sample .form .box .info,
#page-estimate .form .box .info {
  width: 100%;
  background-color: #fff;
  padding: 5.3333333333vw 4vw 6vw;
  margin: 4.6666666667vw auto 0;
}
#page-sample .form .box .info h5,
#page-estimate .form .box .info h5 {
  font-size: 4.5333333333vw;
  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: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-top: 4.6666666667vw;
  margin-bottom: 0.5333333333vw;
}
#page-sample .form .box .info p,
#page-estimate .form .box .info p {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  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: 1.3333333333vw;
}
#page-sample .form .box .info ul li,
#page-estimate .form .box .info ul li {
  font-size: 3.7333333333vw;
  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: 6vw;
}
#page-sample .form .check,
#page-estimate .form .check {
  margin-top: 4vw;
}
#page-sample .form .btns,
#page-estimate .form .btns {
  margin-top: 6vw;
}

#page-sample .table table tbody tr td.quantity select {
  width: auto;
  font-size: 3.2vw;
  height: 6.6666666667vw;
  border: solid 0.2666666667vw #ccc;
  padding-left: 1.3333333333vw;
}
#page-estimate .table table tbody tr td.quantity input {
  width: auto;
  font-size: 3.2vw;
  height: 6.6666666667vw;
  border: solid 0.2666666667vw #ccc;
  padding-left: 1.3333333333vw;
}
/**
木材基礎用語
*/
#page-term {
  width: 92vw;
  padding-top: 10.6666666667vw;
  margin: 0 auto;
  padding-bottom: 22.6666666667vw;
}
#page-term .description p {
  font-size: 3.7333333333vw;
  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: 0.2666666667vw solid #ccc;
  border-bottom: 0.2666666667vw solid #ccc;
  padding: 7.3333333333vw 0;
  margin-top: 8vw;
  margin-bottom: 9.3333333333vw;
}
#page-term .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw 0;
}
#page-term .menu ul li {
  width: 50%;
  padding: 0;
  position: relative;
  padding-left: 2.1333333333vw;
  padding-right: 2.6666666667vw;
}
#page-term .menu ul li:before {
  content: "";
  display: block;
  width: 1.3333333333vw;
  height: 2.2666666667vw;
  background: url(../img/common/icon-arrow03.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5333333333vw;
  left: 0;
}
#page-term .menu ul li a {
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-term .section + .section {
  margin-top: 9.3333333333vw;
}
#page-term .section h3 {
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: 3.4px;
  text-align: left;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.3333333333vw;
  margin-bottom: 6vw;
}
#page-term .section p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-term .section table {
  width: 100%;
  margin-top: 8vw;
}
#page-term .section table tbody tr th {
  width: 34.6666666667vw;
  border: solid 0.2666666667vw #ccc;
  background-color: #e6ecde;
  text-align: center;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
}
#page-term .section table tbody tr td {
  border: solid 0.2666666667vw #ccc;
  padding: 3.2vw 2.6666666667vw;
  height: 26.6666666667vw;
  vertical-align: middle;
  font-size: 3.4666666667vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2.8px;
  text-align: left;
  color: #333;
}
#page-term .section .note {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/**
ご購入方法
*/
#page-buy {
  width: 92vw;
  padding-top: 10.6666666667vw;
  margin: 0 auto;
  padding-bottom: 22.6666666667vw;
}
#page-buy .description p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5714285714;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-buy .description strong {
  font-weight: bold;
  color: #7c9853;
}
#page-buy .step {
  margin-top: 8vw;
}
#page-buy .step + .step {
  margin-top: 10vw;
}
#page-buy .step h3 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3px;
  text-align: left;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 2vw;
  margin-bottom: 5.3333333333vw;
}
#page-buy .step h3 span {
  font-size: 5.0666666667vw;
  letter-spacing: 3.8px;
  color: #7c9853;
  margin-right: 0.6666666667vw;
}
#page-buy .step .contents {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
#page-buy .step .contents .img {
  width: 100%;
}
#page-buy .step .contents .text {
  width: 100%;
}
#page-buy .step .contents .text p {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-buy .step .contents .text .note {
  margin-top: 3.2vw;
  font-size: 3.2vw;
  line-height: 1.8333333333;
  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: 7.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
}
#page-buy .step .contents .text .link a {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  text-decoration: underline;
  color: #333;
  position: relative;
  padding-right: 2.6666666667vw;
}
#page-buy .step .contents .text .link a:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon-arrow03.png) left center no-repeat;
  background-size: contain;
  width: 1.4666666667vw;
  height: 2.4vw;
  top: 0.8vw;
  right: 0;
}
#page-buy .attention {
  width: 92vw;
  margin: 13.3333333333vw auto 0;
}
#page-buy .attention a {
  padding: 4vw 8vw 4vw 20.6666666667vw;
  display: block;
  width: 92vw;
  background-image: url(../img/common/icon-attention.png);
  background-repeat: no-repeat;
  background-size: 13.3333333333vw auto;
  background-position: 4vw center;
  background-color: #ffdede;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  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: 2vw;
  height: 3.3333333333vw;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
}
#page-buy .attention a strong {
  text-decoration: underline;
}

/**
特定商取引法
*/
#page-commercial {
  width: 92vw;
  margin: 8.6666666667vw auto 0;
  padding-bottom: 20vw;
}
#page-commercial h3 {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: left;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 2vw;
}
#page-commercial table {
  width: 100%;
  margin: 8vw auto 0;
  table-layout: fixed;
}
#page-commercial table th,
#page-commercial table td {
  border: solid 0.2666666667vw #ccc;
  padding: 1.7333333333vw 2.1333333333vw;
}
#page-commercial table th {
  width: 34.6666666667vw;
  background-color: #e6ecde;
  vertical-align: middle;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.38;
  text-align: center;
  color: #333;
}
#page-commercial table td {
  font-size: 3.7333333333vw;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  color: #333;
}
#page-commercial table td a {
  color: #7c9853;
}
#page-commercial table td h4 {
  margin-top: 1.6vw;
}
#page-commercial table td h4:first-of-type {
  margin-top: 0;
}

/**
お問い合わせ
*/
#page-recruit_entry,
#page-partner_entry,
#page-contact {
  width: 92vw;
  margin: 0 auto;
  padding-bottom: 14.6666666667vw;
}
#page-recruit_entry .description,
#page-partner_entry .description,
#page-contact .description {
  padding: 5.3333333333vw 0;
}
#page-recruit_entry .description strong,
#page-partner_entry .description strong,
#page-contact .description strong {
  display: block;
  font-size: 4.5333333333vw;
  line-height: 1.2941176471;
  margin-bottom: 4.6666666667vw;
}
#page-recruit_entry .description p,
#page-partner_entry .description p,
#page-contact .description p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  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: 0.1333333333vw solid #7a7a7a;
}
#page-recruit_entry h3,
#page-partner_entry h3,
#page-contact h3 {
  font-size: 4.5333333333vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 2vw;
  margin-top: 7.3333333333vw;
}
#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: 92vw;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
#page-recruit_entry .form h3,
#page-partner_entry .form h3,
#page-contact .form h3 {
  text-align: center;
  font-size: 3.7333333333vw;
  background-color: #b3aa82;
  padding: 1.8666666667vw 2.6666666667vw;
  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: 4vw auto 0;
  table-layout: fixed;
}
#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: 0.2666666667vw solid #ccc;
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
}
#page-recruit_entry .form table tr th,
#page-partner_entry .form table tr th,
#page-contact .form table tr th {
  text-align: center;
  vertical-align: middle;
  background-color: #ebebeb;
  width: 24vw;
  padding: 1.3333333333vw 0;
}
#page-recruit_entry .form table tr th:after,
#page-partner_entry .form table tr th:after,
#page-contact .form table tr th:after {
  margin: 1.3333333333vw auto 0;
  content: "任意";
  display: flex;
  width: 8vw;
  justify-content: center;
  align-items: center;
  background: #aaaaaa;
  color: #fff;
  font-size: 2.2666666667vw;
  line-height: 1.6470588235;
}
#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 {
  padding: 2.6666666667vw 1.3333333333vw;
  vertical-align: middle;
  background-color: #fff;
}
#page-recruit_entry .form table tr a,
#page-partner_entry .form table tr a,
#page-contact .form table tr a {
  font-size: 2.9333333333vw;
  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: 3.7333333333vw;
  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: 3.7333333333vw;
  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=url],
#page-recruit_entry .form table tr input[type=tel],
#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=url],
#page-partner_entry .form table tr input[type=tel],
#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=url],
#page-contact .form table tr input[type=tel],
#page-contact .form table tr input[type=email] {
  width: 100%;
  border: 0.2666666667vw solid #cccccc;
  padding: 0.5em 0.65em;
  font-size: 3.7333333333vw;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#page-recruit_entry .form table tr select.p-postal-code,
#page-recruit_entry .form table tr textarea.p-postal-code,
#page-recruit_entry .form table tr input[type=text].p-postal-code,
#page-recruit_entry .form table tr input[type=url].p-postal-code,
#page-recruit_entry .form table tr input[type=tel].p-postal-code,
#page-recruit_entry .form table tr input[type=email].p-postal-code,
#page-partner_entry .form table tr select.p-postal-code,
#page-partner_entry .form table tr textarea.p-postal-code,
#page-partner_entry .form table tr input[type=text].p-postal-code,
#page-partner_entry .form table tr input[type=url].p-postal-code,
#page-partner_entry .form table tr input[type=tel].p-postal-code,
#page-partner_entry .form table tr input[type=email].p-postal-code,
#page-contact .form table tr select.p-postal-code,
#page-contact .form table tr textarea.p-postal-code,
#page-contact .form table tr input[type=text].p-postal-code,
#page-contact .form table tr input[type=url].p-postal-code,
#page-contact .form table tr input[type=tel].p-postal-code,
#page-contact .form table tr input[type=email].p-postal-code {
  width: 38.6666666667vw;
}
#page-recruit_entry .form table tr select[name=zip],
#page-recruit_entry .form table tr textarea[name=zip],
#page-recruit_entry .form table tr input[type=text][name=zip],
#page-recruit_entry .form table tr input[type=url][name=zip],
#page-recruit_entry .form table tr input[type=tel][name=zip],
#page-recruit_entry .form table tr input[type=email][name=zip],
#page-partner_entry .form table tr select[name=zip],
#page-partner_entry .form table tr textarea[name=zip],
#page-partner_entry .form table tr input[type=text][name=zip],
#page-partner_entry .form table tr input[type=url][name=zip],
#page-partner_entry .form table tr input[type=tel][name=zip],
#page-partner_entry .form table tr input[type=email][name=zip],
#page-contact .form table tr select[name=zip],
#page-contact .form table tr textarea[name=zip],
#page-contact .form table tr input[type=text][name=zip],
#page-contact .form table tr input[type=url][name=zip],
#page-contact .form table tr input[type=tel][name=zip],
#page-contact .form table tr input[type=email][name=zip] {
  width: 24vw;
}
#page-recruit_entry .form table tr textarea,
#page-partner_entry .form table tr textarea,
#page-contact .form table tr textarea {
  width: 100%;
}
#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 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: 3.2vw;
  margin-top: 1.6vw;
}
#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: 4vw;
}
#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 {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 3.3333333333vw;
}
#page-recruit_entry .form table tr .wpcf7-checkbox .wpcf7-list-item input,
#page-partner_entry .form table tr .wpcf7-checkbox .wpcf7-list-item input,
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item input {
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}
#page-recruit_entry .form table tr .wpcf7-checkbox .wpcf7-list-item:last-of-type,
#page-partner_entry .form table tr .wpcf7-checkbox .wpcf7-list-item:last-of-type,
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item:last-of-type {
  margin-bottom: 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: 2.6666666667vw;
}
#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 {
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  margin: 0 0.6666666667vw;
}
#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 .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 {
  padding-top: 0.5em;
  margin-left: 0;
}
#page-recruit_entry .form table tr .line,
#page-partner_entry .form table tr .line,
#page-contact .form table tr .line {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4vw;
}
#page-recruit_entry .form table tr dl,
#page-partner_entry .form table tr dl,
#page-contact .form table tr dl {
  display: flex;
  flex-wrap: wrap;
}
#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.25em;
  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.25em;
  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: 4.6666666667vw;
}
#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: 2.6666666667vw;
  font-size: 3.2vw;
}
#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: 2.4vw;
  display: block;
  margin-top: 0.5333333333vw;
}
#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: 3.2vw;
  width: 3.25em;
  padding: 1.8666666667vw 1.0666666667vw;
  margin-right: 1.0666666667vw;
}
#page-recruit_entry .form .check,
#page-partner_entry .form .check,
#page-contact .form .check {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  text-align: center;
}
#page-recruit_entry .form .check label,
#page-partner_entry .form .check label,
#page-contact .form .check label {
  padding: 0.6666666667vw;
  display: inline-block;
  padding-left: 1.25em;
  font-weight: bold;
}
#page-recruit_entry .form .check label .wpcf7-list-item,
#page-partner_entry .form .check label .wpcf7-list-item,
#page-contact .form .check label .wpcf7-list-item {
  margin-left: 0;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-recruit_entry .form .check label .wpcf7-list-item input,
#page-partner_entry .form .check label .wpcf7-list-item input,
#page-contact .form .check label .wpcf7-list-item input {
  position: absolute;
  top: 0.25em;
  transform: translateX(-20px);
}
#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: 7.4666666667vw;
  gap: 7.3333333333vw;
}
#page-recruit_entry .form [type=reset],
#page-partner_entry .form [type=reset],
#page-contact .form [type=reset] {
  font-size: 3.7333333333vw;
  background: transparent;
  border: 0;
  border-bottom: 0.2666666667vw solid #333;
  padding: 0 0 0.5333333333vw;
  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;
  flex-direction: column;
  align-items: center;
  width: 100%;
  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: 6.6666666667vw;
  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: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1d2b59;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#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: 8vw 4vw 16vw;
  position: relative;
}
#page-recruit_entry_thanks h3,
#page-partner_entry_thanks h3,
#page-contact_send h3 {
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
}
#page-recruit_entry_thanks h4,
#page-partner_entry_thanks h4,
#page-contact_send h4 {
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #333;
  margin-top: 8vw;
}
#page-recruit_entry_thanks p,
#page-partner_entry_thanks p,
#page-contact_send p {
  margin-top: 4vw;
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-recruit_entry_thanks .info,
#page-partner_entry_thanks .info,
#page-contact_send .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.6666666667vw;
}
#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: 5.7333333333vw;
  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: 5.2vw;
  height: 5.2vw;
  margin-top: 0.5333333333vw;
  margin-right: 0.6666666667vw;
}
#page-recruit_entry_thanks .info .time,
#page-partner_entry_thanks .info .time,
#page-contact_send .info .time {
  display: inline-block;
  font-size: 3.5333333333vw;
  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 {
  margin-top: 5.3333333333vw;
  text-align: center;
}
#page-recruit_entry_thanks .link a,
#page-partner_entry_thanks .link a,
#page-contact_send .link a {
  font-size: 2.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  color: #333;
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #333;
  padding-bottom: 0.5333333333vw;
  background: url(../img/common/arrow01-black@2x.png) right center no-repeat;
  background-size: 2.4vw auto;
  padding-right: 4vw;
}

/**
ご注意とお願い
*/
#page-attention {
  width: 92vw;
  margin: 0vw auto 0;
  padding-top: 2.6666666667vw;
  padding-bottom: 16vw;
}
#page-attention .menu {
  border-top: 0.2666666667vw solid #ccc;
  border-bottom: 0.2666666667vw solid #ccc;
  padding: 7.3333333333vw 0;
  margin-top: 9.3333333333vw;
  margin-bottom: 9.3333333333vw;
}
#page-attention .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6vw 0;
}
#page-attention .menu ul li {
  width: 50%;
  padding: 0;
  position: relative;
  padding-left: 2.1333333333vw;
  padding-right: 2.6666666667vw;
}
#page-attention .menu ul li:before {
  content: "";
  display: block;
  width: 1.3333333333vw;
  height: 2.2666666667vw;
  background: url(../img/common/icon-arrow03.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
}
#page-attention .menu ul li a {
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-attention h3 {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: left;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 2vw;
  margin-top: 12.6666666667vw;
}
#page-attention h4 {
  margin-top: 6vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-attention p {
  margin-top: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#page-attention ul {
  margin-top: 2.6666666667vw;
}
#page-attention ul li {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  padding-left: 1em;
  position: relative;
  line-height: 1.63;
}
#page-attention ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#page-attention .contact {
  width: 100%;
  margin: 6.6666666667vw auto 0;
}
#page-attention .contact dl {
  display: flex;
  flex-wrap: wrap;
}
#page-attention .contact dl dt {
  width: 100%;
  display: block;
  padding: 1.0666666667vw;
  background-color: #e6ecde;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-top: 5.3333333333vw;
}
#page-attention .contact dl dt:first-of-type {
  margin-top: 0;
}
#page-attention .contact dl dd {
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1.63;
  color: #000;
  margin-top: 2.6666666667vw;
}
#page-attention .contact dl dd .info {
  display: flex;
  align-items: center;
}
#page-attention .contact dl dd .info .tel {
  display: inline-block;
}
#page-attention .contact dl dd .info .tel a {
  font-size: 5.7333333333vw;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#page-attention .contact dl dd .info .tel a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel.png) center center no-repeat;
  background-size: contain;
  width: 5.2vw;
  height: 5.2vw;
  margin-top: 0.5333333333vw;
  margin-right: 0.6666666667vw;
}
#page-attention .contact dl dd .info .time {
  display: inline-block;
  font-size: 3.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-attention .contact dl dd p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: left;
  color: #333;
}
#page-attention .contact dl dd .email {
  margin-top: 2.6666666667vw;
  display: flex;
  justify-content: center;
}
#page-attention .contact dl dd .email a {
  font-size: 5.1333333333vw;
  border-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  text-decoration: none;
}
#page-attention .contact dl dd .email a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-mail.png) center center no-repeat;
  background-size: contain;
  width: 5.8666666667vw;
  height: 4.2666666667vw;
  margin-top: 0.5333333333vw;
  margin-right: 0.6666666667vw;
}
#page-attention .contact dl dd .btn {
  display: flex;
  justify-content: center;
  margin-top: 2.6666666667vw;
}
#page-attention .contact dl dd .btn a {
  width: 61.3333333333vw;
  height: 8vw;
  border-radius: 1.3333333333vw;
  background-color: #7c9853;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3333333333vw;
  font-size: 3.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#page-attention .contact dl dd .fax {
  margin: 3.2vw auto 0;
  display: flex;
  justify-content: center;
  font-size: 5.5333333333vw;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
#page-attention .contact dl dd .fax:before {
  content: "";
  display: block;
  background: url(../img/common/icon-fax.png) center center no-repeat;
  background-size: contain;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  margin-top: 0.5333333333vw;
  margin-right: 0.6666666667vw;
}
#page-attention dl {
  margin-top: 4vw;
  margin-left: 1em;
}
#page-attention dl dt {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 4vw;
}
#page-attention dl dt:first-of-type {
  margin-top: 0;
}
#page-attention dl dd {
  margin-top: 4vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/**
サイトポリシー
*/
#page-privacy,
#page-sitepolicy {
  padding: 0;
  position: relative;
  width: 92vw;
  margin: 9.3333333333vw auto 0;
  padding-bottom: 20vw;
}
#page-privacy p,
#page-sitepolicy p {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  letter-spacing: 0.01em;
}
#page-privacy h3,
#page-sitepolicy h3 {
  margin-top: 7.3333333333vw;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.57;
  text-align: left;
  color: #333;
}
#page-privacy h3 + p,
#page-sitepolicy h3 + p {
  margin-top: 2.1333333333vw;
}
#page-privacy dl,
#page-sitepolicy dl {
  margin-top: 10vw;
}
#page-privacy dl dt,
#page-sitepolicy dl dt {
  font-size: 5.0666666667vw;
  line-height: 1;
  font-weight: bold;
  margin-top: 7.3333333333vw;
}
#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: 6vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  letter-spacing: 0.01em;
}
#page-privacy dl dd:last-of-type,
#page-sitepolicy dl dd:last-of-type {
  margin-right: -2.6666666667vw;
}
#page-privacy ol,
#page-privacy ul,
#page-sitepolicy ol,
#page-sitepolicy ul {
  margin-top: 2.6666666667vw;
}
#page-privacy ul li,
#page-sitepolicy ul li {
  position: relative;
  padding-left: 1em;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  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: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-coming_soon .inner {
  margin: 0 auto;
}
#page-coming_soon h3 {
  font-size: 7.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-coming_soon p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  margin-top: 6vw;
}
#page-coming_soon .link a {
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  margin: 8vw auto 0;
  font-size: 3.7333333333vw;
}

/**
notfound-page
*/
#page-notfound {
  padding: 13.3333333333vw 0 20vw;
  position: relative;
}
#page-notfound .inner {
  padding: 0 4vw;
}
#page-notfound h3 {
  font-size: 4.5333333333vw;
  line-height: 1.9411764706;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4vw;
  text-align: center;
  color: #333;
}
#page-notfound p {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  margin: 8vw auto 0;
  width: 92vw;
}
#page-notfound p a {
  text-decoration: none;
  border-bottom: 0.1333333333vw solid #ccc;
}
#page-notfound .link {
  margin-top: 5.3333333333vw;
  text-align: center;
}
#page-notfound .link a {
  font-size: 2.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  color: #333;
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #333;
  padding-bottom: 0.5333333333vw;
  background: url(../img/common/arrow01-black@2x.png) right center no-repeat;
  background-size: 2.4vw auto;
  padding-right: 4vw;
}
