@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Page
------------------------------------------------------------ */

.subpage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #F2F2F2;
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     about us
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     recruit
  ------------------------------------------------------------ */
  /* 上下の縦線 */
  /* 横線 */
  /* 内容ボックス */
  /* 共通ボタンメニュー */
  /*関連会社*/
  /* 仲間を知る */
  /* 技術情報 */
  /* sdgs */
  /* archive */
}
.subpage .subheader-boxWrap {
  position: relative;
  min-height: var(--subhead-pc_h);
  background: transparent;
}
.subpage .subheader-box {
  height: var(--subhead-pc_h);
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.subpage .sub-header {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 15px;
  background: #EDF1F7;
}
.subpage .sub-header.--type {
  background: url(../../../img/type/sub_head@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--method {
  background: url(../../../img/method/sub_head@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--quality {
  background: url(../../../img/quality/sub_head@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--about {
  background: url(../../../img/about/sub_head@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--recruit {
  background: url(../../../img/recruit/sub_head@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--technical {
  background: url(../../../img/technical/sub_head@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.sub-header-anim {
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s, -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
}
.subpage .sub-header::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.subpage .sub-header__head {
  min-height: var(--subhead-pc_h);
  max-width: 1382px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.subpage .sub-header__headInner {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.subpage .sub-header__ttl {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
  line-height: 1;
}
.subpage .sub-header__sub {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  line-height: 1;
  display: block;
  position: relative;
}
.subpage .sub-header__sub-anim {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.subpage .sub-header__ttl-anim {
  position: relative;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.subpage .subpage-main {
  position: relative;
  overflow: hidden;
}
.subpage .p-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 8.3333333333vw, 100px);
}
.subpage .p-message p {
  line-height: 2;
}
.subpage .p-message .p-message__l {
  padding-left: clamp(12px, 2.5vw, 30px);
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-flex-basis: calc(62.87989% - clamp(12px, 2.5vw, 30px));
  -ms-flex-preferred-size: calc(62.87989% - clamp(12px, 2.5vw, 30px));
  flex-basis: calc(62.87989% - clamp(12px, 2.5vw, 30px));
}
.subpage .p-message .p-message__r {
  -webkit-flex-basis: 37.12011%;
  -ms-flex-preferred-size: 37.12011%;
  flex-basis: 37.12011%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.subpage .p-president-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
}
.subpage .p-president-sign img {
  max-width: clamp(160px, 27.5vw, 330px);
}
.subpage .p-phil-imgWrap {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  position: relative;
  overflow: visible;
  min-height: 90px;
}
.subpage .p-phil-img {
  position: absolute;
  left: 0;
  width: 57.2916vw;
  z-index: -1;
}
.subpage .p-phil-content {
  background: #fff;
  padding: 60px 40px;
  width: 62.228%;
  margin-left: auto;
}
.subpage .p-profile {
  padding: 68px clamp(40px, 10vw, 120px) 95px;
  background: #fff;
}
.subpage .outline-table {
  width: 100%;
  font-size: 1.125rem;
}
.subpage .outline-table tr:first-child th {
  border-top: 1px solid #ccc;
}
.subpage .outline-table tr:first-child td {
  border-top: 1px solid #ccc;
}
.subpage .outline-table th {
  width: 300px;
  border-bottom: 1px solid #ccc;
  padding: 24px 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6;
  font-weight: normal;
}
.subpage .outline-table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 30px 70px;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: normal;
}
.subpage .p-data-list {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 85px 28px;
}
.subpage .p-data-listItem {
  background: #fff;
  aspect-ratio: 279/292;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.subpage .p-data-listItem.--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.subpage .p-data-list-ttl {
  width: 78%;
  background: #fff;
  border: 3px solid var(--themecolor);
  border-radius: 3px;
  position: absolute;
  padding: 16px 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -8%;
  text-align: center;
}
.subpage .p-data-list-ttl span {
  font-size: clamp(1rem, 1.8333333333vw, 1.375rem);
  font-weight: bold;
  color: var(--themecolor);
}
.subpage .p-data-list-ttl::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.subpage .p-data-list-ttl::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--themecolor);
  z-index: 1;
}
.subpage .p-count-item {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: clamp(2rem, 6.3333333333vw, 4.75rem);
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: right;
  color: #000;
}
.subpage .p-count-item._sec {
  font-size: clamp(1.5rem, 4.8333333333vw, 3.625rem);
}
.subpage .p-data-graph {
  margin-top: 27.054%;
  padding-left: 40px;
}
.subpage .p-data-graph li {
  background-size: 80%;
  background-position: left bottom;
  position: relative;
  z-index: 1;
}
.subpage .p-data-graph li::before {
  content: "";
  z-index: -1;
  height: 88%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.subpage .p-data-graph li._7-1::before {
  width: 105%;
  background: #8cd0f0;
}
.subpage .p-data-graph li._7-2::before {
  width: 122%;
  background: #47cbc3;
}
.subpage .p-data-graph li._7-3::before {
  width: 65%;
  background: #F7D852;
}
.subpage .p-data-graph li._12-1::before {
  width: 100%;
  background: #8cd0f0;
}
.subpage .p-data-graph li._12-2::before {
  width: 100%;
  background: #F7D852;
}
.subpage .p-data-graph li:nth-child(n+2) {
  margin-top: 12px;
}
.subpage .p-data-graph li:has(> p) {
  margin-top: 0 !important;
  font-size: 0.75rem;
}
.subpage .p-data-graph + p {
  position: relative;
}
.subpage .p-count-item2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: right;
  color: #000;
}
.subpage .p-count-plus {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: baseline;
}
.subpage .p-count-unit {
  font-size: 1.5625rem;
  font-weight: bold;
}
.subpage .p-data-dataWrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25%;
  width: 100%;
  text-align: center;
}
.subpage .p-data-data {
  display: inline-block;
  position: relative;
  width: 80%;
}
.subpage .p-data-data p {
  font-size: 0.75rem;
  text-align: center;
}
.subpage .p-data-data p._up {
  position: absolute;
  right: -1em;
  display: inline-block;
  top: 0;
  font-size: 0.75rem;
}
.subpage .p-data-list-img {
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 71.32%;
  max-width: 260px;
}
.subpage .p-data-list-img2 {
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.subpage .p-office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
.subpage .p-office__column._img {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.subpage .p-office__column._txt {
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
.subpage .p-office__column h3 {
  color: var(--themecolor);
  font-size: 124%;
}
.subpage .p-rec-head {
  background: #000;
  padding: clamp(12px, 3vw, 36px);
}
.subpage .p-rec-head h2 {
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #fff;
}
.subpage .p-message2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 6.6666666667vw, 80px);
}
.subpage .p-message2 p {
  line-height: 2;
}
.subpage .p-message2 .p-message2__l {
  -webkit-flex-basis: 48.0463%;
  -ms-flex-preferred-size: 48.0463%;
  flex-basis: 48.0463%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.subpage .p-message2 .p-message2__r {
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-flex-basis: calc(51.9537% - clamp(24px, 6.6666666667vw, 80px));
  -ms-flex-preferred-size: calc(51.9537% - clamp(24px, 6.6666666667vw, 80px));
  flex-basis: calc(51.9537% - clamp(24px, 6.6666666667vw, 80px));
}
.subpage .p-message-catch {
  font-size: clamp(1.6875rem, 3.25vw, 2.4375rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.subpage .p-history {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  min-height: 1000px;
  position: relative;
  background: url(../../../img/recruit/history_bg@2x.webp) no-repeat;
  background-size: cover;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 72px;
}
.subpage .p-history::before {
  content: "";
  background: rgba(0, 0, 0, 0.28);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.subpage .p-timeline {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.subpage .p-timeline-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 144px 1fr;
  grid-template-columns: 1fr 144px 1fr;
  gap: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 144px;
}
.subpage .p-timeline-year {
  position: relative;
  z-index: 1;
  background: #2196f3;
  color: #fff;
  border-radius: 50%;
  width: 144px;
  height: 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 auto;
  z-index: 2;
  border: 3px solid #fff;
}
.subpage .p-timeline-row:not(:first-child) {
  padding-top: 50px;
}
.subpage .p-timeline-row:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.subpage .p-timeline-row:last-child::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 50px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.subpage .p-timeline-row.left .p-timeline-year::after {
  /* 横線左 */
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100px;
  height: 4px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.subpage .p-timeline-row.right .p-timeline-year::after {
  /* 横線右 */
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100px;
  height: 4px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.subpage .p-timeline-content {
  background: #fff;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 13px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.02);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 3;
}
.subpage .p-timeline-content figure {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .p-timeline-content figure img {
  width: 100%;
  height: auto;
}
.subpage .p-timeline-content figure._ver {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.subpage .p-rec-menu {
  padding: 60px 15px 60px;
  background: #fff;
}
.subpage .p-rec-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
}
.subpage .p-rec-menu-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc((100% - 24px) / 4);
  max-width: 233px;
}
.subpage .p-rec-menu-list li a {
  margin-left: auto;
  margin-right: auto;
}
.subpage .p-crew {
  background: #fff;
  padding: clamp(30px, 5vw, 60px) clamp(15px, 5vw, 60px);
}
.subpage .p-crew-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 5vw, 60px);
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #667389;
}
.subpage .p-crew-content .p-crew-content__column._r h3 {
  font-weight: 500;
  color: var(--themecolor);
}
.subpage .p-crew-content .p-crew-content__column._l {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.subpage .p-group {
  background: #fff;
  padding: clamp(30px, 5vw, 60px) clamp(15px, 5vw, 120px);
}
.subpage .p-group-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(240px, 460px) auto;
  grid-template-columns: minmax(240px, 460px) auto;
  gap: clamp(30px, 5vw, 60px);
}
.subpage .p-group-data {
  border-radius: 12px;
  background: #eaeaea;
  max-width: 540px;
  padding: 0.5em 1em;
  min-height: 128px;
}
.subpage .p-work-img {
  position: relative;
}
.subpage .p-work-img._1 {
  margin-bottom: -25%;
}
.subpage .p-work-img._2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0% 100%);
}
.subpage .p-work-img._3 {
  -webkit-clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
}
.subpage .p-work-img figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(43, 65, 126, 0.8);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.subpage .p-work-img figcaption._3 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.subpage .p-work-container {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 2.5rem;
  position: relative;
}
.subpage .p-work-container h3 {
  color: var(--themecolor2);
  font-size: 1.5rem;
}
.subpage .p-work-container._1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.subpage .p-work-container._2 {
  position: absolute;
  right: 1.5rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46%;
}
.subpage .p-work-container._3 {
  position: absolute;
  left: 1.5rem;
  bottom: 45%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 46%;
}
.subpage .u-work-table-container {
  width: calc(100% + 80px);
  margin-left: -80px;
}
.subpage .table-wrapper {
  margin: -3px;
}
.subpage .table-caption {
  background: #2b417e;
  color: #fff;
  text-align: center;
  padding: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.subpage .p-work-table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  border: none;
  margin: 0;
}
.subpage .p-work-table tr:nth-child(odd) {
  background-color: rgba(16, 15, 116, 0.12);
}
.subpage .p-work-table tr:nth-child(even) {
  background-color: rgba(43, 65, 126, 0.12);
}
.subpage .p-work-table th {
  padding: 4px;
}
.subpage .p-work-table td {
  padding: 4px;
}
.subpage .p-work-yaer {
  text-indent: 0;
  padding-left: 3em;
  text-indent: -3em;
}
.subpage .p-entry-new {
  display: block;
  position: relative;
}
.subpage .p-entry-new-graduate {
  position: relative;
}
.subpage .p-entry-new-graduate::before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.subpage .p-entry-new-graduate ._join {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 3.875rem;
  width: 100%;
  font-weight: 900;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
  z-index: 9;
}
.subpage .p-entry-recnavi {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 4px;
  background: #fff;
}
.subpage .p-entry-recnavi img {
  max-width: 200px;
}
.subpage .p-technical-content {
  font-weight: 500;
  font-size: 1.4375rem;
  background: #f1f1f1;
}
.subpage .p-technical-block {
  font-size: 1.125rem;
}
.subpage .p-technical-block p {
  margin-bottom: 1rem;
}
.subpage .p-technical-block blockquote {
  display: inline-block;
  padding: 1rem;
  background: #fff;
  border: 1px solid #b9b9b9;
}
.subpage .p-technical-block .c-container:not(:has(.c-container__column._r)) {
  display: block;
}
.subpage .p-editor2 {
  font-size: 1.125rem;
}
.subpage .p-single-menu {
  border-top: 1px solid #c7c7c7;
  padding-top: 3rem;
}
.subpage .p-single-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5%;
}
.subpage .p-single-menu-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subpage .p-single-menu-list li._prev a {
  margin-right: auto;
}
.subpage .p-single-menu-list li._next a {
  margin-left: auto;
}
.subpage .p-tech-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3em;
}
.subpage .p-tech-ttl h3 {
  font-size: 1.875rem;
}
.subpage .p-tech-au {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subpage .p-tech-au div:first-child {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.subpage .p-tech-au div:nth-child(2) {
  -webkit-flex-basis: 33.5%;
  -ms-flex-preferred-size: 33.5%;
  flex-basis: 33.5%;
}
.subpage .p-tech-au2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3vw;
}
.subpage .p-tech-au2 figure {
  -webkit-flex-basis: 28.2%;
  -ms-flex-preferred-size: 28.2%;
  flex-basis: 28.2%;
}
.subpage .p-tech-au2 figure figcaption {
  text-align: center;
  font-weight: bold;
  color: #003396;
  margin-bottom: 0.2rem;
}
.subpage .p-sdgs-ttl__jp {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: clamp(1.5rem, 3.25vw, 2.4375rem);
}
.subpage .p-sdgs-ttl__en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--themecolor);
  display: block;
}
.subpage .p-sdgs-img {
  max-width: 960px;
  margin: 40px auto;
}
.subpage .p-sdgs-txt-field {
  padding: 50px clamp(20px, 6.6666666667vw, 80px);
}
.subpage .p-sdgs-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-sdgs-icon-list li {
  max-width: 80px;
}
.subpage .p-sdgs-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subpage .p-sdgs-content-column {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.subpage .p-sdgs-content-column.--img {
  padding-left: clamp(20px, 6.6666666667vw, 80px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subpage .p-news-list__item {
  position: relative;
}
.subpage .p-news-list__item a {
  position: relative;
}
.subpage .p-news-list__item a._bgbottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff; /*背景色*/
  width: 100%;
  height: 0;
  /*アニメーション*/
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: 0;
}
.subpage .p-news-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6px, 3vw, 36px);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.subpage .p-news-content::after {
  content: "";
  background: url(../../../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
  z-index: 3;
}
.subpage .news__date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--themecolor2);
  font-size: 1.125rem;
}
.subpage .news__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 60px;
  position: relative;
  font-size: 1.125rem;
}
.subpage .news__cat {
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 42px;
  padding: 0 7px;
  min-width: 160px;
}
.subpage .p-val {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.subpage .p-val li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.subpage .p-val li img {
  width: 100%;
}
.subpage .p-val li p {
  margin-top: auto;
}
.subpage .p-content-iso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subpage .p-content-iso div:first-child {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.subpage .p-content-iso div:nth-child(2) {
  -webkit-flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
}
.subpage .p-method-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.subpage .p-method-layout__column._l {
  -webkit-flex-basis: 36.89393%;
  -ms-flex-preferred-size: 36.89393%;
  flex-basis: 36.89393%;
}
.subpage .p-method-layout__column._r {
  -webkit-flex-basis: 41.5625%;
  -ms-flex-preferred-size: 41.5625%;
  flex-basis: 41.5625%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.subpage .p-method-layout__column._r img {
  max-width: 442px;
}
.subpage .p-method-challenge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.subpage .p-method-challenge dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.subpage .p-method-challenge dl dt {
  font-weight: bold;
  font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
}
.subpage .p-method-challenge dl dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 4px;
  padding: 0.5em;
  background: #fff;
  color: #003396;
  font-weight: bold;
  font-size: clamp(1.0625rem, 1.8333333333vw, 1.375rem);
  border: 1px solid #707070;
}
.subpage .p-method-challenge dl:first-child dd {
  position: relative;
}
.subpage .p-method-challenge dl:first-child dd::before {
  content: "";
  width: 24px;
  height: 60px;
  background: #003396;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-method-merit {
  background: #003396;
  padding: 0.5em 1em 0.5em;
}
.subpage .p-method-merit dt {
  background: #fff;
  text-align: center;
  padding: 0.2em;
  font-size: clamp(1.125rem, 1.8333333333vw, 1.375rem);
  font-weight: bold;
  color: #003396;
}
.subpage .p-method-merit dd {
  color: #fff;
  font-size: clamp(1.25rem, 2.1666666667vw, 1.625rem);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1330px) {
  main {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  main {
    min-height: 480px;
  }
  .subpage .p-timeline-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-work-container._1 {
    display: block;
  }
  .subpage .p-work-container._2 {
    position: relative;
    top: auto;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .subpage .p-work-container._3 {
    position: relative;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .subpage .u-work-table-container {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  main {
    min-height: 480px;
  }
  .subpage .subheader-boxWrap {
    min-height: var(--subhead-sp_h);
  }
  .subpage .subheader-box {
    height: var(--subhead-sp_h);
  }
  .subpage .sub-header__head {
    min-height: var(--subhead-sp_h);
  }
  .subpage .p-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-message .p-message__l {
    padding-left: 0;
  }
  .subpage .p-phil-img {
    width: 85vw;
  }
  .subpage .p-phil-content {
    width: 100%;
    padding: 30px 20px;
  }
  .subpage .p-profile {
    padding: 30px 20px;
  }
  .subpage .outline-table th {
    width: 30%;
    padding: 16px 12px;
  }
  .subpage .outline-table td {
    padding: 16px 12px;
  }
  .subpage .p-data-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 48px 12px;
  }
  .subpage .p-data-list-ttl {
    padding: 4px;
    width: 88%;
  }
  .subpage .p-data-list-img2 {
    right: 7%;
  }
  .subpage .p-message2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-message2 .p-message2__r {
    padding-left: 0;
  }
  .subpage .p-timeline-row {
    -ms-grid-columns: 70px 1fr !important;
    grid-template-columns: 70px 1fr !important; /* 左:年 右:内容 */
    min-height: 90px;
    gap: 24px;
  }
  .subpage .p-timeline-row.right > div:first-child {
    display: none;
  }
  .subpage .p-timeline-row.left > div:last-child {
    display: none;
  }
  .subpage .p-timeline-year {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
    -ms-grid-column-align: end;
    justify-self: end;
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }
  .subpage .p-timeline-year._jp {
    font-size: 1.125rem;
  }
  .subpage .p-timeline-row:not(:last-child)::before {
    -webkit-transform: auto;
    transform: auto;
    left: 37px;
  }
  .subpage .p-timeline-row:last-child::before {
    -webkit-transform: auto;
    transform: auto;
    left: 37px;
  }
  .subpage .p-timeline-row.left .p-timeline-year::after {
    left: 100%;
  }
  .subpage .p-timeline-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    text-align: left !important;
  }
  .subpage .p-rec-menu-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .subpage .p-rec-menu-list li {
    width: 100%;
  }
  .subpage .p-crew-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-crew-content .p-crew-content__column._l {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .subpage .p-group-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-group-2col__column .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .p-entry-recnavi img {
    max-width: 140px;
  }
  .subpage .p-sdgs-icon-list li {
    max-width: 64px;
  }
  .subpage .p-sdgs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
  .subpage .p-sdgs-content-column.--img {
    margin: auto;
    padding-left: 0;
  }
  .subpage .news__text {
    padding-right: 20px;
    -webkit-line-clamp: 2;
    font-size: 1.0625rem;
    position: relative;
  }
  .subpage .news__text {
    padding-right: 0;
  }
  .subpage .news__cat {
    margin-right: 0;
    min-width: 84px;
    font-size: 1rem;
    line-height: 32px;
  }
  .subpage .p-method-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-method-layout__column._l img {
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .p-method-layout__column._r img {
    margin-left: auto;
    margin-right: auto;
    max-width: 487px;
  }
  .subpage .p-method-challenge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-method-challenge dl:first-child dd::before {
    left: 50%;
    top: calc(100% + 8px);
    height: 16px;
    width: 40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
@media (max-width: 600px) {
  main {
    min-height: 480px;
  }
  .subpage .sub-header__sub {
    line-height: 1.2;
  }
  .subpage .outline-table tr:first-child td {
    border-top: none;
  }
  .subpage .outline-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
  }
  .subpage .outline-table td {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
  }
  .subpage .p-data-listItem {
    padding: 15px;
    max-width: 279px;
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .p-office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-office__column img {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .p-office__column a.c-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .p-crew-content .p-crew-content__column._l {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-tech-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: unset;
  }
  .subpage .p-tech-ttl h3 {
    font-size: 1.5rem;
  }
  .subpage .p-tech-au {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .subpage .p-tech-au2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .subpage .p-tech-au2 figure {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .subpage .p-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
  .subpage .p-news-content::after {
    right: 0;
    width: 25px;
  }
  .subpage .p-val {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .subpage .p-content-iso {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .subpage .p-rec-menu-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .subpage .p-single-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
  .subpage .p-single-menu-list li._prev a {
    margin-left: auto;
  }
  .subpage .p-single-menu-list li._next a {
    margin-right: auto;
  }
}
@media (hover: hover) {
  .subpage .p-entry-new:hover .p-entry-new-graduate::before {
    content: "";
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .subpage .p-entry-new:hover .p-entry-new-graduate ._join {
    opacity: 1;
  }
  .subpage .p-news-list__item:hover a._bgbottom::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
  }
  .subpage .p-news-list__item:hover .p-news-content::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(43, 65, 126, 0.1);
  }
  .subpage .p-news-list__item:hover .p-news-content::after {
    -webkit-animation: arrow2 0.2s var(--linear);
    animation: arrow2 0.2s var(--linear);
  }
}/*# sourceMappingURL=../../map/object/project/page.css.map */
