@charset "UTF-8";
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header {
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header {
    height: 60px;
  }
}
.p-header__inner {
  padding-left: 27px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__inner {
    padding-left: 12px;
  }
}
.p-header__logo {
  width: 270px;
  height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 1536px) {
  .p-header__logo {
    width: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__logo {
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__logo {
    height: 60px;
    width: 240px;
    max-width: calc(95vw - 110px);
  }
}
.p-header__menu {
  position: absolute;
  width: calc(100% - 435px);
  height: 46px;
  bottom: 0;
  left: 300px;
  justify-content: right;
  display: flex;
}
@media (max-width: 1536px) {
  .p-header__menu {
    width: calc(100% - 435px);
    left: 290px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__menu {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__menu {
    display: none;
  }
}
.p-header__menu-list {
  width: 16.66%;
  max-width: 191px;
  position: relative;
}
.p-header__menu-list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #C7C8C8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-header__menu-list06::before {
  display: none;
}
@media (max-width: 1550px) {
  .p-header__menu-list01 {
    width: 16.2%;
  }
}
.p-header__menu-list01.active {
  background-color: #D5ECD0;
  color: #2FAC52;
}
.p-header__menu-list01 .p-header__menu-child {
  background-color: #2FAC52;
  color: #fff;
}
@media (max-width: 1550px) {
  .p-header__menu-list02 {
    width: 16.2%;
  }
}
.p-header__menu-list02.active {
  background-color: #D5ECD0;
  color: #2FAC52;
}
.p-header__menu-list02 .p-header__menu-child {
  background-color: #2FAC52;
  color: #fff;
}
@media (max-width: 1550px) {
  .p-header__menu-list03 {
    width: 16.2%;
  }
}
.p-header__menu-list03.active {
  color: #fff;
  background-color: #FF8D8E;
}
@media (max-width: 1550px) {
  .p-header__menu-list04 {
    width: 16.2%;
  }
}
.p-header__menu-list04.active {
  color: #fff;
  background-color: #72ABFC;
}
@media (max-width: 1550px) {
  .p-header__menu-list05 {
    width: 16.2%;
  }
}
.p-header__menu-list05.active {
  color: #fff;
  background-color: #FDB75C;
}
@media (max-width: 1550px) {
  .p-header__menu-list06 {
    width: 19%;
  }
}
.p-header__menu-list06.active {
  color: #fff;
  background-color: #FD9074;
}
.p-header__menu-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  height: 46px;
  font-weight: 500;
}
@media (max-width: 1510px) {
  .p-header__menu-parent {
    font-size: 0.875rem;
  }
}
.p-header__menu-parent a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
}
.p-header__menu-parent.active a {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-header__menu-childs {
  display: none;
}
.p-header__menu-child {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 10px 27px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1510px) {
  .p-header__menu-child {
    font-size: 0.8125rem;
  }
}
.p-header__fix {
  position: fixed;
  top: 0;
  right: 150px;
  gap: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__fix {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__fix {
    display: none;
  }
}
.p-header__fix-link {
  width: 174px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .p-header__fix-link {
    width: 170px;
  }
}
.p-header__fix-link.contact, .p-header__fix-link.access {
  background-color: #E2E2E2;
}
.p-header__fix-link.contact:hover, .p-header__fix-link.access:hover {
  background-color: #A39C9C;
  color: #fff;
}
.p-header__fix-link.tel {
  color: #fff;
  background-color: #FF8D8E;
  gap: 2px;
}
.p-header__fix-link.tel:hover {
  background-color: rgba(255, 141, 142, 0.59);
}
.p-header__recruit {
  position: fixed;
  width: 66px;
  height: 90px;
  background-color: #2FAC52;
  right: 65px;
  top: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.p-header__recruit:hover {
  background-color: #72CA8C;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__recruit {
    width: 50px;
    height: 60px;
    right: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__recruit {
    width: 50px;
    height: 60px;
    right: 50px;
  }
}
.p-header__recruit svg {
  width: 43px;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__recruit svg {
    width: 33px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__recruit svg {
    width: 33px;
  }
}
.p-header__recruit svg path {
  transition: 0.3s;
}
.p-header__recruit .text {
  color: #fff;
  line-height: 1;
}
.p-header__recruit .text svg {
  aspect-ratio: unset;
  width: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__recruit .text svg {
    width: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__recruit .text svg {
    width: 30px;
  }
}
.p-header__hamburger {
  display: block;
}
.p-header__hamburger-line {
  cursor: pointer;
  position: absolute;
  height: 90px;
  width: 65px;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-line {
    width: 50px;
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-line {
    width: 50px;
    height: 60px;
  }
}
.p-header__hamburger-line .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 4px;
  background-color: #595757;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-line .line {
    top: 40%;
    height: 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-line .line {
    top: 40%;
    height: 3px;
  }
}
.p-header__hamburger-line .line::before, .p-header__hamburger-line .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  transform: translate(0%, -60%);
  width: 26px;
  height: 4px;
  background-color: #595757;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-line .line::before, .p-header__hamburger-line .line::after {
    height: 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-line .line::before, .p-header__hamburger-line .line::after {
    height: 3px;
  }
}
.p-header__hamburger-line .line::after {
  top: calc(50% + 10px);
}
.p-header__hamburger-line .text {
  position: absolute;
  font-size: 0.625rem;
  font-weight: 500;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
}
.p-header__hamburger-line.active {
  background-color: #595757;
}
.p-header__hamburger-line.active .line {
  width: 0;
}
.p-header__hamburger-line.active .line::before {
  background-color: #fff;
  width: 34px;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.p-header__hamburger-line.active .line::after {
  background-color: #fff;
  width: 34px;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}
.p-header__hamburger-line.active .text {
  color: #fff;
}
.p-header__hamburger-menu {
  position: fixed;
  top: 0px;
  right: 0;
  line-height: 1.7;
  transform: translateX(100%);
  overflow: scroll;
  scrollbar-width: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-out;
  padding: 53px 29px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-menu {
    padding: 73px 0 30px;
  }
}
.p-header__hamburger-menu.show {
  transform: translateX(0);
}
.p-header__hamburger-menu-inner {
  padding: 0 20px;
  max-width: 1380px;
  margin: 0 auto;
  color: #fff;
}
.p-header__hamburger-menu-inner.tab-sp-only {
  display: none;
}
.p-header__hamburger-menu-inner.tab-sp-only {
  max-width: 360px;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btns {
  margin-bottom: 14px;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn {
  display: flex;
  width: 317px;
  height: 38px;
  font-weight: 500;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn:last-of-type {
  margin-bottom: 0;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn.recruit {
  background-color: #FFEC72;
  color: #8476B5;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn.contact {
  background-color: #DFDFE2;
  color: #8476B5;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn.access {
  background-color: #DFDFE2;
  color: #8476B5;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn.insta {
  background-image: linear-gradient(to right, #F080B8, #F3A081);
  color: #fff;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn.pia-child {
  background-color: #8476B5;
  color: #fff;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__btn.pia {
  background-color: #495B98;
  color: #fff;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__links {
  margin-bottom: 22px;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__link {
  text-decoration: underline;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  font-size: 1rem;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__link:last-of-type {
  margin-bottom: 0;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__link-children {
  display: none;
  padding-left: 20px;
  width: 100%;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__link-children.show {
  display: block;
}
.p-header__hamburger-menu-inner.tab-sp-only .hamburger__link-link.child {
  display: block;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__hamburger-menu-inner.pc-only {
    display: none;
  }
  .p-header__hamburger-menu-inner.tab-sp-only {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-header__hamburger-menu-inner.pc-only {
    display: none;
  }
  .p-header__hamburger-menu-inner.tab-sp-only {
    display: block;
  }
}
.p-header__hamburger-block {
  width: 50%;
}
.p-header__hamburger-links {
  gap: 30px;
}
.p-header__hamburger-left, .p-header__hamburger-right {
  width: calc(50% - 15px);
}
.p-header__hamburger-link {
  margin-bottom: 30px;
}
.p-header__hamburger-link.mb60 {
  margin-bottom: 60px;
}
.p-header__hamburger-link.mb70 {
  margin-bottom: 70px;
}
.p-header__hamburger-link:last-of-type {
  margin-bottom: 0;
}
.p-header__hamburger-link .link {
  position: relative;
  text-decoration: underline;
  font-size: 1.5rem;
  display: block;
  padding-left: 13px;
  border-left: 5px solid #8476B5;
}
.p-header__hamburger-link .link + .link-child {
  margin-top: 10px;
}
.p-header__hamburger-link .link-child {
  position: relative;
  text-decoration: underline;
  font-size: 1.125rem;
  display: block;
  padding-left: 24px;
  margin-left: 18px;
}
.p-header__hamburger-link .link-child::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-image: url(../img/pia/arrow-circle.svg);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-header__hamburger-top {
  margin-bottom: 45px;
}
.p-header__hamburger-top .link::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 50%;
  bottom: 0;
  left: -5px;
  background-color: #27AD4E;
}
.p-header__hamburger-pia {
  padding-left: 60px;
}
.p-header__hamburger-soujyukai {
  padding-right: 60px;
  border-right: 1px dashed #fff;
}
.p-header__hamburger-soujyukai .link {
  border-left: 5px solid #27AD4E;
}

.p-footer {
  background-color: #E2E2E2;
}
.p-footer__menu {
  padding: 61px 0 24px;
  width: calc(100% + 120px);
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .p-footer__menu {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__menu {
    position: relative;
    padding: 23px 0 25px;
    gap: 0;
  }
}
.p-footer__info {
  width: 450px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media (max-width: 1400px) {
  .p-footer__info {
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__info {
    width: 300px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info {
    padding: 0;
    border: none;
  }
}
.p-footer__info-name {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info-name {
    font-size: 1.375rem;
  }
}
.p-footer__info-name span {
  display: block;
  font-size: 1.1875rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info-name span {
    font-size: 1rem;
  }
}
.p-footer__info-media {
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
.p-footer__info-address {
  font-size: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info-address {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info-sns {
    position: absolute;
    bottom: -5px;
    right: 37.5px;
  }
}
.p-footer__info-sns .text {
  font-size: 0.6875rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info-sns .text {
    font-size: 0.5625rem;
    margin-bottom: 3px;
  }
}
.p-footer__info-sns .sns-flex {
  gap: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info-sns .sns-flex {
    display: block;
  }
}
.p-footer__info-sns-icon {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__info-sns-icon {
    width: 40px;
    margin-bottom: 23px;
  }
  .p-footer__info-sns-icon svg {
    width: 100%;
    height: auto;
  }
}
.p-footer__links {
  max-width: calc(100% - 310px);
  width: 55%;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .p-footer__links {
    max-width: calc(100% - 310px);
    width: 62%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__links {
    max-width: unset;
    width: calc(100% - 320px);
    justify-content: right;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__links {
    max-width: unset;
    width: 100%;
  }
}
.p-footer__ul {
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__ul {
    max-width: 200px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__ul {
    width: 100%;
  }
}
.p-footer__li {
  display: block;
  color: #707070;
  line-height: 2;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__li {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__li {
    width: 170px;
    max-width: calc(100% - 100px);
    line-height: 2.7;
    font-size: 0.8125rem;
    border-bottom: 1px solid #707070;
  }
}
.p-footer__mynavi {
  padding: 0 0px 45px;
}
.p-footer__mynavi-flex {
  gap: 27px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__mynavi-flex {
    gap: 7px;
  }
}
.p-footer__mynavi a {
  display: block;
  width: 188px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__mynavi a {
    max-width: calc(50% - 4px);
  }
}
.p-footer__bottom {
  background-color: #343232;
  padding: 18px 0 17px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom {
    padding: 18px 0 10px;
  }
}
.p-footer__bottom-flex {
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-flex {
    gap: 10px;
  }
}
.p-footer__bottom-companies {
  gap: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-companies {
    gap: 14px;
  }
}
.p-footer__bottom-company {
  width: 250px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #585858;
  background-color: #B5B3B3;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footer__bottom-company {
    width: 230px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-company {
    width: 100%;
  }
}
.p-footer__bottom-copyright {
  font-size: 0.75rem;
  font-weight: 500;
  color: #868686;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-footer__bottom-copyright {
    font-size: 0.625rem;
    text-align: center;
    width: 100%;
  }
}

.p-mv {
  padding-top: 90px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-mv {
    padding-top: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv {
    padding-top: 60px;
    padding-bottom: 27px;
  }
}
.p-mv__slider {
  position: relative;
  padding: 64px 7% 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__slider {
    padding: 0 0 60px;
  }
}
.p-mv__slide img {
  border-radius: 100px 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv__slide img {
    border-radius: 0;
  }
}
.p-mv .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv .slick-dots {
    bottom: 20px;
  }
}
.p-mv .slick-dots li {
  padding: 0 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv .slick-dots li {
    padding: 0 6px;
  }
}
.p-mv .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #C7C8C8;
  border-radius: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-mv .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.p-mv .slick-dots li.slick-active button {
  background-color: #2FAC52;
}
.p-mv__text {
  text-align: center;
}

.p-topNews {
  padding: 73px 0 75px;
  background-image: url(../img/soujyukai/top/news-bg.webp);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews {
    padding: 36px 0 44px;
  }
}
.p-topNews__title {
  text-align: center;
}
.p-topNews__title .icon {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__title .icon {
    width: 46px;
    margin-bottom: 0;
  }
}
.p-topNews__title .ja {
  font-size: 2.5rem;
  color: #2FAC52;
  font-weight: 500;
  letter-spacing: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__title .ja {
    font-size: 1.4375rem;
    letter-spacing: 5px;
  }
}
.p-topNews__title .en {
  display: block;
  margin: 0 auto 24px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__title .en {
    width: 40px;
    margin-bottom: 20px;
  }
}
.p-topNews__block {
  gap: 63px;
  padding: 34px 0 43px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__block {
    gap: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__block {
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 0;
    border-radius: 0;
  }
}
.p-topNews__box {
  width: calc(33.33% - 42px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 11px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-topNews__box {
    width: calc(33.33% - 12px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__box {
    position: relative;
    width: 100%;
    padding: 10px 25px 10px 10px;
    flex-flow: unset;
    justify-content: unset;
    align-items: flex-start;
    align-items: center;
    gap: 7px;
    border-radius: 6px;
    margin-bottom: 18px;
    background-color: #fff;
  }
  .p-topNews__box:last-of-type {
    margin-bottom: 0;
  }
  .p-topNews__box::before {
    content: "";
    position: absolute;
    width: 7.7px;
    height: auto;
    aspect-ratio: 776/1279;
    background-image: url(../img/soujyukai/arrow.svg);
    background-size: 100% 100%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
.p-topNews__box-content {
  transition: 0.3s;
}
.p-topNews__box-content:hover, .p-topNews__box-content:focus {
  opacity: 0.6;
}
.p-topNews__box-img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__box-img {
    width: 100px;
    margin-bottom: 0;
  }
}
.p-topNews__box-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #2FAC52;
  word-break: break-all;
  margin-bottom: 4px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__box-title {
    font-size: 0.9375rem;
    line-height: 1.27;
    margin-bottom: 0;
  }
}
.p-topNews__box-date {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 9px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__box-date {
    font-size: 0.875rem;
    margin-bottom: 0px;
  }
}
.p-topNews__box-text {
  font-size: 1.125rem;
  margin-bottom: 7px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__box-text {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.p-topNews__box-btn a {
  color: #2FAC52;
  border: 1px solid #2FAC52;
  background-color: #fff;
  border-radius: 100px;
}
.p-topNews__box-btn a:hover, .p-topNews__box-btn a:focus {
  background-color: #DDF3E4;
}
.p-topNews__box-btn a svg text {
  fill: #2FAC52;
}
.p-topNews__btn a {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topNews__btn a {
    max-width: 220px;
  }
}

.p-topgreeting {
  padding: 70px 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topgreeting {
    padding: 45px 0 65px;
    margin-bottom: 0px;
  }
}
.p-topgreeting__title {
  margin-bottom: 27px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topgreeting__title {
    margin-bottom: 23px;
  }
}
.p-topgreeting__text {
  padding-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topgreeting__text {
    padding-bottom: 24px;
  }
}
.p-topgreeting__name {
  padding: 0 45px;
  justify-content: right;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topgreeting__name {
    padding: 0;
  }
}
.p-topgreeting__name-post {
  font-size: 0.9375rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topgreeting__name-post {
    font-size: 0.75rem;
  }
}
.p-topgreeting__name-name {
  font-size: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topgreeting__name-name {
    font-size: 1.25rem;
  }
}

.p-topTorikumi {
  padding: 0 0 171px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topTorikumi {
    padding: 0px 0 30px;
    margin-bottom: 60px;
  }
}
.p-topTorikumi__title {
  margin-bottom: 37px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topTorikumi__title {
    margin-bottom: 23px;
  }
}
.p-topTorikumi__flex {
  gap: 3.5%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topTorikumi__flex {
    gap: 24px;
  }
}
.p-topTorikumi__img {
  width: 42.7%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topTorikumi__img {
    width: 100%;
    order: 2;
  }
}
.p-topTorikumi__text {
  width: 53.8%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-topTorikumi__text {
    width: 100%;
    order: 1;
  }
}

.p-kv {
  position: relative;
  padding-top: 65px;
  padding-bottom: 51px;
  margin-top: 90px;
  background-size: cover;
  border-bottom: 7px solid #FF8D8E;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv {
    padding-top: 27px;
    padding-bottom: 40px;
    border-bottom: 10px solid #FF8D8E;
  }
}
.p-kv--youkou {
  border-color: #2FAC52;
  background-image: url(../img/soujyukai/youkou/youkou-kv-bg.webp);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv--youkou {
    background-image: url(../img/soujyukai/youkou/youkou-kv-bg-sp.webp);
  }
}
.p-kv--short {
  border-color: #FF8D8E;
  background-image: url(../img/soujyukai/short/short-kv-bg.webp);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv--short {
    background-image: url(../img/soujyukai/short/short-kv-bg-sp.webp);
  }
}
.p-kv--day {
  border-color: #6FA9FF;
  background-image: url(../img/soujyukai/day/day-kv-bg.webp);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv--day {
    background-image: url(../img/soujyukai/day/day-kv-bg-sp.webp);
  }
}
.p-kv--kyotaku {
  border-color: #FFB853;
  background-image: url(../img/soujyukai/kyotaku/kyotaku-kv-bg.webp);
  padding-bottom: 57px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv--kyotaku {
    background-image: url(../img/soujyukai/kyotaku/kyotaku-kv-bg-sp.webp);
  }
}
.p-kv--kyotakuSupport {
  border-color: #FF9070;
  background-image: url(../img/soujyukai/kyotakuSupport/kyotakuSupport-kv-bg.webp);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv--kyotakuSupport {
    background-image: url(../img/soujyukai/kyotakuSupport/kyotakuSupport-kv-bg-sp.webp);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv {
    margin-top: 60px;
  }
}
.p-kv--info {
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-kv--info {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv--info {
    margin-top: 60px;
  }
}
.p-kv__inner {
  max-width: 1395px;
  padding: 0 37.5px;
  margin: 0 auto;
}
.p-kv__img-img {
  border-radius: 100px 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__img-img {
    border-radius: 30px 0;
    width: 100%;
  }
}
.p-kv__title {
  margin-top: -25px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__title {
    margin-top: -20px;
  }
}
.p-kv__title-icon {
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kv__title-icon {
    width: 55px;
    height: auto;
    margin: 0 auto 20px;
  }
  .p-kv__title-icon svg {
    width: 100%;
  }
}
.p-kv__title-icon--day path {
  fill: #6FA9FF;
}
.p-kv__title-icon--kyotaku path {
  fill: #FFB853;
}
.p-kv__title-icon--kyotakuSupport path {
  fill: #FF9070;
}
.p-bread {
  padding: 24px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread {
    padding: 15px 0 40px;
  }
}
.p-bread.kv-none {
  padding-top: 110px;
  margin-bottom: -110px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-bread.kv-none {
    padding-top: 80px;
    margin-bottom: -80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread.kv-none {
    padding-top: 80px;
    margin-bottom: -80px;
  }
}
.p-bread__flex {
  gap: 10px 25px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread__flex {
    gap: 10px 20px;
  }
}
.p-bread__parent {
  font-size: 0.875rem;
  display: block;
  position: relative;
  color: #3956F7;
  text-decoration: underline;
}
.p-bread__parent::after {
  content: ">";
  position: absolute;
  right: -20px;
  color: #595757;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread__parent::after {
    right: -14px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread__parent {
    font-size: 0.75rem;
  }
}
.p-bread__child {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-bread__child {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-about {
    padding-bottom: 20px;
  }
}

.p-aboutKv {
  padding-top: 165px;
  padding-bottom: 168px;
  background-image: url(../img/soujyukai/about/about-kv.webp);
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv {
    padding-top: 92px;
    padding-bottom: 0;
    background-image: url(../img/soujyukai/about/about-kv-sp.webp);
  }
}
.p-aboutKv__title {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 36px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv__title {
    gap: 12px;
    margin-bottom: 25px;
    justify-content: center;
  }
}
.p-aboutKv__title-h {
  font-size: 2.5rem;
  font-weight: 500;
  color: #2FAC52;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv__title-h {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv__title svg {
    width: 50px;
    height: auto;
  }
}
.p-aboutKv__lead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv__lead {
    font-size: 1.125rem;
    margin-bottom: 26px;
    text-align: center;
  }
}
.p-aboutKv__flex {
  gap: 18px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv__flex {
    gap: 8px;
  }
}
.p-aboutKv__text {
  width: calc(100% - 368px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv__text {
    width: 100%;
  }
}
.p-aboutKv__img {
  width: 350px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutKv__img {
    width: 100%;
  }
  .p-aboutKv__img svg {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.p-aboutLinks {
  padding: 60px 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutLinks {
    padding: 40px 0;
  }
}
.p-aboutLinks__flex {
  display: flex;
  gap: 7px;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutLinks__flex {
    gap: 3px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutLinks__flex {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-aboutLinks__link {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutLinks__link {
    font-size: 0.9375rem;
  }
}

.p-aboutHistory__title {
  margin-bottom: 37px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHistory__title {
    margin-bottom: 15px;
  }
}
.p-aboutHistory__block .history-inner {
  position: relative;
  max-width: 630px;
  margin: 0 auto 76px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHistory__block .history-inner {
    margin-bottom: 40px;
  }
}
.p-aboutHistory__block .history-inner::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #2FAC52;
  left: 133px;
  top: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHistory__block .history-inner::before {
    left: 100px;
  }
}
.p-aboutHistory__block .history-dl {
  display: flex;
  align-items: flex-start;
  gap: 51px;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHistory__block .history-dl {
    gap: 27px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .p-aboutHistory__block .history-dl:last-of-type {
    margin-bottom: 0;
  }
}
.p-aboutHistory__block .history-dt {
  width: 117px;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHistory__block .history-dt {
    width: 86px;
  }
}
.p-aboutHistory__block .history-dd {
  width: calc(100% - 168px);
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutHistory__block .history-dd {
    width: calc(100% - 113px);
  }
}

.p-aboutOrganization {
  padding-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutOrganization {
    padding-top: 0;
  }
}
.p-aboutOrganization__title {
  margin-bottom: 37px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutOrganization__title {
    margin-bottom: 15px;
  }
}
.p-aboutOrganization__figure {
  padding: 98px 40px 101px;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutOrganization__figure {
    padding: 38px 25px;
  }
  .p-aboutOrganization__figure .container {
    overflow: scroll;
    scrollbar-width: none;
  }
  .p-aboutOrganization__figure img {
    max-width: unset;
    width: 706px;
  }
}
.p-aboutOrganization__figure .img {
  display: block;
  width: 706px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutOrganization__figure .img {
    width: 577px;
    max-width: unset;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-aboutOrganization .scroll-text {
    margin-top: 5px;
    font-size: 0.6875rem;
  }
}

.p-information__lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__lead {
    margin-bottom: 25px;
  }
}
.p-information__block {
  margin-bottom: 91px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__block {
    margin-bottom: 43px;
  }
}
.p-information__block.mb0 {
  margin-bottom: 0;
}
.p-information__block + .p-aboutLinks {
  margin-bottom: 54px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__block + .p-aboutLinks {
    margin-bottom: 20px;
  }
}
.p-information__title {
  margin-bottom: 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__title {
    margin-bottom: 17px;
  }
}
.p-information__text {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__text {
    margin-bottom: 17px;
  }
}
.p-information__btn a {
  border: 1px solid #A8A8A8;
  color: #797979;
  border-radius: 65px;
  font-weight: 500;
  max-width: 470px;
  margin: 0 auto;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
.p-information__btn a:hover, .p-information__btn a:focus {
  background-color: rgba(168, 168, 168, 0.35);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-information__btn a {
    font-size: 1rem;
    padding: 0 30px 0 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__btn a {
    padding: 0 20px 0 10px;
    margin-bottom: 19px;
    height: 41px;
  }
  .p-information__btn a svg {
    right: 10px;
  }
}
.p-information__btn.green a {
  background-color: #C7E6D1;
  border: none;
}
.p-information__btn.green a:hover, .p-information__btn.green a:focus {
  background-color: #C7E6D1;
  opacity: 0.5;
}
.p-information__flex {
  gap: 58px;
  margin-bottom: 108px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__flex {
    gap: 13px;
    margin-bottom: 18px;
  }
}
.p-information__btns {
  width: calc(50% - 29px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-information__btns {
    width: 100%;
  }
}
.p-information__btns-title::before {
  background-color: #2FAC52;
}

.p-youkouTop {
  margin-top: 77px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop {
    margin-top: 26px;
  }
}
.p-youkouTop__title {
  margin-bottom: 156px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__title {
    margin-bottom: 25px;
  }
  .p-youkouTop__title .title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide {
    width: calc(100% + 75px);
    margin: 0 -37.5px 43px;
    padding: 28px 0 63px;
    background-image: url(../img/soujyukai/youkou/guide-bg.webp);
    background-size: cover;
  }
}
.p-youkouTop__guide-attention {
  padding: 11px 29px;
  background-color: rgba(255, 251, 208, 0.5);
  border: 1px dashed #707070;
  align-items: center;
  gap: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-attention {
    padding: 17px 16px 17px 26px;
    width: calc(100% - 56px);
    margin: 0 auto 43px;
  }
}
.p-youkouTop__guide-attention .pic {
  width: 34px;
  height: auto;
}
.p-youkouTop__guide-attention .arrow {
  width: 22px;
  height: auto;
}
.p-youkouTop__guide-attention .text {
  width: calc(100% - 70px);
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-attention .text {
    font-size: 0.9375rem;
  }
}
.p-youkouTop__guide-map {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map {
    padding-left: 37.5px;
  }
}
.p-youkouTop__guide-map .floor {
  width: 86px;
  height: 86px;
  padding-right: 4px;
  border: 1px solid #707070;
  border-radius: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map .floor {
    width: 64px;
    height: 64px;
    font-size: 1.1875rem;
    border-width: 2px;
  }
}
.p-youkouTop__guide-map01 {
  position: relative;
  max-width: 778px;
  margin: 0 auto 86px 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map01 {
    overflow: auto;
    margin-bottom: 65px;
  }
}
.p-youkouTop__guide-map01 .map {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map01 .map {
    width: 580px;
  }
}
.p-youkouTop__guide-map01 .pic {
  position: absolute;
  width: 25px;
  height: 22px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-youkouTop__guide-map01 .pic {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map01 .pic {
    width: 20px;
    height: 20px;
  }
}
.p-youkouTop__guide-map01 .pic01 {
  top: 8%;
  left: 16%;
}
.p-youkouTop__guide-map01 .pic02 {
  top: 17.5%;
  left: 12.6%;
}
.p-youkouTop__guide-map01 .pic03 {
  top: 33.5%;
  left: 40%;
}
.p-youkouTop__guide-map01 .pic04 {
  top: 46%;
  left: 67.5%;
}
.p-youkouTop__guide-map02 {
  position: relative;
  max-width: 915px;
  margin: 0 0 214px auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map02 {
    overflow: auto;
    margin-bottom: 0;
  }
}
.p-youkouTop__guide-map02 .map {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map02 .map {
    width: 680px;
  }
}
.p-youkouTop__guide-map02 .pic {
  position: absolute;
  width: 25px;
  height: 22px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-youkouTop__guide-map02 .pic {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map02 .pic {
    width: 20px;
    height: 20px;
  }
}
.p-youkouTop__guide-map02 .pic05 {
  top: 22%;
  left: 3%;
}
.p-youkouTop__guide-map02 .pic06 {
  top: 70%;
  left: 36%;
}
.p-youkouTop__guide-map02 .pic07 {
  top: 25%;
  left: 30%;
}
.p-youkouTop__guide-map02 .pic08 {
  top: 31%;
  left: 80%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map02 .pic08 {
    top: 30%;
  }
}
.p-youkouTop__guide-map02 .pic09 {
  top: 9%;
  left: 70%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__guide-map02 .pic09 {
    top: 8%;
  }
}
.p-youkouTop__imgs {
  justify-content: center;
  gap: 117px 155px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__imgs {
    gap: 50px 30px;
    margin-bottom: 30px;
  }
}
.p-youkouTop__img {
  width: 380px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__img {
    width: 260px;
  }
}
.p-youkouTop__img .img {
  margin-bottom: 35px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__img .img {
    margin-bottom: 18px;
  }
}
.p-youkouTop__img .text {
  font-weight: 500;
}
.p-youkouTop__modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 101;
}
.p-youkouTop__modal-inner {
  width: 44%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-youkouTop__modal-inner {
    width: 80%;
    max-width: 600px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__modal-inner {
    width: calc(100% - 75px);
  }
}
.p-youkouTop__modal-batsu {
  position: absolute;
  cursor: pointer;
  top: -50px;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouTop__modal-batsu {
    top: -40px;
  }
}
.p-youkouTop__modal .pic {
  display: none;
}
.p-youkouTop__modal .pic.show {
  display: block;
}
.p-youkouTop__modal .img {
  margin-bottom: 14px;
}
.p-youkouTop__modal .text {
  font-size: 1rem;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide .p-youkouGuide__instruction-title .title {
    margin-bottom: 0;
  }
}
.p-youkouGuide .p-youkouGuide__instruction-lead {
  color: #2FAC52;
}
.p-youkouGuide .p-youkouGuide__instruction-flex {
  gap: 3%;
}
.p-youkouGuide .p-youkouGuide__instruction-img {
  width: 55%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide .p-youkouGuide__instruction-img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-youkouGuide .p-youkouGuide__use {
  margin-bottom: 57px;
}
.p-youkouGuide .p-youkouGuide__schedule-img {
  display: block;
  margin-top: 43px;
  margin-bottom: 36px;
}
.p-youkouGuide .p-day__use-block .gallery-slider-img {
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide .p-day__use-block .gallery-slider-text {
    margin-bottom: 40px;
  }
}
.p-youkouGuide__service {
  margin-bottom: 52px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__service {
    margin-bottom: 27px;
  }
}
.p-youkouGuide__service-dl {
  padding: 60px 0;
  border-bottom: 3px dotted #C4C4C4;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__service-dl {
    padding: 23px 0;
    gap: 13px;
  }
}
.p-youkouGuide__service-dl:last-of-type {
  border-bottom: none;
}
.p-youkouGuide__service-dt {
  display: flex;
  width: 260px;
  height: auto;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #707070;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__service-dt {
    width: 100%;
    font-size: 1rem;
    justify-content: left;
  }
}
.p-youkouGuide__service-dd {
  width: calc(100% - 260px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__service-dd {
    width: 100%;
  }
}
.p-youkouGuide__attempt {
  margin-bottom: 92px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__attempt {
    margin-bottom: 50px;
  }
}
.p-youkouGuide__attempt-title {
  margin-bottom: 42px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__attempt-title {
    margin-bottom: 15px;
  }
}
.p-youkouGuide__attempt-text {
  margin-bottom: 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__attempt-text {
    margin-bottom: 17px;
  }
}
.p-youkouGuide__attempt-flex {
  gap: 60px 70px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-youkouGuide__attempt-flex {
    gap: 60px 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__attempt-flex {
    gap: 28px;
  }
}
.p-youkouGuide__attempt-block {
  width: calc(50% - 35px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-youkouGuide__attempt-block {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__attempt-block {
    width: 100%;
  }
}
.p-youkouGuide__attempt-block .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__attempt-block .img {
    margin-bottom: 10px;
  }
}
.p-youkouGuide__attempt-block .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #707070;
  margin-bottom: 6px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__attempt-block .title {
    font-size: 1rem;
    margin-bottom: 4px;
  }
}
.p-youkouGuide__pdf {
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-youkouGuide__pdf .p-short__pdf-btn02 a {
    max-width: 219px;
  }
}

.p-short {
  padding: 77px 0 96px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short {
    padding: 26px 0 85px;
  }
}
.p-short__instruction {
  margin-bottom: 91px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__instruction {
    margin-bottom: 45px;
  }
}
.p-short__instruction-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__instruction-title {
    margin-bottom: 20px;
  }
}
.p-short__instruction-lead {
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 500;
  color: #FF8D8E;
  line-height: 1.33;
  margin-bottom: 53px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__instruction-lead {
    font-size: 1.4375rem;
    margin-bottom: 23px;
    line-height: 1.5;
    width: calc(100% + 30px);
    margin-left: -10px;
  }
}
.p-short__instruction-flex {
  gap: 5%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__instruction-flex {
    gap: 26px;
  }
}
.p-short__instruction-text {
  width: 42%;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__instruction-text {
    width: 100%;
    order: 2;
    line-height: 1.57;
  }
}
.p-short__instruction-img {
  width: 53%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__instruction-img {
    width: 100%;
    order: 1;
  }
}
.p-short__schedule {
  margin-bottom: 100px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__schedule {
    margin-bottom: 50px;
  }
}
.p-short__schedule .c-heading03 {
  margin-bottom: 57px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__schedule .c-heading03 {
    margin-bottom: 23px;
  }
}
.p-short__pdf .c-heading03 {
  margin-bottom: 57px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__pdf .c-heading03 {
    margin-bottom: 23px;
  }
}
.p-short__pdf-block .text {
  padding: 0 35px 0 35px;
  margin-bottom: 18px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__pdf-block .text {
    text-align: left;
    padding: 0;
    margin-bottom: 36px;
  }
}
.p-short__pdf-btn01 {
  margin-bottom: 49px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__pdf-btn01 {
    margin-bottom: 37px;
  }
}
.p-short__pdf-btn01 a {
  max-width: 292px;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__pdf-btn01 a {
    max-width: 219px;
  }
}
.p-short__pdf-btn02 a {
  max-width: 412px;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-short__pdf-btn02 a {
    max-width: 280px;
  }
}

.p-day {
  padding: 77px 0 96px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day {
    padding: 26px 0 85px;
  }
}
.p-day__instruction-lead {
  color: #6FA9FF;
}
.p-day__instruction-flex {
  gap: 3%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__instruction-flex {
    gap: 26px;
  }
}
.p-day__instruction-text {
  width: 47%;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__instruction-text {
    width: 100%;
    line-height: 1.57;
  }
}
.p-day__instruction-img {
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__instruction-img {
    width: 100%;
  }
}
.p-day__use .c-heading03 {
  margin-bottom: 64px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__use .c-heading03 {
    margin-bottom: 22px;
  }
}
.p-day__use-block .text {
  max-width: 883px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__use-block .text {
    margin-bottom: 30px;
  }
}
.p-day__use-block .gallery-title {
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.p-day__use-block .gallery-title-h {
  font-size: 1.125rem;
}
.p-day__use-block .gallery-block {
  margin-bottom: 93px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__use-block .gallery-block {
    margin-bottom: 47px;
  }
}
.p-day__use-block .gallery-slider {
  max-width: 771px;
  margin: 0 auto 24px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__use-block .gallery-slider {
    margin-bottom: 10px;
  }
}
.p-day__use-block .gallery-slider-img {
  border: 7px solid #fff;
}
.p-day__use-block .gallery-slider-img img {
  width: 100%;
}
.p-day__use-block .gallery-slider-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__use-block .gallery-slider-text {
    text-align: left;
    margin-bottom: 24px;
    font-size: 0.875rem;
  }
}
.p-day__use-block .gallery-thumbnail .slick-track {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__use-block .gallery-thumbnail .slick-track {
    gap: 14px 12px;
  }
}
.p-day__use-block .gallery-thumbnail .slick-track::before {
  display: none;
}
.p-day__use-block .gallery-thumbnail-img {
  width: calc(16.6666% - 15px) !important;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__use-block .gallery-thumbnail-img {
    width: calc(33.3333% - 8px) !important;
  }
}
.p-day__pdf .c-heading03 {
  margin-bottom: 57px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__pdf .c-heading03 {
    margin-bottom: 23px;
  }
}
.p-day__pdf-block .text {
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__pdf-block .text {
    text-align: left;
    margin-bottom: 36px;
  }
}
.p-day__pdf-btn01 {
  margin-bottom: 49px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__pdf-btn01 {
    margin-bottom: 37px;
  }
}
.p-day__pdf-btn01 a {
  max-width: 292px;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__pdf-btn01 a {
    max-width: 219px;
  }
}
.p-day__pdf-btn02 a {
  max-width: 412px;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-day__pdf-btn02 a {
    max-width: 280px;
  }
}

.p-kyotaku {
  padding: 77px 0 119px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku {
    padding: 26px 0 22px;
  }
}
.p-kyotaku__instruction-lead {
  color: #FFB853;
}
.p-kyotaku__instruction-flex {
  gap: 5%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__instruction-flex {
    gap: 25px;
  }
}
.p-kyotaku__instruction-text {
  width: 41%;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__instruction-text {
    width: 100%;
    line-height: 1.57;
  }
}
.p-kyotaku__instruction-img {
  width: 54%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__instruction-img {
    width: 100%;
  }
}
.p-kyotaku__use .c-heading03 {
  margin-bottom: 51px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use .c-heading03 {
    margin-bottom: 28px;
  }
}
.p-kyotaku__use-flex {
  padding: 0 42px 0 35px;
  gap: 3%;
  margin-bottom: 75px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-flex {
    gap: 20px;
    padding: 0;
    margin-bottom: 28px;
  }
}
.p-kyotaku__use-text {
  width: 43%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-text {
    width: 100%;
  }
}
.p-kyotaku__use-img {
  width: 54%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-img {
    width: 100%;
  }
}
.p-kyotaku__use-title--content {
  margin-bottom: 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-title--content {
    margin-bottom: 24px;
  }
}
.p-kyotaku__use-title--flow {
  margin-bottom: 71px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-title--flow {
    margin-bottom: 24px;
  }
}
.p-kyotaku__use-service .service-img {
  display: block;
  max-width: 682px;
  margin: 0 auto 61px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-service .service-img {
    margin-bottom: 23px;
  }
}
.p-kyotaku__use-service .service-title {
  font-size: 1.5625rem;
  font-weight: bold;
  color: #707070;
  padding: 0 42px 14px 35px;
  border-bottom: 3px dotted #C4C4C4;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-service .service-title {
    font-size: 1rem;
    border-bottom: 2px dotted #C4C4C4;
    padding: 0 0 9px 0;
    margin-bottom: 10px;
  }
}
.p-kyotaku__use-service .service-text {
  padding: 0 42px 0 35px;
  margin-bottom: 47px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotaku__use-service .service-text {
    padding: 0;
    margin-bottom: 28px;
  }
}

.p-kyotakuSupport {
  padding: 77px 0 119px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport {
    padding: 26px 0 22px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__instruction {
    margin-bottom: 36px;
  }
}
.p-kyotakuSupport__instruction-lead {
  color: #FF9070;
}
.p-kyotakuSupport__instruction-flex {
  gap: 5%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__instruction-flex {
    gap: 25px;
  }
}
.p-kyotakuSupport__instruction-text {
  width: 41%;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__instruction-text {
    width: 100%;
    line-height: 1.57;
  }
}
.p-kyotakuSupport__instruction-img {
  width: 54%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__instruction-img {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__center {
    margin-bottom: 50px;
  }
}
.p-kyotakuSupport__center .c-heading03 {
  margin-bottom: 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__center .c-heading03 {
    margin-bottom: 28px;
  }
}
.p-kyotakuSupport__center-text {
  margin-bottom: 35px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__center-text {
    margin-bottom: 23px;
  }
}
.p-kyotakuSupport__center-map {
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__center-map {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 6px;
  }
}
.p-kyotakuSupport__center-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 25/12;
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__center-map iframe {
    height: 340px;
    border-radius: 6px;
    aspect-ratio: unset;
  }
}
.p-kyotakuSupport__center-link {
  font-size: 0.8125rem;
  text-align: right;
  text-decoration: underline;
}
.p-kyotakuSupport__center-address {
  margin-bottom: 80px;
}
.p-kyotakuSupport__use {
  margin-bottom: 82px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__use {
    margin-bottom: 52px;
  }
}
.p-kyotakuSupport__use .c-heading03 {
  margin-bottom: 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__use .c-heading03 {
    margin-bottom: 28px;
  }
}
.p-kyotakuSupport__use-text {
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__use-text {
    margin-bottom: 40px;
  }
}
.p-kyotakuSupport__use-title {
  padding-bottom: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__use-title {
    padding-bottom: 9px;
    margin-bottom: 22px;
  }
}
.p-kyotakuSupport__use-p {
  margin-bottom: 46px;
  padding: 0 65px 0 36px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__use-p {
    margin-bottom: 40px;
    padding: 0;
  }
}
.p-kyotakuSupport__tanto .c-heading03 {
  margin-bottom: 28px;
}
.p-kyotakuSupport__tanto-text {
  margin-bottom: 83px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__tanto-text {
    margin-bottom: 51px;
  }
}
.p-kyotakuSupport__pdf .c-heading03 {
  margin-bottom: 45px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-kyotakuSupport__pdf .c-heading03 {
    margin-bottom: 24px;
  }
}

.p-access {
  padding-top: 176px;
  margin-bottom: 130px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access {
    padding-top: 93px;
    margin-bottom: 48px;
  }
}
.p-access__title {
  margin-bottom: 38px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access__title {
    margin-bottom: 22px;
  }
}
.p-access__title .title {
  font-size: 2.3125rem;
  font-weight: bold;
  color: #2FAC52;
  margin-bottom: -10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access__title .title {
    font-size: 1.4375rem;
  }
}
.p-access__map {
  margin-bottom: 38px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access__map {
    margin-bottom: 24px;
  }
}
.p-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 25/14;
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access__map iframe {
    width: calc(100% + 40px);
    height: 340px;
    aspect-ratio: unset;
    margin-bottom: 6px;
    border-radius: 6px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access__map-text {
    font-size: 0.8125rem;
    text-align: right;
  }
  .p-access__map-text a {
    text-decoration: underline;
  }
}
.p-access__address-name {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access__address-name {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }
}
.p-access__address-info a {
  pointer-events: none;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-access__address-info a {
    pointer-events: all;
    color: #2FAC52;
    font-size: 1.1875rem;
    font-weight: bold;
    text-decoration: underline;
  }
}

.p-news {
  padding: 80px 0;
  background-color: #FAF8F4;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__inner {
    padding: 0;
  }
}
.p-news__title {
  margin: 80px auto 37px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__title {
    margin: 52px auto 35px;
  }
}
.p-news__title-h {
  text-align: center;
}
.p-news__title-h .ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 1.875rem;
  font-weight: bold;
  color: #2FAC52;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__title-h .ja {
    font-size: 1.4375rem;
    display: flex;
    align-items: center;
    gap: 9px;
  }
}
.p-news__title-h .icon {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__title-h .icon {
    width: 26px;
    height: auto;
    aspect-ratio: 50/40;
    position: relative;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.p-news__title .line {
  width: 100%;
}
.p-news__block {
  background-color: #fff;
  padding: 50px 50px 70px 40px;
  border-radius: 11px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__block {
    padding: 26px 37.5px 35px;
  }
}
.p-news__lists {
  margin-bottom: 61px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__lists {
    margin-bottom: 20px;
  }
}
.p-news__list {
  gap: 15px;
  margin-bottom: 33px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__list {
    gap: 6px 25px;
    margin-bottom: 18px;
  }
}
.p-news__list-date {
  width: 103px;
  color: #2FAC52;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__list-date {
    width: 72px;
    font-size: 0.875rem;
  }
}
.p-news__list-cat {
  width: 148px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__list-cat {
    width: auto;
  }
}
.p-news__list-cat .cat {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background-color: #72CA8C;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__list-cat .cat {
    font-size: 0.75rem;
    padding: 0 10px;
    height: 19px;
  }
}
.p-news__list-title {
  width: calc(100% - 281px);
  padding-left: 8px;
  font-size: 1.25rem;
  word-break: break-all;
  text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-news__list-title {
    font-size: 1rem;
    width: 100%;
    padding-left: 0;
  }
}
.p-news__pagination .pagination {
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.p-news__pagination .pagination .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
}

.p-newsSingle {
  position: relative;
  padding-top: 170px;
  padding-bottom: 56px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle {
    padding-top: 90px;
    padding-bottom: 77px;
  }
}
.p-newsSingle__block {
  max-width: 580px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__block {
    margin-bottom: 36px;
  }
}
.p-newsSingle__title {
  font-size: 2rem;
  text-align: center;
  word-break: break-all;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__title {
    font-size: 1.1875rem;
    margin-bottom: 8px;
  }
}
.p-newsSingle__date {
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__date {
    font-size: 0.8125rem;
    margin-bottom: 28px;
  }
}
.p-newsSingle__content img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__content img {
    margin-bottom: 20px;
  }
}
.p-newsSingle__content h1, .p-newsSingle__content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__content h1, .p-newsSingle__content h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.p-newsSingle__content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__content h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.p-newsSingle__content h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__content h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-newsSingle__content h5, .p-newsSingle__content h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-newsSingle__content p {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__content p {
    margin-bottom: 25px;
  }
}
.p-newsSingle__content p:has(+ p) {
  margin-bottom: 15px;
}
.p-newsSingle__content p:has(+ ul), .p-newsSingle__content p:has(+ ol) {
  margin-bottom: 0px;
}
.p-newsSingle__content ul {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__content ul {
    margin-bottom: 25px;
  }
}
.p-newsSingle__content ul li {
  padding-left: 20px;
  position: relative;
}
.p-newsSingle__content ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #2FAC52;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.p-newsSingle__content ol {
  padding-left: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__content ol {
    margin-bottom: 25px;
  }
}
.p-newsSingle__content ol li {
  list-style: auto;
  list-style-position: inside;
}
.p-newsSingle__content a {
  color: #2FAC52;
  text-decoration: underline;
}
.p-newsSingle__content .alignleft {
  text-align: left;
  float: unset;
  width: 100%;
}
.p-newsSingle__content .aligncenter {
  text-align: center;
  float: unset;
  width: 100%;
}
.p-newsSingle__content .alignright {
  text-align: right;
  float: unset;
  width: 100%;
}
.p-newsSingle__content p.has-background {
  padding: 0.5rem 1rem;
}
.p-newsSingle__content .is-style-rounded img {
  border-radius: 9999px;
}
.p-newsSingle__thumbnail {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__thumbnail {
    margin-bottom: 20px;
  }
}
.p-newsSingle__bottom-flex {
  gap: 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-flex {
    gap: 15px 12px;
  }
}
.p-newsSingle__bottom-btn {
  width: 240px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn {
    width: 100%;
    order: 3;
  }
}
.p-newsSingle__bottom-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 64px;
  border: 2px solid #2FAC52;
  background-color: #fff;
  color: #2FAC52;
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn a {
    width: 128px;
    height: 47px;
    margin: 0 auto;
    font-size: 0.875rem;
  }
}
.p-newsSingle__bottom-btn a:hover, .p-newsSingle__bottom-btn a:focus {
  background-color: #DDF3E4;
}
.p-newsSingle__bottom-btn.prev {
  width: 208px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.prev {
    width: 128px;
    order: 1;
  }
}
.p-newsSingle__bottom-btn.prev a {
  background-color: #2FAC52;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.prev a {
    padding-left: 10px;
    padding-bottom: 1px;
  }
}
.p-newsSingle__bottom-btn.prev a:hover, .p-newsSingle__bottom-btn.prev a:focus {
  opacity: 0.5;
}
.p-newsSingle__bottom-btn.prev svg {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.prev svg {
    width: 7px;
    height: auto;
    aspect-ratio: 725/1194;
  }
}
.p-newsSingle__bottom-btn.next {
  width: 208px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.next {
    width: 128px;
    order: 2;
  }
}
.p-newsSingle__bottom-btn.next a {
  background-color: #2FAC52;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.next a {
    padding-right: 10px;
    padding-bottom: 1px;
  }
}
.p-newsSingle__bottom-btn.next a:hover, .p-newsSingle__bottom-btn.next a:focus {
  opacity: 0.5;
}
.p-newsSingle__bottom-btn.next svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-newsSingle__bottom-btn.next svg {
    width: 7px;
    height: auto;
    aspect-ratio: 725/1194;
  }
}

.p-recruit {
  margin-top: 160px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit {
    margin-top: 80px;
  }
}
.p-recruit__lead-title {
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__lead-title {
    margin-bottom: 23px;
  }
}
.p-recruit__lead-title span {
  display: block;
  font-size: 2.3125rem;
  color: #2FAC52;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__lead-title span {
    font-size: 1.4375rem;
    margin-bottom: 7px;
  }
}
.p-recruit__lead-title svg {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__lead-title svg {
    width: 200px;
  }
}
.p-recruit__lead-text {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__lead-text {
    text-align: left;
  }
}
.p-recruit__lead-text .lead {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__lead-text .lead {
    text-align: center;
    font-size: 1.1875rem;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__lead-text .text {
    font-size: 0.9375rem;
  }
}
.p-recruit__lead-text .text .kome {
  display: block;
  font-size: 0.9375rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__lead-text .text .kome {
    font-size: 0.875rem;
  }
}
.p-recruit__jobs-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-title {
    margin-bottom: 10px;
  }
}
.p-recruit__jobs-types {
  width: 100%;
  gap: 12px;
  margin-bottom: 11px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-types {
    gap: 4px;
  }
}
.p-recruit__jobs-type {
  width: calc(50% - 6px);
  text-align: center;
  padding: 10px;
  background-color: rgba(47, 172, 82, 0.15);
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-type {
    width: calc(50% - 2px);
    font-size: 0.9375rem;
    padding: 7px 0 8px;
  }
}
.p-recruit__jobs-type.active {
  background-color: #2FAC52;
  color: #fff;
}
.p-recruit__jobs-box {
  margin-bottom: 60px;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-box {
    margin-bottom: 35px;
  }
}
.p-recruit__jobs-box.show {
  display: block;
}
.p-recruit__jobs-box table {
  width: 100%;
  border: 3px solid #72CA8C;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-box table {
    border-width: 2px;
  }
}
.p-recruit__jobs-box tr {
  display: flex;
  border-bottom: 1px solid #72CA8C;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-box tr {
    flex-wrap: wrap;
  }
}
.p-recruit__jobs-box tr:last-of-type {
  border-bottom: none;
}
.p-recruit__jobs-box th {
  width: 175px;
  background-color: rgba(47, 172, 82, 0.1);
  text-align: center;
  padding: 11px 0;
  font-weight: 500;
  border-right: 1px solid #72CA8C;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-box th {
    padding: 4px 16px;
    text-align: left;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #72CA8C;
  }
}
.p-recruit__jobs-box td {
  width: calc(100% - 175px);
  padding: 11px 35px;
  color: #6F6F6F;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-box td {
    padding: 4px 16px;
    width: 100%;
  }
}
.p-recruit__jobs-btn.youkou a {
  width: 310px;
  border-radius: 50px;
  margin: 0 auto 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-btn.youkou a {
    width: 200px;
  }
}
.p-recruit__jobs-btn.youkou a:hover, .p-recruit__jobs-btn.youkou a:focus {
  background-color: #DDF3E4;
}
.p-recruit__jobs-btn.rikunabi a {
  width: 310px;
  border-radius: 50px;
  border: 2px solid #0BADEA;
  margin: 0 auto 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__jobs-btn.rikunabi a {
    width: 200px;
  }
}
.p-recruit__jobs-btn.rikunabi a span {
  width: 190px;
  text-align: center;
  max-height: 100%;
}
.p-recruit__jobs-btn.rikunabi a span img {
  aspect-ratio: 95/27;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__contact {
    margin-bottom: 24px;
  }
}
.p-recruit__contact-text .lead {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__contact-text .lead {
    margin-bottom: 11px;
  }
  .p-recruit__contact-text .lead .tel {
    display: block;
    margin-top: 7px;
    font-size: 1.1875rem;
  }
}
.p-recruit__contact + .p-aboutLinks {
  margin-bottom: 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruit__contact + .p-aboutLinks {
    margin-bottom: 20px;
  }
}

.p-recruitStaff__lead-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.p-recruitStaff__block {
  padding-bottom: 60px;
  border-bottom: 3px dotted #C4C4C4;
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.p-recruitStaff__block:last-of-type {
  padding-bottom: 0;
  margin-bottom: 105px;
  border-bottom: none;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block:last-of-type {
    margin-bottom: 10px;
  }
}
.p-recruitStaff__block-flex {
  gap: 38px;
  width: calc(100% + 62px);
  margin-left: -62px;
  margin-bottom: 43px;
  align-items: flex-start;
}
@media (max-width: 1125px) {
  .p-recruitStaff__block-flex {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-flex {
    gap: 17px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
    justify-content: center;
  }
}
.p-recruitStaff__block-staff {
  width: 38.7%;
  border-radius: 50%;
  order: 1;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-staff {
    width: 220px;
  }
}
.p-recruitStaff__block-text {
  width: calc(61.3% - 38px);
  order: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-text {
    width: 100%;
  }
}
.p-recruitStaff__block-text .profile {
  padding-left: 15px;
  border-left: 5px solid #2FAC52;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-text .profile {
    width: 160px;
    padding-left: 12px;
    border-left: 4px solid #2FAC52;
    margin: 0 auto 20px;
  }
}
.p-recruitStaff__block-text .type {
  font-weight: 500;
  margin-bottom: 11px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-text .type {
    font-size: 0.8125rem;
  }
}
.p-recruitStaff__block-text .name {
  font-weight: 500;
  font-size: 1.5625rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-text .name {
    font-size: 1.3125rem;
    line-height: 1.25;
  }
}
.p-recruitStaff__block-text .name small {
  font-size: 0.875rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-text .name small {
    font-size: 0.625rem;
  }
}
.p-recruitStaff__block-text .join {
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-text .join {
    font-size: 0.8125rem;
  }
}
.p-recruitStaff__block-text .lead {
  margin-bottom: 21px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #8476B5;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-text .lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-recruitStaff__block-imgs {
  gap: 34px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-imgs {
    gap: 29px;
  }
}
.p-recruitStaff__block-img {
  width: calc(50% - 17px);
  border-radius: 11px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block-img {
    width: 100%;
  }
}
.p-recruitStaff__block:nth-of-type(2n) .p-recruitStaff__block-flex {
  margin-left: 0;
  margin-right: -62px;
}
@media (max-width: 1125px) {
  .p-recruitStaff__block:nth-of-type(2n) .p-recruitStaff__block-flex {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block:nth-of-type(2n) .p-recruitStaff__block-flex {
    margin-right: 0;
  }
}
.p-recruitStaff__block:nth-of-type(2n) .p-recruitStaff__block-staff {
  order: 3;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-recruitStaff__block:nth-of-type(2n) .p-recruitStaff__block-staff {
    order: 1;
  }
}
.p-recruitStaff__block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.p-recruitStaff__block.bb-none {
  border-bottom: none;
  margin-bottom: 0;
}
.p-recruitStaff__block + .p-aboutLinks {
  margin-bottom: 43px;
}

.p-contact {
  padding: 157px 0 145px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact {
    padding: 95px 0 55px;
  }
}
.p-contact__inner {
  max-width: 845px;
}
.p-contact__title {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: #2FAC52;
  padding-bottom: 34px;
  border-bottom: 1px solid #595757;
  margin-bottom: 65px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__title {
    font-size: 1.3125rem;
    padding-bottom: 13px;
    margin-bottom: 25px;
  }
}
.p-contact__form-head p {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 14px;
  margin-bottom: 10px;
}
.p-contact__form-head .hissu {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  background-color: #FF8C83;
  border-radius: 10px;
  padding: 0 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-head .hissu {
    padding: 0 8px;
    font-size: 0.625rem;
    border-radius: 5px;
  }
}
.p-contact__form-head .nini {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  background-color: #7A9DED;
  border-radius: 10px;
  padding: 0 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-head .nini {
    padding: 0 8px;
    font-size: 0.625rem;
    border-radius: 5px;
  }
}
.p-contact__form-head .postal-small {
  font-size: 0.875rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-head .postal-small {
    font-size: 0.625rem;
  }
}
.p-contact__form-row {
  margin-bottom: 30px;
}
.p-contact__form-row:first-of-type {
  margin-bottom: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-row:first-of-type {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-row {
    margin-bottom: 14px;
  }
}
.p-contact__form-content {
  max-width: 500px;
  width: 100%;
}
.p-contact__form-content.long {
  max-width: 100%;
  width: 100%;
}
.p-contact__form-content.contact .wpcf7-form-control {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content.contact .wpcf7-form-control {
    display: block;
  }
  .p-contact__form-content.contact .wpcf7-form-control .wpcf7-list-item.first {
    margin-bottom: 20px;
  }
}
.p-contact__form-content.select {
  position: relative;
}
.p-contact__form-content.select::before {
  content: "";
  position: absolute;
  border: transparent 9px solid;
  border-top: 14px solid #595757;
  right: 20px;
  top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content.select::before {
    border: transparent 6px solid;
    border-top: 9px solid #595757;
    top: 20px;
  }
}
.p-contact__form-content.postal {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 17px;
  align-items: center;
  max-width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content.postal {
    gap: 0 8px;
  }
  .p-contact__form-content.postal > p {
    width: calc(100% - 105px);
  }
}
.p-contact__form-content.postal .postal-btn {
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  padding: 16px 22px 18px;
  background-color: #2FAC52;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content.postal .postal-btn {
    width: 97px;
    height: 41.6px;
    padding: 7px 0px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-contact__form-content.postal .postal-btn p {
  width: auto;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content.postal .postal-btn p {
    font-size: 0.75rem;
  }
}
.p-contact__form-content .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.p-contact__form-content .wpcf7-list-item input[type=radio] {
  display: none;
}
.p-contact__form-content .wpcf7-list-item-label {
  position: relative;
  padding-left: 38px;
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content .wpcf7-list-item-label {
    padding-left: 28px;
  }
}
.p-contact__form-content .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 3px solid #E0DFDF;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
  }
}
.p-contact__form-content .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: #595757;
  top: 50%;
  left: 1px;
  transform: translate(50%, -50%);
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content .wpcf7-list-item-label::after {
    width: 12px;
    height: 12px;
    left: 0;
  }
}
.p-contact__form-content input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__form-content .select {
  width: 100%;
  padding: 17px 23px;
  border-radius: 10px;
  border: 3px solid #E0DFDF;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content .select {
    font-size: 1rem;
    padding: 7px 15px;
  }
}
.p-contact__form-content .text {
  width: 100%;
  padding: 17px 23px;
  border-radius: 10px;
  border: 3px solid #E0DFDF;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content .text {
    font-size: 1rem;
    padding: 5px 10px;
  }
}
.p-contact__form-content .textarea {
  width: 100%;
  padding: 17px 23px;
  border-radius: 10px;
  border: 3px solid #E0DFDF;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-content .textarea {
    font-size: 1rem;
    padding: 7px 15px;
    height: 185px;
  }
}
.p-contact__form-privacy {
  margin-top: 93px;
  margin-bottom: 42px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-privacy {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.p-contact__form-privacy-check {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-privacy-check {
    text-align: left;
  }
}
.p-contact__form-privacy-check a {
  color: #3956F7;
  text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-privacy-check a {
    display: block;
  }
}
.p-contact__form-privacy-check input[type=checkbox] {
  display: none;
}
.p-contact__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-contact__form-privacy-check .wpcf7-list-item-label {
    padding-left: 35px;
  }
}
.p-contact__form-privacy-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 0;
  top: 50%;
  left: 0;
  border-radius: 2px;
  transform: translateY(-50%);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-privacy-check .wpcf7-list-item-label::before {
    top: 4px;
    transform: translateY(0);
  }
}
.p-contact__form-privacy-check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  border-bottom: 4px solid #2FAC52;
  border-left: 4px solid #2FAC52;
  border-radius: 0;
  background-color: unset;
  top: 50%;
  left: 0px;
  transform: translate(20%, -70%) rotate(-45deg);
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-privacy-check .wpcf7-list-item-label::after {
    top: 16px;
  }
}
.p-contact__form-privacy-check .privacy:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__form-submit .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-contact__form-submit .btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background-image: url(../img/arrow.svg);
  background-size: 100% 100%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
.p-contact__form-submit .btn.back::before {
  display: none;
}
.p-contact__form-submit .btn input {
  display: block;
  width: 321px;
  margin: 0 auto;
  padding: 17px 20px 18px;
  text-align: center;
  color: #fff;
  background-color: #2FAC52;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-contact__form-submit .btn input:hover {
  opacity: 0.5;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__form-submit .btn input {
    width: 206px;
    padding: 13px 20px 14px;
    font-size: 0.875rem;
  }
}
.p-contact__form-submit .btn .wpcf7-spinner {
  display: none;
}
.p-contact__recaptcha {
  margin-top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-contact__recaptcha {
    margin-top: 20px;
  }
}
.p-contact__recaptcha-text a {
  color: #2FAC52;
  text-decoration: underline;
}

.p-confirm {
  padding-bottom: 78px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm {
    padding-bottom: 83px;
  }
}
.p-confirm .p-contact__form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: 3px dotted #8B8A8A;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm .p-contact__form-row {
    border-bottom: none;
  }
}
.p-confirm .p-contact__form-head {
  width: 200px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0 41px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm .p-contact__form-head {
    justify-content: left;
  }
}
.p-confirm .p-contact__form-head p {
  margin-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm .p-contact__form-head {
    width: 100%;
    padding: 3px 9px 5px;
  }
}
.p-confirm .p-contact__form-head .hissu, .p-confirm .p-contact__form-head .nini {
  display: none;
}
.p-confirm .p-contact__form-content {
  width: calc(100% - 200px);
  padding: 45px 0 41px 41px;
  font-size: 1.25rem;
  max-width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm .p-contact__form-content {
    width: 100%;
    padding: 7px 0 23px;
    font-size: 0.875rem;
  }
}
.p-confirm .p-contact__form-content.select::before {
  display: none;
}
.p-confirm .p-contact__form-privacy {
  display: none;
}
.p-confirm .p-contact__form-submit {
  display: flex;
  align-items: center;
  margin-top: 81px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm .p-contact__form-submit {
    margin-top: 55px;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.p-confirm .p-contact__form-submit .btn {
  order: 2;
}
.p-confirm .p-contact__form-submit .btn input {
  width: 272px;
  border: 2px solid #2FAC52;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm .p-contact__form-submit .btn input {
    width: 196px;
  }
}
.p-confirm .p-contact__form-submit .back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  order: 1;
  margin: 0 auto;
  position: relative;
}
.p-confirm .p-contact__form-submit .back::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background-image: url(../img/soujyukai/arrow-prev.svg);
  background-size: 100% 100%;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
.p-confirm .p-contact__form-submit .back input {
  display: block;
  width: 272px;
  margin: 0 auto;
  padding: 17px 20px 18px;
  text-align: center;
  color: #2FAC52;
  border: 2px solid #2FAC52;
  background-color: #FFF;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-confirm .p-contact__form-submit .back input:hover {
  background-color: #DDF3E4;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-confirm .p-contact__form-submit .back input {
    width: 196px;
    padding: 13px 20px 14px;
    font-size: 0.875rem;
  }
}
.p-confirm .p-contact__form-submit .back .wpcf7-spinner {
  display: none;
}

.p-thanks {
  padding-top: 177px;
  padding-bottom: 86px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-thanks {
    padding-top: 84px;
    padding-bottom: 60px;
  }
}
.p-thanks__text {
  line-height: 2;
  margin-bottom: 65px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-thanks__text {
    margin-bottom: 30px;
  }
}
.p-thanks__info {
  border-radius: 20px;
  padding: 52px 20px 31px;
  background-color: #F7F7F7;
  margin-bottom: 73px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-thanks__info {
    padding: 26px 0;
    border-radius: 10px;
    margin-bottom: 45px;
  }
}
.p-thanks__info-text {
  text-align: center;
  font-size: 1.4375rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-thanks__info-text {
    font-size: 0.875rem;
  }
}
.p-thanks__btn a {
  max-width: 305px;
  margin: 0 auto;
  color: #2FAC52;
  border-radius: 50px;
  border: 2px solid #2FAC52;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-thanks__btn a {
    max-width: 196px;
  }
}
.p-thanks__btn a:hover, .p-thanks__btn a:focus {
  color: #2FAC52;
  background-color: #DDF3E4;
}
.p-thanks__btn a:hover svg text, .p-thanks__btn a:focus svg text {
  fill: #2FAC52;
}
.p-thanks__btn a text {
  fill: #2FAC52;
}

.p-sitemap {
  padding: 178px 0 158px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap {
    padding: 90px 0 76px;
  }
}
.p-sitemap__title {
  border-radius: 8px;
  padding: 3px 0 6px 18px;
  font-size: 1.5625rem;
  font-weight: 500;
  background-color: #E2E2E2;
  margin-bottom: 52px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__title {
    padding: 6px 11px 7px;
    font-size: 1.1875rem;
    margin-bottom: 34px;
    width: calc(100% + 26px);
    margin-left: -13px;
  }
}
.p-sitemap__parent {
  margin-bottom: 47px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__parent {
    padding-bottom: 30px;
    border-bottom: 1px dotted #C4C4C4;
    margin-bottom: 30px;
  }
}
.p-sitemap__flex {
  gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__flex {
    gap: 0;
  }
}
.p-sitemap__links01 {
  width: 55%;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__links01 {
    padding-bottom: 6px;
    border-bottom: 1px dotted #C4C4C4;
    margin-bottom: 30px;
  }
}
.p-sitemap__links02 {
  width: calc(45% - 20px);
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__links {
    width: 100%;
  }
}
.p-sitemap__link {
  margin-bottom: 31px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__link {
    margin-bottom: 30px;
  }
}
.p-sitemap__link-parent {
  display: block;
  padding-left: 18px;
  font-size: 1.5rem;
  text-decoration: underline;
  font-weight: 500;
  color: #707070;
  border-left: 5px solid #A2A2A2;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__link-parent {
    padding-left: 14px;
    font-size: 1.1875rem;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.p-sitemap__link-child {
  display: block;
  color: #707070;
  position: relative;
  padding-left: 24px;
  text-decoration: underline;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__link-child {
    padding-left: 20px;
  }
}
.p-sitemap__link-child::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-image: url(../img/pia/sitemap/arrow-circle.svg);
  background-size: 100% 100%;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitemap__link-child::before {
    width: 14px;
    height: 14px;
    top: 8px;
  }
}

.p-sitepolicy {
  padding: 178px 0 140px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitepolicy {
    padding: 90px 0 60px;
  }
}
.p-sitepolicy__title {
  border-radius: 8px;
  padding: 3px 0 6px 18px;
  font-size: 1.5625rem;
  font-weight: 500;
  background-color: #E2E2E2;
  margin-bottom: 52px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitepolicy__title {
    padding: 6px 11px 7px;
    font-size: 1.1875rem;
    margin-bottom: 34px;
    width: calc(100% + 26px);
    margin-left: -13px;
  }
}
.p-sitepolicy__text-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #707070;
  padding-bottom: 18px;
  border-bottom: 1px solid #595757;
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitepolicy__text-title {
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.p-sitepolicy__text-text {
  margin-bottom: 53px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitepolicy__text-text {
    margin-bottom: 40px;
  }
}
.p-sitepolicy__text-text a {
  color: #3956F7;
  text-decoration: underline;
}
.p-sitepolicy__text-text .kome {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-sitepolicy__text-text .kome {
    font-size: 0.75rem;
  }
}

.p-privacypolicy {
  padding: 178px 0 140px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy {
    padding: 90px 0 60px;
  }
}
.p-privacypolicy__title {
  border-radius: 8px;
  padding: 3px 0 6px 18px;
  font-size: 1.5625rem;
  font-weight: 500;
  background-color: #E2E2E2;
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__title {
    padding: 6px 11px 7px;
    font-size: 1.1875rem;
    margin-bottom: 34px;
    width: calc(100% + 26px);
    margin-left: -13px;
  }
}
.p-privacypolicy__text {
  margin-bottom: 65px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text {
    margin-bottom: 40px;
  }
}
.p-privacypolicy__text-title {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  color: #707070;
  padding-right: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #595757;
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-title {
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    line-height: 1.25;
  }
}
.p-privacypolicy__text-title .btn {
  position: absolute;
  top: 6px;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #8B8A8A;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-title .btn {
    width: 17px;
    height: 17px;
    top: auto;
    bottom: 15px;
  }
}
.p-privacypolicy__text-title .btn::before, .p-privacypolicy__text-title .btn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #fff;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-title .btn::before, .p-privacypolicy__text-title .btn::after {
    width: 9px;
    height: 2px;
    right: 4px;
  }
}
.p-privacypolicy__text-title .btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-privacypolicy__text-title.active .btn::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-privacypolicy__text-text {
  display: none;
}
.p-privacypolicy__text-text.show {
  display: block;
}
.p-privacypolicy__text-text .text {
  margin-bottom: 25px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-text .text {
    margin-bottom: 20px;
  }
}
.p-privacypolicy__text-text .text a {
  text-decoration: underline;
}
.p-privacypolicy__text-text .title {
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-text .title {
    margin-bottom: 20px;
  }
}
.p-privacypolicy__text-text .lists {
  margin-bottom: 25px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-text .lists {
    margin-bottom: 20px;
  }
}
.p-privacypolicy__text-text .list {
  position: relative;
  text-indent: -1.125rem;
  padding-left: 1.125rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-text .list {
    text-indent: -0.875rem;
    padding-left: 0.875rem;
  }
}
.p-privacypolicy__text-text .list::before {
  content: "●";
  opacity: 0.65;
}
.p-privacypolicy__text-text .list-child {
  position: relative;
  text-indent: -1.125rem;
  padding-left: 2.825rem;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-text .list-child {
    text-indent: -0.875rem;
    padding-left: 1.875rem;
  }
}
.p-privacypolicy__text-text .list-child::before {
  content: "・";
  opacity: 0.65;
}
.p-privacypolicy__text-text .list-child + .list {
  margin-top: 25px;
}
.p-privacypolicy__text-text .bb {
  padding-bottom: 40px;
  border-bottom: 1px dashed #595757;
  margin-bottom: 40px;
}
.p-privacypolicy__text-text .bottom {
  margin-bottom: 25px;
}
@media screen and (min-width: 0px) and (max-width: 767.9px) {
  .p-privacypolicy__text-text .bottom {
    margin-bottom: 20px;
  }
}
.p-privacypolicy__text-text .bottom b {
  display: block;
}
.p-privacypolicy__text-text .bottom a {
  display: block;
  color: #3956F7;
  text-decoration: underline;
}
.p-privacypolicy__text-text .name {
  text-align: right;
}
/*# sourceMappingURL=soujyukai.css.map */