@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-archive h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}

.p-business__ch {
  margin-bottom: clamp(40px, 7.1111111111vw, 64px);
}
@media screen and (min-width: 901px) {
  .p-business__ch {
    text-align: center;
  }
}

.p-business__ch-lead {
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-business__ch-lead + p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}
@media screen and (min-width: 901px) {
  .p-business__ch-lead + p {
    line-height: 2.25;
  }
}
@media screen and (max-width: 900px) {
  .p-business__ch-lead + p br {
    display: none;
  }
}

.p-business__visual,
.p-business__services {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-business__services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 236px 1fr;
  grid-template-columns: 236px 1fr;
  row-gap: 10px;
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
@media screen and (max-width: 600px) {
  .p-business__services {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}

.p-business__service-title,
.p-business__service-desc {
  padding: clamp(16px, 1.5625vw, 20px) clamp(20px, 2.5vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4F4F4;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}

.p-business__service-title {
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .p-business__service-title {
    padding-bottom: 4px;
    padding-right: 20px;
  }
}

.p-business__service-title b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
}
.p-business__service-title b::before {
  content: "●";
  color: #084B9D;
}
@media screen and (min-width: 601px) {
  .p-business__service-title b {
    padding-right: clamp(20px, 4vw, 36px);
  }
  .p-business__service-title b::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    background-color: #CCCCCC;
    width: 1px;
    height: 100%;
  }
}

.p-business__service-desc {
  padding-left: clamp(20px, 4vw, 36px);
}
@media screen and (max-width: 600px) {
  .p-business__service-desc {
    padding-top: 8px;
  }
  .p-business__service-desc + .p-business__service-title {
    margin-top: 10px;
  }
}

.p-business__intro-desc {
  margin-top: 12px;
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}
@media screen and (min-width: 601px) {
  .p-business__intro-desc {
    text-align: center;
  }
}

.p-business__life {
  margin-top: clamp(64px, 7.5vw, 120px);
}

.p-business__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 5.625vw, 72px);
  margin-top: clamp(88px, 10.8888888889vw, 98px);
  padding: clamp(40px, 3.75vw, 48px) clamp(20px, 4.375vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EFF6FC;
}
.p-business__feature + .p-business__feature {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-business__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p-business__feature-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 901px) {
  .p-business__feature-figure {
    -ms-flex-preferred-size: 37.6838235294%;
        flex-basis: 37.6838235294%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-business__feature-point {
  color: #084B9D;
  border-bottom: 1px solid;
  padding-bottom: clamp(8px, 1.3333333333vw, 12px);
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.p-business__feature-point span {
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
}

.p-business__feature-title {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-business__feature-title + p {
  margin-top: 16px;
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .p-business__feature-title + p {
    line-height: 2.25;
  }
}

.p-business--photo {
  margin-top: clamp(80px, 16vw, 144px);
}
@media screen and (max-width: 600px) {
  .p-business--photo .c-title--lower._center .c-title__lead {
    margin-left: unset;
    margin-right: unset;
  }
}

.p-business__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}

.p-business__gallery > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-business__gallery > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-business__gallery > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .p-business__gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-business__gallery a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-business__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__gallery.js-trigger_gallery .-pic {
  opacity: 0;
}
.p-business__gallery.js-trigger_gallery._on .-pic {
  opacity: 1;
}

.p-business__gallery .-pic {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.p-business__gallery-item-right,
.p-business__gallery-item-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}

.p-business__gallery-item-right > *:nth-child(1), .p-business__gallery-item-left > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-business__gallery-item-right > *:nth-child(2), .p-business__gallery-item-left > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-business__gallery-item-right > *:nth-child(3), .p-business__gallery-item-left > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-business__gallery-item-right > *:nth-child(4), .p-business__gallery-item-left > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.p-business__gallery-item-right .-pic:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.p-business__gallery-item-right .-pic:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.p-business__gallery-item-right .-pic:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.p-business__gallery-item-left .-pic:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.p-business__gallery-item-left .-pic:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.p-business__gallery-item-left .-pic:nth-of-type(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}

.p-service hr {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border: none;
  margin-top: clamp(48px, 7.5vw, 120px);
  margin-bottom: clamp(48px, 7.5vw, 120px);
}

.p-service__catch {
  margin-bottom: clamp(64px, 6.5vw, 104px);
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.p-service__block {
  position: relative;
}

@media screen and (min-width: 901px) {
  .p-service__block-inner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: 511px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .p-service__block-inner {
    background-color: rgba(255, 255, 255, 0.5);
    width: 42.5833333333vw;
    padding-bottom: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-service__block-inner p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}

.p-service__block-media {
  position: relative;
  aspect-ratio: 1068/901;
  width: 66.75vw;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-service__block-media {
    margin-top: 40px;
    width: 100%;
  }
}
.p-service__block-media figure {
  position: absolute;
}
.p-service__block-media figure:nth-of-type(1) {
  top: 0;
  right: 0;
  aspect-ratio: 785/483;
  width: 73.5018726592%;
  height: auto;
}
.p-service__block-media figure:nth-of-type(2) {
  bottom: 9.1009988901%;
  left: 0;
  aspect-ratio: 490/302;
  width: 45.8801498127%;
  height: auto;
}
.p-service__block-media figure:nth-of-type(3) {
  bottom: 0;
  right: 18.7265917603%;
  aspect-ratio: 342/257;
  width: 32.0224719101%;
  height: auto;
}
.p-service__block-media figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__specific {
  margin-top: clamp(64px, 7.5vw, 120px);
  border: 2px solid #084B9D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-service__specific-lead {
  background-color: #084B9D;
  color: #fff;
  padding: clamp(16px, 1.5625vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}

.p-service__specific-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px 40px;
  padding: clamp(32px, 3.75vw, 48px) clamp(32px, 4.375vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-service__specific-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-service__specific-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 600px) {
  .p-service__specific-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-service__specific-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-service__specific-title::before {
  content: "●";
  color: #084B9D;
}

.p-service__specific-desc {
  margin-top: 4px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.p-service__specific-desc + .p-service__specific-title {
  margin-top: 8px;
}

.p-service__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(32px, 5vw, 64px);
  margin-top: clamp(64px, 8.8888888889vw, 80px);
  padding-top: clamp(40px, 6.2222222222vw, 56px);
  padding-bottom: clamp(40px, 6.2222222222vw, 56px);
  padding-left: clamp(20px, 6.2222222222vw, 56px);
  padding-right: clamp(20px, 7.1111111111vw, 64px);
  background-color: #EFF6FC;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .p-service__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service__point-icon {
  width: clamp(120px, 42.4vw, 212px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-service__point-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(24px, 3.75vw, 48px);
}
@media screen and (max-width: 1100px) {
  .p-service__point-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 601px) {
  .p-service__point-pic {
    -ms-flex-preferred-size: 40.375%;
        flex-basis: 40.375%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 601px) {
  .p-service__point-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-service__point-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1100px) {
  .p-service__point-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
p + .p-service__point-btn {
  margin-top: 16px;
}
.p-service__point-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 202px;
  height: 46px;
  border-radius: 50px;
  background-color: #084B9D;
  border: 1px solid #084B9D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.p-service__point-btn a svg {
  display: block;
  aspect-ratio: 24/23;
  width: 16px;
  height: auto;
}
.p-service__point-btn a path {
  stroke: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-service__point-btn a:hover {
    opacity: 1;
    background-color: #EFF6FC;
    color: #084B9D;
  }
  .p-service__point-btn a:hover path {
    stroke: #084B9D;
  }
}
@media (hover: none) {
  .p-service__point-btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-service__point-btn a:active {
    opacity: 1;
    background-color: #EFF6FC;
    color: #084B9D;
  }
  .p-service__point-btn a:active path {
    stroke: #084B9D;
  }
}

.p-works .cm-list_archive {
  margin-top: clamp(64px, 11.5555555556vw, 104px);
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  border-top: 1px solid #CCCCCC;
}

.p-works__ch {
  margin-bottom: clamp(64px, 11.5555555556vw, 104px);
}
@media screen and (min-width: 601px) {
  .p-works__ch {
    text-align: center;
  }
}

.p-works__ch-lead {
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-works__ch-lead + .p-works__ch-desc {
  margin-top: 24px;
}

@media screen and (min-width: 901px) {
  .p-works__ch-desc {
    line-height: 2.25;
  }
}

.p-works__block + .p-works__block {
  margin-top: clamp(64px, 11.5555555556vw, 104px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-works__block-lead {
  margin-bottom: clamp(32px, 3.5vw, 56px);
  padding-bottom: clamp(12px, 1.7777777778vw, 16px);
  border-bottom: 1px solid #084B9D;
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-works__block-lead::before {
  content: "●";
  display: inline-block;
  color: #084B9D;
  margin-right: 0.5em;
}

.p-works__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 900px) {
  .p-works__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-works__flex-link {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 901px) {
  .p-works__flex-link {
    -ms-flex-preferred-size: 49.1666666667%;
        flex-basis: 49.1666666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 901px) {
  .p-works__flex-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-works__flex-table + p {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}

.p-works__flex-table tr th,
.p-works__flex-table tr td {
  padding: 16px 24px;
  vertical-align: unset;
}
@media screen and (max-width: 600px) {
  .p-works__flex-table tr th,
  .p-works__flex-table tr td {
    display: block;
    border: none !important;
    width: 100% !important;
    text-align: center;
  }
}

.p-works__flex-table tr th {
  text-align: center;
  background: #828282;
  color: #fff;
  width: 148px;
  line-height: 1.2;
}

.p-works__flex-table tr td {
  background: #F4F4F4;
}

.p-works__flex-comment {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .p-works__flex-comment {
    line-height: 2.25;
  }
}

.p-works-years {
  margin-top: clamp(80px, 16vw, 144px);
}

.p-works-years__item + .p-works-years__item {
  margin-top: 16px;
}

.p-works-years__item-title {
  position: relative;
  color: #fff;
  background-color: #0A034D;
  padding-top: clamp(18px, 1.5vw, 24px);
  padding-bottom: 16px;
  padding-left: clamp(20px, 3.5555555556vw, 32px);
  padding-right: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-works-years__item-title i {
  position: absolute;
  top: 50%;
  right: 3.6666666667%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-works-years__item-title i svg {
  display: block;
  width: 18px;
  height: 8px;
}
.p-works-years__item-title i path {
  stroke: #fff;
}
.p-works-years__item-title.is-open i {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}

.p-works-years__item-content {
  margin-bottom: 32px;
}

@media screen and (max-width: 900px) {
  .p-works-years__item-content table {
    table-layout: unset;
  }
}

.p-works-years__item-content table tr th,
.p-works-years__item-content table tr td {
  padding: 13px 20px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
}

.p-works-years__item-content table tr th {
  background: #084B9D;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .p-works-years__item-content table tr th {
    width: auto;
  }
  .p-works-years__item-content table tr th:nth-of-type(1), .p-works-years__item-content table tr th:nth-of-type(3), .p-works-years__item-content table tr th:nth-of-type(4) {
    width: 214px;
  }
  .p-works-years__item-content table tr th:nth-of-type(2) {
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-works-years__item-content table tr th {
    width: auto;
  }
  .p-works-years__item-content table tr th:nth-of-type(1), .p-works-years__item-content table tr th:nth-of-type(3), .p-works-years__item-content table tr th:nth-of-type(4) {
    min-width: 180px;
  }
  .p-works-years__item-content table tr th:nth-of-type(2) {
    min-width: 300px;
  }
}

.p-works-years__item-content table td {
  background: #F4F4F4;
  text-align: center;
}
.p-works-years__item-content table td:first-of-type {
  background: #828282;
  color: #fff;
  text-align: center;
}
.p-works-years__item-content table td:nth-of-type(2) {
  text-align: left;
}
.p-works-years__item-content table td:last-of-type {
  word-break: keep-all;
}

.p-works-years__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(64px, 11.5555555556vw, 104px);
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  border-top: 1px solid #CCCCCC;
}
.p-works-years__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.p-works-years__back a:hover {
  opacity: 1;
}
.p-works-years__back a:hover i::before {
  background-color: #D90012;
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}
.p-works-years__back a:hover i path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-works-years__back i {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 2.6666666667vw, 24px);
  height: auto;
  border-radius: 50%;
  position: relative;
}
.p-works-years__back i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #084B9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-works-years__back i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  z-index: 1;
  aspect-ratio: 11/9;
  width: clamp(9px, 1.2222222222vw, 11px);
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-works-years__back i path {
  stroke: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-recruit__ch {
  margin-bottom: clamp(64px, 8.8888888889vw, 80px);
  text-align: center;
}

.p-recruit__lead {
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-recruit__lead + p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}
@media screen and (min-width: 901px) {
  .p-recruit__lead + p {
    line-height: 2.25;
  }
}

.p-recruit__sns {
  margin-top: clamp(64px, 13.3333333333vw, 120px);
}

.p-recruit__sns-inner {
  padding-top: clamp(40px, 8.6666666667vw, 78px);
  padding-bottom: clamp(40px, 8vw, 72px);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4F4F4;
}
.p-recruit__sns-inner p {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .p-recruit__sns-inner p {
    text-align: center;
  }
}

.p-recruit__sns-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: clamp(32px, 5.3333333333vw, 48px);
}
.p-recruit__sns-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 411px;
  height: 102px;
  background-color: #fff;
  -webkit-column-rule: #121212;
     -moz-column-rule: #121212;
          column-rule: #121212;
  border: 3px solid #121212;
}
@media screen and (max-width: 600px) {
  .p-recruit__sns-btns a {
    max-width: 245px;
    height: 61px;
    font-size: 14px;
    border-width: 2px;
  }
}
@media (hover: hover) {
  .p-recruit__sns-btns a:hover {
    opacity: 1;
    color: #fff;
    background-color: #121212;
  }
  .p-recruit__sns-btns a:hover svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p-recruit__sns-btns a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-recruit__sns-btns a:active {
    opacity: 1;
    color: #fff;
    background-color: #121212;
  }
  .p-recruit__sns-btns a:active svg path {
    fill: #fff;
  }
}
.p-recruit__sns-btns i {
  display: block;
}
.p-recruit__sns-btns svg {
  display: block;
  width: auto;
  height: 38px;
}
@media screen and (max-width: 600px) {
  .p-recruit__sns-btns svg {
    height: 24px;
  }
}
.p-recruit__sns-btns svg path {
  fill: #121212;
}

.p-welfare__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .p-welfare__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

@media screen and (min-width: 901px) {
  .p-welfare__flex-image {
    -ms-flex-preferred-size: 65.4166666667%;
        flex-basis: 65.4166666667%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p-welfare__flex-image {
    -ms-flex-preferred-size: 48.3333333333%;
        flex-basis: 48.3333333333%;
  }
}

@media screen and (min-width: 901px) {
  .p-welfare__flex-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-welfare__flex-lead {
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-welfare__flex-lead + p {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}
@media screen and (min-width: 901px) {
  .p-welfare__flex-lead + p {
    line-height: 2.25;
  }
}

.p-welfare__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  margin-top: clamp(80px, 13.3333333333vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p-welfare__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-welfare__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-welfare__item {
  background-color: #EFF6FC;
  padding: clamp(24px, 2.5vw, 32px);
}
@media screen and (min-width: 901px) {
  .p-welfare__item:nth-of-type(3n + 2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-welfare__item:nth-of-type(3n) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .p-welfare__item:nth-of-type(2n) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

.p-welfare__item-icon {
  aspect-ratio: 1/1;
  width: clamp(120px, 16.8888888889vw, 152px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.p-welfare__item-lead {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  color: #084B9D;
  text-align: center;
  margin-top: 24px;
}
.p-welfare__item-lead + p {
  margin-top: 16px;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
}

.p-welfare__item-desc {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-numbers {
  margin-top: clamp(80px, 11.5555555556vw, 104px);
}

.p-numbers__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.p-numbers__box {
  background-color: #EFF6FC;
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  padding-bottom: clamp(32px, 4.4444444444vw, 40px);
  padding-left: clamp(20px, 4.4444444444vw, 40px);
  padding-right: clamp(20px, 4.4444444444vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-numbers__box--middle {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
@media screen and (max-width: 900px) {
  .p-numbers__box--middle {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

.p-numbers__box--large {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  padding-left: clamp(24px, 4.5vw, 72px);
  padding-right: clamp(24px, 4.5vw, 72px);
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .p-numbers__box--large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-numbers__lead {
  margin-bottom: 16px;
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-numbers__icon {
  aspect-ratio: 1/1;
  width: clamp(120px, 16.8888888889vw, 152px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(28px, 3.5555555556vw, 32px);
}

.p-numbers__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.p-numbers__unit .num {
  color: #084B9D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(2rem, 7.1111111111vw, 4rem);
  line-height: 1;
}
.p-numbers__unit .txt_after {
  font-size: clamp(1.5rem, 4.4444444444vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}

.p-numbers__supplement {
  display: block;
  margin-top: 6px;
  font-size: clamp(0.75rem, 1.6666666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.p-numbers__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-numbers__inner .-year {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}

.p-numbers__inner--before .txt_after {
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
}

.p-numbers__inner--after {
  position: relative;
  padding-left: 40px;
}
.p-numbers__inner--after::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 24px solid #169EFF;
  border-right: 0;
}
@media screen and (max-width: 600px) {
  .p-numbers__inner--after::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #169EFF;
  }
}

.p-numbers__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(64px, 6.875vw, 88px);
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-numbers__chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }
}
.p-numbers__chart::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 24px solid #169EFF;
  border-right: 0;
}
@media screen and (max-width: 900px) {
  .p-numbers__chart::before {
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
  }
}

.p-numbers__chart .chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 2.34375vw, 30px);
}
@media screen and (max-width: 900px) {
  .p-numbers__chart .chart-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-numbers__chart .chart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .p-numbers__chart .chart-wrapper {
    -ms-flex-preferred-size: 46.26%;
        flex-basis: 46.26%;
  }
}
@media screen and (max-width: 600px) {
  .p-numbers__chart .chart-wrapper {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-numbers__chart .chart-wrapper + .chart-wrapper {
  position: relative;
}
.p-numbers__chart .chart-inner {
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-numbers__chart .chart-inner {
    width: 100%;
  }
}
@media screen and (min-width: 701px) {
  .p-numbers__chart .chart-inner {
    width: 256px;
    width: clamp(180px, 28.4444444444vw, 256px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  .p-numbers__chart .chart-inner {
    width: 256px;
  }
}

.p-numbers__chart .chart-list {
  position: relative;
}
@media screen and (max-width: 500px) {
  .p-numbers__chart .chart-list {
    width: 100%;
  }
}
@media screen and (min-width: 701px) {
  .p-numbers__chart .chart-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  .p-numbers__chart .chart-list {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-numbers__chart .chart-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.75;
}

.p-numbers__chart .txt_before,
.p-numbers__chart .txt_after {
  display: block;
  font-size: clamp(1.125rem, 2.4444444444vw, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-numbers__chart .txt_before {
  margin-right: 8px;
}

.p-numbers__chart .num {
  display: block;
  color: #084B9D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(1.75rem, 4.4444444444vw, 2.5rem);
  line-height: 1;
}

.p-numbers__chart .chart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.p-numbers__chart .chart-item + .chart-item {
  margin-top: 8px;
}

.p-numbers__skill {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 20px 32px;
}

.p-numbers__skill > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-numbers__skill > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-numbers__skill > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .p-numbers__skill {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-numbers__skill {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-numbers__skill {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-numbers__skill .txt_before {
  font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-numbers__skill .txt_after {
  font-size: clamp(1rem, 1.8333333333vw, 1.375rem);
  font-weight: 700;
  line-height: 1;
}

.p-numbers__skill .num {
  color: #084B9D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(2rem, 3.1666666667vw, 2.375rem);
  line-height: 1;
}

.p-numbers__exchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: clamp(32px, 6.2222222222vw, 56px);
}
@media screen and (max-width: 900px) {
  .p-numbers__exchange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-numbers__exchange-num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-numbers__exchange-num li + li {
  margin-top: clamp(12px, 2.2222222222vw, 20px);
}
.p-numbers__exchange-num .txt_before {
  font-size: clamp(1.125rem, 3.3333333333vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .p-numbers__exchange-num .txt_before br {
    display: none;
  }
}
.p-numbers__exchange-num .txt_after {
  font-size: clamp(1.25rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
.p-numbers__exchange-num .num {
  color: #084B9D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(2rem, 6.2222222222vw, 3.5rem);
  line-height: 1;
}

.p-numbers__exchange-list dt {
  margin-bottom: clamp(12px, 1.7777777778vw, 16px);
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}
.p-numbers__exchange-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  word-break: break-all;
}
.p-numbers__exchange-list dd i {
  display: block;
}
.p-numbers__exchange-list dd i svg {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(16px, 2.2222222222vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-numbers__exchange-list dd + dd {
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
  .p-numbers__exchange-list {
    -ms-flex-preferred-size: 36.31%;
        flex-basis: 36.31%;
  }
}

@media screen and (min-width: 901px) {
  .p-numbers__exchange-image {
    -ms-flex-preferred-size: 22.06%;
        flex-basis: 22.06%;
  }
}
@media screen and (max-width: 900px) {
  .p-numbers__exchange-image {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-numbers__off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: clamp(32px, 4vw, 36px);
}
@media screen and (max-width: 900px) {
  .p-numbers__off {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-numbers__off-rank {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
}

.p-numbers__off-rank > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-numbers__off-rank > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-numbers__off-rank > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (min-width: 901px) {
  .p-numbers__off-rank {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-numbers__off-rank {
    gap: 32px 24px;
  }
}
@media screen and (max-width: 700px) {
  .p-numbers__off-rank {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-numbers__off-rank-item {
  text-align: center;
}
.p-numbers__off-rank-item figure {
  max-width: 150px;
  margin-bottom: clamp(12px, 1.7777777778vw, 16px);
  margin-left: auto;
  margin-right: auto;
}
.p-numbers__off-rank-item .txt_before {
  display: block;
}
.p-numbers__off-rank-item .txt_before b {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(1.75rem, 6.2222222222vw, 3.5rem);
  line-height: 1;
  color: #084B9D;
}
.p-numbers__off-rank-item .txt_before small {
  font-size: clamp(1.25rem, 3.5555555556vw, 2rem);
  line-height: 1;
  font-weight: 700;
}
.p-numbers__off-rank-item .txt_contents {
  display: block;
  margin-top: clamp(8px, 1.3333333333vw, 12px);
  font-size: clamp(1.5rem, 1.875vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
}

.p-numbers__off-contents dt {
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}
.p-numbers__off-contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  word-break: break-all;
}
.p-numbers__off-contents ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px 48px;
}
.p-numbers__off-contents ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-numbers__off-contents ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-numbers__off-contents ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p-numbers__off-contents ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-numbers__off-contents ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-numbers__off-contents ul i {
  display: block;
}
.p-numbers__off-contents ul i svg {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(16px, 2.2222222222vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-numbers__off-contents ul + dd {
  margin-top: clamp(8px, 1.3333333333vw, 12px);
}
.p-numbers__box--off {
  padding-left: clamp(40px, 5vw, 80px);
  padding-right: clamp(40px, 3.25vw, 52px);
}
@media screen and (max-width: 600px) {
  .p-numbers__box--off {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.p-numbers__event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 8px 48px;
  margin-top: clamp(32px, 2.25vw, 36px);
}

.p-numbers__event > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-numbers__event > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-numbers__event > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 900px) {
  .p-numbers__event {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-numbers__event {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-numbers__event li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  word-break: break-all;
}
.p-numbers__event li i {
  display: block;
  width: clamp(16px, 2.2222222222vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-numbers__event li i svg {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(16px, 2.2222222222vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-numbers__event li i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-numbers__event li + dd {
  margin-top: clamp(8px, 1.3333333333vw, 12px);
}

.p-numbers__good-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(6px, 1.25vw, 16px);
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
.p-numbers__good-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: clamp(6px, 0.9375vw, 12px) clamp(16px, 1.875vw, 24px);
  border-radius: 30px;
  text-align: center;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.p-numbers__good-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.p-numbers__good-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7.5px 3.8px 0 3.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 450px) {
  .p-numbers__good-list li {
    margin-bottom: 6px;
    gap: 6px;
  }
  .p-numbers__good-list li::before {
    border-width: 6px 6px 0 0;
  }
  .p-numbers__good-list li::after {
    border-width: 1.2px 1.2px 0 0;
  }
}
.p-numbers__good-list li:nth-of-type(3n + 1) {
  background-color: #0250E8;
}
.p-numbers__good-list li:nth-of-type(3n + 1)::before {
  border-color: #0250E8 transparent transparent;
}
.p-numbers__good-list li:nth-of-type(3n + 1)::after {
  border-color: #0250E8 transparent transparent;
}
.p-numbers__good-list li:nth-of-type(3n + 2) {
  background-color: #169EFF;
}
.p-numbers__good-list li:nth-of-type(3n + 2)::before {
  border-color: #169EFF transparent transparent;
}
.p-numbers__good-list li:nth-of-type(3n + 2)::after {
  border-color: #169EFF transparent transparent;
}
.p-numbers__good-list li:nth-of-type(3n) {
  background-color: #084B9D;
}
.p-numbers__good-list li:nth-of-type(3n)::before {
  border-color: #084B9D transparent transparent;
}
.p-numbers__good-list li:nth-of-type(3n)::after {
  border-color: #084B9D transparent transparent;
}
.p-numbers__good-list.js-trigger li {
  opacity: 0;
}
.p-numbers__good-list.js-trigger._on li {
  opacity: 1;
  -webkit-animation: poyon 0.6s both;
          animation: poyon 0.6s both;
}
.p-numbers__good-list.js-trigger._on li:nth-of-type(4n + 1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-numbers__good-list.js-trigger._on li:nth-of-type(4n + 2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-numbers__good-list.js-trigger._on li:nth-of-type(4n + 3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p-numbers__good-list.js-trigger._on li:nth-of-type(4n + 4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.p-numbers__good-image {
  max-width: 458px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.p-roadmap + .p-roadmap {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}

.p-roadmap__lead.c-title--lower > span {
  line-height: 1.5;
}

.p-roadmap__step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: clamp(80px, 13.3333333333vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 601px) {
  .p-roadmap__step {
    grid-auto-rows: 1fr;
  }
}
@media screen and (max-width: 900px) {
  .p-roadmap__step {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-roadmap__step-item {
  counter-increment: mycounter;
  background-color: #EFF6FC;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: clamp(32px, 4.4444444444vw, 40px);
  padding-right: clamp(24px, 3.3333333333vw, 30px);
}
.p-roadmap__step-item:not(:last-of-type) {
  position: relative;
}
.p-roadmap__step-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 901px) {
  .p-roadmap__step-item:not(:last-of-type)::after {
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #EFF6FC;
    border-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-roadmap__step-item:not(:last-of-type)::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 20px solid #EFF6FC;
    border-bottom: 0;
  }
}
.p-roadmap__step-item:nth-of-type(3n + 2) .p-roadmap__step-num {
  background-color: #0250E8;
}
@media screen and (min-width: 901px) {
  .p-roadmap__step-item:nth-of-type(3n + 2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.p-roadmap__step-item:nth-of-type(3n) .p-roadmap__step-num {
  background-color: #D90012;
}
@media screen and (min-width: 901px) {
  .p-roadmap__step-item:nth-of-type(3n) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.p-roadmap__step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
  padding-top: clamp(5px, 0.6666666667vw, 6px);
  padding-bottom: clamp(6px, 0.7777777778vw, 7px);
  padding-left: clamp(12px, 1.6666666667vw, 15px);
  padding-right: clamp(18px, 2.2222222222vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #169EFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1;
}
.p-roadmap__step-num small {
  font-size: clamp(1rem, 2.1111111111vw, 1.1875rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-roadmap__step-num::after {
  display: block;
  content: counter(mycounter, decimal-leading-zero);
  font-size: clamp(1.5rem, 3.1111111111vw, 1.75rem);
  line-height: 1;
}

.p-roadmap__step-lead {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-roadmap__step-desc {
  margin-top: 12px;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
}

.p-roadmap__career-lead + p {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
@media screen and (min-width: 901px) {
  .p-roadmap__career-lead + p {
    line-height: 2.25;
  }
}

.p-roadmap__career-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: clamp(64px, 8vw, 72px);
}
@media screen and (min-width: 901px) {
  .p-roadmap__career-list {
    grid-auto-rows: 1fr;
  }
}
@media screen and (max-width: 900px) {
  .p-roadmap__career-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-roadmap__career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 2.8125vw, 36px);
  border: 1px solid #084B9D;
  padding: clamp(32px, 3.125vw, 40px) clamp(24px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .p-roadmap__career-item:nth-of-type(2n) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media screen and (max-width: 900px) {
  .p-roadmap__career-item {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-roadmap__career-catch {
  font-size: clamp(1.25rem, 3.3333333333vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-roadmap__career-catch br {
    display: block;
  }
}

.p-roadmap__career-image {
  aspect-ratio: 500/327;
  width: 100%;
  height: auto;
}
.p-roadmap__career-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff__anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}

.p-staff__anchor > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-staff__anchor > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-staff__anchor > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p-staff__anchor > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.p-staff__anchor > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p-staff__anchor {
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .p-staff__anchor {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-staff__anchor {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-staff__anchor-link {
  display: block;
}
.p-staff__anchor-link figure {
  position: relative;
  overflow: hidden;
}
.p-staff__anchor-link figure img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-staff__anchor-link p {
  color: #fff;
  background-color: #084B9D;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p-staff__anchor-link p {
    font-size: 15px;
    padding: 14px;
  }
}
.p-staff__anchor-link small {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 700;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .p-staff__anchor-link small {
    font-size: 11px;
  }
}
@media (hover: hover) {
  .p-staff__anchor-link:hover {
    opacity: 1;
  }
  .p-staff__anchor-link:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .p-staff__anchor-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-staff__anchor-link:active {
    opacity: 1;
  }
  .p-staff__anchor-link:active img {
    scale: 1.1;
  }
}

.p-staff__flex {
  margin-top: clamp(80px, 10vw, 160px);
}
.p-staff__block + .p-staff__block {
  margin-top: clamp(64px, 7.5vw, 120px);
}

.p-staff__main-pic {
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}

.p-staff__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: clamp(24px, 3.1111111111vw, 28px);
}
@media screen and (max-width: 600px) {
  .p-staff__main-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 16px;
  }
}

.p-staff__main-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  background-color: #084B9D;
  color: #fff;
  padding: 5px 16px 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.1111111111vw, 1.75rem);
}
.p-staff__main-tag small {
  position: relative;
  bottom: 2px;
  font-size: clamp(1rem, 1.8888888889vw, 1.0625rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.p-staff__main-initial {
  font-size: clamp(1.375rem, 2.8888888889vw, 1.625rem);
  line-height: 1;
}
.p-staff__main-initial b {
  font-weight: 700;
}
.p-staff__main-initial small {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}

.p-staff__catch {
  margin-bottom: clamp(48px, 7.1111111111vw, 64px);
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-staff__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(32px, 3.75vw, 48px);
}
.p-staff__feature + .p-staff__feature {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
@media screen and (max-width: 600px) {
  .p-staff__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p-staff__feature-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-staff__feature-body dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: clamp(1.125rem, 2.4444444444vw, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
  color: #084B9D;
}
.p-staff__feature-body dt::before {
  content: "Q.";
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(1.375rem, 3.1111111111vw, 1.75rem);
  line-height: clamp(22px, 2.1875vw, 28px);
}
.p-staff__feature-body dd {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
  font-weight: 400;
}

@media screen and (min-width: 901px) {
  .p-staff__feature-pic {
    -ms-flex-preferred-size: 34.06%;
        flex-basis: 34.06%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-staff__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(24px, 3.125vw, 40px);
  border: 1px solid #084B9D;
  margin-top: clamp(40px, 5.3333333333vw, 48px);
  padding: clamp(28px, 2.5vw, 32px) clamp(32px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .p-staff__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .p-staff__message-pic {
    -ms-flex-preferred-size: 178px;
        flex-basis: 178px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-staff__message-body span {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  background-color: #084B9D;
  padding: 2px 14px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  line-height: 2;
}
.p-staff__message-body p {
  margin-top: clamp(12px, 1.7777777778vw, 16px);
}
@media screen and (min-width: 901px) {
  .p-staff__message-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-message + .p-message {
  margin-top: clamp(64px, 6.5vw, 104px);
}
.p-message .c-title--lower {
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}

.p-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
}
@media screen and (max-width: 900px) {
  .p-message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

@media screen and (min-width: 901px) {
  .p-message__flex-pic {
    -ms-flex-preferred-size: 38.5%;
        flex-basis: 38.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-message__flex-pic {
    max-width: 462px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 901px) {
  .p-message__flex-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-message__lead {
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-message__lead br {
  display: block;
}

@media screen and (min-width: 901px) {
  .p-message__desc {
    line-height: 2.25;
  }
}

.p-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.p-message__name small {
  display: block;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-message__name b {
  display: block;
  font-size: clamp(1.375rem, 3.1111111111vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-message__policy {
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .p-message__policy .-pc {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .p-message__policy .-sp {
    display: none;
  }
}

.p-sdgs + .p-sdgs {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}

.p-sdgs .c-title__lead {
  text-transform: unset;
}

.p-sdgs__desc {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}

.p-sdgs__block {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
  padding: clamp(40px, 4.375vw, 56px) clamp(20px, 4.375vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EFF6FC;
}
.p-sdgs__block + .p-sdgs__block {
  margin-top: 40px;
}

.p-sdgs__block-title {
  color: #084B9D;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
  padding-bottom: clamp(12px, 1.7777777778vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid;
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  .p-sdgs__block-title {
    position: relative;
    padding-left: 48px;
  }
}
.p-sdgs__block-title span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .p-sdgs__block-title span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
  }
}

.p-sdgs__block-list li {
  position: relative;
  padding-left: 1.5em;
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .p-sdgs__block-list li {
    line-height: 2.25;
  }
}
.p-sdgs__block-list li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-sdgs__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 18px;
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}

.p-sdgs__gallery > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-sdgs__gallery > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-sdgs__gallery > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 600px) {
  .p-sdgs__gallery {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-sdgs__gallery-link {
  display: block;
}
@media (hover: hover) {
  .p-sdgs__gallery-link:hover {
    opacity: 1;
  }
  .p-sdgs__gallery-link:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .p-sdgs__gallery-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-sdgs__gallery-link:active {
    opacity: 1;
  }
  .p-sdgs__gallery-link:active img {
    scale: 1.1;
  }
}

.p-sdgs__gallery-pic {
  aspect-ratio: 350/240;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-sdgs__gallery-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-sdgs__pdf {
  margin-top: clamp(40px, 8.8888888889vw, 80px);
}

.p-sdgs__pdf-pic {
  max-width: 495px;
  margin-left: auto;
  margin-right: auto;
}

.p-sdgs__pdf-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(56px, 8.8888888889vw, 80px);
}
.p-sdgs__pdf-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 412px;
  height: clamp(96px, 11.3333333333vw, 102px);
  border: 3px solid #121212;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-sdgs__pdf-btn a b {
  font-size: clamp(1.375rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-sdgs__pdf-btn a i svg {
  display: block;
  width: 22px;
  height: 28px;
}
.p-sdgs__pdf-btn a i path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-sdgs__pdf-btn a:hover {
    opacity: 1;
    background-color: #D90012;
    border-color: #D90012;
    color: #fff;
  }
  .p-sdgs__pdf-btn a:hover path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p-sdgs__pdf-btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-sdgs__pdf-btn a:active {
    opacity: 1;
    background-color: #D90012;
    border-color: #D90012;
    color: #fff;
  }
  .p-sdgs__pdf-btn a:active path {
    fill: #fff;
  }
}

.p-outline + .p-outline {
  margin-top: clamp(64px, 8.8888888889vw, 80px);
}

.p-outline table {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
  border-top: 1px solid #CCCCCC;
}

.p-outline table tr th,
.p-outline table tr td {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: clamp(20px, 1.875vw, 24px) clamp(20px, 2.5vw, 32px);
}
@media screen and (max-width: 900px) {
  .p-outline table tr th,
  .p-outline table tr td {
    display: block;
  }
}

.p-outline table tr th {
  background-color: #F6F6F6;
  width: 248px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .p-outline table tr th {
    width: 100%;
  }
}

.p-outline table tr td {
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 1.75;
}

.p-outline__link {
  color: #084B9D;
  text-decoration: underline;
}

.p-access {
  margin-top: clamp(64px, 8.8888888889vw, 80px);
}

.p-access__flex {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}

.p-access__block + .p-access__block {
  margin-top: clamp(64px, 8.8888888889vw, 80px);
}

.p-access__map {
  margin-top: 32px;
}
.p-access__map iframe {
  width: 100%;
}

.p-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
@media screen and (max-width: 600px) {
  .p-access__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-access__info-image {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 601px) {
  .p-access__info-image {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-access__info-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 601px) {
  .p-access__info-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-access__lead {
  border-left: 5px solid #084B9D;
  padding-left: clamp(12px, 1.7777777778vw, 16px);
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-access__address {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}

.p-contact h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}
.p-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .p-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.p-contact_tab {
  position: relative;
  width: 296px;
  color: #121212;
  background: #EFF6FC;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.p-contact_tab.active {
  color: #fff;
  background: #084B9D;
}
@media screen and (min-width: 829px) {
  .p-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_tab {
    line-height: 34px;
  }
}
.p-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .p-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_count {
    left: 8px;
  }
}
.p-contact_line {
  display: block;
  height: 1px;
  background: #121212;
}
@media screen and (min-width: 829px) {
  .p-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p-policy dd {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}
.p-policy dd a.link {
  color: #084B9D;
}
.p-policy dd + dt {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #121212;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: clamp(8px, 1.1111111111vw, 10px);
}
.p-policy dd + dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-policy dd + dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.p-policy__block + .p-policy__block {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}

.p-policy__list li {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-policy__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-policy-declaration__box {
  border: 1px solid #CCCCCC;
  padding: clamp(24px, 3.75vw, 48px);
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
.p-policy-declaration__box p {
  margin-top: clamp(12px, 1.7777777778vw, 16px);
  text-align: right;
}

.p-policy-declaration__list li {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: mycounter;
}
.p-policy-declaration__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(mycounter);
}

.p-notfound_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.p-notfound_head p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(2rem, 8.8888888889vw, 5rem);
  line-height: 1.5;
  color: #CCCCCC;
  text-transform: uppercase;
}
.p-notfound_head h1 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
}
.p-notfound_menu {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
.p-notfound_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 32px;
  max-width: 732px;
  margin: auto;
}
.p-notfound_menu li {
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.p-notfound_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
}
.p-notfound_txt {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
}
.p-notfound {
  margin-top: clamp(64px, 7.5vw, 120px);
}

.p-notfound__bread {
  margin-top: clamp(24px, 7.1111111111vw, 64px);
}

.p-notfound_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(64px, 8.8888888889vw, 80px);
}
.p-notfound_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 64px;
  font-size: 16px;
  background-color: #084B9D;
  color: #fff;
}
.p-notfound_btn a b {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-notfound_btn a {
    width: 240px;
    height: 56px;
  }
}
@media (hover: hover) {
  .p-notfound_btn a:hover {
    opacity: 1;
    background-color: #D90012;
  }
}
@media (hover: none) {
  .p-notfound_btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-notfound_btn a:active {
    opacity: 1;
    background-color: #D90012;
  }
}

.p-news._l .p-news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4F4F4;
}
.p-news._l .p-news_link + .p-news_link {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .p-news._l .p-news_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 32px;
  }
}
@media screen and (max-width: 450px) {
  .p-news._l .p-news_link {
    padding: 20px;
    gap: 20px;
  }
}
@media (hover: hover) {
  .p-news._l .p-news_link:hover {
    opacity: 1;
  }
  .p-news._l .p-news_link:hover time {
    color: #D90012;
  }
  .p-news._l .p-news_link:hover .-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    background-color: #D90012;
  }
  .p-news._l .p-news_link:hover .-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .p-news._l .p-news_link:hover .-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (hover: none) {
  .p-news._l .p-news_link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-news._l .p-news_link:active {
    opacity: 1;
  }
  .p-news._l .p-news_link:active time {
    color: #D90012;
  }
  .p-news._l .p-news_link:active .-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    background-color: #D90012;
  }
  .p-news._l .p-news_link:active .-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .p-news._l .p-news_link:active .-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-news._l .-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-news._l .-inner {
    display: contents;
  }
}
.p-news._l .p-news_pic {
  width: 100%;
  height: auto;
  aspect-ratio: 240/160;
}
@media screen and (min-width: 901px) {
  .p-news._l .p-news_pic {
    width: clamp(200px, 26.6666666667vw, 240px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-news._l .p-news_pic {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-news._l .p-news_pic img {
  width: 100%;
  height: 100%;
}
.p-news._l .p-news_pic.is-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news._l .p-news_pic.is-contain {
  background-color: #fff;
}
.p-news._l .p-news_pic.is-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news._l .p-news_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-news._l time {
  display: block;
  color: #084B9D;
  margin-bottom: clamp(5px, 1.1111111111vw, 10px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-news._l h2 {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-news._l .cm-list_archive {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.p-news._l .-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(28px, 4vw, 36px);
  height: auto;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news._l .-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #084B9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news._l .-arrow svg {
  position: absolute;
  aspect-ratio: 11/9;
  width: clamp(9px, 1.2222222222vw, 11px);
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news._l .-arrow svg:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-news._l .-arrow svg:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.p-news._s .p-news_inner {
  background-color: #F4F4F4;
  padding-top: clamp(40px, 6.875vw, 88px);
  padding-bottom: clamp(40px, 6.875vw, 88px);
  padding-left: clamp(20px, 7.5vw, 96px);
  padding-right: clamp(20px, 7.5vw, 96px);
}
.p-news._s time {
  display: block;
  color: #084B9D;
  margin-bottom: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-news._s h2 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-news._s .p-news_contents {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
}
.p-news._s .p-news_contents p {
  line-height: 2;
}
.p-news._s .p-news_contents a {
  text-decoration: underline;
  color: #084B9D;
}
.p-news._s .p-news_btn {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news._s .p-news_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: clamp(260px, 23.4375vw, 300px);
  height: clamp(56px, 5vw, 64px);
  background-color: #084B9D;
  color: #fff;
  padding-left: clamp(26px, 4.4444444444vw, 40px);
  padding-right: clamp(26px, 4.4444444444vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news._s .p-news_btn a b {
  font-weight: 700;
}
@media (hover: hover) {
  .p-news._s .p-news_btn a:hover {
    opacity: 1;
    background-color: #D90012;
  }
}
@media (hover: none) {
  .p-news._s .p-news_btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-news._s .p-news_btn a:active {
    opacity: 1;
    background-color: #D90012;
  }
}