@charset "UTF-8";
#wpadminbar a {
  color: #fff !important;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 0.732vw; /* 1366px時に1rem=10px（7rem=70px） */
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.65vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #1D1D1E;
  margin: 0 !important;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1D1D1E;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  margin-left: 0 !important;
}

li {
  list-style: none;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1d1d1e;
}

a {
  text-decoration: unset;
  color: #1D1D1E !important;
}

a:focus,
a:active {
  outline: none;
  box-shadow: none;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.c-btn {
  padding: 1rem 3rem;
  text-align: center;
  background: #1D1D1E;
  color: #fff !important;
  border-radius: 2.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: inline-block;
  transition: all 0.5s;
}
.c-btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-btn:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn-white {
  padding: 1.5rem 3rem;
  border-radius: 30px;
  background: #fff;
  color: #1D1D1E !important;
  border: 1px solid #1D1D1E;
  width: 23rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-btn-white {
    font-size: 1.4rem;
    padding: 1rem;
    width: 20rem;
  }
}
.c-btn-icon {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-right: 2rem;
  padding-left: 4rem;
}
.c-btn-more {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  padding-right: 2rem;
  position: relative;
  font-family: "Outfit", sans-serif;
  transition: all 0.5s;
}
.c-btn-more:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-btn-more:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-more {
    font-size: 1.2rem;
  }
}
.c-btn-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #1D1D1E;
  border-radius: 50%;
}
.c-btn-back {
  background: #1D1D1E;
  color: #fff !important;
  padding: 2rem 6rem;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
.c-btn-back:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-btn-back:hover {
    transform: none;
    opacity: 1;
  }
}
.c-btn-back img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn-back {
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
  }
}
.c-btn-recruit {
  position: relative;
}
.c-btn-recruit img {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}

.c-post-pager {
  background: #1D1D1E;
  color: #fff;
}
.c-post-pager__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 1rem;
  width: 56.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-post-pager__inner {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.c-post-pager span {
  font-family: "Poppins", sans-serif;
}
.c-post-pager a {
  color: #fff !important;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager a {
    font-size: 1.4rem;
  }
}
.c-post-pager__archive img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager__archive img {
    width: 2rem;
    height: 2rem;
  }
}
.c-post-pager__archive {
  transition: all 0.5s;
}
.c-post-pager__archive:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-post-pager__archive:hover {
    transform: none;
    opacity: 1;
  }
}
.c-post-pager__archive img {
  width: 3rem;
  height: 3rem;
}
.c-post-pager__prev, .c-post-pager__next {
  transition: all 0.5s;
}
.c-post-pager__prev:hover, .c-post-pager__next:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-post-pager__prev:hover, .c-post-pager__next:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-post-pager__prev, .c-post-pager__next {
    width: 6rem;
  }
}
.c-post-pager__prev img, .c-post-pager__next img {
  width: 1rem;
  height: 2rem;
  position: relative;
  bottom: 0.25rem;
}
.c-post-pager__dummy {
  width: 8rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager__dummy {
    width: 6rem;
  }
}
.c-post-pager__num .wp-pagenavi {
  width: 20rem;
  display: flex;
  justify-content: center;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-post-pager__num .wp-pagenavi {
    width: 14rem;
  }
}
.c-post-pager__num .page {
  margin-bottom: 0;
}
.c-post-pager__num a, .c-post-pager__num span {
  font-size: 2.5rem;
  width: 5rem;
  height: 5rem;
  display: block;
  text-align: center;
  line-height: 5.2rem;
  margin: 0 1rem;
  transition: all 0.5s;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.c-post-pager__num a:hover, .c-post-pager__num span:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-post-pager__num a:hover, .c-post-pager__num span:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-post-pager__num a, .c-post-pager__num span {
    font-size: 1.4rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.c-post-pager__num span {
  background: #fff;
  border-radius: 50%;
  color: #1D1D1E;
}
.c-post-pager__num a:nth-of-type(2) {
  margin-right: 0;
}

.c-cat-news {
  background: #FFE100;
}
.c-cat-topics {
  background: #0019FF;
  color: #fff;
}
.c-cat-media {
  background: #FFE100;
}
.c-cat-event {
  background: #F95D44;
  color: #fff;
}

/* 下段だけ右→左に流す */
/* 初期状態（共通） */
.c-slidein-right,
.c-slidein-left,
.c-slidein-up,
.c-slidein-down {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

/* 方向別の初期位置 */
.c-slidein-right {
  transform: translateX(50px);
}

.c-slidein-left {
  transform: translateX(-50px);
}

.c-slidein-up {
  transform: translateY(50px);
}

.c-slidein-down {
  transform: translateY(-50px);
}

/* 表示されたとき */
.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.l-footer {
  overflow: hidden;
}
.l-footer__inner {
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0 2.5rem;
  }
}
.l-footer__inner--m {
  padding: 0 15rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .l-footer__inner--m {
    padding: 0 2.5rem;
    flex-direction: column;
    align-items: unset;
  }
}
.l-footer__bread {
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__bread {
    margin: 1rem 0;
    font-size: 1.4rem;
  }
}
.l-footer__bread ul > span {
  margin-right: 4rem;
  position: relative;
}
.l-footer__bread ul > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #1D1D1E;
  border-radius: 50%;
}
.l-footer__bread ul > span:last-of-type::after {
  display: none;
}
.l-footer__company {
  background: #DDDEDD;
  margin-top: 2rem;
  padding: 10rem 0 15rem;
  margin-bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    padding: 5rem 0;
    margin-bottom: -4rem;
  }
}
.l-footer__company--inner {
  padding: 0 15rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__company--inner {
    padding: 0 2.5rem;
    flex-direction: column;
  }
}
.l-footer__company--title p {
  margin-bottom: 0;
}
.l-footer__company--title h2 {
  font-size: 4rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-footer__company--title h2 {
    font-size: 2.5rem;
  }
}
.l-footer__company ul {
  width: 78rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__company ul {
    width: 100%;
    flex-direction: column;
  }
}
.l-footer__company li {
  width: 38rem;
  margin-bottom: 2rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .l-footer__company li {
    width: 100%;
  }
}
.l-footer__company li:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-footer__company li:hover {
    transform: none;
    opacity: 1;
  }
}
.l-footer__company li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 3rem;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__company li a {
    padding: 1.5rem 2rem;
  }
}
.l-footer__company--left span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
}
.l-footer__company--left p {
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-footer__company--left p {
    font-size: 1.6rem;
  }
}
.l-footer__contact {
  background: url(../img/base/bg-footer.png) no-repeat top;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 16.5rem;
  position: relative;
}
.l-footer__contact::after {
  content: "";
  background: #ffe102;
  width: 100%;
  height: 60rem;
  position: absolute;
  bottom: -60rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__contact::after {
    height: 100rem;
    bottom: -100rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    padding-top: 2rem;
    padding-bottom: 10rem;
    border-radius: 35px 35px 0 0;
  }
}
.l-footer__contact--title h2 {
  font-size: 6.5rem;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--title h2 {
    font-size: 4rem;
  }
}
.l-footer__contact--title p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--title p {
    font-size: 1.6rem;
  }
}
.l-footer__contact--content {
  display: flex;
  justify-content: space-between;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--content {
    width: 100%;
    flex-direction: column;
  }
}
.l-footer__contact--content p {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--content p {
    flex-direction: column;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.l-footer__contact--content .c-btn-arrow {
  width: 6rem;
  height: 6rem;
  text-align: center;
  transition: all 0.5s;
}
.l-footer__contact--content .c-btn-arrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--content .c-btn-arrow:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact--content .c-btn-arrow {
    width: 4rem;
    height: 4rem;
    line-height: unset;
    display: block;
    margin-left: auto;
  }
}
.l-footer__recruit {
  background: #000;
  border-radius: 75px 75px 0 0;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 16.5rem;
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit {
    margin-top: -7rem;
    padding-bottom: 8rem;
    border-radius: 35px 35px 0 0;
  }
}
.l-footer__recruit::after {
  content: "";
  background: #000;
  width: 100%;
  height: 60rem;
  position: absolute;
  bottom: -60rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit::after {
    height: 100rem;
    bottom: -100rem;
  }
}
.l-footer__recruit--title h2 {
  font-size: 6.5rem;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit--title h2 {
    font-size: 4rem;
  }
}
.l-footer__recruit--title p {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit--title p {
    font-size: 1.6rem;
  }
}
.l-footer__recruit--btns .c-btn-recruit {
  width: 41rem;
  padding: 2rem 0;
  text-align: center;
  background: #fff;
  display: block;
  border-radius: 3.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
  transition: all 0.5s;
}
.l-footer__recruit--btns .c-btn-recruit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit--btns .c-btn-recruit:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__recruit--btns .c-btn-recruit {
    width: 100%;
    font-size: 1.4rem;
  }
}
.l-footer__recruit--btns .c-btn-recruit:last-of-type {
  margin-bottom: 0;
}
.l-footer__recruit--btns .c-btn-recruit img {
  width: 4rem;
  height: 4rem;
}
.l-footer__link {
  background: #F3F5F4;
  border-radius: 75px 75px 0 0;
  padding-top: 8rem;
  padding-bottom: 4rem;
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    margin-top: -3rem;
    border-radius: 35px 35px 0 0;
    padding-top: 4rem;
  }
}
.l-footer__link--inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__link--inner {
    flex-direction: column;
  }
}
.l-footer__link a {
  transition: all 0.5s;
}
.l-footer__link a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-footer__link a:hover {
    transform: none;
    opacity: 1;
  }
}
.l-footer__link--logo img {
  width: 19rem;
}
.l-footer__link--sns ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.l-footer__link--sns ul img {
  width: 5.5rem;
}
.l-footer__link--left {
  width: 19rem;
}
.l-footer__link--right {
  width: 78rem;
  margin-right: 10rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__link--right {
    width: 100%;
  }
}
.l-footer__link--right ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__link--right ul {
    flex-direction: column;
  }
}
.l-footer__link--right li h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__link--right li h3 {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
}
.l-footer__link--right li p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__link--right li p {
    margin-bottom: 0.5rem;
  }
}
.l-footer__link--list-item--recruit {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__link--list-item--recruit {
    margin-top: unset;
  }
}
.l-footer__copyright {
  margin-top: 7rem;
  text-align: center;
}
.l-footer__copyright p {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 2rem;
    padding-top: 1.5rem;
    height: 7rem;
  }
}
.l-header__logo img {
  width: 20rem;
}
.l-header__nav {
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
  justify-content: space-between;
  width: 66.5rem;
  padding: 1.5rem 4rem;
  border-radius: 20rem;
  background: transparent;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  background: #fff;
  position: relative;
}
.l-header__list-item {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  transition: all 0.5s;
}
.l-header__list-item:hover {
  cursor: pointer;
}
.l-header__list-item:hover span {
  opacity: 0.5;
}
.l-header__list-item span {
  transition: all 0.5s;
}
.l-header__list-item:first-of-type, .l-header__list-item:nth-of-type(2) {
  padding-right: 2rem;
}
.l-header__list-item:first-of-type::after, .l-header__list-item:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #FFE100;
  border-radius: 50%;
}
.l-header__list-item--sub {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  display: flex;
  width: 48rem;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.l-header__list-item--sub.active {
  opacity: 1;
  visibility: visible;
}
.l-header__list-item--sub img {
  margin-right: 2rem;
}
.l-header__list-item--sub ul {
  padding-left: 3rem;
}
.l-header__list-item--sub h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
  position: relative;
}
.l-header__list-item--sub h3::before {
  content: "";
  display: block;
  background: url(../img/base/icon-fukidashi.png) no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translate(0, -50%);
}
.l-header__list-item--sub p {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
  position: relative;
  line-height: 1.4;
  transition: all 0.5s;
}
.l-header__list-item--sub p:hover {
  opacity: 0.5;
}
.l-header__list-item--sub p::before {
  content: "";
  display: block;
  background: url(../img/base/icon-tri.png) no-repeat center;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(0, -50%);
}
.l-header__ham {
  width: 5.5rem;
  height: 6rem;
  position: relative;
  background: url(../img/base/bg-ham.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  position: fixed;
  right: 5rem;
  transition: none !important;
  transform: none !important;
}
@media screen and (max-width: 768px) {
  .l-header__ham {
    right: 2rem;
    top: 1.5rem;
  }
}
.l-header__ham:hover {
  cursor: pointer;
}
.l-header__ham--inner {
  width: 2rem;
  height: 1rem;
  position: relative;
  z-index: 10;
  bottom: 0.3rem;
}
.l-header__ham--inner span {
  background: #1D1D1E;
  width: 1.5rem;
  height: 0.25rem;
  display: block;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
}
.l-header__ham--inner span:nth-of-type(2) {
  width: 2rem;
  margin-bottom: 0;
  left: 0;
  top: 0.4rem;
  opacity: 0;
}
.l-header__ham--inner span:nth-of-type(3) {
  width: 2rem;
  margin-bottom: 0;
  left: 0;
  bottom: 0;
  top: unset;
}
.l-header__ham--inner span.active:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0.4rem;
  width: 2rem;
}
.l-header__ham--inner span.active:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 0.4rem;
}
.l-header__ham--img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 39rem;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  padding: 12rem 5rem;
  position: fixed;
  top: 0;
  right: -39rem;
  transition: right 0.4s ease;
  z-index: 9;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area {
    width: 80%;
    padding: 10rem 3rem;
  }
}
.l-header__ham--area.active {
  right: 0;
}
.l-header__ham--area--list-item {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1.5px solid #DBDBDB;
  position: relative;
}
.l-header__ham--area--list-item:hover {
  cursor: pointer;
}
.l-header__ham--area--list-item a, .l-header__ham--area--list-item p {
  transition: all 0.5s;
}
.l-header__ham--area--list-item a:hover, .l-header__ham--area--list-item p:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--list-item a:hover, .l-header__ham--area--list-item p:hover {
    transform: none;
    opacity: 1;
  }
}
.l-header__ham--area--list-item p {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--list-item p {
    font-size: 1.8rem;
  }
}
.l-header__ham--area--list-item p::before {
  content: "";
  background: url(../img/base/icon-fukidashi-gray.png) no-repeat center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.l-header__ham--area--list-item.js-ham-accordion > p::after {
  content: "";
  display: block;
  background: url(../img/base/icon-tri-down.png) no-repeat center;
  background-size: contain;
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(90deg);
}
.l-header__ham--area--list-item.active p::before {
  background: url(../img/base/icon-fukidashi.png) no-repeat center;
  background-size: contain;
}
.l-header__ham--accordion p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--accordion p {
    font-size: 1.4rem;
  }
}
.l-header__ham--accordion p::before {
  display: none;
}

.l-section__inner {
  padding: 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    padding: 0 2.5rem;
  }
}
.l-section__inner--s {
  padding: 0 30rem;
}
@media screen and (max-width: 768px) {
  .l-section__inner--s {
    padding: 0 2.5rem;
  }
}
.l-section__title h2 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 6.5rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #1d1d1e;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-section__title h2 {
    font-size: 4rem;
  }
}
.l-section__title p {
  margin-bottom: 0;
}

.home .l-section__inner {
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .home .l-section__inner {
    padding: 0 2.5rem;
  }
}
.home .l-section__title h2 {
  position: relative;
  display: inline-block;
}
.home .l-section__title h2::after {
  content: "";
  display: block;
  background: url(../img/base/icon-fukidashi-ham.png) no-repeat center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: -1rem;
}
.home .p-front__pickup .l-section__title h2::after {
  right: 1rem;
}

.p-company__wrap {
  padding: 0 10rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company__wrap {
    padding: 2.5rem;
    margin-bottom: 5rem;
  }
}
.p-company__side {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-company__side {
    display: none;
  }
}
.p-company__side ul {
  margin-bottom: 1rem;
}
.p-company__side li {
  font-size: 1.4rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  position: relative;
  opacity: 0.4;
}
.p-company__side li:last-of-type {
  margin-bottom: 0;
}
.p-company__side li.active {
  opacity: 1;
}
.p-company__side li.active::before {
  content: "";
  display: block;
  background: url(../img/company/icon-fukidashi.png) no-repeat center;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.p-company__main {
  width: 91.5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-company__main {
    width: 100%;
  }
}
.p-company__title h2 {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-company__title h2 {
    font-size: 2.5rem;
  }
}
.p-company__title p {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}
.p-company__message img {
  margin-bottom: 2rem;
  width: 100%;
}
.p-company__message--content--sign {
  text-align: end;
  position: relative;
  bottom: 2rem;
}
.p-company__message--content--sign img {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-company__message--content--sign img {
    width: 20rem;
  }
}
.p-company__profile {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-company__profile {
    margin-bottom: 5rem;
  }
}
.p-company__profile--table {
  border-collapse: collapse;
}
.p-company__profile--table th, .p-company__profile--table td {
  padding: 3rem 0;
  border-top: 1px dotted #161616;
}
@media screen and (max-width: 768px) {
  .p-company__profile--table th, .p-company__profile--table td {
    font-size: 1.4rem;
  }
}
.p-company__profile--table th:last-of-type, .p-company__profile--table td:last-of-type {
  border-bottom: 1px dotted #161616;
}
.p-company__profile--table th {
  width: 15rem;
  text-align: start;
  font-weight: normal;
  border-top: 1px solid #161616;
}
@media screen and (max-width: 768px) {
  .p-company__profile--table th {
    width: 9rem;
  }
}
.p-company__profile--table th:last-of-type {
  border-bottom: 1px solid #161616;
}
.p-company__profile--table td {
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .p-company__profile--table td {
    padding-left: 2rem;
  }
}
.p-company__access {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-company__access {
    margin-bottom: 5rem;
  }
}
.p-company__access iframe {
  height: 30rem;
  margin-bottom: 2.5rem;
}
.p-company__access--btn {
  margin-top: 2.5rem;
  text-align: center;
}
.p-company__history--flow {
  margin-top: -1rem;
}
.p-company__history--flow--row {
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
}
.p-company__history--flow--row:last-of-type {
  margin-bottom: 0;
}
.p-company__history--flow--row p {
  margin-bottom: 0;
}
.p-company__history--flow--row:last-of-type .p-company__history--flow--circle::after {
  display: none;
}
.p-company__history--flow--date {
  font-size: 2.4rem;
  padding-right: 5rem;
  position: relative;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-company__history--flow--date {
    font-size: 1.6rem;
    padding-right: 2rem;
  }
}
.p-company__history--flow--circle {
  color: #FFE100;
  position: relative;
}
.p-company__history--flow--circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 6rem;
  background: #161616;
}
.p-company__history--flow--text {
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company__history--flow--text {
    padding-left: 2rem;
  }
}

.p-contact__top {
  width: 50rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__top {
    width: 100%;
  }
}
.p-contact__top::before {
  content: "";
  display: block;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  height: 0.3rem;
  background: #C4C4C4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-contact__top::before {
    top: 2.5rem;
    height: 0.2rem;
  }
}
.p-contact__top ul {
  display: flex;
  justify-content: space-between;
}
.p-contact__top li {
  text-align: center;
}
.p-contact__top li p {
  font-weight: bold;
}
.p-contact__top li p:first-of-type {
  border: 0.3rem solid #C4C4C4;
  border-radius: 50%;
  text-align: center;
  width: 8rem;
  height: 8rem;
  line-height: 7.7rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  font-size: 2.7rem;
  font-family: "Outfit", sans-serif;
  background: #fff;
  color: #C4C4C4;
}
@media screen and (max-width: 768px) {
  .p-contact__top li p:first-of-type {
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    font-size: 2rem;
    border: 2px solid #c4c4c4;
  }
}
.p-contact__top li p:nth-of-type(2) {
  font-size: 1.8rem;
  color: #C4C4C4;
}
@media screen and (max-width: 768px) {
  .p-contact__top li p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.p-contact__top li.active p:first-of-type {
  background: #FFE100;
  color: #1D1D1E;
  border-color: #FFE100;
}
.p-contact__top li.active p:nth-of-type(2) {
  color: #1D1D1E;
}
.p-contact__area {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-contact__area {
    margin-bottom: 5rem;
  }
}
.p-contact__block {
  margin-bottom: 3rem;
}
.p-contact__block--require {
  color: #FF0000;
}
.p-contact__block p {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  margin-left: 2rem;
}
.p-contact__block p:first-of-type {
  font-weight: bold;
}
.p-contact__block input, .p-contact__block textarea, .p-contact__block select {
  background: #F3F5F4;
  border-radius: 2rem;
  width: 100%;
  padding: 1.3rem 2rem;
  border: unset;
}
.p-contact__block input::-moz-placeholder, .p-contact__block textarea::-moz-placeholder, .p-contact__block select::-moz-placeholder {
  color: #DBDBDB;
}
.p-contact__block input::placeholder, .p-contact__block textarea::placeholder, .p-contact__block select::placeholder {
  color: #DBDBDB;
}
.p-contact__block select {
  appearance: none; /* デフォルトの矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/base/icon-select.png"); /* 任意のアイコン */
  background-repeat: no-repeat;
  background-position: right 3rem center;
  background-size: contain;
  background-size: 1.1rem auto; /* アイコンサイズ調整 */
}
.p-contact__block textarea {
  height: 20rem;
}
.p-contact__block--name--inner {
  display: flex;
  justify-content: space-between;
}
.p-contact__block--name--inner input {
  width: 95%;
}
.p-contact__block--name--inner .wpcf7-form-control-wrap:nth-of-type(2) {
  text-align: end;
}
.p-contact__block--name--inner .wpcf7-form-control-wrap:nth-of-type(2) .wpcf7-not-valid-tip {
  text-align: start;
  width: 95%;
  margin-left: auto;
}
.p-contact__privacy {
  text-align: center;
}
.p-contact__privacy label {
  display: flex;
}
.p-contact__privacy input[type=checkbox] {
  /* デフォルトのチェックを消す */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  margin: 0 0.5em 0 0;
  background: url("../img/base/checkbox-off.png") no-repeat center/contain;
  cursor: pointer;
  transition: background 0.1s;
}
.p-contact__privacy input[type=checkbox]:checked {
  background: url("../img/base/checkbox-on.png") no-repeat center/contain;
}
.p-contact__submit {
  margin: 0 auto;
  margin-top: 10rem;
  text-align: center;
  width: 32.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__submit {
    margin-top: 5rem;
    width: 25rem;
  }
}
.p-contact__submit input[type=submit] {
  width: 100%;
  background: #1D1D1E;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-contact__submit input[type=submit] {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
.p-contact__submit input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}
.p-contact__submit img {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.p-contact .wpcf7-spinner {
  display: none;
}

.p-contact__confirm--area {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm--area {
    margin-bottom: 5rem;
  }
}
.p-contact__confirm--area h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.p-contact__confirm--area table {
  width: 86rem;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm--area table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__confirm--area table th, .p-contact__confirm--area table td {
    display: block;
  }
}
.p-contact__confirm--area table th {
  text-align: start;
  width: 20rem;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
}
.p-contact__confirm--area table td {
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
  padding-bottom: 1.5rem;
  padding-top: 3rem;
  padding-left: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm--area table td {
    padding-top: 0;
  }
}
.p-contact__confirm--btns {
  width: 22rem;
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
}
.p-contact__confirm--btns input[type=submit],
.p-contact__confirm--btns input[type=button] {
  border: unset;
  background: unset;
  color: #fff;
  border-radius: 2.5rem;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  transition: all 0.5s;
}
.p-contact__confirm--btns input[type=submit]:hover,
.p-contact__confirm--btns input[type=button]:hover {
  cursor: pointer;
  opacity: 0.5;
}
.p-contact__confirm--btns .wpcf7-spinner {
  display: none;
}
.p-contact__confirm--back {
  width: 47%;
}
.p-contact__confirm--back input[type=button] {
  background: #A5A5A5;
}
.p-contact__confirm--next {
  width: 47%;
  position: relative;
}
.p-contact__confirm--next::after {
  content: "";
  display: block;
  background: url(../img/base/icon-next-contact.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%);
  width: 0.8rem;
  height: 1.2rem;
}
.p-contact__confirm--next input[type=submit] {
  background: #231815;
}

.p-front__mv {
  position: relative;
}
.p-front__mv--title {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__mv--title {
    width: 20rem;
    bottom: 2rem;
    left: 2rem;
    transform: unset;
  }
}
.p-front__mv img {
  width: 100%;
}
.p-front__topic {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-front__topic {
    padding: 2.5rem 0;
  }
}
.p-front__topic--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F2F5F4;
  border-radius: 2rem;
  padding: 1.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__topic--row {
    flex-direction: column;
    padding: 2rem;
  }
}
.p-front__topic--row--inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-front__topic--row--inner {
    flex-direction: column;
    align-items: unset;
  }
}
.p-front__topic--row h2 {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__topic--row h2 {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.p-front__topic--desc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-front__topic--desc {
    flex-wrap: wrap;
  }
}
.p-front__topic--date {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__topic--date {
    width: 30%;
    margin-right: 1rem;
  }
}
.p-front__topic--cat {
  margin-right: 3rem;
  font-size: 1.1rem;
  padding: 0.2rem 1.5rem;
  border-radius: 7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__topic--cat {
    text-align: center;
    margin-right: 0;
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__topic--subtitle {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-front__topic--subtitle p {
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__topic--btn {
    margin-left: auto;
  }
}
.p-front__pickup {
  padding-left: 5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-front__pickup {
    padding-left: 2.5rem;
    padding-bottom: 4.5rem;
  }
}
.p-front__pickup .l-section__title h2 {
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__pickup .l-section__title h2 {
    font-size: 3.5rem;
  }
}
.p-front__pickup--wrap {
  overflow: hidden;
}
.p-front__pickup--row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__pickup--row {
    flex-direction: column;
  }
}
.p-front__pickup--left {
  margin-top: 4rem;
}
.p-front__pickup--right {
  margin-left: 3rem;
  width: 115rem;
}
@media screen and (max-width: 768px) {
  .p-front__pickup--right {
    width: 125%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.p-front__pickup--list-item {
  margin-right: 3rem;
  width: 26.5rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-front__pickup--list-item {
    margin-right: 1rem;
    width: unset;
    width: 15rem;
  }
}
.p-front__pickup--list-item:hover {
  transform: translateY(10px); /* 下に10px動かす */
  transition: all 0.5s;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-front__pickup--list-item:hover {
    transform: none;
    opacity: 1;
  }
}
.p-front__pickup--list-item a {
  display: block;
}
.p-front__pickup--list-item img {
  width: 100%;
}
.p-front__pickup .slick-list {
  padding-bottom: 1rem;
}
.p-front__about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__about {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 2rem;
  }
}
.p-front__about--left {
  position: relative;
  margin-left: -5rem;
}
.p-front__about--left img {
  width: 82rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--left img {
    width: 100%;
  }
}
.p-front__about--title {
  position: absolute;
  top: 2rem;
  left: 5rem;
}
.p-front__about--right {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--right {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-front__about--right img {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--right img {
    width: 80%;
    margin: 0 auto 2rem;
    display: block;
  }
}
.p-front__about--right p {
  letter-spacing: 0.03em;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--right p {
    margin-left: 0;
    text-align: justify;
  }
}
.p-front__link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-front__link a {
  transition: all 0.5s;
}
.p-front__link a:hover {
  transition: all 0.5s;
  opacity: 0.5;
}
.p-front__link img {
  width: 62rem;
  margin-bottom: 2rem;
}
.p-front__link--bg {
  border-radius: 0 0 7.5rem 7.5rem;
  background: #fff;
  z-index: 2;
  position: relative;
  margin-bottom: -10rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  .p-front__link--bg {
    margin-bottom: -4rem;
    padding-bottom: 5rem;
    border-radius: 0 0 3.5rem 3.5rem;
  }
}
.p-front__service {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__service {
    padding: 5rem 0;
    flex-direction: column;
  }
}
.p-front__service .l-section__title h2 {
  color: #fff;
}
.p-front__service p {
  color: #fff;
}
.p-front__service--bg {
  color: #fff;
  transition: background-color 1s ease;
  padding: 22rem 0 19rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--bg {
    padding: 5rem 0;
  }
}
.p-front__service--bg.slide-1 {
  background-color: #000;
}
.p-front__service--bg.slide-2 {
  background-color: #FFB66D;
}
.p-front__service--bg.slide-3 {
  background-color: #d1ecf1;
}
.p-front__service--left {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--left {
    width: 100%;
  }
}
.p-front__service--left img {
  width: 100%;
}
.p-front__service--right {
  width: 55rem;
  padding-right: 5rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--right {
    width: 100%;
    margin-top: 1rem;
    padding-right: 0;
  }
}
.p-front__service--content {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--content {
    margin-top: 3rem;
  }
}
.p-front__service--content--img {
  margin-bottom: 2rem;
}
.p-front__service--content--img img {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--content--img img {
    width: 60% !important;
  }
}
.p-front__service--content--movie {
  height: 18rem;
  width: 40rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--content--movie {
    width: 100%;
    height: 9rem;
    margin-top: 1rem;
  }
}
.p-front__service--content--progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  margin-bottom: 20px;
  border-radius: 2px;
}
.p-front__service--content--progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  position: relative;
  will-change: transform, width, left;
  transition-timing-function: linear !important; /* ← これが重要 */
}
.p-front__service--content--progress-dot {
  position: absolute;
  left: 0; /* ← ここを right ではなく left に */
  top: 50%;
  transform: translate(-50%, -50%); /* ← 出発位置をバーの外左に */
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  will-change: transform, width, left;
  transition-timing-function: linear !important; /* ← これが重要 */
}
.p-front__service--content--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--content--btns {
    width: 20rem;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
.p-front__service--content--btns img {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--content--btns img {
    width: 5rem;
    height: 5rem;
  }
}
.p-front__service--content--btns img:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-front__interview .l-section__title {
    width: 100%;
  }
}
.p-front__interview--bg {
  border-radius: 7.5rem 7.5rem 0 0;
  background: #fff;
  z-index: 2;
  position: relative;
  margin-top: -10rem;
  padding-top: 10rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-front__interview--bg {
    padding-top: 5rem;
    margin-top: -5rem;
    margin-bottom: 7.5rem;
    border-radius: 3.5rem 3.5rem 0 0;
  }
}
.p-front__interview--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__interview--top {
    padding: 0 2.5rem;
    flex-direction: column;
  }
}
.p-front__interview--btns {
  display: flex;
  align-items: center;
  width: 30rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__interview--btns {
    width: 60%;
    margin-left: auto;
    justify-content: end;
    margin-top: 2rem;
  }
}
.p-front__interview--btns .c-btn-more {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__interview--btns .c-btn-more {
    margin-right: 1rem;
  }
}
.p-front__interview--btns img {
  width: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__interview--btns img {
    width: 3rem;
  }
}
.p-front__interview--btns .slick-prev,
.p-front__interview--btns .slick-next {
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  position: unset;
  transform: unset;
  transition: all 0.5s;
}
.p-front__interview--btns .slick-prev:hover,
.p-front__interview--btns .slick-next:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-front__interview--btns .slick-prev:hover,
  .p-front__interview--btns .slick-next:hover {
    transform: none;
    opacity: 1;
  }
}
.p-front__interview--btns .slick-prev::before,
.p-front__interview--btns .slick-next::before {
  display: none;
}
.p-front__interview--btns .slick-prev img {
  margin-right: 1rem;
}
.p-front__interview--list {
  margin-top: 4rem;
}
.p-front__interview--list-item {
  margin: 0 0.5rem;
  position: relative;
}
.p-front__interview--list-item--product {
  display: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.2rem 1rem;
  text-align: center;
  background: #1D1D1E;
  color: #fff;
  border-radius: 7rem;
  font-size: 1.2rem;
}
.p-front__interview--link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
}
.p-front__interview--link img {
  width: 100%;
}
.p-front__interview--link:hover .p-front__interview--overlay {
  opacity: 1;
}
.p-front__interview--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 1.2rem;
  padding: 5rem;
}
.p-front__interview--overlay::before {
  content: "";
  position: absolute;
  top: 20px; /* 枠の余白（上下） */
  left: 20px; /* 枠の余白（左右） */
  right: 20px;
  bottom: 20px;
  border: 2px solid #fff; /* 枠線 */
  border-radius: 1.2rem; /* 角丸 */
  opacity: 0.8; /* 少し透けさせてもOK */
}
.p-front__interview--overlay h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
}
.p-front__interview--overlay h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  background: url(../img/base/icon-dot.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-front__interview--overlay p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.p-front__client--bg {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-front__client--bg {
    margin-bottom: 5rem;
  }
}
.p-front__client--bg .l-section__title {
  text-align: center;
}
.p-front__client ul {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__client ul {
    margin-top: 2rem;
  }
}
.p-front__client ul:first-of-type {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-front__client ul:first-of-type {
    margin-bottom: 3rem;
  }
}
.p-front__client li img {
  width: 16rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-front__client li img {
    width: 8rem;
    height: 4rem;
  }
}
.p-front__news--bg {
  border-radius: 0px 7.5rem 7.5rem 0px;
  background: rgba(231, 236, 234, 0.4901960784);
  margin-right: 5rem;
  padding-left: 5rem;
  padding-right: 9rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__news--bg {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: 2.5rem;
    padding-bottom: 5rem;
    border-radius: 0 3rem 3rem 0;
  }
}
.p-front__news--top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.p-front__news--wrap {
  margin-top: 4rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__news--wrap {
    flex-direction: column;
  }
}
.p-front__news--left {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__news--left {
    margin-right: unset;
  }
}
.p-front__news--left:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-front__news--left:hover img {
    transform: none;
    opacity: 1;
  }
}
.p-front__news--left .p-front__news--img {
  margin-bottom: 2rem;
}
.p-front__news--left .p-front__news--img img {
  transition: all 0.5s;
  width: 37rem;
  height: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__news--left .p-front__news--img img {
    width: 31rem;
    height: 31rem;
    margin: 0 auto;
  }
}
.p-front__news--left--row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__news--right {
    display: none;
  }
}
.p-front__news--right .p-front__news--img {
  width: 14rem;
  height: 14rem;
}
.p-front__news--right .p-front__news--img img {
  width: 14rem;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.p-front__news--cat {
  font-size: 1.1rem;
  border-radius: 7rem;
  padding: 0.2rem 1rem;
  margin-right: 2rem;
  font-weight: bold;
}
.p-front__news--content {
  padding-left: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-front__news--content {
    padding-left: 0;
  }
}
.p-front__news--list-item {
  margin-bottom: 1.5rem;
}
.p-front__news--list-item img {
  transition: all 0.5s;
}
.p-front__news--list-item:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-front__news--list-item:hover img {
    transform: none;
    opacity: 1;
  }
}
.p-front__news--list-item:last-of-type {
  margin-bottom: 0;
}
.p-front__news--list-item a {
  display: flex;
  align-items: center;
}
.p-front__willc {
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front__willc {
    padding: 2.5rem 0;
  }
}
.p-front__willc ul {
  width: 160rem !important;
}
@media screen and (max-width: 768px) {
  .p-front__willc ul {
    width: 75rem !important;
  }
}
.p-front__willc li {
  font-size: 12rem;
  opacity: 0.1;
  font-family: "Outfit", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-front__willc li {
    font-size: 6rem;
  }
}

.interview-template-default {
  background: #F5F4F6;
}

.p-interview {
  padding: 0 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding: 0 2.5rem;
  }
}
.p-interview__top ul {
  display: flex;
  margin-bottom: 2rem;
}
.p-interview__top li {
  background: #DBDBDB;
  padding: 0.2rem 1.5rem;
  text-align: center;
  border-radius: 2rem;
  font-size: 1.1rem;
  margin-right: 1rem;
}
.p-interview__top h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-interview__top h1 {
    font-size: 2.5rem;
  }
}
.p-interview__top--row {
  display: flex;
  justify-content: space-between;
}
.p-interview__top--company {
  position: relative;
  padding-left: 3rem;
}
.p-interview__top--company::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFE100;
}
.p-interview__top--date {
  font-family: "Outfit", sans-serif;
  padding-right: 1.5rem;
  color: rgba(35, 24, 21, 0.3);
}
.p-interview__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-interview__wrap {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 7rem;
  }
}
.p-interview__side {
  width: 40rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-interview__side {
    width: 100%;
    margin-bottom: 3rem;
    position: unset !important;
  }
}
.p-interview__side--img {
  margin-bottom: 2.5rem;
}
.p-interview__side--img img {
  width: 70%;
  aspect-ratio: 1/1; /* 正方形 */
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview__side ul {
  margin-top: 1.5rem;
}
.p-interview__side li h3 {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-interview__side li h3 {
    font-size: 1.8rem;
  }
}
.p-interview__side li h3::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: #FFE100;
  position: absolute;
  top: 0;
  left: 0;
}
.p-interview__side li p {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.p-interview__main {
  width: 72.5rem;
  background: #fff;
  border-radius: 1rem;
  padding: 5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-interview__main {
    width: 100%;
    padding: 2rem;
  }
}
.p-interview__main h2 {
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-interview__main h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.p-interview__main h2::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: #FFE100;
  position: absolute;
  top: 0;
  left: 0;
}
.p-interview__title:not(:first-of-type) {
  margin-top: 5rem;
}
.p-interview__img {
  margin-bottom: 2rem;
}
.p-interview__fukidashi--right {
  background: #2779BC;
  padding: 2rem;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  max-width: 40rem;
  min-width: 20rem;
  margin-left: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-interview__fukidashi--right {
    padding: 1.2rem;
    width: 90%;
    max-width: unset;
    min-width: unset;
  }
}
.p-interview__fukidashi--right p {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2rem;
  position: relative;
}
.p-interview__fukidashi--right p::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0rem;
}
.p-interview__fukidashi--left {
  background: #F3F5F4;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 0 3rem 3rem 3rem;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-interview__fukidashi--left {
    padding: 1.2rem;
  }
}
.p-interview__fukidashi--left:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.p-interview__fukidashi--left p {
  margin-bottom: 0;
}
.p-interview__related h2 {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-interview__related h2 {
    font-size: 2.5rem;
  }
}
.p-interview__related .p-works__list {
  margin-top: 0;
}

.p-news__wrap {
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-news__wrap {
    padding: 0 2.5rem;
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__side {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__side ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-news__side li {
  background: #fff;
  border: 1px solid #1D1D1E;
  text-align: center;
  border-radius: 7rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-news__side li {
    margin-right: 0.5rem;
  }
}
.p-news__side li a {
  padding: 0.2rem 3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-news__side li a {
    padding: 0.1rem 1rem;
    font-size: 1rem;
  }
}
.p-news__side li.active {
  background: #1D1D1E;
}
.p-news__side li.active a {
  color: #fff !important;
}
.p-news__main {
  width: 107rem;
}
@media screen and (max-width: 768px) {
  .p-news__main {
    width: 100%;
  }
}
.p-news__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-news__list::after {
  content: "";
  display: block;
  width: 33.5rem;
  height: 100%;
}
.p-news__list-item {
  width: 33.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-news__list-item {
    width: 48%;
  }
}
.p-news__list-item:hover img {
  opacity: 0.5;
}
.p-news__list-item img {
  width: 100%;
  aspect-ratio: 1/1; /* 正方形 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-news__list-item h3 {
    font-size: 1.6rem;
  }
}
.p-news__row {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.p-news__cat {
  padding: 0.2rem 1.5rem;
  text-align: center;
  border-radius: 2rem;
  margin-right: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-news__cat {
    padding: 0.2rem 0.8rem;
    font-size: 1rem;
    margin-right: 1rem;
  }
}
.p-news__date {
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    font-size: 1.2rem;
  }
}

.p-news__detail--top {
  width: 76.5rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--top {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.p-news__detail--top--row {
  display: flex;
  margin-bottom: 1rem;
}
.p-news__detail--top--cat {
  padding: 0.2rem 1.5rem;
  text-align: center;
  border-radius: 2rem;
  margin-right: 3rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-news__detail--top--date {
  font-family: "Outfit", sans-serif;
  color: rgba(35, 24, 21, 0.3);
}
.p-news__detail--title h1 {
  font-size: 3.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-news__detail--title h1 {
    font-size: 2.6rem;
  }
}
.p-news__detail--thumb {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--thumb {
    margin-bottom: 2.5rem;
  }
}
.p-news__detail--thumb img {
  width: 100%;
}
.p-news__detail--main {
  width: 76.5rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--main {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.p-news__detail--main h2 {
  margin-top: 5rem;
  padding-left: 3rem;
  position: relative;
}
.p-news__detail--main h2::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: #FFE100;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__detail--main img {
  margin-top: 5rem;
}
.p-news__detail--bottom {
  margin-top: 10rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--bottom {
    margin-top: 5rem;
    margin-bottom: 7.5rem;
  }
}
.p-news__detail--bottom p {
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.p-news__detail--btns {
  display: flex;
  justify-content: space-between;
  width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news__detail--btns {
    width: 100%;
    flex-direction: column;
  }
}
.p-news__detail--btns p {
  font-family: "Poppins", sans-serif;
}
.p-news__detail--btns a {
  border-radius: 5rem;
  color: #fff !important;
  text-align: center;
  width: 17rem;
  padding: 1.4rem 1rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s;
}
.p-news__detail--btns a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-news__detail--btns a:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-news__detail--btns a {
    margin: 0 auto 1.5rem;
    width: 25rem;
  }
}
.p-news__detail--btns a img {
  vertical-align: sub;
  margin-right: 1rem;
  width: 2rem;
}
.p-news__detail--btns--x {
  background: #000;
}
.p-news__detail--btns--fb {
  background: #0866FF;
}
.p-news__detail--btns--insta {
  background: #FF7A00;
}

.p-service {
  margin-top: 3rem;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .p-service {
    padding-left: 2.5rem;
  }
}
.p-service__block {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-service__block {
    margin-bottom: 5rem;
  }
}
.p-service__block--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5rem;
  padding-right: 10rem;
  border-bottom: 5px solid #f2f4f4;
}
@media screen and (max-width: 768px) {
  .p-service__block--top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-service__block--top:hover {
  cursor: pointer;
}
.p-service__block--top.active {
  border-bottom: unset;
}
.p-service__block--top.active .p-service__block--top--btn {
  position: relative;
  transform: rotate(-180deg);
}
.p-service__block--top--cat {
  background: red;
  color: #fff;
  padding: 0 1rem;
  margin-bottom: 0;
  border-radius: 2.2rem;
  text-align: center;
  display: inline-block;
  margin-bottom: -0.5rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-service__block--top--cat {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
}
.p-service__block--top--title {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service__block--top--title {
    font-size: 2rem;
  }
}
.p-service__block--top--btn {
  transition: all 0.5s;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .p-service__block--top--btn {
    width: 2rem;
    height: 2rem;
    vertical-align: top;
  }
}
.p-service__block--top--btn img {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .p-service__block--top--btn img {
    width: 2rem;
    height: 2rem;
    vertical-align: top;
  }
}
.p-service__block--bottom {
  background: #f2f4f4;
  border-radius: 3rem 0 0 3rem;
  padding-top: 7rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .p-service__block--bottom {
    border-radius: 1.5rem 0 0 1.5rem;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-service__block--bottom h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-service__block--bottom h3 {
    font-size: 2rem;
  }
}
.p-service__block--about {
  border-bottom: 2px solid rgba(22, 22, 22, 0.1);
  margin-bottom: 4rem;
  padding-bottom: 5rem;
}
.p-service__block--about--content {
  background: #fff;
  padding: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service__block--about--content {
    padding: 2rem;
  }
}
.p-service__block--about--content p:last-of-type {
  margin-bottom: 0;
}
.p-service__block--strength {
  border-bottom: 2px solid rgba(22, 22, 22, 0.1);
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.p-service__block--strength--block {
  background: #fff;
  padding: 5rem;
  border-radius: 1rem;
  margin-bottom: 3.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service__block--strength--block {
    padding: 2rem;
    flex-direction: column;
  }
}
.p-service__block--strength--left {
  text-align: center;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  border: 1px solid #f6973f;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__block--strength--left {
    width: 8rem;
    height: 8rem;
  }
}
.p-service__block--strength--left p {
  color: #f6973f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}
.p-service__block--strength--left span {
  font-size: 3.5rem;
  font-family: "Outfit", sans-serif;
  color: #f6973f;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service__block--strength--left span {
    font-size: 2.5rem;
  }
}
.p-service__block--strength--right {
  width: 82rem;
}
@media screen and (max-width: 768px) {
  .p-service__block--strength--right {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-service__block--strength--right h4 {
  background: #f6973f;
  color: #fff;
  padding: 1.2rem 3rem;
  border-radius: 1rem;
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-service__block--strength--right h4 {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem;
    width: 100%;
  }
}
.p-service__block--strength--right p {
  margin-bottom: 0;
}
.p-service__block--strength--img img {
  width: 100%;
}
.p-service__block--faq--block {
  background: #fff;
  border-radius: 1rem;
  margin-top: 4rem;
}
.p-service__block--faq--block p {
  margin-bottom: 0;
}
.p-service__block--faq--q {
  padding: 3rem 5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__block--faq--q {
    padding: 1rem;
  }
}
.p-service__block--faq--q:hover {
  cursor: pointer;
}
.p-service__block--faq--q::after {
  content: "";
  display: block;
  background: url(../img/base/icon-plus.png) no-repeat center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-service__block--faq--q::after {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}
.p-service__block--faq--q.active::after {
  transform: translate(0, -50%) rotate(90deg);
}
.p-service__block--faq--q p:first-of-type {
  background: #f6973f;
  color: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-service__block--faq--q p:first-of-type {
    font-size: 1.2rem;
  }
}
.p-service__block--faq--q p:nth-of-type(2) {
  margin-left: 2rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 768px) {
  .p-service__block--faq--q p:nth-of-type(2) {
    margin-left: 1rem;
    margin-right: 2.5rem;
    font-size: 1.2rem;
    width: calc(100% - 7rem);
  }
}
.p-service__block--faq--a {
  display: flex;
  align-items: center;
  padding: 0 5rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-service__block--faq--a {
    padding: 0 1rem 1rem;
  }
}
.p-service__block--faq--a p:first-of-type {
  background: #231815;
  color: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-service__block--faq--a p:first-of-type {
    font-size: 1.2rem;
  }
}
.p-service__block--faq--a p:nth-of-type(2) {
  margin-left: 2rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 768px) {
  .p-service__block--faq--a p:nth-of-type(2) {
    margin-left: 1rem;
    width: calc(100% - 4rem);
    font-size: 1.2rem;
  }
}
.p-service__block:nth-of-type(2) .p-service__block--top--cat {
  background: #D863EF;
}
.p-service__block:nth-of-type(3) .p-service__block--top--cat {
  background: #74DE74;
}
.p-service__block:nth-of-type(4) .p-service__block--top--cat {
  background: #5E9EE8;
}
.p-service__block:nth-of-type(5) .p-service__block--top--cat {
  background: #F6973F;
}
.p-service__block:nth-of-type(6) .p-service__block--top--cat {
  background: #2CCF8E;
}
.p-service__block:nth-of-type(7) .p-service__block--top--cat {
  background: #5972EE;
}
.p-service__block:nth-of-type(8) .p-service__block--top--cat {
  background: #D9CF3F;
}
.p-service__block:nth-of-type(9) .p-service__block--top--cat {
  background: #FFB66D;
}

.p-works {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-works {
    margin-bottom: 5rem;
  }
}
.p-works__cat {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-works__cat {
    margin-bottom: 3rem;
  }
}
.p-works__cat h3 {
  position: relative;
  padding-left: 3rem;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-works__cat h3 {
    font-size: 1.8rem;
  }
}
.p-works__cat h3::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: #FFE100;
  position: absolute;
  left: 0;
  top: 0;
}
.p-works__cat--list {
  display: flex;
  flex-wrap: wrap;
}
.p-works__cat--list-item {
  margin-right: 1rem;
  text-align: center;
}
.p-works__cat--list-item a {
  padding: 0.2rem 3rem;
  background: #EEEEEE;
  border-radius: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-works__cat--list-item a {
    padding: 0.2rem 0.8rem;
    font-size: 1.2rem;
  }
}
.p-works__cat--list-item.active a {
  background: #1D1D1E;
  color: #fff !important;
}
.p-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-works__list {
    margin-top: 5rem;
  }
}
.p-works__list::after {
  content: "";
  display: block;
  width: 38rem;
  height: 100%;
}
.p-works__list-item {
  width: 38rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-works__list-item {
    width: 48%;
    margin-bottom: 3rem;
  }
}
.p-works__list-item--img {
  position: relative;
}
.p-works__list-item--img img {
  width: 100%;
  aspect-ratio: 1/1; /* 正方形 */
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__list-item--img:hover .p-works__list-item--overlay {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-works__list-item--img:hover .p-works__list-item--overlay {
    display: none;
  }
}
.p-works__list-item--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 1.2rem;
  padding: 4rem;
}
.p-works__list-item--overlay::before {
  content: "";
  position: absolute;
  top: 20px; /* 枠の余白（上下） */
  left: 20px; /* 枠の余白（左右） */
  right: 20px;
  bottom: 20px;
  border: 2px solid #fff; /* 枠線 */
  border-radius: 1.2rem; /* 角丸 */
  opacity: 0.8; /* 少し透けさせてもOK */
}
.p-works__list-item--overlay h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
}
.p-works__list-item--overlay h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  background: url(../img/base/icon-dot.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-works__list-item--overlay p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.p-works__list-item h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-works__list-item h4 {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.p-works__list-item ul {
  display: flex;
  padding-left: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-works__list-item ul {
    padding-left: 0;
  }
}
.p-works__list-item li {
  font-size: 1.1rem;
  margin-right: 1rem;
  border-radius: 2rem;
  background: #DBDBDB;
  text-align: center;
  padding: 0.2rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-works__list-item li {
    padding: 0.2rem 0.8rem;
    margin-right: 0.5rem;
    font-size: 1rem;
  }
}

.p-phi__header {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-phi__header {
    margin-bottom: 1rem;
  }
}
.p-phi__header img {
  width: 100%;
}
.p-phi__header--content {
  position: absolute;
  top: 51%;
  left: 10rem;
  transform: translate(0, -50%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-phi__header--content {
    top: 9rem;
    left: 2rem;
    transform: unset;
  }
}
.p-phi__header--content h1 {
  font-size: 7rem;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-phi__header--content h1 {
    font-size: 4rem;
  }
}
.p-phi__header--content p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-phi__header--content p {
    font-size: 2rem;
  }
}
.p-phi__wrap {
  padding: 0 10rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-phi__wrap {
    padding: 0 2.5rem;
    margin-bottom: 7rem;
  }
}
.p-phi__side {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-phi__side {
    display: none;
  }
}
.p-phi__side li {
  font-size: 1.4rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  position: relative;
  opacity: 0.4;
}
.p-phi__side li.active {
  opacity: 1;
}
.p-phi__side li.active::before {
  content: "";
  display: block;
  background: url(../img/company/icon-fukidashi.png) no-repeat center;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.p-phi__main {
  width: 91.5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-phi__main {
    width: 100%;
  }
}
.p-phi__title h2 {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-phi__title h2 {
    font-size: 2.5rem;
  }
}
.p-phi__title p {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}
.p-phi__mission {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}
@media screen and (max-width: 768px) {
  .p-phi__mission {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.p-phi__mission--content h3 {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-phi__mission--content h3 {
    font-size: 1.8rem;
  }
}
.p-phi__mission--content p {
  margin-bottom: 0;
}
.p-phi__vision {
  padding-bottom: 2rem;
  margin-bottom: 5.5rem;
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}
@media screen and (max-width: 768px) {
  .p-phi__vision {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
.p-phi__vision h3 {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-phi__vision h3 {
    font-size: 1.8rem;
  }
}
.p-phi__vision--block {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-phi__vision--block {
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
.p-phi__vision--block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-phi__vision--block:nth-of-type(2n) {
    flex-direction: column;
  }
}
.p-phi__vision--block:last-of-type {
  margin-bottom: 0;
}
.p-phi__vision--content h4 {
  font-size: 1.8rem;
  text-align: center;
  background: #1D1D1E;
  color: #fff;
  padding: 1.5rem 5.2rem;
  border-radius: 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-phi__vision--content h4 {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.p-phi__vision--img img {
  width: 48rem;
}
.p-phi__value h3 {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-phi__value h3 {
    font-size: 1.8rem;
  }
}
.p-phi__value--block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-phi__value--block {
    flex-direction: column;
  }
}
.p-phi__value--block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.p-phi__value--content h4 {
  font-size: 1.8rem;
  text-align: center;
  background: #1D1D1E;
  color: #fff;
  padding: 1.5rem 5.2rem;
  border-radius: 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-phi__value--content h4 {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.p-phi__value--img {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-phi__value--img {
    margin-top: 2rem;
  }
}
.p-phi__value--img img {
  width: 67rem;
}
@media screen and (max-width: 768px) {
  .p-phi__value--img img {
    width: 100%;
  }
}

.p-privacy {
  margin-top: 2rem;
}
.p-privacy h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-privacy__block {
  margin-bottom: 4rem;
}
.p-privacy li {
  padding-left: 1.5rem;
  text-indent: -1.8rem;
}
.p-privacy p {
  margin-bottom: 0;
}

.p-404 {
  text-align: center;
  margin-bottom: 10rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 0;
  }
}
.p-404 h2 {
  font-size: 2.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2rem;
  }
}
.p-404 p {
  line-height: 1.6;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    font-size: 1.4rem;
  }
}

.u-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-right-text-sp {
    display: block;
    text-align: end;
  }
}

.u-w100 {
  width: 100%;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pb-15 {
  padding-bottom: 15rem !important;
}

.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-mb-0-sp {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */