/* 印刷時のスタイル */
@media print {
  @page {
    size: auto;
    margin: 0mm;
  }

  body > *:not(#print) {
    display: none;
  }
  
  #print {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  
  #print .companyAccess_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #print .companyAccess_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}

.print-off {
  display: none;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before,
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
    display: none;
}
/* contact card */
.contact-card .contact-card__item:not(:last-child) {
    margin: 0 auto 15px;
}
.contact-card .contact-card__ttl {
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 6px 0;
    text-align: center;
}
.contact-card .contact-card__ttl.bg-gray {
    background: #F0F0F0;
}
.contact-card .tel-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-card .tel-link span {
    background: var(--main-theme-color);
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 22px;
    margin-right: 8px;
    width: 39px;
}
.contact-card .tel-link a {
    color: var(--main-theme-color);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}
.contact-card .tel-info {
    font-size: 13px;
    font-weight: 400;
    margin: 3px 0 0;
    text-align: center;
}


.contact-card .mail-link a {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.contact-card__item {
    margin: 0 auto;
    max-width: 280px;
}

/* page header */
.page-header {
    padding: 50px 0 60px;
}
.post-type-archive-faq .page-header {
    padding: 50px 0 46px;
}
.slug-corporate .page-header,
.slug-insurance .page-header {
    padding-bottom: 60px;
}
.slug-contact .page-header,
.slug-welcome .page-header,
.post-type-archive-voice .page-header {
    padding-bottom: 40px;
}
.single .page-header {
    padding: 50px 0 40px;
}
.blog .page-header {
    padding-bottom: 80px;
}
.page-header__inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.page-header__inner h1,
.page-header__inner h2 {
    display: flex;
    flex-direction: column;
}

.page-header__inner h1 span.ttl,
.page-header__inner h2 span.ttl {
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 0.05em;
}
.page-header__inner h1 span.en,
.page-header__inner h2 span.en {
    color: var(--main-theme-color);
    font-family: var(--ft-poppin);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.page-header__inner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin-top: 60px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .page-header {
        padding: 20px 0;
    }
    .post-type-archive-faq .page-header {
        padding: 20px 0 30px;
    }
    .slug-corporate .page-header,
    .slug-insurance .page-header,
    .post-type-archive-voice .page-header,
    .slug-welcome .page-header {
        padding-bottom: 20px;
    }
    .single .page-header {
        padding: 20px 0 40px;
    }
    .blog .page-header {
        padding-bottom: 29px;
    }
    .page-header__inner {
        max-width: var(--sub-column);
    }
    .page-header__inner h1 span.ttl,
    .page-header__inner h2 span.ttl {
        font-size: 30px;
    }
    .page-header__inner h1 span.en,
    .page-header__inner h2 span.en {
        font-size: 13px;
    }
    .page-header__inner p {
        margin-top: 20px;
    }
}

/* contactitem */
.contactitem {
    background: rgb(92 164 161 / 20%);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 160px auto 0;
    padding: 60px 50px;
    position: relative;
    width: 95%;
    max-width: var(--sub-column2);
}
.faq-wrapper + .contactitem {
    margin-top: 140px;
}
.slug-insurance .contactitem {
    margin-top: 140px;
}
.post-type-archive-voice .contactitem {
    margin-top: 130px;
}
.contactitem.contactpage {
    border-radius: 0;
    margin: 0;
    padding: 60px 0;
    width: 100%;
    max-width: none;
}
.contactitem.contactpage .contactitem-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.contactitem-header {
    background: #5CA4A1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    text-align: center;
    width: 90%;
    max-width: 560px;
}
.contactitem-header::after {
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 15px solid #5CA4A1;
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 0;
}
.contactitem-header h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.contactitem-left {
    background: url(../images/contactitem.png) no-repeat;
    background-position: right bottom;
    background-size: 238px 199px;
    width: calc(50% - 140px);
}
.contactpage .contactitem-left {
    background-position: right 100px bottom;
}
.contactitem-right {
    padding-right: 10px;
    width: calc(50% + 50px);
}
.contactitem-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contactitem-item {
    background: #fff;
    border-radius: 12px;
    filter: drop-shadow(0 0 15px rgb(55 187 182 / 10%));
    padding: 35px;
}
.contactitem-ttl p {
    color: #5CA4A1;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}
.contactitem-ttl h2 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.01em;
}
.contactitem-text {
    margin: 35px 0 0;
}
.contactpage .contactitem-text {
    margin-top: 90px;
}
.contactitem-text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
}
.contactitem-item.line {
    text-align: center;
}
.contactitem-line {
    margin: 0 0 25px;
    text-align: center;
}
.contactitem-line img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 328px;
}
.contactitem-item.line .top {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: left;
}
.contactitem-item.line .top span {
    font-weight: 700;
}
.contactitem-line__btn {
    line-height: 0;
    margin: 15px auto 11px;
}
.contactitem-line__btn a,
.contactitem-line__btn picture {
    display: block;
    line-height: 0;
}
.contactitem-item.line .bottom {
    font-size: 13px;
    font-weight: 500;
}
.contactitem-item.form,
.contactitem-item.tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 35px;
}
.contactitem-item.form .contactitem-itemleft,
.contactitem-item.tel .contactitem-itemleft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
}
.contactitem-item.form .contactitem-itemleft p,
.contactitem-item.tel .contactitem-itemleft p {
    font-size: 28px;
    font-weight: 900;
}
.contactitem-item.form .contactitem-itemleft p span,
.contactitem-item.tel .contactitem-itemleft p span {
    display: block;
    font-size: 20px;
    font-weight: 900;
}
.contactitem-item.form .contactitem-itemright,
.contactitem-item.tel .contactitem-itemright {
    width: calc(100% - 200px);
}
.contactitem-itembtn {
    height: 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
}
.contactitem-itembtn a {
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
.contactitem-itemright__in {
    text-align: center;
}
.contactitem-itemright__in a.tel {
    color: var(--main-theme-color);
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.contactitem-itemright__in p {
    font-size: 13px;
    font-weight: 400;
}
@media screen and (max-width: 1068px) {
    .contactitem-left {
        background-size: 180px 159px;
        width: 250px;
    }
    .contactitem-right {
        width: calc(100% - 300px);
    }
    .contactitem-item,
    .contactitem-item.form,
    .contactitem-item.tel {
        padding: 25px;
    }
}
@media screen and (max-width: 968px) {
    .contactitem {
        border-radius: 0;
        margin: 50px auto;
        padding: 65px 35px;
        width: 100%;
        max-width: 100%;
    }
    .faq-wrapper + .contactitem {
        margin-top: 50px;
    }
    .slug-diagnosis .contactitem {
        margin-top: 80px;
    }
    .slug-welcome .contactitem {
        margin-top: 0;
    }
    .post-type-archive-voice .contactitem {
        margin-top: 110px;
    }
    .contactitem-left,
    .contactpage .contactitem-left {
        background-size: 118px 95px;
        background-position: right 10px bottom;
        margin-bottom: -70px;
        padding: 0 0 115px;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
    .contactitem-right {
        padding-right: 0;
        width: 100%;
    }
    .contactitem-item {
        padding: 35px 25px 25px;
    }
    .contactitem-item.form,
    .contactitem-item.tel {
        padding: 25px;
    }
    .contactitem-line img {
        max-width: 143px;
    }
    .contactitem-text p {
        font-size: 16px;
    }
    .contactitem-text p br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .contactitem {
        border-radius: 0;
        margin: 35px auto 0;
        padding: 60px 10px 40px;
        padding-bottom: 45px;
        width: 100%;
        max-width: 100%;
    }
    .contactitem.contactpage {
        padding: 40px 10px;
    }
    .faq-wrapper + .contactitem {
        margin-top: 80px;
    }
    .slug-corporate .contactitem,
    .slug-insurance .contactitem,
    .slug-welcome .contactitem {
        margin-top: 0;
    }
    .slug-diagnosis .contactitem {
        margin-top: 80px;
    }
    .contactitem.contactpage .contactitem-inner {
        width: 100%;
        max-width: 100%;
    }
    .contactitem-ttl p {
        font-size: 13px;
    }
    .contactitem-ttl h2 {
        font-size: 30px;
        letter-spacing: 0.05em;
    }
    .contactitem-header {
        height: 76px;
        top: -38px;
    }
    .contactitem-header h2 {
        font-size: 16px;
    }
    .contactitem-text {
        margin: 30px 0 0;
    }
    .contactpage .contactitem-text {
        margin-top: 0;
    }
    .contactitem-item.form,
    .contactitem-item.tel {
        padding: 25px 15px;
    }
    .contactitem-item.line .top,
    .contactitem-item.line .bottom {
        font-size: 13px;
        text-align: left;
    }
    .contactitem-item.form .contactitem-itemleft,
    .contactitem-item.tel .contactitem-itemleft {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .contactitem-item.form .contactitem-itemleft p,
    .contactitem-item.tel .contactitem-itemleft p {
        font-size: 20px;
    }
    .contactitem-item.form .contactitem-itemleft p span,
    .contactitem-item.tel .contactitem-itemleft p span {
        display: inline;
        font-size: 16px;
    }
    .contactitem-item.form .contactitem-itemright,
    .contactitem-item.tel .contactitem-itemright {
        margin: 20px 0 0;
        width: 100%;
    }
    .contactitem-item.tel .contactitem-itemright {
        margin-top: 15px;
    }
    .contactitem-itemright__in a.tel {
        background: var(--main-theme-color);
        border-radius: 50px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
        font-size: 24px;
        font-weight: 600;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 320px;
    }
    .contactitem-itemright__in p {
        font-weight: 500;
        margin: 10px 0 0;
    }
}

/* faq */
.faq-contents {
    margin: -80px 0 0;
    padding: 80px 0 0;
}
.faq-contents:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
    margin: -80px 0 120px;
    padding: 80px 0 142px;
}
.faq-contents#pickup {
    background: rgb(92 164 161 / 20%);
    margin: 0 0 60px;
    padding: 60px 0 80px;
}
.faq-contents__inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.faq-contents__head {
    margin: 0 0 20px;
    text-align: center;
}
.faq-contents#pickup .faq-contents__head {
    margin: 0 0 40px;
}
.faq-contents__head h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
}
.faq-more {
    height: 40px;
    margin: 0 0 0 auto;
    width: 180px;
}
.faq-more__btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: var(--main-theme-color);
    border-radius: 6px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    outline: none;
    width: 100%;
}
.faq-more__btn:hover {
    opacity: .8;
}
.faq-more__btn::before {
    background: url(../images/icon-faq-minus.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
.faq-more.on .faq-more__btn::before {
    background-image: url(../images/icon-faq-plus.svg);
}
.faq-contents__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-contents__item {
    background: #fff;
    border: 1px solid rgb(92 164 161 / 50%);
    border-radius: 12px;
}
.faq-contents__list dt {
    padding: 28px 75px 28px 40px;
    position: relative;
}
.faq-contents__list dd {
    background: rgb(92 164 161 / 10%);
    padding: 28px 40px 26px;
}
.faq-contents#pickup .faq-contents__list dd {
    display: none;
}
.faq-contents__item dt::after {
    background: url(../images/icon-plus.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 15px;
}
.faq-contents__item.open dt::after {
    background-image: url(../images/icon-minus.svg);
}
.faq-contents__list dt h3 {
    font-size: 18px;
    font-weight: 700;
}
.faq-contents__list dd p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin-bottom: 25px;
}
.faq-contents__list dd p:last-of-type {
  margin-bottom: 0;
}
.faq-contents__list dd a {
    border-bottom: 1px solid var(--main-text-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
}
.faq-contents__list dd .more-link {
    display: none;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .slug-insurance .pagefaq-head {
        margin-bottom: 30px;
    }
    .faq-contents#pickup {
        margin: 0 0 17px;
        padding: 40px 0;
    }
    .faq-contents {
        margin: -75px 0 0;
        padding: 75px 0 0;
    }
    .faq-contents:not(:last-child) {
        margin: -75px 0 60px;
        padding: 75px 0 60px;
    }
    .faq-contents__inner {
        max-width: var(--main-column);
    }
    .faq-contents__head {
        margin: 0 0 15px;
    }
    .faq-contents#pickup .faq-contents__head {
        margin: 0 0 20px;
    }
    .faq-contents__head h2 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .faq-more {
        height: 36px;
        width: 126px;
    }
    .faq-more__btn {
        font-size: 13px;
    }
    .faq-more__btn::before {
        height: 17px;
        width: 17px;
    }
    .faq-contents__list dt {
        padding: 15px 60px 12px 20px;
    }
    .faq-contents__list dd {
        padding: 16px 20px;
    }
    .faq-contents__item dt::after {
        height: 12px;
        right: 14px;
        width: 12px;
    }
    .faq-contents__list dt h3 {
        font-size: 16px;
    }
}

/* block faq */
.topfaq,
.pagefaq {
    padding: 140px 0 0;
}
.slug-insurance .pagefaq,
.slug-welcome .pagefaq {
    padding: 120px 0 140px;
}
.topfaq-inner,
.pagefaq-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.topfaq-body .pagebtn,
.pagefaq-body .pagebtn {
    margin-top: 60px;
}
.slug-insurance .pagebtn {
    margin-top: 40px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .topfaq,
    .pagefaq {
        padding: 60px 0 25px;
    }
    .slug-insurance .pagefaq,
    .slug-welcome .pagefaq {
        padding: 80px 0 60px;
    }
    .topfaq-inner,
    .pagefaq-inner {
        max-width: var(--main-column);
    }
    .topfaq-body .pagebtn {
        margin-top: 30px;
        width: var(--sub-column3);
    }
    .pagefaq-body .pagebtn {
        margin-top: 30px;
        width: var(--sub-column3);
    }
    .slug-insurance .pagebtn {
        margin-top: 40px;
    }
}

/* faq-anker */
.anker {
    background: #F0F0F0;
    border-radius: 12px;
    margin: 0 auto 140px;
    padding: 38px 30px;
    width: 95%;
    max-width: var(--sub-column3);
}
.anker ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.anker ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}
.anker ul li a::after {
    background: url(../images/icon-arrow-down.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.anker ul li a span {
    border-bottom: 1px solid var(--main-text-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .anker {
        margin: 0 auto 94px;
        padding: 26px 25px;
        max-width: var(--main-column);
    }
    .anker ul {
        gap: 15px;
    }
    .anker ul li {
        width: 100%;
    }
}

/* pagination */
.pagination {
    margin: 100px 0 0;
}
.pagination-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1100px;
}
.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-list li {
    line-height: 1em;
}
.pagination-list li.pagenate-num {
    margin-right: 20px;
}
.pagination-list li.first {
    margin: 0 50px;
}
.pagination-list li.last {
    margin: 0 50px 0 30px;
}
.pagination-list li.disabled span {
    color: #ccc;
}
.pagination-list li.disabled .mini-btn .btn {
    background: #ccc;
    pointer-events: none;
}
.pagination-list li.current span {
    color: #5CA4A1;
}
.pagination-list li a,
.pagination-list li span {
    font-family: var(--ft-poppin), "Zen Maru Gothic", serif;
    font-size: 20px;
    font-weight: 400;
}
.pagination-list li.first a,
.pagination-list li.last a,
.pagination-list li.first span,
.pagination-list li.last span {
    font-size: 18px;
    font-weight: 700;
}
.pagination-list li.prev a,
.pagination-list li.next a {
    background-color: #5CA4A1;
    background-position: center;
    background-size: 5px 10px;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
}
.pagination-list li.prev.disabled a,
.pagination-list li.next.disabled a {
    background-color: #CCCCCC;
    pointer-events: none;
}
.pagination-list li.prev a {
    background-image: url(../images/icon-arrow-l-w.svg);
}
.pagination-list li.next a {
    background-image: url(../images/icon-arrow-r-w.svg);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .pagination {
        margin: 40px 0 45px;
    }
    .pagination-list li.pagenate-num {
        margin-right: 20px;
    }
    .pagination-list li.first {
        margin: 0 40px 0 20px;
    }
    .pagination-list li.last {
        margin: 0 20px;
    }
    .pagination-list li.first a,
    .pagination-list li.last a,
    .pagination-list li.first span,
    .pagination-list li.last span {
        font-size: 16px;
    }
    .pagination-list li.prev a,
    .pagination-list li.next a {
        background-size: 4px 8px;
        height: 24px;
        width: 24px;
    }
}

/* block */
.block-head {
    margin: 0 0 60px;
    text-align: center;
}

.block-head h2 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.01em;
}
.block-head p {
    font-family: var(--ft-poppin);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
}
.block-head.blue p {
    color: #5CA4A1;
}
.block-head.red p {
    color: #E77461;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 0 0 54px;
    }
    .block-head h2 {
        font-size: 30px;
        letter-spacing: 0.05em;
    }
    .block-head p {
        font-size: 13px;
    }
}

/* pagebtn */
.pagebtn {
    height: 60px;
    margin: 0 auto;
    width: 340px;
}
.pagebtn a {
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .pagebtn {
        height: 50px;
        width: 315px;
    }
    .pagebtn a {
        font-size: 18px;
    }
}

/* process */
.process {
    padding: 158px 0 305px;
}
.process-inner {
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: var(--sub-column2);
}
.process-ttl {
    margin-bottom: -35px;
    max-width: 950px;
}
.process-movie {
    background: #F2EEE7;
    border-radius: 50px;
    margin: 0 auto;
    padding: 80px;
    width: 100%;
    max-width: 960px;
}
.process-movie iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}
.process-symbol {
    position: absolute;
}
.process-symbol.left {
    left: -20px;
    bottom: -40px;
    width: 170px;
}
.process-symbol.right {
    right: -20px;
    bottom: -125px;
    width: 335px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .process {
        padding: 70px 0 128px;
    }
    .process-inner {
        width: 100%;
        max-width: 100%;
    }
    .process-ttl {
        margin-bottom: -18px;
        width: calc(100% - 30px);
    }
    .process-movie {
        border-radius: 20px;
        padding: 20px;
        width: calc(100% - 20px);
    }
    .process-symbol.left {
        left: 5px;
        bottom: -55px;
        width: 73px;
    }
    .process-symbol.right {
        right: 5px;
        bottom: -70px;
        width: 150px;
    }
}

/* staff */
.staff {
    border-top: 2px solid #F0F0F0;
    padding: 120px 0 0;
}
.staff-body {
    background: rgb(231 116 97 / 20%);
    padding: 0 0 120px;
    position: relative;
}
.staff-body::before {
    background: #fff;
    content: "";
    display: block;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.staff-image {
    border-radius: 12px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 95%;
    max-width: 860px;
    z-index: 1;
}
.staff-text,
.staff-cards {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.staff-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin: 60px auto 80px;
    text-align: center;
}
.staff-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.staff-text p strong {
    font-weight: 700;
}
.staff-text p span {
    background:linear-gradient(transparent 60%, #fff 60%);
}
.staff-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.staff-card {
    background: #fff;
    border: 6px solid rgb(231 116 97 / 50%);
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 46px;
    position: relative;
    width: calc((100% - (25px * 2)) / 3);
}
.staff-card:hover {
    opacity: .8;
}
.staff-card__image {
    border-radius: 6px 6px 0 0;
    line-height: 0;
    overflow: hidden;
}
.staff-catchcopy {
    background: rgb(231 116 97 / 10%);
    padding: 23px 0;
    text-align: center;
}
.staff-catchcopy p {
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
}
.staff-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 27px;
}
.staff-card:nth-child(2) .staff-info,
.staff-card:nth-child(3) .staff-info {
    padding-top: 27px;
}
.staff-info__in {
    width: 100%;
}
.staff-dev {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
}
.staff-names {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.staff-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    width: 75px;
}
.staff-name span {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}
.staff-detail {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    width: calc(100% - 75px);
}
.staff-more {
    background: var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.staff-more p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.staff-more p::after {
    background: url(../images/icon-solid-arrow-r-w.svg) no-repeat;
    background-color: #fff;
    background-position: center;
    background-size: 5px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    margin-left: 4px;
    width: 20px;
}

.staff-bottom {
    margin: 100px auto 0;
    text-align: center;
    width: 100%;
    max-width: 833px;
}
.staff-bottom p {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin: 60px auto 0;
    width: 95%;
    max-width: var(--sub-column3);
}
@media screen and (max-width: 1110px) {
    .staff-card:nth-child(2) .staff-info {
        padding-top: 16px;
    }
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .staff {
        padding: 95px 0 0;
    }
    .staff-head {
        margin-bottom: 30px;
    }
    .staff-body {
        padding: 0 0 80px;
    }
    .slug-welcome .staff-body {
        padding: 0 0 60px;
    }
    .staff-body::before {
        height: 68px;
    }
    .staff-image {
        border-radius: 10px;
        width: 100%;
        max-width: var(--sub-column);
    }
    .staff-text {
        width: 100%;
        max-width: var(--sub-column3);
    }
    .staff-cards {
        width: 100%;
        max-width: var(--mian-column);
    }

    .staff-text {
        gap: 20px;
        margin: 30px auto 50px;
        text-align: left;
    }

    .staff-cards {
        gap: 10px;
    }
    .staff-card {
        border: 4px solid rgb(231 116 97 / 50%);
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding-bottom: 36px;
        width: 100%;
    }
    .staff-card__image {
        border-radius: 6px 0 0 0;
        height: 100%;
        width: 123px;
    }
    .staff-card__image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .staff-card__text {
        width: calc(100% - 123px);
    }

    .staff-catchcopy {
        padding: 26px 10px 26px 20px;
        text-align: left;
    }
    .staff-catchcopy p {
        font-size: 16px;
    }
    .staff-info {
        padding: 10px 20px;
    }
    .staff-card:nth-child(2) .staff-info,
    .staff-card:nth-child(3) .staff-info {
        padding-top: 10px;
    }
    .staff-dev {
        font-size: 12px;
        margin: 0 0 2px;
    }
    .staff-names {
        flex-direction: column;
    }
    .staff-name {
        font-size: 16px;
        width: 100%;
    }
    .staff-name span {
        font-size: 13px;
    }
    .staff-detail {
        font-size: 12px;
        width: 100%;
    }
    .staff-more {
        height: 36px;
    }
    .staff-more p {
        font-size: 13px;
    }
    .staff-more p::after {
        background-size: 4px;
        height: 16px;
        width: 16px;
    }
    .staff-bottom {
        margin: 60px auto 0;
        text-align: left;
    }
    .staff-bottom p {
        margin: 45px auto 0;
    }
}

/* modal */
.modal {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.modal-bg {
    background: rgb(0 0 0 / 30%);
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.modal-content {
    background: #fff;
    height: 558px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    max-width: 1160px;
    z-index: 2;
}
.modal-close {
    background: url(../images/icon-close-p.svg) no-repeat;
    background-position: center;
    background-size: 12px;
    background-color: #fff;
    border: 1px solid var(--main-theme-color);
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 40px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .modal-content {
        height: 80%;
        max-height: max-content;
        top: 15%;
        width: 100%;
        max-width: var(--mian-column);
    }
}

/* staff modal */
.staff-modal__content {
    background: #fff;
    border-radius: 12px;
    border: 6px solid rgb(231 116 97 / 50%);
    height: 558px;
}
.staff-modal__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
}
.staff-modal__left {
    border-radius: 6px 0 0 6px;
    line-height: 0;
    overflow: hidden;
    padding-right: 54px;
    width: 50%;
}
.staff-modal__right {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 50px 80px 0 0;
    width: 50%;
}
.staff-modal__left img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.staff-modal__in h3 {
    color: var(--main-theme-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 44.8px;
    margin: 0 0 40px;
}
.staff-modal__txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.staff-modal__text {
    border-top: 1px solid #CCCCCC;
    margin-top: 30px;
    padding: 30px 0 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .staff-modal__content {
        background: #fff;
        border-radius: 12px;
        border: 6px solid rgb(231 116 97 / 50%);
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        height: 70vh;
    }
    .staff-modal__left {
        border-radius: 6px 6px 0 0;
        height: 220px;
        padding-right: 0;
        width: 100%;
    }
    .staff-modal__right {
        padding: 30px 20px 20px;
        width: 100%;
    }
    .staff-modal__in h3 {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 30px;
    }
    .staff-modal__text {
        margin-top: 20px;
        padding: 20px 0 0;
    }
    .staff-modal__text .staff-names {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        flex-direction: row;
    }
    .staff-modal__text .staff-name {
        width: 70px;
    }
    .staff-modal__text .staff-detail {
        width: calc(100% - 70px);
    }
}


/* linebtn */
.linebtn {
    height: 60px;
    width: 100%;
    max-width: 340px;
}
.linebtn a {
    background: #00C300;
    background: linear-gradient(180deg, rgba(0, 195, 0, 1) 0%, rgba(3, 178, 25, 1) 85%, rgba(7, 157, 68, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}
.linebtn a::before {
    background: url(../images/icon-line.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 34px;
    margin: 0 14px 0 0;
    width: 36px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* breadcrumb */
.breadcrumb {
    background: #F0F0F0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}
.breadcrumb-inner {
    margin: 0 auto;
    overflow-x: auto;
    width: 95%;
    max-width: var(--mian-column);
}
.breadcrumb-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
}
.breadcrumb-item:not(:last-child)::after {
    background: url(../images/icon-solid-arrow-r-b.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 8px;
    margin: 0 10px;
    width: 5px;
}
.breadcrumb-item:first-child a::before {
    background: url(../images/icon-home.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
.breadcrumb-item.current {
    text-decoration: none;
}
.breadcrumb-item,
.breadcrumb-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}
.breadcrumb-item.current a {
    font-weight: bold;
    pointer-events: none;
    text-decoration: none;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}