@media (min-width: 961px) {
  .pcBr {
    display: block;
  }
  .spBr {
    display: none;
  }
}
@media (max-width: 960px) {
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
}
@media (max-width: 960px) {
  img {
    vertical-align: bottom;
  }
  main {
    min-width: inherit !important;
    max-width: inherit !important;
    width: auto !important;
  }
}
/* header.css */
/* ============================================ */
@media (max-width: 960px) {
  .header {
    min-width: inherit;
    max-width: inherit;
  }
  .header__contents {
    height: 60px;
  }
  .header__image__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px !important;
    height: 104px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    background: #fff !important;
  }
  .brown .header__image__container {
    border-radius: 0 !important;
    width: 59px !important;
    height: 49px !important;
    background: #9f7b4f !important;
  }
  .header__image {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 12px 6px 11px;
    width: 59px;
    height: 49px;
    background: #9f7b4f;
  }
  .page__home .header__image {
    padding: 24px 18px 25px 19px !important;
    width: 67px !important;
    height: 55px !important;
    background: transparent !important;
  }
  .open .header__image {
    padding: 5px 12px 6px 11px !important;
    width: 59px !important;
    height: 49px !important;
    background: #9f7b4f !important;
  }
  .brown .header__image {
    padding: 5px 12px 6px 11px !important;
    width: 59px !important;
    height: 49px !important;
    background: #9f7b4f !important;
  }
  .header__image__golden {
    opacity: 1 !important;
  }
  .open .header__image__golden {
    opacity: 0 !important;
  }
  .brown .header__image__golden {
    opacity: 0 !important;
  }
  .header__image__white {
    opacity: 0 !important;
  }
  .open .header__image__white {
    opacity: 1 !important;
  }
  .brown .header__image__white {
    opacity: 1 !important;
  }
  .header__nav {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
  }
  .open .header__nav {
    display: block;
  }
  .header__nav a {
    display: block;
    box-sizing: border-box;
    padding: 25px 0;
    width: 100%;
    border-bottom: 1px solid #d6d4d1;
    font-size: 14px;
  }
  .header__sns {
    top: 18px;
    right: 112px;
  }
  .header__button {
    position: absolute;
    top: 0;
    right: 60px;
    width: 40px;
    height: 60px;
    font-size: 8px;
  }
  .header__button img {
    display: none;
  }
  .header__button::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url("../images/sp/icon-mail.svg") no-repeat 50% 50%;
    content: "";
  }
  .header__button__image {
    margin-right: 0;
    width: 26.19px;
    height: 18.27px;
  }
  .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("../images/sp/icon-open.svg") no-repeat 50% 50%;
    content: "";
    cursor: pointer;
  }
  .open .hamburger {
    background-image: url("../images/sp/icon-close.svg");
  }
}
/* footer.css */
/* ============================================ */
@media (max-width: 960px) {
  .footer {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .footer__upper {
    height: auto;
  }
  .footer__aboutUs {
    position: relative;
    top: auto;
    left: auto;
    padding: 50px 20px 35px;
    text-align: center;
  }
  .footer__aboutUs__image {
    width: 109px;
    height: 90px;
  }
  .footer__aboutUs__aboutSite__image {
    position: relative;
    top: -12px;
    margin-left: 8px;
    width: 11px;
    height: 11px;
  }
  .footer__aboutUs__contact {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
  .footer__sns--pc {
    display: none;
  }
  .footer__sns--sp {
    display: flex;
    margin-top: 120px;
  }
  .footer__aboutUs__aboutSite {
    position: absolute;
    bottom: -464px;
    margin: 0;
    text-align: left;
  }
  .footer__nav {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    margin: 0 20px;
    padding: 40px 0 20px;
    width: auto;
    border-top: 1px solid #9f7b4f;
  }
  .footer__nav a {
    margin: 0 0 20px 0;
  }
  .footer__nav a:nth-child(1) {
    order: 1;
  }
  .footer__nav a:nth-child(2) {
    order: 5;
  }
  .footer__nav a:nth-child(3) {
    order: 2;
  }
  .footer__nav a:nth-child(4) {
    order: 6;
  }
  .footer__nav a:nth-child(5) {
    order: 3;
  }
  .footer__nav a:nth-child(6) {
    order: 7;
  }
  .footer__nav a:nth-child(7) {
    order: 4;
  }
  .footer__copyright {
    margin: 40px 0 0 0;
  }
}
/* index.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__home main {
    min-width: inherit;
    max-width: inherit;
  }
  .page__home .backgroundWaves {
    display: none;
  }
  .page__home .baigeBackground {
    display: none;
  }
  .page__home .pageImage__container {
    margin: 0;
    width: 100%;
    height: 100vw;
  }
  .page__home .pageImage {
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__home .pageImage__logo {
    top: 50%;
    width: auto;
  }
  .page__home .pageImage__logo__image {
    width: 124px;
    height: 103px;
  }
  .page__home .pageImage__logo__text {
    margin: 10px 0 0 20px;
    max-width: 140px;
    font-size: 18px;
  }
  .page__home .otherPages {
    z-index: 1;
    display: block;
    margin: -28px auto 0;
    width: calc(100% - 40px);
    height: auto;
    background: transparent;
    transform: inherit;
  }
  .page__home .otherPages__item {
    display: flex;
    flex-direction: inherit;
    margin: 8px 0 0;
    width: auto;
    height: auto;
  }
  .page__home .otherPages__item__image {
    width: 98px;
    height: 55px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__home .otherPages__item__text {
    padding-right: 35px;
    width: calc(100% - 98px);
    height: 55px;
    font-size: 14px;
    font-family: "Noto Serif JP";
  }
  .page__home .otherPages__item__text__arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15.25px;
    height: 10.13px;
    transform: translate(0, -50%);
  }
  .page__home .concept {
    flex-direction: column;
    margin: 61px 0 0;
    width: auto;
    height: auto;
  }
  .page__home .concept__image {
    width: calc(100% - 20px);
    height: auto;
  }
  .page__home .concept__image img {
    width: auto;
    height: 100%;
  }
  .page__home .concept__body {
    margin: 37px 20px 0;
    width: auto;
  }
  .page__home .concept__body__title {
    font-size: 25px;
  }
  .page__home .concept__body__caption {
    font-size: 30px;
    line-height: 1.6;
  }
  .page__home .concept__body__text {
    margin: 24px 0 0 0;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__home .concept2 {
    position: relative;
    flex-direction: column;
    margin: 50px 0 0 0;
    width: 100%;
  }
  .page__home .concept2::after {
    position: absolute;
    right: -120px;
    bottom: -86px;
    left: -120px;
    z-index: -1;
    margin: 0 auto;
    width: 634.99px;
    height: 115px;
    background: url("../images/background_wave_sp.webp") no-repeat 0 0/contain;
    content: "";
  }
  .page__home .concept2__image {
    margin: 0 0 0 auto;
    width: calc(100% - 20px);
    height: auto;
  }
  .page__home .concept2__image img {
    width: auto;
    height: 100%;
  }
  .page__home .content {
    position: relative;
    box-sizing: border-box;
    margin: 140px auto 0;
    padding: 0 20px;
    width: 100%;
    height: auto;
  }
  .page__home .content::after {
    position: absolute;
    top: 205px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #faf9f7;
    content: "";
  }
  .page__home .content__title {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
  }
  .page__home .content__title__text {
    margin-right: 16px;
    font-size: 25px;
  }
  .page__home .content__section1 {
    position: relative;
    top: auto;
    right: auto;
    margin: 45px 0 0 0;
    width: auto;
  }
  .page__home .content__section2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 55px 0 0 0;
    width: auto;
  }
  .page__home .content__section3 {
    position: relative;
    top: auto;
    left: auto;
    margin: 55px 0 0 0;
    width: auto;
  }
  .page__home .content__section4 {
    position: relative;
    top: auto;
    left: auto;
    margin: 55px 0 0 0;
    width: auto;
  }
  .page__home .content__number__container {
    position: relative;
    width: 0;
    height: 0;
  }
  .page__home .content__number {
    font-size: 72px;
  }
  .page__home .content__number__1,
  .page__home .content__number__2 {
    top: -100px;
    left: -10px;
  }
  .page__home .content__number__3,
  .page__home .content__number__4 {
    top: -110px;
    left: -10px;
  }
  .page__home .content__number__line {
    top: 32px;
    left: -28px;
    z-index: 1;
    width: 120px;
    transform: rotate(-45deg);
  }
  .page__home .content__image {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 64px, 64px 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 64px, 64px 0%);
  }
  .page__home .content__filler {
    width: 100px;
  }
  .page__home .content__text {
    width: auto;
  }
  .page__home .content__text__caption {
    margin: 20px 0 0 0;
    font-size: 25px;
    line-height: 1.6;
  }
  .page__home .content__text__p {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__home .more__button__container {
    margin: 50px 0 0;
    width: 100%;
  }
  .page__home .more__button__container a {
    width: calc(100% - 40px);
  }
  .page__home .more__button {
    width: 100%;
    height: 60px;
  }
  .page__home .more__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__home .voice {
    z-index: 1;
    align-items: flex-start;
    box-sizing: border-box;
    margin: 160px 0 0 0;
    padding: 0 20px;
    width: 100%;
  }
  .page__home .voice__title > :first-child {
    display: none;
  }
  .page__home .vioce__title__text {
    margin: 0 16px 0 0;
    font-size: 25px;
  }
  .page__home .voice__caption {
    margin: 10px 0 0 0;
    text-align: inherit;
    font-size: 20px;
    line-height: 1.65;
  }
  .page__home .voice__caption br {
    display: none;
  }
  .page__home .voice__images {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .page__home .voice__image {
    margin-top: 40px;
    width: auto;
    height: auto;
  }
  .page__home .voice__image__image {
    width: 100%;
    height: auto;
  }
  .page__home .voice__image__link {
    width: 100%;
    height: 55px;
    font-size: 16px;
  }
  .page__home .voice__image__link__arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 15.25px;
    height: 10.13px;
    transform: translate(0, -50%);
  }
  .page__home .contact {
    margin: 80px 0 0;
    padding: 80px 20px;
    width: 100%;
    height: auto;
    background: url("../images/index/image10_sp.webp") no-repeat 50% 50%/cover;
  }
  .page__home .contact::after {
    position: absolute;
    top: -302px;
    right: -120px;
    left: -120px;
    z-index: -1;
    margin: 0 auto;
    width: 634.99px;
    height: 115px;
    background: url("../images/background_wave_sp.webp") no-repeat 0 0/contain;
    content: "";
  }
  .page__home .contact a {
    display: block;
    width: 100%;
  }
  .page__home .contact__image__container {
    display: none;
  }
  .page__home .contact__content {
    height: auto;
  }
  .page__home .contact__content__title {
    margin: 0;
    font-size: 25px;
  }
  .page__home .contact__content__japaneseTitle {
    margin: 10px 0 0 0;
    font-size: 25px;
  }
  .page__home .contact__content__button {
    margin: 30px 0 0;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__home .contact__content__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.3px;
  }
}
/* for-customers.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__for-customers .backgroundWaves {
    display: none;
  }
  .page__for-customers .main__top {
    position: relative;
    height: auto;
  }
  .page__for-customers .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__for-customers .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -210px;
    left: 20px;
  }
  .page__for-customers .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__for-customers .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__for-customers .top {
    position: relative;
    width: 100%;
    height: 170px;
  }
  .page__for-customers .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__for-customers .top__image {
    width: 100%;
    height: 100%;
  }
  .page__for-customers .top__text {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 18px;
    line-height: 1.6666666667;
    transform: translate(0, -50%);
  }
  .page__for-customers .service {
    position: relative;
    margin-top: 89px;
  }
  .page__for-customers .service::after {
    position: absolute;
    bottom: -155px;
    left: 45px;
    z-index: -1;
    margin: 0 auto;
    width: 634.99px;
    height: 115px;
    background: url("../images/background_wave_sp.webp") no-repeat 0 0/contain;
    content: "";
    transform: scaleX(-1);
  }
  .page__for-customers .service__title {
    font-size: 25px;
  }
  .page__for-customers .service__text {
    margin: 14px 20px 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-customers .visitCut {
    display: block;
    margin-top: 80px;
    padding: 0 20px;
    width: auto;
    height: auto;
  }
  .page__for-customers .visitCut__image {
    width: 100%;
    height: auto;
  }
  .page__for-customers .visitCut__right {
    margin-left: 0;
    width: auto;
    height: auto;
  }
  .page__for-customers .visitCut__right__title {
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
  }
  .page__for-customers .visitCut__right__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-customers .visitCut__right__notice {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .page__for-customers .visitCut__right__targets {
    margin-top: 30px;
    padding: 30px 20px 35px;
  }
  .page__for-customers .visitCut__right__targets__title {
    text-align: center;
    font-size: 20px;
  }
  .page__for-customers .visitCut__right__targets__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-customers .voice {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 77px;
    width: 100%;
  }
  .page__for-customers .voice__title {
    font-size: 25px;
  }
  .page__for-customers .voice__text {
    margin: 14px 20px 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-customers .voice__list {
    margin-top: 40px;
    width: 100%;
    height: 325px;
  }
  .page__for-customers .voice__list__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
    width: 295px;
    height: 480px;
  }
  .page__for-customers .voice__list__image {
    width: 295px;
    height: 215px;
  }
  .page__for-customers .voice__list__tag {
    margin-top: 20px;
    padding: 0 22px;
    height: 25px;
    font-size: 14px;
  }
  .page__for-customers .voice__list__text {
    margin-top: 8px;
    height: 57px;
    font-size: 18px;
  }
  .page__for-customers .aboutHomeUse {
    display: block;
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 70px auto 0 auto;
    padding: 50px 0 0;
    width: 100%;
    background: #faf9f7;
  }
  .page__for-customers .aboutHomeUse__title {
    text-align: center;
    font-size: 25px;
  }
  .page__for-customers .aboutHomeUse__text1 {
    margin-top: 116px;
    color: #222;
    letter-spacing: 0.03em;
    font-size: 16px;
    font-family: "NotoSansJP-Regular", "Noto Sans JP";
  }
  .page__for-customers .aboutHomeUse__list__container {
    display: block;
    margin-top: 30px;
    padding: 0 20px;
    width: auto;
    height: auto;
    opacity: 1;
  }
  .page__for-customers .aboutHomeUse__list {
    display: block;
    width: auto;
  }
  .page__for-customers .aboutHomeUse__list__item {
    display: block;
    margin-top: 40px;
  }
  .page__for-customers .aboutHomeUse__list__item__image {
    width: 100%;
    height: auto;
  }
  .page__for-customers .aboutHomeUse__list__item__right {
    display: block;
    margin-left: 0;
  }
  .page__for-customers .aboutHomeUse__list__item__right__title {
    display: block;
    margin-top: 12px;
  }
  .page__for-customers .aboutHomeUse__list__item__right__title__number {
    font-size: 25px;
  }
  .page__for-customers .aboutHomeUse__list__item__right__title__text {
    margin-left: 0;
    font-size: 18px;
  }
  .page__for-customers .aboutHomeUse__list__item__right__line {
    margin-top: 15px;
  }
  .page__for-customers .aboutHomeUse__list__item__right__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-customers .aboutHomeUse__list__item__right__note {
    margin-top: 20px;
    font-size: 12px;
  }
  .page__for-customers .aboutHomeUse__text2 {
    margin-top: 50px;
    padding: 40px 20px 0;
    background: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-customers .more__button__container {
    margin: 40px 0 0 0;
    width: 100%;
  }
  .page__for-customers .more__button__container a {
    display: block;
    width: calc(100% - 40px);
  }
  .page__for-customers .more__button {
    width: 100%;
    height: 60px;
  }
  .page__for-customers .more__button__arrow {
    right: 20px;
    width: 15.25;
    height: 10.3px;
  }
  .page__for-customers .more__button__container2 {
    box-sizing: border-box;
    margin: 40px 0 0 0;
    padding: 0 20px;
    width: 100%;
  }
  .page__for-customers .more__button__container2 a {
    display: block;
    width: 100%;
  }
  .page__for-customers .contact {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 80px 20px;
    width: 100%;
    height: auto;
    background: url("../images/for-customers/contact_sp.webp") no-repeat 50% 50%/cover;
  }
  .page__for-customers .contact a {
    display: block;
    width: 100%;
  }
  .page__for-customers .contact__image__container {
    display: none;
  }
  .page__for-customers .contact__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .page__for-customers .contact__content__title {
    font-size: 25px;
    line-height: 1.6;
  }
  .page__for-customers .contact__content__caption {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-customers .contact__content__button {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__for-customers .contact__content__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__for-customers .faq {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 0 20px 40px;
    width: 100%;
  }
  .page__for-customers .faq__title {
    text-align: center;
    font-size: 25px;
  }
  .page__for-customers .faq__questions {
    box-sizing: border-box;
    margin: 30px 0 0;
    width: 100%;
  }
  .page__for-customers .faq__questions__item {
    margin-top: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page__for-customers .faq__questions__item__question {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    width: auto;
    height: auto;
  }
  .page__for-customers .faq__questions__item__answer {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff;
    transition: height 0.3s ease-out;
  }
  .page__for-customers .faq__questions__item__title {
    top: 20px;
    left: 20px;
    font-size: 20px;
    transform: inherit;
  }
  .page__for-customers .faq__questions__item__text {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 50px;
    font-size: 14px;
    line-height: 1.8571428571;
    transform: inherit;
  }
  .page__for-customers .faq__questions__item__button {
    top: 30px;
    right: 20px;
    width: 14px;
    height: 8px;
    transform: inherit;
  }
  .page__for-customers .filler {
    display: none;
  }
}
/* for-facilities.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__for-facilities .backgroundWaves {
    display: none;
  }
  .page__for-facilities .baigeBackground {
    display: none;
  }
  .page__for-facilities main > a {
    display: block;
    width: calc(100% - 40px);
  }
  .page__for-facilities .main__top {
    position: relative;
    height: auto;
  }
  .page__for-facilities .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__for-facilities .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -210px;
    left: 20px;
  }
  .page__for-facilities .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__for-facilities .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__for-facilities main > picture {
    width: 100%;
  }
  .page__for-facilities main > picture .image {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__for-facilities .service {
    margin-top: 89px;
  }
  .page__for-facilities .service__title {
    font-size: 25px;
  }
  .page__for-facilities .service__text {
    margin: 14px 20px 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-facilities .voice {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 77px;
    width: 100%;
  }
  .page__for-facilities .voice__title {
    font-size: 25px;
  }
  .page__for-facilities .voice__text {
    margin: 14px 20px 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-facilities .voice__list {
    margin-top: 40px;
    width: 100%;
    height: 325px;
  }
  .page__for-facilities .voice__list__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
    width: 295px;
    height: 480px;
  }
  .page__for-facilities .voice__list__image {
    width: 295px;
    height: 215px;
  }
  .page__for-facilities .voice__list__tag {
    margin-top: 20px;
    padding: 0 22px;
    height: 25px;
    font-size: 14px;
  }
  .page__for-facilities .voice__list__text {
    margin-top: 8px;
    height: 57px;
    font-size: 18px;
  }
  .page__for-facilities .more__button__container {
    margin: 40px 0 0 0;
    width: 100%;
  }
  .page__for-facilities .more__button {
    width: 100%;
    height: 60px;
  }
  .page__for-facilities .more__button__arrow {
    right: 20px;
    width: 15.25;
    height: 10.3px;
  }
  .page__for-facilities .more__button__container2 {
    box-sizing: border-box;
    margin: 40px 0 0 0;
    padding: 0 20px;
    width: 100%;
  }
  .page__for-facilities .more__button__container2 a {
    display: block;
    width: 100%;
  }
  .page__for-facilities .freeSession {
    box-sizing: border-box;
    margin: 90px auto 0 auto;
    padding: 0 20px;
    width: auto;
  }
  .page__for-facilities .freeSession__upper {
    display: block;
  }
  .page__for-facilities .freeSession__upper__image {
    width: 100%;
    height: auto;
  }
  .page__for-facilities .freeSession__upper__right {
    width: auto;
  }
  .page__for-facilities .freeSession__upper__right__title {
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
  }
  .page__for-facilities .freeSession__upper__right__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-facilities .freeSession__lower {
    display: block;
    box-sizing: border-box;
    margin-top: 55px;
    padding: 50px 20px 40px;
    width: 100%;
    height: auto;
  }
  .page__for-facilities .freeSession__lower__title {
    width: 201.94px;
    height: 48.54px;
  }
  .page__for-facilities .freeSession__lower__title__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .page__for-facilities .freeSession__lower__title__text {
    position: inherit;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  .page__for-facilities .freeSession__lower__text1 {
    margin-top: 0;
    text-align: center;
    font-size: 14px;
  }
  .page__for-facilities .freeSession__lower__captions {
    position: relative;
    margin-top: 20px;
    width: auto;
    height: auto;
  }
  .page__for-facilities .freeSession__lower__captions__item {
    position: relative;
    margin-top: 13px;
    height: 60px;
    font-size: 20px;
  }
  .page__for-facilities .freeSession__lower__captions__item1 {
    top: auto;
    left: auto;
    width: auto;
  }
  .page__for-facilities .freeSession__lower__captions__item2 {
    top: auto;
    left: auto;
    width: auto;
  }
  .page__for-facilities .freeSession__lower__captions__item3 {
    top: auto;
    left: auto;
    width: auto;
  }
  .page__for-facilities .freeSession__lower__text2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 58px; */
    width: auto;
    height: auto;
    /* border-top: #9f7b4f 1px solid;
    border-bottom: #9f7b4f 1px solid; */
  }
  .page__for-facilities .freeSession__lower__text2__circle {
    position: absolute;
    top: 0;
    left: calc(50% - 31.25px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62.5px;
    height: 62.5px;
    font-size: 14px;
    transform: translate(0, -50%);
  }
  .page__for-facilities .freeSession__lower__text2__line {
    display: none;
  }
  .page__for-facilities .freeSession__lower__text2__item {
    padding: 35px 0 30px;
    font-size: 18px;
    line-height: 1.7222222222;
  }
  .page__for-facilities .freeSession__lower__notice {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .page__for-facilities .example {
    display: block;
    box-sizing: border-box;
    margin-top: 70px;
    padding: 0 20px;
    width: 100%;
  }
  .page__for-facilities .example__title {
    text-align: center;
    font-size: 25px;
  }
  .page__for-facilities .example__examples__container {
    display: block;
    margin-top: 45px;
    padding: 0 0 25px;
    width: auto;
    height: auto;
    background: #faf9f7;
  }
  .page__for-facilities .example__examples {
    width: auto;
    height: auto;
  }
  .page__for-facilities .example__examples__lines {
    padding: 15px 0 25px;
    width: auto;
  }
  .page__for-facilities .example__examples__lines__line {
    width: 100%;
    height: 1px;
    background: #9f7b4f;
  }
  .page__for-facilities .example__examples__lines__title {
    padding: 0 10px;
    background: #faf9f7;
    color: #9f7b4f;
    white-space: nowrap;
    font-size: 14px;
  }
  .page__for-facilities .example__examples__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 20px;
    width: 100%;
  }
  .page__for-facilities .example__examples__item {
    width: calc(50% - 6px);
    height: auto;
  }
  .page__for-facilities .example__examples__item__image {
    width: 100%;
    height: auto;
  }
  .page__for-facilities .example__examples__item__text {
    margin: 10px 0 30px;
    font-size: 10px;
  }
  .page__for-facilities .example__examples__item__last {
    display: flex;
    justify-content: space-between;
  }
  .page__for-facilities .contact {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 80px 20px;
    width: 100%;
    height: auto;
    background: url("../images/for-facilities/image4_sp.webp") no-repeat 50% 50%/cover;
  }
  .page__for-facilities .contact a {
    display: block;
    width: 100%;
  }
  .page__for-facilities .contact__image__container {
    display: none;
  }
  .page__for-facilities .contact__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .page__for-facilities .contact__content__title {
    font-size: 25px;
    line-height: 1.6;
  }
  .page__for-facilities .contact__content__japaneseTitle {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.7;
  }
  .page__for-facilities .contact__content__line {
    margin-top: 30px;
  }
  .page__for-facilities .contact__content__contacts {
    display: block;
    margin-top: 25px;
    width: auto;
    height: auto;
  }
  .page__for-facilities .contact__content__contacts__tel {
    font-size: 25px;
  }
  .page__for-facilities .contact__content__contacts__email {
    margin-top: 8px;
  }
  .page__for-facilities .contact__content__button {
    margin-top: 40px;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__for-facilities .contact__content__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__for-facilities .faq {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 0 20px 40px;
    width: 100%;
  }
  .page__for-facilities .faq__title {
    text-align: center;
    font-size: 25px;
  }
  .page__for-facilities .faq__questions {
    box-sizing: border-box;
    margin: 30px 0 0;
    width: 100%;
  }
  .page__for-facilities .faq__questions__item {
    margin-top: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page__for-facilities .faq__questions__item__question {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    width: auto;
    height: auto;
  }
  .page__for-facilities .faq__questions__item__answer {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff;
    transition: height 0.3s ease-out;
  }
  .page__for-facilities .faq__questions__item__title {
    top: 20px;
    left: 20px;
    font-size: 20px;
    transform: inherit;
  }
  .page__for-facilities .faq__questions__item__text {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 50px;
    font-size: 14px;
    line-height: 1.8571428571;
    transform: inherit;
  }
  .page__for-facilities .faq__questions__item__button {
    top: 30px;
    right: 20px;
    width: 14px;
    height: 8px;
    transform: inherit;
  }
  .page__for-facilities .filler {
    display: none;
  }
}
/* for-job-seekers.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__for-job-seekers .main__top {
    position: relative;
    height: auto;
  }
  .page__for-job-seekers .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__for-job-seekers .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -210px;
    left: 20px;
  }
  .page__for-job-seekers .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__for-job-seekers .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__for-job-seekers .backgroundWaves {
    display: none;
  }
  .page__for-job-seekers .backgroundWaves__item1 {
    display: none;
  }
  .page__for-job-seekers .backgroundWaves__item2 {
    display: none;
  }
  .page__for-job-seekers .baigeBackground {
    display: none;
  }
  .page__for-job-seekers .top {
    position: relative;
    width: 100%;
    height: 170px;
  }
  .page__for-job-seekers .top .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__for-job-seekers .top__text {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 18px;
    line-height: 1.6666666667;
    transform: translate(0, -50%);
  }
  .page__for-job-seekers .aim {
    display: block;
    box-sizing: border-box;
    margin-top: 92px;
    padding: 0 20px;
    width: 100%;
  }
  .page__for-job-seekers .aim__title {
    text-align: center;
    font-size: 25px;
  }
  .page__for-job-seekers .aim__text {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-job-seekers .voice {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 80px 20px;
    background: #faf9f7;
  }
  .page__for-job-seekers .voice__title {
    text-align: center;
    font-size: 25px;
  }
  .page__for-job-seekers .voice__list {
    display: block;
    margin-top: 25px;
    width: auto;
  }
  .page__for-job-seekers .voice__list__item__container {
    display: block;
    height: auto;
  }
  .page__for-job-seekers .voice__list__item {
    display: block;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 30px 20px;
    width: auto;
  }
  .page__for-job-seekers .voice__list__item__top {
    margin-top: 0;
    width: auto;
    height: auto;
  }
  .page__for-job-seekers .voice__list__item__top__title {
    position: relative;
    font-size: 18px;
  }
  .page__for-job-seekers .voice__list__item__top__line {
    display: none;
  }
  .page__for-job-seekers .voice__list__item__top__who {
    position: relative;
    top: auto;
    right: auto;
    margin: 15px 0 0 0;
    padding: 15px 0 10px 0;
    border-top: 1px solid #ccb9a2;
    font-size: 14px;
  }
  .page__for-job-seekers .voice__list__item__line {
    display: none;
  }
  .page__for-job-seekers .voice__list__item__profile {
    margin-top: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-job-seekers .voice__list__item__image {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .page__for-job-seekers .voice__list__item__text {
    margin-top: 20px;
    width: auto;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-job-seekers .voice__list__filler {
    display: none;
  }
  .page__for-job-seekers .routine {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 80px 20px 27px;
    width: 100%;
  }
  .page__for-job-seekers .routine__title {
    text-align: center;
    font-size: 25px;
  }
  .page__for-job-seekers .routine__list {
    display: block;
    margin-top: 30px;
  }
  .page__for-job-seekers .routine__list__item {
    position: relative;
    padding-bottom: 33px;
    width: 100%;
    height: auto;
  }
  .page__for-job-seekers .routine__list__item2 {
    position: relative;
    padding-bottom: 33px;
    width: 100%;
    height: auto;
  }
  .page__for-job-seekers .routine__list__item__redCircle {
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
  }
  .page__for-job-seekers .routine__list__item__whiteCircle {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
  }
  .page__for-job-seekers .routine__list__item__redLine {
    left: 10px;
  }
  .page__for-job-seekers .routine__list__item__time {
    position: relative;
    top: -3px;
    left: 33px;
    font-size: 20px;
  }
  .page__for-job-seekers .routine__list__item__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0 0 33px;
    width: auto;
    font-size: 18px;
  }
  .page__for-job-seekers .routine__list__item__text {
    position: relative;
    top: auto;
    left: auto;
    margin: 14px 0 0 33px;
    width: auto;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-job-seekers .routine__list__item__note {
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0 0 33px;
    width: auto;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .page__for-job-seekers .more__button__container {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    width: 100%;
  }
  .page__for-job-seekers .more__button__container a {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .page__for-job-seekers .more__button {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__for-job-seekers .more__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__for-job-seekers .contact {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 80px 20px;
    width: 100%;
    height: auto;
    background: url("../images/for-customers/contact_sp.webp") no-repeat 50% 50%/cover;
  }
  .page__for-job-seekers .contact a {
    display: block;
    width: 100%;
  }
  .page__for-job-seekers .contact__image__container {
    display: none;
  }
  .page__for-job-seekers .contact__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .page__for-job-seekers .contact__content__title {
    font-size: 25px;
    line-height: 1.6;
  }
  .page__for-job-seekers .contact__content__caption {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__for-job-seekers .contact__content__button {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__for-job-seekers .contact__content__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__for-job-seekers .filler {
    display: none;
  }
}
/* application.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__application .baigeBackground {
    display: none;
  }
  .page__application .main__top {
    position: relative;
    height: auto;
  }
  .page__application .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__application .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -210px;
    left: 20px;
  }
  .page__application .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__application .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__application .top {
    position: relative;
    width: 100%;
    height: 170px;
  }
  .page__application .top .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__application .top__text {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 18px;
    line-height: 1.6666666667;
    transform: translate(0, -50%);
  }
  .page__application .environment {
    display: block;
    margin-top: 92px;
  }
  .page__application .environment__title {
    text-align: center;
    font-size: 25px;
  }
  .page__application .environment__list {
    display: block;
    margin-top: 0;
    width: auto;
  }
  .page__application .environment__list__row {
    display: block;
    width: 100%;
    height: auto;
  }
  .page__application .environment__list__row__border {
    border-bottom: none;
  }
  .page__application .environment__list__item {
    display: block;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 40px 0;
    width: auto;
    height: auto;
    border-bottom: #ccb9a2 1px solid;
  }
  .page__application .environment__list__item__image__container {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .page__application .environment__list__item__image {
    width: 48px;
    height: 48px;
  }
  .page__application .environment__list__item__title {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7222222222;
  }
  .page__application .environment__list__item__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__application .whoWeWant {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 80px 20px;
    background: #faf9f7;
  }
  .page__application .whoWeWant__title {
    margin-top: 0;
    text-align: center;
    font-size: 25px;
  }
  .page__application .whoWeWant__list__container {
    margin-top: 30px;
    width: auto;
  }
  .page__application .whoWeWant__list {
    margin: 0 auto;
    padding: 5px 20px 30px;
    width: auto;
    background: #fff;
  }
  .page__application .whoWeWant__list__item {
    padding: 20px 0;
    width: 100%;
    height: auto;
    border-bottom: #ccb9a2 1px solid;
  }
  .page__application .whoWeWant__list__item__image {
    margin-left: 0;
    width: 16px;
    height: 16px;
  }
  .page__application .whoWeWant__list__item__text {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__application .requirement {
    display: block;
    box-sizing: border-box;
    margin-top: 0;
    padding: 80px 20px;
    width: 100%;
  }
  .page__application .requirement__title {
    text-align: center;
    font-size: 25px;
  }
  .page__application .requirement__list {
    display: block;
    margin-top: 10px;
    width: auto;
  }
  .page__application .requirement__list__item {
    display: block;
    margin-top: 0;
    padding: 30px 0;
    width: 100%;
  }
  .page__application .requirement__list__item__title {
    width: auto;
    font-size: 16px;
  }
  .page__application .requirement__list__item__right {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
  .page__application .requirement__list__item__right__text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__application .requirement__list__item__right__note {
    margin-top: 15px;
    font-size: 12px;
  }
  .page__application .requirement__list__item__right__filler {
    display: none;
  }
  .page__application .requirement__list__item__right__redText {
    margin: 15px 0 8px;
    font-size: 14px;
  }
  .page__application .faq {
    display: block;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 20px 40px;
    width: 100%;
  }
  .page__application .faq__title {
    text-align: center;
    font-size: 25px;
  }
  .page__application .faq__questions {
    box-sizing: border-box;
    margin: 30px 0 0;
    width: 100%;
  }
  .page__application .faq__questions__item {
    margin-top: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page__application .faq__questions__item__question {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    width: auto;
    height: auto;
  }
  .page__application .faq__questions__item__answer {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff;
    transition: height 0.3s ease-out;
  }
  .page__application .faq__questions__item__title {
    top: 20px;
    left: 20px;
    font-size: 20px;
    transform: inherit;
  }
  .page__application .faq__questions__item__text {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 50px;
    font-size: 14px;
    line-height: 1.8571428571;
    transform: inherit;
  }
  .page__application .faq__questions__item__button {
    top: 30px;
    right: 20px;
    width: 14px;
    height: 8px;
    transform: inherit;
  }
  .page__application .contact {
    display: block;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 80px 20px;
    width: 100%;
    height: auto;
    background: url("../images/for-customers/contact_sp.webp") no-repeat 50% 50%/cover;
  }
  .page__application .contact a {
    display: block;
    width: 100%;
  }
  .page__application .contact__image__container {
    display: none;
  }
  .page__application .contact__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .page__application .contact__content__title {
    font-size: 25px;
    line-height: 1.6;
  }
  .page__application .contact__content__caption {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__application .contact__content__button {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__application .contact__content__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__application .filler {
    display: none;
  }
}
/* voice.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__voice .backgroundWaves {
    display: none;
  }
  .page__voice .backgroundWaves__item1 {
    display: none;
  }
  .page__voice .baigeBackground {
    display: none;
  }
  .page__voice .main__top {
    position: relative;
    height: auto;
  }
  .page__voice .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__voice .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -210px;
    left: 20px;
  }
  .page__voice .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__voice .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__voice .top {
    position: relative;
    width: 100%;
    height: 170px;
  }
  .page__voice .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__voice .top__image {
    width: 100%;
    height: 100%;
  }
  .page__voice .scrollers {
    display: block;
    box-sizing: border-box;
    margin: 62px auto 0 auto;
    padding: 0 20px;
    width: 100%;
    height: auto;
  }
  .page__voice .scrollers__item {
    display: block;
    position: relative;
    margin: 10px 0 0;
    padding: 20px 0;
    width: 100%;
    height: 100%;
  }
  .page__voice .scrollers__item__text {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 18px;
  }
  .page__voice .scrollers__item__arrow {
    top: 50%;
    right: 0;
    width: 14.15px;
    height: 8.09px;
  }
  .page__voice .facility {
    display: block;
    box-sizing: border-box;
    margin-top: 0;
    padding: 70px 20px 0;
    width: 100%;
  }
  .page__voice .facility__title {
    text-align: center;
    font-size: 25px;
    font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  }
  .page__voice .facility__list {
    display: block;
    margin-top: 0;
    width: auto;
    height: auto;
  }
  .page__voice .facility__list__item {
    display: block;
    margin: 30px 0 0 0;
    height: auto;
  }
  .page__voice .facility__list__item__image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__voice .facility__list__item__right {
    display: block;
    width: auto;
  }
  .page__voice .facility__list__item__right__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .page__voice .facility__list__item__right__line {
    margin-top: 15px;
  }
  .page__voice .facility__list__item__right__text {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__voice .facility__facilitys__text {
    margin-top: 17px;
    height: 25px;
    color: #3b3b3b;
    letter-spacing: 0.08em;
    font-size: 25px;
    font-family: "NotoSansJP-Regular", "Noto Sans JP";
  }
  .page__voice .customer {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 80px 20px 0px;
    width: auto;
    background: #faf9f7;
  }
  .page__voice .customer__title {
    text-align: center;
    font-size: 25px;
  }
  .page__voice .customer__list {
    display: block;
    margin-top: 0;
    height: auto;
  }
  .page__voice .customer__list__item {
    display: block;
    margin-top: 30px;
  }
  .page__voice .customer__list__item__image {
    width: 100%;
    height: auto;
  }
  .page__voice .customer__list__item__right {
    display: block;
    width: auto;
  }
  .page__voice .customer__list__item__right__top {
    display: block;
    margin-top: 0;
    height: auto;
  }
  .page__voice .customer__list__item__right__top__text {
    margin-top: 20px;
    font-size: 18px;
  }
  .page__voice .customer__list__item__right__top__who {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    width: 80px;
    height: 24px;
    font-size: 12px;
  }
  .page__voice .customer__list__item__right__line {
    margin-top: 15px;
  }
  .page__voice .customer__list__item__right__name {
    margin-top: 15px;
    color: #9f7b4f;
    font-size: 16px;
    font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  }
  .page__voice .customer__list__item__right__text {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__voice .more__button__container {
    display: block;
    margin: 30px 0 80px 0;
    width: calc(100% - 40px);
  }
  .page__voice .more__button__container2 {
    display: block;
    padding: 50px 20px 80px;
    margin: 0;
  }
  .page__voice .more__button__container2 .more__button {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }
  .page__voice .more__button {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__voice .more__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__voice .more__button__container2-1 {
    position: relative;
    z-index: 1;
    display: block;
    margin: 30px 0 80px 0;
    width: calc(100% - 40px);
  }
  .page__voice .more__button__container2-2 {
    position: relative;
    z-index: 1;
    display: block;
    margin: -130px 0 80px 0;
    width: calc(100% - 40px);
  }
  .page__voice .more__button__container-bottom {
    margin-top: -140px;
  }
  .page__voice .filler {
    display: none;
  }
  .page__voice #lastBtn {
    margin: 0;
    padding: 50px 0 80px;
    background: #FAF9F7 url("../images/background_wave.webp") no-repeat 40px -10px/600px auto;
  }
  .page__voice .customer__anchor {
    height: 0;
    position: relative;
    top: -240px;
    margin: 0;
  }
}
/* service.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__service .backgroundWaves {
    display: none;
  }
  .page__service .backgroundWaves__item1 {
    display: none;
  }
  .page__service .backgroundWaves__item2 {
    display: none;
  }
  .page__service .backgroundWaves__item3 {
    display: none;
  }
  .page__service .backgroundWaves__item4 {
    display: none;
  }
  .page__service .main__top {
    position: relative;
    height: auto;
  }
  .page__service .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__service .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -210px;
    left: 20px;
  }
  .page__service .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__service .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__service main > picture {
    width: 100%;
  }
  .page__service main > picture .image {
    margin-bottom: 98px;
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__service .content {
    margin: 0;
    width: 100%;
  }
  .page__service .content__section {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 0 66px 0;
    padding: 0 20px;
  }
  .page__service .content :nth-child(2).content__section picture {
    position: relative;
  }
  .page__service .content :nth-child(2).content__section picture::after {
    position: absolute;
    bottom: -60px;
    left: -60px;
    z-index: -1;
    margin: 0 auto;
    width: 634.99px;
    height: 115px;
    background: url("../images/background_wave_sp.webp") no-repeat 0 0/contain;
    content: "";
  }
  .page__service .content :nth-child(4).content__section {
    position: relative;
  }
  .page__service .content :nth-child(4).content__section::after {
    position: absolute;
    bottom: -60px;
    left: 120px;
    z-index: -1;
    margin: 0 auto;
    width: 634.99px;
    height: 115px;
    background: url("../images/background_wave_sp.webp") no-repeat 0 0/contain;
    content: "";
    transform: rotate(180deg);
  }
  .page__service .content__number__container {
    position: relative;
    width: 0;
    height: 0;
  }
  .page__service .content__number {
    position: relative;
    font-size: 72px;
  }
  .page__service .content__number__1 {
    top: -100px;
    left: -10px;
  }
  .page__service .content__number__2 {
    top: -100px;
    left: -10px;
  }
  .page__service .content__number__3 {
    top: -115px;
    left: -10px;
  }
  .page__service .content__number__4 {
    top: -115px;
    left: -10px;
  }
  .page__service .content__number__line {
    top: 32px;
    left: -28px;
    z-index: 1;
    width: 118px;
    transform: rotate(-45deg);
  }
  .page__service .content__image {
    order: 1;
    max-width: inherit;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 64px, 64px 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 64px, 64px 0%);
  }
  .page__service .content__filler {
    display: none;
  }
  .page__service .content__text {
    order: 2;
    width: auto;
  }
  .page__service .content__text__caption {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.6;
  }
  .page__service .content__text__p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__service .content__menu {
    box-sizing: border-box;
    margin-top: 38px;
    padding: 0 20px;
  }
  .page__service .content__menu__upperLines {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .page__service .content__menu__upperLines__line {
    width: 100%;
  }
  .page__service .content__menu__upperLines__menu {
    width: auto;
    font-size: 25px;
  }
  .page__service .content__menu__grid__container {
    display: block;
    box-sizing: border-box;
    margin: 10px 0 25px 0;
    padding: 20px 20px 30px;
    width: 100%;
    height: auto;
  }
  .page__service .content__menu__grid {
    display: block;
    margin: auto;
    width: auto;
  }
  .page__service .content__menu__grid__item {
    padding: 10px 0;
    width: auto;
    font-size: 14px;
  }
  .page__service .content__menu__grid__item span {
    font-size: 14px;
    font-family: "NotoSansJP-Regular", "Noto Sans JP";
  }
  .page__service .content__menu__lowerLine {
    width: 100%;
    height: 1px;
    background: #a23d3d;
  }
  .page__service .content__menu__note {
    margin-top: 13px;
    color: #6f6f6f;
    font-size: 12px;
    font-family: "NotoSansJP-Regular", "Noto Sans JP";
  }
  .page__service .visitArea {
    display: block;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 80px 20px;
    width: 100%;
    height: auto;
    background: url("../images/service/image6_sp.webp") no-repeat 50% 50%/cover;
  }
  .page__service .visitArea__image {
    display: none;
  }
  .page__service .visitArea__image__mask {
    display: none;
  }
  .page__service .visitArea__content {
    display: block;
    width: auto;
    height: auto;
  }
  .page__service .visitArea__content__title {
    position: relative;
    font-size: 15px;
  }
  .page__service .visitArea__content__title::before, .page__service .visitArea__content__title::after {
    top: -10px;
  }
  .page__service .visitArea__content__japaneseTitle {
    margin: 10px 0;
    font-size: 25px;
  }
  .page__service .visitArea__content__text {
    font-size: 14px;
  }
  .page__service .visitArea__content__button {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__service .visitArea__content__button__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__service .content__otherPages {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 55px 20px 40px;
    width: auto;
  }
  .page__service .content__otherPages__item {
    display: flex;
    flex-direction: column;
    margin: 25px 0 0 0;
    width: 100%;
    height: auto;
  }
  .page__service .content__otherPages__item__image {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page__service .content__otherPages :nth-child(1) .content__otherPages__item__image {
    -o-object-position: 50% 75%;
       object-position: 50% 75%;
  }
  .page__service .content__otherPages :nth-child(2) .content__otherPages__item__image {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
  .page__service .content__otherPages :nth-child(3) .content__otherPages__item__image {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .page__service .content__otherPages__item__text {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    height: 52px;
    background: #9f7b4f;
    color: #fff;
    font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  }
  .page__service .content__otherPages__item__text__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15.25px;
    height: 10.13px;
    transform: translate(0, -50%);
  }
}
/* sitemap.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__sitemap .main__top {
    position: relative;
    height: auto;
  }
  .page__sitemap .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__sitemap .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 20px;
    z-index: 1;
  }
  .page__sitemap .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__sitemap .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__sitemap .sitemap {
    display: block;
    box-sizing: border-box;
    padding: 60px 20px;
    width: 100%;
    height: auto;
    border-top: #9f7b4f 1px solid;
    background: #faf9f7;
  }
  .page__sitemap .sitemap__list__container {
    display: block;
    box-sizing: border-box;
    padding: 30px 20px 30px;
    width: auto;
    height: auto;
  }
  .page__sitemap .sitemap__list {
    display: block;
    width: auto;
  }
  .page__sitemap .sitemap__column {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .page__sitemap .sitemap__item {
    position: relative;
    width: 100%;
    color: #222;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 14px;
    font-family: "ZenOldMincho-Medium", "Zen Old Mincho";
  }
  .page__sitemap .sitemap__column__line {
    margin-top: 25px;
  }
  .page__sitemap .sitemap__column__filler {
    width: 100%;
    height: 25px;
  }
  .page__sitemap .sitemap__item__arrow {
    right: 0;
    width: 12.72px;
    height: 8.45px;
  }
  .page__sitemap .sitemap__item2 {
    margin: 18px 0 3px 0;
    width: 100%;
    color: #222;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 14px;
    font-family: "ZenOldMincho-Medium", "Zen Old Mincho";
  }
  .page__sitemap .filler {
    display: none;
  }
  .page__sitemap .sitemap__list :nth-child(1) :nth-child(8) {
    margin-top: 64px;
  }
  .page__sitemap .sitemap__list :nth-child(1) :nth-child(9) {
    margin: -64px 0 48px;
  }
}
/* 404.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__404 .content {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 20px 40px;
    text-align: center;
  }
  .page__404 .content__title {
    font-size: 80px;
  }
  .page__404 .content__title__english {
    margin-top: -10px;
    font-size: 27px;
  }
  .page__404 .content__caption {
    margin-top: 30px;
    font-size: 20px;
  }
  .page__404 .content__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__404 .return__button__container {
    margin: 50px auto;
    width: auto;
    height: auto;
  }
  .page__404 .return__button {
    position: relative;
    max-width: 350px;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__404 .return__button__arrow {
    left: 20px;
    width: 15.25px;
    height: 10.13px;
  }
}
/* contact.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__contact .main__top {
    position: relative;
    height: auto;
  }
  .page__contact .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__contact .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 20px;
    z-index: 1;
  }
  .page__contact .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__contact .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__contact .contact {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    width: auto;
    max-width: 100vw;
  }
  .page__contact .contact__circle__container {
    margin: 60px auto 0;
    width: 247px;
  }
  .page__contact .contact__circle__background {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  .page__contact .contact__circle__text {
    margin-top: 5px;
    font-size: 14px;
  }
  .page__contact .contact__circle__rightArrow {
    margin: 18px 22px 0;
    width: 6.63px;
    height: 11.59px;
  }
  .page__contact .contact__text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__contact .contact__caption {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__contact .contact__list {
    display: block;
    margin-top: 50px;
  }
  .page__contact .contact__list__item {
    position: relative;
    display: block;
    padding: 20px 0 30px;
  }
  .page__contact .contact__list__item__title {
    margin-top: 0;
    width: auto;
    font-size: 14px;
  }
  .page__contact .contact__list__item__required {
    position: absolute;
    top: 20px;
    right: 0;
    margin-top: 0;
  }
  .page__contact .contact__list__item__right {
    display: flex;
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .page__contact .contact__list__item__right__inputText {
    margin-bottom: 0;
    padding-left: 20px;
    width: auto;
    font-size: 13px;
  }
  .page__contact .contact__list__item__right__inputSelect__container {
    width: 100%;
  }
  .page__contact .contact__list__item__right__inputSelect {
    padding-left: 20px;
    width: 100%;
    font-size: 13px;
  }
  .page__contact .contact__list__item__right__inputSelect__downArrow {
    top: 34%;
    right: 20px;
    width: 16px;
    height: 10px;
  }
  .page__contact .contact__list__item__right__inputRadio__container {
    margin-bottom: 0;
    font-size: 13px;
  }
  .page__contact .contact__list__item__right__textarea {
    margin-bottom: 0;
    padding: 20px;
    width: auto;
    height: 192px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__contact .contact__confirm {
    display: block;
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__contact .contact__submit {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 350px;
    width: 100%;
    height: auto;
  }
  .page__contact .contact__submit__button {
    position: relative;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__contact .contact__submit__arrow {
    top: 50%;
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__contact .filler {
    display: none;
  }
}
/* confirm.css */
/* ============================================ */
@media (max-width: 960px) {
  .page__contact .main__top {
    position: relative;
    height: auto;
  }
  .page__contact .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__contact .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 20px;
    z-index: 1;
  }
  .page__contact .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__contact .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__contact .confirm {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100vw;
  }
  .page__contact .confirm__circle__container {
    margin: 60px auto 0;
    width: 247px;
  }
  .page__contact .confirm__circle__background {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  .page__contact .confirm__circle__text {
    margin-top: 5px;
    font-size: 14px;
  }
  .page__contact .confirm__circle__rightArrow {
    margin: 18px 22px 0;
    width: 6.63px;
    height: 11.59px;
  }
  .page__contact .confirm__caption {
    margin-top: 49px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__contact .confirm__list {
    display: block;
    margin-top: 50px;
    width: 100%;
  }
  .page__contact .confirm__list__item {
    position: relative;
    display: block;
    padding: 25px 0;
  }
  .page__contact .confirm__list__item__title {
    width: auto;
    font-size: 14px;
  }
  .page__contact .confirm__list__item__required {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .page__contact .confirm__list__item__right {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__contact .confirm__confirm {
    display: none;
  }
  .page__contact .confirm__buttons {
    display: block;
    margin: 70px auto 60px;
    width: auto;
  }
  .page__contact .confirm__button__container {
    position: relative;
    margin-top: 30px;
    width: auto;
    height: 60px;
  }
  .page__contact .confirm__return__button {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__contact .confirm__return__arrow {
    left: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__contact .confirm__submit__button {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__contact .confirm__submit__arrow {
    right: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__contact .filler {
    display: none;
  }
}
/* thanks.css */
@media (max-width: 960px) {
  .page__thanks .main__top {
    position: relative;
    height: auto;
  }
  .page__thanks .main__top__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 46px 20px 40px 20px;
    font-size: 25px;
  }
  .page__thanks .main__top__nav {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 20px;
    z-index: 1;
  }
  .page__thanks .main__top__nav__upperPages {
    font-size: 12px;
  }
  .page__thanks .main__top__nav__thisPage {
    font-size: 12px;
  }
  .page__thanks .thanks {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .page__thanks .thanks__circle__container {
    margin: 60px auto 0;
    width: 247px;
  }
  .page__thanks .thanks__circle__background {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  .page__thanks .thanks__circle__text {
    margin-top: 5px;
    font-size: 14px;
  }
  .page__thanks .thanks__circle__rightArrow {
    margin: 18px 22px 0;
    width: 6.63px;
    height: 11.59px;
  }
  .page__thanks .thanks__text {
    margin-top: 49px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__thanks .thanks__message {
    display: block;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 0 20px;
  }
  .page__thanks .thanks__message__title {
    text-align: center;
    font-size: 20px;
    line-height: 1.55;
  }
  .page__thanks .thanks__message__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__thanks .thanks__message__errorText {
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .page__thanks .thanks__button__container {
    margin: 50px auto 0;
    width: 350px;
    height: 60px;
  }
  .page__thanks .thanks__button {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .page__thanks .thanks__button__arrow {
    left: 20px;
    width: 15.25px;
    height: 10.13px;
  }
  .page__thanks .filler {
    display: none;
  }
}/*# sourceMappingURL=sp.css.map */
