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

html {
  margin-top: 0 !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 11rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.65vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  html {
    font-size: 0.732vw;
  }
}
@media screen and (min-width: 1367px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0 !important;
  line-height: 150%;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  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: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #333333;
}
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: #333333 !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 {
  background: #2681C6;
  color: #fff !important;
  padding: 2.5rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  transition: all 0.5s;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
  position: relative;
  width: 26rem;
  border: 0.1rem solid transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    text-align: center;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../img/base/btn-arrow@2x.png) no-repeat center center;
  background-size: contain;
  width: 3.3rem;
  height: 3.3rem;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:not(.c-btn-back):not(.c-btn-white):hover {
    background: #fff;
    color: #2681C6 !important;
    border-color: #2681C6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:not(.c-btn-back):not(.c-btn-white):not(.c-btn-site):hover::after {
    background: url(../img/base/btn-arrow-blue@2x.png) no-repeat center center;
    background-size: contain;
  }
}
.c-btn-white {
  background: #fff;
  color: #2681C6 !important;
  border-color: #2681C6;
}
.c-btn-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../img/base/btn-arrow-blue@2x.png) no-repeat center center;
  background-size: contain;
  width: 3.3rem;
  height: 3.3rem;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-white:hover {
    background: #2681C6;
    color: #fff !important;
    border-color: #2681C6;
  }
  .c-btn-white:hover::after {
    background: url(../img/base/btn-arrow@2x.png) no-repeat center center;
    background-size: contain;
  }
}
.c-btn-back {
  text-align: center;
}
.c-btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  transform-origin: center center;
  width: 100%;
  height: 100%;
  background: url(../img/base/btn-arrow-right@2x.png) no-repeat center center;
  background-size: contain;
  width: 3.3rem;
  height: 3.3rem;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-back:hover {
    background: #fff;
    color: #2681C6 !important;
    border-color: #2681C6;
  }
  .c-btn-back:hover::after {
    background: url(../img/base/btn-arrow-right-hover@2x.png) no-repeat center center;
    background-size: contain;
    width: 3.3rem;
    height: 3.3rem;
  }
}
.c-btn-top {
  width: 43.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn-top {
    width: 80%;
  }
}
.c-btn-site::after {
  background: url(../img/base/btn-site@2x.png) no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-site:hover::after {
    background: url(../img/base/btn-site-hover@2x.png) no-repeat center center;
    background-size: contain;
  }
}

.c-bg-ring {
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
}

.c-bg-ring.c-bg-ring-left::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 52rem;
  left: 0;
  width: 55rem;
  height: 115rem;
  background: url(../img/base/bg-ring-left.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .c-bg-ring.c-bg-ring-left::before {
    top: 41rem;
    width: 25rem;
    height: 61rem;
    background: url(../img/base/bg-ring-left-sp.png) no-repeat center center/contain;
  }
}

.c-bg-ring.c-bg-ring-right::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  right: 0;
  top: 186rem;
  width: 66rem;
  height: 115rem;
  background: url(../img/base/bg-ring-right.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-bg-ring.c-bg-ring-right::after {
    top: 135rem;
    width: 25rem;
    height: 61rem;
    background: url(../img/base/bg-ring-right-sp.png) no-repeat center center/contain;
  }
}

.c-bg-ring-layer--about {
  position: relative;
  isolation: isolate;
}
.c-bg-ring-layer--about > * {
  position: relative;
  z-index: 1;
}
.c-bg-ring-layer--about::before, .c-bg-ring-layer--about::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.c-bg-ring-layer--about::before {
  left: 0;
  top: 300rem;
  width: 55rem;
  height: 115rem;
  background: url(../img/base/bg-ring-left.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .c-bg-ring-layer--about::before {
    top: 220rem;
    width: 25rem;
    height: 61rem;
    background: url(../img/base/bg-ring-left-sp.png) no-repeat center center/contain;
  }
}
.c-bg-ring-layer--about::after {
  right: 0;
  top: 424rem;
  width: 56rem;
  height: 115rem;
  background: url(../img/base/bg-ring-right.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-bg-ring-layer--about::after {
    top: 308rem;
    width: 25rem;
    height: 61rem;
    background: url(../img/base/bg-ring-right-sp.png) no-repeat center center/contain;
  }
}

.c-bg-ring-layer--reason {
  position: relative;
  isolation: isolate;
}
.c-bg-ring-layer--reason > * {
  position: relative;
  z-index: 1;
}
.c-bg-ring-layer--reason::before, .c-bg-ring-layer--reason::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-bg-ring-layer--reason::before, .c-bg-ring-layer--reason::after {
    display: block;
    width: 25rem;
    height: 61rem;
  }
  .c-bg-ring-layer--reason::before {
    display: none;
    left: 0;
    top: 95rem;
    background: url(../img/base/bg-ring-left-sp.png) no-repeat center center/contain;
  }
  .c-bg-ring-layer--reason::after {
    right: 0;
    top: 347rem;
    background: url(../img/base/bg-ring-right-sp.png) no-repeat center center/contain;
  }
}

.c-bg-ring-layer--service {
  position: relative;
  isolation: isolate;
}
.c-bg-ring-layer--service > * {
  position: relative;
  z-index: 1;
}
.c-bg-ring-layer--service::before, .c-bg-ring-layer--service::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-bg-ring-layer--service::before, .c-bg-ring-layer--service::after {
    display: block;
    width: 25rem;
    height: 61rem;
  }
  .c-bg-ring-layer--service::before {
    left: 0;
    top: 245rem;
    background: url(../img/base/bg-ring-left-sp.png) no-repeat center center/contain;
  }
  .c-bg-ring-layer--service::after {
    right: 0;
    top: 330rem;
    background: url(../img/base/bg-ring-right-sp.png) no-repeat center center/contain;
  }
}

.c-cat {
  font-size: 1.4rem;
  background: #2681C6;
  color: #fff;
  border-radius: 5rem;
  padding: 0rem 1.5rem;
  display: inline-block;
}

.c-post-pager {
  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: "Zen Kaku Gothic New", sans-serif;
}
.c-post-pager a {
  color: #333333 !important;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager a {
    font-size: 1.4rem;
  }
}
.c-post-pager__archive {
  transition: all 0.5s;
}
.c-post-pager__archive img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager__archive img {
    width: 2rem;
    height: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-post-pager__archive:hover {
    opacity: 0.5;
  }
}
.c-post-pager__prev, .c-post-pager__next {
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .c-post-pager__prev:hover, .c-post-pager__next:hover {
    opacity: 0.5;
  }
}
@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: 2rem;
  font-weight: 900;
  width: 5.2rem;
  height: 5.2rem;
  display: block;
  text-align: center;
  line-height: 5.4rem;
  margin: 0 1rem;
  transition: all 0.5s;
  font-family: "Outfit", sans-serif;
}
@media (hover: hover) and (pointer: fine) {
  .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, .c-post-pager__num span {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    line-height: 3.1rem;
  }
}
.c-post-pager__num span {
  background: #2681C6;
  border-radius: 50%;
  color: #fff;
}
.c-post-pager__num a:nth-of-type(2) {
  margin-right: 0;
}

.c-page-top {
  height: 32.5rem;
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-color: #2681C6;
  background-image: url(../img/base/bg-page-top@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 136.6rem auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    height: unset;
    padding-top: 11rem;
    padding-bottom: 3rem;
    background-image: url(../img/base/bg-page-top-sp@2x.png);
    background-size: 37.5rem auto;
    background-position: right center;
  }
}
.c-page-top-title h1 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-page-top-title h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.c-page-top-title p {
  color: #FFF;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.09em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-page-top-title p {
    font-size: 1.2rem;
  }
}
.c-page-top-link {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .c-page-top-link {
    margin-top: 3rem;
  }
}
.c-page-top-link ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-page-top-link ul {
    flex-direction: column;
  }
}
.c-page-top-link li {
  margin-right: 4.5rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-page-top-link li {
    margin-bottom: 1rem;
    margin-right: 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.c-page-top-link li a {
  display: flex;
  align-items: center;
  color: #2681C6;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .c-page-top-link li a:hover {
    color: #2681C6 !important;
  }
}
.c-page-top-link li.is-current a {
  color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .c-page-top-link li.is-current a:hover {
    color: #333333 !important;
  }
}
.c-page-top-link li img {
  margin-left: 1rem;
}

.c-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.c-breadcrumbs {
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-breadcrumbs a {
  padding-right: 2rem;
  position: relative;
  color: #333333 !important;
  opacity: 0.3;
}
.c-breadcrumbs a::before {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #333333;
}
.c-breadcrumbs .current-item, .c-breadcrumbs #kaiju-news-breadcrumb-tail {
  color: #2681C6;
}

.c-vr-btn {
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 1000;
  width: 20rem;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .c-vr-btn:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .c-vr-btn {
    width: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-vr-btn img {
    width: 100%;
  }
}

.c-pagenavi {
  margin-top: 6rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-top: 3rem;
  }
}
.c-pagenavi__inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .c-pagenavi__inner {
    gap: 3rem;
  }
}
.c-pagenavi__edge {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  padding: 0;
  border: none;
  line-height: 0;
  background: transparent;
  flex-shrink: 0;
  transition: all 0.5s;
}
.c-pagenavi__edge.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagenavi a.c-pagenavi__edge:hover .c-pagenavi__img {
    opacity: 0.5;
  }
}
.c-pagenavi__img {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
}
.c-pagenavi ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagenavi li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagenavi a.page-numbers,
.c-pagenavi span.page-numbers {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0 0.6rem;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #111;
  border: none;
  font-family: "Outfit", sans-serif;
  transition: all 0.5s;
}
.c-pagenavi span.page-numbers.current {
  background: #2681C6;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagenavi a.page-numbers:hover {
    opacity: 0.5;
  }
}
.c-pagenavi span.page-numbers.dots {
  min-width: auto;
  height: auto;
  padding: 0 0.4rem;
}

@media (hover: none) {
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 0.75;
  }
  .slick-dots li:not(.slick-active) button:hover:before {
    opacity: 0.25;
  }
  .slick-dots li.slick-active button:hover:before {
    opacity: 0.75;
  }
}
/* 初期状態（共通） */
.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);
}

/* 遅らせたい要素だけ */
.c-slidein-right.delay,
.c-slidein-up.delay {
  transition-delay: 0.6s; /* ← ここで遅延時間を設定 */
}

.l-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: -17rem;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
    align-items: start;
  }
}
.l-footer__top--img img {
  width: 100%;
}
.l-footer__top--img--recruit {
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__top--img--recruit:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__top--img--recruit {
    margin-bottom: 2rem;
  }
}
.l-footer__top--img--contact .l-footer__top--contact-link {
  display: block;
  position: relative;
  line-height: 0;
}
.l-footer__top--img--contact .l-footer__top--contact-default,
.l-footer__top--img--contact .l-footer__top--contact-hover {
  display: block;
  transition: opacity 0.5s ease;
}
.l-footer__top--img--contact .l-footer__top--contact-default img,
.l-footer__top--img--contact .l-footer__top--contact-hover img {
  width: 100%;
  display: block;
}
.l-footer__top--img--contact .l-footer__top--contact-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__top--img--contact .l-footer__top--contact-link:hover .l-footer__top--contact-default {
    opacity: 0;
  }
  .l-footer__top--img--contact .l-footer__top--contact-link:hover .l-footer__top--contact-hover {
    opacity: 1;
  }
}

.l-footer {
  background: #F5F5F5;
  padding-top: 25rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    text-align: center;
  }
}
.l-footer__left--logo {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .l-footer__left--logo {
    width: 9.5rem;
    margin: 0 auto;
  }
}
.l-footer__left--logo img {
  width: 100%;
}
.l-footer__left--content {
  margin-top: 3.5rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .l-footer__left--content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.l-footer__left--company {
  margin-bottom: 1rem;
}
.l-footer__left--address {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-footer__right {
    display: none;
  }
}
.l-footer__right--nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__right--nav {
    flex-direction: column;
    gap: 3rem;
  }
}
.l-footer__right--col:first-of-type {
  margin-right: 13rem;
}
.l-footer__right--col-item {
  margin-bottom: 2.5rem;
}
.l-footer__right--col-item--recruit a {
  position: relative;
}
.l-footer__right--col-item--recruit a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/base/icon-site@2x.png) no-repeat center center;
  background-size: contain;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__right--col-item--recruit a:hover::after {
    background: url(../img/base/icon-site-hover@2x.png) no-repeat center center;
    background-size: contain;
  }
}
.l-footer__right--col-item:last-child {
  margin-bottom: 0;
}
.l-footer__right--col-item a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333 !important;
  text-decoration: none;
  transition: color 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__right--col-item a:hover {
    color: #2681C6 !important;
  }
}
.l-footer__copy p {
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__copy p {
    font-size: 1.2rem;
    text-align: center;
  }
}

.l-footer__contact {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.l-header {
  padding: 1.5rem 0;
  padding-left: 8.5rem;
  padding-right: 1rem;
  position: fixed;
  z-index: 15;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 0;
    padding: 0;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.l-header__left {
  z-index: 2;
}
.l-header__left img {
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .l-header__left {
    padding: 1rem 1.5rem;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
}
.l-header__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list-item {
  margin-right: 4rem;
  letter-spacing: 0.7px;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-header__list-item.active a {
  color: #2681C6 !important;
}
.l-header__list-item--recruit {
  position: relative;
  margin-right: 6rem;
}
.l-header__list-item--recruit > a {
  position: relative;
  display: inline-block;
  padding-right: 2.2rem;
}
.l-header__list-item--recruit > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/base/icon-site@2x.png) no-repeat center center;
  background-size: contain;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__list-item--recruit > a:hover::after {
    background: url(../img/base/icon-site-hover@2x.png) no-repeat center center;
    background-size: contain;
  }
}
.l-header__list-item--contact a {
  padding: 2rem 4rem;
  color: #fff !important;
  background: #2681C6;
  border-radius: 0.5rem;
  transition: all 0.5s;
  border: 0.1rem solid #2681C6;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__list-item--contact a:hover {
    background: #fff;
    color: #2681C6 !important;
  }
}
.l-header__list-item--contact.active > a {
  color: #fff !important;
}
.l-header__list-item:first-of-type {
  position: relative;
  margin-right: 3.5rem;
}
.l-header__list-item:last-of-type {
  margin-right: 0;
}
.l-header__list-item a {
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__list-item a:hover {
    color: #2681C6 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__list-item--company:hover .l-header__sub {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__ham {
  display: none;
  width: 8rem;
  height: 7.2rem;
  background: #2681C6;
  z-index: 2;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header__ham {
    display: flex !important;
  }
}
.l-header__ham--inner {
  width: 4.6rem;
  height: 2.4rem;
  position: relative;
}
.l-header__ham span {
  background: #fff;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham span:first-of-type {
  top: 0;
}
.l-header__ham span:nth-of-type(2) {
  top: 1.1rem;
}
.l-header__ham span:last-of-type {
  bottom: 0;
}
.l-header__ham span.active:first-of-type {
  top: 1.1rem;
  transform: rotate(45deg);
}
.l-header__ham span.active:nth-of-type(2) {
  top: 1.1rem;
  display: none;
}
.l-header__ham span.active:last-of-type {
  bottom: 1.1rem;
  transform: rotate(-45deg);
}
.l-header__ham--area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 11.5rem 8rem 8rem;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area {
    padding: 3rem 0;
    padding-top: 11rem;
    height: 95vh;
  }
}
.l-header__ham--area.active {
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
}
.l-header__ham--area--inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--inner {
    height: 100%;
    overflow-y: auto;
    scrollbar-gutter: stable;
    flex-direction: column;
    padding: 0 3rem;
  }
}
.l-header__ham--area--col {
  width: 28.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col {
    width: 100%;
  }
}
.l-header__ham--area--col:nth-of-type(1) {
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:nth-of-type(1) {
    margin-right: 0;
  }
}
.l-header__ham--area--col:nth-of-type(2) {
  margin-right: 22rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:last-of-type {
    padding-bottom: 5rem;
  }
}
.l-header__ham--area--col:last-of-type h3 {
  border-bottom: unset;
  margin-bottom: 2rem;
}
.l-header__ham--area--col:last-of-type .l-header__ham--area--block {
  height: unset;
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:last-of-type .l-header__ham--area--block {
    margin-bottom: 3rem;
  }
}
.l-header__ham--area--col:last-of-type .l-header__ham--area--block--title a {
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__ham--area--col:last-of-type .l-header__ham--area--block--title a:hover {
    color: #2681C6 !important;
  }
}
.l-header__ham--area--block {
  margin-bottom: 4rem;
  height: 17.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block {
    margin-bottom: 1.5rem;
    height: unset;
  }
}
.l-header__ham--area--block--title a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-header__ham--area--block--title p {
  font-size: 1.4rem;
  color: #2681C6;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Google Sans Flex", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.09em;
}
.l-header__ham--area--block--title h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #2681C6;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.l-header__ham--area--block--title--recruit span {
  position: relative;
}
.l-header__ham--area--block--title--recruit span::after {
  content: "";
  position: absolute;
  top: 52%;
  right: -2.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/base/icon-site@2x.png) no-repeat center center;
  background-size: contain;
}
.l-header__ham--area--block--list-item {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--list-item {
    margin-bottom: 1rem;
  }
}
.l-header__ham--area--block--list-item img {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.l-header__ham--area--block--list-item a {
  transition: all 0.5s;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--list-item a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__ham--area--block--list-item a:hover {
    color: #2681C6 !important;
  }
  .l-header__ham--area--block--list-item a:hover .l-header__ham--area--block--list-item--icon {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__ham--area--block--list-item a:hover .l-header__ham--area--block--list-item--icon--hover {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__ham--area--block--list-item--icon {
  transition: all 0.5s;
  border-radius: 1rem;
}
.l-header__ham--area--block--list-item--icon--hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border-radius: 1rem;
  border: 1px solid #2681C6;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area .c-btn-footer-recruit {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.l-section {
  position: relative;
}
.l-section__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    padding: 0 2rem;
  }
}
.l-section__inner--s {
  max-width: 92rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-section__inner--s {
    padding: 0 2rem;
  }
}
.l-section__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-section__title {
    margin-bottom: 1rem;
  }
}
.l-section__title p {
  color: #2681C6;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-section__title p {
    font-weight: 300;
    margin-bottom: 0;
  }
}
.l-section__title h2 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP";
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-section__title h2 {
    font-size: 2rem;
  }
}
.l-section__title--front h2 {
  color: #000;
  font-size: 4.8rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .l-section__title--front h2 {
    font-size: 3.2rem;
  }
}

.p-front__wrap {
  position: relative;
}
.p-front__wrap::before {
  content: "";
  position: fixed;
  top: 13rem;
  left: 0;
  width: 100%;
  height: 100rem;
  background: url(../img/front/bg-front@2x.png) no-repeat top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-front__wrap::before {
    background-image: url(../img/front/bg-front-sp@2x.png);
  }
}

.p-front__mv {
  padding-top: 13.5rem;
  position: relative;
  overflow: hidden;
  height: clamp(60rem, 50vw, 100rem);
}
@media screen and (max-width: 768px) {
  .p-front__mv {
    padding-top: 10.5rem;
    height: 67rem;
  }
}
.p-front__mv--dummy {
  width: 100%;
  display: block;
}
.p-front__mv--title--wrap {
  position: absolute;
  top: 16rem;
  left: 23.5rem;
  transform: translate(-50%, 0);
  width: clamp(17rem, 20vw, 35rem);
}
@media screen and (max-width: 768px) {
  .p-front__mv--title--wrap {
    position: absolute;
    top: 12rem;
    left: 10.5rem;
    transform: translate(-50%, 0);
    width: 17rem;
  }
}
.p-front__mv--img {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-front__mv--img--sp {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-front__about--bg {
  background: url(../img/front/bg-about@2x.png) no-repeat center center;
  background-size: cover;
  padding: 15rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--bg {
    padding: 2rem 0 0;
  }
}
.p-front__about--wrap {
  display: flex;
  justify-content: space-between;
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__about--wrap {
    flex-direction: column;
    margin-top: 0;
  }
}
.p-front__about--left {
  max-width: 50rem;
  width: 100%;
  padding-top: 4rem;
}
.p-front__about--left h2 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .p-front__about--left h2 {
    font-size: 2rem;
  }
}
.p-front__about--left p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.8px;
  margin-bottom: 2rem;
}
.p-front__about--right {
  max-width: 50rem;
  width: 100%;
}
.p-front__about--right img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-front__about--right {
    margin-top: 8rem;
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-front__about--content {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__about--btn {
    margin-top: 4rem;
  }
}
.p-front__reason {
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .p-front__reason {
    padding: 5rem 0 6rem;
  }
}
.p-front__reason--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__reason--wrap {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
}
.p-front__reason--left {
  max-width: 32rem;
  width: 100%;
}
.p-front__reason--right {
  max-width: 77rem;
  width: 100%;
}
.p-front__reason--right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__reason--right {
    margin-bottom: 1rem;
  }
}
.p-front__reason--btn {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__reason--btn {
    margin-top: 3rem;
  }
}
.p-front__service--bg {
  background: #F5F5F5;
  padding: 5rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--bg {
    padding: 1rem 0 4rem;
  }
}
.p-front__service--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__service--wrap {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.p-front__service--left {
  max-width: 60rem;
  width: 100%;
}
.p-front__service--right {
  max-width: 48rem;
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--right {
    padding-top: 0;
  }
}
.p-front__service img {
  width: 100%;
}
.p-front__service--btn {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--btn {
    margin-top: 3rem;
  }
}
.p-front__work {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.p-front__work--bg {
  overflow: hidden;
}
.p-front__work--header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-top: 20rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__work--header {
    margin-top: 6rem;
  }
}
.p-front__work--header .l-section__title {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
.p-front__work--arrows {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0.4rem;
  position: relative;
  top: 0.5rem;
}
.p-front__work--arrows .slick-prev,
.p-front__work--arrows .slick-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.3s;
}
.p-front__work--arrows .slick-prev:before,
.p-front__work--arrows .slick-next:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-front__work--arrows .slick-prev:hover,
  .p-front__work--arrows .slick-next:hover {
    opacity: 0.5;
  }
}
.p-front__work--arrows .slick-prev {
  background-image: url(../img/base/navi-prev@2x.png);
}
.p-front__work--arrows .slick-next {
  background-image: url(../img/base/navi-next@2x.png);
}
.p-front__work--arrows .slick-prev.slick-disabled,
.p-front__work--arrows .slick-next.slick-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.p-front__work--slider {
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-front__work--slider {
    width: 100%;
  }
}
.p-front__work--slider .slick-slide {
  padding-right: 1rem;
  height: auto;
}
.p-front__work--slider .slick-slide > div {
  height: 100%;
}
.p-front__work--slide a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.p-front__work--slide img {
  width: 100%;
  display: block;
  border-radius: 0.7rem;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-front__work--slide img {
    aspect-ratio: 4/2.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-front__work--slide a:hover img {
    opacity: 0.5;
  }
  .p-front__work--slide a:focus:not(:hover) img {
    opacity: 1;
  }
}
.p-front__work--title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-front__work--btn {
  margin-top: 9rem;
}
.p-front__work--btn a {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__work--btn {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__work--arrows {
    display: none;
  }
  .p-front__work--slider-outer {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .p-front__work .c-slider-front-work:not(.slick-initialized) {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-front__work .c-slider-front-work:not(.slick-initialized) {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__work .c-slider-front-work:not(.slick-initialized) .p-front__work--slide {
    width: 100% !important;
    max-width: none;
  }
  .p-front__work .c-slider-front-work:not(.slick-initialized) .p-front__work--slide:nth-child(n+4) {
    display: none !important;
  }
}
.p-front__work .slick-track {
  margin-left: 0 !important;
}
.p-front__vr {
  padding-top: 2rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
  .p-front__vr {
    padding-bottom: 8rem;
  }
}
.p-front__vr--img {
  max-width: 88rem;
  width: 100%;
  margin: 4rem auto 8rem;
}
@media screen and (max-width: 768px) {
  .p-front__vr--img {
    margin: 3rem auto 4rem;
  }
}
.p-front__vr--img img {
  width: 100%;
}
.p-front__vr--img a {
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .p-front__vr--img a:hover {
    opacity: 0.5;
  }
}
.p-front__vr--btn {
  margin-top: 2rem;
}
.p-front__vr--btn a {
  display: block;
  margin: 0 auto;
}
.p-front__news--bg {
  margin-bottom: 12rem;
  padding: 7rem 0 8rem;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-front__news--bg {
    padding: 2rem 0 5rem;
    margin-bottom: 8rem;
  }
}
.p-front__news .l-section__title {
  text-align: center;
}
.p-front__news--list {
  max-width: 93rem;
  width: 100%;
  margin: 5rem auto 8rem !important;
}
@media screen and (max-width: 768px) {
  .p-front__news--list {
    margin: 3rem auto 2rem !important;
  }
}
.p-front__news--list-item {
  border-top: 0.1rem solid rgba(38, 129, 198, 0.16);
  position: relative;
}
.p-front__news--list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../img/base/btn-arrow-2@2x.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-front__news--list-item::before {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-front__news--list-item:hover::before {
    background-image: url(../img/base/btn-arrow-2-hover@2x.png);
  }
}
.p-front__news--list-item:last-of-type {
  border-bottom: 0.1rem solid rgba(38, 129, 198, 0.16);
}
.p-front__news--list-item a {
  display: flex;
  align-items: center;
  padding: 3.3rem 5.5rem 3.3rem 0;
  gap: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-front__news--list-item a {
    flex-direction: column;
    align-items: start;
    padding: 2rem 0;
  }
}
.p-front__news--date {
  color: #2681C6;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  margin-left: 2rem;
  margin-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__news--date {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }
}
.p-front__news--cat {
  padding: 0.5rem 1.2rem;
  background: #2681C6;
  color: #FFF;
  font-size: 1.1rem;
  border-radius: 5rem;
  margin-right: 4rem;
  line-height: 1;
  min-width: 11rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__news--cat {
    min-width: unset;
    display: inline-block;
  }
}
.p-front__news--text {
  color: #040000;
  font-size: 1.8rem;
  flex: 1;
  min-width: 0;
  padding-right: 1rem;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-front__news--text {
    font-size: 1.6rem;
  }
}
.p-front__news--btn a {
  display: block;
  margin: 0 auto;
}

.p-about__us {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-about__us {
    margin-top: 5rem;
  }
}
.p-about__us--wrap {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p-about__us--wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1367px) {
  .p-about__us--wrap {
    justify-content: space-between;
    gap: 4rem;
  }
}
.p-about__us--left {
  max-width: 56.5rem;
  width: 100%;
}
.p-about__us--content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 200%;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about__us--content h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-about__us--content p {
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
.p-about__us--right {
  max-width: 59.5rem;
  width: 100%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-about__us--right {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1367px) {
  .p-about__us--right {
    margin-right: 0;
  }
}
.p-about__us--right img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about__us--right img {
    height: 23rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-about__img {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-about__img {
    margin-top: 6.5rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 7rem;
  }
}
.p-about__img img {
  width: 100%;
}
.p-about__msg {
  margin-top: 8rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about__msg {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }
}
.p-about__msg--content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-about__msg--content h3 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    line-height: 1.5;
  }
}
.p-about__msg--content p {
  margin-bottom: 3rem;
}
.p-about__motto--bg {
  background: #F5F5F5;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-about__motto--bg {
    padding: 3rem 0 6rem;
  }
}
.p-about__motto .l-section__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__motto .l-section__title {
    text-align: start;
  }
}
.p-about__motto--content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about__motto--content h3 {
    font-size: 2rem;
    text-align: start;
  }
}
.p-about__motto--content p {
  max-width: 61rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-about__motto--content p {
    margin: 4rem auto 0;
  }
}
.p-about__profile {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about__profile {
    margin-top: 7rem;
  }
}
.p-about__profile--content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__profile--content {
    margin-top: 3rem;
  }
}
.p-about__profile--content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-about__profile tr {
  border-top: 0.1rem solid rgba(51, 51, 51, 0.16);
}
.p-about__profile tr:last-of-type {
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.16);
}
.p-about__profile th {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: start;
  padding: 2.8rem 1.5rem;
  letter-spacing: 1.6px;
}
.p-about__profile td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.8rem 8.5rem;
  letter-spacing: 1.6px;
}
.p-about__profile td p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about__profile td p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-about__profile table,
  .p-about__profile tbody,
  .p-about__profile thead,
  .p-about__profile tr,
  .p-about__profile th,
  .p-about__profile td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .p-about__profile tr {
    border-top: 0.1rem solid rgba(51, 51, 51, 0.16);
  }
  .p-about__profile tr:last-of-type {
    border-bottom: 0.1rem solid rgba(51, 51, 51, 0.16);
  }
  .p-about__profile th {
    padding: 1.3rem 0 0.6rem;
  }
  .p-about__profile td {
    padding: 0 0 2.4rem;
  }
}
.p-about__profile--map {
  width: 52rem;
  height: 24rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__profile--map {
    width: 100%;
    height: 22rem;
  }
}
.p-about__profile--location th {
  vertical-align: top;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about__profile--location th {
    line-height: 1.5;
  }
}
.p-about__history {
  margin-top: 19rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-about__history {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.p-about__history--list {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-about__history--list {
    margin-top: 4rem;
  }
}
.p-about__history--item {
  padding: 4.5rem 0;
  background: #2681C6;
}
@media screen and (max-width: 768px) {
  .p-about__history--item {
    padding: 2.5rem 0;
  }
}
.p-about__history--item p {
  margin-bottom: 0;
  color: #fff;
}
.p-about__history--item:nth-of-type(2n) {
  background: #F5F5F5;
}
.p-about__history--item:nth-of-type(2n) p {
  color: #2681C6;
}
.p-about__history--item--inner {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about__history--item--inner {
    flex-direction: column;
    align-items: start;
  }
}
.p-about__history--year {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 106.667px; /* 133.333% */
  margin-right: 15rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-about__history--year {
    font-size: 4.8rem;
    margin-right: 0;
    padding: 0 2rem;
    line-height: normal;
    width: 100%;
  }
}
.p-about__history--month {
  font-size: 2rem;
  margin-right: 7rem;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__history--month {
    width: 100%;
    margin-right: 0;
    padding: 0 2rem;
    margin-bottom: 1rem !important;
  }
}
.p-about__history--text {
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .p-about__history--text {
    padding: 0 2rem;
  }
}

.p-reason__us {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-reason__us {
    margin-top: 6rem;
  }
}
.p-reason__us--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-reason__us--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.p-reason__us--item:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-reason__us--item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-reason__us--item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-reason__us--item:nth-of-type(2n) {
    flex-direction: column;
  }
}
.p-reason__us--item:nth-of-type(2n) .p-reason__us--left {
  margin-right: 0;
}
@media screen and (max-width: 1366px) {
  .p-reason__us--item:nth-of-type(2n) .p-reason__us--left {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-reason__us--item:nth-of-type(2n) .p-reason__us--left {
    margin-right: 0;
  }
}
.p-reason__us--item:nth-of-type(2n) .p-reason__us--right {
  max-width: 63rem;
}
@media screen and (max-width: 768px) {
  .p-reason__us--item:nth-of-type(2n) .p-reason__us--right {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__us--item {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 1367px) {
  .p-reason__us--item {
    gap: 4rem;
  }
}
.p-reason__us--left {
  max-width: 61rem;
  width: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-reason__us--left {
    margin-top: 3rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1367px) {
  .p-reason__us--left {
    margin-left: 0;
  }
}
.p-reason__us--left img {
  width: 100%;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__us--left img {
    height: 23rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-reason__us--right {
  max-width: 63rem;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-reason__us--right {
    padding: 0;
  }
}
.p-reason__us h3 {
  color: #2681C6;
  font-size: 3.2rem;
  line-height: 150%; /* 48px */
  position: relative;
}
.p-reason__us h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-reason__us h3 {
    font-size: 2.2rem;
  }
}
.p-reason__us h3 span {
  color: #2681C6;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 150%; /* 72px */
}
@media screen and (max-width: 768px) {
  .p-reason__us p {
    letter-spacing: 0.01rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__us--h3--underline {
    margin-bottom: 3rem;
  }
  .p-reason__us--h3--underline::after {
    bottom: -0.8rem !important;
  }
}
.p-reason__ideal--bg {
  background: #F5F5F5;
  margin-top: 20rem;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .p-reason__ideal--bg {
    margin-top: 6rem;
    padding: 3rem 0 1rem;
  }
}
.p-reason__ideal--list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-reason__ideal--list {
    flex-direction: column;
  }
}
.p-reason__ideal--item {
  max-width: 38.5rem;
  width: 100%;
}
.p-reason__ideal--img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-reason__ideal--img {
    margin-top: 3rem;
  }
}
.p-reason__ideal--img img {
  width: 100%;
}
.p-reason__ideal h3 {
  color: #2681C6;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 200%; /* 40px */
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}
.p-reason__ideal p {
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-reason__ideal p {
    letter-spacing: 0.03rem;
  }
}
.p-reason__data {
  margin-top: 15rem;
  margin-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  .p-reason__data {
    margin-top: 8rem;
    margin-bottom: 10rem;
  }
}
.p-reason__data--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-reason__data--list {
    margin-top: 3rem;
  }
}
.p-reason__data--item {
  max-width: 39rem;
  width: 100%;
  margin-bottom: 2rem;
}

.p-contact {
  margin-bottom: 22rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-bottom: 11rem;
  }
}
.p-contact__top {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__top {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.p-contact__top ul {
  display: flex;
  justify-content: space-between;
  width: 49rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-contact__top ul {
    width: 100%;
  }
}
.p-contact__top ul li {
  width: 10rem;
  text-align: center;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__top ul li {
    width: 7rem;
  }
}
.p-contact__top ul li p:first-of-type {
  font-size: 3.2rem;
  letter-spacing: 3.2px;
  font-weight: 600;
  background: #F3F3F3;
  border-radius: 50%;
  width: 10.4rem;
  height: 10.4rem;
  line-height: 10.8rem;
  font-family: "Prompt", sans-serif;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__top ul li p:first-of-type {
    font-size: 2rem;
    width: 7rem;
    height: 7rem;
    line-height: 7.5rem;
  }
}
.p-contact__top ul li p:first-of-type::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.6rem solid transparent;
  border-bottom: 1.6rem solid transparent;
  border-left: 2.4rem solid #F3F3F3;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -5.5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-contact__top ul li p:first-of-type::after {
    right: -2.5rem;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.5rem solid #F3F3F3;
    right: -3.6rem;
  }
}
.p-contact__top ul li p:last-of-type {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-contact__top ul li p:last-of-type {
    font-size: 1.4rem;
  }
}
.p-contact__top ul li.active p:first-of-type {
  background: #2681C6;
  color: #fff;
}
.p-contact__top ul li.active p:first-of-type::after {
  border-left: 1.5rem solid #2681C6;
}
.p-contact__top ul li:last-of-type p:first-of-type::after {
  display: none;
}
.p-contact__area {
  border-top: 0.1rem solid rgba(51, 51, 51, 0.32);
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__area {
    padding-top: 3rem;
  }
}
.p-contact__dl {
  width: 100%;
}
.p-contact__dl--row {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__dl--row {
    flex-direction: column;
    align-items: start;
  }
}
.p-contact__dl--row dd {
  margin: 0;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-contact__dl--row dd {
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__dl--row dt {
    width: 100%;
    margin-top: 1rem;
    align-items: start;
  }
}
.p-contact__dl--row .wpcf7-form-control-wrap {
  width: 100%;
}
.p-contact__dl--row input, .p-contact__dl--row textarea, .p-contact__dl--row select {
  width: 100%;
  background: #F3F3F3;
  height: 6.7rem;
  border-radius: 0.5rem;
  border: unset;
  padding: 1.5rem;
}
.p-contact__dl--row input::-moz-placeholder, .p-contact__dl--row textarea::-moz-placeholder, .p-contact__dl--row select::-moz-placeholder {
  color: #C2C2C2;
}
.p-contact__dl--row input::placeholder, .p-contact__dl--row textarea::placeholder, .p-contact__dl--row select::placeholder {
  color: #C2C2C2;
}
.p-contact__dl--row textarea {
  height: 15.7rem;
}
@media screen and (max-width: 768px) {
  .p-contact__dl--row textarea {
    width: 100%;
  }
}
.p-contact__dl--row select option:first-of-type {
  color: #C2C2C2;
}
.p-contact__dl--require, .p-contact__dl--any {
  font-size: 1.2rem;
  color: #fff;
  background: #2681C6;
  padding: 0 0.8rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-contact__dl--require, .p-contact__dl--any {
    margin-left: 1rem;
  }
}
.p-contact__dl--any {
  background: #A7A2A2;
}
.p-contact__dl:last-child .p-contact__dl--row {
  align-items: start;
}
.p-contact__dl:last-child .p-contact__dl--row dd {
  margin-top: 2rem;
}
.p-contact__privacy {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy {
    margin-bottom: 3rem;
  }
}
.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;
  position: relative;
  top: 0.7rem;
}
.p-contact__privacy input[type=checkbox]:checked {
  background: url("../img/base/checkbox-on.png") no-repeat center/contain;
}
.p-contact__privacy .wpcf7-list-item {
  margin-left: 0;
}
.p-contact__privacy a {
  text-decoration: underline;
  font-weight: bold;
}
.p-contact__submit {
  text-align: center;
  width: 44rem;
  height: 8rem;
  line-height: 8rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__submit {
    width: 80%;
  }
}
.p-contact__submit::after {
  content: "";
  width: 1.2rem;
  height: 4rem;
  background: url(../img/base/icon-arrow@2x.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.p-contact__submit input {
  text-align: center;
  background: #2681C6;
  color: #fff !important;
  width: 44rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
}
.p-contact__submit input:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact__submit input {
    width: 100%;
    font-size: 1.6rem;
    height: 6rem;
    line-height: 6rem;
  }
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact__confirm dt {
  position: relative;
  padding-left: 1.5rem;
}
.p-contact__confirm dt::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #333333;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  opacity: 0.32;
}
.p-contact__confirm .p-contact__dl:last-child .p-contact__dl--row dd {
  margin-top: 0;
}
.p-contact__confirm .p-contact__confirm--submit {
  display: flex;
  justify-content: space-between;
  width: 50rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm .p-contact__confirm--submit {
    width: 100%;
    flex-direction: column;
  }
}
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--prev,
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next {
  width: 24rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--prev,
  .p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--prev input,
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next input {
  border: unset;
  display: block;
  width: 100%;
  height: 8rem;
  line-height: 8rem;
  text-align: center;
  border-radius: 0.5rem;
  background: #E3E3E3;
  padding: 0;
  font-weight: bold;
}
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--prev input:hover,
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next input:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--prev input,
  .p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next input {
    height: 6rem;
    line-height: 6rem;
  }
}
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--prev::after,
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next::after {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/base/btn-arrow-right@2x.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--prev::after,
  .p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next::after {
    left: 1rem;
  }
}
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next input {
  color: #fff;
  background: #2681C6;
}
.p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next::after {
  background: url(../img/base/btn-arrow@2x.png) no-repeat center;
  background-size: contain;
  left: unset;
  right: 2rem;
  transform: translate(0, -50%);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm .p-contact__confirm--submit .p-contact__confirm--next::after {
    right: 1rem;
  }
}
.p-contact__thanks {
  text-align: center;
}
.p-contact__thanks img {
  width: 12rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks img {
    width: 6rem;
    margin-bottom: 4rem;
  }
}
.p-contact__thanks h3 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2.4px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-contact__thanks p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 1.8px;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks p {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}

/* 日付のセレクトボックスの外枠 */
dt.select-wrap,
.p-contact__date--block--inner {
  position: relative;
}

/* 擬似要素で矢印を作成している場合 */
dt.select-wrap::after,
.p-contact__date--block--inner::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1rem solid #2681C6;
  border-bottom: 0;
}
dt.select-wrap.is-disabled::after,
.p-contact__date--block--inner.is-disabled::after {
  border-top: 1rem solid #A7A2A2;
}

dt.select-wrap::after {
  right: 2rem;
}

/* 【重要】月を選択した後の日の矢印をオレンジにする */
#js-day-container.is-active::after {
  border-top: 1rem solid #C2C2C2;
}

.p-contact__date--block--time .p-contact__date--block--inner:last-of-type:after {
  right: 2.5rem;
}

/* ブラウザ標準の矢印を消す（これをしないと矢印が重なります） */
dt.select-wrap select,
.p-contact__date--block--inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.p-news__cat-list {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
  margin-bottom: 9rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-news__cat-list {
    justify-content: start;
    margin-bottom: 4rem;
  }
}
.p-news__cat-item {
  width: 16rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 3rem;
  border-radius: 50px;
  border: 0.1rem solid #2681C6;
  background: #FFF;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-news__cat-item {
    font-size: 1.4rem;
    width: unset;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.p-news__cat-item:first-of-type {
  position: relative;
}
.p-news__cat-item:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 100%;
  background: #2681C6;
}
@media screen and (max-width: 768px) {
  .p-news__cat-item:first-of-type::before {
    display: none;
  }
}
.p-news__cat-item:last-of-type {
  margin-right: 0;
}
.p-news__cat-item.current {
  background: #2681C6;
  border-color: #2681C6;
}
.p-news__cat-item.current a {
  color: #fff !important;
}
.p-news__cat-item a {
  display: block;
  width: 100%;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-news__cat-item a {
    padding: 1rem;
  }
}
.p-news__main {
  max-width: 93rem;
  width: 100%;
  margin: 0 auto;
}
.p-news__main--title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #2681C6;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-news__main--title {
    padding-left: 0;
    font-size: 2rem;
  }
}

.p-news__detail {
  max-width: 88rem;
  padding-top: 19.5rem;
  margin: 0 auto 15rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail {
    padding: 0 2rem;
    padding-top: 13rem;
    margin-bottom: 10rem;
  }
}
.p-news__detail--top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-news__detail--top--cat {
  font-size: 1.1rem;
  background: #2681C6;
  color: #fff;
  border-radius: 5rem;
  margin-bottom: 0;
  padding: 0.2rem 1rem;
  margin-right: 2rem;
}
.p-news__detail--top--date {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  color: #2681C6;
  font-weight: 600;
}
.p-news__detail--title h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--title h1 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-news__detail--main h2 {
  font-size: 2.2rem;
  color: #2681C6;
  padding-left: 2.5rem;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #2681C6;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--main h2 {
    font-size: 1.8rem;
  }
}
.p-news__detail--main h2::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: #2681C6;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__detail--main h3 {
  font-size: 1.8rem;
}
.p-news__detail--thumb {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--thumb {
    margin-bottom: 3rem;
  }
}
.p-news__detail--thumb img {
  width: 100%;
  border-radius: 0.7rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--thumb img {
    height: 23rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-news__detail--btn {
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--btn {
    margin-top: 5rem;
  }
}

.p-service__about {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-service__about {
    margin-top: 6rem;
  }
}
.p-service__about--wrap {
  margin-top: 9rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service__about--wrap {
    flex-direction: column-reverse;
    margin-top: 4rem;
  }
}
.p-service__about--left {
  max-width: 53rem;
  width: 100%;
}
.p-service__about--left h3 {
  font-size: 2.4rem;
}
.p-service__about--left p {
  letter-spacing: normal;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-service__about--left p {
    letter-spacing: 0.03rem;
  }
}
.p-service__about--right {
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service__about--right {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 3rem;
  }
}
.p-service__about img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-service__about img {
    height: 23rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-service__area--bg {
  margin-top: 10rem;
  background: #F5F5F5;
  padding: 8rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-service__area--bg {
    margin-top: 0;
    padding: 5rem 0 1rem;
  }
}
.p-service__area--title h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-service__area--title h3 {
    font-size: 2rem;
  }
}
.p-service__area--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-service__area--wrap {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.p-service__area--card {
  max-width: 57.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service__area--card {
    margin-bottom: 3rem;
  }
  .p-service__area--card:last-child {
    margin-bottom: 0;
  }
}
.p-service__area--card img {
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__area--card img {
    height: 23rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-service__area--card h3 {
  color: #2681C6;
  font-size: 2.4rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-service__area--card h3 {
    margin: 2.5rem 0 1rem;
  }
}
.p-service__area--card h4 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service__area--card h4 {
    margin-bottom: 2rem;
  }
}
.p-service__area--card p {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-service__area--card p {
    letter-spacing: 0.03rem;
  }
}
.p-service__strength {
  margin-top: 12rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .p-service__strength {
    margin-top: 9rem;
    margin-bottom: 7rem;
  }
}
.p-service__strength--title h3 {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service__strength--title h3 {
    font-size: 2rem;
    text-align: start;
  }
}
.p-service__strength--list {
  max-width: 79rem;
  width: 100%;
  margin: 5rem auto !important;
}
@media screen and (max-width: 768px) {
  .p-service__strength--list {
    margin: 4rem auto !important;
  }
}
.p-service__strength--item {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.p-service__strength--item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service__strength--item {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
}
.p-service__strength--item h4 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #2681C6;
}
@media screen and (max-width: 768px) {
  .p-service__strength--item h4 {
    font-size: 2.4rem;
  }
}
.p-service__strength--item h4 span {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  background: #2681C6;
  width: 2.85rem;
  height: 2.85rem;
  line-height: 3.1rem;
  border-radius: 0.34rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  vertical-align: middle;
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width: 768px) {
  .p-service__strength--item h4 span {
    display: block;
    margin-bottom: 2rem;
  }
}
.p-service__strength--item p {
  letter-spacing: normal;
}

.p-privacy {
  margin-top: 12rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }
}
.p-privacy h2 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-privacy__block {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .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;
  padding-top: 14rem;
  margin-bottom: 21rem;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding-top: 11rem;
    margin-bottom: 10rem;
  }
}
.p-404 h1 {
  font-size: 20rem;
  margin-bottom: 8rem;
  letter-spacing: 20px;
  color: #2681C6;
}
@media screen and (max-width: 768px) {
  .p-404 h1 {
    font-size: 10rem;
    margin-bottom: 5rem;
  }
}
.p-404 h2 {
  font-size: 2.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-404 p {
  margin-bottom: 12rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}
.p-404__btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-works {
    margin-bottom: 5rem;
  }
}
.p-works__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-works__list {
    margin-top: 8rem;
  }
}
.p-works__item {
  max-width: 38.5rem;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-works__item {
    margin-bottom: 2.5rem;
  }
}
.p-works__item img {
  width: 100%;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-works__item img {
    height: 23rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-works__item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-works__item a:hover img {
    opacity: 0.5;
  }
  .p-works__item a:focus:not(:hover) img {
    opacity: 1;
  }
}
.p-works__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 1.5rem 0;
}
.p-works__cat--wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-works__cat {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 2.5rem;
  border-radius: 5rem;
  background: #F5F5F5;
  line-height: 1;
  margin-right: 1rem;
  margin-bottom: 0;
}

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

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

.u-w-100 {
  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 */