@charset "UTF-8";
.heading {
  color: #272727;
  letter-spacing: 0.75px;
}
.heading-l {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 72px;
}
.heading-m {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 64px;
}
.heading-m .small-text {
  font-size: 3rem;
  letter-spacing: 0.75px;
}
.heading-deco::before {
  position: absolute;
  top: max(-3vw, -20px);
  left: -40px;
  width: min(21vw, 140px);
  height: min(21vw, 140px);
  content: "";
  background-image: url(./../img/common/deco_01.png);
  background-size: contain;
}

.border-t {
  border-top: 1px solid #272727;
  padding-top: 24px;
  text-align: left;
}
.border-t.heading-m, .border-t.heading-l {
  font-family: "Futura", sans-serif;
  font-size: 3rem;
  font-weight: 500;
}
.border-t .small-text {
  font-size: 1.5rem;
  font-weight: 400;
}
.border-b {
  display: flex;
  position: relative;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.border-b::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #272727;
  margin-top: 8px;
}
.border-b.heading-deco {
  margin-left: 40px;
}
.border-b.heading-deco::after {
  width: calc(100% + 40px);
  margin-left: -40px;
}

.row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.row-col2 {
  --gap-x: 32px;
  --gap-y: 32px;
  gap: var(--gap-y) var(--gap-x);
}
.row-col2 .col {
  width: calc((100% - var(--gap-x)) / 2);
}
.row-col3 {
  --gap-x: 15px;
  --gap-y: 15px;
  gap: var(--gap-y) var(--gap-x);
}
.row-col3 .col {
  width: calc((100% - var(--gap-x) * 2) / 3);
}
.row-col4 {
  --gap-x: 32px;
  --gap-y: 32px;
  gap: var(--gap-y) var(--gap-x);
}
.row-col4 .col {
  width: calc((100% - var(--gap-x) * 3) / 4);
}
.row-col5 {
  --gap-x: 32px;
  --gap-y: 64px;
  gap: var(--gap-y) var(--gap-x);
}
.row-col5 .col {
  width: calc((100% - var(--gap-x) * 4) / 5);
}
.row-center {
  justify-content: center !important;
}

.card, .card-2, .card-3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.card-2 .card-content {
  grid-template-rows: auto auto 1fr;
}
.card-2 .card-txt {
  padding-bottom: 0;
}
.card-3-ttl {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.75px;
}
.card-3-ttl::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  content: "";
  background: #128580;
  border-radius: 50%;
  transform: translateY(-50%);
}
.card-3-catch {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.75px;
}
.card-3-catch span {
  color: #128580;
  font-family: "Hiragino Kaku Gothic ProN" sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.75px;
}
.card-content {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  height: 100%;
}
.card-sub-ttl {
  font-family: "Futura";
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.75px;
  color: #272727;
  margin-bottom: 4px;
}
.card-ttl {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #128580;
  padding-bottom: 8px;
}
.card-txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.75px;
  padding-bottom: 8px;
}
.card-link {
  font-family: "Futura";
  font-size: 1rem;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: #272727;
  margin-top: auto;
}
.card-link span {
  width: 43px;
  height: 43px;
  position: relative;
  background-color: #272727;
  border-radius: 100%;
}
.card-link span::after {
  content: "";
  width: 5.733px;
  height: 10.75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.card-link-p {
  position: relative;
}
.card-link-p span {
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 8px solid #272727;
}

.article-card {
  display: flex;
}
.article-card-link {
  display: flex !important;
  gap: 25px;
  flex-direction: column;
}
.article-card-img {
  position: relative;
}
.article-card-img::before {
  display: block;
  padding-top: 72%;
  content: "";
}
.article-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f7f7f7;
}
.article-card-desc {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  row-gap: 20px;
  column-gap: 10px;
}
.article-card-desc .btn {
  margin-left: auto;
  margin-top: auto;
}
.article-card-ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.article-card-ttl h3 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 6px;
  font-size: var(--fz24);
  font-family: "Noto Sans JP";
  font-weight: 300;
}
.article-card-ttl h3::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  content: "";
  background: #128580;
  border-radius: 50%;
  transform: translateY(-50%);
}
.article-card-ttl span {
  color: #128580;
  font-weight: 300;
}
.article-card-catch {
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

.link.arrow-r {
  position: relative;
}
.link.arrow-r::before {
  content: "";
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 100%;
}
.link.arrow-r::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent white;
}

.content-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 64px;
  width: min(764px, 100%);
  margin: 0 auto;
}
.content-nav a {
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.75px;
  color: #272727;
  border-bottom: 1px solid #272727;
  padding: 0 17px 8px 0;
}
.content-nav a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #272727;
  border-bottom: none;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.eyecatch-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
.eyecatch-item {
  font-family: "Noto Sans JP";
  font-size: 1.69rem;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.75px;
  text-align: center;
  position: relative;
  color: #FFF;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid #FFF;
  border-radius: 9999px;
  padding: 10px 40px 13px 24px;
}
.eyecatch-item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 4px solid #fff;
  transform: translateY(-50%);
}
.eyecatch-item:hover {
  color: #128580;
  background: #fff;
}
.eyecatch-item:hover::after {
  border-left: 4px solid #128580;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .heading-l {
    font-size: 3rem;
    margin-bottom: 48px;
  }
  .heading-m {
    font-size: 2.6rem;
    padding-bottom: 12px;
    margin-bottom: 40px;
  }
  .heading-m .small-text {
    font-size: 1.8rem;
  }
  .heading.heading-deco {
    font-size: 2.4rem !important;
  }
  .border-b.heading-deco {
    margin-left: 7px;
  }
  .row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .row-col2 {
    gap: 56px;
  }
  .row-col2 .col {
    width: 100%;
  }
  .row-col3 {
    gap: 32px;
  }
  .row-col3 .col {
    width: 100%;
  }
  .row-col4 {
    gap: 32px;
  }
  .row-col4 .col {
    width: 100%;
  }
  .row-col5 {
    gap: 32px;
  }
  .row-col5 .col {
    width: 100%;
  }
  .card {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .card-2 {
    display: flex;
    flex-direction: row;
  }
  .card-2 .card-thumbnail {
    width: clamp(100px, 27.78vw, 100%);
    padding-right: 20px;
  }
  .card-2 .card-link span {
    width: 30px;
    height: 30px;
  }
  .card-2 .card-link span::after {
    width: 4px;
    height: 7.5px;
  }
  .card-2 .card-link-p {
    width: 100%;
    padding-right: 22px;
  }
  .card-2 .card-link-p span {
    display: block;
    position: absolute;
    top: 15%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 8px solid #272727;
  }
  .content-nav-list {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    width: min(360px, 100%);
    margin: 0 auto;
  }
  .eyecatch-list {
    flex-direction: row;
    gap: 16px 8px;
    margin-top: 24px;
  }
  .eyecatch-item {
    font-size: 1.2rem;
    width: calc(50% - 8px);
    padding: 8px 20px 10px 24px;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .related .heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 6px;
    margin-bottom: 48px;
  }
}
/* =======================================- */
/* ▼▼▼　TOP
/* =======================================- */
.top-desc {
  font-family: "Noto Serif JP";
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.75px;
  text-align: center;
  margin-bottom: 72px;
}
.top-solutions {
  padding: 100px min(9vw, 130px) 96px;
  margin: 0 auto;
}
.top-solutions .row {
  margin-bottom: 60px;
}
.top-solutions .row-col3 {
  --gap-y: 72px;
  --gap-x: 32px;
}
.top-solutions .btn {
  margin: 0 auto;
}
.top-solutions .card-ttl {
  font-size: 2.2rem;
}
.top-solutions .card-sub-ttl {
  font-size: 1rem;
}
.top-choosing {
  background: #F7F7F7;
  padding: 120px 0 192px;
}
.top-choosing--catch {
  margin-bottom: min(16vw, 120px);
  font-family: "Noto Serif JP", serif;
  font-size: var(--fz42);
  text-align: center;
}
.top-choosing--desc .ttl-sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.75px;
  margin-bottom: 24px;
}
.top-choosing--desc .ttl-sub + p {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
}
.top-choosing--desc p + .btn {
  margin-top: 70px;
}
.top-choosing--desc:hover + .top-choosing--img::after {
  opacity: 1;
}
.top-choosing--img {
  position: relative;
  margin-right: max(-9vw, -180px);
}
.top-choosing--img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(18, 133, 128, 0.16);
  opacity: 0;
  transition: 0.3s ease-out;
}
.top-choosing--img:hover::after {
  opacity: 1;
}
.top-choosing--img img {
  width: 100%;
}
.top-choosing section:not(:last-child) {
  margin-bottom: min(8vw, 80px);
}
.top-choosing section .container {
  display: flex;
  flex-wrap: wrap-reverse;
  row-gap: 50px;
  column-gap: min(3.5vw, 70px);
  align-items: center;
  width: min(1200px + min(18vw, 360px), 100%);
  padding: 0 min(9vw, 180px);
}
.top-choosing section:nth-of-type(2) .container {
  flex-direction: row-reverse;
}
.top-choosing section:nth-of-type(2) .top-choosing--img {
  margin-right: 0;
  margin-left: max(-9vw, -180px);
}
.top_aboutus .ttl_section span {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.top_aboutus .u-txt_break {
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.75px;
}
.top-careers {
  padding: 120px 0;
}
.top-careers .top-desc {
  text-align: center;
}
.top-careers .row {
  margin-top: 72px;
}
.top-careers .card {
  gap: 24px;
}
.top-careers .card-sub-ttl, .top-careers .card-ttl {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.top-careers .card-sub-ttl {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 38.4px;
  margin-bottom: 5px;
}
.top-careers .card-ttl {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 16px;
}
.top-careers .card-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.top .ttl_section.-fz42 > span {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 50.4px;
  letter-spacing: 0.75px;
}

@media (min-width: 768px) {
  .top-choosing section .container > div {
    flex: 1;
    min-width: 400px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media (max-width: 767px) {
  .top-desc {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 48px;
  }
  .top-solutions {
    padding: 0;
    margin: 0;
  }
  .top-solutions .container {
    padding: 82px min(2vw, 20px) 86px;
    margin: 0 auto;
  }
  .top-solutions .heading-l {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 8px;
  }
  .top-solutions .row {
    margin-bottom: 48px;
  }
  .top-solutions .row-col3 {
    --gap-y: 32px;
  }
  .top-solutions .row .card-2 .card-thumbnail, .top-solutions .row .card-2 .card-content {
    width: calc((100% - 16px) / 2);
  }
  .top-solutions .row .card-2 .card-ttl {
    font-size: 1.8rem;
  }
  .top-solutions .row .card-2 .card-sub-ttl {
    font-size: 1rem;
  }
  .top-choosing {
    background: #F7F7F7;
    padding: 77px 0 36px;
  }
  .top_aboutus .u-txt_break {
    font-size: 2rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.54px;
  }
  .top_aboutus .ttl_section span {
    font-size: 2.45rem;
  }
  .top-careers {
    padding: 103px 0;
  }
  .top .ttl_section.-fz42 > span {
    font-size: 4rem;
  }
}
/* =======================================- */
/* ▼▼▼　about
/* =======================================- */
.header-subtitle {
  font-size: 26px;
  margin-top: 32px;
}
.header-description {
  font-size: 14px;
  margin-top: 16px;
}
.header-btn {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.header-btn a {
  font-size: 16.9px;
  max-height: 50px;
  padding: 10px 24px 13px;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  line-height: 27px;
  background-color: rgba(0, 0, 0, 0.24);
  position: relative;
  cursor: pointer;
  z-index: 999;
}
.header-btn a::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}

.aboutus {
  padding: 80px 0 80px;
}
.aboutus-nav .container {
  width: min(1440px, 100%);
  padding: 0 min(5.56vw, 20px);
}
.aboutus-nav-list {
  width: min(792px, 100%);
}
.aboutus_message {
  padding: 80px 0 80px;
}
.aboutus_message .ttl_section::before {
  content: none;
}
.aboutus_member {
  padding: min(18vw, 135px) 0 min(20vw, 72.5px);
}

.company-company .container {
  width: 70%;
}
.company_investers {
  padding: 42.5px 0 min(15vw, 100px);
}
.company_investers .aboutus_investers--txt {
  width: fit-content;
  margin: auto auto 64px;
  text-align: center;
}
.company_investers .container {
  width: min(1100px, 100%);
  padding: 0;
}
.company_investers .row-col3 {
  --gap-x: 32px;
  --gap-y: 64px;
}
.company_investers .card-sub-ttl {
  font-family: "Noto Sans JP";
  font-size: 12px;
}
.company_investers .card-txt {
  font-family: "Noto Sans JP";
}
.company_access {
  padding: 85px 0 min(15vw, 100px);
}
.company_access .container {
  width: 68.5%;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media (max-width: 767px) {
  .header-subtitle {
    font-size: 16px;
    margin-top: 24px;
  }
  .header-description {
    font-size: 12px;
    margin-top: 8px;
  }
  .header-btn {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }
  .header-btn a {
    font-size: 12px;
    width: 100%;
    padding: 8px 16px 10px;
  }
  .header-btn a::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .company_company .container {
    width: min(1300px, 100%);
  }
  .company_investers .aboutus_investers--txt {
    text-align: left;
    margin: auto auto 40px;
  }
  .company_investers .container {
    width: min(1300px, 100%);
    padding: 0px min(2vw, 20px);
  }
  .company_access .container {
    width: min(1300px, 100%);
  }
}
/* =======================================- */
/* ▼▼▼　solutions
/* =======================================- */
.solutions {
  padding: 80px 0 130px;
}
.solutions .container {
  width: min(1440px, 100%);
  padding: 0 clamp(20px, 20px + (100vw - 1000px) * 60 / 440, 80px);
}
.solutions section + section {
  margin-top: 100px;
}
.solutions-nav .category-nav .card-sub-ttl {
  font-size: 1rem;
  margin-bottom: 8px;
}
.solutions-nav .content-nav + .category-nav {
  margin-top: 80px;
}
.solutions-content .container {
  padding: 0 clamp(20px, 20px + (100vw - 1000px) * 110 / 440, 130px);
}
.solutions-content .solutions {
  padding: min(20vw, 150px) 0;
}
.solutions-content .solutions h2 {
  margin-bottom: min(6vw, 60px);
  font-size: clamp(var(--fz18), 4.2vw, var(--fz42));
  line-height: 1.3;
  color: #0f273d;
}
.solutions-content .solutions--list {
  margin-top: min(10vw, 100px);
}
.solutions-content .solutions--item {
  display: grid;
  grid-template-columns: 1fr 35%;
  column-gap: min(4vw, 80px);
  align-items: center;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.solutions-content .solutions--item + .solutions--item {
  margin-top: 40px;
}
.solutions-content .solutions--content {
  padding: min(12vw, 70px) 0 min(10vw, 50px);
  padding-left: min(2.5vw, 50px);
}
.solutions-content .solutions--content p {
  margin: min(5vw, 55px) 0 min(10vw, 110px);
}
.solutions-content .solutions--content > div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
}
.solutions-content .solutions--content > div.btn {
  margin-left: auto;
}
.solutions-content .solutions--content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 420px;
  font-family: "DIN 2014", "Oswald", "Noto Sans JP", sans-serif;
}
.solutions-content .solutions--content li {
  padding: 2px 20px;
  color: #fff;
  text-align: center;
  background: #128580;
  border-radius: 20px;
}
.solutions-content .solutions--content a {
  flex-shrink: 0;
}
.solutions-content .solutions--content:hover + .solutions--img::after {
  opacity: 1;
}
.solutions-content .solutions--img {
  position: relative;
  flex-shrink: 0;
  height: 100%;
}
.solutions-content .solutions--img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(18, 133, 128, 0.16);
  opacity: 0;
  transition: 0.3s ease-out;
}
.solutions-content .solutions--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions-content .solutions--img:hover::after {
  opacity: 1;
}
.solutions-trackrecord .container {
  padding: 0 clamp(20px, 20px + (100vw - 1000px) * 150 / 440, 170px);
}
.solutions-trackrecord .trackrecord-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 32px;
  padding: 0 70px;
}
.solutions-trackrecord .trackrecord-item {
  max-width: 232px;
  width: 100%;
}
.solutions-purpose {
  background: #F7F7F7;
}
.solutions-purpose .container {
  padding: 80px clamp(20px, 20px + (100vw - 1000px) * 110 / 440, 130px);
}
.solutions-purpose section + section {
  margin-top: 150px;
}
.solutions-purpose .solutions-search {
  margin-top: 150px;
}
.solutions-purpose .solutions-search .container {
  padding: 0 67px;
}
.solutions-purpose .solutions-search .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #272727;
  font-family: "Futura";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.75px;
}
.solutions-purpose .solutions-search .search-form-field {
  position: relative;
  width: min(370px, 100%);
  min-width: 0;
}
.solutions-purpose .solutions-search .search-form-input {
  width: 100%;
  background-color: #FFF;
  border: none;
  border-radius: 9999px;
  padding: 8px 40px 10px 16px;
}
.solutions-purpose .solutions-search .search-form-button {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: initial;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: none;
}
.solutions-purpose .solutions-search .search-form-button span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/theme/img/solutions/search-icon.png");
  background-size: cover;
}
.solutions-purpose .solutions-search .tag {
  padding-top: 48px;
}
.solutions-purpose .solutions-search .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.solutions-purpose .solutions-search .tag-item {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-align: center;
  color: #FFF;
  background-color: #272727;
  cursor: pointer;
  border-radius: 20px;
  padding: 2px 16px 4px;
}

.search {
  margin-bottom: 40px;
  background: #fff !important;
}
.search .solutions-search {
  margin-top: 0;
}
.search .container {
  padding: 0 !important;
}
.search .search-form {
  justify-content: flex-start !important;
}
.search .search-form-field {
  border-radius: 25px;
  border: 1px solid #000;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .solutions {
    padding-top: 56px;
  }
  .solutions .container {
    width: 100%;
    padding: 0 clamp(7px, (100vw - 360px) * 9999, 20px);
  }
  .solutions section + section {
    margin-top: 72px;
  }
  .solutions-nav .content-nav-nav-item:nth-of-type(2) {
    order: 2;
  }
  .solutions-nav .content-nav-nav-item:nth-of-type(4) {
    order: 3;
  }
  .solutions-nav .content-nav + .category-nav {
    margin-top: 56px;
  }
  .solutions-nav .category-nav .card-sub-ttl {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .solutions-nav .category-nav .card-2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #DADADA;
  }
  .solutions-nav .category-nav .row-col5 {
    gap: 24px;
  }
  .solutions-content .solutions--item {
    grid-template-columns: 1fr;
  }
  .solutions-content .solutions--content {
    padding-top: min(11.11vw, 40px);
    padding-right: min(5vw, 18px);
    padding-bottom: min(11.11vw, 40px);
  }
  .solutions-content .solutions--content div {
    flex-direction: column;
    row-gap: 16px;
  }
  .solutions-content .solutions--content ul {
    width: 100%;
  }
  .solutions-content .solutions--content p {
    margin: min(6.67vw, 24px) 0 min(11.11vw, 40px);
  }
  .solutions-content .solutions--img {
    order: -1;
    max-height: min(60vw, 400px);
  }
  .solutions-trackrecord .container {
    padding: 0 7px;
  }
  .solutions-trackrecord .trackrecord-list {
    gap: 16px;
    padding: 0;
  }
  .solutions-trackrecord .trackrecord-item {
    max-width: 100px;
    width: 100%;
  }
  .solutions-purpose {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .solutions-purpose .solutions-search {
    margin-top: 64px;
  }
  .solutions-purpose .solutions-search .container {
    padding: 0 7px;
  }
  .solutions-purpose .solutions-search .search-form {
    flex-direction: column;
    gap: 7px;
  }
  .solutions-cases .card-img {
    width: 100%;
  }
}
/* =======================================- */
/* ▼▼▼　choose
/* =======================================- */
.choose .container {
  width: min(1000px, 100%);
  padding: 0 min(3.9vw, 20px);
}
.choose .ttl_main {
  margin-bottom: clamp(24px, 5.5vw, 40px);
}
.choose .ttl_main span {
  font-family: "Noto Sans JP" !important;
  font-size: clamp(40px, 5vw, var(--fz50));
  color: #128580;
}
.choose .sub-ttl {
  font-family: "Noto Sans JP" !important;
  font-size: clamp(25px, 3vw, var(--fz31));
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
}
.choose h4.ttl_section {
  font-family: "Noto Sans JP" !important;
  font-size: 25px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 30px;
}
.choose .text-link {
  display: inline;
  color: #128580;
  text-decoration: underline;
  font-weight: 500;
}
.choose-nav {
  padding: 80px 0;
}
.choose_strengths {
  padding: min(20vw, 100px) 0;
  color: #fff;
  background-image: url(./../img/choose/img-01.jpg);
  background-position: center;
  background-size: cover;
}
.choose_strengths--desc {
  flex-shrink: 0;
  max-width: min(50vw, 685px);
  margin-left: clamp(24px, 7vw, 80px);
}
.choose_strengths .ttl_section {
  margin-bottom: 48px;
}
.choose_strengths .ttl_section > span {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(26px, 6vw, var(--fz60));
  font-weight: 400;
}
.choose_strengths p {
  font-size: clamp(15px, 3vw, var(--fz18));
  line-height: 200%;
}
.choose_why {
  padding: min(20vw, 80px) 0;
}
.choose_why .ttl_section > span {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(30px, 6vw, var(--fz52));
}
.choose_why p {
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(16px, 3vw, var(--fz22));
  line-height: 300%;
  text-align: center;
}
.choose_why .container {
  width: min(1300px, 100%);
}
.choose_solver {
  padding: 100px 0 min(15vw, 120px);
}
.choose_technology {
  padding-bottom: min(15vw, 120px);
}
.choose_technology .row {
  display: flex;
  justify-content: center;
}
.choose_technology .row-col2 {
  gap: 50px;
}
.choose_technology .row .col:first-child {
  max-width: 276px;
}
.choose_technology .row .col:last-child {
  max-width: 673px;
}
.choose_technology p {
  font-size: 15px;
}
.choose_reliability {
  padding-bottom: min(15vw, 120px);
}
.choose .related {
  padding-bottom: 130px;
}
.choose .related .container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media (max-width: 767px) {
  .choose .container {
    width: 100%;
  }
  .choose .sub-ttl {
    text-align: left;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .choose_strengths {
    padding: 56px 0 72px;
  }
  .choose_strengths--desc {
    max-width: clamp(320px, 88vw, 600px);
    margin-left: auto;
    margin-right: auto;
  }
  .choose_strengths .ttl_section {
    margin-bottom: clamp(20px, 5vw, 80px);
  }
  .choose_why .ttl_section > span {
    font-family: "Noto Serif JP", serif !important;
    font-size: clamp(30px, 6vw, var(--fz52));
  }
  .choose_why .ttl_section span::after {
    content: "／ Why MAP IV";
    font-family: "Futura", "Didact Gothic", "Noto Sans JP", sans-serif;
    color: #128580;
    font-size: clamp(14px, 6vw, var(--fz20));
    padding-left: 9px;
  }
  .choose_why p {
    line-height: 240%;
    text-align: left;
  }
  .choose_solver .container h4 {
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 30px;
  }
  .choose_technology {
    padding-bottom: min(15vw, 120px);
  }
  .choose_technology .row {
    flex-wrap: wrap;
  }
  .choose_technology .row-col2 {
    gap: 40px;
  }
  .choose_technology .row .col:first-child {
    max-width: 332px;
  }
  .choose_solver p, .choose_reliability p {
    font-size: 15px;
  }
}
/* =======================================- */
/* ▼▼▼　usecase
/* =======================================- */
.usecase {
  padding-bottom: 130px;
}
.usecase section + section {
  margin-top: 120px;
}
.usecase-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #128580;
  margin-bottom: 56px;
}
.usecase-heading-sub {
  font-family: "Futura", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #272727;
  margin-bottom: -2px;
}
.usecase .usecase_list-tag {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.usecase .usecase_list-tag li {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #FFF;
  background-color: #128580;
  border-radius: 20px;
  padding: 2px 8px 4px 8px;
}
.usecase .usecase_list--ttl h3 {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  position: relative;
  padding-left: 1em;
  margin-bottom: 12px;
}
.usecase .usecase_list--ttl h3::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  content: "";
  background: #128580;
  border-radius: 50%;
  transform: translateY(-50%);
}
.usecase .usecase_list--ttl.n-dot h3 {
  padding-left: 0;
}
.usecase .usecase_list--ttl.n-dot h3::before {
  display: none;
}
.usecase .usecase_list--ttl p {
  font-size: 1.2rem;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media (max-width: 767px) {
  .usecase {
    padding-bottom: 60px;
  }
  .usecase section + section {
    margin-top: 64px;
  }
  .usecase-heading {
    font-size: 2.16rem;
    margin-bottom: 32px;
  }
  .usecase-heading-sub {
    font-size: 1.08rem;
    margin-bottom: 8px;
  }
  .usecase .usecase_list--ttl h3 {
    font-size: 1.73rem;
  }
  .usecase .cases, .usecase .related {
    margin-top: 80px;
  }
  .usecase .media--nav a {
    padding: 2px 16px 4px;
  }
}
/* =======================================- */
/* ▼▼▼　products
/* =======================================- */
.products .container {
  width: min(1440px, 100%);
  padding: 0 clamp(20px, 20px + (100vw - 1000px) * 100 / 440, 120px) 0;
}
.products--inner {
  padding: 80px 0 130px;
}
.products-heading {
  margin-bottom: 56px;
}
.products-heading-sub {
  font-family: "Futura", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.products_section {
  margin-bottom: 0;
}
.products_section + .products_section {
  margin-top: 120px;
}
.products_section--desc {
  margin-bottom: 56px;
  font-weight: 300;
}
.products-rearn {
  background-color: #272727;
  margin: 100px 0;
}
.products-rearn .container {
  width: min(1440px, 100%);
  padding: 40px clamp(20px, 20px + (100vw - 1000px) * 241 / 440, 261px) 72px;
}
.products-rearn h2 {
  font-family: "Hiragino Kaku Gothic ProN";
  color: #FFF;
  font-size: 4rem;
  font-weight: 300;
  line-height: 120px;
  letter-spacing: 0.75px;
  position: relative;
  margin-bottom: 40px;
}
.products-rearn h2::after {
  content: "";
  position: absolute;
  width: min(473px, 100%);
  height: 1px;
  bottom: 20px;
  left: 0;
  background-color: #fff;
}
.products-rearn ul {
  display: flex;
  justify-content: space-between;
}
.products-rearn li {
  width: 33.3333333333%;
  position: relative;
}
.products-rearn li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #7A7A7A;
}
.products-rearn li:nth-of-type(1) {
  max-width: 250px;
  width: 100%;
  padding-right: 56px;
}
.products-rearn li:nth-of-type(1)::before {
  display: none;
}
.products-rearn li:nth-of-type(2) {
  max-width: 381px;
  width: 100%;
  padding: 0 55px;
}
.products-rearn li:nth-of-type(3) {
  max-width: 288px;
  width: 100%;
  padding-left: 56px;
}
.products-rearn .rearn-btn {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #fff;
}
.products-rearn .rearn-btn::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="61" viewBox="0 0 60 61" fill="none"><path d="M30 0.700195C35.8346 0.700195 41.5384 2.43037 46.3896 5.67188C51.2408 8.91337 55.0221 13.5208 57.2549 18.9111C59.4875 24.3014 60.0717 30.2328 58.9336 35.9551C57.7953 41.6775 54.985 46.9339 50.8594 51.0596C46.7337 55.1852 41.4773 57.9955 35.7549 59.1338C30.0326 60.2719 24.1012 59.6877 18.7109 57.4551C13.3206 55.2223 8.71317 51.441 5.47168 46.5898C2.23018 41.7386 0.5 36.0347 0.5 30.2002C0.5 22.3763 3.6083 14.8731 9.14062 9.34082C14.6729 3.8085 22.1761 0.700195 30 0.700195Z" stroke="%23696969"/><path d="M26 22.6992V37.6992L34 30.1992L26 22.6992Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  align-items: center;
  background-position: center right;
  background-size: min(12vw, 60px);
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media (max-width: 767px) {
  .products-rearn .container {
    width: 100%;
    padding: 20px 7px 64px;
  }
  .products-rearn h2 {
    font-family: "Hiragino Kaku Gothic ProN";
    color: #FFF;
    font-size: 4rem;
    font-weight: 300;
    line-height: 120px;
    letter-spacing: 0.75px;
    position: relative;
    margin-bottom: 40px;
  }
  .products-rearn h2::after {
    width: 100%;
  }
  .products-rearn ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 20px;
  }
  .products-rearn li {
    width: 100%;
    padding: 0;
  }
  .products-rearn li::before {
    display: none;
  }
  .products-rearn li:nth-of-type(1), .products-rearn li:nth-of-type(2), .products-rearn li:nth-of-type(3) {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .products-rearn .rearn-btn {
    font-size: 1.6rem;
    justify-content: space-between;
    gap: 40px;
    color: #fff;
  }
  .products-rearn .rearn-btn::after {
    width: 50px;
    height: 50px;
    background-size: min(12vw, 50px);
  }
}
/* =======================================- */
/* ▼▼▼　careers
/* =======================================- */
.careers {
  padding: 80px 0 80px;
}
.careers-nav {
  padding-bottom: 80px;
}
.careers-nav .container {
  width: min(1300px, 80%);
}
.careers_message {
  padding: 100px 0 143px;
  background: url(../img/careers/img-01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.careers_message .container {
  width: min(1100px, 100%);
  padding: 0;
}
.careers_message-ttl {
  color: #21CFC7;
  font-size: clamp(28px, 4.166vw, 60px);
  font-family: "Noto Serif JP";
}
.careers_message-ttl-sub {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 36px);
  font-family: "Noto Serif JP";
  margin-top: 32px;
  margin-bottom: 66px;
}
.careers_message .row-col2 {
  justify-content: space-between;
}
.careers_message .row-col2 .col:first-child {
  flex: 0 0 40.27%;
}
.careers_message .row-col2 .col:last-child {
  flex: 0 0 54.64%;
}
.careers_message-page {
  color: #fff;
  font-size: 20px;
  font-family: "Noto Serif JP";
  text-align: right;
  line-height: 170%;
  margin-bottom: 8px;
}
.careers_message-page-of {
  font-size: 12px;
}
.careers_message-img {
  max-width: 443px;
}
.careers_message-text {
  color: #fff;
  font-size: clamp(16px, 1.2vw, 17px);
  font-family: "Noto Sans JP";
  line-height: 240%;
  padding: 95px 0;
}
.careers_entry {
  margin: 160px 0;
}
.careers_entry .container {
  width: min(980px, 100%);
  padding: 0;
}
.careers_entry-btn {
  background-image: none;
  padding: 86px 58px;
  margin: 0;
}
.careers_entry-btn h2 {
  font-size: clamp(21.6px, 5vw, 60px);
}
.careers_entry .careers--btn:after {
  top: 50%;
  transform: translateY(-50%);
  right: 58px;
  left: auto;
  width: 60px;
  height: 60px;
  background-position: center;
}
.careers_work {
  margin-bottom: 80px;
}
.careers_work .container {
  width: min(1100px, 100%);
}
.careers_work-ttl {
  color: #128580;
  font-size: clamp(40px, 5.166vw, 70px);
  font-family: "Futura";
}
.careers_work-ttl-sub {
  font-size: clamp(24px, 2.5vw, 36px);
  font-family: "Noto Serif JP";
  margin-top: 20px;
  margin-bottom: 80px;
}
.careers_work .content-nav-list {
  width: auto;
  gap: 72px;
}
.careers_work .content-nav-item {
  position: relative;
}
.careers_work .content-nav-item a {
  color: #272727;
  display: flex;
  align-items: center;
  height: 54px;
  width: 260px;
  font-size: 16px;
}
.careers_work .content-nav-item a::after {
  top: 20px;
}
.careers_work .content-nav-item:nth-child(1)::before {
  content: "01";
  color: #272727;
  font-size: 12px;
  position: absolute;
  top: -17px;
}
.careers_work .content-nav-item:nth-child(2)::before {
  content: "02";
  color: #272727;
  font-size: 12px;
  position: absolute;
  top: -17px;
}
.careers_work .content-nav-item:nth-child(3)::before {
  content: "03";
  color: #272727;
  font-size: 12px;
  position: absolute;
  top: -17px;
}
.careers--desc {
  max-width: 700px;
  margin: 0 auto 100px;
}
.careers-ttl {
  font-size: clamp(34px, 2.5vw + 20px, 50px);
  font-family: "Noto Sans JP";
  text-align: center;
}
.careers-ttl-white {
  color: #fff;
}
.careers-ttl-num {
  font-size: clamp(34px, 2.5vw + 20px, 50px);
  font-family: futura;
  text-align: center;
  margin-bottom: 24px;
}
.careers-ttl-num-white {
  color: #fff;
}
.careers-ttl-sub {
  font-size: 15px;
  font-family: "Noto Sans JP";
  color: #fff;
  margin-top: 54px;
}
.careers-ttl-sub-white {
  color: #fff;
}
.careers_values {
  background: url(../img/careers/img-03.jpg);
  padding: 80px 0 160px;
  background-position: center;
}
.careers_values .container {
  padding: 0;
}
.careers_values-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.careers_values-content .row {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.careers_values-content .col:nth-child(2) {
  flex: 0 0 54.55%;
}
.careers_values-ttl {
  font-size: clamp(70px, 5vw + 52px, 100px);
  font-family: futura;
  color: #acacac;
  line-height: 1;
  font-weight: 500;
}
.careers_values-ttl-sub {
  font-size: clamp(20px, 1.2vw + 15px, 24px);
  color: #acacac;
  line-height: 57.6px;
  font-weight: 500;
}
.careers_values-ttl-right {
  color: #21cfc7;
  font-family: "Noto Serif JP";
  font-size: clamp(24px, 1vw + 20px, 30px);
  line-height: 170%;
}
.careers_values-ttl-small {
  font-size: clamp(14px, 0.5vw + 12px, 16px);
  margin-left: 8px;
}
.careers_values-text {
  font-size: 15px;
  color: #fff;
  margin-top: 24px;
}
.careers_values-textbox {
  margin-top: 80px;
}
.careers_values .col-diff .careers_values-ttl {
  margin-top: 160px;
}
.careers_values .col-diff .careers_values-textbox:nth-child(1) {
  margin-top: 0;
}
.careers_values .col-diff .careers_values-textbox:nth-child(2),
.careers_values .col-diff .careers_values-textbox:nth-child(3) {
  margin-top: 100px;
}
.careers_values-content .row:nth-child(1),
.careers_values-content .row:nth-child(2) {
  margin-bottom: 200px;
}
.careers_environment {
  padding: 80px 0 160px;
  background: #F7F7F7;
  overflow: hidden;
}
.careers_environment .container {
  width: min(1100px, 100%);
  padding: 0;
}
.careers_environment-ttl {
  position: relative;
  font-size: 15px;
  padding-top: 16px;
  margin-bottom: 80px;
}
.careers_environment-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  right: calc(-50vw + 50%);
  height: 1px;
  background: #000;
}
.careers_environment-ttl-small {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.careers_environment-text {
  font-size: 15px;
  font-family: "Noto Sans JP";
  line-height: 170%;
  margin-top: 24px;
}
.careers_environment-elevate .row:nth-child(1) {
  margin-bottom: 100px;
}
.careers_environment-elevate .row:nth-child(2) {
  margin-bottom: 160px;
}
.careers_environment .row-right {
  max-width: 1002px;
  margin-left: auto;
  gap: 54px;
  align-items: center;
  justify-content: flex-end;
}
.careers_environment .row-right .col:nth-child(1) {
  max-width: 390px;
}
.careers_environment .row-right .col:nth-child(2) {
  max-width: 388px;
}
.careers_environment-professional {
  margin-top: 160px;
}
.careers_environment-professional .row-right {
  max-width: 832px;
  margin-bottom: 80px;
}
.careers_environment-professional .row-right:nth-child(2) {
  margin-bottom: 0;
}
.careers_workstyle {
  padding: 160px 0;
}
.careers_workstyle .container {
  width: min(1100px, 100%);
  padding: 0;
}
.careers_workstyle-content {
  border-top: 1px solid #272727;
  margin-bottom: 160px;
}
.careers_workstyle-content .row {
  gap: 0;
  margin-bottom: 120px;
}
.careers_workstyle-content .row-col2 .col {
  width: 50%;
}
.careers_workstyle-ttl {
  font-size: clamp(26px, 1vw + 22px, 30px);
  font-family: "Futura";
  padding-top: 24px;
  margin-bottom: 54px;
}
.careers_workstyle-ttl-sub {
  font-size: clamp(13px, 0.5vw + 11px, 15px);
  font-family: "Noto Sans JP";
}
.careers_workstyle-ttl-small {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  margin-bottom: 24px;
}
.careers_workstyle-box {
  margin-bottom: 0;
}
.careers_workstyle-text {
  font-size: 15px;
  font-family: "Noto Sans JP";
}
.careers_workstyle-text-mb {
  margin-bottom: 54px;
}
.careers_workstyle-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  margin-bottom: 64px;
}
.careers_workstyle-welfare-section:last-child {
  margin-top: 80px;
}
.careers_workstyle-welfare-grid {
  display: grid;
  grid-template-columns: 39.1% 1fr 57.3%;
  gap: 0;
  margin-bottom: 120px;
}
.careers_workstyle-welfare-ttl {
  grid-column: 1;
  grid-row: 1;
  font-size: clamp(30px, 3.6vw, 40px);
  margin-top: 228px;
  margin-bottom: 40px;
}
.careers_workstyle-welfare-text {
  font-size: 15px;
  grid-column: 1;
  font-family: "Noto Sans JP";
}
.careers_workstyle-welfare-img {
  grid-column: 3;
  grid-row: 1/span 2;
  max-width: 100%;
  height: auto;
}
.careers_workstyle-welfare-row {
  display: flex;
  margin-bottom: 80px;
}
.careers_workstyle-welfare-row:last-child {
  margin-bottom: 0;
}
.careers_workstyle-welfare-col-title {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}
.careers_workstyle-welfare-col p {
  font-size: 15px;
}
.careers_workstyle-welfare-title {
  position: relative;
  font-size: 20px;
  font-family: "Noto Sans JP";
  padding-left: 23px;
}
.careers_workstyle-welfare-title::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #128580;
}
.careers_workstyle-welfare .three-col .careers_workstyle-welfare-col:nth-child(1) {
  width: 29.9%;
}
.careers_workstyle-welfare .three-col .careers_workstyle-welfare-col:nth-child(2) {
  border: 1px solid #272727;
}
.careers_workstyle-welfare .three-col .careers_workstyle-welfare-col:nth-child(3) {
  border-right: 1px solid #272727;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.careers_workstyle-welfare .three-col .careers_workstyle-welfare-col:nth-child(2),
.careers_workstyle-welfare .three-col .careers_workstyle-welfare-col:nth-child(3) {
  width: 35.05%;
  padding: 32px 40px;
}
.careers_workstyle-welfare .five-col {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(1) {
  width: 29.9%;
}
.careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(2) {
  width: 35.05%;
  padding: 32px 40px;
  border: 1px solid #272727;
}
.careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(3) {
  width: 35.05%;
  padding: 32px 40px;
  border-right: 1px solid #272727;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(4) {
  width: 35.05%;
  padding: 32px 40px;
  border-right: 1px solid #272727;
  border-left: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(5) {
  width: 35.05%;
  padding: 32px 40px;
  border-right: 1px solid #272727;
  border-bottom: 1px solid #272727;
}
.careers_chg-bg {
  background: url(../img/careers/img-17.jpg);
  background-repeat: no-repeat;
  background-position: bottom -426px right -530px;
  background-size: 180%;
}
.careers_chg--desc {
  max-width: 692px;
  padding: 56px 0 100px;
  margin-left: auto;
  margin-right: auto;
}
.careers_chg-ttl {
  font-size: clamp(30px, 2vw + 22px, 50px);
  font-family: "Noto Serif JP";
  margin-bottom: 24px;
}
.careers_chg-text {
  font-size: 15px;
  font-family: "Noto Sans JP";
  line-height: 200%;
}

@media (min-width: 768px) {
  .careers_message--desc {
    position: sticky;
    top: 144px;
    left: 0;
    z-index: 30;
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 0;
    transform-origin: left top;
    transform: translateY(-56px) scale(1);
    transition: transform 0.65s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.5s ease, width 0.65s cubic-bezier(0.2, 0.9, 0.3, 1);
    pointer-events: auto;
    background: transparent;
  }
  .careers_message--desc.active {
    width: clamp(260px, 36%, 560px);
    transform: translateY(0) scale(1);
    opacity: 1;
    padding-bottom: 100px;
  }
  .careers_message--desc.active .careers_message-ttl {
    font-size: 2rem;
    transition: font-size 0.5s ease;
  }
  .careers_message--desc.active .careers_message-ttl-sub {
    font-size: 3.4rem;
    transition: font-size 0.5s ease;
    margin-top: 16px;
  }
  .careers_message--desc.last-slide {
    padding-bottom: 428px;
  }
  .careers_message-img-fixed {
    position: sticky;
    top: 0;
    height: 313px;
    flex: 0 0 48%;
    transform: none;
  }
  .careers_message-img-fixed.active {
    top: 53%;
    transform: translateY(-53%);
  }
  .careers_message-img-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers_message-img-fixed.s-top {
    transform: translateY(-25%);
  }
  .scroll-inner {
    overflow: hidden;
  }
  .scroll-item {
    margin-bottom: 100px;
  }
  .scroll-item:nth-last-of-type(1) {
    padding-bottom: 200px;
    margin-bottom: 0;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media (max-width: 768px) {
  .careers {
    padding: 48px 0 80px;
  }
  .careers-nav {
    padding-bottom: 56px;
  }
  .careers_message {
    margin: 48px 0 80px;
    padding: 48px 0 80px;
    height: 4300px;
  }
  .careers_message .container {
    padding: 0 min(2vw, 20px);
  }
  .careers_message .container.js-active {
    position: sticky;
    top: 80px;
  }
  .careers_message--desc {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-left: 17px;
  }
  .careers_message-ttl {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.75px;
  }
  .careers_message-ttl-sub {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.75px;
    margin: 0;
  }
  .careers_message .row-col2 {
    justify-content: space-between;
    gap: 16px;
  }
  .careers_message .row-col2 .col:first-child {
    flex: 0 0 40.27%;
  }
  .careers_message .row-col2 .col:last-child {
    flex: 0 0 54.64%;
  }
  .careers_message-img {
    max-width: 443px;
  }
  .careers_message-text {
    font-size: 1.4rem;
    line-height: 200%;
    color: #fff !important;
    padding: 0;
  }
  .careers_message .fade-text {
    flex: initial !important;
    position: relative;
    height: 250px;
  }
  .careers_message .scroll-item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease;
    top: 0;
    left: 0;
  }
  .careers_message .scroll-item.active {
    opacity: 1;
  }
  .careers_entry {
    margin: 100px 0;
  }
  .careers_entry .container {
    width: auto;
    padding: 0 min(2vw, 20px);
  }
  .careers_entry .careers--btn:after {
    right: 14px;
  }
  .careers_entry-btn {
    padding: 45px 14px;
    margin: 0 min(4vw, 40px);
  }
  .careers_work {
    margin-bottom: 64px;
  }
  .careers_work .container {
    width: 100%;
    padding: 0;
  }
  .careers_work-ttl-sub {
    margin-bottom: 64px;
  }
  .careers--desc {
    margin: 0 auto 72px;
  }
  .careers-ttl-num {
    margin-bottom: 8px;
  }
  .careers_values {
    padding: 56px 0 100px;
  }
  .careers_values .container {
    padding: 0 min(2vw, 20px);
  }
  .careers_values-textbox {
    margin-top: 0;
  }
  .careers_values-content .row {
    gap: 0;
  }
  .careers_values-content .row:nth-child(1),
  .careers_values-content .row:nth-child(2) {
    margin-bottom: 100px;
  }
  .careers_values-content .col {
    margin-bottom: 24px;
  }
  .careers_values .col-diff .careers_values-ttl {
    margin-top: 0;
  }
  .careers_values .col-diff .careers_values-textbox:nth-child(2),
  .careers_values .col-diff .careers_values-textbox:nth-child(3) {
    margin-top: 64px;
  }
  .careers_environment {
    padding: 56px 0 100px;
  }
  .careers_environment .container {
    padding: 0 min(2vw, 20px);
  }
  .careers_environment-ttl {
    margin-bottom: 48px;
  }
  .careers_environment-professional {
    margin-top: 100px;
    display: grid;
  }
  .careers_environment-professional .row-right {
    order: 2;
    margin-bottom: 0;
  }
  .careers_environment-elevate .row:nth-child(2) {
    margin-bottom: 64px;
  }
  .careers_environment-elevate .row:nth-child(2) .col:nth-child(2) {
    padding: 0 24px;
  }
  .careers_environment-elevate .row:nth-child(3) .col:nth-child(2) {
    padding: 0 24px;
  }
  .careers_environment-professional-row {
    display: grid;
  }
  .careers_environment-professional-row .careers_environment-text {
    padding: 0 24px;
  }
  .careers_workstyle {
    padding: 100px 0 0;
  }
  .careers_workstyle .container {
    padding: 0 min(2vw, 20px);
  }
  .careers_workstyle-ttl {
    margin-bottom: 32px;
    line-height: 1;
  }
  .careers_workstyle-grid {
    gap: 0;
    grid-template-columns: none;
  }
  .careers_workstyle-box:nth-child(1) {
    padding: 0 24px;
    order: 2;
  }
  .careers_workstyle-box img {
    margin-bottom: 24px;
  }
  .careers_workstyle-content {
    border-top: 1px solid #272727;
    margin-bottom: 100px;
  }
  .careers_workstyle-content .row {
    gap: 0;
    margin-bottom: 72px;
  }
  .careers_workstyle-content .row-col2 .col {
    width: 100%;
  }
  .careers_workstyle-welfare-grid {
    grid-template-columns: none;
    margin-bottom: 64px;
  }
  .careers_workstyle-welfare-ttl {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .careers_workstyle-welfare-text {
    margin-top: 24px;
    grid-row: 3;
  }
  .careers_workstyle-welfare-img {
    grid-column: auto;
    grid-row: 2;
  }
  .careers_workstyle-welfare-title {
    margin-bottom: 32px;
  }
  .careers_workstyle-welfare-row {
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
  .careers_workstyle-welfare-row:last-child {
    margin-bottom: 100px;
  }
  .careers_workstyle-welfare-col {
    width: 100% !important;
  }
  .careers_workstyle-welfare .three-col .careers_workstyle-welfare-col:nth-child(2) {
    padding: 32px 20px;
  }
  .careers_workstyle-welfare .three-col .careers_workstyle-welfare-col:nth-child(3) {
    border-top: none;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
    border-bottom: 1px solid #272727;
    padding: 32px 20px;
  }
  .careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(2) {
    padding: 32px 20px;
  }
  .careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(3) {
    border-top: none;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
    border-bottom: 1px solid #272727;
    padding: 32px 20px;
  }
  .careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(4) {
    padding: 32px 20px;
  }
  .careers_workstyle-welfare .five-col .careers_workstyle-welfare-col:nth-child(5) {
    border-left: 1px solid #272727;
    padding: 32px 20px;
  }
  .careers_chg-bg {
    background-position: bottom -175px right -325px;
    background-size: 300%;
  }
  .careers_chg--desc {
    padding: 32px 0 48px;
  }
}