@charset "UTF-8";
.effect-blurin {
  opacity: 0;
  filter: blur(5px);
}

.active .effect-blurin {
  opacity: 1;
  filter: blur(0);
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-fadein-up {
  opacity: 0;
  transform: translate(0px, 40px);
}

.active .effect-fadein-up {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-zoomout {
  transform: scale(1.1);
}

.active .effect-zoomout {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.active .effect-clip {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .effect-delay-0 {
  transition-delay: 0s;
}

.active .effect-delay-100 {
  transition-delay: 0.1s;
}

.active .effect-delay-200 {
  transition-delay: 0.2s;
}

.active .effect-delay-300 {
  transition-delay: 0.3s;
}

.active .effect-delay-400 {
  transition-delay: 0.4s;
}

.active .effect-delay-500 {
  transition-delay: 0.5s;
}

.active .effect-delay-600 {
  transition-delay: 0.6s;
}

.active .effect-delay-700 {
  transition-delay: 0.7s;
}

.active .effect-delay-800 {
  transition-delay: 0.8s;
}

.active .effect-delay-900 {
  transition-delay: 0.9s;
}

.active .effect-delay-1000 {
  transition-delay: 1s;
}

.active .effect-delay-1100 {
  transition-delay: 1.1s;
}

.active .effect-delay-1200 {
  transition-delay: 1.2s;
}

.active .effect-delay-1300 {
  transition-delay: 1.3s;
}

.active .effect-delay-1400 {
  transition-delay: 1.4s;
}

.active .effect-delay-1500 {
  transition-delay: 1.5s;
}

.active .effect-delay-1600 {
  transition-delay: 1.6s;
}

.active .effect-delay-1700 {
  transition-delay: 1.7s;
}

.active .effect-delay-1800 {
  transition-delay: 1.8s;
}

.active .effect-delay-1900 {
  transition-delay: 1.9s;
}

.active .effect-delay-2000 {
  transition-delay: 2s;
}

.active .effect-delay-2100 {
  transition-delay: 2.1s;
}

.active .effect-delay-2200 {
  transition-delay: 2.2s;
}

.active .effect-delay-2300 {
  transition-delay: 2.3s;
}

.active .effect-delay-2400 {
  transition-delay: 2.4s;
}

.active .effect-delay-2500 {
  transition-delay: 2.5s;
}

.active .effect-delay-2600 {
  transition-delay: 2.6s;
}

.active .effect-delay-2700 {
  transition-delay: 2.7s;
}

.active .effect-delay-2800 {
  transition-delay: 2.8s;
}

.active .effect-delay-2900 {
  transition-delay: 2.9s;
}

.active .effect-delay-3000 {
  transition-delay: 3s;
}

.active .effect-delay-3100 {
  transition-delay: 3.1s;
}

.active .effect-delay-3200 {
  transition-delay: 3.2s;
}

.active .effect-delay-3300 {
  transition-delay: 3.3s;
}

.active .effect-delay-3400 {
  transition-delay: 3.4s;
}

.active .effect-delay-3500 {
  transition-delay: 3.5s;
}

.active .effect-delay-3600 {
  transition-delay: 3.6s;
}

.active .effect-delay-3700 {
  transition-delay: 3.7s;
}

.active .effect-delay-3800 {
  transition-delay: 3.8s;
}

.active .effect-delay-3900 {
  transition-delay: 3.9s;
}

.active .effect-delay-4000 {
  transition-delay: 4s;
}

.active .effect-delay-4100 {
  transition-delay: 4.1s;
}

.active .effect-delay-4200 {
  transition-delay: 4.2s;
}

.active .effect-delay-4300 {
  transition-delay: 4.3s;
}

.active .effect-delay-4400 {
  transition-delay: 4.4s;
}

.active .effect-delay-4500 {
  transition-delay: 4.5s;
}

.active .effect-delay-4600 {
  transition-delay: 4.6s;
}

.active .effect-delay-4700 {
  transition-delay: 4.7s;
}

.active .effect-delay-4800 {
  transition-delay: 4.8s;
}

.active .effect-delay-4900 {
  transition-delay: 4.9s;
}

.active .effect-delay-5000 {
  transition-delay: 5s;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width:912px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width:540px) {
  html {
    font-size: 50%;
  }
}
html.no-scroll {
  overflow: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #0A0A0A;
  font-family: "Hanken Grotesk", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #0A0A0A;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

select {
  outline: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 2rem 3rem;
  transition: background-color 0.2s;
}
@media screen and (max-width:540px) {
  .header {
    padding: 0.8rem 5%;
  }
}
html.no-scroll .header {
  background-color: #FFF;
}
body.home .header, body.page-follow .header, body.page-howtouse .header, body.page-business .header {
  background-color: #FFF;
}
.header.is-fixed {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  background-color: #FFF;
}
.header.is-fixed.is-fixed-ready {
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
.header.is-fixed.is-visible {
  transform: translateY(0%);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__logo img {
  width: 155px;
}
@media screen and (max-width:540px) {
  .header__logo img {
    width: 120px;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__btns {
  display: flex;
  gap: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width:540px) {
  .header__btns {
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 5.5%;
    background: rgba(255, 255, 255, 0.8);
  }
}
.header__btn {
  display: block;
  width: 170px;
  padding: 1.1em;
  border-radius: 6px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width:912px) {
  .header__btn {
    width: 150px;
  }
}
@media screen and (max-width:540px) {
  .header__btn {
    width: 100%;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.header__btn--btn1 {
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
}
.header__btn--btn2 {
  background: linear-gradient(90deg, var(--orange, #FF8400) 0%, #F1660F 100%);
}
.header__menu-btn {
  position: relative;
  z-index: 11;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #182A41;
  border-radius: 50vw;
}
@media screen and (max-width:540px) {
  .header__menu-btn {
    transform: scale(0.9);
  }
}
.header__menu-btn span {
  position: absolute;
  left: 13px;
  display: block;
  width: 22px;
  height: 1px;
  background: #FFF;
  transition: transform 0.3s;
}
.header__menu-btn span:first-child {
  top: 16px;
}
.header__menu-btn span:nth-child(2) {
  top: 50%;
}
.header__menu-btn span:last-child {
  bottom: 15px;
}
.header__menu-btn.active span:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header__menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.active span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.overlay-menu {
  position: fixed;
  inset: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.overlay-menu.active {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.overlay-menu__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
}
@media screen and (max-width:540px) {
  .overlay-menu__inner {
    padding: 0;
  }
}
.overlay-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 8rem;
  list-style: none;
}
@media screen and (max-width:540px) {
  .overlay-menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 6rem;
  }
}
.overlay-menu__item a {
  display: block;
  color: #FFF;
  font-size: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width:540px) {
  .overlay-menu__item a {
    font-size: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .overlay-menu__item a:hover:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .overlay-menu__item a:hover:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
.overlay-menu__item a span {
  display: block;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
.overlay-menu__bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5.5% 4rem;
  color: #FFF;
}
@media screen and (max-width:540px) {
  .overlay-menu__bottom {
    display: none;
  }
}
.overlay-menu__copyright {
  font-size: 1.6rem;
}
.overlay-menu__privacy {
  color: #FFF;
  font-size: 1.6rem;
}

.cv {
  position: relative;
  background: url(/assets/images/common/bg_cv01.jpg) center/cover no-repeat;
  padding: 8rem 5.5%;
  overflow: hidden;
  color: #FFF;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cv {
    background: url(/assets/images/common/bg_cv01@2x.jpg) center/cover no-repeat;
  }
}
@media screen and (max-width:540px) {
  .cv {
    padding: 6rem 5.5%;
  }
}
.cv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(315deg, rgba(0, 132, 255, 0.23) 37.86%, rgba(0, 79, 153, 0.23) 72.41%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cv__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.cv__lead {
  margin-bottom: 1em;
  font-size: 2rem;
  opacity: 0.8;
}
.cv__ttl {
  margin-bottom: 1em;
}
.cv__desc {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 2em;
}
.cv__btn {
  display: inline-block;
  background: linear-gradient(90deg, var(--orange, #FF8400) 0%, #F1660F 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .cv__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cv__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.cv--business {
  background: url(/assets/images/business/hero.jpg) center/cover no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cv--business {
    background: url(/assets/images/business/hero@2x.jpg) center/cover no-repeat;
  }
}

.footer {
  padding: 5rem 5rem 4rem;
  background: #FFF;
  font-size: 1.6rem;
}
@media screen and (max-width:912px) {
  .footer {
    padding: 5rem 5.5% 10rem;
  }
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width:540px) {
  .footer__inner {
    display: block;
  }
}
@media screen and (max-width:540px) {
  .footer__left {
    margin-bottom: 4rem;
  }
}
.footer__logo img {
  width: clamp(140px, 13.19vw, 190px);
}
.footer__profile {
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width:912px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
  margin-top: -1.5em;
  list-style: none;
}
@media screen and (max-width:540px) {
  .footer__nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__nav-list li {
  width: clamp(130px, 15.27vw, 220px);
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width:912px) {
  .footer__nav-list li {
    width: auto;
  }
}
.footer__nav-list li a {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav-list li a:hover:hover::after {
    transform: translateX(5px);
    transition: 0.2s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__nav-list li a:hover:hover::after {
    transform: translateX(5px);
    transition: 0.2s;
  }
}
.footer__nav-list li a::after {
  content: "→";
  color: #0084FF;
  transition: 0.2s;
}
.footer__nav-bnr {
  padding-top: 4rem;
  text-align: right;
}
.footer__nav-bnr img {
  max-width: 100%;
}
@media screen and (max-width:540px) {
  .footer__nav-bnr img {
    width: 70%;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__copyright {
  font-size: 1.6rem;
}
.footer__privacy {
  font-size: 1.6rem;
}

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

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

.ttl1 {
  font-size: 3.8rem;
  font-weight: 500;
}
@media screen and (max-width:540px) {
  .ttl1 {
    font-size: 3rem;
  }
}

.ttl2 h2 {
  font-size: 4rem;
  font-weight: 400;
}
@media screen and (max-width:540px) {
  .ttl2 h2 {
    font-size: 3.4rem;
  }
}
.ttl2 p {
  margin-top: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width:540px) {
  .ttl2 p {
    font-size: 1.6rem;
  }
}

.ttl3 p {
  margin-bottom: 1em;
  color: #0084FF;
  font-size: 2rem;
}
@media screen and (max-width:540px) {
  .ttl3 p {
    margin-bottom: 0.8em;
    font-size: 1.8rem;
  }
}
.ttl3 h2 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width:540px) {
  .ttl3 h2 {
    font-size: 2.8rem;
  }
}

.ttl4 {
  text-align: center;
}
.ttl4 h1 {
  color: #0084FF;
  font-size: 5rem;
  font-weight: 400;
}
@media screen and (max-width:540px) {
  .ttl4 h1 {
    font-size: 4rem;
  }
}
.ttl4 p {
  margin-top: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width:540px) {
  .ttl4 p {
    margin-top: 0.8em;
    font-size: 1.6rem;
  }
}

.ttl5 {
  padding-left: 35px;
  background: url(/assets/images/common/ttl_dots.png) no-repeat center left/24px;
  font-size: 2.6rem;
  line-height: 1.4;
}

.form-wrap form {
  font-size: 1.6rem;
}
.form-wrap fieldset {
  border: none;
}
.form-wrap .form-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width:540px) {
  .form-wrap .form-row {
    display: block;
  }
}
.form-wrap .form-label {
  flex: 0 0 200px;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  .form-wrap .form-label {
    padding-bottom: 0.5em;
  }
}
.form-wrap .form-label span[aria-hidden=true] {
  color: red;
}
.form-wrap .form-input {
  flex: 1;
}
.form-wrap .form-input input[type=text],
.form-wrap .form-input input[type=email],
.form-wrap .form-input input[type=tel],
.form-wrap .form-input input[type=date],
.form-wrap .form-input textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background: #FFF;
}
.form-wrap .form-input textarea {
  resize: vertical;
}
.form-wrap .form-input select {
  padding: 1rem 1.2rem;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background: #FFF;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
.form-wrap .form-input label {
  margin-right: 1rem;
}
.form-wrap .form-input input[type=file] {
  margin-bottom: 1em;
}
.form-wrap .form-input small {
  display: block;
  line-height: 1.5;
}
.form-wrap .zip-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.form-wrap .zip-group .zip-mark {
  display: inline-block;
}
.form-wrap #zip1, .form-wrap #zip2 {
  width: 5rem;
}
.form-wrap .note {
  padding-top: 2em;
  text-align: center;
  line-height: 1.9;
}
.form-wrap .note a {
  color: #0084FF;
  text-decoration: underline;
}
.form-wrap .form-actions {
  text-align: center;
  margin-top: 2rem;
}
.form-wrap input[type=submit] {
  padding: 1em 2em;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--orange, #FF8400) 0%, #F1660F 100%);
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form-wrap .wpcf7-spinner {
  display: block;
  margin-top: 2rem;
}

.marquee {
  position: fixed;
  top: 50%;
  z-index: -10;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.marquee-inner {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}
.marquee-inner span {
  display: inline-block;
  color: #0084FF;
  font-size: 21.6rem;
  line-height: 1.4;
  opacity: 0.06;
}

.lines {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}
.lines span {
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.075);
}

.follower-drag {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-top: -40px;
  margin-left: -20px;
  background: url(/assets/images/common/ico_drag.png) no-repeat center center;
  background-size: 100% 100%;
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
.follower-drag > span {
  display: none;
}
@media screen and (max-width:912px) {
  .follower-drag {
    display: none;
  }
}
.follower-drag.is-active {
  opacity: 1;
}

.pagenavi {
  padding-top: 1em;
  font-size: 2.4rem;
  text-align: center;
}
.pagenavi .current {
  padding: 0 0.25em;
  color: #CDCDCD;
}
.pagenavi a {
  padding: 0 0.25em;
  color: #0084FF;
}

.swiper-slide {
  transition: opacity 1s ease;
  opacity: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-home {
  position: relative;
}
.p-home__head {
  position: relative;
  height: 100vh;
}
@media screen and (width: 1024px) and (orientation: portrait) {
  .p-home__head {
    height: 65vh;
  }
}
@media screen and (max-width:912px) {
  .p-home__head {
    height: 70vh;
    min-height: 600px;
  }
}
@media screen and (max-width:540px) {
  .p-home__head {
    height: auto;
  }
}
.p-home__kv {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:540px) {
  .p-home__kv {
    height: auto;
  }
}
.p-home__kv-message {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width:540px) {
  .p-home__kv-message {
    height: auto;
    padding: 20rem 0 0 0;
  }
}
.p-home__kv-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-home__kv-img > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.07);
  transition: opacity 1s linear;
}
@-webkit-keyframes anim-zoom-in {
  0% {
    transform: scale(1.07);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes anim-zoom-in {
  0% {
    transform: scale(1.07);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.p-home__kv-img > div.is-visible {
  -webkit-animation: anim-zoom-in 10s linear forwards;
          animation: anim-zoom-in 10s linear forwards;
}
.p-home__kv-img-1 {
  background-image: url(/assets/images/top/hero01.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-home__kv-img-1 {
    background-image: url(/assets/images/top/hero01@2x.jpg);
  }
}
.p-home__kv-img-2 {
  background-image: url(/assets/images/top/hero02.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-home__kv-img-2 {
    background-image: url(/assets/images/top/hero02@2x.jpg);
  }
}
.p-home__kv-img-3 {
  background-image: url(/assets/images/top/hero03.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-home__kv-img-3 {
    background-image: url(/assets/images/top/hero03@2x.jpg);
  }
}
.p-home__kv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(76deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 60%);
}
.p-home__kv-copy {
  position: absolute;
  top: 50%;
  left: 5.5%;
  z-index: 2;
  color: #FFF;
  font-size: 5rem;
  line-height: 1.4;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .p-home__kv-copy {
    position: relative;
    font-size: 3rem;
  }
}
.p-home__kv-copy span {
  display: inline-block;
  padding-top: 0.2em;
  font-size: 6rem;
  font-weight: 600;
}
@media screen and (max-width:540px) {
  .p-home__kv-copy span {
    font-size: 4rem;
  }
}
.p-home__kv-subcopy {
  position: absolute;
  bottom: 1.1em;
  left: 5.5%;
  z-index: 2;
  color: #FFF;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width:912px) {
  .p-home__kv-subcopy {
    font-size: 3rem;
  }
}
@media screen and (max-width:540px) {
  .p-home__kv-subcopy {
    position: relative;
    font-size: 2rem;
  }
}
.p-home__kv-search {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 30%;
  min-width: 430px;
  height: 100%;
  padding: 5rem;
  background: linear-gradient(96deg, rgba(48, 154, 253, 0.45) -0.71%, rgba(10, 110, 204, 0.8) 100%);
}
@media screen and (max-width:912px) {
  .p-home__kv-search {
    min-width: 330px;
    padding: 3rem;
  }
}
@media screen and (max-width:540px) {
  .p-home__kv-search {
    position: relative;
    width: 100%;
    padding: 5rem 5.5%;
    background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  }
}
.p-home__kv-search .search-pnl {
  width: 100%;
  overflow: hidden;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
.p-home__kv-search .search-pnl__inner {
  padding: 0 2.5rem 4rem;
}
.p-home__kv-search .search-pnl .industry {
  margin-bottom: 2em;
  padding: 1em 0;
  background: #E5F3FF;
  font-size: 1.3rem;
}
.p-home__kv-search .search-pnl .note {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
}
@media screen and (max-width:540px) {
  .p-home__kv-search .search-pnl .note {
    margin-bottom: 0.7em;
  }
}
.p-home__kv-search .search-pnl .ttl {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-home__kv-search .search-pnl .ttl span {
  color: #0084FF;
}
.p-home__kv-search .search-pnl .ttl .br1 {
  display: none;
}
.p-home__kv-search .search-pnl form .form-group select {
  width: 100%;
  padding: 1em 2em 1em 1em;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  font-size: 1.6rem;
  cursor: pointer;
  background: url(/assets/images/common/ico_arrow01.svg) no-repeat center right 10px/12px;
}
.p-home__kv-search .search-pnl form .form-separator {
  padding: 1.5rem;
}
.p-home__kv-search .search-pnl form .search-button {
  width: 100%;
  margin-top: 1.4em;
  border-radius: 6px;
  background: #182A41;
  color: #FFF;
  font-size: 1.6rem;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__kv-search .search-pnl form .search-button:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__kv-search .search-pnl form .search-button:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-home__kv-search .search-pnl form .search-button span {
  display: inline-block;
  padding: 1.2em 0 1.2em 30px;
  background: url(/assets/images/common/ico_search01.svg) no-repeat center left/20px;
}
.p-home__about {
  position: relative;
  padding: 10rem 5.5% 12rem;
}
@media screen and (max-width:540px) {
  .p-home__about {
    padding: 6rem 5.5% 12rem;
  }
}
.p-home__about-inner {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-home__about-inner {
    display: block;
  }
}
.p-home__about-left {
  position: relative;
  z-index: 1;
  flex: 2;
}
.p-home__about-left img {
  position: absolute;
  top: -4rem;
  left: -4rem;
  max-width: 100%;
}
@media screen and (max-width:912px) {
  .p-home__about-left img {
    top: auto;
    left: auto;
    padding-right: 5rem;
  }
}
@media screen and (max-width:540px) {
  .p-home__about-left img {
    right: 0;
    bottom: -18rem;
    width: 55%;
    padding: 0;
  }
}
.p-home__about-right {
  position: relative;
  z-index: 2;
  flex: 3;
}
.p-home__about-ttl {
  margin-bottom: 0.8em;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .p-home__about-ttl br {
    display: none;
  }
}
.p-home__about-desc {
  margin-bottom: 2em;
  font-size: 1.7rem;
  line-height: 1.9;
}
@media screen and (max-width:540px) {
  .p-home__about-desc br {
    display: none;
  }
}
.p-home__about-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__about-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__about-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-home__special {
  position: relative;
  z-index: 1;
  padding: 10rem 5.5%;
  color: #FFF;
  background: url(/assets/images/top/bg_special01.jpg) center/cover no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-home__special {
    background: url(/assets/images/top/bg_special01@2x.jpg) center/cover no-repeat;
  }
}
@media screen and (max-width:540px) {
  .p-home__special {
    padding: 6rem 5.5% 8rem;
  }
}
.p-home__special-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(315deg, rgba(0, 132, 255, 0.23) 37.86%, rgba(0, 79, 153, 0.23) 72.41%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.p-home__special-inner {
  display: flex;
  gap: 7.5%;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-home__special-inner {
    display: block;
  }
}
.p-home__special-left {
  flex: 1;
}
.p-home__special-ttl h2 {
  font-size: 3rem;
  font-weight: 400;
}
.p-home__special-ttl p {
  font-size: 1.5rem;
  margin-top: 1em;
}
.p-home__special-lead {
  margin: 1em 0;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  .p-home__special-lead {
    font-size: 2.3rem;
  }
}
.p-home__special-desc {
  margin-bottom: 2em;
  font-size: 1.7rem;
  line-height: 1.9;
}
@media screen and (max-width:540px) {
  .p-home__special-desc {
    margin-bottom: 4rem;
  }
}
.p-home__special-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__special-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__special-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-home__special-right {
  flex: 1;
  margin-top: -16rem;
  text-align: right;
}
@media screen and (max-width:1024px) {
  .p-home__special-right {
    margin: 0;
  }
}
.p-home__special-right a {
  display: block;
}
.p-home__special-right img {
  width: 100%;
  border-radius: 10px;
}
.p-home__special-name {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 1.5em;
  font-size: 2.4rem;
}
@media screen and (max-width:540px) {
  .p-home__special-name {
    font-size: 2rem;
  }
}
.p-home__special-name small {
  margin-right: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width:540px) {
  .p-home__special-name small {
    font-size: 1.3rem;
  }
}
.p-home__client {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 10rem 5.5% 15rem;
  border-radius: 20px 0 0 0;
  background: linear-gradient(96deg, var(--blue-100, #E5F3FF) 11.47%, #AFC9DE 100%);
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-home__client {
    padding: 8rem 5.5% 10rem;
  }
}
@media screen and (max-width:540px) {
  .p-home__client {
    padding: 6rem 5.5% 8rem;
  }
}
.p-home__client-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-home__client-ttl {
  margin-bottom: 3.5em;
}
.p-home__client ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width:912px) {
  .p-home__client ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width:540px) {
  .p-home__client ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__client ul li {
  line-height: 0;
}
.p-home__client ul li img {
  width: 100%;
  border-radius: 6px;
}
.p-home__follow {
  position: relative;
  padding: 10rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-home__follow {
    padding: 6rem 5.5% 8rem;
  }
}
.p-home__follow-inner {
  display: flex;
  gap: 7.5%;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-home__follow-inner {
    display: block;
  }
}
.p-home__follow-left {
  flex: 1;
  margin-top: -18rem;
}
@media screen and (max-width:1024px) {
  .p-home__follow-left {
    margin: 0;
  }
}
@media screen and (max-width:540px) {
  .p-home__follow-left {
    margin-bottom: 4rem;
  }
}
.p-home__follow-left img {
  width: 100%;
  border-radius: 10px;
}
.p-home__follow-right {
  flex: 1;
}
.p-home__follow-ttl h2 {
  margin-bottom: 1em;
}
@media screen and (max-width:1024px) {
  .p-home__follow-ttl h2 br {
    display: none;
  }
}
.p-home__follow-desc {
  margin-bottom: 2em;
  font-size: 1.7rem;
  line-height: 1.9;
}
@media screen and (max-width:1024px) {
  .p-home__follow-desc br {
    display: none;
  }
}
.p-home__follow-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__follow-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__follow-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-home__interview {
  padding: 10rem 0 15rem 0;
  overflow: hidden;
  border-radius: 20px 0 0 0;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
}
@media screen and (max-width:540px) {
  .p-home__interview {
    padding: 6rem 0 12rem 0;
  }
}
.p-home__interview-inner {
  display: flex;
  gap: 5%;
}
@media screen and (max-width:540px) {
  .p-home__interview-inner {
    display: block;
  }
}
.p-home__interview-ttl {
  padding: 0 5.5%;
  color: #FFF;
}
@media screen and (max-width:540px) {
  .p-home__interview-ttl {
    margin-bottom: 6rem;
  }
}
.p-home__interview-ttl p {
  margin-bottom: 2.5em;
}
.p-home__interview-btn {
  display: inline-block;
  background: #FFF;
  color: #0084FF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__interview-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__interview-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-home__interview .slider-wrap {
  position: relative;
  overflow: hidden;
  padding-right: 4rem;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width:540px) {
  .p-home__interview .slider-wrap {
    padding: 0 5.5%;
  }
}
.p-home__interview-list {
  display: flex;
  position: relative;
  list-style: none;
}
.p-home__interview-list li {
  flex: 0 0 auto;
  position: relative;
  width: 45%;
  min-width: 340px;
  max-width: 480px;
  padding-right: 4rem;
}
@media screen and (max-width:540px) {
  .p-home__interview-list li {
    width: 90%;
    min-width: auto;
    padding-right: 5%;
  }
}
.p-home__interview-list a {
  display: block;
}
.p-home__interview-list-pic {
  position: relative;
  line-height: 0;
}
.p-home__interview-list-pic img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.p-home__interview-list-pic-overflow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.p-home__interview-list-pic-lead {
  position: absolute;
  padding: 1em 1.5em;
  bottom: 0;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-home__interview-list-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.95em;
  border-radius: 0 0 10px 10px;
  background: #FFF;
}
.p-home__interview-list-name small {
  display: inline-block;
  margin-bottom: 0.8em;
  font-size: 1.4rem;
}
.p-home__interview-list-name p {
  font-size: 1.9rem;
  font-weight: 500;
}
.p-home__interview-list-name-arrow {
  display: inline-block;
  color: #0084FF;
  font-size: 1.7rem;
}
.p-home__howtouse {
  padding: 0 5.5%;
  background: url(/assets/images/top/bg_howtouse.jpg) center/cover no-repeat;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-home__howtouse {
    background: url(/assets/images/top/bg_howtouse@2x.jpg) center/cover no-repeat;
  }
}
.p-home__howtouse-inner {
  padding: 7rem 5.5%;
  border-radius: 10px;
  background: #FFF;
  transform: translateY(-6rem);
}
@media screen and (max-width:540px) {
  .p-home__howtouse-inner {
    padding: 5rem 5.5%;
  }
}
.p-home__howtouse-ttl h2 {
  margin-bottom: 1em;
}
.p-home__howtouse-desc {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width:912px) {
  .p-home__howtouse-desc br {
    display: none;
  }
}
.p-home__howtouse-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__howtouse-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__howtouse-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-home__office {
  position: relative;
  z-index: 2;
  padding: 10rem 5.5%;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width:540px) {
  .p-home__office {
    padding: 6rem 5.5% 8rem;
  }
}
.p-home__office-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-home__office-ttl {
  height: 0;
  margin-bottom: 3.5em;
}
@media screen and (max-width:540px) {
  .p-home__office-ttl {
    height: auto;
  }
}
.p-home__office-flex {
  display: flex;
  gap: 5%;
  align-items: center;
}
.p-home__office-right .p-home__office-item:first-child {
  margin-bottom: 6rem;
}
.p-home__office-item {
  text-align: center;
}
.p-home__office-item a {
  position: relative;
  display: block;
}
.p-home__office-item a h3 {
  padding-top: 1em;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width:540px) {
  .p-home__office-item a h3 {
    font-size: 1.8rem;
  }
}
.p-home__office-pic {
  overflow: hidden;
  border-radius: 10px;
}
.p-home__office-pic img {
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__office-pic:hover img {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__office-pic:hover img {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
.p-home__info {
  padding: 10rem 5.5%;
  background: linear-gradient(98deg, var(--navy-500, #182A41) 0.48%, #161D26 100%);
  color: #FFF;
}
@media screen and (max-width:540px) {
  .p-home__info {
    padding: 6rem 5.5%;
  }
}
.p-home__info-inner {
  display: flex;
  gap: 7.5%;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-home__info-inner {
    display: block;
  }
}
.p-home__info-ttl {
  width: 22.5%;
  min-width: 25rem;
}
@media screen and (max-width:540px) {
  .p-home__info-ttl {
    margin-bottom: 6rem;
  }
}
.p-home__info-ttl p {
  margin-bottom: 2.5em;
}
.p-home__info-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__info-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__info-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-home__info-list {
  width: 70%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}
@media screen and (max-width:540px) {
  .p-home__info-list {
    width: auto;
  }
}
.p-home__info-item {
  display: flex;
  gap: 3rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 17px;
}
@media screen and (max-width:540px) {
  .p-home__info-item {
    padding: 2rem 0;
  }
}
.p-home__info-item time {
  display: inline-block;
}
@media screen and (max-width:540px) {
  .p-home__info-item time {
    margin-bottom: 0.6em;
    font-size: 1.8rem;
  }
}
.p-home__info-item a {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #FFF;
}
.p-home__info-item-ttl {
  display: inline-block;
  line-height: 1.7;
}
@media screen and (max-width:540px) {
  .p-home__info-item-ttl {
    font-size: 1.8rem;
  }
}
.p-home__info-item-arrow {
  display: inline-block;
  padding: 1em 0.8em;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.p-home__feature {
  padding: 10rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-home__feature {
    padding: 6rem 5.5%;
  }
}
.p-home__feature-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-home__feature-inner {
    display: block;
  }
}
.p-home__feature-ttl {
  width: 30%;
  margin-bottom: 7rem;
}
.p-home__feature-flex {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width:540px) {
  .p-home__feature-flex {
    display: block;
    width: auto;
  }
}
.p-home__feature-item {
  flex: 1;
  text-align: center;
}
@media screen and (max-width:540px) {
  .p-home__feature-item:first-child {
    margin-bottom: 3rem;
  }
}
.p-home__feature-item a {
  display: block;
}
.p-home__feature-item a h3 {
  padding-top: 1em;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width:540px) {
  .p-home__feature-item a h3 {
    font-size: 1.6rem;
  }
}
.p-home__feature-pic {
  overflow: hidden;
  border-radius: 10px;
}
.p-home__feature-pic img {
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__feature-pic:hover img {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home__feature-pic:hover img {
    transform: scale(1.05);
    transition: 0.3s;
  }
}

.p-interview {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-interview {
    padding: 12rem 5.5% 6rem;
  }
}
.p-interview__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-interview__ttl {
    margin-bottom: 5rem;
  }
}
.p-interview__special {
  margin-bottom: 7rem;
}
.p-interview__special-flex {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:912px) {
  .p-interview__special-flex {
    display: block;
  }
}
.p-interview__special-left {
  width: 45%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width:912px) {
  .p-interview__special-left {
    width: auto;
    aspect-ratio: 16/9;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-interview__special-left:hover a {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-interview__special-left:hover a {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
.p-interview__special-left a {
  transition: 0.3s;
}
.p-interview__special-pic {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/images/interview/pic_dammy01.jpg) center/cover no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-interview__special-pic {
    background: url(/assets/images/interview/pic_dammy01@2x.jpg) center/cover no-repeat;
  }
}
.p-interview__special-right {
  width: 55%;
  padding: 7rem;
}
@media screen and (max-width:912px) {
  .p-interview__special-right {
    width: auto;
    padding: 5rem;
  }
}
@media screen and (max-width:540px) {
  .p-interview__special-right {
    padding: 3rem 5.5%;
  }
}
.p-interview__special-ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  .p-interview__special-ttl {
    font-size: 2.4rem;
  }
}
.p-interview__special-name {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  font-size: 2.4rem;
}
@media screen and (max-width:540px) {
  .p-interview__special-name {
    font-size: 2rem;
  }
}
.p-interview__special-name small {
  margin-right: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width:540px) {
  .p-interview__special-name small {
    font-size: 1.3rem;
  }
}
.p-interview__special-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-interview__special-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-interview__special-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
@media screen and (max-width:540px) {
  .p-interview__list {
    display: block;
  }
}
.p-interview__list li {
  position: relative;
  width: 31.33%;
  margin-bottom: 3%;
}
@media screen and (max-width:540px) {
  .p-interview__list li {
    width: auto;
    margin-bottom: 5.5%;
  }
}
.p-interview__list a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-interview__list a:hover:hover .p-interview__list-name-arrow {
    transform: translateX(5px);
    transition: 0.2s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-interview__list a:hover:hover .p-interview__list-name-arrow {
    transform: translateX(5px);
    transition: 0.2s;
  }
}
.p-interview__list-pic {
  position: relative;
  line-height: 0;
}
.p-interview__list-pic img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.p-interview__list-pic-overflow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.p-interview__list-pic-lead {
  position: absolute;
  padding: 1em 1.5em;
  bottom: 0;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-interview__list-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.95em;
  border-radius: 0 0 10px 10px;
  background: #FFF;
}
.p-interview__list-name small {
  display: inline-block;
  margin-bottom: 0.8em;
  font-size: 1.4rem;
}
.p-interview__list-name p {
  font-size: 1.9rem;
  font-weight: 500;
}
.p-interview__list-name-arrow {
  display: inline-block;
  color: #0084FF;
  font-size: 1.7rem;
  transition: 0.2s;
}

.p-interview-single {
  position: relative;
  padding: 16rem 0 10rem;
}
@media screen and (max-width:540px) {
  .p-interview-single {
    padding: 12rem 0 6rem;
  }
}
.p-interview-single__head {
  padding: 0 5.5%;
}
.p-interview-single__head-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-interview-single__head-flex {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-interview-single__head-flex {
    display: block;
  }
}
.p-interview-single__head-left {
  width: 30%;
}
@media screen and (max-width:540px) {
  .p-interview-single__head-left {
    text-align: center;
  }
}
.p-interview-single__head-left img {
  width: 100%;
  height: auto;
  border-radius: 100vw;
}
.p-interview-single__head-ttl {
  margin-bottom: 1em;
  font-size: 4.3rem;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  .p-interview-single__head-ttl {
    margin: 1em 0;
    font-size: 3.3rem;
  }
}
.p-interview-single__head-name {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  font-size: 2.4rem;
}
@media screen and (max-width:540px) {
  .p-interview-single__head-name {
    font-size: 2rem;
  }
}
.p-interview-single__head-name small {
  margin-right: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width:540px) {
  .p-interview-single__head-name small {
    font-size: 1.3rem;
  }
}
.p-interview-single__head-lead {
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 1.9;
}
.p-interview-single__head-index {
  margin-bottom: 8rem;
  padding: 5rem;
  background: linear-gradient(96deg, var(--blue-100, #E5F3FF) 11.47%, #AFC9DE 100%);
  border-radius: 10px;
}
.p-interview-single__head-index ol {
  font-size: 1.8rem;
  line-height: 1.7;
  list-style-position: inside;
}
.p-interview-single__head-index ol li {
  margin-bottom: 1em;
}
.p-interview-single__head-index ol li:last-child {
  margin: 0;
}
.p-interview-single__head-cover {
  width: 100%;
  aspect-ratio: 16/9;
  background: url(/assets/images/interview/pic_kasahara02.jpg) center/cover no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-interview-single__head-cover {
    background: url(/assets/images/interview/pic_kasahara02@2x.jpg) center/cover no-repeat;
  }
}
.p-interview-single__cnt {
  padding: 0 5.5%;
}
.p-interview-single__cnt-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-interview-single__cnt h3 {
  padding-left: 35px;
  background: url(/assets/images/common/ttl_dots.png) no-repeat center left/24px;
  font-size: 2.6rem;
  line-height: 1.4;
  margin: 10rem 0 1.5em;
}
@media screen and (max-width:540px) {
  .p-interview-single__cnt h3 {
    margin: 8rem 0 1em;
  }
}
.p-interview-single__cnt h4 {
  padding: 2em 0 1.5em;
  font-size: 2.6rem;
  line-height: 1.8;
  color: #0084FF;
}
@media screen and (max-width:540px) {
  .p-interview-single__cnt h4 {
    padding: 1em 0;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.p-interview-single__cnt figure {
  margin: 4em 0 2em;
}
@media screen and (max-width:540px) {
  .p-interview-single__cnt figure {
    margin: 3em 0 1em;
  }
}
.p-interview-single__cnt figure img {
  max-width: 100%;
  border-radius: 10px;
}
.p-interview-single__cnt figure figcaption {
  display: inline-block;
  padding-top: 1.5em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-interview-single__cnt p {
  margin-bottom: 2em;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width:540px) {
  .p-interview-single__cnt p {
    line-height: 1.9;
  }
}

.p-search-top {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-search-top {
    padding: 12rem 5.5% 6rem;
  }
}
.p-search-top__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-search-top__ttl {
    margin-bottom: 5rem;
  }
}
.p-search-top__box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 4.5rem 5rem;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  .p-search-top__box {
    padding: 3.5rem;
  }
}
.p-search-top__box h2 {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
}
@media screen and (max-width:540px) {
  .p-search-top__box h2 {
    margin-bottom: 1.2em;
    font-size: 2.2rem;
  }
}
.p-search-top__box-list {
  list-style: none;
}
.p-search-top__box-list li {
  display: inline-block;
  padding: 8px 20px 8px 0;
  font-size: 1.5rem;
}
@media screen and (max-width:540px) {
  .p-search-top__box-list li {
    font-size: 14px;
  }
}
.p-search-top__box-list li span {
  display: inline-block;
  padding-left: 8px;
}
.p-search-top__area-flex {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width:540px) {
  .p-search-top__area-flex {
    flex-wrap: wrap;
    gap: 5.5%;
  }
}
.p-search-top__area-group {
  width: 25.5%;
}
@media screen and (max-width:540px) {
  .p-search-top__area-group {
    width: 47.5 0.5%;
  }
}
.p-search-top__area-group:nth-child(-n+2) {
  margin-bottom: 2em;
}
.p-search-top__area-group h3 {
  margin-bottom: 2rem;
  padding: 1em;
  background: #0084FF;
  color: #FFF;
  text-align: center;
}
.p-search-top__area-group ul {
  list-style: none;
}
.p-search-top__area-group ul li {
  padding: 8px 0;
  font-size: 1.5rem;
}
@media screen and (max-width:540px) {
  .p-search-top__area-group ul li {
    font-size: 14px;
  }
}
.p-search-top__area-group ul li span {
  display: inline-block;
  padding-left: 8px;
}
.p-search-top__btn-wrap {
  padding-top: 2rem;
  text-align: center;
}
@media screen and (max-width:540px) {
  .p-search-top__btn-wrap {
    padding-top: 1rem;
  }
}
.p-search-top__btn {
  display: inline-block;
  margin-top: 1em;
  padding: 0em 3em;
  border-radius: 6px;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  font-size: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width:540px) {
  .p-search-top__btn {
    width: 100%;
    margin-top: 0.5em;
    padding: 0em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-search-top__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-search-top__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-search-top__btn span {
  display: inline-block;
  padding: 1.5em 0 1.5em 30px;
  background: url(/assets/images/common/ico_search01.svg) no-repeat center left/20px;
}

.p-search-list {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-search-list {
    padding: 12rem 5.5% 6rem;
  }
}
.p-search-list__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-search-list__ttl {
    margin-bottom: 5rem;
  }
}
.p-search-list__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-search-list__flex {
    display: block;
  }
}
.p-search-list .sidebar-search {
  width: 25.5%;
  border-radius: 10px;
  background: #FFF;
}
@media screen and (max-width:912px) {
  .p-search-list .sidebar-search {
    width: auto;
    margin-bottom: 3em;
  }
}
.p-search-list .sidebar-search h2 {
  padding: 2rem;
  background: #0084FF;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width:912px) {
  .p-search-list .sidebar-search h2 {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width:540px) {
  .p-search-list .sidebar-search h2 {
    padding: 2rem;
  }
}
.p-search-list .sidebar-search .accordion-wrap {
  padding: 1rem 2rem 2rem;
}
@media screen and (max-width:912px) {
  .p-search-list .sidebar-search .accordion-wrap {
    padding: 1rem 3rem 3rem;
  }
}
@media screen and (max-width:540px) {
  .p-search-list .sidebar-search .accordion-wrap {
    padding: 1rem 2rem 2rem;
  }
}
.p-search-list .sidebar-search .accordion {
  border-bottom: 1px solid #CDCDCD;
}
.p-search-list .sidebar-search .accordion__ttl {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 0;
  font-size: 1.6rem;
  text-align: left;
}
.p-search-list .sidebar-search .accordion__icon {
  position: absolute;
  right: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.p-search-list .sidebar-search .accordion__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #0084FF;
  transition: 0.2s;
}
.p-search-list .sidebar-search .accordion__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #0084FF;
  transform: rotate(90deg);
}
.p-search-list .sidebar-search .accordion__icon.open::before {
  transform: rotate(90deg);
  transition: 0.2s;
}
.p-search-list .sidebar-search .accordion__cnt {
  height: 0;
  overflow: hidden;
}
.p-search-list .sidebar-search .accordion__cnt ul {
  padding-bottom: 1.5em;
  list-style: none;
}
.p-search-list .sidebar-search .accordion__cnt ul li {
  font-size: 1.6rem;
}
.p-search-list .sidebar-search .accordion__cnt ul li label {
  display: flex;
  padding: 0.5em 0;
  cursor: pointer;
}
.p-search-list .sidebar-search .accordion__cnt ul li label span {
  display: inline-block;
  padding-left: 8px;
}
.p-search-list .sidebar-search .accordion--sub {
  border-bottom: 0;
}
.p-search-list .sidebar-search .accordion--sub > .accordion__ttl {
  padding: 1rem 0;
}
.p-search-list .sidebar-search .accordion--sub > .accordion__ttl span {
  display: inline-block;
  padding-right: 7px;
  color: #0084FF;
}
.p-search-list .sidebar-search .accordion--sub > .accordion__cnt {
  padding-left: 1em;
}
.p-search-list .sidebar-search__btn {
  display: block;
  width: 100%;
  margin-top: 1em;
  border-radius: 6px;
  background: #182A41;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width:1024px) {
  .p-search-list .sidebar-search__btn {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-search-list .sidebar-search__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-search-list .sidebar-search__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-search-list .sidebar-search__btn span {
  display: inline-block;
  padding: 1.2em 0 1.2em 30px;
  background: url(/assets/images/common/ico_search01.svg) no-repeat center left/20px;
}
.p-search-list__main {
  width: 75.5%;
}
@media screen and (max-width:912px) {
  .p-search-list__main {
    width: auto;
  }
}
.p-search-list__main-lead {
  margin-bottom: 2em;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-search-list__main-lead span {
  color: #FF8400;
  font-size: 2.6rem;
}
.p-search-list__main-item {
  margin-bottom: 3rem;
  padding: 5rem;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:912px) {
  .p-search-list__main-item {
    padding: 3rem;
  }
}
@media screen and (max-width:540px) {
  .p-search-list__main-item {
    padding: 3rem 2rem;
  }
}
.p-search-list__main-item-no {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em;
  background: #182A41;
  color: #FFF;
  font-size: 13px;
}
.p-search-list__main-item-ttl {
  margin-bottom: 2em;
  font-size: 2rem;
  line-height: 1.7;
}
.p-search-list__main-item dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 2em;
  border: 1px solid #CDCDCD;
  font-size: 1.6rem;
}
@media screen and (max-width:540px) {
  .p-search-list__main-item dl {
    grid-template-columns: 100px 1fr;
  }
}
.p-search-list__main-item dl dt, .p-search-list__main-item dl dd {
  padding: 1em 1.2em;
  border-bottom: 1px solid #CDCDCD;
  line-height: 1.4;
}
.p-search-list__main-item dl dt:last-of-type, .p-search-list__main-item dl dd:last-of-type {
  border-bottom: none;
}
.p-search-list__main-item dl dt {
  background: #E5F3FF;
  border-right: 1px solid #CDCDCD;
}
.p-search-list__main-btn-group {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width:540px) {
  .p-search-list__main-btn-group {
    display: block;
  }
}
.p-search-list__main-btn {
  display: inline-block;
  width: 33.33%;
  padding: 1em 1em 0.9em;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-search-list__main-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-search-list__main-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media screen and (max-width:540px) {
  .p-search-list__main-btn {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .p-search-list__main-btn:last-child {
    margin: 0;
  }
}
.p-search-list__main-btn--btn1 {
  background: #FF8400;
  color: #FFF;
}
.p-search-list__main-btn--btn2 {
  background: #182A41;
  color: #FFF;
}
.p-search-list__main-btn--btn3 {
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
}

.p-search-single {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-search-single {
    padding: 12rem 5.5% 6rem;
  }
}
.p-search-single__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-search-single__ttl {
    margin-bottom: 5rem;
  }
}
.p-search-single__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-search-single__flex {
    display: block;
  }
}
.p-search-single__sidebar {
  width: 25.5%;
  padding: 2rem;
  border-radius: 10px;
  background: #FFF;
}
@media screen and (max-width:912px) {
  .p-search-single__sidebar {
    width: auto;
    margin-bottom: 3em;
    padding: 3rem;
  }
}
@media screen and (max-width:540px) {
  .p-search-single__sidebar {
    display: none;
  }
}
.p-search-single__sidebar h2 {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-search-single__sidebar-btn {
  display: block;
  padding: 1em 1em 0.9em;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width:540px) {
  .p-search-single__sidebar-btn {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .p-search-single__sidebar-btn:last-child {
    margin: 0;
  }
}
.p-search-single__sidebar-btn--btn1 {
  margin-bottom: 0.75em;
  background: #FF8400;
  color: #FFF;
}
.p-search-single__sidebar-btn--btn2 {
  background: #182A41;
  color: #FFF;
}
.p-search-single__main {
  width: 75.5%;
  padding: 5rem;
  border-radius: 10px;
  background: #FFF;
}
@media screen and (max-width:912px) {
  .p-search-single__main {
    width: auto;
    padding: 3rem;
  }
}
@media screen and (max-width:540px) {
  .p-search-single__main {
    padding: 3rem 2rem;
  }
}
.p-search-single__main-no {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em;
  background: #182A41;
  color: #FFF;
  font-size: 13px;
}
.p-search-single__main-ttl {
  padding-bottom: 2em;
  border-bottom: 1px solid #CDCDCD;
  color: #d00;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width:540px) {
  .p-search-single__main-ttl {
    font-size: 2rem;
  }
}
.p-search-single__main-sec {
  padding: 4rem 0;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width:540px) {
  .p-search-single__main-sec {
    padding: 3rem 0;
  }
}
.p-search-single__main-sec h4 {
  margin-bottom: 1rem;
  padding: 3px 3px 3px 30px;
  color: #0084FF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-search-single__main-sec-cnt {
  font-size: 1.6rem;
  line-height: 1.9;
}
.p-search-single__main-sec--comment h4 {
  background: url(/assets/images/search/ico_comment.png) no-repeat center left/20px;
}
.p-search-single__main-sec--apply {
  margin-bottom: 3em;
}
.p-search-single__main-sec--apply h4 {
  background: url(/assets/images/search/ico_apply.png) no-repeat center left/18px;
}
.p-search-single__main-list {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 8rem;
  border: 1px solid #CDCDCD;
  font-size: 1.6rem;
}
@media screen and (max-width:540px) {
  .p-search-single__main-list {
    grid-template-columns: 100px 1fr;
  }
}
.p-search-single__main-list dt, .p-search-single__main-list dd {
  padding: 1em 1.2em;
  border-bottom: 1px solid #CDCDCD;
  line-height: 1.4;
}
.p-search-single__main-list dt:last-of-type, .p-search-single__main-list dd:last-of-type {
  border-bottom: none;
}
.p-search-single__main-list dt {
  background: #E5F3FF;
  border-right: 1px solid #CDCDCD;
}
.p-search-single__main-entry h4 {
  padding-left: 35px;
  background: url(/assets/images/common/ttl_dots.png) no-repeat center left/24px;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.p-search-single__main-entry-lead {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-search-single__main-entry-lead a {
  color: #0084FF;
}
.p-search-single__main-entry-form form {
  font-size: 1.6rem;
}
.p-search-single__main-entry-form fieldset {
  border: none;
}
.p-search-single__main-entry-form .form-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width:540px) {
  .p-search-single__main-entry-form .form-row {
    display: block;
  }
}
.p-search-single__main-entry-form .form-label {
  flex: 0 0 200px;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  .p-search-single__main-entry-form .form-label {
    padding-bottom: 0.5em;
  }
}
.p-search-single__main-entry-form .form-label span[aria-hidden=true] {
  color: red;
}
.p-search-single__main-entry-form .form-input {
  flex: 1;
}
.p-search-single__main-entry-form .form-input input[type=text],
.p-search-single__main-entry-form .form-input input[type=email],
.p-search-single__main-entry-form .form-input input[type=tel],
.p-search-single__main-entry-form .form-input input[type=date],
.p-search-single__main-entry-form .form-input textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
}
.p-search-single__main-entry-form .form-input textarea {
  resize: vertical;
}
.p-search-single__main-entry-form .form-input label {
  margin-right: 1rem;
}
.p-search-single__main-entry-form .zip-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.p-search-single__main-entry-form .zip-group .zip-mark {
  display: inline-block;
}
.p-search-single__main-entry-form #zip1, .p-search-single__main-entry-form #zip2 {
  width: 5rem;
}
.p-search-single__main-entry-form .note {
  padding-top: 2em;
  text-align: center;
  line-height: 1.9;
}
.p-search-single__main-entry-form .note a {
  color: #0084FF;
  text-decoration: underline;
}
.p-search-single__main-entry-form .form-actions {
  text-align: center;
  margin-top: 2rem;
}
.p-search-single__main-entry-form input[type=submit] {
  padding: 1em 2em;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--orange, #FF8400) 0%, #F1660F 100%);
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-search-single__main-entry-form .wpcf7-spinner {
  display: block;
  margin-top: 2rem;
}

.fixed-btn {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 3;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  border-left: 4px solid #FFF;
  border-radius: 10px 0 0 10px;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:540px) {
  .fixed-btn {
    top: auto;
    bottom: 20vh;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    font-size: 1.1rem;
  }
}
.fixed-btn--favorite {
  background: #182A41;
}
.fixed-btn--entry {
  background: #FF8400;
}
.fixed-btn a {
  display: inline-block;
  padding: 1em 1.5em;
  color: #FFF;
}
@media screen and (max-width:540px) {
  .fixed-btn a {
    padding: 1em;
  }
}
@media screen and (max-width:540px) {
  .fixed-btn a img {
    width: 30px;
  }
}
.fixed-btn a span {
  display: block;
  padding-top: 1em;
}

.p-follow {
  position: relative;
}
.p-follow__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60rem;
}
@media screen and (max-width:912px) {
  .p-follow__head {
    height: 45rem;
  }
}
@media screen and (max-width:540px) {
  .p-follow__head {
    height: 35rem;
  }
}
.p-follow__head-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/follow/hero.jpg) no-repeat center/cover;
}
.p-follow__head-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 60%);
}
.p-follow__head-inner {
  position: relative;
  z-index: 1;
  padding: 0 5.5%;
  color: #FFF;
}
.p-follow__head-inner p {
  margin-bottom: 1em;
  font-size: 2rem;
}
.p-follow__head-inner h1 {
  font-size: 5rem;
}
@media screen and (max-width:912px) {
  .p-follow__head-inner h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width:540px) {
  .p-follow__head-inner h1 {
    font-size: 3rem;
  }
}
.p-follow__lead {
  padding: 10rem 5.5% 0;
}
@media screen and (max-width:540px) {
  .p-follow__lead {
    padding: 6rem 5.5% 0;
  }
}
.p-follow__lead-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-follow__lead-inner h2 {
  margin-bottom: 1em;
}
.p-follow__lead-inner p {
  font-size: 1.8rem;
  line-height: 1.7;
}
.p-follow__cnt {
  padding: 10rem 5.5% 0;
}
@media screen and (max-width:540px) {
  .p-follow__cnt {
    padding: 6rem 5.5% 0;
  }
}
.p-follow__cnt-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-follow__cnt-ttl {
  margin-bottom: 2em;
}
.p-follow__cnt-sec {
  margin-bottom: 8rem;
}
.p-follow__cnt-sec:last-child {
  margin: 0;
}
.p-follow__cnt-sec-ttl {
  margin-bottom: 1em;
  color: #0084FF;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
}
.p-follow__cnt-item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(96deg, var(--blue-100, #E5F3FF) 11.47%, #AFC9DE 100%);
}
@media screen and (max-width:540px) {
  .p-follow__cnt-item {
    display: block;
  }
}
.p-follow__cnt-item:last-child {
  margin: 0;
}
.p-follow__cnt-item-pic {
  flex: 1;
  line-height: 0;
}
@media screen and (max-width:912px) {
  .p-follow__cnt-item-pic {
    flex: 2;
  }
}
.p-follow__cnt-item-pic img {
  width: 100%;
}
.p-follow__cnt-item-txt {
  flex: 2;
  padding: 3rem 4rem;
}
@media screen and (max-width:540px) {
  .p-follow__cnt-item-txt {
    padding: 4rem;
  }
}
.p-follow__cnt-item-txt h4 {
  font-size: 2.4rem;
}
.p-follow__cnt-item-txt p {
  margin-top: 1em;
  font-size: 1.7rem;
  line-height: 1.7;
}
.p-follow__case {
  padding: 10rem 5.5%;
}
.p-follow__case-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-follow__case-ttl {
  margin-bottom: 2em;
}
.p-follow__case ul {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width:540px) {
  .p-follow__case ul {
    display: block;
  }
}
.p-follow__case ul li {
  flex: 1;
  position: relative;
}
@media screen and (max-width:540px) {
  .p-follow__case ul li {
    margin-bottom: 3rem;
  }
}
.p-follow__case ul li span {
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  z-index: 1;
  display: inline-block;
  color: #0084FF;
  font-size: 4.6rem;
  transform: scale(1.4, 1);
}
@media screen and (max-width:540px) {
  .p-follow__case ul li span {
    font-size: 2.5rem;
  }
}
.p-follow__case ul li img {
  width: 100%;
}

.p-howtouse {
  position: relative;
}
.p-howtouse__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60rem;
}
@media screen and (max-width:912px) {
  .p-howtouse__head {
    height: 45rem;
  }
}
@media screen and (max-width:540px) {
  .p-howtouse__head {
    height: 35rem;
  }
}
.p-howtouse__head-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/howtouse/hero.jpg) no-repeat center/cover;
}
.p-howtouse__head-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 60%);
}
.p-howtouse__head-inner {
  position: relative;
  z-index: 1;
  padding: 0 5.5%;
  color: #FFF;
}
.p-howtouse__head-inner p {
  margin-bottom: 1em;
  font-size: 2rem;
}
.p-howtouse__head-inner h1 {
  font-size: 5rem;
}
@media screen and (max-width:912px) {
  .p-howtouse__head-inner h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width:540px) {
  .p-howtouse__head-inner h1 {
    font-size: 3rem;
  }
}
.p-howtouse__lead {
  padding: 10rem 5.5% 0;
}
@media screen and (max-width:540px) {
  .p-howtouse__lead {
    padding: 6rem 5.5% 0;
  }
}
.p-howtouse__lead-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-howtouse__lead-inner p {
  font-size: 1.8rem;
  line-height: 1.9;
  text-align: center;
}
.p-howtouse__flow {
  padding: 10rem 5.5% 0;
}
@media screen and (max-width:540px) {
  .p-howtouse__flow {
    padding: 6rem 5.5% 0;
  }
}
.p-howtouse__flow-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-howtouse__flow-ttl {
  margin-bottom: 1.5em;
}
.p-howtouse__flow-item {
  margin-bottom: 4rem;
  padding: 5rem;
  border-radius: 10px;
  background: linear-gradient(96deg, var(--blue-100, #E5F3FF) 11.47%, #AFC9DE 100%);
}
@media screen and (max-width:540px) {
  .p-howtouse__flow-item {
    padding: 4rem;
  }
}
.p-howtouse__flow-item:last-child {
  margin: 0;
}
.p-howtouse__flow-item-num {
  margin-bottom: 1em;
  color: #0084FF;
  font-size: 1.8rem;
}
.p-howtouse__flow-item-ttl {
  margin-bottom: 1em;
  font-size: 2.8rem;
}
@media screen and (max-width:540px) {
  .p-howtouse__flow-item-ttl {
    font-size: 2.4rem;
  }
}
.p-howtouse__flow-item-desc {
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-howtouse__flow-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width:540px) {
  .p-howtouse__flow-item-flex {
    display: block;
  }
}
.p-howtouse__flow-item-flex .or {
  width: 7em;
  color: #0084FF;
  font-weight: 600;
}
@media screen and (max-width:540px) {
  .p-howtouse__flow-item-flex .or {
    width: auto;
    padding: 2em 0;
  }
}
.p-howtouse__flow-item-box {
  flex: 1;
  padding: 0 3rem 3rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.p-howtouse__flow-item-box a {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding: 1.3em 0;
  border-bottom: 1px solid #CDCDCD;
  color: #0084FF;
  font-size: 2rem;
  font-weight: 500;
}
.p-howtouse__flow-item-box a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.8rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0084FF;
  transform: translateY(-5px);
}
.p-howtouse__flow-item-box p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-howtouse__temp {
  padding: 10rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-howtouse__temp {
    padding: 6rem 5.5%;
  }
}
.p-howtouse__temp-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-howtouse__temp-ttl {
  margin-bottom: 1.5em;
}
.p-howtouse__temp-flex {
  display: flex;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width:540px) {
  .p-howtouse__temp-flex {
    display: block;
  }
}
.p-howtouse__temp-img {
  flex: 1;
}
@media screen and (max-width:540px) {
  .p-howtouse__temp-img {
    margin-bottom: 4rem;
  }
}
.p-howtouse__temp-img img {
  max-width: 100%;
}
.p-howtouse__temp-desc {
  flex: 1.5;
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-howtouse__merit {
  margin-top: -20px;
  padding: 10rem 5.5%;
  border-radius: 20px 0 0 0;
  background: linear-gradient(96deg, var(--blue-100, #E5F3FF) 11.47%, #AFC9DE 100%);
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-howtouse__merit {
    padding: 8rem 5.5% 10rem;
  }
}
@media screen and (max-width:540px) {
  .p-howtouse__merit {
    padding: 6rem 5.5% 8rem;
  }
}
.p-howtouse__merit-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-howtouse__merit-ttl {
  margin-bottom: 3.5em;
}
.p-howtouse__merit-item-wrap {
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:540px) {
  .p-howtouse__merit-item-wrap {
    display: block;
  }
}
.p-howtouse__merit-item {
  width: 31.33%;
  margin-bottom: 3%;
  overflow: hidden;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:912px) {
  .p-howtouse__merit-item {
    width: 48.5%;
  }
}
@media screen and (max-width:540px) {
  .p-howtouse__merit-item {
    width: auto;
    margin-bottom: 3rem;
  }
}
.p-howtouse__merit-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 2rem;
  color: #FFF;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width:912px) {
  .p-howtouse__merit-item h3 {
    height: 70px;
  }
}
@media screen and (max-width:540px) {
  .p-howtouse__merit-item h3 {
    height: auto;
  }
  .p-howtouse__merit-item h3 br {
    display: none;
  }
}
.p-howtouse__merit-item h3 span {
  display: inline-block;
}
.p-howtouse__merit-item p {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
}
.p-howtouse__perm {
  position: relative;
  margin-top: -20px;
  padding: 10rem 5.5%;
  background: #182A41;
  border-radius: 20px 0 0 0;
  color: #FFF;
}
@media screen and (max-width:540px) {
  .p-howtouse__perm {
    padding: 6rem 5.5%;
  }
}
.p-howtouse__perm-inner {
  display: flex;
  gap: 10rem;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-howtouse__perm-inner {
    display: block;
  }
}
.p-howtouse__perm-ttl {
  flex: 1;
  font-size: 2.4rem;
}
@media screen and (max-width:540px) {
  .p-howtouse__perm-ttl {
    margin-bottom: 3rem;
  }
}
.p-howtouse__perm-desc {
  flex: 2;
}
.p-howtouse__perm-desc p {
  margin-bottom: 1.5em;
  font-size: 1.7rem;
  line-height: 1.9;
}
.p-howtouse__perm-desc p:last-child {
  margin: 0;
}

.p-about {
  position: relative;
}
.p-about__head {
  position: relative;
  padding: 14rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-about__head {
    padding: 12rem 5.5% 12rem;
  }
}
.p-about__head-inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-about__head-inner {
    display: block;
  }
}
.p-about__head-flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width:540px) {
  .p-about__head-flex {
    display: block;
  }
}
.p-about__head-left {
  position: relative;
  z-index: 1;
  flex: 2;
}
@media screen and (max-width:540px) {
  .p-about__head-left {
    position: absolute;
    top: -3rem;
    right: 0;
    width: 45%;
  }
}
.p-about__head-left img {
  position: absolute;
  top: -4rem;
  left: -4rem;
  max-width: 100%;
}
@media screen and (max-width:912px) {
  .p-about__head-left img {
    top: auto;
    left: auto;
    padding-right: 5rem;
  }
}
@media screen and (max-width:540px) {
  .p-about__head-left img {
    position: relative;
    padding: 0;
  }
}
.p-about__head-right {
  position: relative;
  z-index: 2;
  flex: 3;
}
.p-about__head-ttl {
  margin-bottom: 0.8em;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  .p-about__head-ttl {
    font-size: 3.8rem;
  }
}
.p-about__head-desc {
  margin-bottom: 2em;
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width:540px) {
  .p-about__head-desc br {
    display: none;
  }
}
.p-about__head-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-about__head-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-about__head-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-about__head-bottom {
  display: flex;
  gap: 5%;
}
.p-about__head-bottom section {
  flex: 1;
}
.p-about__head-bottom section h3 {
  margin-bottom: 0.7em;
  color: #0084FF;
  font-size: 2.4rem;
}
.p-about__head-bottom section p {
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-about__principles {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 10rem 5.5%;
  border-radius: 20px 0 0 0;
  background: linear-gradient(96deg, var(--blue-100, #E5F3FF) 11.47%, #AFC9DE 100%);
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-about__principles {
    padding: 8rem 5.5% 10rem;
  }
}
@media screen and (max-width:540px) {
  .p-about__principles {
    padding: 6rem 5.5% 8rem;
  }
}
.p-about__principles-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-about__principles-ttl {
  margin-bottom: 3.5em;
}
.p-about__principles-item-wrap {
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:540px) {
  .p-about__principles-item-wrap {
    display: block;
  }
}
.p-about__principles-item {
  width: 31.33%;
  margin-bottom: 3%;
  overflow: hidden;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:912px) {
  .p-about__principles-item {
    width: 48.5%;
  }
}
@media screen and (max-width:540px) {
  .p-about__principles-item {
    width: auto;
    margin-bottom: 3rem;
  }
}
.p-about__principles-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 2rem;
  color: #FFF;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width:912px) {
  .p-about__principles-item h3 {
    height: 70px;
  }
}
@media screen and (max-width:540px) {
  .p-about__principles-item h3 {
    height: auto;
  }
  .p-about__principles-item h3 br {
    display: none;
  }
}
.p-about__principles-item h3 span {
  display: inline-block;
}
.p-about__principles-item p {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
}
.p-about__office {
  position: relative;
  z-index: 2;
  padding: 10rem 5.5%;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width:540px) {
  .p-about__office {
    padding: 6rem 5.5% 8rem;
  }
}
.p-about__office-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-about__office-ttl {
  height: 0;
  margin-bottom: 3.5em;
}
@media screen and (max-width:540px) {
  .p-about__office-ttl {
    height: auto;
  }
}
.p-about__office-flex {
  display: flex;
  gap: 5%;
  align-items: center;
}
.p-about__office-right .p-about__office-item:first-child {
  margin-bottom: 6rem;
}
.p-about__office-item {
  text-align: center;
}
.p-about__office-item a {
  position: relative;
  display: block;
}
.p-about__office-item a h3 {
  padding-top: 1em;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width:540px) {
  .p-about__office-item a h3 {
    font-size: 1.8rem;
  }
}
.p-about__office-pic {
  overflow: hidden;
  border-radius: 10px;
}
.p-about__office-pic img {
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-about__office-pic:hover img {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-about__office-pic:hover img {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
.p-about__history {
  margin-top: -20px;
  padding: 10rem 5.5%;
  background: #182A41;
  border-radius: 20px 0 0 0;
  color: #FFF;
}
@media screen and (max-width:540px) {
  .p-about__history {
    padding: 6rem 5.5%;
  }
}
.p-about__history-inner {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-about__history-inner {
    display: block;
  }
}
.p-about__history-ttl {
  flex: 1;
}
@media screen and (max-width:540px) {
  .p-about__history-ttl {
    margin-bottom: 3rem;
  }
}
.p-about__history-cnt {
  flex: 2;
}
.p-about__history-list {
  margin: -1em 0 2em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-about__history-list-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width:540px) {
  .p-about__history-list-row {
    grid-template-columns: 110px 1fr;
  }
}
.p-about__history-list-row dt {
  padding: 1.5em 0;
}
.p-about__history-list-row dd {
  padding: 1.5em 0;
}
.p-about__history-list-row ul {
  list-style: none;
  line-height: 1.9;
}
.p-about__greeting {
  padding: 10rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-about__greeting {
    padding: 8rem 5.5%;
  }
}
.p-about__greeting-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-about__greeting-ttl {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width:540px) {
  .p-about__greeting-ttl {
    margin-bottom: 3rem;
  }
}
.p-about__greeting-flex {
  display: flex;
  gap: 5.5%;
  flex-direction: row-reverse;
}
@media screen and (max-width:540px) {
  .p-about__greeting-flex {
    display: block;
  }
}
.p-about__greeting-left {
  flex: 1;
}
.p-about__greeting-right {
  flex: 2;
}
@media screen and (max-width:540px) {
  .p-about__greeting-right {
    margin-bottom: 3em;
  }
}
.p-about__greeting-right h3 {
  margin-bottom: 1em;
  font-size: 3.8rem;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  .p-about__greeting-right h3 {
    font-size: 2.8rem;
  }
}
.p-about__greeting-right p {
  margin-bottom: 2em;
  font-size: 1.7rem;
  line-height: 2.2;
}
@media screen and (max-width:540px) {
  .p-about__greeting-right p {
    line-height: 1.9;
  }
}
.p-about__greeting-right p:last-child {
  margin: 0;
}
.p-about__greeting-pic {
  margin-bottom: 3rem;
}
.p-about__greeting-pic img {
  width: 100%;
  border-radius: 10px;
}
.p-about__greeting-bio p {
  line-height: 1.8;
}
.p-about__greeting-name {
  margin-bottom: 20px;
  font-size: 1.9rem;
  font-weight: 500;
}
.p-about__greeting-name span {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.4rem;
}
.p-about__company {
  padding: 10rem 5.5%;
  background: #E5F3FF;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width:540px) {
  .p-about__company {
    padding: 6rem 5.5%;
  }
}
.p-about__company-inner {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-about__company-inner {
    display: block;
  }
}
.p-about__company-ttl {
  flex: 1;
}
@media screen and (max-width:540px) {
  .p-about__company-ttl {
    margin-bottom: 3rem;
  }
}
.p-about__company-cnt {
  flex: 2;
}
.p-about__company-list {
  margin: -1em 0 2em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-about__company-list-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:540px) {
  .p-about__company-list-row {
    grid-template-columns: 110px 1fr;
  }
}
.p-about__company-list-row dt {
  padding: 1.5em 0;
}
.p-about__company-list-row dd {
  padding: 1.5em 0;
}
.p-about__company-list-row ul {
  list-style: none;
  line-height: 1.9;
}
.p-about__company-list-office {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width:540px) {
  .p-about__company-list-office {
    display: block;
  }
}
.p-about__company-list-office strong {
  display: inline-block;
  width: 80px;
  margin-right: 1.5em;
  padding: 0.5em;
  border-radius: 4px;
  color: #FFF;
  background: #0084FF;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width:540px) {
  .p-about__company-list-office strong {
    margin-bottom: 1em;
  }
}

.p-office {
  position: relative;
}
.p-office__head {
  padding: 15rem 5.5% 10rem;
}
@media screen and (max-width:540px) {
  .p-office__head {
    padding: 12rem 5.5% 6rem;
  }
}
.p-office__head-flex {
  display: flex;
  gap: 5.5%;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-office__head-flex {
    align-items: flex-start;
  }
}
@media screen and (max-width:540px) {
  .p-office__head-flex {
    display: block;
  }
}
.p-office__head-left {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  .p-office__head-left {
    margin-bottom: 4rem;
  }
}
.p-office__head-pic {
  width: 100%;
  aspect-ratio: 4/3;
}
.p-office__head-right {
  flex: 1;
}
.p-office__head-lead {
  margin-bottom: 0.8em;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width:912px) {
  .p-office__head-lead {
    font-size: 2.4rem;
  }
}
.p-office__head-ttl {
  margin-bottom: 0.8em;
  font-size: 5rem;
}
@media screen and (max-width:912px) {
  .p-office__head-ttl {
    font-size: 4rem;
  }
}
.p-office__head-desc {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-office__head-area {
  padding: 2.5rem;
  border-radius: 10px;
  background: #E5F3FF;
  line-height: 1.7;
}
.p-office__head-area h2 {
  font-size: 1.6rem;
}
.p-office__head-area p {
  font-size: 1.6rem;
}
.p-office__interview {
  padding: 10rem 5.5%;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  border-radius: 20px 0 0 0;
}
@media screen and (max-width:540px) {
  .p-office__interview {
    padding: 6rem 5.5%;
  }
}
.p-office__interview-inner {
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.p-office__interview-ttl {
  margin-bottom: 6rem;
  color: #FFF;
}
@media screen and (max-width:540px) {
  .p-office__interview-ttl {
    margin-bottom: 3.5em;
  }
}
.p-office__interview-list {
  display: flex;
  gap: 3%;
  position: relative;
  margin-bottom: 5rem;
  list-style: none;
  text-align: left;
}
@media screen and (max-width:540px) {
  .p-office__interview-list {
    display: block;
  }
}
.p-office__interview-list li {
  position: relative;
  width: 33.33%;
}
@media screen and (max-width:540px) {
  .p-office__interview-list li {
    width: auto;
    margin-bottom: 5.5%;
  }
}
.p-office__interview-list a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-office__interview-list a:hover:hover .p-office__interview-list-name-arrow {
    transform: translateX(5px);
    transition: 0.2s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-office__interview-list a:hover:hover .p-office__interview-list-name-arrow {
    transform: translateX(5px);
    transition: 0.2s;
  }
}
.p-office__interview-list-pic {
  position: relative;
  line-height: 0;
}
.p-office__interview-list-pic img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.p-office__interview-list-pic-overflow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.p-office__interview-list-pic-lead {
  position: absolute;
  padding: 1em 1.5em;
  bottom: 0;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-office__interview-list-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.95em;
  border-radius: 0 0 10px 10px;
  background: #FFF;
}
.p-office__interview-list-name small {
  display: inline-block;
  margin-bottom: 0.8em;
  font-size: 1.4rem;
}
.p-office__interview-list-name p {
  font-size: 1.9rem;
  font-weight: 500;
}
.p-office__interview-list-name-arrow {
  display: inline-block;
  color: #0084FF;
  font-size: 1.7rem;
  transition: 0.2s;
}
.p-office__interview-btn {
  display: inline-block;
  background: #FFF;
  color: #0084FF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-office__interview-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-office__interview-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-office__scene {
  width: 100%;
  aspect-ratio: 3/1;
}
@media screen and (max-width:540px) {
  .p-office__scene {
    aspect-ratio: 3/2;
  }
}
.p-office__info {
  margin-top: -20px;
  padding: 10rem 5.5%;
  background: linear-gradient(98deg, var(--navy-500, #182A41) 0.48%, #161D26 100%);
  border-radius: 20px 0 0 0;
}
@media screen and (max-width:540px) {
  .p-office__info {
    padding: 6rem 5.5% 8rem;
  }
}
.p-office__info-inner {
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.p-office__info-ttl {
  margin-bottom: 6rem;
  color: #FFF;
}
@media screen and (max-width:540px) {
  .p-office__info-ttl {
    margin-bottom: 3.5em;
  }
}
.p-office__info-list {
  display: flex;
  gap: 3%;
  position: relative;
  margin-bottom: 5rem;
  list-style: none;
  text-align: left;
}
@media screen and (max-width:540px) {
  .p-office__info-list {
    display: block;
  }
}
.p-office__info-list li {
  position: relative;
  width: 33.33%;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  .p-office__info-list li {
    width: auto;
    margin-bottom: 5.5%;
  }
}
.p-office__info-list li a {
  display: block;
  padding: 3rem;
}
@media screen and (max-width:540px) {
  .p-office__info-list li a {
    padding: 5.5%;
  }
}
.p-office__info-list li a h3 {
  margin-bottom: 1em;
  color: #0084FF;
  font-size: 1.9rem;
  line-height: 1.4;
}
.p-office__info-list li a p {
  font-size: 1.5rem;
  line-height: 1.7;
}
.p-office__info-btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-office__info-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-office__info-btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
.p-office__access {
  margin-top: -20px;
  padding: 10rem 5.5%;
  background: #E5F3FF;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width:540px) {
  .p-office__access {
    padding: 6rem 5.5%;
  }
}
.p-office__access-inner {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .p-office__access-inner {
    display: block;
  }
}
.p-office__access-ttl {
  flex: 1;
}
@media screen and (max-width:540px) {
  .p-office__access-ttl {
    margin-bottom: 3rem;
  }
}
.p-office__access-cnt {
  flex: 2;
}
.p-office__access-list {
  margin: -1em 0 2em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-office__access-list-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:540px) {
  .p-office__access-list-row {
    grid-template-columns: 110px 1fr;
  }
}
.p-office__access-list-row dt {
  padding: 1.5em 0;
}
.p-office__access-list-row dd {
  padding: 1.5em 0;
}
.p-office__access .p-office__access-gmap {
  position: relative;
  aspect-ratio: 600/350;
}
.p-office__access .p-office__access-gmap > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-office--nagano .p-office__head-pic {
  background: url(/assets/images/nagano/pic_hero.jpg) no-repeat center center/cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-office--nagano .p-office__head-pic {
    background: url(/assets/images/nagano/pic_hero@2x.jpg) no-repeat center center/cover;
  }
}
.p-office--nagano .p-office__scene {
  background: url(/assets/images/nagano/pic_scene.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-office--nagano .p-office__scene {
    background: url(/assets/images/nagano/pic_scene@2x.jpg) no-repeat center center/cover;
    background-attachment: fixed;
  }
}
.p-office--matsumoto .p-office__head-pic {
  background: url(/assets/images/matsumoto/pic_hero.jpg) no-repeat center center/cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-office--matsumoto .p-office__head-pic {
    background: url(/assets/images/matsumoto/pic_hero@2x.jpg) no-repeat center center/cover;
  }
}
.p-office--matsumoto .p-office__scene {
  background: url(/assets/images/matsumoto/pic_scene.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-office--matsumoto .p-office__scene {
    background: url(/assets/images/matsumoto/pic_scene@2x.jpg) no-repeat center center/cover;
    background-attachment: fixed;
  }
}
.p-office--ueda .p-office__head-pic {
  background: url(/assets/images/ueda/pic_hero.jpg) no-repeat center center/cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-office--ueda .p-office__head-pic {
    background: url(/assets/images/ueda/pic_hero@2x.jpg) no-repeat center center/cover;
  }
}
.p-office--ueda .p-office__scene {
  background: url(/assets/images/ueda/pic_scene.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .p-office--ueda .p-office__scene {
    background: url(/assets/images/ueda/pic_scene@2x.jpg) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

.p-business {
  position: relative;
}
.p-business__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60rem;
}
@media screen and (max-width:912px) {
  .p-business__head {
    height: 45rem;
  }
}
@media screen and (max-width:540px) {
  .p-business__head {
    height: 35rem;
  }
}
.p-business__head-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/business/hero.jpg) no-repeat center/cover;
}
.p-business__head-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 60%);
}
.p-business__head-inner {
  position: relative;
  z-index: 1;
  padding: 0 5.5%;
  color: #FFF;
}
.p-business__head-inner p {
  margin-bottom: 1em;
  font-size: 2rem;
}
.p-business__head-inner h1 {
  font-size: 5rem;
}
@media screen and (max-width:912px) {
  .p-business__head-inner h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width:540px) {
  .p-business__head-inner h1 {
    font-size: 3rem;
  }
}
.p-business__lead {
  padding: 10rem 5.5% 0;
}
@media screen and (max-width:540px) {
  .p-business__lead {
    padding: 6rem 5.5% 0;
  }
}
.p-business__lead-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-business__lead-inner p {
  font-size: 1.8rem;
  line-height: 1.9;
  text-align: center;
}
.p-business__lead-inner p span {
  font-weight: 700;
}
.p-business__temp {
  padding: 10rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-business__temp {
    padding: 6rem 5.5%;
  }
}
.p-business__temp-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-business__temp-ttl {
  margin-bottom: 1.5em;
}
.p-business__temp-flex {
  display: flex;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width:540px) {
  .p-business__temp-flex {
    display: block;
  }
}
.p-business__temp-img {
  flex: 1;
}
@media screen and (max-width:540px) {
  .p-business__temp-img {
    margin-bottom: 4rem;
  }
}
.p-business__temp-img img {
  max-width: 100%;
}
.p-business__temp-desc {
  flex: 1.5;
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-business__temp-desc p {
  margin-bottom: 1em;
}
.p-business__temp-desc p:last-child {
  margin: 0;
}
.p-business__merit {
  margin-top: -20px;
  padding: 10rem 5.5%;
  border-radius: 20px 0 0 0;
  background: linear-gradient(96deg, var(--blue-100, #E5F3FF) 11.47%, #AFC9DE 100%);
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-business__merit {
    padding: 8rem 5.5% 10rem;
  }
}
@media screen and (max-width:540px) {
  .p-business__merit {
    padding: 6rem 5.5% 8rem;
  }
}
.p-business__merit-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-business__merit-ttl {
  margin-bottom: 3.5em;
}
.p-business__merit-item-wrap {
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:540px) {
  .p-business__merit-item-wrap {
    display: block;
  }
}
.p-business__merit-item {
  width: 31.33%;
  margin-bottom: 3%;
  overflow: hidden;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:912px) {
  .p-business__merit-item {
    width: 48.5%;
  }
}
@media screen and (max-width:540px) {
  .p-business__merit-item {
    width: auto;
    margin-bottom: 3rem;
  }
}
.p-business__merit-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 2rem;
  color: #FFF;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width:912px) {
  .p-business__merit-item h3 {
    height: 70px;
  }
}
@media screen and (max-width:540px) {
  .p-business__merit-item h3 {
    height: auto;
  }
  .p-business__merit-item h3 br {
    display: none;
  }
}
.p-business__merit-item h3 span {
  display: inline-block;
}
.p-business__merit-item p {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
}
.p-business__perm {
  padding: 10rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-business__perm {
    padding: 6rem 5.5%;
  }
}
.p-business__perm-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-business__perm-ttl {
  margin-bottom: 1.5em;
}
.p-business__perm-desc {
  margin-bottom: 6rem;
}
.p-business__perm-desc p {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-business__perm-desc p:last-child {
  margin: 0;
}
.p-business__perm-desc small {
  font-size: 13px;
  line-height: 1.9;
}
.p-business__perm-flex {
  display: flex;
  justify-content: center;
  gap: 15%;
}
.p-business__intro {
  padding: 10rem 5.5%;
}
@media screen and (max-width:540px) {
  .p-business__intro {
    padding: 6rem 5.5%;
  }
}
.p-business__intro-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-business__intro-ttl {
  margin-bottom: 1.5em;
}
.p-business__intro-desc p {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-business__intro-desc p:last-child {
  margin: 0;
}
.p-business__intro-flex {
  display: flex;
  justify-content: center;
  gap: 15%;
}

.p-info-list {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-info-list {
    padding: 12rem 5.5% 6rem;
  }
}
.p-info-list__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-info-list__ttl {
    margin-bottom: 5rem;
  }
}
.p-info-list__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-info-list__flex {
    display: block;
  }
}
.p-info-list__main {
  width: 75.5%;
}
@media screen and (max-width:912px) {
  .p-info-list__main {
    width: auto;
  }
}
.p-info-list__main ul {
  margin-bottom: 3rem;
  border-top: 1px solid #CDCDCD;
  list-style: none;
}
.p-info-list__main-item {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width:540px) {
  .p-info-list__main-item {
    padding: 2rem 0;
  }
}
.p-info-list__main-item-cnt {
  flex: 1;
}
.p-info-list__main-item-meta {
  display: flex;
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 1rem 0 0;
}
.p-info-list__main-item-meta time {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width:540px) {
  .p-info-list__main-item-meta time {
    margin-bottom: 0.6em;
    font-size: 1.8rem;
  }
}
.p-info-list__main-item-cat a {
  color: #0084FF;
}
.p-info-list__main-item-ttl {
  font-size: 2rem;
  line-height: 1.4;
}
.p-info-list__main-item-ttl a {
  display: block;
  padding: 1.2rem 0 1rem 0;
}
@media screen and (max-width:540px) {
  .p-info-list__main-item-ttl a {
    padding: 0.5rem 0;
  }
}
.p-info-list__main-item-arrow {
  display: inline-block;
  padding: 2em 0.8em;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.p-info-single {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-info-single {
    padding: 12rem 5.5% 6rem;
  }
}
.p-info-single__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-info-single__ttl {
    margin-bottom: 5rem;
  }
}
.p-info-single__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-info-single__flex {
    display: block;
  }
}
.p-info-single__main {
  width: 75.5%;
}
@media screen and (max-width:912px) {
  .p-info-single__main {
    width: auto;
  }
}
.p-info-single__main-meta {
  display: flex;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.p-info-single__main-meta time {
  display: inline-block;
  margin-right: 1em;
}
.p-info-single__main-cat a {
  color: #0084FF;
}
.p-info-single__main-ttl {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width:540px) {
  .p-info-single__main-ttl {
    margin-bottom: 3rem;
  }
}
.p-info-single__main-cnt {
  padding-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.9;
}
.p-info-single__main-cnt img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.p-info-single__main-cnt p {
  margin-bottom: 1.5em;
}
.p-info-single__main-cnt a {
  color: #0084FF;
}
.p-info-single__main-page-nav {
  overflow: hidden;
  border-top: 1px solid #CDCDCD;
}
.p-info-single__main-page-nav-prev, .p-info-single__main-page-nav-next {
  width: 50%;
}
@media screen and (max-width:540px) {
  .p-info-single__main-page-nav-prev, .p-info-single__main-page-nav-next {
    width: auto;
  }
}
.p-info-single__main-page-nav-prev a, .p-info-single__main-page-nav-next a {
  display: block;
  padding: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-info-single__main-page-nav-prev a span, .p-info-single__main-page-nav-next a span {
  display: block;
  margin-bottom: 0.5em;
  color: #0084FF;
  font-size: 1.4rem;
}
.p-info-single__main-page-nav-prev {
  float: left;
}
@media screen and (max-width:540px) {
  .p-info-single__main-page-nav-prev {
    float: none;
    border-bottom: 1px solid #CDCDCD;
    text-align: center;
  }
}
.p-info-single__main-page-nav-next {
  float: right;
  text-align: right;
}
@media screen and (max-width:540px) {
  .p-info-single__main-page-nav-next {
    float: none;
    border-bottom: 1px solid #CDCDCD;
    text-align: center;
  }
}

.sidebar-info {
  width: 25.5%;
}
@media screen and (max-width:912px) {
  .sidebar-info {
    width: auto;
    margin-bottom: 3em;
  }
}
@media screen and (max-width:540px) {
  .sidebar-info {
    margin-bottom: 2em;
  }
}
.sidebar-info h2 {
  margin-bottom: 1em;
  color: #0084FF;
}
.sidebar-info ul {
  font-size: 1.6rem;
  list-style: none;
}
@media screen and (max-width:912px) {
  .sidebar-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
  }
}
.sidebar-info ul li {
  margin-bottom: 1rem;
}
@media screen and (max-width:912px) {
  .sidebar-info ul li {
    width: 31.33%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width:540px) {
  .sidebar-info ul li {
    width: 48.5%;
    margin-bottom: 3%;
  }
}
.sidebar-info ul li a {
  display: block;
  padding: 1.5em 1em;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  .sidebar-info ul li a {
    padding: 1.2em 1em;
  }
}
.sidebar-info ul li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.8rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0084FF;
}

.p-entry {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-entry {
    padding: 12rem 5.5% 6rem;
  }
}
.p-entry__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-entry__flex {
    display: block;
  }
}
.p-entry__ttl {
  width: 25.5%;
  text-align: left;
}
@media screen and (max-width:912px) {
  .p-entry__ttl {
    width: auto;
    margin-bottom: 3em;
    text-align: center;
  }
}
.p-entry__cnt {
  width: 75.5%;
}
@media screen and (max-width:912px) {
  .p-entry__cnt {
    width: auto;
  }
}
.p-entry__lead {
  margin-bottom: 5em;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width:540px) {
  .p-entry__lead {
    margin-bottom: 2em;
  }
}
.p-entry__lead a {
  color: #0084FF;
  text-decoration: underline;
}

.p-entry-completed {
  padding: 20rem 5.5%;
  background: #E5F3FF;
}
.p-entry-completed__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.p-entry-completed__inner h1 {
  margin-bottom: 0.8em;
  color: #0084FF;
  font-size: 3.4rem;
  font-weight: 500;
}
.p-entry-completed__inner p {
  margin-bottom: 2em;
  font-size: 1.7rem;
  line-height: 1.7;
}
.p-entry-completed__btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-entry-completed__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-entry-completed__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}

.p-contact {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-contact {
    padding: 12rem 5.5% 6rem;
  }
}
.p-contact__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-contact__flex {
    display: block;
  }
}
.p-contact__ttl {
  width: 25.5%;
  text-align: left;
}
@media screen and (max-width:912px) {
  .p-contact__ttl {
    width: auto;
    margin-bottom: 3em;
    text-align: center;
  }
}
.p-contact__cnt {
  width: 75.5%;
}
@media screen and (max-width:912px) {
  .p-contact__cnt {
    width: auto;
  }
}
.p-contact__tel {
  margin-top: 6rem;
  padding: 4rem;
  background: #FFF;
  border: 4px solid #0084FF;
  border-radius: 4px;
  color: #0084FF;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width:540px) {
  .p-contact__tel {
    padding: 3rem;
  }
}
.p-contact__tel-note {
  margin-bottom: 0.7em;
  font-size: 1.6rem;
}
.p-contact__tel-num {
  display: inline-block;
  padding-left: 40px;
  font-size: 4.2rem;
  background: url(/assets/images/contact/ico_tel.svg) no-repeat center left/24px;
}
.p-contact__tel-num a {
  color: #0084FF;
}
.p-contact__tel-time {
  margin-top: 0.7em;
  font-size: 1.6rem;
}
.p-contact__links {
  display: flex;
  gap: 5.5%;
  justify-content: space-between;
}
@media screen and (max-width:540px) {
  .p-contact__links {
    display: block;
  }
}
.p-contact__links a {
  flex: 1;
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #CDCDCD;
  color: #0084FF;
  font-size: 1.7rem;
  font-weight: 500;
}

.p-contact-completed {
  padding: 20rem 5.5%;
  background: #E5F3FF;
}
.p-contact-completed__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.p-contact-completed__inner h1 {
  margin-bottom: 0.8em;
  color: #0084FF;
  font-size: 3.4rem;
  font-weight: 500;
}
.p-contact-completed__inner p {
  margin-bottom: 2em;
  font-size: 1.7rem;
  line-height: 1.7;
}
.p-contact-completed__btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact-completed__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-contact-completed__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}

.p-order {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-order {
    padding: 12rem 5.5% 6rem;
  }
}
.p-order__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:912px) {
  .p-order__flex {
    display: block;
  }
}
.p-order__ttl {
  width: 25.5%;
  text-align: left;
}
@media screen and (max-width:912px) {
  .p-order__ttl {
    width: auto;
    margin-bottom: 3em;
    text-align: center;
  }
}
.p-order__cnt {
  width: 75.5%;
}
@media screen and (max-width:912px) {
  .p-order__cnt {
    width: auto;
  }
}
.p-order__lead {
  margin-bottom: 5em;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width:540px) {
  .p-order__lead {
    margin-bottom: 2em;
  }
}
.p-order__lead a {
  color: #0084FF;
  text-decoration: underline;
}

.p-order-completed {
  padding: 20rem 5.5%;
  background: #E5F3FF;
}
.p-order-completed__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.p-order-completed__inner h1 {
  margin-bottom: 0.8em;
  color: #0084FF;
  font-size: 3.4rem;
  font-weight: 500;
}
.p-order-completed__inner p {
  margin-bottom: 2em;
  font-size: 1.7rem;
  line-height: 1.7;
}
.p-order-completed__btn {
  display: inline-block;
  background: linear-gradient(96deg, #309AFD -0.71%, #0A6ECC 100%);
  color: #FFF;
  padding: 1em 2.1em 0.9em;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-order-completed__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-order-completed__btn:hover:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}

.p-privacy {
  position: relative;
  padding: 16rem 5.5% 10rem;
  background: #E5F3FF;
}
@media screen and (max-width:540px) {
  .p-privacy {
    padding: 12rem 5.5% 6rem;
  }
}
.p-privacy__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width:540px) {
  .p-privacy__ttl {
    margin-bottom: 5rem;
  }
}
.p-privacy__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.9;
}
.p-privacy__inner section {
  margin-bottom: 6rem;
}
.p-privacy__inner section h2 {
  margin-bottom: 0.7em;
  color: #0084FF;
  font-size: 1.8rem;
}
.p-privacy__inner section p {
  font-size: 1.6rem;
}
.p-privacy__inner section ul {
  padding-top: 1em;
  font-size: 1.6rem;
  list-style-position: inside;
}