@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* base color */
/* origin 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;
}

.-en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.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;
  }
}

@media screen and (min-width: 1201px) {
  .f-strength .c-title_corporate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.f-strength_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .f-strength_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1201px) {
  .f-strength_side .-inner {
    padding-top: clamp(120px, 24vw, 216px);
  }
}
.f-strength_side .-inner h3 {
  color: #2A348F;
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
}
.f-strength_side .-inner p {
  margin-top: 32px;
  font-size: clamp(0.9375rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .f-strength_side .-inner p {
    line-height: 2;
  }
}

.f-business {
  margin-top: 160px;
}
.f-business_side {
  position: relative;
  z-index: 1;
  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: clamp(40px, 7vw, 112px);
}
@media screen and (min-width: 1201px) {
  .f-business_side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.f-business .-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 4.5vw, 72px);
}
@media screen and (min-width: 901px) {
  .f-business .-inner {
    padding-top: clamp(40px, 8vw, 72px);
    -ms-flex-preferred-size: 82.21%;
        flex-basis: 82.21%;
  }
}
@media screen and (max-width: 900px) {
  .f-business .-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-business .-inner .f-business_media {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 901px) {
  .f-business .-inner .f-business_media {
    display: block;
    position: relative;
    aspect-ratio: 600/930;
    width: 52.13%;
    height: auto;
  }
  .f-business .-inner .f-business_media img {
    border-radius: 0 8px 8px 0;
  }
}
.f-business .-inner .f-business_pic {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.f-business .-inner .f-business_pic.active {
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .f-business .-inner .-contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.f-business .-inner .-contents .c-accordion {
  counter-increment: mycounter;
}
.f-business .-inner .-contents .-dtit b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.f-business .-inner .-contents .-dtit b::before {
  content: counter(mycounter, decimal-leading-zero);
  color: #2A348F;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.f-business .-inner .-contents .-data figure {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
}
.f-business .-inner .-contents .-data figure img {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .f-business .-inner .-contents .-data figure {
    display: none;
  }
}

.f-works {
  position: relative;
  background-color: #2A348F;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .f-works {
    top: -136px;
    margin-bottom: -136px;
    padding-top: clamp(120px, 15.1111111111vw, 136px);
  }
}
@media screen and (max-width: 900px) {
  .f-works {
    margin-top: 120px;
  }
}
.f-works .c-title_corporate {
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}
.f-works .c-title_corporate h2::before {
  background-color: #fff;
}
.f-works .c-title_corporate p {
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .f-works .c-title_corporate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.f-works_inner {
  padding-top: clamp(120px, 17.7777777778vw, 160px);
  padding-bottom: 120px;
}
.f-works_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .f-works_side {
    gap: clamp(56px, 5.625vw, 72px);
  }
}
@media screen and (max-width: 900px) {
  .f-works_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .f-works_side .-inner {
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .f-works_side .-inner {
    -ms-flex-preferred-size: 34.29%;
        flex-basis: 34.29%;
  }
}
@media screen and (max-width: 900px) {
  .f-works_side .-inner {
    display: contents;
  }
}
.f-works_side .-box {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .f-works_side .-box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.f-works_side .-box dt,
.f-works_side .-box dd {
  font-size: 15px;
  line-height: 1.8;
}
.f-works_side .-box dt {
  font-weight: 700;
}
.f-works_side .-box dd {
  font-weight: 400;
}
.f-works_side .-box dd + dt {
  margin-top: 1em;
}
.f-works_side .f-works_slider {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .f-works_side .f-works_slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .f-works_side .f-works_slider {
    margin: 56px -40px 0;
    width: 100vw;
  }
}
@media screen and (max-width: 450px) {
  .f-works_side .f-works_slider {
    margin: 56px -20px 0;
  }
}
@media screen and (min-width: 901px) {
  .f-works_slider {
    padding-top: clamp(80px, 12.8888888889vw, 116px);
  }
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  .f-works_slider {
    margin-right: -40px;
  }
}
.f-works_slider .-pic {
  border-radius: 8px;
  overflow: hidden;
}
.f-works_slider .-pic img {
  margin: 0;
}
.f-works .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .f-works .swiper-button {
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .f-works .swiper-button {
    padding: 0 20px;
  }
}
.f-works .swiper-button-prev, .f-works .swiper-button-next {
  display: block;
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  margin: unset;
  inset: unset;
  aspect-ratio: 56/32;
  width: 56px;
  height: auto;
}
.f-works .swiper-button-prev::after, .f-works .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("../images/icon/icon_arrow_swiper.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  aspect-ratio: 20/10;
  width: 20px;
  height: auto;
}
.f-works .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}

.f-equipment {
  position: relative;
  margin-top: clamp(120px, 13.3333333333vw, 160px);
}
@media screen and (min-width: 901px) {
  .f-equipment {
    padding-bottom: 438px;
  }
}
.f-equipment_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .f-equipment_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .f-equipment_side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.f-equipment .-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .f-equipment .-inner {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .f-equipment .-inner .-single {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .f-equipment .-inner .-table {
    display: none;
  }
}
.f-equipment table th,
.f-equipment table td {
  padding: 12px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-equipment table th {
  text-align: center;
  background-color: #6676A4;
  color: #fff;
}
.f-equipment table th:nth-of-type(1) {
  width: 29.5652173913%;
}
@media screen and (max-width: 450px) {
  .f-equipment table th:nth-of-type(1) {
    width: 136px;
  }
}
.f-equipment table th:nth-of-type(2) {
  width: auto;
}
@media screen and (max-width: 450px) {
  .f-equipment table th:nth-of-type(2) {
    width: 248px;
  }
}
.f-equipment table th:nth-of-type(3) {
  width: 15.652173913%;
}
@media screen and (max-width: 450px) {
  .f-equipment table th:nth-of-type(3) {
    width: 72px;
  }
}
.f-equipment table td {
  background-color: #F0F6FF;
}
.f-equipment .-bg {
  position: relative;
}
@media screen and (min-width: 901px) {
  .f-equipment .-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.f-equipment .-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
}

.f-company {
  margin-top: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(80%, rgb(235, 243, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 243, 255) 80%);
}
@media screen and (min-width: 1201px) {
  .f-company .c-title_corporate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.f-company .-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.f-company .-head h3 {
  background-color: #2A348F;
  color: #fff;
  padding: 8px 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
}
.f-company .-head small {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.f-company_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .f-company_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-company_side .-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 6.25vw, 80px);
}
@media screen and (min-width: 1201px) {
  .f-company_side .-inner {
    padding-top: clamp(120px, 16vw, 144px);
    -ms-flex-preferred-size: 82.17%;
        flex-basis: 82.17%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .f-company_side .-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.f-company_side .-inner > figure {
  width: clamp(253px, 34vw, 306px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.f-company_side .-inner > figure img {
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .f-company_side .-inner .-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.f-company_side .-text h4 {
  color: #2A348F;
  font-size: clamp(1.25rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
}
.f-company_side .-text p {
  margin-top: 32px;
}
.f-company_side .-info {
  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: 8px;
}
.f-company_side .-info p {
  font-size: 16px;
  font-weight: 500;
}
.f-company_side .-info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.f-company_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: clamp(64px, 7.5vw, 120px);
}
@media screen and (max-width: 900px) {
  .f-company_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-company_table th,
.f-company_table td {
  padding: 24px;
  background: unset;
  border: none;
}
@media screen and (max-width: 900px) {
  .f-company_table th,
  .f-company_table td {
    display: block;
    padding: 16px;
  }
}
.f-company_table th {
  width: 128px;
  border-bottom: 1px solid #2A348F;
}
@media screen and (max-width: 900px) {
  .f-company_table th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.f-company_table td {
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 900px) {
  .f-company_table td {
    width: 100%;
    padding-top: 0;
  }
}
.f-company_table .-content {
  position: relative;
  width: 56.67%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .f-company_table .-content {
    width: 100%;
  }
}
.f-company_table .-content_inner {
  padding: clamp(24px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: clamp(24px, 4.8888888889vw, 44px);
  overflow-y: scroll;
  height: 570px;
}
@media screen and (max-width: 900px) {
  .f-company_table .-content_inner {
    height: 480px;
  }
}
.f-company_table .-content_inner::-webkit-scrollbar {
  width: 3px;
}
.f-company_table .-content_inner::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
}
.f-company_table .-content.-history {
  padding-right: 0;
}
.f-company_table .-content.-history::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  width: 17.65%;
  height: 100%;
  background: linear-gradient(275deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 900px) {
  .f-company_table .-content.-history::after {
    width: 80px;
  }
}
@media screen and (min-width: 901px) {
  .f-company_table .-content.-overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28.07%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .f-company_table .-content.-overview.is-show::before {
    opacity: 1;
  }
}
.f-company_table .-content.-overview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28.07%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.f-company .history-contents {
  position: relative;
  border-top: 2px solid #E2E2E2;
}
.f-company .history-contents_wrap {
  margin-top: 24px;
  padding-top: clamp(64px, 8.8888888889vw, 80px);
  overflow: hidden;
}
.f-company .history-contents .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-company .history-contents .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.f-company .history-contents .arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.f-company .history-contents .swiper-button-prev, .f-company .history-contents .swiper-button-next {
  display: block;
  position: relative;
  background-color: #2A348F;
  border: none;
  border-radius: 4px;
  margin: unset;
  inset: unset;
  aspect-ratio: 56/32;
  width: 56px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-company .history-contents .swiper-button-prev::after, .f-company .history-contents .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("../images/icon/icon_arrow_swiper.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  aspect-ratio: 20/10;
  width: 20px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .f-company .history-contents .swiper-button-prev:hover, .f-company .history-contents .swiper-button-next:hover {
    background-color: #F0F6FF;
  }
  .f-company .history-contents .swiper-button-prev:hover::after, .f-company .history-contents .swiper-button-next:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(87%) saturate(1938%) hue-rotate(223deg) brightness(93%) contrast(91%);
            filter: brightness(0) saturate(100%) invert(16%) sepia(87%) saturate(1938%) hue-rotate(223deg) brightness(93%) contrast(91%);
  }
}
@media (hover: none) {
  .f-company .history-contents .swiper-button-prev, .f-company .history-contents .swiper-button-next {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-company .history-contents .swiper-button-prev:active, .f-company .history-contents .swiper-button-next:active {
    background-color: #F0F6FF;
  }
  .f-company .history-contents .swiper-button-prev:active::after, .f-company .history-contents .swiper-button-next:active::after {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(87%) saturate(1938%) hue-rotate(223deg) brightness(93%) contrast(91%);
            filter: brightness(0) saturate(100%) invert(16%) sepia(87%) saturate(1938%) hue-rotate(223deg) brightness(93%) contrast(91%);
  }
}
.f-company .history-contents .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}
.f-company .history-item {
  width: clamp(240px, 35.5555555556vw, 320px);
  padding-right: clamp(24px, 2.5vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 23px;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.f-company .history-item .-lead {
  position: absolute;
  top: 7px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.f-company .history-item .-lead .-seireki {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #2A348F;
}
.f-company .history-item .-lead .-seireki::after {
  content: "年";
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  display: inline-block;
  color: #333;
}
.f-company .history-item .-lead::after {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  background: #2A348F;
  border-radius: 50%;
  display: block;
  position: relative;
  left: 16px;
}
.f-company .history-item .-lead small {
  font-size: 16px;
}
.f-company .history-item .-detail {
  width: 100%;
  background: #F0F6FF;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: clamp(6px, 0.625vw, 8px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
}

.f-join-us {
  position: relative;
  padding-top: clamp(172px, 22.2222222222vw, 200px);
  padding-bottom: 332px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .f-join-us::before {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    width: 55.5vw;
    height: auto;
    border-radius: 50%;
    background-image: radial-gradient(#ffffff, transparent);
    mix-blend-mode: soft-light;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.f-join-us .f-join-us_inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 501px) {
  .f-join-us .f-join-us_inner {
    text-align: center;
  }
}
.f-join-us .f-join-us_inner p {
  color: #1CA0FF;
  font-family: "Poppins", sans-serif;
  font-size: clamp(4.75rem, 17.7777777778vw, 10rem);
  font-weight: 500;
  line-height: 1;
}
.f-join-us .f-join-us_inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: clamp(28px, 4.4444444444vw, 40px);
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.1;
}
.f-join-us .f-join-us_inner h2::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #1CA0FF;
  border-radius: 50%;
}
@media screen and (min-width: 501px) {
  .f-join-us .f-join-us_inner h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.f-join-us .f-join-us_inner h3 {
  margin-top: 20px;
  font-size: clamp(2rem, 4.4444444444vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.f-join-us .f-join-us_inner h3 br {
  display: block;
}
@media screen and (max-width: 450px) {
  .f-join-us .f-join-us_inner h3 {
    margin-top: 32px;
  }
}
.f-join-us .-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.f-join-us .-bg img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 450px) {
  .f-join-us .-bg img:nth-of-type(1) {
    display: none;
  }
}
.f-join-us .-bg img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 450px) {
  .f-join-us .-bg img:nth-of-type(2) {
    display: block;
  }
}
.f-join-us .-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.71%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 245, 255)), to(rgba(239, 245, 255, 0)));
  background: linear-gradient(180deg, rgb(239, 245, 255) 0%, rgba(239, 245, 255, 0) 100%);
}
.f-join-us .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(24px, 4.4444444444vw, 40px);
}
@media screen and (max-width: 450px) {
  .f-join-us .-btn {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.f-join-us .-btn a {
  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;
  width: 100%;
  max-width: 264px;
  height: 48px;
  background-color: #1CA0FF;
  color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 8px 8px 16px;
}
@media (hover: hover) {
  .f-join-us .-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #333;
  }
  .f-join-us .-btn a:hover i {
    background-color: #1CA0FF;
  }
  .f-join-us .-btn a:hover path {
    fill: #fff;
  }
}
@media (hover: none) {
  .f-join-us .-btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-join-us .-btn a:active {
    opacity: 1;
    background-color: #fff;
    color: #333;
  }
  .f-join-us .-btn a:active i {
    background-color: #1CA0FF;
  }
  .f-join-us .-btn a:active path {
    fill: #fff;
  }
}
.f-join-us .-btn i {
  position: relative;
  width: 56px;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-join-us .-btn i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  width: 20px;
  height: 10px;
}
.f-join-us .-btn i svg {
  aspect-ratio: 1/1;
  width: clamp(15px, 2.3333333333vw, 21px);
  height: auto;
}
.f-join-us .-btn i path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #1CA0FF;
}