@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font-outfit {
  font-family: "Outfit", sans-serif;
}

body {
  scroll-behavior: smooth;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.locked {
  position: fixed;
  width: 100%;
  left: 0;
}

main {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  z-index: 101;
}

img, video {
  max-width: 100%;
}

.grecaptcha-badge {
  z-index: 100;
}

.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 100px;
  border-radius: 60px;
  background-color: #fff;
  border: 1px solid #f7bb05;
  font-weight: bold;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
  position: relative;
  transition: 0.3s;
  font-size: 1.4125rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn a {
    height: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-btn a {
    width: calc(100% - 40px);
    max-width: 280px;
    height: 60px;
    font-size: 1rem;
  }
}
.c-btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #f7bb05, #ff9600);
  transition: 0.3s;
}
.c-btn a span {
  position: relative;
  z-index: 1;
}
.c-btn a span::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 32px;
  background-image: url(../img/arrow-orange.svg);
  background-size: 100% 100%;
  right: -35px;
  top: 50%;
  transform: translate(100%, -50%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn a span::before {
    width: 29px;
    height: auto;
    aspect-ratio: 41/32;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-btn a span::before {
    width: 17px;
    height: auto;
    aspect-ratio: 41/32;
    right: -20px;
  }
}
.c-btn a span::after {
  content: "";
  position: absolute;
  width: 41px;
  height: auto;
  aspect-ratio: 41/32;
  background-image: url(../img/arrow-white.svg);
  background-size: 100% 100%;
  right: -35px;
  top: 50%;
  transform: translate(100%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn a span::after {
    width: 29px;
    height: auto;
    aspect-ratio: 41/32;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-btn a span::after {
    width: 17px;
    height: auto;
    aspect-ratio: 41/32;
    right: -20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-btn a {
    margin: 0 auto;
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-btn a:hover {
    color: #ff9600;
  }
  .c-btn a:hover::before {
    opacity: 0;
  }
  .c-btn a:hover span::before {
    opacity: 1;
  }
  .c-btn a:hover span::after {
    opacity: 0;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-inner {
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 110px;
}
@media (max-width: 1300px) {
  .c-inner {
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-inner {
    padding: 0 15px;
  }
}

.c-title {
  line-height: 1;
  margin-bottom: 50px;
}
.c-title .en {
  font-size: min(8rem, 9vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-title .en {
    font-size: 4.5rem;
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-title .en {
    font-size: 3.75rem;
  }
}
.c-title .ja {
  font-size: min(2.025rem, 2vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-title .ja {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-title .ja {
    font-size: 1.125rem;
    display: block;
    margin-top: 10px;
  }
}

.c-title02 {
  position: relative;
  text-align: center;
  line-height: 1;
}
.c-title02 .en {
  display: block;
  font-size: 8rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-title02 .en {
    font-size: 4rem;
  }
}
.c-title02 .en img {
  width: auto;
  height: 130px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-title02 .en img {
    height: 50px;
  }
}
.c-title02 .ja {
  line-height: 1.8;
  position: absolute;
  left: 50%;
  bottom: -27px;
  font-size: 3.15rem;
  font-weight: bold;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, transparent 75%, #ffc20f 75%, #ffc20f 90%, transparent 90%);
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .c-title02 .ja {
    font-size: 1.5rem;
  }
}

.c-fadeIn {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

header {
  position: relative;
  z-index: 1001;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header.bg {
    background-color: #fff;
  }
}
.p-header__flex {
  align-items: center;
  justify-content: space-between;
}
.p-header__logo {
  padding: 15px 20px 15px 50px;
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
  .p-header__logo {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .p-header__logo {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__logo {
    padding-left: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__logo {
    padding: 15px 0 15px 20px;
  }
}
.p-header__logo a {
  display: block;
}
.p-header__logo a img {
  width: 400px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__logo a img {
    width: 320px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__logo a img {
    width: 180px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 370px) {
  .p-header__logo a img {
    width: 130px;
  }
}
.p-header__btns {
  display: flex;
  gap: 15px;
  padding-right: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__btns {
    padding-right: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__btns {
    gap: 6px;
    padding-right: 15px;
  }
}
.p-header__entry-link {
  position: relative;
  background-color: #fff;
  min-width: 260px;
  color: #fff;
  padding: 0 10px 0 40px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}
.p-header__entry-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #f7bb05, #ff9600);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__entry-link {
    min-width: unset;
    width: 95px;
    height: 50px;
    padding: 0;
  }
}
.p-header__entry-link img {
  position: relative;
  z-index: 1;
  display: block;
  width: 51px;
  height: 51px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__entry-link img {
    display: none;
  }
}
.p-header__entry-link span {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__entry-link span {
    font-size: 0.75rem;
    line-height: 1.25;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
.p-header__entry-link span::before, .p-header__entry-link span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 15px;
  background-image: url(../img/arrow-white.svg);
  background-size: 100% 100%;
  right: -30px;
  top: 50%;
  transform: translate(0%, -50%);
  opacity: 1;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__entry-link span::before, .p-header__entry-link span::after {
    display: none;
  }
}
.p-header__entry-link span::after {
  background-image: url(../img/arrow-orange.svg);
  opacity: 0;
}
.p-header__entry-link b {
  position: relative;
}
.p-header__entry-link b::before, .p-header__entry-link b::after {
  content: "";
  position: absolute;
  width: 51px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/handle-icon.gif);
  background-size: 100% 100%;
  left: -6px;
  top: 0;
  transform: translate(-100%, 0%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__entry-link b::before, .p-header__entry-link b::after {
    display: none;
  }
}
.p-header__entry-link b::after {
  background-image: url(../img/handle-icon-orange.gif);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-header__entry-link:hover {
    color: #ff9600;
  }
  .p-header__entry-link:hover::before {
    opacity: 0;
  }
  .p-header__entry-link:hover span::before {
    opacity: 0;
  }
  .p-header__entry-link:hover span::after {
    opacity: 1;
  }
  .p-header__entry-link:hover b::before {
    opacity: 0;
  }
  .p-header__entry-link:hover b::after {
    opacity: 1;
  }
}
.p-header__menu {
  background-color: #000;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 15;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu {
    width: 50px;
    height: 50px;
  }
}
.p-header__menu .line {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu .line {
    top: 19px;
  }
}
.p-header__menu .line::before, .p-header__menu .line::after, .p-header__menu .line span {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu .line::before, .p-header__menu .line::after, .p-header__menu .line span {
    width: 20px;
  }
}
.p-header__menu .line::before {
  top: calc(50% - 8px);
  z-index: 10;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu .line::before {
    top: calc(50% - 5px);
  }
}
.p-header__menu .line::after {
  top: calc(50% + 8px);
  z-index: 10;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu .line::after {
    top: calc(50% + 5px);
  }
}
.p-header__menu .en {
  position: absolute;
  left: 50%;
  bottom: 15px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu .en {
    bottom: 10px;
    font-size: 0.625rem;
  }
}
.p-header__menu.active {
  box-shadow: unset;
}
.p-header__menu.active .line {
  left: 33%;
  top: 49%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu.active .line {
    left: 30%;
  }
}
.p-header__menu.active .line::before {
  top: 50%;
  left: 40%;
  transform: scale(1.5) rotate(45deg);
  background-color: #fff;
}
.p-header__menu.active .line::after {
  top: 50%;
  transform: scale(1.5) rotate(-45deg);
  background-color: #fff;
}
.p-header__menu.active .line span {
  opacity: 0;
}
.p-header__menu.active .en {
  display: none;
}
.p-header__bg {
  position: fixed;
}
.p-header__bg.show {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.p-header__hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 10;
  background-color: #fef4d9;
  padding: 15vh 0 160px;
  visibility: hidden;
  max-height: 100%;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger {
    background-color: #fee7bf;
    padding: 30px 0 60px;
    height: 100%;
    overflow: scroll;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger {
    background-color: #fee7bf;
    padding: 30px 0 60px;
    height: 100%;
    overflow: scroll;
  }
}
.p-header__hamburger.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.p-header__hamburger-inner {
  max-width: 1570px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-header__hamburger-block {
  gap: 70px;
  margin-bottom: min(70px, 6vh);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-block {
    gap: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-block {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.p-header__hamburger-title {
  width: 390px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-title {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-title {
    width: 100%;
  }
}
.p-header__hamburger-title .name {
  font-size: 4.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-title .name {
    font-size: 4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-title .name {
    font-size: 2.5rem;
  }
}
.p-header__hamburger-title a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #000;
  border-radius: 50%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-title a {
    width: 24px;
    height: 24px;
  }
}
.p-header__hamburger-title img {
  width: 24px;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-title img {
    width: 14px;
  }
}
.p-header__hamburger-links {
  width: calc(100% - 460px);
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-links {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-links {
    width: 100%;
    gap: 0;
    border-top: 2px solid #e9d6ae;
  }
}
.p-header__hamburger-ul {
  width: calc(33.33% - 6.66px);
  border-top: 2px solid #e9d6ae;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-ul {
    width: 100%;
    border-top: unset;
  }
}
.p-header__hamburger-li {
  width: 100%;
  border-bottom: 2px solid #e9d6ae;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .p-header__hamburger-li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-li {
    font-size: 1rem;
  }
}
.p-header__hamburger-li--child {
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: none;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-li--child {
    font-size: 0.875rem;
  }
}
.p-header__hamburger-li--child.bb {
  border-bottom: 2px solid #e9d6ae;
}
.p-header__hamburger-li--child .p-header__hamburger-link {
  padding: 19px 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-li--child .p-header__hamburger-link {
    padding: 13px 10px;
  }
}
.p-header__hamburger-link {
  display: block;
  padding: min(25px, 2.5vh) 40px min(25px, 2.5vh) 10px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-link {
    padding: 18px 10px;
  }
}
.p-header__hamburger-link::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 15px;
  background-image: url(../img/arrow-orange.svg);
  background-size: 100% 100%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-link::after {
    width: 16px;
    height: 13px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-link:hover::after {
    right: 0;
  }
}
.p-header__hamburger-link .blank {
  position: relative;
}
.p-header__hamburger-link .blank::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../img/blank-icon.svg);
  background-size: 100% 100%;
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
}
.p-header__hamburger-link.none {
  pointer-events: none;
}
.p-header__hamburger-link.none::after {
  display: none;
}
.p-header__hamburger-bottom {
  justify-content: center;
  gap: 60px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-bottom {
    gap: 20px;
  }
}
.p-header__hamburger-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  width: 370px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-tel {
    justify-content: center;
  }
}
.p-header__hamburger-tel .lead {
  width: 100%;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-tel .lead {
    font-size: 1rem;
  }
}
.p-header__hamburger-tel .lead small {
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-tel .lead small {
    font-size: 0.75rem;
  }
}
.p-header__hamburger-tel img {
  width: 37px;
  height: 37px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-tel img {
    width: 30px;
    height: 30px;
  }
}
.p-header__hamburger-tel .num {
  font-size: 3.125rem;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-tel .num {
    pointer-events: all;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-tel .num {
    font-size: 2.375rem;
    pointer-events: all;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-form {
    width: 100%;
  }
}
.p-header__hamburger-form a {
  width: 540px;
  height: 100px;
  box-shadow: 0 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-form a {
    width: calc(100% - 30px);
    max-width: 500px;
    height: 60px;
    font-size: 1.125rem;
  }
}
.p-header__hamburger-form b {
  font-weight: 600;
  position: relative;
}
.p-header__hamburger-form b::before, .p-header__hamburger-form b::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 38px;
  background-image: url(../img/top/mail-icon.gif);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translate(-150%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-form b::before, .p-header__hamburger-form b::after {
    width: 23px;
    height: auto;
    aspect-ratio: 47/38;
  }
}
.p-header__hamburger-form b::after {
  background-image: url(../img/top/mail-icon-orange.gif);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-form:hover b::before {
    opacity: 0;
  }
  .p-header__hamburger-form:hover b::after {
    opacity: 1;
  }
}

footer {
  position: relative;
  background-color: #fff;
}

.p-footer {
  padding: 100px 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer {
    padding: 42px 0 30px;
  }
}
.p-footer__flex {
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__flex {
    gap: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__flex {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-footer__left {
  max-width: 408px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__left {
    width: 100%;
    max-width: unset;
  }
}
.p-footer__left-logo {
  margin-bottom: 48px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__left-logo {
    margin-bottom: 30px;
  }
}
.p-footer__left-logo .name {
  font-size: 2.75rem;
  font-weight: bold;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 23px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__left-logo .name {
    font-size: 1.5625rem;
    margin-bottom: 10px;
  }
}
.p-footer__left-logo .name a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: #000;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__left-logo .name a:hover {
    background-color: #ff9700;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__left-logo .name a {
    width: 29px;
    height: 29px;
  }
}
.p-footer__left-logo .name a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__left-logo .name a img {
    width: 18px;
    height: 18px;
  }
}
.p-footer__left-logo .address {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__left-logo .address {
    font-size: 0.875rem;
  }
}
.p-footer__left-link a {
  display: block;
  width: 360px;
  overflow: hidden;
  border: 2px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .p-footer__left-link a img {
    transition: 0.3s;
  }
  .p-footer__left-link a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__left-link a {
    width: 180px;
  }
}
.p-footer__right {
  width: calc(100% - 500px);
  justify-content: right;
}
@media (max-width: 1500px) {
  .p-footer__right {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__right {
    width: 100%;
    justify-content: unset;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__right {
    width: 100%;
  }
}
.p-footer__right-links {
  width: 260px;
}
@media (max-width: 1500px) {
  .p-footer__right-links {
    width: auto;
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__right-links {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-footer__right-link {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 2.25;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-footer__right-link:hover {
    color: #ff9700;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__right-link {
    padding-left: 14px;
    font-size: 0.6875rem;
    margin-bottom: 20px;
  }
}
.p-footer__right-link::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ff9700;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__right-link::before {
    width: 7px;
    height: 7px;
  }
}
.p-footer__right-link--child {
  margin-left: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__right-link--child {
    margin-left: 10px;
    margin-bottom: 13px;
  }
  .p-footer__right-link--child.mb20 {
    margin-bottom: 20px;
  }
}
.p-footer__right-link--child::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #ff9700;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__right-link--child::before {
    width: 3px;
  }
}
.p-footer__right-link.blank span {
  position: relative;
}
.p-footer__right-link.blank span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../img/blank.gif);
  background-size: 100% 100%;
  right: -5px;
  top: 50%;
  transform: translate(100%, -50%);
}
.p-footer__bottom {
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom {
    padding-top: 40px;
  }
}
.p-footer__bottom-links {
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-links {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.p-footer__bottom-link {
  padding-right: 34px;
  position: relative;
  border-right: 1px solid #9c9c9c;
  transition: 0.3s;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-link:hover {
    color: #ff9700;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-link {
    width: calc(50% - 10px);
    font-size: min(0.625rem, 2.66vw);
    padding-right: 0;
    border-right: unset;
    display: inline-block;
  }
}
.p-footer__bottom-link:last-of-type {
  border-right: none;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-link span {
    position: relative;
  }
}
.p-footer__bottom-link span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../img/blank.gif);
  background-size: 100% 100%;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-link span::after {
    right: -2px;
    transform: translate(100%, -50%);
  }
}
.p-footer__bottom-copy {
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-copy {
    padding-top: 20px;
    font-size: 0.75rem;
  }
}

.p-mv {
  position: relative;
  padding-top: 120px;
  height: 100vh;
  max-height: calc(56.25vw + 120px);
  min-height: 40vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-mv {
    height: auto;
    max-height: unset;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv {
    padding-top: 50px;
    max-height: unset;
    min-height: unset;
    height: auto;
  }
}
.p-mv__scroll {
  position: absolute;
  left: 34px;
  bottom: 10%;
  width: 14px;
  z-index: 10;
  -webkit-animation-name: scrollanime;
          animation-name: scrollanime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-mv__scroll {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__scroll {
    display: none;
  }
}
.p-mv .slick-track {
  margin-left: -2%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv .slick-track {
    margin-left: 0;
  }
}
.p-mv__img {
  position: relative;
  padding-left: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 1s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-mv__img {
    padding-left: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__img {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-mv__img.slick-current + .p-mv__img {
  transform: translateY(-30px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-mv__img.slick-current + .p-mv__img {
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__img.slick-current + .p-mv__img {
    transform: translateY(0px);
  }
}
.p-mv__img.is-active-next + .p-mv__img {
  transform: translateY(-30px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-mv__img.is-active-next + .p-mv__img {
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__img.is-active-next + .p-mv__img {
    transform: translateY(0px);
  }
}
.p-mv__img-content {
  position: relative;
  z-index: 1;
}
.p-mv__img-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/mv-bg.webp);
  background-size: 100% 100%;
  top: 0;
  left: 0;
  transform: translate(20px, 20px);
  z-index: 0;
}
.p-mv__img-content img {
  position: relative;
  z-index: 1;
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__img-content img {
    border-radius: 0 25px;
  }
}
.p-mv__text {
  position: absolute;
  left: 90px;
  top: auto;
  bottom: 50px;
  width: 80vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__text {
    left: 15px;
    bottom: 50px;
  }
}

@-webkit-keyframes scrollanime {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes scrollanime {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.p-topAbout {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout {
    margin-bottom: 100px;
  }
}
.p-topAbout::before {
  content: "";
  position: absolute;
  width: 52vw;
  height: auto;
  aspect-ratio: 494/350;
  background-image: url(../img/top/about-bg.webp);
  background-size: 100% 100%;
  top: 312px;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout::before {
    width: 100vw;
    aspect-ratio: 1/1;
    background-image: url(../img/top/about-bg-sp.webp);
    top: 70px;
  }
}
.p-topAbout__flex {
  gap: 45px;
  margin-bottom: 70px;
}
@media (max-width: 1500px) {
  .p-topAbout__flex {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topAbout__flex {
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__flex {
    gap: 20px;
    margin-bottom: 35px;
  }
}
.p-topAbout__img {
  padding-top: 40px;
  width: 50%;
}
.p-topAbout__img img {
  border-radius: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topAbout__img {
    width: 42%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__img {
    order: 2;
    padding-top: 0;
    width: 100%;
  }
  .p-topAbout__img picture {
    display: block;
  }
  .p-topAbout__img img {
    border-radius: 0 25px;
  }
}
.p-topAbout__text {
  width: calc(50% - 45px);
}
@media (max-width: 1500px) {
  .p-topAbout__text {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topAbout__text {
    width: calc(58% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__text {
    width: 100%;
    order: 1;
  }
}
.p-topAbout__text-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topAbout__text-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__text-title {
    margin-bottom: 20px;
  }
}
.p-topAbout__text-title img {
  max-width: 470px;
  opacity: 0.8;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topAbout__text-title img {
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__text-title img {
    height: 45px;
  }
}
.p-topAbout__text-lead {
  font-size: min(3.15rem, 2.52vw);
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__text-lead {
    font-size: min(1.5rem, 6.4vw);
    margin-bottom: 20px;
  }
}
.p-topAbout__text-lead .bb {
  background-image: linear-gradient(to bottom, transparent 70%, #ffc20f 70%, #ffc20f 90%, transparent 90%);
}
.p-topAbout__text .bg-white {
  padding: 0px 10px 0;
  position: relative;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.6;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topAbout__text .bg-white {
    padding: 0 8px 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__text .bg-white {
    padding: 0 5px 1px;
    line-height: 1.75;
  }
}
.p-topAbout__text-text {
  font-size: min(1.35rem, 1.35vw);
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topAbout__text-text {
    font-size: min(3.7vw, 0.875rem);
    letter-spacing: -0.5px;
  }
}
.p-topAbout__text-text .br {
  display: block;
  height: 15px;
}
.p-topAbout__btn a {
  margin: 0 auto;
}

.p-top-bg01 {
  background-image: url(../img/top/top-bg01.webp);
  background-size: cover;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top-bg01 {
    background-image: url(../img/top/top-bg01-sp.webp);
  }
}

.p-top-bg02 {
  background-image: url(../img/top/top-bg02.webp);
  background-size: cover;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-top-bg02 {
    background-image: url(../img/top/top-bg02-sp.png);
  }
}

.p-topCompany {
  padding: 220px 0 200px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany {
    padding: 150px 0 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany {
    padding: 124px 0 88px;
  }
}
.p-topCompany::before {
  content: "";
  position: absolute;
  width: 52vw;
  height: auto;
  aspect-ratio: 494/324;
  background-image: url(../img/top/about-bg.webp);
  background-size: 100% 100%;
  top: 235px;
  left: 0;
  z-index: 0;
}
.p-topCompany__flex {
  position: relative;
  gap: 68px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .p-topCompany__flex {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__flex {
    gap: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__flex {
    gap: 40px;
  }
}
.p-topCompany__text {
  width: 48%;
  margin-top: -60px;
}
@media (max-width: 1400px) {
  .p-topCompany__text {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__text {
    width: calc(58% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text {
    width: 100%;
  }
}
.p-topCompany__text-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__text-title img {
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-title img {
    height: 45px;
  }
}
.p-topCompany__text-lead {
  font-size: 3.15rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__text-lead {
    font-size: min(3rem, 4vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-lead {
    font-size: 1.5625rem;
  }
}
.p-topCompany__text-lead .bg-white {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 7px;
  display: inline;
  line-height: 1.6;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-lead .bg-white {
    padding: 0 5px 1px;
    line-height: 1.75;
  }
}
.p-topCompany__text-text {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: min(1.35rem, 1.125vw);
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .p-topCompany__text-text {
    font-size: min(1.25rem, 1.125vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__text-text {
    font-size: min(1.5rem, 2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-text {
    font-size: min(0.875rem, 3.66vw);
  }
}
.p-topCompany__text-text .bg-white {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 7px;
  display: inline;
  line-height: 1.6;
  background-color: #fff;
}
.p-topCompany__text-text--tab {
  display: none;
}
.p-topCompany__text-text--sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__text-text--pc {
    display: none;
  }
  .p-topCompany__text-text--tab {
    display: block;
  }
  .p-topCompany__text-text--sp {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-text--pc {
    display: none;
  }
  .p-topCompany__text-text--tab {
    display: none;
  }
  .p-topCompany__text-text--sp {
    display: block;
    line-height: 2;
  }
}
.p-topCompany__text-btn {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__text-btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-btn {
    margin-top: 35px;
  }
}
.p-topCompany__text-btn a {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__text-btn a {
    width: 350px;
    height: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-btn a {
    width: 250px;
    height: 50px;
    font-size: 1rem;
    margin: 0 auto 0 0;
  }
}
.p-topCompany__text-btn a span::before {
  width: 29px;
  height: auto;
  aspect-ratio: 41/32;
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-btn a span::before {
    width: 17px;
    right: -30px;
  }
}
.p-topCompany__text-btn a span::after {
  width: 29px;
  height: auto;
  aspect-ratio: 41/32;
  opacity: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__text-btn a span::after {
    width: 17px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .p-topCompany__text-btn a:hover span::before {
    width: 29px;
    height: auto;
    opacity: 1;
  }
  .p-topCompany__text-btn a:hover span::after {
    width: 29px;
    height: auto;
    opacity: 0;
  }
}
.p-topCompany__img {
  width: calc(52% - 68px);
  border-radius: 0 50px;
}
@media (max-width: 1400px) {
  .p-topCompany__img {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__img {
    width: 42%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__img {
    width: 100%;
  }
}
.p-topCompany__img img {
  border-radius: 0 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topCompany__img img {
    border-radius: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topCompany__img img {
    border-radius: 0 20px;
  }
}

.p-topInterview {
  overflow: hidden;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview {
    padding-bottom: 73px;
  }
}
.p-topInterview__inner {
  max-width: calc(870px + 50vw);
  margin: 0 0 0 auto;
  padding-left: 110px;
}
@media (max-width: 1300px) {
  .p-topInterview__inner {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__inner {
    padding-left: 0px;
  }
}
.p-topInterview__slider {
  margin-bottom: 60px;
}
.p-topInterview__slider .slick-track {
  margin-left: -12.7vw;
}
@media (min-width: 2000px) {
  .p-topInterview__slider .slick-track {
    margin-left: calc(-200px - 3vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slider .slick-track {
    margin-left: 0vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slider .slick-track {
    margin-left: -38vw;
  }
}
.p-topInterview__slider .slide-arrow {
  width: 97px;
  height: 97px;
  background-color: #000;
  border-radius: 97px;
  position: absolute;
  top: -100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slider .slide-arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slider .slide-arrow {
    width: 45px;
    height: 45px;
    top: -50px;
  }
}
.p-topInterview__slider .prev-arrow {
  right: 0;
  transform: translate(-210%, -50%);
}
@media (max-width: 1500px) {
  .p-topInterview__slider .prev-arrow {
    transform: translate(-150%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slider .prev-arrow {
    transform: translate(-210%, -50%);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slider .prev-arrow {
    transform: translate(-210%, -50%);
  }
}
.p-topInterview__slider .prev-arrow img {
  transform: rotate(180deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slider .prev-arrow img {
    width: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slider .prev-arrow img {
    width: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-topInterview__slider .prev-arrow:hover img {
    transform: rotate(180deg) translateX(10px);
  }
}
.p-topInterview__slider .next-arrow {
  right: 0;
  transform: translate(-80%, -50%);
}
@media (max-width: 1500px) {
  .p-topInterview__slider .next-arrow {
    transform: translate(-20%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slider .next-arrow {
    transform: translate(-80%, -50%);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slider .next-arrow {
    transform: translate(-80%, -50%);
  }
}
.p-topInterview__slider .next-arrow img {
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slider .next-arrow img {
    width: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slider .next-arrow img {
    width: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-topInterview__slider .next-arrow:hover img {
    transform: translateX(10px);
  }
}
.p-topInterview__slide {
  position: relative;
  display: block;
  padding-right: 90px;
  padding-bottom: 135px;
}
@media (max-width: 1400px) {
  .p-topInterview__slide {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide {
    padding-right: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide {
    padding-right: 38px;
    padding-bottom: 75px;
  }
}
.p-topInterview__slide-img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide-img {
    border-radius: 0 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-img {
    border-radius: 0 25px;
  }
}
.p-topInterview__slide-img img {
  border-radius: 0 50px 0 50px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide-img img {
    border-radius: 0 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-img img {
    border-radius: 0 25px;
  }
}
.p-topInterview__slide-img .moto {
  position: relative;
  z-index: 0;
}
.p-topInterview__slide-img .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-topInterview__slide-text {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide-text {
    bottom: 50px;
    right: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-text {
    bottom: 20px;
    right: 10px;
  }
}
.p-topInterview__slide-text .title {
  color: #fff;
  background-image: linear-gradient(to bottom, transparent 8%, #000 0);
  font-size: 1.875rem;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  padding: 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide-text .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-text .title {
    font-size: 0.9375rem;
    background-image: linear-gradient(to bottom, transparent 2%, #000 0);
  }
}
.p-topInterview__slide-text .title .c-green {
  color: #8be860;
  margin-left: 5px;
}
.p-topInterview__slide-text .text {
  font-size: min(1.6875rem, 1.4vw);
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 360px;
}
@media (max-width: 1500px) {
  .p-topInterview__slide-text .text {
    font-size: min(1.6875rem, 1.4vw);
    max-width: 310px;
  }
}
@media (max-width: 1400px) {
  .p-topInterview__slide-text .text {
    max-width: 330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide-text .text {
    font-size: 1.375rem;
    max-width: 305px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-text .text {
    max-width: 240px;
    font-size: min(0.9375rem, 4vw);
  }
}
.p-topInterview__slide-text .text span {
  display: inline;
  padding: 0 7px;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.p-topInterview__slide-text .name {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide-text .name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-text .name {
    font-size: min(0.9375rem, 4vw);
    padding-left: 7px;
    display: block;
    margin-top: 10px;
  }
}
.p-topInterview__slide-text .name small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topInterview__slide-text .name small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-text .name small {
    font-size: min(0.75rem, 3.2vw);
  }
}
.p-topInterview__slide-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ff9700;
  font-size: 1.25rem;
  font-weight: bold;
  z-index: 1;
  padding-right: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-link {
    font-size: min(0.75rem, 3.2vw);
    padding-right: 20px;
  }
}
.p-topInterview__slide-link::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 23px;
  background-image: url(../img/arrow-orange.svg);
  background-size: 100% 100%;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-link::after {
    width: 16px;
    height: auto;
    aspect-ratio: 30/23;
  }
}
.p-topInterview__slide-link span {
  padding-bottom: 2px;
  border-bottom: 3px solid #ff9700;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topInterview__slide-link span {
    border-bottom: 2px solid #ff9700;
  }
}
.p-topInterview__slide:hover .p-topInterview__slide-img img {
  transform: scale(1.1);
}
.p-topInterview__slide:hover .p-topInterview__slide-img .moto {
  z-index: -1;
}
.p-topInterview__slide:hover .p-topInterview__slide-img .hover {
  z-index: 1;
}
.p-topInterview__slide:hover .p-topInterview__slide-link::after {
  right: -10px;
}
.p-topInterview__btn a {
  margin: 0 auto;
}

.p-topMovie {
  padding: 120px 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topMovie {
    padding: 120px 0 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topMovie {
    padding: 45px 0 70px;
  }
}
.p-topMovie__inner {
  max-width: 1440px;
}
.p-topMovie__img {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 70px;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topMovie__img {
    border-radius: 5px;
    margin-bottom: 35px;
  }
}
.p-topMovie__img video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topMovie__img video {
    border-radius: 5px;
  }
}
.p-topMovie__btn a {
  margin: 0 auto;
}

.p-topNews {
  padding: 160px 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews {
    padding: 90px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews {
    padding: 70px 0 90px;
    background-image: url(../img/top/top-bgNews-sp.png);
    background-size: cover;
  }
}
.p-topNews__text {
  width: 42%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__text {
    width: 40%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__text {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__text-title {
    margin-bottom: 40px;
  }
}
.p-topNews__text-title .en {
  margin-right: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__text-title .en {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.p-topNews__text-title .ja {
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__text-btn a {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__text-btn a {
    width: 250px;
    height: 50px;
  }
}
.p-topNews__text-btn a span::before, .p-topNews__text-btn a span::after {
  width: 17px;
  height: 15px;
  right: -25px;
}
.p-topNews__list {
  width: 58%;
  border-top: 1px solid #a3aca5;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__list {
    width: 60%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-topNews__list-link {
  display: flex;
  padding: 25px 10px 25px 45px;
  border-bottom: 1px solid #a3aca5;
  gap: 50px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-topNews__list-link:hover {
    color: #FF9700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__list-link {
    padding: 25px 10px 25px 15px;
    gap: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__list-link {
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 0;
    line-height: 1.5;
  }
}
.p-topNews__list-link .date {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__list-link .date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__list-link .date {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-topNews__list-link .title {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__list-link .title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__list-link .title {
    width: 100%;
    font-size: 0.875rem;
  }
}

.p-topService__title {
  line-height: 1;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__title {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__title {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.p-topService__title .en {
  margin-right: 20px;
}
.p-topService__flex {
  gap: 43.5px;
  margin-bottom: 120px;
}
@media (max-width: 1500px) {
  .p-topService__flex {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__flex {
    gap: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__flex {
    gap: 60px;
    margin-bottom: 50px;
  }
}
.p-topService__box {
  position: relative;
  display: block;
  width: calc(33.33% - 29px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0 50px;
}
.p-topService__box + .p-topService__box {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box + .p-topService__box {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
.p-topService__box + .p-topService__box + .p-topService__box {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box + .p-topService__box + .p-topService__box {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
@media (max-width: 1500px) {
  .p-topService__box {
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box {
    width: calc(33.33% - 12px);
    border-radius: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box {
    width: 100%;
  }
}
.p-topService__box .title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background-color: #000;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 254px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 0 30px 0 0;
}
@media (max-width: 1500px) {
  .p-topService__box .title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .title {
    font-size: 1.25rem;
    width: 75%;
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .title {
    font-size: 0.9375rem;
    width: 127px;
    border-radius: 0 15px 0 0;
  }
}
.p-topService__box .img {
  border-radius: 0 50px 0 0;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .img {
    border-radius: 0 21px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .img {
    border-radius: 0 25px 0 0;
  }
}
.p-topService__box .img img {
  border-radius: 0 50px 0 0;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .img img {
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .img img {
    border-radius: 0 24px 0 0;
  }
}
.p-topService__box .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 0 50px;
  height: 72px;
  padding: 8px 0 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media (max-width: 1500px) {
  .p-topService__box .link {
    height: 60px;
    border-radius: 0 0 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .link {
    border-radius: 0 0 0 20px;
    height: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .link {
    border-radius: 0 0 0 25px;
    height: 50px;
  }
}
.p-topService__box .link-text {
  font-size: min(1.5rem, 1.35vw);
  font-weight: bold;
  padding-left: 100px;
  position: relative;
}
@media (max-width: 1700px) {
  .p-topService__box .link-text {
    font-size: min(1.2375rem, 1.35vw);
  }
}
@media (max-width: 1500px) {
  .p-topService__box .link-text {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .link-text {
    font-size: min(1.125rem, 1.5vw);
    padding-left: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .link-text {
    font-size: min(1.125rem, 4.8vw);
    padding-left: 70px;
  }
}
.p-topService__box .link-text::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 27%;
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .p-topService__box .link-text::before {
    left: 10px;
    top: 50%;
  }
}
.p-topService__box .link-text01::before {
  width: 55px;
  height: 85px;
  top: 10%;
  left: 30px;
  background-image: url(../img/top/service-icon01.png);
  background-size: 100% 100%;
}
@media (max-width: 1500px) {
  .p-topService__box .link-text01::before {
    width: 40px;
    height: auto;
    aspect-ratio: 55/85;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .link-text01::before {
    width: 30px;
    left: 10px;
    top: 30%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .link-text01::before {
    width: 40px;
    top: 10%;
  }
}
.p-topService__box .link-text02::before {
  width: 77px;
  height: 63px;
  background-image: url(../img/top/service-icon02.png);
  background-size: 100% 100%;
}
@media (max-width: 1500px) {
  .p-topService__box .link-text02::before {
    width: 45px;
    height: auto;
    aspect-ratio: 77/63;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .link-text02::before {
    width: 35px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .link-text02::before {
    width: min(55px, 14.66vw);
    top: 30%;
  }
}
.p-topService__box .link-text03::before {
  width: 66px;
  height: 66px;
  background-image: url(../img/top/service-icon03.png);
  background-size: 100% 100%;
}
@media (max-width: 1500px) {
  .p-topService__box .link-text03::before {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .link-text03::before {
    width: 35px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .link-text03::before {
    width: min(55px, 14.66vw);
    top: 30%;
  }
}
.p-topService__box .link-arrow {
  color: #ff9700;
  padding-right: 60px;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1700px) {
  .p-topService__box .link-arrow {
    font-size: min(1rem, 1.25vw);
    padding-right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .link-arrow {
    padding-right: 25px;
  }
}
.p-topService__box .link-arrow::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 23px;
  background-image: url(../img/arrow-orange.svg);
  background-size: 100% 100%;
  top: 55%;
  right: 23px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 1700px) {
  .p-topService__box .link-arrow::before {
    width: 20px;
    height: 15px;
    right: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__box .link-arrow::before {
    width: 15px;
    height: auto;
    aspect-ratio: 19/15;
    right: 6px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .link-arrow::before {
    width: 15px;
    height: auto;
    aspect-ratio: 19/15;
    right: 15px;
  }
}
.p-topService__box .link-arrow span {
  padding-bottom: 2px;
  border-bottom: 3px solid #ff9700;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__box .link-arrow span {
    font-size: 0.75rem;
    border-bottom: 2px solid #ff9700;
  }
}
@media screen and (min-width: 768px) {
  .p-topService__box:hover .link-arrow::before, .p-topService__box:focus .link-arrow::before {
    right: 13px;
  }
  .p-topService__box:hover .img img, .p-topService__box:focus .img img {
    transform: scale(1.1);
  }
}
.p-topService__bnr-box {
  width: 50%;
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-topService__bnr-box:hover .p-topService__bnr-img, .p-topService__bnr-box:focus .p-topService__bnr-img {
    transform: scale(1.1);
  }
  .p-topService__bnr-box:hover .p-topService__bnr-link::after, .p-topService__bnr-box:focus .p-topService__bnr-link::after {
    right: -10px;
  }
}
.p-topService__bnr-img {
  display: block;
  width: 100%;
  min-height: 430px;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__bnr-img {
    min-height: 460px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-img {
    min-height: unset;
    max-height: 400px;
  }
}
.p-topService__bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topService__bnr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}
.p-topService__bnr-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-title {
    margin-bottom: 10px;
  }
}
.p-topService__bnr-title .en {
  display: block;
  opacity: 0.5;
  font-size: 3.15rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__bnr-title .en {
    font-size: 3rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-title .en {
    font-size: 1.875rem;
    margin-bottom: 0;
    margin-bottom: 8px;
  }
}
.p-topService__bnr-title .ja {
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__bnr-title .ja {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-title .ja {
    font-size: 1.125rem;
  }
}
.p-topService__bnr-p {
  font-size: min(1.125rem, 1.305vw);
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__bnr-p {
    font-size: 1rem;
  }
  .p-topService__bnr-p br {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-p {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }
  .p-topService__bnr-p br {
    display: none;
  }
}
.p-topService__bnr-link {
  position: relative;
  color: #ff9700;
  font-size: 1.125rem;
  font-weight: bold;
  z-index: 1;
  display: inline-block;
  padding-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topService__bnr-link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-link {
    font-size: 0.75rem;
    padding-right: 20px;
  }
}
.p-topService__bnr-link::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 23px;
  background-image: url(../img/arrow-orange.svg);
  background-size: 100% 100%;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topService__bnr-link::after {
    width: 15px;
    height: 16px;
  }
}
.p-topService__bnr-link span {
  padding-bottom: 2px;
  border-bottom: 3px solid #ff9700;
}

.p-topContact {
  padding: 85px 0 80px;
  background-image: url(../img/top/contact-bg.webp);
  background-size: 100% 100%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact {
    background-image: url(../img/top/contact-bg-sp.png);
  }
}
.p-topContact__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__title {
    margin-bottom: 20px;
  }
}
.p-topContact__title .en {
  display: block;
  max-width: 660px;
  margin: 0 auto 34px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__title .en {
    margin-bottom: 10px;
  }
  .p-topContact__title .en img {
    display: block;
    height: 60px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__title .en {
    margin-bottom: 10px;
  }
  .p-topContact__title .en img {
    display: block;
    height: 45px;
    margin: 0 auto 0 0;
  }
}
.p-topContact__title .ja {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__title .ja {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__title .ja {
    font-size: 1.125rem;
    text-align: left;
  }
}
.p-topContact__flex {
  gap: 45px;
  max-width: 1600px;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__flex {
    gap: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__flex {
    gap: 40px;
  }
}
.p-topContact__link01 {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__link01 {
    width: 100%;
  }
}
.p-topContact__link02 {
  width: calc(50% - 45px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__link02 {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__link02 {
    width: 100%;
  }
}
.p-topContact__tel {
  pointer-events: none;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__tel {
    pointer-events: all;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__tel {
    pointer-events: all;
  }
}
.p-topContact__tel img {
  width: 100%;
}
.p-topContact__mail {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__mail {
    margin-bottom: 20px;
  }
}
.p-topContact__mail a {
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__mail a {
    font-size: 1.25rem;
    height: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__mail a {
    height: 60px;
    font-size: 1rem;
    max-width: 400px;
  }
}
.p-topContact__mail a span {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__mail a span {
    padding-left: 30px;
  }
}
.p-topContact__mail a span::before, .p-topContact__mail a span::after {
  right: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__mail a span::before, .p-topContact__mail a span::after {
    right: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__mail a span::before, .p-topContact__mail a span::after {
    right: 40px;
  }
}
.p-topContact__mail a b {
  font-weight: 600;
  position: relative;
}
.p-topContact__mail a b::before, .p-topContact__mail a b::after {
  content: "";
  position: absolute;
  width: 47px;
  height: auto;
  aspect-ratio: 47/38;
  background-image: url(../img/top/mail-icon.gif);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translate(-140%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topContact__mail a b::before, .p-topContact__mail a b::after {
    width: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topContact__mail a b::before, .p-topContact__mail a b::after {
    width: 24px;
  }
}
.p-topContact__mail a b::after {
  background-image: url(../img/top/mail-icon-orange.gif);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-topContact__mail a:hover b::before {
    opacity: 0;
  }
  .p-topContact__mail a:hover b::after {
    opacity: 1;
  }
}
.p-topContact__taxi {
  display: block;
  overflow: hidden;
}
.p-topContact__taxi img {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-topContact__taxi:hover img {
    transform: scale(1.05);
  }
}

.p-topEntry {
  padding: 100px 0 120px;
  background-image: url(../img/top/cv-entry.webp);
  background-size: cover;
  background-position: center;
  height: 500px;
}
@media (max-width: 1350px) {
  .p-topEntry {
    height: 450px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry {
    height: 400px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry {
    height: auto;
    padding: 70px 0 52px;
    background-image: url(../img/top/cv-entry-sp.webp);
    background-position: top;
  }
}
.p-topEntry__inner {
  max-width: 1640px;
}
.p-topEntry__title {
  line-height: 1;
  margin-bottom: 50px;
  color: #5ce3bb;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__title {
    align-items: flex-end;
    gap: 0;
    margin-bottom: 20px;
  }
  .p-topEntry__title .en {
    line-height: 0.7;
    font-size: min(3.75rem, 16vw);
  }
  .p-topEntry__title .ja {
    font-size: min(1.125rem, 4.8vw);
  }
}
.p-topEntry__flex {
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__flex {
    gap: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__flex {
    gap: 10px;
  }
}
.p-topEntry__tel {
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__tel {
    text-align: center;
  }
}
.p-topEntry__tel a {
  display: block;
  line-height: 1.25;
}
.p-topEntry__tel .text {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__tel .text {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__tel .text {
    font-size: 1.25rem;
  }
}
.p-topEntry__tel .text small {
  font-size: 1.375rem;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__tel .text small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__tel .text small {
    font-size: 0.875rem;
  }
}
.p-topEntry__tel .num {
  display: block;
  position: relative;
  padding-left: 55px;
  font-size: 3.75rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__tel .num {
    font-size: 3rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__tel .num {
    font-size: min(2.5rem, 10.66vw);
    padding-left: min(35px, 9vw);
  }
}
.p-topEntry__tel .num::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 51px;
  background-image: url(../img/top/tel-icon.gif);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__tel .num::before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__tel .num::before {
    width: 31px;
    height: 31px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__mail {
    width: 100%;
  }
}
.p-topEntry__mail a {
  width: 450px;
  height: 100px;
}
@media (max-width: 1210px) {
  .p-topEntry__mail a {
    width: 440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__mail a {
    width: 300px;
    height: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__mail a {
    width: calc(100% - 40px);
    max-width: 280px;
    height: 60px;
  }
}
.p-topEntry__mail a span {
  display: block;
  width: 100%;
  text-align: center;
}
.p-topEntry__mail a span::before, .p-topEntry__mail a span::after {
  right: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__mail a span::before, .p-topEntry__mail a span::after {
    right: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__mail a span::before, .p-topEntry__mail a span::after {
    right: 50px;
  }
}
.p-topEntry__mail a b {
  font-weight: 600;
  position: relative;
}
.p-topEntry__mail a b::before, .p-topEntry__mail a b::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 38px;
  background-image: url(../img/top/mail-icon.gif);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translate(-200%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topEntry__mail a b::before, .p-topEntry__mail a b::after {
    width: 30px;
    height: auto;
    aspect-ratio: 47/38;
    transform: translate(-150%, -50%);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topEntry__mail a b::before, .p-topEntry__mail a b::after {
    width: 24px;
    height: auto;
    aspect-ratio: 47/38;
    transform: translate(-170%, -50%);
  }
}
.p-topEntry__mail a b::after {
  background-image: url(../img/top/mail-icon-orange.gif);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-topEntry__mail a:hover b::before {
    opacity: 0;
  }
  .p-topEntry__mail a:hover b::after {
    opacity: 1;
  }
}

.p-kv {
  position: relative;
  padding-top: 120px;
  background-color: #F9FCF3;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.p-kv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/727;
  background-image: url(../img/company/bg01.png);
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.p-kv__block {
  position: relative;
  height: min(557px, 50vh);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__block {
    height: min(400px, 40vh);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__block {
    height: 190px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__block.img-none .p-kv__inner {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__block.img-none {
    height: min(300px, 30vh);
  }
}
.p-kv__block.img-none .p-kv__inner {
  top: 50%;
  transform: translateY(-50%);
}
.p-kv__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__inner {
    top: 100%;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__inner {
    top: 100%;
    transform: translateY(10px);
  }
}
.p-kv__title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.p-kv__title .en {
  font-size: min(9.375rem, 7.8125vw);
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__title .en {
    font-size: 5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__title .en {
    font-size: 3.75rem;
    word-break: break-all;
  }
  .p-kv__title .en.barrierfree {
    width: 280px;
  }
}
.p-kv__title .ja {
  font-size: min(2.25rem, 1.875vw);
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__title .ja {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__title .ja {
    font-size: 1.125rem;
  }
}
.p-kv__img {
  width: 62.5%;
  margin: 0 0 0 auto;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__img {
    width: 80%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__img {
    width: 80%;
  }
}
.p-kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__img img {
    border-radius: 0 0 0 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__img img {
    border-radius: 0 0 0 26px;
  }
}

.p-bread {
  position: relative;
  padding: 24px 0;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread {
    padding: 15px 0;
  }
}
.p-bread__list {
  gap: 10px 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread__list {
    gap: 6px 50px;
    line-height: 1.4;
  }
}
.p-bread__item {
  color: #151515;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread__item {
    font-size: 0.875rem;
  }
}
.p-bread__item a {
  display: block;
  position: relative;
  transition: 0.3s;
}
.p-bread__item a::after {
  content: "＞";
  position: absolute;
  right: -33px;
  color: #80ddbc;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-bread__item a:hover {
    color: #80ddbc;
  }
}

.p-about .c-inner {
  max-width: 1540px;
}
.p-about .c-title .en {
  font-size: min(7.2rem, 10.66667vw);
}
.p-about .bg-white {
  padding: 0px 10px 3px;
  background-image: linear-gradient(to bottom, transparent 5%, #fff 0);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-about .bg-white {
    padding: 0 8px 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-about .bg-white {
    padding: 0 5px 1px;
    line-height: 1.75;
  }
}
.p-about .bb {
  background-image: linear-gradient(to bottom, transparent 70%, #ffc20f 70%, #ffc20f 90%, transparent 90%);
}
.p-aboutBg01 {
  background-image: url(../img/about/bg01.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBg01 {
    background-image: url(../img/about/bg01-sp.webp);
  }
}
.p-aboutBg02 {
  background-image: url(../img/about/bg02.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBg02 {
    background-image: url(../img/about/bg02-sp.webp);
  }
}
.p-aboutBg03 {
  background-image: url(../img/about/bg03.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBg03 {
    background-image: url(../img/about/bg03-sp.webp);
  }
}
.p-aboutBg04 {
  background-image: url(../img/about/bg04.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBg04 {
    background-image: url(../img/about/bg04-sp.webp);
  }
}
.p-aboutBg05 {
  background-image: url(../img/about/bg05.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBg05 {
    background-image: url(../img/about/bg05-sp.webp);
  }
}
.p-aboutBg06 {
  background-image: url(../img/about/bg06.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBg06 {
    background-image: url(../img/about/bg06-sp.webp);
  }
}
.p-aboutBg07 {
  background-image: url(../img/about/bg07.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBg07 {
    background-image: url(../img/about/bg07-sp.webp);
  }
}
.p-aboutfixBtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutfixBtn {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutfixBtn {
    right: 15px;
    bottom: 20px;
  }
}
.p-aboutfixBtn__link {
  position: relative;
  display: block;
  width: 240px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 1500px) {
  .p-aboutfixBtn__link {
    width: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutfixBtn__link {
    width: 160px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutfixBtn__link {
    width: 120px;
  }
}
.p-aboutfixBtn__link-img01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .p-aboutfixBtn__link-img01 {
    width: 193px;
  }
}
.p-aboutfixBtn__link-img01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #000;
  z-index: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutfixBtn__link-img01 {
    width: 133px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutfixBtn__link-img01 {
    width: 100px;
  }
}
.p-aboutfixBtn__link-img01 img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-aboutfixBtn__link-img02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-animation: kaiten 20s linear 0s infinite;
          animation: kaiten 20s linear 0s infinite;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutfixBtn__link-img02 {
    width: auto;
    top: 49%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutfixBtn__link-img02 {
    width: auto;
    top: 49%;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutfixBtn__link:hover .p-aboutfixBtn__link-img01::before {
    background-color: #333;
  }
}

.p-aboutAbout {
  padding-top: 140px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout {
    padding-top: 90px;
  }
}
.p-aboutAbout__title {
  margin-bottom: 70px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__title {
    margin-bottom: 20px;
  }
}
.p-aboutAbout__title .en {
  display: block;
  max-width: 1050px;
  width: auto;
  max-height: 8.32vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__title .en {
    max-height: 52px;
  }
}
.p-aboutAbout__title .en img {
  width: auto;
  max-height: 8.32vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__title .en img {
    max-height: 52px;
  }
}
.p-aboutAbout__title .ja {
  display: block;
  margin-top: -27px;
  line-height: 1.6;
  font-size: min(4rem, 3.33vw);
  font-weight: 800;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__title .ja {
    margin-top: 1px;
    font-size: min(1.5rem, 6.4vw);
  }
}
.p-aboutAbout__title .ja .bg-white {
  padding: 0 10px;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__title .ja .bg-white {
    line-height: 1.75;
  }
}
.p-aboutAbout__title .ja .bb {
  font-size: min(5rem, 4.16vw);
  background-image: linear-gradient(to bottom, transparent 80%, #ffc20f 80%, #ffc20f 90%, transparent 90%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__title .ja .bb {
    font-size: 1.5rem;
  }
}
.p-aboutAbout__flex {
  gap: 2%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__flex {
    gap: 20px;
  }
}
.p-aboutAbout__text {
  width: 51%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__text {
    width: 100%;
  }
}
.p-aboutAbout__text-p {
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1630px) {
  .p-aboutAbout__text-p {
    font-size: min(1.5rem, 1.2vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutAbout__text-p {
    font-size: min(1rem, 1.44vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__text-p {
    font-size: min(1rem, 4vw);
    font-size: min(1rem, 4vw);
    margin-bottom: 10px;
  }
  .p-aboutAbout__text-p .bg-white {
    background-image: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    line-height: 1.6;
    background-color: #fff;
  }
}
.p-aboutAbout__img {
  width: 47%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__img {
    width: 100%;
  }
}
.p-aboutAbout__img img {
  border-radius: 0 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutAbout__img img {
    border-radius: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutAbout__img img {
    border-radius: 0 20px;
  }
}

.p-aboutBenefits {
  padding: 150px 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits {
    padding: 90px 0;
  }
}
.p-aboutBenefits__title {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__title {
    margin-bottom: 32px;
  }
}
.p-aboutBenefits__title .en {
  display: block;
  max-width: 1050px;
  width: auto;
  max-height: 8.32vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__title .en {
    max-height: 52px;
  }
}
.p-aboutBenefits__title .en img {
  width: auto;
  max-height: 8.32vw;
  transform: translateX(16px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__title .en img {
    max-height: 52px;
    transform: translateX(0px);
  }
}
.p-aboutBenefits__title .ja {
  display: block;
  margin-top: -20px;
  line-height: 1.5;
  font-size: min(5rem, 4.16vw);
  font-weight: 800;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__title .ja {
    margin-top: -8px;
    font-size: 1.5rem;
  }
}
.p-aboutBenefits__title .ja .bg-white {
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__title .ja .bg-white {
    line-height: 1.75;
  }
}
.p-aboutBenefits__title .ja small {
  font-size: min(4rem, 3.33vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__title .ja small {
    font-size: min(1.125rem, 4.2vw);
  }
}
.p-aboutBenefits__title .ja .bb {
  font-size: min(5rem, 4.16vw);
  background-image: linear-gradient(to bottom, transparent 80%, #ffc20f 80%, #ffc20f 90%, transparent 90%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__title .ja .bb {
    font-size: 1.5rem;
    background-image: linear-gradient(to bottom, transparent 70%, #ffc20f 70%, #ffc20f 90%, transparent 90%);
  }
}
.p-aboutBenefits__flex {
  gap: 40px;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__flex {
    gap: 16px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__flex {
    gap: 10px;
  }
}
.p-aboutBenefits__box {
  width: calc(25% - 30px);
  border-radius: 0 50px;
  background-color: #fff;
  padding: 0 0 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__box {
    border-radius: 0 20px;
    padding-bottom: 15px;
    width: calc(25% - 12px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__box {
    border-radius: 0 26px;
    padding-bottom: 20px;
    width: calc(50% - 5px);
  }
}
.p-aboutBenefits__box-title {
  display: block;
  background-color: #000;
  border-radius: 0 50px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  padding: 15px 20px 15px 24px;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__box-title {
    font-size: min(1.5rem, 1.25vw);
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__box-title {
    border-radius: 0 25px 0 0;
    font-size: min(0.9375rem, 4vw);
    padding: 10px 14px 10px 14px;
    margin-bottom: 15px;
  }
}
.p-aboutBenefits__box-title .c-green {
  color: #8BE860;
}
.p-aboutBenefits__box-img {
  display: block;
  max-height: 128px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__box-img {
    max-height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__box-img {
    max-height: 60px;
  }
}
.p-aboutBenefits__box-h {
  text-align: center;
  font-size: min(1.5rem, 1.25vw);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__box-h {
    font-size: min(0.9375rem, 4vw);
    margin-bottom: 0;
  }
}
.p-aboutBenefits__box-text {
  font-size: min(1rem, 1.14vw);
  font-weight: bold;
  padding: 0 24px 8px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__box-text {
    font-size: min(0.875rem, 1.75vw);
    padding: 0 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__box-text {
    font-size: 0.75rem;
    line-height: 1.6;
    margin-top: 4px;
    padding: 0 10px;
  }
}
.p-aboutBenefits__eds {
  max-width: 1420px;
  padding: 0 110px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds {
    padding: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-title {
    margin-bottom: 30px;
  }
}
.p-aboutBenefits__eds-title .en {
  display: block;
}
.p-aboutBenefits__eds-text {
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-text {
    gap: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-text {
    gap: 10px;
  }
}
.p-aboutBenefits__eds-text .lead {
  font-size: 2.4rem;
  font-weight: 800;
  width: 452px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-text .lead {
    width: 250px;
    font-size: min(1.5rem, 2.5vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-text .lead {
    width: 100%;
    font-size: min(1.5rem, 6.4vw);
  }
}
.p-aboutBenefits__eds-text .text {
  width: calc(100% - 482px);
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
}
.p-aboutBenefits__eds-text .text .bg-white {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 7px;
  display: inline;
  line-height: 1.6;
  background-color: #fff;
  background-image: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-text .text {
    width: calc(100% - 270px);
    font-size: min(1.125rem, 2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-text .text {
    width: 100%;
    font-size: min(1rem, 4vw);
  }
}
.p-aboutBenefits__eds-flex {
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-flex {
    gap: 18px;
  }
}
.p-aboutBenefits__eds-box {
  position: relative;
  display: block;
  width: calc(33.33% - 20px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-box {
    width: calc(33.33% - 12px);
    border-radius: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-box {
    width: 100%;
  }
}
.p-aboutBenefits__eds-box .taxi-img {
  border-radius: 0 50px 0 0;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-box .taxi-img {
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-box .taxi-img {
    border-radius: 0 25px 0 0;
  }
}
.p-aboutBenefits__eds-box .taxi-img img {
  border-radius: 0 50px 0 0;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-box .taxi-img img {
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-box .taxi-img img {
    border-radius: 0 20px 0 0;
  }
}
.p-aboutBenefits__eds-box .taxi-text {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 0 0 0 50px;
  height: 50px;
  padding: 5px 0 12px 90px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
}
@media (max-width: 1500px) {
  .p-aboutBenefits__eds-box .taxi-text {
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-box .taxi-text {
    font-size: min(1.125rem, 1.5vw);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 8px 0 12px 50px;
    border-radius: 0 0 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-box .taxi-text {
    font-size: min(1.125rem, 4.8vw);
    padding: 8px 0 12px 70px;
    height: 50px;
    border-radius: 0 0 0 25px;
  }
}
.p-aboutBenefits__eds-box .taxi-text::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 27%;
  transform: translateY(-50%);
}
.p-aboutBenefits__eds-box .taxi-text01::before {
  width: 40px;
  height: auto;
  aspect-ratio: 55/85;
  top: 15%;
  background-image: url(../img/top/service-icon01.gif);
  background-size: 100% 100%;
}
@media (max-width: 1500px) {
  .p-aboutBenefits__eds-box .taxi-text01::before {
    left: 30px;
    width: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-box .taxi-text01::before {
    width: 30px;
    left: 10px;
    top: 30%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-box .taxi-text01::before {
    width: 40px;
    top: 10%;
    left: 20px;
  }
}
.p-aboutBenefits__eds-box .taxi-text02::before {
  width: 56px;
  height: auto;
  aspect-ratio: 77/63;
  background-image: url(../img/top/service-icon02.gif);
  background-size: 100% 100%;
}
@media (max-width: 1500px) {
  .p-aboutBenefits__eds-box .taxi-text02::before {
    width: 45px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-box .taxi-text02::before {
    width: 35px;
    left: 10px;
    top: 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-box .taxi-text02::before {
    width: min(55px, 14.66vw);
    top: 30%;
    left: 10px;
  }
}
.p-aboutBenefits__eds-box .taxi-text03::before {
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/top/service-icon03.gif);
  background-size: 100% 100%;
}
@media (max-width: 1500px) {
  .p-aboutBenefits__eds-box .taxi-text03::before {
    width: 45px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutBenefits__eds-box .taxi-text03::before {
    left: 10px;
    width: 35px;
    top: 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutBenefits__eds-box .taxi-text03::before {
    width: min(55px, 14.66vw);
    top: 30%;
    left: 10px;
  }
}

.p-aboutDetail {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail {
    padding-bottom: 90px;
  }
}
.p-aboutDetail::before {
  content: "";
  position: absolute;
  width: calc(50vw + 870px);
  max-width: calc(100% - 110px);
  height: auto;
  aspect-ratio: 1832/303;
  bottom: 120px;
  left: 0;
  background-image: url(../img/about/detail-bg.webp);
  background-size: 100% 100%;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail::before {
    aspect-ratio: 5/3;
    max-width: 100%;
    max-height: 38%;
    bottom: 70px;
  }
}
.p-aboutDetail__inner {
  position: relative;
  z-index: 1;
  max-width: 1420px;
  padding: 0 110px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutDetail__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__inner {
    padding: 0 20px;
  }
}
.p-aboutDetail__title {
  margin-bottom: -20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__title {
    margin-bottom: -7px;
  }
  .p-aboutDetail__title .en {
    font-size: 2.625rem;
  }
}
.p-aboutDetail__box {
  position: relative;
  border-radius: 0 50px;
  border: 2px solid #000;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__box {
    border-radius: 0 26px;
  }
}
.p-aboutDetail__box::before {
  content: "";
  position: absolute;
  width: 592px;
  max-width: 50%;
  height: auto;
  aspect-ratio: 1185/166;
  background-image: url(../img/about/detail-text.webp);
  background-size: 100% 100%;
  bottom: -15px;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__box::before {
    bottom: -2px;
    max-width: 45%;
  }
}
.p-aboutDetail__box img {
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__box img {
    border-radius: 0 24px;
  }
}
.p-aboutDetail__box .c-btn {
  position: absolute;
  left: 3%;
  bottom: 10%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__box .c-btn {
    width: 43vw;
    bottom: 8%;
  }
}
.p-aboutDetail__box .c-btn a {
  height: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutDetail__box .c-btn a {
    height: 8vw;
    width: 39vw;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__box .c-btn a {
    height: 11vw;
    width: 100%;
    font-size: 0.8125rem;
  }
}
.p-aboutDetail__box .c-btn a .requirement::before, .p-aboutDetail__box .c-btn a .requirement::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 52px;
  background-image: url(../img/about/require-icon.svg);
  background-size: 100% 100%;
  left: -60px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutDetail__box .c-btn a .requirement::before, .p-aboutDetail__box .c-btn a .requirement::after {
    width: 30px;
    height: auto;
    aspect-ratio: 43/52;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutDetail__box .c-btn a .requirement::before, .p-aboutDetail__box .c-btn a .requirement::after {
    width: 18px;
    height: auto;
    aspect-ratio: 43/52;
    left: -17px;
  }
}
.p-aboutDetail__box .c-btn a .requirement::after {
  background-image: url(../img/about/require-icon-hover.svg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-aboutDetail__box .c-btn a:hover .requirement::before {
    opacity: 0;
  }
  .p-aboutDetail__box .c-btn a:hover .requirement::after {
    opacity: 1;
  }
}

.p-aboutEntry {
  padding: 40px 0;
  background-image: url(../img/about/cv-entry.webp);
  height: auto;
}
@media (min-width: 1800px) {
  .p-aboutEntry {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry {
    background-image: url(../img/top/cv-entry.webp);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry {
    background-image: url(../img/top/cv-entry-sp.webp);
  }
}
.p-aboutEntry__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__title {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.p-aboutEntry__title .en {
  color: #5ce3bb;
  font-size: min(9rem, 7.5vw);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__title .en {
    font-size: min(6rem, 9vw);
  }
}
.p-aboutEntry__title .ja {
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__title .ja {
    font-size: min(1.5rem, 4vw);
  }
}
.p-aboutEntry__title .ja .c-green {
  color: #5ce3bb;
}
.p-aboutEntry__flex {
  gap: 10px 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__flex {
    gap: 10px 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__flex {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__mail {
    width: 100%;
    max-width: 400px;
  }
}
.p-aboutEntry__mail a {
  line-height: 1.5;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 1400px) {
  .p-aboutEntry__mail a {
    width: 460px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__mail a {
    width: 330px;
    height: 80px;
    font-size: min(1.25rem, 2.5vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__mail a {
    width: 100%;
    height: 70px;
  }
}
.p-aboutEntry__mail a span::after, .p-aboutEntry__mail a span::before {
  right: -50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__mail.requirement a span {
    width: 128px;
  }
}
.p-aboutEntry__mail .requirement::before, .p-aboutEntry__mail .requirement::after {
  content: "";
  position: absolute;
  width: 43px;
  height: auto;
  aspect-ratio: 43/52;
  background-image: url(../img/about/require-icon.svg);
  background-size: 100% 100%;
  left: -60px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__mail .requirement::before, .p-aboutEntry__mail .requirement::after {
    width: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__mail .requirement::before, .p-aboutEntry__mail .requirement::after {
    width: 29px;
  }
}
.p-aboutEntry__mail .requirement::after {
  background-image: url(../img/about/require-icon-hover.svg);
  opacity: 0;
}
.p-aboutEntry__mail .entry::before, .p-aboutEntry__mail .entry::after {
  content: "";
  position: absolute;
  width: 43px;
  height: auto;
  aspect-ratio: 43/52;
  background-image: url(../img/about/mail-icon.svg);
  background-size: 100% 100%;
  left: -60px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__mail .entry::before, .p-aboutEntry__mail .entry::after {
    width: 30px;
    left: -30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__mail .entry::before, .p-aboutEntry__mail .entry::after {
    width: 33px;
  }
}
.p-aboutEntry__mail .entry::after {
  background-image: url(../img/about/mail-icon-orange.svg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-aboutEntry__mail.requirement:hover .requirement::before {
    opacity: 0;
  }
  .p-aboutEntry__mail.requirement:hover .requirement::after {
    opacity: 1;
  }
  .p-aboutEntry__mail.entry:hover .entry::before {
    opacity: 0;
  }
  .p-aboutEntry__mail.entry:hover .entry::after {
    opacity: 1;
  }
}
.p-aboutEntry__tel {
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__tel {
    text-align: center;
  }
}
.p-aboutEntry__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  gap: 30px;
  line-height: 1.25;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__tel a {
    gap: 20px;
    pointer-events: unset;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__tel a {
    flex-wrap: wrap;
    gap: 5px;
    pointer-events: unset;
  }
}
.p-aboutEntry__tel .text {
  display: block;
  font-size: min(2.5rem, 2vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__tel .text {
    font-size: min(1.5rem, 3vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__tel .text {
    font-size: 1.25rem;
  }
}
.p-aboutEntry__tel .text small {
  font-size: min(1.375rem, 1.145vw);
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__tel .text small {
    font-size: min(1rem, 2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__tel .text small {
    font-size: 0.875rem;
  }
}
.p-aboutEntry__tel .num {
  display: block;
  position: relative;
  padding-left: 55px;
  font-size: min(3.9375rem, 3.28vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__tel .num {
    font-size: min(2.5rem, 4.5vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__tel .num {
    font-size: min(2.5rem, 10.66vw);
    padding-left: min(35px, 9vw);
  }
}
.p-aboutEntry__tel .num::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 51px;
  background-image: url(../img/top/tel-icon.gif);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutEntry__tel .num::before {
    width: 35px;
    height: 35px;
    left: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__tel .num::before {
    width: 31px;
    height: 31px;
  }
}
.p-aboutEntry__tel small {
  font-size: 1.375rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutEntry__tel small {
    font-size: 0.875rem;
  }
}

.p-aboutFeatures {
  padding: 150px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures {
    padding: 90px 0 0;
  }
}
.p-aboutFeatures__title {
  margin-bottom: 170px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__title {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__title {
    margin-bottom: 60px;
  }
}
.p-aboutFeatures__title-img {
  max-width: 1050px;
  width: auto;
  max-height: 8.32vw;
  transform: translateX(16px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__title-img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    max-height: 52px;
    transform: translateX(0);
    max-width: calc(100vw - 20px);
  }
}
.p-aboutFeatures__title-text {
  margin-top: -30px;
  font-size: min(4.6rem, 3.84vw);
  font-weight: 800;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__title-text {
    margin-top: -1vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__title-text {
    margin-top: -8px;
    font-size: 1.5rem;
  }
}
.p-aboutFeatures__title-lead {
  font-weight: 800;
  font-size: min(2.5rem, 2.08vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__title-lead {
    font-size: min(1.125rem, 4.2vw);
  }
}
.p-aboutFeatures__block {
  margin-bottom: 120px;
  gap: 3%;
  position: relative;
}
.p-aboutFeatures__block::before {
  content: "";
  position: absolute;
  width: 52vw;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1012/580;
  background-image: url(../img/about/about-bg.webp);
  background-size: cover;
  left: calc(50% - 50vw);
  bottom: -30px;
  z-index: -1;
}
.p-aboutFeatures__block--02::before {
  left: auto;
  right: calc(50% - 50vw);
}
@media (max-width: 1630px) {
  .p-aboutFeatures__block {
    gap: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__block {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__block {
    gap: 20px;
    margin-bottom: 60px;
  }
}
.p-aboutFeatures__text {
  width: 47%;
}
@media (max-width: 1630px) {
  .p-aboutFeatures__text {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__text {
    width: 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__text {
    width: 100%;
  }
}
.p-aboutFeatures__text--02 {
  order: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__text--02 {
    order: 0;
  }
}
.p-aboutFeatures__text-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__text-title {
    margin-bottom: 10px;
  }
}
.p-aboutFeatures__text-title img {
  width: auto;
  max-height: 72px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__text-title img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    max-height: 40px;
  }
}
.p-aboutFeatures__text-lead {
  line-height: 1.6;
  font-size: min(2.8rem, 2.333vw);
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__text-lead {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-aboutFeatures__text-text {
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1630px) {
  .p-aboutFeatures__text-text {
    font-size: min(1.5rem, 1.2vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__text-text {
    font-size: min(1rem, 1.44vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__text-text {
    font-size: min(1rem, 4vw);
  }
  .p-aboutFeatures__text-text .bg-white {
    background-image: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    line-height: 1.6;
    background-color: #fff;
  }
}
.p-aboutFeatures__img {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__img {
    width: 48%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-aboutFeatures__img--02 {
  order: 1;
}
.p-aboutFeatures__img--02-slider {
  position: relative;
}
.p-aboutFeatures__img--02-slider .slide-arrow {
  position: absolute;
  background-color: #000;
  bottom: 40px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__img--02-slider .slide-arrow {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__img--02-slider .slide-arrow {
    width: 34px;
    height: 34px;
    bottom: 33px;
  }
}
.p-aboutFeatures__img--02-slider .slide-arrow img {
  border-radius: 0;
  box-shadow: none;
  width: 20px;
  height: auto;
  aspect-ratio: 44/31;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-aboutFeatures__img--02-slider .prev-arrow {
  right: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__img--02-slider .prev-arrow {
    right: 52px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__img--02-slider .prev-arrow {
    right: 45px;
  }
}
.p-aboutFeatures__img--02-slider .prev-arrow img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-aboutFeatures__img--02-slider .next-arrow {
  right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__img--02-slider .next-arrow {
    right: 6px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__img--02-slider .next-arrow {
    right: 6px;
  }
}
.p-aboutFeatures__img--02-slide-text {
  background-color: #fff;
  padding: 20px;
  height: 64px;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 600px;
  width: calc(100% - 20px);
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFeatures__img--02-slide-text {
    font-size: 1.75vw;
    height: 59px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__img--02-slide-text {
    width: 100%;
    height: 49px;
    padding: 15px 80px 15px 15px;
    font-size: min(1rem, 4vw);
  }
}
.p-aboutFeatures__img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__img img {
    border-radius: 0 20px;
  }
}
.p-aboutFeatures__slider {
  overflow: hidden;
}
.p-aboutFeatures__slider-inner {
  -webkit-animation: 15s linear 0s infinite slideAnime;
          animation: 15s linear 0s infinite slideAnime;
  display: flex;
  width: 200vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__slider-inner {
    width: 300vw;
  }
}
.p-aboutFeatures__slider-img {
  width: 31.25vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFeatures__slider-img {
    width: 40vw;
  }
}

@-webkit-keyframes slideAnime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes slideAnime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-aboutFaq {
  margin-bottom: 200px;
  padding-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFaq {
    padding-top: 90px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq {
    padding-top: 90px;
    margin-bottom: 90px;
  }
}
.p-aboutFaq__inner.c-inner {
  max-width: 1320px;
  padding: 0 110px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutFaq__inner.c-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__inner.c-inner {
    padding: 0 20px;
  }
}
.p-aboutFaq__title {
  margin-bottom: 68px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__title {
    margin-bottom: 40px;
  }
}
.p-aboutFaq__title .en {
  display: block;
}
.p-aboutFaq__block {
  margin-bottom: 5px;
}
.p-aboutFaq__q {
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 40px 60px 40px 120px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__q {
    font-size: 0.9375rem;
    line-height: 1.6;
    padding: 20px 50px;
  }
}
.p-aboutFaq__q::before, .p-aboutFaq__q::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #f7ba03;
  right: 30px;
  top: calc(50% - 1px);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__q::before, .p-aboutFaq__q::after {
    width: 20px;
    height: 2px;
    right: 15px;
  }
}
.p-aboutFaq__q::after {
  transform: rotate(90deg);
}
.p-aboutFaq__q.show::after {
  transform: rotate(0deg);
}
.p-aboutFaq__q p::before {
  content: "Q.";
  position: absolute;
  font-size: 3.125rem;
  font-weight: 800;
  color: #8be860;
  left: 80px;
  line-height: 1.25;
  top: 0;
  transform: translate(-50%, 23px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__q p::before {
    font-size: 1.5rem;
    left: 30px;
    transform: translate(-50%, 17px);
  }
}
.p-aboutFaq__a {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
  padding: 0 60px 0 120px;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__a {
    font-size: 0.875rem;
    padding: 0 19px 0 50px;
  }
}
.p-aboutFaq__a p {
  height: 0;
  transition: 0.3s;
}
.p-aboutFaq__a p::before {
  content: "A.";
  position: absolute;
  font-size: 3.125rem;
  font-weight: 800;
  color: #5ce3bb;
  left: 80px;
  top: 0;
  line-height: 1;
  transform: translate(-50%, 23px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__a p::before {
    font-size: 1.5rem;
    left: 30px;
    transform: translate(-50%, 17px);
  }
}
.p-aboutFaq__a.show {
  padding: 40px 60px 40px 120px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutFaq__a.show {
    padding: 20px 19px 20px 50px;
  }
}
.p-aboutFaq__a.show p {
  height: auto;
}

.p-aboutHiring {
  padding-bottom: 146px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring {
    padding-bottom: 90px;
  }
}
.p-aboutHiring__title {
  position: relative;
  padding-top: 75px;
  align-items: flex-end;
  margin-bottom: 80px;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring__title {
    margin-bottom: 60px;
    padding-top: 5vw;
    justify-content: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__title {
    gap: 10px;
    padding-top: 45px;
    margin-bottom: 40px;
    justify-content: center;
  }
}
.p-aboutHiring__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1735/164;
  background-image: url(../img/about/hiringdrivers.png);
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__title::before {
    aspect-ratio: 432/159;
    background-image: url(../img/about/hiringdrivers-sp.png);
    width: 220px;
    left: 50%;
    transform: translate(-50%, -29%);
  }
}
.p-aboutHiring__title-img {
  position: relative;
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 360/163;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring__title-img {
    width: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__title-img {
    width: 60px;
  }
}
.p-aboutHiring__title-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
  z-index: 1;
  line-height: 1;
  font-size: min(3.75rem, 3.6vw);
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient(to bottom, transparent 80%, #ffc20f 80%, #ffc20f 100%, transparent 100%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring__title-text {
    margin: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__title-text {
    font-size: 1.375rem;
    margin: 0;
  }
}
.p-aboutHiring__flex {
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring__flex {
    gap: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__flex {
    gap: 10px;
  }
}
.p-aboutHiring__box {
  width: calc(25% - 30px);
  border-radius: 0 50px;
  background-color: #fff;
  padding: 0 0 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring__box {
    border-radius: 0 20px;
    width: calc(25% - 16px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__box {
    border-radius: 0 26px;
    width: calc(50% - 5px);
    padding-bottom: 15px;
  }
}
.p-aboutHiring__box-title {
  display: block;
  background-color: #000;
  border-radius: 0 48px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px 20px 15px 24px;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring__box-title {
    border-radius: 0 19px 0 0;
    font-size: min(1.5rem, 1.4vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__box-title {
    margin-bottom: 15px;
    padding: 10px 14px 10px 14px;
    border-radius: 0 24px 0 0;
    font-size: min(0.9375rem, 4vw);
  }
}
.p-aboutHiring__box-title .c-green {
  color: #8BE860;
}
.p-aboutHiring__box-img {
  display: block;
  max-width: 181px;
  max-height: 146px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutHiring__box-img {
    max-height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__box-img {
    max-height: 60px;
  }
}
.p-aboutHiring__box-text {
  text-align: center;
  font-size: min(1.5rem, 1.4vw);
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHiring__box-text {
    font-size: min(1rem, 5vw);
  }
}

.p-aboutIncome {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutIncome {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome {
    padding-bottom: 90px;
  }
}
.p-aboutIncome__inner.c-inner {
  max-width: 1200px;
  padding: 0 110px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutIncome__inner.c-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__inner.c-inner {
    padding: 0 20px;
  }
}
.p-aboutIncome__title {
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__title {
    margin-bottom: 30px;
  }
}
.p-aboutIncome__title .en {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__title .en {
    font-size: 2.625rem;
  }
}
.p-aboutIncome__block {
  align-items: center;
  margin-bottom: 45px;
}
.p-aboutIncome__img {
  width: 46%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__img {
    width: 100%;
  }
}
.p-aboutIncome__img img {
  border-radius: 0 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.p-aboutIncome__text {
  width: 54%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__text {
    width: 100%;
  }
}
.p-aboutIncome__text-title {
  width: calc(100% + 50px);
  margin-left: -50px;
  margin-bottom: 13px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__text-title {
    width: calc(100% - 20px);
    margin-top: -90px;
    margin-left: 20px;
  }
}
.p-aboutIncome__text-title .bg-black {
  font-size: 1.2rem;
  font-weight: 500;
  background-image: linear-gradient(to bottom, transparent 5%, #000 0);
  color: #fff;
  padding: 5px 10px 7px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutIncome__text-title .bg-black {
    font-size: 1.25rem;
    font-size: min(1.25rem, 3vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__text-title .bg-black {
    font-size: 0.875rem;
  }
}
.p-aboutIncome__text-lead {
  font-size: min(2.8rem, 2.333vw);
  font-weight: 800;
  width: calc(100% + 50px);
  margin-bottom: 25px;
  margin-left: -50px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutIncome__text-lead {
    font-size: min(2.25rem, 4.5vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__text-lead {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
}
.p-aboutIncome__text-text {
  font-size: min(1.2rem, 1.2vw);
  font-weight: bold;
  width: calc(100% + 50px);
  margin-left: -50px;
  line-height: 1.75;
}
.p-aboutIncome__text-text .bg-white {
  background-image: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.6;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutIncome__text-text {
    font-size: min(1rem, 1.8vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__text-text {
    width: calc(100% - 20px);
    margin-left: 20px;
    font-size: min(1rem, 4vw);
  }
}
.p-aboutIncome__text-name {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutIncome__text-name {
    font-size: min(1rem, 1.8vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutIncome__text-name {
    font-size: 1rem;
  }
}

.p-aboutInterview {
  padding-top: 140px;
}
.p-aboutInterview .p-topInterview__inner {
  max-width: calc(770px + 50vw);
}

.p-aboutMessage {
  padding: 120px 0 150px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMessage {
    padding: 60px 0 90px;
  }
}
.p-aboutMessage__inner.c-inner {
  max-width: 1420px;
  padding: 0 110px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutMessage__inner.c-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMessage__inner.c-inner {
    padding: 0 20px;
  }
}
.p-aboutMessage__title {
  padding-left: 100px;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMessage__title {
    padding-left: 20px;
    margin-bottom: -45px;
  }
}
.p-aboutMessage__title .en {
  display: block;
}
.p-aboutMessage__text {
  background-color: #fff;
  padding: calc(5vw + 44px) 100px 81px;
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMessage__text {
    padding: calc(6vw + 40px) 20px 40px;
    border-radius: 0 20px;
  }
}
.p-aboutMessage__text-text {
  font-size: 1.2rem;
}
@media (max-width: 1630px) {
  .p-aboutMessage__text-text {
    font-size: min(1.2rem, 1.2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMessage__text-text {
    font-size: 0.9375rem;
  }
}

.p-aboutMv {
  padding-top: 120px;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutMv {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMv {
    padding-top: 80px;
    margin-bottom: 60px;
  }
}
.p-aboutMv__100vh {
  position: absolute;
  width: 0;
  height: 100vh;
  max-height: calc(56.25vw + 120px);
  min-height: 40vw;
  left: 0;
  top: 0;
}
.p-aboutMv__scroll {
  position: absolute;
  left: 34px;
  bottom: 10%;
  width: 14px;
  z-index: 10;
  -webkit-animation-name: scrollanime;
          animation-name: scrollanime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutMv__scroll {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMv__scroll {
    display: none;
  }
}
.p-aboutMv__img {
  position: relative;
  width: calc(50vw + 870px);
  max-width: calc(100% - 90px);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutMv__img {
    max-width: calc(100% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMv__img {
    max-width: calc(100% - 20px);
  }
}
.p-aboutMv__img img {
  width: 100%;
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMv__img img {
    border-radius: 0 0 0 20px;
  }
}
.p-aboutMv__text {
  position: absolute;
  width: 910px;
  max-width: 50vw;
  left: 35px;
  bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutMv__text {
    max-width: 80vw;
    left: 10px;
    bottom: -5px;
  }
}
.p-aboutMv__text img {
  border-radius: 0;
}

.p-aboutNo1 {
  position: relative;
}
.p-aboutNo1__bg {
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutNo1__bg {
    height: 350px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__bg {
    height: 300px;
  }
}
.p-aboutNo1__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__bg img {
    -o-object-position: top;
       object-position: top;
  }
}
.p-aboutNo1__title {
  position: absolute;
  top: 0;
  left: max(50vw - 850px, 110px);
  transform: translateY(-28px);
  max-width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutNo1__title {
    left: 20px;
    transform: translateY(-18px);
    max-width: 60%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__title {
    left: 20px;
    transform: translateY(-3px);
    max-width: 70%;
  }
}
.p-aboutNo1__text {
  position: absolute;
  bottom: 40px;
  left: max(50vw - 850px, 110px);
  font-weight: 800;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutNo1__text {
    left: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__text {
    left: 20px;
  }
}
.p-aboutNo1__text .text {
  display: block;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(4rem, 3.33vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__text .text {
    font-size: min(1.25rem, 5.33vw);
  }
}
.p-aboutNo1__text .so img {
  max-width: 320px;
  width: 16vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__text .so img {
    margin-bottom: 1px;
    width: min(30vw, 130px);
  }
}
.p-aboutNo1__text .bg-white {
  padding: 0 20px 3px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__text .bg-white {
    padding: 0 10px;
  }
}
.p-aboutNo1__text .bg-black {
  background-image: linear-gradient(to bottom, transparent 5%, #000 0);
  padding: 0 20px 3px;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__text .bg-black {
    padding: 0 10px;
    margin-bottom: 3px;
  }
}
.p-aboutNo1__text .c-yellow {
  color: #ffc20f;
}
.p-aboutNo1__text .font-l {
  font-size: min(7.5rem, 6.25vw);
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutNo1__text .font-l {
    font-size: min(2rem, 8vw);
  }
}

.p-aboutReason {
  padding: 150px 0 55px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutReason {
    padding-top: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason {
    padding: 60px 0;
  }
}
.p-aboutReason__title {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutReason__title {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__title {
    margin-bottom: 60px;
  }
}
.p-aboutReason__title .en {
  display: block;
  max-width: 1050px;
  width: auto;
  max-height: 8.32vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__title .en {
    max-height: 52px;
  }
}
.p-aboutReason__title .en img {
  width: auto;
  max-height: 8.32vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__title .en img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    max-height: 52px;
  }
}
.p-aboutReason__title .ja {
  display: block;
  margin-top: -20px;
  line-height: 1;
  font-size: min(5rem, 4.16vw);
  font-weight: 800;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__title .ja {
    margin-top: -8px;
    font-size: 1.5rem;
  }
}
.p-aboutReason__title .ja .bg-white {
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__title .ja .bg-white {
    line-height: 1.75;
  }
}
.p-aboutReason__title .ja small {
  font-size: min(4rem, 3.33vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__title .ja small {
    font-size: min(1.125rem, 4.2vw);
  }
}
.p-aboutReason__title .ja .font-l {
  font-size: min(6.5rem, 5.5vw);
}
.p-aboutReason__title .ja .bb {
  background-image: linear-gradient(to bottom, transparent 80%, #ffc20f 80%, #ffc20f 90%, transparent 90%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__title .ja .bb {
    background-image: linear-gradient(to bottom, transparent 70%, #ffc20f 70%, #ffc20f 90%, transparent 90%);
  }
}
.p-aboutReason__block {
  margin-bottom: 120px;
  gap: 3%;
  align-items: center;
  position: relative;
}
.p-aboutReason__block::before {
  content: "";
  position: absolute;
  width: 52vw;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1012/490;
  background-image: url(../img/about/about-bg.webp);
  background-size: cover;
  left: calc(50% - 50vw);
  bottom: -30px;
  z-index: -1;
}
.p-aboutReason__block--02::before {
  left: auto;
  right: calc(50% - 50vw);
}
@media (max-width: 1630px) {
  .p-aboutReason__block {
    gap: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutReason__block {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__block {
    gap: 20px;
    margin-bottom: 60px;
  }
}
.p-aboutReason__text {
  width: 47%;
}
@media (max-width: 1630px) {
  .p-aboutReason__text {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutReason__text {
    width: 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__text {
    width: 100%;
    order: 2;
  }
}
.p-aboutReason__text--02 {
  order: 2;
}
.p-aboutReason__text-title {
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__text-title {
    margin-bottom: 10px;
  }
}
.p-aboutReason__text-title img {
  width: auto;
  max-height: 57.6px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__text-title img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    max-height: 40px;
  }
}
.p-aboutReason__text-lead {
  font-size: min(2.8rem, 2.333vw);
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__text-lead {
    font-size: min(1rem, 4vw);
    margin-bottom: 20px;
  }
}
.p-aboutReason__text-lead .font-l {
  font-size: min(4rem, 3.2vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__text-lead .font-l {
    font-size: min(1.5rem, 6.4vw);
  }
}
.p-aboutReason__text-text {
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
}
@media (max-width: 1630px) {
  .p-aboutReason__text-text {
    font-size: min(1.5rem, 1.2vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutReason__text-text {
    font-size: min(1.5rem, 1.46vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__text-text {
    font-size: min(1rem, 4vw);
  }
  .p-aboutReason__text-text .bg-white {
    background-image: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    line-height: 1.6;
    background-color: #fff;
  }
}
.p-aboutReason__img {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutReason__img {
    width: 48%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__img {
    width: 100%;
    order: 2;
    margin-bottom: 20px;
  }
}
.p-aboutReason__img--02 {
  order: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__img--02 {
    order: 2;
  }
}
.p-aboutReason__img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutReason__img img {
    border-radius: 0 20px;
  }
}

.p-aboutSupport {
  padding: 150px 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutSupport {
    padding: 90px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport {
    padding: 60px 0;
  }
}
.p-aboutSupport__title {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutSupport__title {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__title {
    margin-bottom: 60px;
  }
}
.p-aboutSupport__title .en {
  display: block;
  max-width: 1050px;
  width: auto;
  max-height: 8.32vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__title .en {
    max-height: 52px;
  }
}
.p-aboutSupport__title .en img {
  width: auto;
  max-height: 8.32vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__title .en img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    max-height: 52px;
  }
}
.p-aboutSupport__title .ja {
  display: block;
  margin-top: -20px;
  line-height: 1.5;
  font-size: min(5rem, 4.16vw);
  font-weight: 800;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__title .ja {
    margin-top: -8px;
    font-size: 1.5rem;
  }
}
.p-aboutSupport__title .ja small {
  font-size: min(4rem, 3.33vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__title .ja small {
    font-size: min(1.125rem, 4.2vw);
  }
}
.p-aboutSupport__title .ja .font-l {
  font-size: min(6.5rem, 5.5vw);
}
.p-aboutSupport__title .ja .bb {
  background-image: linear-gradient(to bottom, transparent 80%, #ffc20f 80%, #ffc20f 90%, transparent 90%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__title .ja .bb {
    background-image: linear-gradient(to bottom, transparent 70%, #ffc20f 70%, #ffc20f 90%, transparent 90%);
  }
}
.p-aboutSupport__block {
  margin-bottom: 120px;
  gap: 3%;
  align-items: center;
  position: relative;
}
.p-aboutSupport__block::before {
  content: "";
  position: absolute;
  width: 52vw;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1012/440;
  background-image: url(../img/about/about-bg.webp);
  background-size: cover;
  left: calc(50% - 50vw);
  bottom: -30px;
  z-index: -1;
}
.p-aboutSupport__block--02::before {
  left: auto;
  right: calc(50% - 50vw);
}
@media (max-width: 1630px) {
  .p-aboutSupport__block {
    gap: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutSupport__block {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__block {
    gap: 20px;
    margin-bottom: 60px;
  }
}
.p-aboutSupport__text {
  width: 47%;
}
@media (max-width: 1630px) {
  .p-aboutSupport__text {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutSupport__text {
    width: 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__text {
    width: 100%;
    order: 0;
  }
}
.p-aboutSupport__text--02 {
  order: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__text--02 {
    order: 0;
  }
}
.p-aboutSupport__text-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__text-title {
    margin-bottom: 10px;
  }
}
.p-aboutSupport__text-title img {
  width: auto;
  max-height: 57.6px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__text-title img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    max-height: 40px;
  }
}
.p-aboutSupport__text-lead {
  font-size: min(2.8rem, 2.333vw);
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__text-lead {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-aboutSupport__text-text {
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
}
@media (max-width: 1630px) {
  .p-aboutSupport__text-text {
    font-size: min(1.5rem, 1.2vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutSupport__text-text {
    font-size: min(1rem, 1.44vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__text-text {
    font-size: min(1rem, 4vw);
  }
  .p-aboutSupport__text-text .bg-white {
    background-image: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    line-height: 1.6;
    background-color: #fff;
  }
}
.p-aboutSupport__img {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutSupport__img {
    width: 48%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-aboutSupport__img--02 {
  order: 1;
}
.p-aboutSupport__img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__img img {
    border-radius: 0 20px;
  }
}
.p-aboutSupport__bottom {
  text-align: center;
  font-weight: 800;
}
.p-aboutSupport__bottom .bg-white {
  font-size: min(3rem, 2.5vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__bottom .bg-white {
    font-size: min(1.25rem, 6vw);
    background-color: #fff;
  }
}
.p-aboutSupport__bottom .bg-black {
  font-size: min(4.2rem, 3.5vw);
  background-image: linear-gradient(to bottom, transparent 10%, #000 0);
  padding: 0 20px 3px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__bottom .bg-black {
    font-size: min(1.5rem, 6.5vw);
    background-color: #000;
    line-height: 1.05;
    padding: 5px 20px;
  }
}
.p-aboutSupport__bottom .font-l {
  font-size: min(6.2rem, 5.16vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutSupport__bottom .font-l {
    font-size: min(2.25rem, 10vw);
  }
}
.p-aboutSupport__bottom .c-yellow {
  color: #ffc20f;
}

.p-company .bg-white {
  padding: 0px 10px 3px;
  background-image: linear-gradient(to bottom, transparent 5%, #fff 0);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company .bg-white {
    padding: 0 8px 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company .bg-white {
    padding: 0 5px 1px;
  }
}
.p-company .bb {
  background-image: linear-gradient(to bottom, transparent 70%, #ffc20f 70%, #ffc20f 95%, transparent 95%);
}
.p-company__message {
  padding: 160px 0 120px;
  background-image: url(../img/company/bg02.webp);
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message {
    padding: 90px 0 80px;
  }
}
.p-company__message-inner {
  max-width: 1220px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__message-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message-inner {
    padding: 0 20px;
  }
}
.p-company__message-title {
  margin-bottom: 90px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message-title {
    margin-bottom: 70px;
  }
}
.p-company__message-img {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message-img {
    margin-bottom: 30px;
  }
}
.p-company__message-img img {
  border-radius: 0px 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message-img img {
    border-radius: 0 26px;
  }
}
.p-company__message-text {
  width: 100%;
}
.p-company__message-lead {
  text-align: center;
  font-size: min(2.25rem, 2.1vw);
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__message-lead {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message-lead {
    font-size: max(1.125rem, 4vw);
    margin-bottom: 30px;
  }
}
.p-company__message-p {
  font-size: min(max(1rem, 0.9375vw), 1.125rem);
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}
.p-company__message-p .bg-white {
  -webkit-box-decoration-break: clone;
  padding: 0 7px;
  display: inline;
  line-height: 1.6;
  background-color: #fff;
  background-image: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__message-p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message-p {
    font-size: max(2.5vw, 0.875rem);
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    line-height: 1.8;
  }
}
.p-company__message-name {
  text-align: right;
  font-weight: bold;
  font-size: 1.25rem;
}
.p-company__message-name .name {
  font-size: 1.875rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__message-name {
    font-size: 0.875rem;
  }
  .p-company__message-name .name {
    font-size: 1.125rem;
  }
}
.p-company__outline {
  padding: 120px 0 160px;
  background-image: url(../img/company/bg03.webp);
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__outline {
    padding: 60px 0 90px;
  }
}
.p-company__outline-inner {
  max-width: 1220px;
}
.p-company__outline-title {
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__outline-title {
    margin-bottom: 60px;
  }
}
.p-company__outline-title .ja {
  left: 0;
  transform: translateX(0);
}
.p-company__outline-table table {
  width: 100%;
}
.p-company__outline-table tr {
  display: flex;
  margin-bottom: 8px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__outline-table tr {
    flex-wrap: wrap;
    margin-bottom: 4px;
  }
}
.p-company__outline-table th {
  width: 280px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__outline-table th {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding: 5px 20px;
  }
}
.p-company__outline-table td {
  width: calc(100% - 280px);
  background-color: #fff;
  padding: 30px;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__outline-table td {
    width: 100%;
    padding: 10px 20px;
    font-size: 0.9375rem;
  }
}
.p-company__access {
  padding: 110px 0 175px;
  background-image: url(../img/company/bg04.webp);
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-company__access-title {
  margin-bottom: 90px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-title {
    margin-bottom: 60px;
  }
}
.p-company__access-inner {
  max-width: calc(50vw + 900px);
  padding-left: 110px;
  margin: 0 0 220px auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-inner {
    max-width: 100%;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 120px;
  }
}
.p-company__access-flex {
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-flex {
    gap: 30px;
  }
}
.p-company__access-text {
  width: calc(100% - 57vw);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-text {
    width: 100%;
  }
}
.p-company__access-text-name {
  font-size: min(3.5rem, 2.916vw);
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-text-name {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}
.p-company__access-text-address {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-text-address {
    margin-bottom: 20px;
  }
}
.p-company__access-text-address .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 0px 10px 1px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: min(1.25rem, 1.45vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-text-address .title {
    font-size: min(1.25rem, 2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-text-address .title {
    font-size: min(1rem, 4.6vw);
  }
}
.p-company__access-text-address .text {
  line-height: 2;
  font-size: min(1.25rem, 1.45vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-text-address .text {
    font-size: min(1.25rem, 2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-text-address .text {
    font-size: min(1rem, 4.6vw);
  }
}
.p-company__access-text-station .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 0px 10px 1px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: min(1.25rem, 1.45vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-text-station .title {
    font-size: min(1.25rem, 2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-text-station .title {
    font-size: min(1rem, 4.6vw);
  }
}
.p-company__access-text-station .text {
  line-height: 2;
  font-size: min(1.25rem, 1.45vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-text-station .text {
    font-size: min(1.25rem, 2vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-text-station .text {
    font-size: min(1rem, 4.6vw);
  }
}
.p-company__access-map {
  width: 57vw;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-map {
    width: 100%;
  }
}
.p-company__access-map iframe {
  width: 100%;
  border-radius: 0 0 0 50px;
  height: min(690px, 40vw);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-map iframe {
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 0 0 0 26px;
  }
}
.p-company__access-movie-flex {
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-movie-flex {
    gap: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-movie-flex {
    gap: 80px;
  }
}
.p-company__access-movie-box {
  position: relative;
  width: calc(50% - 40px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-movie-box {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-movie-box {
    width: 100%;
  }
}
.p-company__access-movie-box .title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background-color: #000;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-align: center;
  padding: 11px 24px 10px;
  border-radius: 0 30px 0 0;
}
@media (max-width: 1500px) {
  .p-company__access-movie-box .title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-company__access-movie-box .title {
    font-size: 1.25rem;
    width: 75%;
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-movie-box .title {
    font-size: 0.9375rem;
    width: 200px;
    border-radius: 0 15px 0 0;
  }
}
.p-company__access-movie-box video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-company__access-movie-box video {
    border-radius: 0 20px;
  }
}

.page-interview {
  background-image: url(../img/news/bg.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}

.p-interview {
  position: relative;
  padding: 160px 0 180px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview {
    padding: 120px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview {
    padding: 120px 0;
  }
}
.p-interview::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 384/135;
  background-image: url(../img/news/bg-deco.webp);
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}
.p-interview .c-inner {
  max-width: 1540px;
}
.p-interview__flex {
  gap: 80px 57px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__flex {
    gap: 80px 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__flex {
    gap: 40px;
  }
}
.p-interview__box {
  position: relative;
  display: block;
  width: calc(33.33% - 38px);
  padding-right: 35px;
  padding-bottom: 135px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__box {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 5px 75px;
  }
}
.p-interview__box-img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__box-img {
    border-radius: 0 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-img {
    border-radius: 0 25px;
  }
}
.p-interview__box-img img {
  border-radius: 0 50px 0 50px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__box-img img {
    border-radius: 0 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-img img {
    border-radius: 0 25px;
  }
}
.p-interview__box-img .moto {
  position: relative;
  z-index: 0;
}
.p-interview__box-img .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-interview__box-text {
  position: absolute;
  bottom: 40px;
  right: 0px;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-text {
    bottom: 20px;
  }
}
.p-interview__box-text .title {
  color: #fff;
  background-image: linear-gradient(to bottom, transparent 8%, #000 0);
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  padding: 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__box-text .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-text .title {
    font-size: 0.9375rem;
    background-image: linear-gradient(to bottom, transparent 2%, #000 0);
  }
}
.p-interview__box-text .title .c-green {
  color: #8be860;
  margin-left: 5px;
}
.p-interview__box-text .text {
  font-size: min(1.6875rem, 1.4vw);
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 360px;
}
@media (max-width: 1500px) {
  .p-interview__box-text .text {
    font-size: min(1.875rem, 1.5vw);
    max-width: 310px;
  }
}
@media (max-width: 1400px) {
  .p-interview__box-text .text {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__box-text .text {
    font-size: 1.375rem;
    max-width: 305px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-text .text {
    max-width: 250px;
    font-size: min(1rem, 4.2667vw);
  }
}
.p-interview__box-text .text span {
  display: inline;
  padding: 0 7px;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.p-interview__box-text .name {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__box-text .name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-text .name {
    font-size: min(0.9375rem, 4vw);
    padding-left: 7px;
  }
}
.p-interview__box-text .name small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interview__box-text .name small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-text .name small {
    font-size: min(0.75rem, 3.2vw);
  }
}
.p-interview__box-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ff9700;
  font-size: 1.25rem;
  font-weight: bold;
  z-index: 1;
  padding-right: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-link {
    font-size: min(0.75rem, 3.2vw);
    padding-right: 20px;
  }
}
.p-interview__box-link::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 23px;
  background-image: url(../img/arrow-orange.svg);
  background-size: 100% 100%;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-link::after {
    width: 16px;
    height: auto;
    aspect-ratio: 30/23;
  }
}
.p-interview__box-link span {
  padding-bottom: 2px;
  border-bottom: 3px solid #ff9700;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interview__box-link span {
    border-bottom: 2px solid #ff9700;
  }
}
.p-interview__box:hover .p-interview__box-img img {
  transform: scale(1.1);
}
.p-interview__box:hover .p-interview__box-img .moto {
  z-index: -1;
}
.p-interview__box:hover .p-interview__box-img .hover {
  z-index: 1;
}
.p-interview__box:hover .p-interview__box-link::after {
  right: -10px;
}

.page-interviewSingle {
  background-image: url(../img/interview/bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .page-interviewSingle {
    background-image: url(../img/news/bg.png);
  }
}
.page-interviewSingle .p-kv {
  position: relative;
  z-index: 1;
  background-color: unset;
}
.page-interviewSingle .p-kv::before {
  display: none;
}
.page-interviewSingle .p-kv__inner {
  width: 60%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-interviewSingle .p-kv__inner {
    top: 70%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .page-interviewSingle .p-kv__inner {
    top: 70%;
    width: 100%;
  }
}
.page-interviewSingle .p-kv__block {
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .page-interviewSingle .p-kv__block {
    height: 50.667vw;
  }
}

.p-kv__text--interviewSingle {
  position: relative;
  z-index: 1;
}
.p-kv__text--interviewSingle .title {
  color: #fff;
  background-image: linear-gradient(to bottom, transparent 8%, #000 0);
  font-size: min(1.875rem, 1.5625vw);
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__text--interviewSingle .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__text--interviewSingle .title {
    font-size: min(1.5rem, 4vw);
    background-image: linear-gradient(to bottom, transparent 2%, #000 0);
    padding: 3px 10px 0;
    margin-bottom: 7px;
  }
}
.p-kv__text--interviewSingle .title .c-green {
  color: #8be860;
  margin-left: 5px;
}
.p-kv__text--interviewSingle .text {
  font-size: min(3.5rem, 2.916vw);
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .p-kv__text--interviewSingle .text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__text--interviewSingle .text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__text--interviewSingle .text {
    font-size: min(1.375rem, 5.8667vw);
  }
}
.p-kv__text--interviewSingle .text .bg-white {
  display: inline-block;
  padding: 0 7px;
  background-image: linear-gradient(to bottom, transparent 10%, #fff 0);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__text--interviewSingle .text .bg-white {
    background-image: linear-gradient(to bottom, transparent 7%, #fff 0);
  }
}
.p-kv__text--interviewSingle .text .bb {
  background-image: linear-gradient(to bottom, transparent 70%, #ffc20f 70%, #ffc20f 90%, transparent 90%);
}
.p-kv__text--interviewSingle .name {
  font-size: min(1.875rem, 1.5625vw);
  font-weight: bold;
  line-height: 1;
  padding-left: 7px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__text--interviewSingle .name {
    font-size: min(0.9375rem, 4vw);
  }
}
.p-kv__text--interviewSingle .name small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__text--interviewSingle .name small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__text--interviewSingle .name small {
    font-size: min(0.75rem, 3.2vw);
  }
}

.p-kv__img--interviewSingle {
  width: 66%;
  position: relative;
  height: 100%;
  margin: 0 0 0 auto;
  aspect-ratio: 57/36;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv__img--interviewSingle {
    width: 80%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__img--interviewSingle {
    width: 80%;
  }
}
.p-kv__img--interviewSingle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__img--interviewSingle img {
    border-radius: 0 0 0 26px;
  }
}

.p-interviewSingle {
  padding: 160px 0 180px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: bottom;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: url(../img/interview/bg-deco-sp.webp);
    aspect-ratio: 800/3511;
  }
}
.p-interviewSingle .bg-white {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 7px;
  display: inline;
  line-height: 1.6;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle .bg-white {
    padding: 0 8px 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle .bg-white {
    padding: 0 5px 1px;
    line-height: 1.75;
  }
}
.p-interviewSingle__inner {
  position: relative;
  z-index: 1;
  max-width: 1760px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__content {
    padding-top: 20px;
  }
}
.p-interviewSingle__block01 {
  max-width: 1000px;
  margin: 0 auto 130px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block01 {
    margin-bottom: 60px;
  }
}
.p-interviewSingle__block01-title {
  margin-bottom: 30px;
  font-size: 2.25rem;
  font-weight: 800;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block01-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block01-title {
    margin-bottom: 15px;
    font-size: min(1.25rem, 5.334vw);
    line-height: 1.6;
    gap: 5px;
  }
}
.p-interviewSingle__block01-title .bg-black {
  padding: 10px 8px 14px;
  color: #fff;
  background-color: #000;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block01-title .bg-black {
    padding: 0 3px;
    line-height: 1.5;
  }
}
.p-interviewSingle__block01-title .text {
  display: block;
}
.p-interviewSingle__block01-title .bg-white {
  padding: 6px 7px 3px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block01-title .bg-white {
    padding: 1px 7px 0;
    line-height: 1.6;
  }
}
.p-interviewSingle__block01-p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block01-p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block01-p {
    font-size: min(0.875rem, 3.734vw);
    line-height: 1.8;
    margin-bottom: 16px;
  }
}
.p-interviewSingle__block02 {
  margin-bottom: 130px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02 {
    margin-bottom: 60px;
  }
}
.p-interviewSingle__block02-flex {
  align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block02-flex {
    gap: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-flex {
    gap: 20px;
  }
}
.p-interviewSingle__block02-img {
  width: calc(49% - 40px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block02-img {
    width: calc(49% - 30px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-img {
    width: 100%;
  }
}
.p-interviewSingle__block02-img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-img img {
    border-radius: 0 20px;
  }
}
.p-interviewSingle__block02-text {
  width: 51%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-text {
    width: 100%;
  }
}
.p-interviewSingle__block02-title {
  margin-bottom: 30px;
  font-size: 2.25rem;
  font-weight: 800;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block02-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-title {
    margin-bottom: 15px;
    font-size: min(1.25rem, 5.334vw);
    line-height: 1.6;
    gap: 5px;
  }
}
.p-interviewSingle__block02-title .bg-black {
  padding: 10px 8px 14px;
  color: #fff;
  background-color: #000;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-title .bg-black {
    padding: 0 3px;
    line-height: 1.5;
  }
}
.p-interviewSingle__block02-title .text {
  display: block;
}
.p-interviewSingle__block02-title .bg-white {
  padding: 6px 7px 3px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-title .bg-white {
    padding: 1px 7px 0;
    line-height: 1.6;
  }
}
.p-interviewSingle__block02-p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block02-p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-p {
    font-size: min(0.875rem, 3.734vw);
    line-height: 1.8;
    margin-bottom: 16px;
  }
}
.p-interviewSingle__block02-p:has(+ .p-interviewSingle__block02-title) {
  margin-bottom: 72px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block02-p:has(+ .p-interviewSingle__block02-title) {
    margin-bottom: 40px;
  }
}
.p-interviewSingle__block03 {
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03 {
    margin-bottom: 60px;
  }
}
.p-interviewSingle__block03-title {
  margin-bottom: 30px;
  font-size: 2.25rem;
  font-weight: 800;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block03-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03-title {
    margin-bottom: 15px;
    font-size: min(1.25rem, 5.334vw);
    line-height: 1.6;
    gap: 5px;
  }
}
.p-interviewSingle__block03-title .bg-black {
  padding: 10px 8px 14px;
  color: #fff;
  background-color: #000;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03-title .bg-black {
    padding: 0 3px;
    line-height: 1.5;
  }
}
.p-interviewSingle__block03-title .text {
  display: block;
}
.p-interviewSingle__block03-title .bg-white {
  padding: 6px 7px 3px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03-title .bg-white {
    padding: 1px 7px 0;
    line-height: 1.6;
  }
}
.p-interviewSingle__block03-p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-interviewSingle__block03-p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03-p {
    font-size: min(0.875rem, 3.734vw);
    line-height: 1.8;
    margin-bottom: 16px;
  }
}
.p-interviewSingle__block03-p:has(+ .p-interviewSingle__block03-title) {
  margin-bottom: 72px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03-p:has(+ .p-interviewSingle__block03-title) {
    margin-bottom: 40px;
  }
}
.p-interviewSingle__block03-img {
  margin-top: 80px;
  margin-bottom: 64px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-interviewSingle__block03-img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__block03-img img {
    border-radius: 0 20px;
  }
}
.p-interviewSingle__btn a {
  margin: 0 auto;
  padding-left: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__btn a {
    padding-left: 30px;
  }
}
.p-interviewSingle__btn a span::before, .p-interviewSingle__btn a span::after {
  left: -55px;
  right: auto;
  transform: translate(0%, -50%) rotate(180deg);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-interviewSingle__btn a span::before, .p-interviewSingle__btn a span::after {
    left: -30px;
  }
}

.page-news {
  background-image: url(../img/news/bg.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
.page-news .p-kv__block {
  height: min(400px, 40vh);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-news .p-kv__block {
    height: min(300px, 30vh);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .page-news .p-kv__block {
    height: min(300px, 15vh);
  }
}

.p-news {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news {
    padding-bottom: 60px;
  }
}
.p-news__inner {
  max-width: 1240px;
}
.p-news__bg {
  padding: 80px 100px;
  background-color: #fff;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-news__bg {
    padding: 80px 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__bg {
    padding: 30px 15px;
    margin-bottom: 24px;
  }
}
.p-news__list {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.p-news__link {
  display: flex;
  padding: 30px 50px 30px 40px;
  border-bottom: 1px solid #d6d8d1;
  gap: 50px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news__link:hover {
    color: #FF9700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-news__link {
    padding: 25px 10px 25px 15px;
    gap: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__link {
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 0;
  }
}
.p-news__link .date {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-news__link .date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__link .date {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-news__link .title {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-news__link .title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__link .title {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-news__pagination .pagination {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__pagination .pagination {
    gap: 13px;
  }
}
.p-news__pagination .pagination .page-numbers {
  font-family: "Outfit", sans-serif;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__pagination .pagination .page-numbers {
    width: 20px;
    height: 20px;
    font-size: 1rem;
  }
}
.p-news__pagination .pagination .page-numbers.dots {
  width: 10px;
}
.p-news__pagination .pagination .current {
  width: 70px;
  height: 70px;
  background-color: #000;
  color: #fff;
  border-radius: 70px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__pagination .pagination .current {
    width: 40px;
    height: 40px;
  }
}
.p-news__pagination .pagination .prev, .p-news__pagination .pagination .next {
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #000;
  border-radius: 70px;
  border: 1px solid #000;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__pagination .pagination .prev, .p-news__pagination .pagination .next {
    width: 40px;
    height: 40px;
  }
  .p-news__pagination .pagination .prev img, .p-news__pagination .pagination .next img {
    width: 16px;
    height: auto;
    aspect-ratio: 11/8;
  }
}
.p-news__pagination .pagination .prev {
  position: relative;
}
.p-news__pagination .pagination .prev::before {
  content: "";
  position: absolute;
  width: 25.5px;
  height: auto;
  aspect-ratio: 255/199;
  background-image: url(../img/news/arrow-prev.svg);
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__pagination .pagination .prev::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__pagination .pagination .prev:hover::before {
    left: calc(50% - 10px);
  }
}
.p-news__pagination .pagination .next {
  position: relative;
}
.p-news__pagination .pagination .next::before {
  content: "";
  position: absolute;
  width: 25.5px;
  height: auto;
  aspect-ratio: 255/199;
  background-image: url(../img/news/arrow-next.svg);
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__pagination .pagination .next::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__pagination .pagination .next:hover::before {
    left: calc(50% + 10px);
  }
}

.page-newsSingle {
  background-image: url(../img/news/bgSingle.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
}
.page-newsSingle .p-kv__block {
  height: min(400px, 40vh);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-newsSingle .p-kv__block {
    height: min(300px, 30vh);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .page-newsSingle .p-kv__block {
    height: min(300px, 15vh);
  }
}

.p-newsSingle {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle {
    padding-bottom: 60px;
  }
}
.p-newsSingle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 384/135;
  background-image: url(../img/news/bg-deco.webp);
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}
.p-newsSingle__inner {
  position: relative;
  max-width: 1240px;
}
.p-newsSingle__bg {
  padding: 80px 100px 70px;
  background-color: #fff;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__bg {
    padding: 80px 60px 70px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bg {
    padding: 40px 15px 10px;
    margin-bottom: 40px;
  }
}
.p-newsSingle__date {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__date {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-newsSingle__title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.p-newsSingle__contents img {
  margin-bottom: 60px;
  border-radius: 0 50px;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__contents img {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents img {
    margin-bottom: 20px;
    border-radius: 0 30px;
  }
}
.p-newsSingle__contents h1, .p-newsSingle__contents h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__contents h1, .p-newsSingle__contents h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents h1, .p-newsSingle__contents h2 {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}
.p-newsSingle__contents h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__contents h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.p-newsSingle__contents h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__contents h4 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents h4 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-newsSingle__contents h5 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__contents h5 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents h5 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-newsSingle__contents h6 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__contents h6 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents h6 {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
.p-newsSingle__contents p {
  font-size: 1.125rem;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__contents p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents p {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.p-newsSingle__contents p:has(+ p) {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents p:has(+ p) {
    margin-bottom: 25px;
  }
}
.p-newsSingle__contents ul {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents ul {
    margin-bottom: 30px;
  }
}
.p-newsSingle__contents ul li {
  padding-left: 20px;
  font-size: 1.125rem;
  position: relative;
}
.p-newsSingle__contents ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ff9600;
  left: 5px;
  top: 54%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents ul li {
    font-size: 0.875rem;
  }
}
.p-newsSingle__contents ol {
  padding-left: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents ol {
    margin-bottom: 30px;
  }
}
.p-newsSingle__contents ol li {
  font-size: 1.125rem;
  list-style: auto;
  list-style-position: inside;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__contents ol li {
    font-size: 0.875rem;
  }
}
.p-newsSingle__contents a {
  color: #ff9600;
  text-decoration: underline;
}
.p-newsSingle__contents a[target=_blank] {
  padding-right: 30px;
  position: relative;
  display: inline;
}
.p-newsSingle__contents a[target=_blank]::before {
  content: "";
  position: absolute;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/blank.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 10px;
  bottom: 5px;
}
.p-newsSingle__bottom-flex {
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__bottom-flex {
    gap: 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-flex {
    gap: 9px;
  }
}
.p-newsSingle__bottom-btn {
  width: calc(33.33% - 20px);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__bottom-btn {
    width: calc(33.33% - 10px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn {
    width: calc(33.33% - 6px);
  }
}
.p-newsSingle__bottom-btn a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 1.4125rem;
  font-weight: bold;
  border-radius: 70px;
  border: 2px solid #000;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__bottom-btn a {
    height: 80px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn a {
    font-size: 0.875rem;
    height: 50px;
    border: 1px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .p-newsSingle__bottom-btn a:hover {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.prev a {
    padding-left: 20px;
  }
}
.p-newsSingle__bottom-btn.prev a::before {
  content: "";
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 41/32;
  background-image: url(../img/arrow-black.svg);
  background-size: 100% 100%;
  left: 38px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__bottom-btn.prev a::before {
    left: 20px;
    width: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.prev a::before {
    width: 17px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-newsSingle__bottom-btn.prev a:hover::before {
    background-image: url(../img/arrow-white.svg);
    left: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.next a {
    padding-right: 20px;
  }
}
.p-newsSingle__bottom-btn.next a::before {
  content: "";
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 41/32;
  background-image: url(../img/arrow-black.svg);
  background-size: 100% 100%;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-newsSingle__bottom-btn.next a::before {
    right: 20px;
    width: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.next a::before {
    width: 17px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-newsSingle__bottom-btn.next a:hover::before {
    background-image: url(../img/arrow-white.svg);
    right: 30px;
  }
}

.page-entry {
  background-image: url(../img/entry/bg.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F9FCF3;
  position: relative;
  z-index: 0;
}
.page-entry .p-kv__block {
  height: min(400px, 40vh);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-entry .p-kv__block {
    height: min(300px, 30vh);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .page-entry .p-kv__block {
    height: min(300px, 15vh);
  }
}

.p-entry__guideline {
  padding-top: 30px;
  padding-bottom: 173px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__guideline {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.p-entry__guideline-inner {
  max-width: 1240px;
  padding: 0 20px;
}
.p-entry__guideline-title {
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__guideline-title {
    margin-bottom: 60px;
  }
}
.p-entry__guideline-table table {
  width: 100%;
}
.p-entry__guideline-table tr {
  display: flex;
  margin-bottom: 8px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__guideline-table tr {
    flex-wrap: wrap;
  }
}
.p-entry__guideline-table th {
  width: 280px;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-entry__guideline-table th {
    width: 200px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__guideline-table th {
    width: 100%;
    padding: 5px 20px;
    font-size: 1rem;
    justify-content: left;
  }
}
.p-entry__guideline-table td {
  width: calc(100% - 280px);
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #fff;
  padding: 40px 40px 40px 30px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-entry__guideline-table td {
    width: calc(100% - 200px);
    padding: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__guideline-table td {
    width: 100%;
    font-size: 0.9375rem;
    padding: 10px 20px;
  }
}
.p-entry__guideline-table td p + p {
  margin-top: 20px;
}
.p-entry__guideline-table td li {
  position: relative;
  padding-left: 20px;
}
.p-entry__guideline-table td li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #ff9700;
  left: 0;
  top: 15px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__guideline-table td li::before {
    top: 9px;
  }
}
.p-entry__form {
  padding: 100px 0 180px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form {
    padding: 60px 0 90px;
  }
}
.p-entry__form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 384/259;
  background-image: url(../img/entry/bg-entryform.webp);
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-entry__form-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  padding: 0 20px;
}
.p-entry__form-title {
  margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-title {
    margin-bottom: 60px;
  }
}
.p-entry__form-steps {
  margin-bottom: 60px;
  display: flex;
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-steps {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
.p-entry__form-step {
  width: calc(33.33% - 40px);
  position: relative;
  height: 114px;
  background-color: #F9FCF3;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-step {
    width: calc(33.33% - 8px);
    height: 66px;
    border-radius: 0 25px;
  }
}
.p-entry__form-step p {
  opacity: 0.5;
}
.p-entry__form-step .en {
  font-size: 1.875rem;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-step .en {
    font-size: 1rem;
  }
}
.p-entry__form-step .ja {
  font-size: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-step .ja {
    font-size: 0.9375rem;
  }
}
.p-entry__form-step .c-green {
  margin-left: 5px;
}
.p-entry__form-step.current {
  background-color: #000;
  color: #fff;
}
.p-entry__form-step.current p {
  opacity: 1;
}
.p-entry__form-step.current .c-green {
  color: #8BE860;
}
.p-entry__form-step01::before, .p-entry__form-step02::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #000;
  top: calc(50% - 1px);
  right: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-step01::before, .p-entry__form-step02::before {
    width: 30px;
  }
}
.p-entry__form-bg {
  background-color: #fff;
  padding: 60px 100px 74px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-entry__form-bg {
    padding: 60px 40px 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-bg {
    padding: 40px 20px 40px;
  }
}
.p-entry__form-lead {
  margin-bottom: 80px;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-lead {
    margin-bottom: 60px;
  }
}
.p-entry__form-lead .text {
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-lead .text {
    margin-bottom: 20px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-entry__form-lead .attention {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-lead .attention {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.p-entry__form-lead .attention .hissu {
  background-color: #ff9700;
  color: #fff;
  padding: 0 4px 2px;
  margin-right: 8px;
}
.p-entry__form-lead .attention .op05 {
  opacity: 0.5;
}
.p-entry__form-contents {
  margin-bottom: 65px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-contents {
    margin-bottom: 32px;
  }
}
.p-entry__form-row {
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-row {
    gap: 12px;
  }
  .p-entry__form-row01 {
    margin-bottom: 60px;
    gap: 32px;
  }
  .p-entry__form-row02 {
    margin-bottom: 40px;
  }
  .p-entry__form-row03 {
    margin-bottom: 54px;
  }
  .p-entry__form-row04 {
    margin-bottom: 60px;
    gap: 32px;
  }
  .p-entry__form-row05 {
    margin-bottom: 40px;
  }
  .p-entry__form-row06 {
    margin-bottom: 40px;
  }
  .p-entry__form-row07 {
    margin-bottom: 60px;
    gap: 32px;
  }
  .p-entry__form-row08 {
    margin-bottom: 40px;
  }
}
.p-entry__form-head {
  width: calc(31% - 20px);
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-head {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-entry__form-head.pt0 {
  padding-top: 0;
  margin-top: -5px;
}
.p-entry__form-head .hissu {
  background-color: #ff9700;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 5px 1px;
  margin-right: 8px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-head .hissu {
    font-size: 0.875rem;
  }
}
.p-entry__form-head .nini {
  background-color: #F1F3F2;
  color: #707070;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 5px 1px;
  margin-right: 8px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-head .nini {
    font-size: 0.875rem;
  }
}
.p-entry__form-content {
  width: 69%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-content {
    width: 100%;
  }
}
.p-entry__form-content input, .p-entry__form-content textarea {
  padding: 20px 30px;
  background-color: #F9FCF3;
  border: 1px solid #000000;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-content input, .p-entry__form-content textarea {
    padding: 15px 20px;
  }
}
.p-entry__form-content input::-moz-placeholder, .p-entry__form-content textarea::-moz-placeholder {
  color: #A7A7A7;
}
.p-entry__form-content input::placeholder, .p-entry__form-content textarea::placeholder {
  color: #A7A7A7;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-content input::-moz-placeholder, .p-entry__form-content textarea::-moz-placeholder {
    font-size: 0.9375rem;
  }
  .p-entry__form-content input::placeholder, .p-entry__form-content textarea::placeholder {
    font-size: 0.9375rem;
  }
}
.p-entry__form-content .postal {
  display: inline-block;
  width: 120px;
  margin-left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-content .postal {
    margin-bottom: 10px;
  }
}
.p-entry__form-content .date {
  width: 280px;
}
.p-entry__form-content.contact .wpcf7-form-control {
  display: flex;
  margin-top: 15px;
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-content.contact .wpcf7-form-control {
    margin-top: 0;
  }
}
.p-entry__form-content-flex {
  display: flex;
  gap: 10px;
}
.p-entry__form-select {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-select {
    font-size: 0.875rem;
    gap: 5px;
  }
}
.p-entry__form-select .select {
  position: relative;
  cursor: pointer;
  width: 140px;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-select .select {
    width: 100%;
  }
  .p-entry__form-select .select .error {
    white-space: nowrap;
  }
}
.p-entry__form-select .select::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  right: 10px;
  top: 32px;
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-select .select::before {
    top: 22px;
  }
}
.p-entry__form-select select {
  padding: 20px 76px 20px 30px;
  background-color: #F9FCF3;
  border: 1px solid #000000;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-select select {
    padding: 10px 30px 10px 10px;
  }
}
.p-entry__form-select .wpcf7-list-item {
  margin-bottom: 12px;
}
.p-entry__form .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.p-entry__form .wpcf7-list-item input[type=radio] {
  display: none;
}
.p-entry__form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p-entry__form .wpcf7-list-item-label {
  position: relative;
  padding-left: 38px;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form .wpcf7-list-item-label {
    font-size: 0.875rem;
    margin-bottom: 0px;
    padding-left: 30px;
  }
}
.p-entry__form .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #000000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.p-entry__form .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: #ff9700;
  top: 50%;
  left: 0px;
  transform: translate(50%, -50%);
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
  }
}
.p-entry__form input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-entry__form-privacy {
  text-align: center;
  margin-bottom: 37px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-privacy {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .p-entry__form-privacy > p {
    text-align: left;
  }
}
.p-entry__form-privacy .mwform-checkbox-field-text {
  font-weight: bold;
}
.p-entry__form-privacy a {
  position: relative;
  display: inline-block;
  color: #ff9700;
  text-decoration: underline;
  padding-right: 20px;
}
.p-entry__form-privacy a::after {
  content: "";
  position: absolute;
  width: 11px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/blank.gif);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translate(-20%, -40%);
}
.p-entry__form-privacy-check {
  margin-top: 10px;
}
.p-entry__form-privacy-check input[type=checkbox] {
  display: none;
}
.p-entry__form-privacy-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-privacy-check .wpcf7-list-item-label {
    padding-left: 32px;
  }
}
.p-entry__form-privacy-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid #000000;
  border-radius: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-privacy-check .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
  }
}
.p-entry__form-privacy-check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  border-bottom: 3px solid #ff9700;
  border-left: 3px solid #ff9700;
  border-radius: 0;
  background-color: unset;
  top: 50%;
  left: 0px;
  transform: translate(30%, -80%) rotate(-45deg);
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-privacy-check .wpcf7-list-item-label::after {
    transform: translate(20%, -80%) rotate(-45deg);
  }
}
.p-entry__form-privacy-check .privacy:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-entry__form-submit {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-submit {
    max-width: 250px;
  }
}
.p-entry__form-submit .btn {
  position: relative;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-entry__form-submit .btn:hover:has(> p > input)::before {
    opacity: 0;
  }
  .p-entry__form-submit .btn:hover:has(> p > input)::after {
    background-image: url(../img/arrow-orange.svg);
  }
  .p-entry__form-submit .btn:hover input {
    color: #ff9700;
  }
}
.p-entry__form-submit .btn:has(> p > input) {
  border: 1px solid #ff9700;
}
.p-entry__form-submit .btn:has(> p > input)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(to right, #F7BB06, #FBA903, #FF9600);
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s;
}
.p-entry__form-submit .btn:has(> p > input)::after {
  content: "";
  position: absolute;
  width: 41px;
  height: auto;
  aspect-ratio: 41/32;
  background-image: url(../img/arrow-white.svg);
  background-size: 100% 100%;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-submit .btn:has(> p > input)::after {
    width: 17px;
  }
}
.p-entry__form-submit .btn.back::after {
  left: 40px;
  right: auto;
  transform: translate(0%, -50%) rotate(180deg);
}
.p-entry__form-submit .btn input {
  position: relative;
  padding: 30px;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100px;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-submit .btn input {
    padding: 10px;
    font-size: 1rem;
    height: 50px;
  }
}
.p-entry__form-submit .wpcf7-spinner {
  display: none;
}
.p-entry__form-bottom {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-entry__form-bottom {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-bottom {
    padding: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.p-entry__form-bottom p a {
  color: #ff9700;
  text-decoration: underline;
}

.p-entry__form--confirm .p-entry__form-row {
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form--confirm .p-entry__form-row {
    margin-bottom: 40px;
    gap: 12px;
  }
}
.p-entry__form--confirm .p-entry__form-head {
  padding-top: 0;
}
.p-entry__form--confirm .p-entry__form-select {
  font-size: 1rem;
}
.p-entry__form--confirm .p-entry__form-select .select::before {
  opacity: 0;
}
.p-entry__form--confirm .p-entry__form-privacy-check {
  pointer-events: none;
}
.p-entry__form--confirm .p-entry__form-submit {
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form--confirm .p-entry__form-submit {
    flex-wrap: wrap;
  }
}
.p-entry__form--confirm .p-entry__form-submit .btn:has(> p > input) {
  max-width: 300px;
  min-width: calc(40% - 10px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form--confirm .p-entry__form-submit .btn:has(> p > input) {
    max-width: 100%;
    min-width: unset;
    width: 300px;
  }
}

.p-entry__form-contents--thanks {
  text-align: center;
  margin-bottom: 0;
}
.p-entry__form-contents--thanks p {
  margin-bottom: 60px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-entry__form-contents--thanks p {
    margin-bottom: 32px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-entry__form-contents--thanks .p-complete__btn a {
  margin: 0 auto;
}

.page-404 .p-kv {
  padding-top: 90px;
}

.p-page404 {
  background-color: #F9FCF3;
  padding: 60px 0 120px;
}
.p-page404__inner {
  position: relative;
  max-width: 1020px;
  z-index: 1;
}
.p-page404__message {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
.p-page404__btn a {
  width: 400px;
  height: 80px;
  margin: 0 auto;
}

.page-page .p-kv__block {
  height: min(400px, 40vh);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .page-page .p-kv__block {
    height: min(300px, 20vh);
  }
}

.p-page {
  padding: 110px 0px 140px;
  background-color: #F9FCF3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page {
    padding: 60px 0 90px;
  }
}
.p-page__title {
  font-size: 4rem;
}
.p-page__block {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 90px;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block {
    padding: 0px;
  }
}
.p-page__block img {
  margin-bottom: 60px;
  border-radius: 0 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-page__block img {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block img {
    margin-bottom: 20px;
    border-radius: 0 30px;
  }
}
.p-page__block h1, .p-page__block h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-page__block h1, .p-page__block h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block h1, .p-page__block h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-page__block h3, .p-page__block h4 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-page__block h3, .p-page__block h4 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block h3, .p-page__block h4 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-page__block h5, .p-page__block h6 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block h5, .p-page__block h6 {
    font-size: 1.125rem;
  }
}
.p-page__block p {
  font-size: 1.125rem;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-page__block p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block p {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
}
.p-page__block ul {
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block ul {
    margin-bottom: 30px;
  }
}
.p-page__block ul li {
  padding-left: 20px;
  font-size: 1.125rem;
  position: relative;
}
.p-page__block ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ff9600;
  left: 5px;
  top: 54%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block ul li {
    font-size: 0.875rem;
  }
}
.p-page__block ol {
  padding-left: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block ol {
    margin-bottom: 30px;
  }
}
.p-page__block ol li {
  font-size: 1.125rem;
  list-style: auto;
  list-style-position: inside;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-page__block ol li {
    font-size: 0.875rem;
  }
}
.p-page__block a {
  color: #ff9600;
  text-decoration: underline;
}
.p-page__block a[target=_blank] {
  padding-right: 30px;
  position: relative;
}
.p-page__block a[target=_blank]::before {
  content: "";
  position: absolute;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/blank.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 10px;
  bottom: 5px;
}
.p-page__inner {
  max-width: 1120px;
}

.p-fixBtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 200;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-fixBtn {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-fixBtn {
    right: 10px;
    bottom: 20px;
  }
}
.p-fixBtn__link {
  position: relative;
  display: block;
  width: 213px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-fixBtn__link {
    width: 160px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-fixBtn__link {
    width: 136px;
  }
}
.p-fixBtn__link-img01 {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-fixBtn__link-img01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: linear-gradient(to right, #f7bb05, #ff9805);
  z-index: 0;
}
.p-fixBtn__link-img01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f7bb05;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-fixBtn__link-img01 {
    width: 133px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-fixBtn__link-img01 {
    width: 108px;
  }
}
.p-fixBtn__link-img01 img {
  position: absolute;
  width: 75%;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-fixBtn__link-img02 {
  position: absolute;
  top: -15px;
  left: 16px;
  width: 110px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-fixBtn__link-img02 {
    width: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-fixBtn__link-img02 {
    width: 80px;
    top: -10px;
    left: 10px;
  }
}
.p-fixBtn__link-img03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 213px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-animation: kaiten 20s linear 0s infinite;
          animation: kaiten 20s linear 0s infinite;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-fixBtn__link-img03 {
    width: auto;
    top: 49%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-fixBtn__link-img03 {
    width: auto;
    top: 48%;
  }
}
@media screen and (min-width: 768px) {
  .p-fixBtn__link:hover .p-fixBtn__link-img01::after {
    opacity: 1;
  }
}

@-webkit-keyframes kaiten {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-720deg);
  }
}

@keyframes kaiten {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-720deg);
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */