@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap");
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  font-size: max(2rem, 16px);
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    font-size: 1.4rem;
  }
}

.pt10 {
  padding-top: 1rem;
}

.pb10 {
  padding-bottom: 1rem;
}

.pl10 {
  padding-left: 1rem;
}

.pr10 {
  padding-right: 1rem;
}

.mt10 {
  margin-top: 1rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.ml10 {
  margin-left: 1rem;
}

.mr10 {
  margin-right: 1rem;
}

.pt14 {
  padding-top: 1.4rem;
}

.pb14 {
  padding-bottom: 1.4rem;
}

.pl14 {
  padding-left: 1.4rem;
}

.pr14 {
  padding-right: 1.4rem;
}

.mt14 {
  margin-top: 1.4rem;
}

.mb14 {
  margin-bottom: 1.4rem;
}

.ml14 {
  margin-left: 1.4rem;
}

.mr14 {
  margin-right: 1.4rem;
}

.pt18 {
  padding-top: 1.8rem;
}

.pb18 {
  padding-bottom: 1.8rem;
}

.pl18 {
  padding-left: 1.8rem;
}

.pr18 {
  padding-right: 1.8rem;
}

.mt18 {
  margin-top: 1.8rem;
}

.mb18 {
  margin-bottom: 1.8rem;
}

.ml18 {
  margin-left: 1.8rem;
}

.mr18 {
  margin-right: 1.8rem;
}

.pt22 {
  padding-top: 2.2rem;
}

.pb22 {
  padding-bottom: 2.2rem;
}

.pl22 {
  padding-left: 2.2rem;
}

.pr22 {
  padding-right: 2.2rem;
}

.mt22 {
  margin-top: 2.2rem;
}

.mb22 {
  margin-bottom: 2.2rem;
}

.ml22 {
  margin-left: 2.2rem;
}

.mr22 {
  margin-right: 2.2rem;
}

.pt26 {
  padding-top: 2.6rem;
}

.pb26 {
  padding-bottom: 2.6rem;
}

.pl26 {
  padding-left: 2.6rem;
}

.pr26 {
  padding-right: 2.6rem;
}

.mt26 {
  margin-top: 2.6rem;
}

.mb26 {
  margin-bottom: 2.6rem;
}

.ml26 {
  margin-left: 2.6rem;
}

.mr26 {
  margin-right: 2.6rem;
}

.pt30 {
  padding-top: 3rem;
}

.pb30 {
  padding-bottom: 3rem;
}

.pl30 {
  padding-left: 3rem;
}

.pr30 {
  padding-right: 3rem;
}

.mt30 {
  margin-top: 3rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.ml30 {
  margin-left: 3rem;
}

.mr30 {
  margin-right: 3rem;
}

.pt34 {
  padding-top: 3.4rem;
}

.pb34 {
  padding-bottom: 3.4rem;
}

.pl34 {
  padding-left: 3.4rem;
}

.pr34 {
  padding-right: 3.4rem;
}

.mt34 {
  margin-top: 3.4rem;
}

.mb34 {
  margin-bottom: 3.4rem;
}

.ml34 {
  margin-left: 3.4rem;
}

.mr34 {
  margin-right: 3.4rem;
}

.pt38 {
  padding-top: 3.8rem;
}

.pb38 {
  padding-bottom: 3.8rem;
}

.pl38 {
  padding-left: 3.8rem;
}

.pr38 {
  padding-right: 3.8rem;
}

.mt38 {
  margin-top: 3.8rem;
}

.mb38 {
  margin-bottom: 3.8rem;
}

.ml38 {
  margin-left: 3.8rem;
}

.mr38 {
  margin-right: 3.8rem;
}

.pt42 {
  padding-top: 4.2rem;
}

.pb42 {
  padding-bottom: 4.2rem;
}

.pl42 {
  padding-left: 4.2rem;
}

.pr42 {
  padding-right: 4.2rem;
}

.mt42 {
  margin-top: 4.2rem;
}

.mb42 {
  margin-bottom: 4.2rem;
}

.ml42 {
  margin-left: 4.2rem;
}

.mr42 {
  margin-right: 4.2rem;
}

.pt46 {
  padding-top: 4.6rem;
}

.pb46 {
  padding-bottom: 4.6rem;
}

.pl46 {
  padding-left: 4.6rem;
}

.pr46 {
  padding-right: 4.6rem;
}

.mt46 {
  margin-top: 4.6rem;
}

.mb46 {
  margin-bottom: 4.6rem;
}

.ml46 {
  margin-left: 4.6rem;
}

.mr46 {
  margin-right: 4.6rem;
}

.pt50 {
  padding-top: 5rem;
}

.pb50 {
  padding-bottom: 5rem;
}

.pl50 {
  padding-left: 5rem;
}

.pr50 {
  padding-right: 5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.ml50 {
  margin-left: 5rem;
}

.mr50 {
  margin-right: 5rem;
}

:root {
  --white: #ffffff;
  --black: #000;
  --text: #2b2626;
  --red: #e60012;
  --gradred-l: linear-gradient(180deg, #e60012 0%, #ffbd9f 138.9%);
  --gradred-txt: linear-gradient(180deg, #e60012 0%, #ffbd9f 124.16%);
  --gradred-midasi: linear-gradient(180deg, #ffbd9f 0%, #e60012 100%);
  --gray: #5e5e5e;
  --light-gray: #b2b2b2;
  --bd-gray: #868686;
  --main: #0ab7d6;
  --orange: #fc8210;
  --old-orange: #d68b0a;
  --old-green: #189341;
  --green: #1abf08;
  --yellow: #ffea00;
  --linkblue: #0871e9;
  --leading-trim: calc((1em - 1lh) / 2);
  --instrument: "Instrument Serif", serif;
  --mincho:
    "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "游明朝体", "YuMincho",
    "MS Mincho", "Meiryo", serif;
  --gothic:
    "Sawarabi Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", "Arial",
    "Meiryo", sans-serif;
  --zen-kaku-gothic: "Zen Kaku Gothic New", sans-serif;
  --inter: "Inter", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

.text-emphasis {
  color: var(--orange);
  display: inline;
}

.text-danger {
  color: var(--red);
  background-color: var(--yellow);
  display: inline;
}

.color-red {
  color: var(--red);
}

.fz52 {
  font-size: max(5.2rem, 28px);
}
@media screen and (max-width: 768px) {
  .fz52 {
    font-size: 10rem;
  }
}

.fz42 {
  font-size: max(4.2rem, 22px);
}
@media screen and (max-width: 768px) {
  .fz42 {
    font-size: 7rem;
  }
}

.color-main {
  color: var(--main);
}

@media screen and (max-width: 768px) {
  .sp-fz70 {
    font-size: 7rem;
  }
}

.header {
  display: contents;
}
.header__btn {
  width: 8em;
  height: 2.3947368421em;
  background: #147cb9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(3.8rem, 24px);
  line-height: 160%;
  font-family: var(--gothic);
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header__btn {
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__btn:hover {
    transition: 0.3s;
    opacity: 0.8;
  }
}

body:has(.c-entry) .footer {
  margin-top: -1.7rem;
}
@media screen and (max-width: 768px) {
  body:has(.c-entry) .footer {
    margin-top: -3rem;
  }
}

.footer {
  background: var(--text);
  border-radius: 2rem 2rem 0 0;
  position: relative;
  z-index: 1;
}
.footer__main {
  padding-block: 5.5rem 4rem;
  padding-inline: 8rem 9rem;
}
@media screen and (max-width: 768px) {
  .footer__main {
    padding-block: 1.9rem 5.6rem;
    padding-inline: 2.4rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    gap: 2.4rem;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.footer__logo {
  width: 6.2rem;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 4.5rem;
  }
}
.footer__navs {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer__navs {
    width: 100%;
  }
}
.footer__nav-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 3rem;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
  }
}
.footer__nav-item > a {
  color: var(--white);
  font-family: var(--gothic);
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.footer__nav-item > a .footer__nav-toggle-text-sp {
  font-family: var(--instrument);
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .footer__nav-item > a {
    font-size: 1.3rem;
    padding-block: 1.6rem;
    padding-inline: 1.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav-item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .footer__nav-item--has-submenu .footer__submenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-item--has-submenu {
    transition: padding-bottom 0.3s ease;
  }
}
.footer__nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__nav-toggle-text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.footer__nav-toggle-text::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .footer__nav-toggle {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-toggle {
    font-size: 1.4rem;
    padding-block: 1.6rem;
    padding-inline: 0;
    transition: padding-bottom 0.3s ease;
  }
}
.footer__nav-toggle:focus {
  outline: none;
}
.footer__nav-toggle:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 0.2rem;
}
.footer__nav-toggle .footer__nav-toggle-icon {
  color: var(--red);
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 400;
  transition: transform 0.2s;
}
@media screen and (min-width: 769px) {
  .footer__nav-toggle .footer__nav-toggle-icon {
    display: none;
  }
}
.footer__nav-item--has-submenu.is-expanded .footer__nav-toggle {
  padding-bottom: 1.2rem;
}
.footer__submenu {
  list-style: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (min-width: 769px) {
  .footer__submenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__submenu {
    max-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem 3.5rem;
    padding-inline: 1.6rem;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-item--has-submenu.is-expanded .footer__submenu {
    max-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-item--has-submenu.is-expanded {
    padding-bottom: 1.6rem;
  }
}
.footer__submenu-item a {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.footer__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
  }
}
.footer__links {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__links {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
}
.footer__link {
  width: fit-content;
  background: var(--white);
}
.footer__link--note {
  width: 6.8rem;
  margin-right: 2.7rem;
  position: relative;
}
.footer__link--note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.5rem;
  height: 2rem;
  border: 1.3px solid #dadada;
}
@media screen and (max-width: 768px) {
  .footer__link--note {
    width: 8.9rem;
    margin-right: 0;
  }
  .footer__link--note:before {
    content: none;
  }
}
.footer__link--wantedly, .footer__link--recruit {
  background: var(--white);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  height: 3rem;
}
.footer__link--wantedly img, .footer__link--recruit img {
  border: 1.3px solid #dadada;
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .footer__link--wantedly, .footer__link--recruit {
    background: none;
    height: auto;
    padding: 0;
  }
  .footer__link--wantedly img, .footer__link--recruit img {
    width: 18.7rem;
    border: none;
  }
}
.footer__link--recruit {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer__link--recruit {
    padding-left: 0;
  }
}
.footer__privacy {
  color: #999;
  font-family: var(--gothic);
  font-size: max(1.3rem, 12px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__privacy {
    margin-top: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__privacy:hover {
    color: var(--white);
    opacity: 0.7;
  }
}
.footer__copyright {
  background: var(--black);
  color: var(--white);
  padding: 1rem 1.5rem;
}
.footer__copyright p {
  text-align: right;
}
.footer__copyright small {
  font-size: 13px;
  font-family: var(--gothic);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer__copyright p {
    text-align: center;
  }
}

.fixed {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 100;
}

.fixed.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: all 0.3s;
  visibility: visible;
}

/* ========================================
ボタン
======================================== */
:where(.c-button) {
  width: max(16rem, 120px);
  border-radius: 2.6rem;
  background: var(--white);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  :where(.c-button):hover {
    opacity: 1;
    scale: 1.01;
    transition: 0.3s;
  }
}

:is(.c-button-link) {
  padding: 0.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

:where(.c-button-link__text) {
  font-size: max(2rem, 16px);
  line-height: 160%;
  font-family: var(--instrument);
  leading-trim: both;
  text-edge: cap;
  color: var(--red);
}

:where(.c-button-link__icon) {
  width: 10px;
  height: 12px;
  flex-shrink: 0;
  aspect-ratio: 33/34;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  :where(.c-button-link__icon) {
    overflow: unset;
  }
}

.c-button--red {
  background: var(--red);
}
.c-button--red .c-button-link__text {
  color: var(--white);
}
.c-button--red .c-button-link__icon path {
  stroke: var(--white);
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-link.has-hovered:not(:hover) .c-button-link__icon svg {
    animation: slideInFromLeft 0.15s ease-out forwards;
  }
  .c-button-link:hover .c-button-link__icon svg {
    animation: slideOutRight 0.15s ease-out forwards;
  }
  .top-bunner__link:hover .c-button-link__icon svg {
    animation: slideOutRight 0.15s ease-out forwards;
  }
  .top-bunner__link.has-hovered:not(:hover) .c-button-link__icon svg {
    animation: slideInFromLeft 0.15s ease-out forwards;
  }
}
/* ========================================
共通バナーリンク
======================================== */
.c-bunner-links {
  padding: 4.8rem;
  background: var(--white);
  max-width: min(106.2rem, 90%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-bunner-links {
    padding: 2.4rem 1.8rem;
  }
}
.c-bunner-links__list {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
}
.c-bunner-links__list li {
  display: grid;
  place-items: center;
}
.c-bunner-links__list li:first-child img {
  width: 13rem;
}
.c-bunner-links__list li:nth-child(2) img {
  width: 20.2rem;
}
.c-bunner-links__list li:last-child img {
  width: 36.5rem;
}
.c-bunner-links__list a {
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .c-bunner-links__list a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-bunner-links__list {
    gap: 2.4rem;
    flex-direction: column;
    align-items: center;
  }
  .c-bunner-links__list li:first-child img {
    width: 13.5rem;
  }
  .c-bunner-links__list li:nth-child(2) img {
    width: 16.8rem;
  }
  .c-bunner-links__list li:last-child img {
    width: 30.5rem;
  }
}

/* 
=======================================
下層ページのリンク
=======================================
*/
.sub-links__list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
}
@media screen and (max-width: 768px) {
  .sub-links__list {
    height: auto;
    flex-direction: column;
    gap: 2.4rem;
    background: var(--white);
    padding: 2.4rem 1.8rem;
  }
}
.sub-links__item-group {
  padding: 2.5rem 2rem;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sub-links__item-group {
    display: contents;
  }
}
.sub-links__item .sub-links__link--recruit,
.sub-links__item .sub-links__link--wantedly {
  height: 5.8rem;
}
@media screen and (max-width: 768px) {
  .sub-links__item .sub-links__link--recruit,
  .sub-links__item .sub-links__link--wantedly {
    height: auto;
  }
}
.sub-links__link {
  display: grid;
  border: 1.3px solid #dadada;
  place-items: center;
}
.sub-links__link img {
  margin-inline: auto;
}
.sub-links__link--note {
  width: 35.5rem;
}
.sub-links__link--note img {
  width: 20rem;
}
.sub-links__link--wantedly {
  width: 37rem;
}
.sub-links__link--wantedly img {
  width: 34rem;
}
.sub-links__link--recruit {
  width: 37rem;
}
.sub-links__link--recruit img {
  width: 34rem;
}
@media screen and (max-width: 768px) {
  .sub-links__link {
    border: none;
  }
  .sub-links__link--note {
    width: 13.5rem;
  }
  .sub-links__link--note img {
    width: auto;
  }
  .sub-links__link--wantedly {
    width: 16.8rem;
  }
  .sub-links__link--wantedly img {
    width: auto;
  }
  .sub-links__link--recruit {
    width: 30.5rem;
  }
  .sub-links__link--recruit img {
    width: auto;
  }
}

/* .sub-links {
  &__list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: rem(95);
    @include mq(sp) {
      height: auto;
      flex-direction: column;
      gap: rem(24);
      background: $white;
      padding: rem(24) rem(18);
    }
  }
  &__item-group {
    padding: rem(25) rem(20);
    background: $white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: rem(25);
    @include mq(sp) {
      display: contents;
    }
  }
  &__item {
    .sub-links__link--recruit,
    .sub-links__link--wantedly {
      height: rem(58);
      @include mq(sp) {
        height: auto;
      }
    }
  }
  &__link {
    display: grid;
    border: 1.3px solid #dadada;
    place-items: center;
    img {
      margin-inline: auto;
    }

    &--note {
      width: rem(355);
      img {
        width: rem(200);
      }
    }
    &--wantedly {
      width: rem(370);

      img {
        width: rem(340);
      }
    }
    &--recruit {
      width: rem(370);
      img {
        width: rem(340);
      }
    }
    @include mq(sp) {
      border: none;
      &--note {
        width: rem(135);
        img {
          width: auto;
        }
      }
      &--wantedly {
        width: rem(168);
        img {
          width: auto;
        }
      }
      &--recruit {
        width: rem(305);
        img {
          width: auto;
        }
      }
    }
  }
} */
/* 

=======================================
下層ページ内リンク
=======================================
*/
.c-page-links {
  padding-inline: 8rem;
}
@media screen and (max-width: 768px) {
  .c-page-links {
    padding-inline: 0;
  }
}
.c-page-links__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  .c-page-links__list {
    gap: 0.8rem;
    flex-direction: column;
    align-items: center;
  }
}
.c-page-links__item {
  background: var(--white);
  width: max(21.9rem, 150px);
}
.c-page-links__link {
  padding-block: 0.8rem;
  padding-inline: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-page-links__link-text {
  letter-spacing: 0.05em;
  font-family: var(--mincho);
}
.c-page-links__link-icon {
  width: max(1.2rem, 10px);
  height: max(1rem, 8px);
  /*  svg {
    width: 100%;
    height: 100%;
  } */
}

/* 
=======================================
ページ内ディスクリプション
=======================================
 */
.c-page-disc {
  margin-top: 11rem;
  padding-inline: 7rem;
  text-align: center;
  line-height: 220%;
  letter-spacing: 0.05em;
  font-family: var(--mincho);
}
@media screen and (max-width: 768px) {
  .c-page-disc {
    margin-top: 5.6rem;
    padding-inline: 0;
    text-align: left;
    letter-spacing: normal;
  }
}

/* 
=======================================
コンテンツ内ディスクリプション
=======================================
 */
:where(.c-content-disc) {
  margin-top: 3rem;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  :where(.c-content-disc) {
    padding-left: 0;
  }
}

/* 
=======================================
カード
=======================================
 */
.c-card__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 347px));
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .c-card__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card__item {
  display: flex;
  flex-direction: column;
}
.c-card__title {
  margin-top: 0.5rem;
  color: #3c3b3b;
  font-size: max(2rem, 17px);
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 2rem;
  }
}
.c-card__title::before {
  content: "";
  width: max(6px, 0.6rem);
  height: max(6px, 0.6rem);
  background: var(--red);
  border-radius: 50%;
}
.c-card__text {
  margin-top: 2.1rem;
  font-size: max(1.4rem, 12px);
}
@media screen and (max-width: 768px) {
  .c-card__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/* 共通テキスト */
:where(.c-text) {
  font-size: max(1.6rem, 12px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  :where(.c-text) {
    font-size: 1.4rem;
  }
}

:where(.gradred-midasi) {
  font-family: var(--mincho);
  font-size: max(1.8rem, 16px);
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.1em;
  padding-inline: 2rem;
  background: var(--gradred-midasi);
  width: fit-content;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  :where(.gradred-midasi) {
    font-size: 1.6rem;
    padding-inline: 1.6rem;
  }
}

:where(.content-wrap) {
  max-width: min(106.4rem, 85%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  :where(.content-wrap) {
    max-width: 100%;
  }
}

:where(.section__inner) {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media screen and (max-width: 768px) {
  :where(.section__inner) {
    padding-inline: 2.4rem;
  }
}

:where(.section-title) {
  color: var(--white);
  text-align: right;
}
:where(.section-title) .section-title__ja {
  font-family: var(--mincho);
  line-height: 220%;
  letter-spacing: 0.2em;
  font-size: max(1.8rem, 16px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  :where(.section-title) .section-title__ja {
    font-size: 1.6rem;
    letter-spacing: 0.2133333333em;
  }
}
:where(.section-title) .section-title__en {
  font-size: max(12rem, 80px);
  line-height: 84%;
  letter-spacing: -0.03em;
  font-family: var(--instrument);
}
@media screen and (max-width: 768px) {
  :where(.section-title) .section-title__en {
    font-size: 8rem;
    letter-spacing: -0.03em;
  }
}

.section-title--black {
  color: var(--text);
}

/* 
 */
.middle-title {
  display: flex;
  flex-direction: column;
}
.middle-title__en {
  color: var(--white);
  font-family: var(--instrument);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .middle-title__en {
    font-size: 3.2rem;
    letter-spacing: -0.03em;
  }
}
.middle-title__ja {
  color: var(--white);
  font-family: var(--mincho);
  font-size: max(1.8rem, 15px);
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.1em;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 768px) {
  .middle-title__ja {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

:where(.content-title) {
  display: flex;
  align-items: baseline;
  color: var(--white);
}
:where(.content-title):before {
  content: "";
  display: block;
  width: 1rem;
  height: 3rem;
  background: linear-gradient(180deg, #ffbd9f 0%, #e60012 100%);
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  :where(.content-title):before {
    height: 2.3rem;
  }
}
:where(.content-title) .content-title__en {
  font-family: var(--instrument);
  font-size: max(4rem, 25px);
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  :where(.content-title) .content-title__en {
    font-size: 3.2rem;
    letter-spacing: -0.03em;
  }
}
:where(.content-title) .content-title__ja {
  margin-left: 1.8rem;
  font-size: max(1.8rem, 11px);
  letter-spacing: 0.1em;
  font-family: var(--mincho);
  line-height: 220%;
}
@media screen and (max-width: 768px) {
  :where(.content-title) .content-title__ja {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-left: 1.2rem;
  }
}

.content-title--black {
  color: var(--text);
}

.content-title--pl {
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .content-title--pl {
    padding-left: 0;
  }
}

/* 
サブページヘッダー
*/
:where(.sub-page-head) {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffbd9f 0%, #e60012 100%);
  height: 50rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) {
    height: 24rem;
  }
}
:where(.sub-page-head) .sub-page-head__inner {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__inner {
    padding-right: 2.4rem;
    padding-bottom: 1.6rem;
  }
}
:where(.sub-page-head) .sub-page-head__line {
  width: 4rem;
  height: 80rem;
  transform: rotate(-156.359deg);
  background: linear-gradient(180deg, #ffbd9f 0%, #e60012 100%);
  position: absolute;
  top: -20%;
  left: 25.5555555556%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__line {
    width: 1.5rem;
    height: 30rem;
    left: 25%;
    top: -8%;
  }
}
:where(.sub-page-head) .sub-page-head__title {
  display: flex;
  gap: 2.4rem;
  align-items: baseline;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__title {
    gap: 0rem;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
:where(.sub-page-head) .sub-page-head__title-en {
  color: var(--white);
  line-height: 100%;
  font-family: var(--instrument);
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: max(9rem, 70px);
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__title-en {
    font-size: 8rem;
    letter-spacing: -0.03em;
  }
}
:where(.sub-page-head) .sub-page-head__title-ja {
  color: var(--white);
  font-size: max(2.4rem, 20px);
  line-height: 220%;
  letter-spacing: 0.1em;
  font-family: var(--mincho);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__title-ja {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}

.fw400 {
  font-weight: 400;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 3.2rem;
    gap: 2.4rem;
  }
}
.wp-pagenavi .current {
  color: var(--main);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.wp-pagenavi .page {
  color: #868686;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.wp-pagenavi .nextpostslink {
  width: 1.8em;
  height: 1.8em;
  background: var(--main) url(../images/common/arrow-right02.webp);
  background-size: 0.85em 0.65em;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}
.wp-pagenavi .previouspostslink {
  width: 1.8em;
  height: 1.8em;
  background: var(--main) url(../images/common/arrow-right02.webp);
  background-size: 0.85em 0.65em;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  scale: -1 -1;
  text-indent: -9999px;
  overflow: hidden;
}

.about {
  padding-top: 15rem;
  padding-inline: 8rem;
  padding-bottom: 20rem;
}
@media (max-width: 768px) {
  .about {
    padding-top: 5rem;
    padding-inline: 1.6rem;
    padding-bottom: 8rem;
  }
}
.about__inner {
  margin-inline: auto;
}
.about__title {
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--inter);
}
@media (max-width: 768px) {
  .about__title {
    font-size: 2.4rem;
  }
}
.about__text {
  font-size: 4rem;
  font-weight: 400;
  line-height: 160%;
  font-family: var(--inter);
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}

.top-section {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .top-section {
    padding-bottom: 3.2rem;
  }
}
.top-section__title {
  padding-inline: 6rem;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--inter);
  background: #000;
  color: var(--white);
}
@media (max-width: 768px) {
  .top-section__title {
    font-size: 2.4rem;
    padding-inline: 1.6rem;
  }
}
.top-section__text {
  font-size: 4rem;
  font-weight: 400;
  line-height: 160%;
  font-family: var(--inter);
  margin-top: 4rem;
  padding-inline: 6rem;
}
@media (max-width: 768px) {
  .top-section__text {
    font-size: 1.6rem;
    margin-top: 3.2rem;
    padding-inline: 1.6rem;
  }
}

.shi-zebra__item {
  padding-inline: 6rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .shi-zebra__item {
    padding-inline: 1.6rem;
    margin-top: 3rem;
  }
}
.shi-zebra__item-title img[src*=shi-zebra-img01] {
  width: 37rem;
}
@media (max-width: 768px) {
  .shi-zebra__item-title img[src*=shi-zebra-img01] {
    width: 18.5rem;
  }
}
.shi-zebra__item-title img[src*=shi-zebra-img02] {
  width: 31.4rem;
}
@media (max-width: 768px) {
  .shi-zebra__item-title img[src*=shi-zebra-img02] {
    width: 15.7rem;
  }
}
.shi-zebra__item-title img[src*=shi-zebra-img03] {
  width: 10rem;
}
@media (max-width: 768px) {
  .shi-zebra__item-title img[src*=shi-zebra-img03] {
    width: 5rem;
  }
}
.shi-zebra__item-sub-title {
  font-size: 7.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--inter);
}
@media (max-width: 768px) {
  .shi-zebra__item-sub-title {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
.shi-zebra__item-text {
  font-size: max(2rem, 16px);
  font-weight: 400;
  line-height: 150%;
  font-family: var(--inter);
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .shi-zebra__item-text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.shi-zebra__item-img-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .shi-zebra__item-img-column {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
  }
}
.shi-zebra__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .shi-zebra__list {
    margin-top: 3rem;
  }
}
.shi-zebra__list-item {
  display: grid;
  grid-template-columns: 28rem 25.7rem 1fr;
  gap: 7rem;
  margin-top: 6rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .shi-zebra__list-item {
    grid-template-columns: 22rem 25.7rem 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .shi-zebra__list-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.shi-zebra__list-item-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shi-zebra__list-item-head-company {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--inter);
}
@media (max-width: 768px) {
  .shi-zebra__list-item-head-company {
    font-size: 1.6rem;
  }
}
.shi-zebra__list-item-head-name {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--inter);
  color: var(--text);
}
@media (max-width: 768px) {
  .shi-zebra__list-item-head-name {
    font-size: 2.4rem;
  }
}
.shi-zebra__list-item-text {
  font-size: max(2rem, 16px);
  font-weight: 400;
  line-height: 150%;
  font-family: var(--inter);
}
@media (max-width: 768px) {
  .shi-zebra__list-item-text {
    font-size: 1.6rem;
  }
}

.top-section__dl-list {
  padding-inline: 10rem;
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top-section__dl-list {
    padding-inline: 1.6rem;
    margin-top: 3rem;
    gap: 1rem;
  }
}
.top-section__dl-list-item {
  display: grid;
  grid-template-columns: 16rem 1fr;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  font-family: var(--inter);
}
@media (max-width: 768px) {
  .top-section__dl-list-item {
    font-size: 1.4rem;
    grid-template-columns: 1fr;
  }
}
.top-section__dl-list-item a {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #1b0fa2;
  text-decoration: underline;
}
.top-section__dl-list-item a svg {
  width: 2rem;
  height: 2rem;
}
.top-section__dl-list-item iframe {
  margin-top: 1.6rem;
  width: 100rem;
  height: 61rem;
}
@media (max-width: 768px) {
  .top-section__dl-list-item iframe {
    width: 100%;
    height: 30rem;
  }
}

/*# sourceMappingURL=style.css.map */
