@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
:root {
  --colors-black: #333;
  --colors-white-h: 255,255,255;
  --colors-white: rgb(var(--colors-white-h));
  --colors-blue: #0D5CB3;
  --colors-primary: var(--colors-blue);
  --colors-primary-bg: #fafafa;
  --colors-secondary: #00bbc7;
  --colors-secondary-dark: #00AEBA;
  --colors-gray-bg: #F4F5F7;
  --colors-blue-gray-bg: #EAEDF2;
  --colors-gray-dark: #444;
  --colors-warning: #ffb8b8;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Poppins', sans-serif;
  --font-size-xxs: 1.2rem;
  --font-size-xs: 1.4rem;
  --font-size-s: 1.6rem;
  --font-size-m: 2.4rem;
  --font-size-l: 4.8rem;
  --page-width: 1002px;
  --article-width: 740px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

/*---- グラデーションカラー
-----------------------------------*/
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes GradietionAnimationReverse {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*---- アニメーション
-----------------------------------*/
@keyframes slideShowImage {
  100% {
    transform: translateX(-100%);
  }
}
/* Parts Icon Bg 
---------------------------------------------------*/
/*---- レイアウト
-----------------------------------*/
.--issp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .--issp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .--ispc {
    display: none;
  }
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 60%;
  }
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: YakuHanJP, var(--font-ja), var(--font-en);
  background: var(--colors-primary-bg);
  color: var(--colors-black);
}

a {
  text-decoration: none;
}

.common-heading {
  padding-bottom: 30px;
  font-size: var(--font-size-l);
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .common-heading {
    font-size: var(--font-size-m);
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .common-heading-wrapper {
    text-align: center;
  }
}
.common-heading-jp {
  font-size: var(--font-size-s);
  font-family: var(--font-jp);
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .common-heading-jp {
    font-size: var(--font-size-xs);
  }
}
.common-btn {
  display: inline-block;
  max-width: 320px;
  min-width: 300px;
  height: 50px;
  padding: 0 45px;
  line-height: 50px;
  font-weight: 600;
}
.common-btn.--primary {
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  background-size: 110% 110%;
  color: var(--colors-white);
}
.common-btn.--primary:hover {
  animation: GradietionAnimation 0.5s ease both;
}
.common-btn.--primary:not(:hover) {
  animation: GradietionAnimationReverse 0.5s ease both;
}
.common-btn.--secondary {
  background: linear-gradient(270deg, #00AEBA 21.28%, rgba(75, 207, 216, 0.7) 100%);
  background-size: 110% 110%;
  color: var(--colors-white);
}
.common-btn.--secondary:hover {
  animation: GradietionAnimation 0.5s ease both;
}
.common-btn.--secondary:not(:hover) {
  animation: GradietionAnimationReverse 0.5s ease both;
}
.common-btn.--white {
  background: var(--colors-white);
}
.common-btn.--rounded {
  border-radius: 100px;
}
.common-btn.--next {
  position: relative;
}
.common-btn.--next:after {
  position: absolute;
  right: 45px;
  top: calc(50% - 8px);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img/icon/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--colors-white);
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .common-btn.--next:after {
    top: calc(50% - 6px);
  }
}
.common-btn.--next:hover:after {
  right: 35px;
}
.common-btn.--external {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.common-btn.--external:after {
  margin-left: 10px;
  vertical-align: sub;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img/icon/icon-external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--colors-white);
}
.common-link.--next:after {
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img/icon/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--colors-white);
  transition: all 0.3s ease 0s;
}
.common-link.--next:hover:after {
  margin-left: 20px;
}

.menu__item {
  font-weight: 600;
}
.menu__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.menu__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.menu__item a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: var(--colors-black);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.menu__item a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.menu__item.--external a::after {
  margin-left: 5px;
  vertical-align: sub;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img/icon/icon-external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--colors-white);
}

.page__container {
  margin-top: 95px;
  padding-top: 75px;
}
.page__container.single__container {
  padding-top: 0;
}
.page__container .common-heading {
  width: var(--page-width);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page__container .common-heading {
    width: 100%;
  }
}
.page__wrapper {
  width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page__wrapper {
    width: 95%;
  }
}

.error__content {
  text-align: center;
}
.error__jp {
  font-weight: 600;
}
.error__en {
  display: inline-block;
  padding-top: 30px;
  font-family: var(--font-en);
  font-size: var(--font-size-l);
  font-weight: 600;
  color: var(--colors-primary);
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error__description {
  padding-top: 40px;
  margin-bottom: 60px;
}

.effect__slide-show {
  position: relative;
  overflow: hidden;
}
.effect__slide-show:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  background: #fff;
}
.effect__slide-show.--is-show:after {
  animation: slideShowImage 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%, 30px);
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  height: 65px;
  padding: 0 30px;
  border-radius: 100px;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 55px;
    transform: translate(-50%, 10px);
  }
}
.header.--active {
  height: 80vh;
  border-radius: 40px;
}
.header.--active .header__nav-btn {
  transform: rotate(90deg);
}
.header.--active .header__nav {
  opacity: 1;
}
.header__logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 65px;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    height: 55px;
    width: 120px;
  }
}
.header__logo svg {
  fill: var(--colors-white);
}
.header__nav {
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    opacity: 0;
  }
}
.header__nav-btn {
  position: relative;
  width: 32px;
  height: 28px;
  margin-top: 19px;
  cursor: pointer;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .header__nav-btn {
    margin-top: 14px;
  }
}
.header__nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--colors-white);
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.header__nav-btn span:nth-of-type(1) {
  top: 0;
}
.header__nav-btn span:nth-of-type(2) {
  top: 12px;
}
.header__nav-btn span:nth-of-type(3) {
  bottom: 0;
}
.header__nav-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 65px;
}
@media only screen and (max-width: 767px) {
  .header__nav-list {
    display: block;
    height: auto;
    font-size: 2rem;
  }
}
.header__nav .menu__item {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .header__nav .menu__item {
    margin-bottom: 20px;
  }
}
.header__nav .menu__item:not(:last-child) {
  margin-right: 20px;
}
.header__nav .menu__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.header__nav .menu__item a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: var(--colors-white);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.header__nav .menu__item a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.header__nav .menu__item a {
  color: var(--colors-white);
}

.footer {
  background: var(--colors-gray-dark);
  color: var(--colors-white);
}
.footer a {
  font-size: var(--font-size-xs);
  color: var(--colors-white);
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.footer a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: var(--colors-white);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.footer a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.footer__columns {
  width: var(--page-width);
  margin: 0 auto;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .footer__columns {
    width: 95%;
  }
}
.footer__columns {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.footer__column {
  width: 300px;
  padding: 20px 30px;
}
.footer__column:not(:last-child) {
  border-right: 1px solid rgba(var(--colors-white-h), 0.3);
}
.footer__logo {
  fill: var(--colors-white);
}
.footer__sns {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer__sns-item:not(:last-child) {
  margin-right: 10px;
}
.footer__sns svg {
  width: 30px;
}
.footer__sns path {
  fill: var(--colors-white);
}
.footer__rules-item a {
  font-size: var(--font-size-xxs);
}
.footer__copyright {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
}
.footer__photos {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100vw;
  overflow: hidden;
}
.footer__photos:first-of-type {
  margin-top: 30px;
}
.footer__photos:nth-child(2n) .footer__photos-list {
  animation-delay: 0.5s;
}
.footer__photos-list {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 165vw;
  animation: infinity-scroll-left 18s infinite linear 1s both;
}
.footer__photos-item {
  width: 33vw;
  height: 21.45vw;
  overflow: hidden;
}
.footer__photos-item img {
  min-width: 100%;
  min-height: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.news__wrapper {
  width: var(--page-width);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .news__wrapper {
    width: 90%;
  }
}
.news__item:not(:last-child) {
  margin-bottom: 40px;
}
.news__item a {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.news__item a:hover .frontpage__news-category {
  animation: GradietionAnimation 0.5s ease both;
}
.news__item a:hover img {
  transform: scale(1.2);
}
.news__item a:not(:hover) .frontpage__news-category {
  animation: GradietionAnimationReverse 0.5s ease both;
}
.news__thumbnail {
  overflow: hidden;
  width: 200px;
  height: 116px;
  background: linear-gradient(270deg, #00AEBA 21.28%, rgba(75, 207, 216, 0.7) 100%);
}
@media only screen and (max-width: 767px) {
  .news__thumbnail {
    width: 150px;
    height: 87px;
    margin: 0 auto;
  }
}
.news__thumbnail img {
  min-width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}
.news__content {
  width: calc(100% - 200px);
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .news__content {
    width: calc(100% - 150px);
    margin-left: 10px;
  }
}
.news__date {
  font-weight: 600;
}
.news__category {
  display: inline-block;
  margin-left: 20px;
  padding: 4px 12px;
  border-radius: 50px;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  background-size: 110% 110%;
  color: var(--colors-white) !important;
  font-size: var(--font-size-xs);
  font-weight: 600;
}
.news__category:not(:last-child) {
  margin-right: 5px;
}
.news__category-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.news__category-list li {
  list-style-type: none !important;
}
.news__title {
  margin-top: 10px;
  line-height: 1.8;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .news__title {
    margin-top: 3px;
    line-height: 1.6;
    font-size: var(--font-size-xxs);
  }
}
.news__article-wrapper {
  width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .news__article-wrapper {
    width: 90%;
  }
}
.news__article-sns {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.news__article-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.news__article-date {
  margin-bottom: 5px;
}
.news__article-pager {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  text-align: center;
  font-size: var(--font-size-xs);
  font-weight: 500;
}
.news__article-pager a {
  width: 135px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 15px;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  color: var(--colors-white);
}
@media only screen and (max-width: 767px) {
  .news__article-pager a {
    width: 100px;
    padding: 8px;
    font-size: var(--font-size-xxs);
  }
}
.news__article-pager a:before, .news__article-pager a:after {
  transition: all 0.3s ease;
}
.news__article-back {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.news__article-back::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: var(--colors-black);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.news__article-back:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media only screen and (max-width: 767px) {
  .news__article-back {
    font-size: var(--font-size-xxs);
  }
}
.news__article-back:after {
  content: "";
  margin-left: 10px;
  transform: translate(0%, 18%);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img//icon/icon-list.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--colors-black);
}
.news__article-prev a:before {
  content: "";
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img//icon/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--colors-white);
  transition: all 0.3s ease;
}
.news__article-prev a:hover::before {
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .news__article-prev a:hover::before {
    margin-right: 8px;
  }
}
.news__article-next a:after {
  content: "";
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img//icon/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--colors-white);
}
.news__article-next a:hover::after {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .news__article-next a:hover::after {
    margin-left: 8px;
  }
}

/* ページネーション
-----------------------------------------*/
ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

a.page-numbers, span.page-numbers {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--colors-black);
}
a.page-numbers.next:before, span.page-numbers.next:before {
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 6px);
  display: block;
  content: "";
  height: 17px;
  width: 10px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img/icon/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: var(--colors-black);
}
a.page-numbers.prev:before, span.page-numbers.prev:before {
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 6px);
  display: block;
  content: "";
  height: 17px;
  width: 10px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/wp-content/themes/2024v1/assets/img/icon/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: var(--colors-black);
}

span.page-numbers.current {
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  color: var(--colors-white);
}

/* 記事共通 */
.article__h1 {
  line-height: 1.5;
  font-size: 34px;
  font-weight: 600;
  text-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .article__h1 {
    font-size: 24px;
  }
}
.article__sns-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 12px;
}
.article__contents {
  max-width: 95%;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .article__contents {
    max-width: 100%;
  }
}
.article__contents h2 {
  margin-top: 60px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  text-wrap: wrap;
}
.article__contents h3 {
  margin-top: 30px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 600;
  text-wrap: wrap;
}
.article__contents h4, .article__contents h5, .article__contents h6 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  text-wrap: wrap;
}
.article__contents hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
.article__contents p {
  margin-top: 20px;
}
.article__contents br {
  margin-bottom: 15px;
}
.article__contents strong, .article__contents b {
  font-weight: 600;
}
.article__contents em, .article__contents i {
  font-style: italic;
}
.article__contents u {
  text-decoration: underline;
}
.article__contents del {
  text-decoration: line-through;
  color: var(--colors-gray-dark);
}
.article__contents ul, .article__contents ol {
  margin-top: 20px;
  padding-left: 40px;
}
.article__contents li {
  margin-bottom: 10px;
  list-style: circle;
}
.article__contents blockquote {
  margin-top: 20px;
  padding: 25px;
  background-color: var(--colors-white);
}
.article__contents q {
  quotes: "“" "”" "‘" "’";
}
.article__contents q::before {
  content: open-quote;
}
.article__contents q::after {
  content: close-quote;
}
.article__contents a {
  color: var(--colors-primary);
  text-decoration: none;
}
.article__contents a:hover {
  text-decoration: underline;
}
.article__contents img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
.article__contents figure {
  max-width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
.article__contents figcaption {
  font-size: 12px;
  color: var(--colors-gray-dark);
}
.article__contents {
  /* テーブル */
}
.article__contents table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.article__contents thead th {
  border-bottom: 2px solid #333;
  padding: 10px;
  background-color: #f9f9f9;
}
.article__contents tbody td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.article__contents {
  /* コード */
}
.article__contents code {
  background-color: #f4f4f4;
  padding: 2px 4px;
  font-family: monospace;
  font-size: 0.9em;
}
.article__contents pre {
  background-color: #f4f4f4;
  padding: 10px;
  overflow: auto;
  font-family: monospace;
  font-size: 0.9em;
}

.page__service .common-heading {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page__service .common-heading {
    margin-bottom: 80px;
  }
}

.service__item {
  width: var(--page-width);
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .service__item {
    width: 95%;
    margin: 0 auto 50px;
  }
}
.service__item h2 {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.service__item h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 5px;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
}
.service__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 90px 60px;
  background-color: var(--colors-blue-gray-bg);
}
@media only screen and (max-width: 767px) {
  .service__item-inner {
    display: block;
    padding: 40px 20px;
  }
}
.service__item-text {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .service__item-text {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.service__item-text .common-btn {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  color: var(--colors-primary);
}
.service__item-text .common-btn::after {
  background-color: var(--colors-primary);
  transition: all 0.3s ease;
}
.service__item-lead {
  font-size: var(--font-size-m);
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .service__item-lead {
    font-size: 1.6rem;
  }
}
.service__item-description {
  font-size: var(--font-size-s);
  line-height: 1.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .service__item-description {
    font-size: var(--font-size-xs);
    margin-bottom: 20px;
  }
}
.service__item-logo svg {
  text-align: center;
  width: 320px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .service__item-logo svg {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.service__item-image {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .service__item-image {
    width: 100%;
  }
}
.service__item-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.service__item.--therapistdotcom .service__item-image {
  height: 350px;
}

.about__mission {
  padding: 150px 0 120px;
  text-align: center;
}
.about__mission-label {
  font-weight: 600;
  font-family: var(--font-en);
}
.about__mission-text {
  width: fit-content;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 9.6rem;
  font-weight: 900;
  font-family: YakuHanJP, var(--font-ja);
  line-height: 2;
  letter-spacing: 0em;
  color: var(--colors-primary);
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .about__mission-text {
    padding-left: 16px;
    font-size: var(--font-size-l);
  }
}
.about__mission-text.--is-show {
  opacity: 1;
  padding-top: 0px;
}
.about__vision {
  padding: 0 0 250px;
  text-align: center;
}
.about__vision-label {
  font-weight: 600;
  font-family: var(--font-en);
}
.about__vision-text {
  width: fit-content;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 9.6rem;
  font-weight: 900;
  font-family: YakuHanJP, var(--font-ja);
  line-height: 2;
  letter-spacing: 0em;
  color: var(--colors-primary);
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .about__vision-text {
    padding-left: 16px;
    font-size: var(--font-size-l);
  }
}
.about__vision-text.--is-show {
  opacity: 1;
  padding-top: 0px;
}
.about__message {
  position: relative;
  padding-top: 130px;
}
.about__message-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
.about__message-inner {
  position: inherit;
  z-index: 2;
  width: 640px;
  margin: 60px auto;
  padding: 60px;
  background-color: rgba(var(--colors-white-h), 0.7);
  transition: all 0.5s ease;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .about__message-inner {
    width: 90%;
    padding: 60px 5%;
  }
}
.about__message-inner.--is-show {
  opacity: 1;
  margin-top: 0;
}
.about__message-lead {
  padding-bottom: 40px;
  font-size: var(--font-size-m);
  font-weight: 700;
  line-height: 1.8;
}
.about__message-text {
  line-height: 1.8;
}
.about__message-ceo {
  padding-top: 20px;
  text-align: right;
}
.about__style {
  padding-top: 160px;
}
.about__style-inner {
  width: var(--page-width);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about__style-inner {
    width: 95%;
  }
}
.about__style-heading {
  font-size: 9.6rem;
  font-weight: 500;
  font-family: YakuHanJP, var(--font-en);
  letter-spacing: -3px;
  color: var(--colors-primary);
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .about__style-heading {
    font-size: 9rem;
  }
}
.about__style-heading-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s ease;
  opacity: 0;
}
.about__style-heading-wrapper.--is-show {
  opacity: 1;
  padding-top: 0px;
}
.about__style-lead {
  padding-bottom: 20px;
}
.about__style-content {
  margin-top: -18px;
  padding: 85px 0 100px;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  color: var(--colors-white);
}
@media only screen and (max-width: 767px) {
  .about__style-content {
    margin-top: 0;
  }
}
.about__style-define {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-top: 30px;
  transition: all 0.5s ease;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .about__style-define {
    flex-wrap: wrap;
    padding-left: 10px;
  }
}
.about__style-define.--is-show {
  opacity: 1;
  padding-top: 0px;
}
.about__style-define:not(:last-child) {
  margin-bottom: 45px;
}
.about__style-define dt {
  width: 440px;
  font-family: var(--font-en);
  font-size: var(--font-size-l);
  font-weight: 600;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .about__style-define dt {
    font-size: 3.8rem;
    width: 95%;
  }
}
.about__style-define dd {
  font-weight: 500;
}
.about__deck {
  width: 720px;
  max-width: 95%;
  margin: 100px auto 0;
}
.about__media {
  width: var(--page-width);
  margin: 0 auto;
  padding: 140px 30px 0;
}
@media only screen and (max-width: 767px) {
  .about__media {
    width: 100%;
  }
}
.about__media-list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.about__media-item {
  position: relative;
  display: block;
  width: 312px;
  height: 180px;
  margin-bottom: 3px;
  padding: 50px 30px 0;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
}
.about__media-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--colors-white);
  transition: all 0.5s ease;
}
.about__media-item:hover {
  color: var(--colors-white);
}
.about__media-item:hover::before {
  opacity: 0;
}
.about__media-item:hover path {
  transition: all 0.5s ease;
  fill: var(--colors-white);
}
.about__media-item:hover .about__media-title {
  color: var(--colors-white);
  background: initial;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.about__media-icon {
  position: inherit;
  z-index: 2;
  height: 20px;
}
.about__media-icon path {
  fill: var(--colors-black);
}
.about__media-icon.--zenn {
  width: 16px;
}
.about__media-icon.--wantedly {
  width: 20px;
}
.about__media-icon.--note {
  width: 14px;
}
.about__media-icon.--pockethera {
  width: 12px;
}
.about__media-title {
  position: inherit;
  z-index: 2;
  width: fit-content;
  font-family: YakuHanJP, var(--font-en);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  color: var(--colors-primary);
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}
.about__media-description {
  position: inherit;
  z-index: 2;
  font-size: var(--font-size-xs);
  transition: all 0.5s ease;
}

.company__overview {
  margin-top: 60px;
}
.company__column {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .company__column {
    flex-wrap: wrap;
  }
}
.company__heading {
  width: calc(200px + (100% - var(--page-width)) / 2);
  padding-left: calc((100% - var(--page-width)) / 2);
}
@media only screen and (max-width: 767px) {
  .company__heading {
    width: 100%;
  }
}
.company__h2 {
  position: sticky;
  top: 120px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .company__h2 {
    padding: 10% 5%;
  }
}
.company__h2-en {
  font-size: var(--font-size-xxs);
  font-family: var(--font-en);
}
.company__content {
  width: calc(100% - 200px - (100% - var(--page-width)) / 2);
}
@media only screen and (max-width: 767px) {
  .company__content {
    width: 100%;
  }
}
.company__overview .company__heading {
  position: relative;
  padding-top: 60px;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
}
.company__overview .company__heading:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/2024v1/assets/img/filter-noize.png");
}
.company__overview .company__heading .company__h2 {
  z-index: 2;
  color: var(--colors-white);
}
.company__overview .company__content {
  padding: 40px 0 120px 90px;
}
@media only screen and (max-width: 767px) {
  .company__overview .company__content {
    padding: 40px 5%;
  }
}
.company__overview .company__content th {
  width: 150px;
  padding: 20px 0;
  text-align: left;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .company__overview .company__content th {
    width: 80px;
    font-size: var(--font-size-xs);
  }
}
.company__overview .company__content td {
  padding: 20px 0;
}
.company__overview .company__content td dd:not(:last-child) {
  margin-bottom: 12px;
}
.company__overview-location {
  font-size: var(--font-size-xs);
  color: var(--color-gray-dark);
}
.company__member {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(270deg, #00AEBA 21.28%, rgba(75, 207, 216, 0.7) 100%);
  text-shadow: 2px 1px 2px rgba(0, 75, 74, 0.4);
}
.company__member:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/2024v1/assets/img/member-bg.png");
}
.company__member .company__content {
  position: inherit;
  z-index: 2;
}
.company__member .company__heading {
  position: inherit;
  z-index: 2;
  color: var(--colors-white);
}
.company__member-card {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .company__member-card {
    display: block;
  }
}
.company__member-card:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .company__member-card:not(:last-child) {
    margin-bottom: 60px;
  }
}
.company__member-picture {
  width: 200px;
  height: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .company__member-picture {
    margin: 0 auto 30px;
  }
}
.company__member-profile {
  width: 500px;
  font-size: var(--font-size-xs);
  color: var(--colors-white);
}
@media only screen and (max-width: 767px) {
  .company__member-profile {
    width: 90%;
    margin: 0 auto;
  }
}
.company__member-name {
  display: inline-block;
  font-size: var(--font-size-m);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 10px;
}
.company__member-career {
  line-height: 1.8;
}
.company__advisor {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(270deg, #00AEBA 21.28%, rgba(75, 207, 216, 0.7) 100%);
}
.company__advisor:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/2024v1/assets/img/advisor-bg.png");
}
.company__advisor .company__content {
  position: inherit;
  z-index: 2;
}
.company__advisor .company__heading {
  position: inherit;
  z-index: 2;
}
.company__advisor-card {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .company__advisor-card {
    display: block;
  }
}
.company__advisor-card:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .company__advisor-card:not(:last-child) {
    margin-bottom: 60px;
  }
}
.company__advisor-picture {
  width: 160px;
  height: 160px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .company__advisor-picture {
    margin: 0 auto 30px;
  }
}
.company__advisor-profile {
  width: 500px;
  font-size: var(--font-size-xs);
}
@media only screen and (max-width: 767px) {
  .company__advisor-profile {
    width: 90%;
    margin: 0 auto;
  }
}
.company__advisor-name {
  display: inline-block;
  font-size: var(--font-size-m);
  font-weight: 600;
  margin-right: 20px;
}
.company__advisor p {
  margin-top: 10px;
  line-height: 1.8;
}
.company__history {
  padding: 140px 0;
}
.company__history .company__content {
  padding-right: calc((100% - var(--page-width)) / 2);
}
.company__history-year {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding-left: 55px;
}
@media only screen and (max-width: 767px) {
  .company__history-year {
    padding-left: 10%;
  }
}
.company__history-year h3 {
  display: inline-block;
  margin-right: 125px;
  padding: 20px 0;
  font-size: var(--font-size-m);
  font-weight: 600;
  font-family: var(--font-en);
}
.company__history-month dl {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.company__history-month dt {
  width: 80px;
  font-weight: 600;
}
.company__history-month dd {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .company__history-month dd {
    width: 90%;
  }
}

.contact__pocketthera {
  width: 740px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--colors-white);
}
@media only screen and (max-width: 767px) {
  .contact__pocketthera {
    width: 100%;
    border-radius: 0;
  }
}
.contact__pocketthera-lead {
  margin-bottom: 10px;
}
.contact__pocketthera-link {
  margin: 20px 0 0 auto;
}
.contact__form {
  width: 740px;
  margin: 40px auto;
  padding: 80px 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
}
@media only screen and (max-width: 767px) {
  .contact__form {
    width: 100%;
    padding: 80px 5%;
    border-radius: 0;
  }
}
.contact__form-title {
  text-align: center;
  color: var(--colors-white);
}
.contact__policy {
  font-size: var(--font-size-xxs);
  text-align: center;
}
.contact__policy a {
  text-decoration: underline;
}
.contact__policy .wpcf7-list-item-label {
  display: inline-block;
}
.contact__policy label {
  width: 100%;
}
.contact__policy label input[type=checkbox] {
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
}

/* Contact Form7
---------------------------------------- */
.wpcf7 .wpcf7-form {
  padding-top: 60px;
  color: var(--colors-white);
}
.wpcf7 .wpcf7-form label {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.wpcf7 .wpcf7-form label span:first-child {
  display: inline-block;
  width: 185px;
  font-size: var(--font-size-xxs);
  font-weight: 600;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form label span:first-child {
    display: block;
    margin-bottom: 12px;
  }
}
.wpcf7 .wpcf7-form label span:first-child abbr {
  font-size: 10px;
  text-decoration: none;
  vertical-align: super;
}
.wpcf7 .wpcf7-form label input, .wpcf7 .wpcf7-form label textarea, .wpcf7 .wpcf7-form label select {
  width: calc(100% - 185px);
  padding: 5px 10px;
  border: 0;
  border-radius: 5px;
  background-color: var(--colors-white);
  color: var(--colors-black);
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form label input, .wpcf7 .wpcf7-form label textarea, .wpcf7 .wpcf7-form label select {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  color: var(--colors-warning);
  font-size: var(--font-size-xxs);
  font-weight: 500;
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  display: block;
  width: 300px;
  height: 45px;
  margin: 0 auto;
  padding: 0 45px;
  border: 0;
  border-radius: 100px;
  line-height: 45px;
  background: var(--colors-white);
  color: var(--colors-primary);
  font-weight: 600;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background: var(--colors-primary);
  color: var(--colors-white);
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border: 0;
  font-weight: 500;
  text-align: center;
  color: var(--colors-warning);
}

.home .header {
  position: fixed;
  top: -100px;
  left: 50%;
  transition: all 0.3s ease;
  z-index: 1000;
}
.home .header.--is-show {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .home .header {
    top: 0;
  }
}

.frontpage {
  /* 共通パーツ */
}
.frontpage__lead {
  font-size: var(--font-size-m);
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .frontpage__lead {
    padding: 0 5%;
    font-size: 1.8rem;
  }
}
.frontpage__lead + .frontpage__text {
  margin-top: 30px;
}
.frontpage__text {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .frontpage__text {
    padding: 0 5%;
  }
}
.frontpage {
  /* ヒーロービジュアル */
}
.frontpage__hero {
  height: 100vh;
  padding-top: 87px;
}
.frontpage__hero-content {
  width: var(--page-width);
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .frontpage__hero-content {
    width: 95%;
  }
}
.frontpage__hero-logo {
  width: var(--page-width);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .frontpage__hero-logo {
    width: 95%;
  }
}
.frontpage__hero-logo svg {
  width: 292px;
  fill: var(--colors-primary);
}
.frontpage__hero-content {
  position: relative;
  width: calc(var(--page-width) + (100vw - var(--page-width)) / 2);
  margin-left: calc((100vw - var(--page-width)) / 2);
  padding: 55px 0 60px;
}
@media only screen and (max-width: 767px) {
  .frontpage__hero-content {
    width: 100%;
    height: 80vh;
    margin-left: 0;
    padding: 0;
  }
}
.frontpage__hero-movie {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 82%;
  height: calc(100% - 55px);
}
@media only screen and (max-width: 767px) {
  .frontpage__hero-movie {
    width: 80vw;
    overflow: hidden;
  }
}
.frontpage__hero-movie video {
  max-inline-size: fit-content;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .frontpage__hero-movie video {
    width: auto;
  }
}
.frontpage__hero-main {
  position: inherit;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .frontpage__hero-main {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.frontpage__hero-nav {
  margin-bottom: 45px;
}
.frontpage__hero-nav-list {
  padding-left: 4px;
}
.frontpage__hero-nav .--external a::after {
  background-color: var(--colors-black);
}
.frontpage__hero-nav a {
  color: var(--colors-black);
}
.frontpage__hero-mission {
  width: fit-content;
  font-size: 9.6rem;
  font-weight: 900;
  font-family: YakuHanJP, var(--font-ja);
  line-height: 2;
  letter-spacing: 0em;
  color: var(--colors-primary);
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .frontpage__hero-mission {
    width: 100%;
    margin-bottom: 45px;
    padding-left: 16px;
    text-align: center;
    font-size: var(--font-size-l);
  }
}
.frontpage__message {
  position: relative;
  padding: 80px 0 120px;
}
@media only screen and (max-width: 767px) {
  .frontpage__message {
    width: 100%;
    padding: 80px 0 60px;
  }
}
.frontpage__message-inner {
  width: calc(var(--page-width) + (100vw - var(--page-width)) / 2);
  margin-left: calc((100vw - var(--page-width)) / 2);
  padding: 80px 100px 140px;
  background: var(--colors-white);
}
@media only screen and (max-width: 767px) {
  .frontpage__message-inner {
    width: 100%;
    margin: 0 auto;
    padding: 45px 20px;
    background: transparent;
  }
}
.frontpage__message-content {
  position: inherit;
  z-index: 2;
  width: 430px;
}
@media only screen and (max-width: 767px) {
  .frontpage__message-content {
    width: 100%;
  }
}
.frontpage__message-image {
  position: absolute;
  top: 20px;
  left: calc(560px + (100vw - var(--page-width)) / 2);
  z-index: 1;
  width: 500px;
  text-align: right;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .frontpage__message-image {
    position: initial;
    width: 100vw;
  }
}
.frontpage__message-image .frontpage__img:first-child {
  width: 430px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .frontpage__message-image .frontpage__img:first-child {
    width: 90vw;
    margin: 0 auto 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage__message-image .frontpage__img:last-child {
    width: 100vw;
  }
}
.frontpage__service {
  position: relative;
  background: var(--colors-blue-gray-bg);
}
.frontpage__service-inner {
  width: var(--page-width);
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .frontpage__service-inner {
    width: 100%;
  }
}
.frontpage__service-content .frontpage__text {
  text-align: center;
}
.frontpage__service-content .common-btn {
  display: block;
  width: 400px;
  margin: 30px auto 0;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  color: var(--colors-white);
}
@media only screen and (max-width: 767px) {
  .frontpage__service-content .common-btn {
    width: 320px;
    margin: 30px auto;
  }
}
.frontpage__service-content .common-btn::after {
  background-color: var(--colors-white);
  transition: all 0.3s ease;
}
.frontpage__service-logo {
  margin: 20px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .frontpage__service-logo {
    width: fit-content;
    margin: 45px auto 50px;
  }
}
.frontpage__service-logo svg {
  display: inline-block;
  width: 200px;
  margin: 0 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .frontpage__service-logo svg {
    width: 150px;
  }
}
.frontpage__news {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: var(--page-width);
  margin: 0 auto;
  padding-top: 140px;
}
@media only screen and (max-width: 767px) {
  .frontpage__news {
    display: block;
    width: 100%;
  }
}
.frontpage__news .common-heading-wrapper a:after {
  background-color: var(--colors-primary);
}
.frontpage__news-list {
  margin-left: 80px;
}
@media only screen and (max-width: 767px) {
  .frontpage__news-list {
    margin: 40px 0 0;
  }
}
.frontpage__news .news__item {
  width: 720px;
}
@media only screen and (max-width: 767px) {
  .frontpage__news .news__item {
    width: 95%;
    margin: 0 auto 30px;
  }
}
.frontpage__hiring {
  padding: 140px 0 45px;
  background: linear-gradient(180deg, var(--colors-primary-bg) 0%, var(--colors-primary-bg) 42%, var(--colors-white) 42%, var(--colors-white) 100%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .frontpage__hiring {
    padding: 60px 0 45px;
    background: linear-gradient(180deg, var(--colors-primary-bg) 0%, var(--colors-primary-bg) 28%, var(--colors-white) 28%, var(--colors-white) 100%);
  }
}
.frontpage__hiring-copy {
  display: inline-block;
  height: 195px;
  padding-top: 30px;
  font-size: 9.6rem;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 2;
  color: var(--colors-primary);
  background: linear-gradient(135deg, #034FA2 0%, #0D5CB3 60.5%, #5ECFBB 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .frontpage__hiring-copy {
    height: 95px;
    font-size: var(--font-size-l);
  }
}
.frontpage__hiring-copy.--is-show {
  opacity: 1;
  padding-top: 0px;
}
.frontpage__hiring .common-btn {
  margin: 45px auto 0;
}

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