@charset "UTF-8";
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #151515;
  padding-top: 6.25rem;
}

body.top {
  padding-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 5.625rem;
  }
}
@media screen and (max-width: 700px) {
  body {
    padding-top: 4.6875rem;
  }
}
@media screen and (max-width: 550px) {
  body {
    padding-top: 4.375rem;
  }
}
@media screen and (max-width: 450px) {
  body {
    padding-top: 3.75rem;
  }
}
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

p {
  line-height: 2;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  border: none;
  padding: 0;
}

.l-aside-recruit {
  position: relative;
}

.l-aside-recruit__contents {
  display: flex;
}

.l-aside-recruit__box {
  width: 45.6%;
  background-color: #EF6020;
  position: relative;
}

.l-aside-recruit__btn {
  position: absolute;
  top: 60%;
  right: 10%;
}

.l-aside-recruit__box-head {
  font-family: "Teko", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10rem;
  font-weight: bold;
  opacity: 0.3;
  color: #fff;
  line-height: 0.7;
}

.l-aside-recruit__img {
  width: 54.4%;
  filter: brightness(0.7);
  -o-object-fit: cover;
     object-fit: cover;
}

.l-aside-recruit__head {
  position: absolute;
  top: 6.25rem;
  left: 10%;
}

.l-aside-recruit__title {
  font-size: 3.875rem;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.19375rem;
  color: #fff;
}
.l-aside-recruit__title span {
  font-size: 6vw;
}

.l-aside-info__list {
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid #707070;
}

.l-aside-info__item {
  background-color: #212121;
  width: 33.3333333333%;
  text-align: center;
  justify-content: center;
  border-left: 2px solid #707070;
  border-right: 2px solid #707070;
  transition: all 0.3s;
}
.l-aside-info__item iframe {
  border-radius: 0.75rem;
}

.l-aside-info__item-link {
  display: block;
  padding: 9.375rem 1.25rem 6.25rem;
}

.l-aside-info__item:hover a {
  opacity: 1;
}
.l-aside-info__item:hover .l-aside-info__text {
  opacity: 1;
}
.l-aside-info__item:hover .l-aside-info__icon {
  scale: 1.1;
  transition: all 0.3s;
  opacity: 1;
}
.l-aside-info__item:hover .l-aside-info__icon .l-aside-info__img {
  scale: 1;
}
.l-aside-info__item:nth-child(2) {
  border-left: none;
  border-right: none;
}

.l-aside-info__icon {
  position: relative;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 2px solid #454545;
  margin: 0 auto;
  transition: all 0.3s;
}

.l-aside-info__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 6.25rem;
}

.l-aside-info__head {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-top: 2.5rem;
  color: #b4b4b4;
}

.l-aside-info__title {
  font-size: 3.375rem;
  letter-spacing: 0.16875rem;
  font-family: "Teko", sans-serif;
  color: #454545;
  margin-bottom: 1.25rem;
}

.l-aside-info__text {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05rem;
  margin-bottom: 3.125rem;
}

.ytp-title {
  display: none;
}

.ytp-title-channel {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-aside-info .c-button-link {
    width: 48%;
  }
  .l-aside-info__list {
    flex-direction: column;
    border-bottom: none;
  }
  .l-aside-info__item {
    width: 100%;
  }
  .l-aside-recruit__box {
    width: 100%;
    height: 31.25rem;
  }
  .l-aside-recruit__img {
    width: 100%;
  }
  .l-aside-recruit__contents {
    flex-direction: column;
  }
  .l-aside-recruit__box-head {
    font-size: 25vw;
  }
  .l-aside-recruit__title {
    font-size: 6vw;
  }
  .l-aside-recruit__title span {
    font-size: 10vw;
  }
  .l-aside-recruit__head {
    position: absolute;
    top: 3.125rem;
    left: 5%;
  }
  .l-aside-info__icon {
    width: 8.875rem;
    height: 8.875rem;
  }
  .l-aside-info__img {
    width: 50%;
  }
  .l-aside-info__item-link {
    padding: 5rem 0.9375rem 3.125rem;
  }
  .l-aside-info__item {
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #707070;
  }
  .l-aside-info__head {
    font-size: 1.25rem;
  }
  .l-aside-info__title {
    font-size: 1.875rem;
    margin-bottom: 0rem;
    line-height: 1.5;
  }
  .l-aside-info__text {
    margin-bottom: 1.875rem;
  }
}
.l-footer {
  background-color: #212121;
  color: #fff;
  position: relative;
}

.l-footer__inner {
  max-width: 101.25rem;
  padding: 7.5rem 25px 16.25rem;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.l-footer__logo {
  display: block;
  max-width: 4.5rem;
  margin-bottom: 2.1875rem;
}

.l-footer__title {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06875rem;
  margin-bottom: 1.5625rem;
}

.l-footer__text {
  line-height: 1.6;
  letter-spacing: 0.1rem;
  margin-bottom: 1.25rem;
}

.l-footer__menu {
  width: 40%;
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.875rem;
  margin-bottom: 1.25rem;
}

.l-footer__list li a {
  transition: 0.3s ease color;
}
.l-footer__list li a:hover {
  color: #EF6020;
  opacity: 1;
  transition: 0.3s ease color;
}

.l-footer__item {
  white-space: nowrap;
  color: #D9D9D9;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}

.l-footer__contact {
  display: flex;
  gap: 0 0.9375rem;
  justify-content: flex-end;
  margin: 1.875rem 0 2.5rem;
}
.l-footer__contact .l-header__btn {
  margin: 0;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 0 1.875rem;
  justify-content: right;
}

.l-footer__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #EF6020;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1.875rem;
}
.l-footer__icon i {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-footer__detail {
  font-size: 0.75rem;
  line-height: 2;
  text-align: right;
  color: #D9D9D9;
}

.l-footer__flow {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.l-footer__flow-text {
  display: flex;
  overflow: hidden;
}
.l-footer__flow-text p {
  font-size: 11.25rem;
  color: #454545;
  flex: 0 0 auto;
  font-weight: bold;
  font-family: "Teko", sans-serif;
  line-height: 1;
}

.l-footer__flow-text p:nth-child(odd) {
  padding-left: 5%;
  white-space: nowrap;
  animation: scrollText 50s -25s linear infinite;
}

.l-footer__flow-text p:nth-child(even) {
  padding-left: 5%;
  white-space: nowrap;
  animation: scrollText2 50s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollText2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 5rem 25px 7.5rem;
    flex-direction: column-reverse;
    align-items: center;
  }
  .l-footer__menu {
    width: 100%;
  }
  .l-footer__logo {
    margin: 0 auto 2.1875rem;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-footer__info {
    margin-top: 4.375rem;
    text-align: center;
  }
  .l-footer__title {
    font-size: 1.25rem;
  }
  .l-footer__list {
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 3.75rem;
    white-space: nowrap;
  }
  .l-footer__list li {
    width: 30%;
    font-size: 0.875rem;
  }
  .l-footer__contact {
    flex-direction: column;
    gap: 2.5rem 0;
  }
  .l-footer__contact .l-header__btn {
    display: inline-block;
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding: 0.9375rem 1.875rem;
  }
  .l-footer__bottom {
    display: none;
  }
  .l-footer__bottom-sp {
    margin: 0 auto;
  }
  .l-footer__detail {
    text-align: center;
  }
  .l-footer__sns {
    justify-content: center;
    margin-top: 4.375rem;
  }
  .l-footer__icon {
    margin-bottom: 3.125rem;
  }
  .l-footer__flow-text p {
    font-size: 3.125rem;
  }
  .l-footer__text {
    font-size: 0.875rem;
  }
  .l-footer__detail {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 550px) {
  .l-footer__list {
    width: 70%;
  }
  .l-footer__contact .l-header__btn {
    width: 55%;
  }
}
.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  transition: background-color 0.2s ease;
}

.l-header__logo {
  max-width: 11.875rem;
  min-width: 5rem;
  width: 11.25rem;
  z-index: 100;
  position: relative;
}
.l-header__logo img {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.l-header__logo img.fade-out {
  opacity: 0;
}

.l-header-under {
  background-color: rgba(180, 180, 180, 0.6);
}

.l-header__inner {
  padding: 15px 3%;
  display: flex;
  align-items: center;
  position: relative;
}

.l-header__nav {
  margin-left: auto;
}

.l-header__list {
  display: flex;
  align-items: center;
  gap: 0 1.875rem;
}

.l-header__item {
  font-size: 0.875rem;
  white-space: nowrap;
  transition: 0.3s ease color;
}

.l-header__contact {
  margin-left: 2vw;
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
}

.l-header__btn {
  padding: 0.625rem 1.875rem;
  border: 0.125rem solid #fff;
  white-space: nowrap;
  border-radius: 1.6875rem;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #EF6020;
  margin: 0 auto;
  min-width: 9.875rem;
  text-align: center;
  transition: all ease 0.3s;
}
.l-header__btn:hover {
  border: 0.125rem solid #EF6020;
  background-color: #fff;
  color: #EF6020;
  opacity: 1;
  transition: all ease 0.3s;
}

.l-header__btn--black {
  background-color: #212121;
}
.l-header__btn--black:hover {
  border: 0.125rem solid #333;
  background-color: #fff;
  color: #333;
  opacity: 1;
  transition: all ease 0.3s;
}

.l-header__sp-btn {
  display: none;
}

.checkbox-toggle {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0;
  background-color: #EF6020;
  border: none;
  margin: 0;
}

.l-header-burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
  z-index: 1;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0.3125rem;
  background: #EF6020;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.checkbox-toggle:checked + .l-header-burger > div {
  transform: rotate(135deg);
}
.checkbox-toggle:checked + .l-header-burger > div:before, .checkbox-toggle:checked + .l-header-burger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.checkbox-toggle:checked + .l-header-burger > div:after {
  opacity: 0;
}

.l-header-burger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header-burger > div:before, .l-header-burger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -0.5625rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: inherit;
}

.l-header-burger > div:after {
  top: 0.5625rem;
  width: 70%;
}

.circle-bg {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #212121;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: -1;
  transform: scale(0);
}

.l-header__sns {
  display: none;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.l-header__list li {
  white-space: nowrap;
  font-size: 0.875rem;
}

.l-header__list li a {
  transition: 0.3s ease color;
}

.l-header__list li a:hover {
  color: #EF6020;
  opacity: 1;
  transition: 0.3s ease color;
}

@media screen and (max-width: 1100px) {
  .l-header__inner {
    padding: 15px 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__list li {
    color: #fff;
  }
  .l-header__logo {
    width: 22%;
  }
  .l-header__sp-btn {
    display: contents;
  }
  .l-header__nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-header__list {
    gap: 1.5625rem 5%;
    flex-wrap: wrap;
    top: 18.125rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 65%;
  }
  .l-header__list li {
    width: 47.5%;
    opacity: 0;
    visibility: hidden;
    transform: translate(20px);
  }
  .header-menu {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__contact {
    z-index: 10;
    position: absolute;
    top: 22.5rem;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 1.5625rem 0;
    margin: 0;
    width: 80%;
  }
  .l-header__btn {
    min-width: 9.375rem;
    text-align: center;
    width: 60%;
  }
  .l-header__sns {
    display: flex;
    align-items: center;
    gap: 0 1.875rem;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 34.375rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  .l-header__icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #EF6020;
    border-radius: 50%;
    position: relative;
  }
  .l-header__icon i {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__contact.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header.scrolled {
  background-color: rgba(180, 180, 180, 0.6);
}

.l-header--top .l-header__list li {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-header__list li {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .l-header__contact {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .l-header.scrolled .l-header__list li {
    color: #151515;
  }
}
.l-main {
  overflow: hidden;
}

.l-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 80.625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1250px;
  }
}

.l-inner--single {
  max-width: 65.625rem;
}

.l-inner--second {
  padding: 6.25rem 0 11.25rem;
}

.l-inner--large {
  width: 100%;
  max-width: 93.75rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.l-wrapper {
  position: relative;
  padding: 7.5rem 0;
}

.l-main-second {
  padding-bottom: 12.5rem;
}

.l-hidden {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 4.375rem 0;
  }
  .l-inner--second {
    padding: 4.375rem 0 11.25rem;
  }
}
.c-button {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1em;
  cursor: pointer;
  z-index: 2;
}
.c-button .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1em;
  cursor: pointer;
}

.c-button--right {
  margin-left: auto;
  margin-bottom: 6.25rem;
}

.c-button--back .c-button__circle::after {
  left: 50%;
  top: 35%;
  transform: rotate(-135deg) translateY(-50%);
}

.c-button__text {
  font-weight: bold;
  transition: 0.3s;
  color: #EF6020;
  white-space: nowrap;
  position: relative;
}
.c-button__text::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0%;
  height: 0.125rem;
  transition: width ease 0.3s;
  background-color: #151515;
}

.c-button__circle {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: #EF6020;
  transition: 0.3s;
  border-radius: 50%;
}
.c-button__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.c-button:hover {
  opacity: 1;
}

.c-button:hover .c-button__text::after {
  width: 100%;
  transition: width ease 0.3s;
}

.c-button:hover .c-button__circle {
  transform: scale(1.2) translateX(0.625rem);
  opacity: 1;
}

.c-button--black .c-button__text {
  color: #151515;
}
.c-button--black .c-button__circle {
  background-color: #151515;
}

.c-button--orange .c-button__text::after {
  background-color: #EF6020;
}

.c-button--orange:hover .c-button__text::after {
  background-color: #EF6020;
}

.c-button-link {
  padding: 0.75rem 1.625rem;
  color: #EF6020;
  border: 2px solid #EF6020;
  border-radius: 2.5rem;
  font-weight: bold;
  display: inline-block;
  font-size: 1rem;
  position: relative;
  width: 47%;
  text-align: center;
  transition: all ease 0.3s;
}
.c-button-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #EF6020;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.c-button-link:hover {
  background-color: #EF6020;
  color: #fff;
  transition: all ease 0.3s;
}
.c-button-link:hover::after {
  background-color: #fff;
  transition: all ease 0.3s;
}

.fa-arrow-up-right-from-square {
  padding-left: 0.625rem;
}

.c-button--swiper:hover .c-button__circle {
  transform: scale(1.2) translateX(0);
}

.c-button--swiper .c-button__circle {
  width: 3.75rem;
  height: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-button__circle {
    width: 4.375rem;
    height: 4.375rem;
  }
  .c-button--swiper .c-button__circle {
    width: 5rem;
    height: 5rem;
  }
  .c-button--back .c-button__circle::after {
    top: 30%;
  }
  .c-button--right {
    margin-left: auto;
    margin-bottom: 0rem;
    display: none;
  }
}
.c-head {
  font-size: 3.75rem;
  letter-spacing: 0.1875rem;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  position: relative;
  line-height: 2.5;
  display: inline-block;
  white-space: nowrap;
}
.c-head::after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 0.0625rem;
  background-color: #EF6020;
  top: 0.8125rem;
  left: 0;
}

.c-head__sub {
  position: absolute;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #EF6020;
  padding-left: 4.375rem;
}

.c-head--white {
  color: #fff;
}

.c-page-head {
  font-size: 5.625rem;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-align: center;
  line-height: 1.2;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.c-page-head__sub {
  color: #EF6020;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7.5rem;
}

.c-head-h2 {
  font-weight: bold;
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .c-head {
    font-size: 2.8125rem;
    margin-bottom: 1.875rem;
    width: 100%;
  }
  .c-head__sub {
    top: -0.3125rem;
  }
  .c-head::after {
    top: 0.625rem;
  }
  .c-page-head {
    font-size: 3.125rem;
  }
  .c-page-head__sub {
    margin-bottom: 3.125rem;
  }
  .c-head-h2 {
    font-size: 1.5625rem;
    margin-bottom: 1.875rem;
  }
}
.c-list {
  margin: 4.0625rem 0 5rem;
}
.c-list .wp-block-image {
  margin-bottom: 2.1875rem;
}
.c-list ul, .c-list li {
  list-style: inherit;
  padding: 0.4em 0;
  margin-left: 0.9375rem;
}

.c-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: 0.125rem;
}

@media screen and (max-width: 767px) {
  .c-list {
    margin: 2.8125rem 0 4.375rem;
  }
  .c-list__title {
    margin-bottom: 0.625rem;
  }
}
.c-second-mv {
  height: 31.25rem;
  background-color: #212121;
  position: relative;
}
.c-second-mv .c-breadcrumb {
  color: #fff;
}

.c-second-mv__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 67%;
  filter: brightness(0.7);
  -o-object-fit: cover;
     object-fit: cover;
}

.c-second-mv__head-box {
  display: block;
  width: 15%;
  margin-top: 4.375rem;
}

.c-second-mv__head {
  writing-mode: vertical-rl;
  display: inline-block;
}
.c-second-mv__head .en {
  font-weight: normal;
  font-size: 6.25rem;
  line-height: 1.2;
  font-family: "Teko", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.c-second-mv__head .jp {
  font-size: 1.5rem;
  font-weight: bold;
  color: #EF6020;
  letter-spacing: 0.625rem;
  padding-left: 0.9375rem;
}

.c-second-mv__head--small .en {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .c-second-mv .l-inner {
    z-index: 5;
    position: relative;
    width: 40%;
    height: 90%;
    margin: 0;
    background-color: #000;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-second-mv__img {
    width: 100%;
  }
  .c-second-mv__head-box {
    width: 8.125rem;
  }
  .c-second-mv__head {
    margin-top: 0rem;
  }
  .c-second-mv__head .en {
    font-size: 5rem;
    line-height: 1.1;
  }
  .c-second-mv__head .jp {
    font-size: 1.25rem;
    padding-left: 0.625rem;
  }
}
.wp-block-beginner-blogger-tab {
  margin-top: 5rem;
}

.bbc-utb-free-tab-label-wrapper {
  align-items: flex-end;
}

.bbc-utb-free-tab-label {
  margin: 0 0.625rem;
  line-height: 1.875rem !important;
  padding: 1.5625rem 0;
  height: 100%;
  color: #EF6020 !important;
  border: 1px solid #EF6020 !important;
  position: relative;
  text-align: center;
  transition: 0.2s ease all;
}
.bbc-utb-free-tab-label:hover {
  background-color: #EF6020 !important;
  color: #fff !important;
  opacity: 1 !important;
  height: 115%;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label:hover::after {
  top: 0.0625rem;
  background-color: #fff;
}
.bbc-utb-free-tab-label::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background-color: #EF6020;
}

.bbc-utb-free-tab-label.active {
  color: #EF6020 !important;
  height: 115%;
  background-color: #D9D9D9 !important;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label.active::after {
  top: 0.0625rem;
  background-color: #EF6020 !important;
}

.bbc-utb-free-tab-label-wrapper input.save[id$=_0]:checked ~ .bbc-utb-free-tab-label[for$=_0] {
  background-color: #D9D9D9 !important;
  color: #ef6020;
  height: 115%;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_0]:checked ~ .bbc-utb-free-tab-label[for$=_0]:hover {
  color: #EF6020 !important;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_0]:checked ~ .bbc-utb-free-tab-label[for$=_0]:hover::after {
  top: 0 !important;
  background-color: #EF6020 !important;
}

.bbc-utb-free-tab-label-wrapper input.save[id$=_1]:checked ~ .bbc-utb-free-tab-label[for$=_1] {
  background-color: #D9D9D9 !important;
  color: #ef6020;
  height: 115%;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_1]:checked ~ .bbc-utb-free-tab-label[for$=_1]:hover {
  color: #EF6020 !important;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_1]:checked ~ .bbc-utb-free-tab-label[for$=_1]:hover::after {
  top: 0 !important;
  background-color: #EF6020 !important;
}

.bbc-utb-free-tab-label-wrapper input.save[id$=_2]:checked ~ .bbc-utb-free-tab-label[for$=_2] {
  background-color: #D9D9D9 !important;
  color: #ef6020;
  height: 115%;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_2]:checked ~ .bbc-utb-free-tab-label[for$=_2]:hover {
  color: #EF6020 !important;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_2]:checked ~ .bbc-utb-free-tab-label[for$=_2]:hover::after {
  top: 0 !important;
  background-color: #EF6020 !important;
}

.bbc-utb-free-tab-label-wrapper input.save[id$=_3]:checked ~ .bbc-utb-free-tab-label[for$=_3] {
  background-color: #D9D9D9 !important;
  color: #ef6020;
  height: 115%;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_3]:checked ~ .bbc-utb-free-tab-label[for$=_3]:hover {
  color: #EF6020 !important;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_3]:checked ~ .bbc-utb-free-tab-label[for$=_3]:hover::after {
  top: 0 !important;
  background-color: #EF6020 !important;
}

.bbc-utb-free-tab-label-wrapper input.save[id$=_4]:checked ~ .bbc-utb-free-tab-label[for$=_4] {
  background-color: #D9D9D9 !important;
  color: #ef6020;
  height: 115%;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_4]:checked ~ .bbc-utb-free-tab-label[for$=_4]:hover {
  color: #EF6020 !important;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_4]:checked ~ .bbc-utb-free-tab-label[for$=_4]:hover::after {
  top: 0 !important;
  background-color: #EF6020 !important;
}

.bbc-utb-free-tab-label-wrapper input.save[id$=_5]:checked ~ .bbc-utb-free-tab-label[for$=_5] {
  background-color: #D9D9D9 !important;
  color: #ef6020;
  height: 115%;
  padding: 2.625rem 0 0.625rem;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_5]:checked ~ .bbc-utb-free-tab-label[for$=_5]:hover {
  color: #EF6020 !important;
}
.bbc-utb-free-tab-label-wrapper input.save[id$=_5]:checked ~ .bbc-utb-free-tab-label[for$=_5]:hover::after {
  top: 0 !important;
  background-color: #EF6020 !important;
}

@media screen and (max-width: 767px) {
  .wp-block-beginner-blogger-tab {
    margin-top: 2.5rem;
  }
  .bbc-utb-free-tab-label:hover {
    background-color: #EF6020 !important;
    color: #fff !important;
    opacity: 1 !important;
    height: 100%;
    padding: 1.5625rem 0;
  }
  .bbc-utb-free-tab-label:hover::after {
    top: 0.0625rem;
    background-color: #fff;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-5 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-6 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-7 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-8 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-9 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .p-works-list .bbc-utb-free-tab-label-wrapper.tabs-10 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
  }
  .bbc-utb-free-tab-label-wrapper input.save[id$=_0]:checked ~ .bbc-utb-free-tab-label[for$=_0] {
    height: 100%;
    padding: 1.5625rem 0;
  }
  .bbc-utb-free-tab-label-wrapper input.save[id$=_1]:checked ~ .bbc-utb-free-tab-label[for$=_1] {
    background-color: #D9D9D9 !important;
    color: #ef6020;
    height: 100%;
    padding: 1.5625rem 0;
  }
  .bbc-utb-free-tab-label-wrapper input.save[id$=_2]:checked ~ .bbc-utb-free-tab-label[for$=_2] {
    background-color: #D9D9D9 !important;
    color: #ef6020;
    height: 100%;
    padding: 1.5625rem 0;
  }
  .bbc-utb-free-tab-label-wrapper input.save[id$=_3]:checked ~ .bbc-utb-free-tab-label[for$=_3] {
    background-color: #D9D9D9 !important;
    color: #ef6020;
    height: 100%;
    padding: 1.5625rem 0;
  }
  .bbc-utb-free-tab-label-wrapper input.save[id$=_4]:checked ~ .bbc-utb-free-tab-label[for$=_4] {
    background-color: #D9D9D9 !important;
    color: #ef6020;
    height: 100%;
    padding: 1.5625rem 0;
  }
  .bbc-utb-free-tab-label-wrapper input.save[id$=_5]:checked ~ .bbc-utb-free-tab-label[for$=_5] {
    background-color: #D9D9D9 !important;
    color: #ef6020;
    height: 100%;
    padding: 1.5625rem 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: 100%;
  }
  .bbc-utb-free-tab-label.active {
    color: #EF6020 !important;
    height: 100%;
    background-color: #D9D9D9 !important;
    padding: 1.5625rem 0;
  }
  .bbc-utb-free-tab-label.active::after {
    top: 0.0625rem;
    background-color: #EF6020 !important;
  }
}
.wp-block-table {
  margin: 3.125rem 0;
}

.wp-block-table td {
  padding: 1.25rem 0.9375rem;
  line-height: 2;
}
.wp-block-table td:first-child {
  background-color: #F2F2F2;
  width: 17%;
  font-size: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .wp-block-table td {
    padding: 1.25rem 0.625rem;
    line-height: 2;
    font-size: 0.75rem;
  }
  .wp-block-table td:first-child {
    padding: 1.25rem 0.5rem;
    background-color: #F2F2F2;
    width: 30%;
    font-size: 0.75rem;
  }
  .p-recruit-table .wp-block-table td {
    padding: 0.9375rem 0;
    padding: 0.9375rem 0.625rem 1.875rem;
    display: block;
    width: 100%;
  }
  .p-recruit-table .wp-block-table td:first-child {
    text-align: center;
    width: 100% !important;
    background-color: #F2F2F2;
    font-size: 1.0625rem;
    padding: 0.9375rem 0 0.9375rem;
  }
  .p-recruit-table .wp-block-table tr {
    display: block;
    border-top: 1px solid #B4B4B4;
  }
  .p-recruit-table .has-white-background-color .wp-block-table tr:last-of-type {
    border-bottom: 1px solid #B4B4B4;
  }
  .p-recruit-table .wp-block-table td, .p-recruit-table .wp-block-table th {
    border-left: none;
    border-right: none;
    border: none;
  }
  .p-recruit-table .bbc-utb-free-tab-label-wrapper.tabs-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0;
  }
  .p-recruit-table .bbc-utb-free-tab-label-wrapper.tabs-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0;
  }
  .p-recruit-table .bbc-utb-free-tab-label-wrapper.tabs-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0;
  }
  .p-recruit-table .bbc-utb-free-tab-label-wrapper.tabs-7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0;
  }
  .p-recruit-table .bbc-utb-free-tab-label-wrapper.tabs-8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0;
  }
}
.c-breadcrumb {
  padding-top: 2rem;
}

.c-breadcrumb a {
  color: #EF6020;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 0.875rem;
  }
}
.p-about {
  overflow: hidden;
  background-color: #F2F2F2;
}
.p-about .l-inner--second {
  padding-bottom: 0;
}

.p-about__inner {
  margin-top: 11.25rem;
}

.p-about-intro {
  margin-bottom: 9.375rem;
}

#p-about-point {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #fff;
}
#p-about-point .wp-block-group__inner-container {
  padding: 9.375rem 0 12.5rem;
  position: relative;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-about-point__back {
  position: absolute;
  top: 0;
  right: -22%;
}

.p-about-point__item {
  margin-bottom: 7.5rem;
}

.p-about-point__title {
  font-size: 5rem;
  font-family: "Teko", sans-serif;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.p-about-point__title-sub {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.3125rem 0.3125rem;
  background-color: #D9D9D9;
  display: inline-block;
}

.p-about-point__top {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}

.p-about-point__text {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-about-hello {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.p-about-hello .wp-block-group__inner-container {
  padding: 8.125rem 0 9.375rem;
  position: relative;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.p-about-hello .is-layout-flex {
  gap: 0 5em;
}

.p-about-hello__back {
  position: absolute;
  top: 0;
  left: -10%;
  width: 45%;
}

.p-about-hello__title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}

.p-about-hello__text {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  #p-about-point .wp-block-group__inner-container {
    padding: 4.375rem 20px;
  }
  .p-about-intro {
    text-align: left;
    margin-bottom: 5.625rem;
  }
  .p-about-point__back {
    width: 45%;
    right: -5%;
  }
  .p-about-point__item {
    margin-bottom: 3.75rem;
  }
  .p-about-point__title {
    font-size: 3.125rem;
    letter-spacing: 0.125rem;
  }
  .p-about-point__title-sub {
    font-size: 1rem;
  }
  .p-about-point__top {
    font-size: 1.5rem;
  }
  .p-about-point__text {
    font-size: 1rem;
  }
  .p-about-hello .wp-block-columns {
    flex-direction: column-reverse;
  }
  .p-about-hello__title {
    font-size: 1.25rem;
    margin: 1.875rem 0;
  }
  .p-about-hello__back {
    position: absolute;
    top: 0;
    left: -10%;
    width: 58%;
  }
}
.p-business {
  background-color: #F2F2F2;
}
.p-business .l-header__btn {
  width: 20%;
}

.p-business__inner {
  padding: 8.75rem 0;
}

.p-business__top {
  text-align: center;
  margin-bottom: 7.5rem;
}

.p-business__item {
  margin-bottom: 9.375rem;
  padding-top: 6.875rem;
  margin-top: -6.875rem;
}

@media screen and (max-width: 767px) {
  .p-business .l-header__btn {
    width: 45%;
  }
  .p-business__top {
    text-align: left;
  }
}
.p-recruit-table .wp-block-table td {
  padding: 2.5rem;
  line-height: 2;
}
.p-recruit-table .wp-block-table td:first-child {
  background-color: #F2F2F2;
  width: 17%;
  font-size: 1.0625rem;
}

.wp-block-table {
  margin: 3.125rem 0;
}

.p-company-table {
  max-width: 62.5rem;
  margin: 0 auto;
}
.p-company-table .wp-block-table td, .p-company-table .wp-block-table th {
  border-left: none;
  border-right: none;
}
.p-company-table .wp-block-table td {
  padding: 2.5rem 1.25rem;
}
.p-company-table .wp-block-table td:first-child {
  background-color: transparent;
}

.p-company__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 7.5rem;
  filter: brightness(50%);
}

@media screen and (max-width: 767px) {
  .p-company-table .wp-block-table tr {
    display: block;
    padding: 2.1875rem 0.9375rem;
    border-top: 1px solid #B4B4B4;
  }
  .p-company-table .has-white-background-color .wp-block-table tr:last-of-type {
    border-bottom: 1px solid #B4B4B4;
  }
  .p-company-table .wp-block-table td, .p-company-table .wp-block-table th {
    border-left: none;
    border-right: none;
    border: none;
  }
  .p-company-table .wp-block-table td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .p-company-table .wp-block-table td:first-child {
    background-color: transparent;
  }
  .p-company__img {
    margin-bottom: 5rem;
    height: 18.75rem;
  }
  .p-company__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-recruit-table .wp-block-table td:nth-of-type(2) {
    padding: 2.5rem 0.9375rem;
  }
}
.wpcf7-form-control-wrap {
  display: block;
}

.p-contact {
  max-width: 50rem;
  margin: 0 auto;
}

.p-contact-top {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-contact__top-sub {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-contact__head {
  margin-bottom: 0.9375rem;
}
.p-contact__head label {
  font-weight: 500;
}

.p-contact__sub-text {
  font-size: 0.875rem;
  padding-left: 1.25rem;
}

.p-contact__item {
  margin-top: 0.375rem;
}

.p-contact__item-example {
  margin-top: 1.125rem;
  color: #B4B4B4;
  font-size: 0.75rem;
}

.p-contact__required {
  color: #fff;
  font-size: 0.75rem;
  background-color: #454545;
  padding: 0.3125rem 0.9375rem;
  margin-left: 1em;
}

.p-contact__policy,
.p-contact__content,
.p-contact__btn {
  margin: 1.5rem 0;
}

.p-contact__content {
  margin-bottom: 3.4375rem;
}

.p-contact__policy-link {
  border-bottom: 1px solid;
  transition: all 0.3s;
}

.p-contact__btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-contact__btn {
  display: inline-block;
  text-align: center;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea,
.p-contact__item-select {
  margin: 0;
  padding: 0.9375rem 1.25rem;
  height: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  outline: none;
  background: none;
  background-color: transparent;
  font-size: 1rem;
  color: inherit;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.p-contact__item-text::-moz-placeholder, .p-contact__item-tel::-moz-placeholder, .p-contact__item-email::-moz-placeholder, .p-contact__item-textarea::-moz-placeholder, .p-contact__item-select::-moz-placeholder {
  font-size: 1rem;
  color: #B4B4B4;
}
.p-contact__item-text::placeholder,
.p-contact__item-tel::placeholder,
.p-contact__item-email::placeholder,
.p-contact__item-textarea::placeholder,
.p-contact__item-select::placeholder {
  font-size: 1rem;
  color: #B4B4B4;
}

.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__item-textarea {
  height: 25rem;
  resize: none;
  overflow: auto;
}
.p-contact__item-textarea::-moz-placeholder {
  font-size: 0.9375rem;
  color: #B4B4B4;
}
.p-contact__item-textarea::placeholder {
  font-size: 0.9375rem;
  color: #B4B4B4;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__item-select {
  padding-right: 3em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 1.3em center;
  color: inherit;
  position: relative;
}
.p-contact__item-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.p-contact__item-select:invalid {
  color: rgba(0, 0, 0, 0.32);
}

.p-contact__item-select select::-ms-expand {
  display: none;
}

.p-contact__item-radio input[type=radio],
.p-contact__item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__item-radio input[type=radio] + span,
.p-contact__item-checkbox input[type=checkbox] + span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.5em 1em 0.5em 3.5em;
  color: #333;
  font-size: 1rem;
}

.p-contact__item-radio input[type=radio]:focus + span,
.p-contact__item-checkbox input[type=checkbox]:focus + span {
  opacity: 0.7;
}

.p-contact__item-radio input[type=radio] + span::before,
.p-contact__item-checkbox input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.25rem;
  height: 2.25rem;
  content: "";
  transform: translateY(-50%);
  background: white;
  border: 1px solid #B4B4B4;
  transition: all 0.3s;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::before {
  background: #333;
  transition: all 0.3s;
}

.p-contact__item-radio input[type=radio]:checked + span::before {
  background: white;
}

.p-contact__item-radio input[type=radio] + span::before {
  border-radius: 50%;
}

.p-contact__item-radio input[type=radio] + span::after {
  position: absolute;
  content: "";
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  padding: 0.125em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  content: "";
  display: block;
  height: 0.35em;
  left: 0.65em;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after,
.p-contact__item-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
  outline: none;
  opacity: 0.7;
}

.p-contact__item,
.p-contact__btn-submit {
  min-width: 9.375rem;
}

.wpcf7-spinner {
  position: absolute;
}

.p-contact__item-checkbox {
  text-align: center;
}

.p-contact__detail {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
}

label.p-contact__item--file {
  display: block;
  cursor: pointer;
  border: 1px solid #EF6020;
  border-radius: 1.875rem;
  color: #EF6020;
  font-weight: bold;
  width: 12.5rem;
  padding: 0.75rem 0.625rem;
  text-align: center;
  transition: all ease 0.3s;
}
label.p-contact__item--file input {
  display: none;
}
label.p-contact__item--file:hover {
  opacity: 1;
  background-color: #EF6020;
  color: #fff;
  transition: all ease 0.3s;
}

.img_form {
  position: relative;
  margin: 0 auto;
}

a.del {
  text-decoration: none;
}

a.del::after {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-size: 2em;
  color: #000;
}

a.del::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  border-radius: 50%;
}

.p-contact__item-short {
  max-width: 25rem;
}

.p-contact__item-short2 {
  max-width: 37.5rem;
}

@media screen and (max-width: 767px) {
  .p-contact-top {
    text-align: left;
  }
  .p-contact__detail {
    font-size: 0.8125rem;
  }
  .p-contact__top-sub {
    text-align: left;
  }
  .p-contact__item-textarea {
    height: 21.875rem;
  }
  .p-contact__item-textarea::-moz-placeholder {
    font-size: 0.8125rem;
  }
  .p-contact__item-textarea::placeholder {
    font-size: 0.8125rem;
  }
  .p-contact__item-text,
  .p-contact__item-tel,
  .p-contact__item-email,
  .p-contact__item-textarea,
  .p-contact__item-select {
    padding: 0.8125rem;
    height: 3rem;
  }
  .p-contact__item-text::-moz-placeholder, .p-contact__item-tel::-moz-placeholder, .p-contact__item-email::-moz-placeholder, .p-contact__item-textarea::-moz-placeholder, .p-contact__item-select::-moz-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__item-text::placeholder,
  .p-contact__item-tel::placeholder,
  .p-contact__item-email::placeholder,
  .p-contact__item-textarea::placeholder,
  .p-contact__item-select::placeholder {
    font-size: 0.875rem;
  }
  .p-contact__item-short {
    max-width: none;
  }
  .p-contact__item-short2 {
    max-width: none;
  }
  label.p-contact__item--file {
    width: 100%;
  }
  .p-contact-item-check {
    font-size: 0.8125rem;
  }
  .p-contact__content {
    margin-bottom: 3.125rem;
  }
  .p-contact__item-radio input[type=radio] + span,
  .p-contact__item-checkbox input[type=checkbox] + span {
    padding: 0.5em 1em 0.5em 2.5em;
    font-size: 0.8125rem;
  }
  .p-contact__item-radio input[type=radio] + span::before,
  .p-contact__item-checkbox input[type=checkbox] + span::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .p-contact__item-checkbox input[type=checkbox] + span::after {
    height: 0.35em;
    left: 0.3em;
    width: 0.8em;
  }
}
.p-download-top {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-download__box {
  text-align: center;
  padding: 1.875rem;
  width: 100%;
  background-color: #F2F2F2;
  margin-bottom: 6.25rem;
}
.p-download__box a {
  text-decoration: underline;
}

.p-download__list {
  display: flex;
  align-items: center;
  gap: 0 10%;
  margin-bottom: 12.5rem;
}
.p-download__list a:hover {
  opacity: 1;
}

.p-download__item {
  border: 1px solid #EF6020;
  padding: 4.375rem 0.625rem 2.5rem;
  text-align: center;
  color: #EF6020;
  width: 45%;
  display: block;
  transition: scale 0.3s ease;
  opacity: 1;
}

.p-download__item:hover .p-download__item-img {
  scale: 1.15;
  transition: scale 0.3s ease;
  opacity: 1;
}

.p-download__item-title {
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}

.p-download__item-img {
  max-width: 6.25rem;
  margin: 0 auto;
  display: block;
  margin: 3.125rem auto 1.25rem;
  transition: scale 0.3s ease;
}

.p-download__item-text {
  font-size: 0.875rem;
  font-family: "Teko", sans-serif;
}

.p-download-code__top {
  font-size: 2.25rem;
  text-align: center;
  font-weight: bold;
}

.p-password-top {
  text-align: center;
  margin-bottom: 3.75rem;
}

.p-password-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 3.75rem;
}

.p-password-sub {
  margin-bottom: 0.9375rem;
  text-align: center;
}

.login-input {
  padding: 2.1875rem 1.25rem;
  width: 32%;
  display: block;
  margin: 0 auto 3.75rem;
  border: 1px solid #B4B4B4;
}

.login-submit {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  padding: 0.9375rem 1.25rem;
  width: 25%;
  border-radius: 2.5rem;
  color: #EF6020;
  border: 2px solid #EF6020;
  cursor: pointer;
}
.login-submit:hover {
  background-color: #EF6020;
  color: #fff;
  opacity: 1 !important;
  transition: all ease 0.3s;
}

@media screen and (max-width: 767px) {
  .p-download-top {
    text-align: left;
  }
  .p-download__list {
    flex-direction: column;
    gap: 2.5rem 0;
  }
  .p-download__item {
    width: 100%;
    padding: 1.875rem 0.9375rem 1.875rem;
  }
  .p-download__item-title {
    font-size: 5.5vw;
    margin-bottom: 0;
  }
  .p-download__item-img {
    margin: 1.875rem auto 0.625rem;
  }
  .p-download__box {
    padding: 1.875rem 0.9375rem;
    text-align: left;
  }
  .p-password-title {
    font-size: 7vw;
    margin-bottom: 1.875rem;
  }
  .login-input {
    width: 100%;
    padding: 1.25rem 0.9375rem;
  }
  .login-submit {
    padding: 0.9375rem;
    width: 60%;
  }
}
.p-job {
  overflow: hidden;
}

/* page-job.phpだけでクラスl-aside-recruitを非表示にする */
body.page-id-141 .l-aside-recruit {
  display: none;
}

body.page-id-139 .l-aside-recruit {
  display: none;
}

.p-job-flow {
  padding: 6.25rem 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #F2F2F2;
  position: relative;
}
.p-recruit-table .c-page-head__sub {
  margin: 0 auto 5.625rem;
}

.p-job-title {
  font-size: 1.5rem;
}

.p-job-top {
  font-size: 2rem;
}

.p-job-flow__list {
  max-width: 58.75rem;
}
.p-job-flow__list .wp-block-group__inner-container {
  margin: 0;
  width: 100%;
}

.p-job-flow__box {
  background-color: #FDA823;
  width: 12.5rem;
  height: 12.5rem;
  padding: 1.875rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-job-flow__box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5rem;
  width: 0.25rem;
  height: 5rem;
  background-color: #B4B4B4;
}

.p-job-flow__box--last::after {
  display: none;
}

.p-job-flow__item {
  margin-bottom: 5rem;
}

.p-job-flow__head {
  position: absolute;
  top: -3%;
  left: 0;
  font-family: "Teko", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.125rem;
  white-space: nowrap;
}

.p-job-flow__title {
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  background-color: #FDA823;
}

.p-job-entry {
  padding: 6.875rem 0 0;
  max-width: 50rem;
  margin: 0 auto;
}

.p-job-flow__back {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
.p-job-flow__back img {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .p-job-top {
    font-size: 1.25rem;
  }
  .p-job-title {
    font-size: 1.125rem;
  }
  .p-job-flow__box {
    width: auto;
    height: auto;
    padding: 5rem 0.3125rem;
  }
  .p-job-flow__box::after {
    bottom: -15.625rem;
    height: 15.625rem;
  }
  .p-job-flow__left {
    flex-basis: 38% !important;
  }
  .p-job-flow__title {
    font-size: 4vw;
  }
  .p-job-flow__head {
    font-size: 10vw;
  }
  .p-job-flow__right {
    font-size: 0.8125rem;
  }
  .p-job-flow__list .wp-block-columns {
    gap: 0 1.25rem;
    align-items: flex-start !important;
  }
  .p-job-flow__list .wp-block-column.is-vertically-aligned-center {
    align-self: flex-start;
  }
}
.p-news {
  position: relative;
}

.p-news__back-img {
  position: absolute;
  top: -15%;
  left: -8%;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .p-news__back-img {
    position: absolute;
    top: -30%;
    left: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .p-news__back-img {
    position: absolute;
    top: -40%;
    left: -25%;
  }
}
@media screen and (max-width: 1000px) {
  .p-news__back-img {
    position: absolute;
    top: -55%;
    left: -25%;
  }
}
.p-404__title {
  font-weight: normal;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 4.375rem;
  line-height: 2;
}

.p-404__btn a {
  margin: 0 auto;
}

.p-pager-list {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.p-pager-list__item {
  width: 50%;
}

.p-pager-list__item:first-of-type {
  border-right: 1px solid #D9D9D9;
}

.p-pager-list__item a {
  display: block;
}

.p-pager-list__text {
  font-size: 0.875rem;
  color: #B4B4B4;
  margin-bottom: 0.9375rem;
}

.p-pager-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.p-pager-arrow {
  font-size: 1.2em;
  border: 1px solid #EF6020;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  position: relative;
}

.p-pager-arrow__back::after {
  content: "";
  position: absolute;
  top: calc(50% - 0rem);
  left: calc(50% - 0.125rem);
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(-135deg);
  color: #EF6020;
}

.p-pager-arrow__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.4375rem);
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  color: #EF6020;
}

.p-pager-list__box {
  display: flex;
  align-items: center;
  gap: 0 1.875rem;
}

.p-pager-list__box--right {
  justify-content: flex-end;
}

.p-pager-list__archive .c-button {
  margin: 5rem auto 0;
}

.p-pager-list__textarea {
  width: calc(100% - 80px);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-pager-arrow {
    font-size: 1.2em;
    width: 3.125rem;
    height: 3.125rem;
  }
  .p-pager-list {
    flex-direction: column;
    padding: 0;
  }
  .p-pager-list__item {
    width: 100%;
    padding: 3.125rem 0;
  }
  .p-pager-list__item:first-of-type {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .p-pager-list__archive .c-button {
    margin: 3.125rem auto 0;
  }
}
.p-post-list {
  position: relative;
  margin-top: 5rem;
}

.p-post-list__wrap {
  margin: 0;
}

.p-post-list__title {
  color: #2589d0;
}

.p-post-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 0;
}
.p-post-list__btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-post-list__btn {
    margin: 0 auto 0;
    width: 100%;
  }
}

.p-post-list__categories {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 1.875rem;
  align-items: flex-end;
}

.p-post-list__category-link {
  display: block;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  background-color: #fefefe;
  min-height: 50px;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 0.625rem;
  line-height: 3.125rem;
  padding: 1.5625rem 0;
  height: 77px;
  border: 1px solid #EF6020;
  color: #EF6020;
  border-top: 0.3125rem solid #EF6020;
  transform-origin: bottom;
  z-index: 5;
}
.p-post-list__category-link:hover {
  background-color: #EF6020 !important;
  color: #fff !important;
  opacity: 1 !important;
  height: 115%; /* 高さを直接変更 */
  transform: scaleY(1.15);
  border-top: 0.3125rem solid #fff;
}

.p-post-list__category-link:hover {
  background-color: #D9D9D9;
}

.p-post-card {
  width: calc(33.33333% - 0.83333em);
  margin: 0 1.25em 1.25em 0;
}

.p-post-card:nth-child(3n) {
  margin-right: 0;
}

.post-categories {
  display: flex;
  gap: 0 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.post-categories li {
  padding: 0.3125rem 0.75rem;
  font-size: 0.875rem;
  background-color: #D9D9D9;
  text-align: center;
}

.p-post-article__top-img {
  margin: 2.5rem auto 3.125rem;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .p-post-article__top-img {
    width: 90%;
  }
  .p-post-card {
    width: 100%;
  }
  .p-post-list__categories {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem 0;
    margin-bottom: 7.5rem;
  }
}
.p-top-mv-swiper {
  position: relative;
}

.p-top-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5vw;
  z-index: 3;
  color: #fff;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
}

.p-top-mv-swiper__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.p-top-mv-swiper .swiper-slide {
  display: block;
  width: 100%;
}

.swiper {
  height: 100%;
}

.p-top-mv-swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-mv-swiper .swiper-slide picture::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-top-mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-swiper .swiper-button-prev,
.p-top-mv-swiper .swiper-button-next {
  text-rendering: initial;
}

.p-top-mv-swiper__back-img {
  position: absolute;
  z-index: 4;
  right: -5%;
  top: 0%;
  opacity: 0.6;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-top-mv-swiper .swiper-slide picture::before {
    padding-top: 186.6666666667%;
  }
  .p-top-mv__title {
    top: 40%;
    width: 100%;
    font-size: 13vw;
    text-align: center;
  }
  .p-top-mv-swiper__back-img {
    position: absolute;
    z-index: 4;
    right: -7%;
    top: 0%;
    opacity: 0.6;
    width: 65%;
  }
}
.p-partner-list {
  padding: 40px 5vw 48px;
  background-color: #F2F2F2;
  margin: 0 auto 5rem;
  display: block;
  max-width: 45rem;
}
.p-partner-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
}
.p-partner-list li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #FDA823;
  border-radius: 50%;
  left: 0;
  top: 0.3125rem;
}
.p-partner-list li:last-of-type {
  margin-bottom: 0;
}

.p-privacy-top {
  text-align: center;
  margin-bottom: 4.6875rem;
}

.p-privacy__number {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

.p-privacy__item {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-privacy-top {
    text-align: left;
    margin-bottom: 2.5rem;
  }
  .p-privacy__number {
    margin-bottom: 1.25rem;
  }
}
.p-recruit {
  background-color: #F2F2F2;
  overflow: hidden;
}

.p-recruit__inner {
  position: relative;
}

.p-recruit-top__back {
  position: absolute;
  top: -140px;
  width: 65%;
  right: -10%;
}
.p-recruit-top__back img {
  width: 100% !important;
}

.p-recruit-top {
  margin: 2.5rem auto 9.375rem;
  background-color: #fff;
  max-width: 67.5rem;
  padding: 2.8125rem 2.5rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-recruit-top .wp-block-image {
  max-width: 8.0625rem;
}

.p-recruit-top__text {
  margin-bottom: 1.25rem;
}

.p-recruit-box {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  gap: 0;
}
.p-recruit-box p {
  padding-bottom: 1.875rem;
}
.p-recruit-box .c-page-head {
  text-align: left;
  margin: 0;
}

.p-recruit-box__title {
  font-size: 1.5rem;
  margin-bottom: 3.125rem;
}

.p-recruit-box__subject {
  font-size: 1.5rem;
}

.p-recruit-box-left {
  background-color: #FDA823;
  padding: 6.25rem 1.5625rem;
  position: relative;
}
.p-recruit-box-left .c-page-head__sub {
  color: #151515;
}

.p-recruit-box-right {
  position: relative;
}
.p-recruit-box-right::before {
  content: "";
  display: block;
  padding-top: 66.6961130742%;
}

.p-recruit-box-right img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.p-recruit-box-left__contents {
  max-width: 46.5rem;
  margin: 0 auto;
}

.p-recruit-data {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 6.25rem 0 12.5rem;
}
.p-recruit-data .c-page-head, .p-recruit-data .c-page-head__sub {
  text-align: left;
}
.p-recruit-data .wp-block-group__inner-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 80.625rem;
  display: block;
}

.p-recruit-data__box .wp-block-group__inner-container {
  padding: 0;
}

.p-recruit-data__item {
  padding: 2.5rem;
  border: 1px solid #707070;
}

.p-recruit-data__title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #707070;
  font-size: 1.75rem;
}

.p-recruit-data__number {
  font-size: 2.25rem;
  padding-left: 0.9375rem;
  font-weight: bold;
}
.p-recruit-data__number span {
  line-height: 1.5;
  font-family: "Teko", sans-serif;
  padding-left: 0;
  font-size: 7.5rem;
  font-weight: normal;
}

.p-recruit-data__img img {
  margin: 0 auto;
  display: block;
  width: auto !important;
}

.p-recruit-data p {
  text-align: center;
}

.p-recruit-data__text {
  font-size: 1.125rem;
}

.p-recruit-data__detail {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}

.p-recruit-job {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 6.25rem 0 12.5rem;
  position: relative;
}
.p-recruit-job .wp-block-group__inner-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 80.625rem;
  display: block;
}
.p-recruit-job .c-page-head, .p-recruit-job .c-page-head__sub {
  text-align: left;
  color: #EF6020;
}

.p-recruit-job__top-title {
  margin: 0;
}

.p-recruit-job__top-title-sub {
  margin: 0 0 7.5rem;
}

.p-recruit-job__list .wp-block-group__inner-container {
  padding: 0;
}

.p-recruit-job__item {
  margin-bottom: 7.5rem;
}

.p-recruit-job__item:last-of-type {
  margin-bottom: 0;
}

.p-recruit-job__title {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.p-recruit-banner {
  padding: 4.375rem 5%;
  margin-bottom: 11.25rem;
}
.p-recruit-banner .c-page-head {
  text-align: left;
  margin: 0;
}

.p-recruit-banner__text {
  margin-top: 0.9375rem;
  font-size: 1.5rem;
}

.p-recruit-job__btn {
  margin-top: 1.25rem;
}
.p-recruit-job__btn a {
  display: block;
  width: 100%;
}

.p-recruit-sns {
  background-color: #E3E3E3;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-recruit-sns .wp-block-group__inner-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 80.625rem;
  display: block;
}
.p-recruit-sns .wp-block-columns.are-vertically-aligned-bottom {
  margin-bottom: 0;
}

.p-recruit-sns__right {
  padding-top: 5rem;
}

.p-recruit-sns__title {
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
  line-height: 1.5;
}

.p-recruit-sns__video {
  margin-top: 2.5rem;
}

.p-recruit-sns__banner {
  background-color: #212121;
  padding: 1.875rem 2.5rem;
}
.p-recruit-sns__banner :where(.wp-block-columns) {
  margin-bottom: 0;
}

.p-recruit-sns__banner-title {
  font-size: 2rem;
  font-family: "Teko", sans-serif;
}

.p-recruit-job__back {
  position: absolute;
  top: 0;
  right: -20%;
  width: 65%;
}

.p-recruit-box__back-img {
  position: absolute;
  top: 60%;
  left: -10%;
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-top {
    display: flex;
    flex-wrap: nowrap !important;
    padding: 1.5625rem 0.9375rem;
    margin: 2.5rem auto 6.25rem;
    width: 100%;
  }
  .p-recruit-top .c-button-link {
    transform: translateX(-37%);
    width: 155%;
    text-align: center;
  }
  .p-recruit .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
  }
  .p-recruit-job__top-title-sub {
    margin: 0 0 3.125rem;
  }
  .p-recruit-top__left {
    width: 100%;
  }
  .p-recruit-top__back {
    position: absolute;
    top: 6.875rem;
    width: 65%;
    right: -10%;
  }
  .p-recruit-job__title {
    font-size: 1.375rem;
  }
  .p-recruit-box-left {
    padding: 4.375rem 1.5625rem;
  }
  .p-recruit-box__title {
    padding-bottom: 0 !important;
  }
  .p-recruit-box-right img {
    max-width: none !important;
  }
  .p-recruit-box-right::before {
    padding-top: 85.3333333333%;
  }
  .p-recruit-data__box {
    margin-top: 1.875rem;
  }
  .p-recruit-data__box .wp-block-group__inner-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 0 1.875rem;
    padding: 0;
  }
  .p-recruit-data__item {
    padding: 2.5rem 0.9375rem 2.5rem;
  }
  .p-recruit-data__number {
    font-size: 1.5625rem;
  }
  .p-recruit-data__number span {
    font-size: 4.6875rem;
  }
  .p-recruit-job__list .wp-block-media-text__content {
    padding: 0;
    margin-top: 1.875rem;
  }
  .p-recruit-job__item {
    margin-bottom: 6.25rem;
  }
  .p-recruit-sns__title {
    font-size: 1.125rem;
  }
  .p-recruit-sns__right {
    padding-top: 0.9375rem;
  }
  .p-recruit-job__btn {
    margin: 1.875rem auto 0;
    display: block;
    width: 55%;
  }
  .p-recruit-job__back {
    width: 80%;
  }
  .p-recruit-banner .c-button {
    margin-left: auto;
  }
  .p-recruit-box__back-img {
    top: -5%;
    width: 80%;
  }
  .p-recruit-sns__video iframe {
    height: 11.25rem;
    border-radius: 0.625rem;
  }
  .p-recruit-sns__right .is-layout-flex {
    gap: 0 0.9375rem !important;
  }
  .p-recruit-sns__banner {
    padding: 1.875rem 5rem;
  }
  .p-recruit-sns__banner-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 500px) {
  .p-recruit-sns__video iframe {
    height: 9.375rem;
  }
}
.p-single h2.wp-block-heading {
  border-left: 0.5rem solid #EF6020;
  padding-left: 1.5rem;
  margin: 1.875rem 0 3.125rem;
}
.p-single h3.wp-block-heading {
  color: #EF6020;
  font-size: 1.5rem;
  margin: 1.875rem 0 1.875rem;
}
.p-single h4.wp-block-heading {
  color: #EF6020;
  font-size: 1.25rem;
  margin: 1.25rem 0 1.25rem;
}
.p-single p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.p-single .wp-block-image img {
  width: 80%;
  margin: 3.125rem 0;
}
.p-single .wp-block-list li {
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1.5em;
  position: relative;
}
.p-single .wp-block-list li::before {
  content: "●";
  font-size: 0.75rem;
  color: #FDA823;
  position: absolute;
  top: 0.8em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-single h2.wp-block-heading {
    font-size: 1.25rem;
    padding-left: 1.5rem;
    margin: 1.25rem 0 2.5rem;
  }
  .p-single h3.wp-block-heading {
    color: #EF6020;
    font-size: 1.25rem;
    margin: 1.25rem 0 1.25rem;
  }
}
.p-top-works__inner {
  margin: 5% 5% 0 5%;
}

.p-top-works .swiper {
  padding-bottom: 20px;
}

.p-top-works .swiper-slide {
  display: block;
  width: 100%;
}

.p-top-works .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .swiper-pagination {
  bottom: 0;
}

.p-top-works .swiper-button-prev,
.p-top-works .swiper-button-next {
  text-rendering: initial;
}

.p-top-works .slick-track {
  display: block;
  width: 100%;
}

.p-top-works .slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 5px;
}

.p-top-works .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .slick-next,
.p-top-works .slick-prev {
  background: gray;
}

.p-top-post {
  background-color: #212121;
  position: relative;
}

.p-top-post__back {
  position: absolute;
  top: 0;
  width: 25rem;
  right: 0;
  opacity: 0.06;
}

.p-top-post__back2 {
  position: absolute;
  bottom: 0;
  width: 37.5rem;
  left: -10%;
  opacity: 0.06;
}

.p-top-post__inner {
  width: 100%;
  max-width: 102.5rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.p-top-post__title {
  color: #fff;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
}

.p-top-post .splide__slide {
  display: block;
  width: 100%;
}

.p-top-post .splide__slide a {
  display: block;
}

.p-top-post .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .splide__pagination {
  bottom: -2em;
}

.p-top-post .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-post .swiper {
  padding-bottom: 20px;
  padding: 0 33% 20px;
}
.p-top-post .swiper .c-button__circle {
  background-color: transparent;
  border: 1px solid #fff;
}

.p-top-post .swiper-slide {
  display: block;
  width: 100%;
  filter: brightness(60%);
  transition: transform 0.3s ease-in-out;
  transform: scale(0.75);
}

.p-top-post .swiper-slide-visible {
  filter: brightness(100%);
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  z-index: 3;
}

.p-top-post__link {
  position: relative;
  display: block;
  width: 100%;
}
.p-top-post__link::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.swiper-slide-visible .p-top-post__link::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.p-top-post .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .swiper-pagination {
  bottom: 0;
}

.p-top-post .swiper-button-prev,
.p-top-post .swiper-button-next {
  text-rendering: initial;
}

.p-top-swiper__btn .c-button {
  margin-left: auto;
  padding: 0 1.25rem;
  margin-top: 3.75rem;
}

.p-top-post .slick-track {
  display: block;
  width: 100%;
}

.p-top-post .slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 5px;
}

.p-top-post .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 600/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .slick-next,
.p-top-post .slick-prev {
  background: gray;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.p-top-about {
  position: relative;
  z-index: 2;
}

.p-top-about-back {
  position: absolute;
  width: 40%;
  top: -40%;
  left: -10%;
  opacity: 0.4;
  max-width: 31.25rem;
}

.p-top-about__inner {
  background-color: #EF6020;
}

.p-top-about__title {
  position: relative;
  font-size: 3.875rem;
  font-weight: bold;
  color: #ef6020;
  letter-spacing: 0.19375rem;
  line-height: 1.2;
  padding: 0.9375rem 0.3125rem;
  display: inline-block;
  z-index: 1;
  margin-bottom: 1.25rem;
}
.p-top-about__title::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
}

.p-top-about__title .line {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
}

.p-top-about__title:first-of-type {
  margin-bottom: 1.25rem;
}

.p-top-about__head {
  font-size: 3rem;
  font-weight: bold;
  color: #D9D9D9;
  margin-bottom: 2.8125rem;
}

.p-top-about__text {
  line-height: 2;
  font-size: 1.125rem;
  margin-top: 3.75rem;
  position: relative;
  z-index: 2;
}

.p-top-about__contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-about__head {
  position: absolute;
  content: "";
  right: 0;
  font-size: 8vw;
  font-family: "Teko", sans-serif;
  font-weight: bold;
  letter-spacing: 0.045rem;
  top: -15%;
  z-index: 2;
  line-height: 0.7;
  text-align: right;
  color: #d9d9d9;
}
@media screen and (max-width: 1300px) {
  .p-about__head {
    top: -10%;
  }
}
@media screen and (max-width: 1700px) {
  .p-about__head {
    top: -13%;
  }
}

.p-about__head--first {
  color: #EF6020;
}

.p-top-news {
  position: relative;
}

.p-top-news__title {
  font-size: 1rem;
  font-weight: 400;
}

.p-top-news__img {
  position: absolute;
  top: 0;
  left: -15%;
  width: 42.5rem;
}

.p-top-news__wrap {
  display: flex;
  gap: 0 5vw;
}

.p-top-news__list {
  width: 80%;
}

.p-top-news__item {
  border-top: 1px solid #b4b4b4;
}
.p-top-news__item:last-of-type {
  border-bottom: 1px solid #b4b4b4;
}

.p-top-news__link {
  display: flex;
  padding: 2.5rem 1.25rem;
  align-items: center;
  gap: 0 3.125rem;
}

.p-top-news__date {
  font-size: 0.875rem;
}

.p-top-news__btn {
  margin-top: 3.75rem;
}
.p-top-news__btn .c-button {
  margin-left: auto;
}

.p-top-service .c-head {
  margin-bottom: 1.875rem;
}

.p-top-service__inner {
  background-color: #f2f2f2;
}

.p-top-service__wrap {
  display: flex;
}

.p-top-service__item {
  width: 33.33%;
}

.p-top-service__item img {
  width: 100%;
  filter: brightness(60%);
}

.p-top-service__item-link {
  position: relative;
  display: block;
}

.p-top-service__item-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.p-top-service__head {
  font-size: 1.75rem;
  letter-spacing: 0.0875rem;
  margin-bottom: 0.9375rem;
}

.p-top-service__text {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  font-family: "Teko", sans-serif;
}

.p-top-works__head {
  display: flex;
  align-items: center;
  gap: 0 5rem;
  margin-bottom: 3.125rem;
}

.p-top-youtube {
  position: relative;
}

.p-top-youtube__img {
  position: absolute;
  top: 0;
  right: -10%;
  width: 56.25rem;
  z-index: -1;
}

.p-top-youtube__intro {
  display: flex;
  align-items: center;
  gap: 0 5rem;
}

.p-top-youtube__profile {
  display: flex;
  align-items: center;
  gap: 0 1.5625rem;
}

.p-top-youtube__icon {
  width: 6.25rem;
  height: 6.25rem;
}

.p-top-youtube__name {
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
}

.p-top-youtube__list {
  display: flex;
  gap: 0 1.25rem;
  margin-top: 5rem;
}

.p-top-youtube__item {
  width: 32.5%;
}
.p-top-youtube__item iframe {
  width: 100%;
  height: 16.25rem;
}

.opening {
  width: 100%;
  height: 100vh;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  z-index: 1;
}

.opening__logo {
  display: block;
  width: 500px;
  height: 500px;
  z-index: 2;
  clip-path: inset(0 100% 0 0); /*予め切り取り*/
  transform: scale(1.1); /*予め大きくしておく*/
  opacity: 0; /*予め透明に*/
}

@media screen and (max-width: 767px) {
  .p-top-news__title {
    font-size: 1rem;
  }
  .p-top-about__text {
    font-size: 1rem;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
  .p-top-about__title {
    font-size: 7.5vw;
  }
  .p-top-about .l-wrapper {
    padding: 9.375rem 0 4.375rem;
  }
  .p-top-about__contents {
    flex-direction: column;
  }
  .p-top-about__head {
    font-size: 7.5vw;
  }
  .p-about__head {
    font-size: 15.5vw;
    top: -7.5%;
  }
  .p-top-news__list {
    width: 100%;
  }
  .p-top-news__wrap {
    display: flex;
    flex-direction: column;
    gap: 0 5vw;
  }
  .p-top-news__link {
    padding: 1.5625rem 0;
    flex-direction: column;
    gap: 0.9375rem 0;
    align-items: normal;
  }
  .p-top-service__wrap {
    flex-direction: column;
    gap: 1.25rem 0;
  }
  .p-top-service__item {
    width: 100%;
  }
  .p-top-post .swiper {
    padding-bottom: 20px;
    padding: 0 14% 20px;
  }
  .p-top-post .swiper .c-button__circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-top-post__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-youtube__intro .c-button {
    display: none;
  }
  .p-top-youtube__name {
    font-size: 5.5vw;
  }
  .p-top-youtube__profile {
    gap: 0 1.25rem;
  }
  .p-top-youtube__list {
    flex-direction: column;
    gap: 2.5rem 0;
  }
  .p-top-youtube__item {
    width: 100%;
  }
  .p-top-youtube__item iframe {
    height: 21.25rem;
  }
  .p-top-news__img {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 21.875rem;
  }
  .p-top-works__head {
    margin-bottom: 0;
  }
  .p-top-about-back {
    position: absolute;
    width: 40%;
    top: -20%;
    left: -10%;
    opacity: 0.4;
  }
  .p-top-post__back {
    position: absolute;
    top: 0;
    width: 50%;
    right: -10%;
    opacity: 0.1;
  }
  .p-top-post__back2 {
    position: absolute;
    bottom: 0;
    width: 60%;
    left: -10%;
    opacity: 0.1;
  }
}
@media screen and (min-width: 650px) and (max-width: 767px) {
  .p-about__head {
    font-size: 13vw;
    top: -9%;
  }
}
@media screen and (min-width: 550px) and (max-width: 649px) {
  .p-about__head {
    font-size: 14vw;
    top: -8%;
  }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
  .p-about__head {
    font-size: 16vw;
    top: -7%;
  }
}
@media screen and (min-width: 300px) and (max-width: 449px) {
  .p-about__head {
    font-size: 17vw;
    top: -6.7%;
  }
}
@media screen and (max-width: 500px) {
  .p-top-youtube__item iframe {
    height: 15rem;
  }
  .p-top-youtube__img {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .p-top-youtube__item iframe {
    height: 12.6875rem;
  }
}
.p-works {
  background-color: #F2F2F2;
}

.p-works-list .bbc-utb-free-tab-label-wrapper.tabs-6 {
  grid-template-columns: repeat(6, 1fr);
}
.p-works-list .wp-block-latest-posts__featured-image a {
  position: relative;
  width: 100%;
}
.p-works-list .wp-block-latest-posts__featured-image a::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 767px) {
  .p-works-list .wp-block-latest-posts__featured-image a::before {
    padding-top: 75%;
  }
}
.p-works-list .wp-block-latest-posts__featured-image a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 31.25rem;
  margin: 0 auto;
}

.p-post-article__inner.l-inner {
  margin-top: 2rem;
}

.p-post-article__title {
  font-size: 3rem;
}

.p-post-article__category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}

.p-post-article__category li {
  padding: 0.3125rem;
  color: #EF6020;
  border: 1px solid #EF6020;
}

.p-post-article__box {
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  width: 100%;
}

.p-post-article__content-wrap {
  padding-bottom: 1.875rem;
  width: 100%;
  margin: auto;
}

.p-post-article__title {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.p-post-article__contents {
  margin-top: 1.875rem;
}

.p-post-article__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  font-size: 0.8125rem;
}

.p-post-article__content h2 {
  margin: 1.875rem 0 0.9375rem;
  font-size: 1.75rem;
  border-left: 0.5em solid #EF6020;
}

.p-post-article__contents h4 {
  margin: 0.625rem 0;
  font-size: 1.5rem;
}

.p-post-article__contents h5 {
  margin: 0.625rem 0;
  padding: 0.125rem 0.78125rem;
  display: inline-block;
  color: #EF6020;
  font-size: 1.25rem;
  border-top: 2px solid #EF6020;
  border-bottom: 2px solid #EF6020;
}

.p-post-article__contents a {
  color: #EF6020;
  text-decoration: underline;
}

.p-post-article__contents figure {
  margin: 0.625rem 0;
}

.p-post-article__contents figcaption {
  margin: 0.625rem 0;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-post-article__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .p-post-article__title {
    font-size: 1.5625rem;
  }
}
.p-post-card__img {
  width: 100%;
  position: relative;
  margin-bottom: 0.9375rem;
}
.p-post-card__img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.p-post-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-card__body {
  position: relative;
}

.p-post-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.p-post-card__title {
  margin-bottom: 1.25rem;
}

.p-post-card__category li {
  background-color: #D9D9D9;
  font-size: 0.75rem;
  padding: 0.4375rem 0.625rem;
}

.p-post-card__new {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #2589d0;
  border: 1px solid #2589d0;
}

.p-post-connect__title {
  color: #2589d0;
}

.p-post-connect__items {
  display: grid;
}
@media screen and (max-width: 767px) {
  .p-post-connect__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-top-gallery__inner {
  margin: 5% 5% 0 5%;
}

.p-top-gallery .splide__slide {
  display: block;
  width: 100%;
}

.p-top-gallery .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .swiper-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
}

.p-top-gallery .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .slick-track {
  display: block;
  width: 100%;
}

.p-top-gallery .slick-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
  margin: 0 5px;
}

.p-top-gallery .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-slick {
  background: black;
}

.p-top-mv-slick__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-slick .slick-track {
  display: block;
  width: 100%;
}

.p-top-mv-slick .slick-slide {
  display: block;
  width: 100%;
  margin: 0 5px;
}

.p-top-mv-slick .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-slick .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-splide__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-splide .splide__slide {
  display: block;
  width: 100%;
}

.p-top-mv-splide .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-splide .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-text-effect {
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  --translateX:0px;
}

.js-text-effect::before {
  content: "";
  width: 102%;
  height: 100%;
  background-color: #EF6020;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(var(--translateX));
}

.p-pager-list {
  width: 100%;
}

.pagenavi-wrapper {
  margin-top: 5rem;
}
.pagenavi-wrapper .wp-pagenavi {
  text-align: center;
}
.pagenavi-wrapper .wp-pagenavi a, .pagenavi-wrapper span {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  text-align: center;
  line-height: 2.5rem;
  border: 0.125rem solid #EF6020;
  color: #EF6020;
  margin: 0 0.625rem;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pagenavi-wrapper .wp-pagenavi a, .pagenavi-wrapper span {
    width: 2rem;
    height: 2rem;
    line-height: 1.25rem;
    font-size: 0.9375rem;
  }
}
.pagenavi-wrapper .wp-pagenavi a:hover, .pagenavi-wrapper .wp-pagenavi span.current {
  background-color: #D9D9D9;
  border: 0.125rem solid #EF6020;
  transition: background-color 0.3s ease;
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateX(-25%) rotate(45deg);
  margin: 0 0.75rem 0.125rem;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.08em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.08em;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 25px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 25px;
}

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 2.5rem;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 2.5rem;
  }
}
.wp-block-columns img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bbc-utb-free-tab-label-wrapper .bbc-utb-free-tab-content-wrapper {
    margin-top: 3.75rem;
  }
}
.wp-block-flexible-table-block-table {
  margin: 3.125rem 0;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
}
/*# sourceMappingURL=style.css.map */
