@charset "UTF-8";

/*=========================================================

  =Global Layout

==========================================================*/

:root {
    --color-white: #fff;
    --color-black: #1F1F1F;
    --bg-light-grey: #f0f0f0;
    --font-family-en:  "Manrope", sans-serif;
    --border-radius-40: 4rem;
    --border-radius-32: 3.2rem;
    --border-radius-24: 2.4rem;
    --border-radius-16: 1.6rem;
    --border-radius-8: .8rem;
    --border-radius-4: .4rem;
}
html {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    color: var(--color-black);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    scroll-padding-top: 10rem;
}
body {
    background: #F4F4F4;
    width: 100%;
    font-size: 1.6rem;
    font-feature-settings: 'palt' 1;
    letter-spacing: .02em;
    line-height: 1.8;
}
@media only screen and (max-width:960px) {
    body {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 768px) {
    body {
        min-width: 320px;
    }
}


/*=========================================================

  =common Layout

==========================================================*/
/*
------------------------------------------
 =Frame Format
------------------------------------------
*/
#wrapper {
    width: 100%;
    position: relative;
}
.inner {
    max-width: 142rem;
    margin: 0 auto;
    padding: 0 7rem;
}
.inner-w {
    max-width: 162rem;
    margin: 0 auto;
    padding: 0 7rem;
}
#p-news.main-body .inner,
#p-contact.main-body .inner,
#p-privacy.main-body .inner,
#p-harassment.main-body .inner {
    max-width: 122rem;
}
.wrap {
    padding: 8rem 0 9.6rem;
}
.main-body {
    padding: 8rem 0 14.4rem;
    position: relative;
}
.content-row {
    display: flex;
    column-gap: 6.4rem;
}
#main-column {
    flex-grow: 1;
}
#side-column {
    width: 34rem;
    flex-shrink: 0;
}
@media screen and (max-width:1180px) {
    #wrapper {
        padding-top: 6rem;
    }
}
@media screen and (max-width:960px) {
    .wrap {
        padding: 6.4rem 0 8rem;
    }
    .inner,.inner-w {
        padding: 0 2rem;
    }
    #main-column {
        margin-bottom: 6.4rem;
    }
    #side-column {
        width: auto;
    }
    .main-body {
        padding: 4rem 0 8rem;
    }
    .content-row {
        display: block;
    }

}

/*
------------------------------------------
 =Font Formatt
------------------------------------------
*/
.section-heading{
    margin-bottom:4.8rem;
}
.section-heading .en{
    font-family: var(--font-family-en);
    font-size:8.8rem;
    font-weight: 800;
    line-height: 1;
    color:#fff;
    display: inline-block;
    letter-spacing: -.06em;
    padding:.0rem 2.4rem 0rem 1rem;
}
.section-heading .jp{
    font-size:1.8rem;
    font-weight: 900;
    line-height: 1.2;
    padding-top:1.6rem;
}
#p-top-news .section-heading .en{
    font-size: 7.2rem;
}
.related-works .section-heading .en{
    font-size: 6.4rem;
}
#p-top-news .section-heading .jp,
.related-works .section-heading .jp{
    font-size: 1.4rem;
}

.border-top__heading{
    border-top:.1rem solid #818181;
    padding-top:4rem;
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom:4rem;
}
.bg-left__heading{
    border-radius: .8rem;
    background: #E1E4E5;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    padding: 1.4rem 2rem 1.4rem 2rem;
    position: relative;
    margin: 6.4rem 0 3.2rem;
}
.bg-left__heading::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    inset: 1.8rem auto 1.8rem 0;
    width: .3rem;
    background: var(--color-black);
}
.bg-left__heading span{
    font-size: 1.8rem;
    padding-left:1rem;
}

.p-top-header {
    display: flex;
    align-items: center;
    column-gap: 8rem;
}
.p-top-header__txt{
    padding-bottom:6rem;
}

@media screen and (max-width:960px) {
    .section-heading{
        margin-bottom:2.4rem;
    }
    .section-heading .en{
        font-size:5rem;
        padding:.0rem 1.6rem 0rem 1rem;
    }
    .section-heading .jp{
        font-size:1.3rem;
        padding-top:1rem;
    }
    #p-top-news .section-heading .en,
    .related-works .section-heading .en{
        font-size:4rem;
    }
    .p-top-header {
        display: block;
    }
    .p-top-header__txt{
        padding-bottom:3rem;
    }
    .border-top__heading{
        padding-top:2.4rem;
        font-size: 2.2rem;
        margin-bottom:2.4rem;
    }
    .bg-left__heading{
        font-size: 1.8rem;
        padding: 1.4rem 1.6rem 1.4rem;
        margin: 4rem 0 2.4rem;
    }
    .bg-left__heading span{
        font-size: 1.2rem;
        padding-left:.6rem;
    }
}


/* Page-ttl
--------------------------*/
.page-header {
    position: relative;
    height: 35rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items:end;
}
.page-header__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pege-heading{
    z-index: 2;
}
.pege-heading .en,
.pege-heading .jp {
    position: relative;
}
.pege-heading .en {
    font-family: var(--font-family-en);
    font-size: 8.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.06em;
    padding: .2rem 2.4rem 1.2rem 1rem;
    margin-bottom: 10px;
    text-transform:capitalize;
}
.pege-heading .jp {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.06em;
    padding-top:1.6rem;
}
@media only screen and (max-width:960px) {
    .page-header {
        height: 12rem;
    }
    .pege-heading .en {
        font-size: 4.8rem;
        padding: 0rem 1.6rem .8rem 1rem;
    }
    .pege-heading .jp {
        font-size: 1.5rem;
        padding-top:1rem;
    }
}


/*
------------------------------------------
 =Header
------------------------------------------
*/
#header {
    position: fixed;
    width: calc(100% - 1.6rem);
    top: .8rem;
    left: .8rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    height: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius:.8rem;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
#header .logo {
    width: 16rem;
    height: auto;
    z-index: 1;
    opacity: 1;
    margin-left: 4rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header.scroll {
    width: 100%;
    top: 0;
    left: 0;
    border-radius:0;
    height: 6rem;
}
@media screen and (max-width:1180px) {
    #header {
        width: 100%;
        top: 0;
        left: 0;
        height: 6rem;
        border-radius: 0;
    }
    #header .logo {
        width: 12rem;
        margin-left: 2rem;
        padding: 0;
    }
}

/* G-nav */
#g-nav ul {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: .01em;
    font-weight: 700;
}
#g-nav ul .g-nav-list__item {
    position: relative;
}
#g-nav li a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1.44;
}
#g-nav ul .g-nav-droplist {
    display: block;
}
#gnav-contact {
    margin: 0;
}
#gnav-contact a {
    display: block;
    padding: 1.4rem 3.6rem;
    transition: 0.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    text-align: center;
    border-radius: 6rem;
}
#gnav-contact a>p span {
    display: inline-block;
    position: relative;
}
#gnav-contact a>p span:after {
    color: var(--color-black);
    content: attr(data-text) "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    transform: rotateX(90deg);
    transition-duration: .3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.43, .05, .17, 1);
}
#gnav-contact .txt,
#gnav-contact a>p span:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 50% 50% 0.7em;
}
#gnav-contact .txt {
    display: block;
    opacity: 1;
    transition-duration: .45s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.43, .05, .2, 1);
}
#gnav-contact a:hover>p span:after {
    opacity: 1;
    transform: rotateX(0)
}
#gnav-contact a:hover .txt {
    color: #fff;
    opacity: 0;
    transform: rotateX(-90deg)
}
#gnav-contact {
    margin: 0 0 0 2rem;
}
#gnav-contact .g-nav-btn-link {
    background: var(--color-black);
    border: 2px solid var(--color-black);
    color: #fff;
    transition: .3s ease-in-out;
}
#gnav-contact .g-nav-btn-link:hover {
    background: var(--color-primary-on);
    border: 2px solid var(--color-black);
}
#g-nav .blank-link{
    position:relative;
    padding-right:3.2rem;
}
#g-nav .blank-link::after {
    content: url(../img/icon/icon-blanklink.svg);
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -5px;
    right: 10px;
}

@media screen and (min-width: 1181px) {
    #g-nav {
        padding: 2.4rem 3rem;
    }
    #g-nav ul {
        align-items: center;
    }
    #g-nav ul .g-nav-list__item {
        padding: 0 2.4rem;
    }
    #g-nav .g-nav-list__item:not(:first-child)::before {
        position: absolute;
        top: calc(50% - 8px);
        left: 0;
        display: block;
        content: '';
        width: 1px;
        height: 16px;
        background: #D3D3D3;
    }
    #g-nav li .g-nav-link {
        color: inherit;
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 1;
        padding: .2em 0;
    }
    #g-nav li .g-nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0%;
        width: 100%;
        height: 1px;
        background: rgba(34, 34, 34, 1);
        transition: .3s ease-in-out;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    #g-nav li .g-nav-link:hover::before {
        transform: scale(1, 1);
    }
    #g-nav ul li .g-nav-link:hover {
        color: #666;
    }
    #g-nav .g-nav-list .g-nav-link::after {
        position: absolute;
        top: 0;
        left: 0;
        content: attr(data-hover);
        display: block;
        width: 100%;
        padding: .2em 0;
        color: #666;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        transform: translateY(-1.4em);
    }
    #g-nav .g-nav-list .g-nav-link span {
        display: inline-block;
        transition: .2s ease-in-out;
    }
    #g-nav .g-nav-list .g-nav-link:hover::after,
    #g-nav .g-nav-list .g-nav-link:focus::after {
        transform: translateY(0em);
    }
    #g-nav .g-nav-list .g-nav-link:hover span,
    #g-nav .g-nav-list .g-nav-link:focus span {
        transform: translateY(1.4em);
    }
    #g-nav li.current a {
        opacity: 0.4;
    }
    #gnav-contact.current .g-nav-btn-link:hover {
        background: var(--color-primary-on);
        border: 2px solid var(--color-black);
    }
}

@media screen and (max-width:1180px) {
  #g-nav {
    padding: 0;
    position: fixed;
    z-index: 999;
    top: -400%;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #F2F4F5;
    transition: all 0.6s;
  }
  #g-nav ul {
    display: block;
  }
  #g-nav ul li {
    font-size: 1.4rem;
    margin: 0;
  }
  #g-nav ul li .g-nav-link {
    padding: 2rem 2rem;
    color: #222;
  }
  #g-nav .g-nav-list {
    position: relative;
  }
  #g-nav .g-nav-list::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
  }
  #g-nav .g-nav-list .g-nav-list__item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
}
  #g-nav .g-nav-list .g-nav-list__item.active {
    border-bottom: none;
  }
  #gnav-contact {
    margin: 0;
  }
  #gnav-contact a {
    width: 72%;
    margin: 3rem auto 0;
    padding: 2.4rem 2rem 2.4rem 2rem;
  }
  #g-nav .blank-link{
    padding-right:0;
  }
  #g-nav .blank-link::after {
    width: 1rem;
    height: 1rem;
    top: 1.8rem;
    right: 2rem;
  }
}

/* G-nav has-child */
#g-nav li.has-child ul {
    position: absolute;
    left: calc(50% - 12rem);
    top: 3rem;
    z-index: 4;
    background: rgba(255, 255, 255, 1);
    width: 24rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    font-size: 1.4rem;
    overflow: hidden;
    padding: 1rem;
    border-radius: .8rem;
    box-shadow: 0 .4rem 2rem 0 rgba(0, 0, 0, .2);
    }
#g-nav li.has-child ul li {
    margin: 0;
}
#g-nav li.has-child:hover>ul,
#g-nav li.has-child ul li:hover>ul,
#g-nav li.has-child:active>ul,
#g-nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}
#g-nav li.has-child ul li a {
    color: #111;
    opacity: 1;
    padding: 1.6rem 3rem 1.6rem 1.6rem;
    border-radius: .8rem;
    position: relative;
}
#g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active {
    background-color: #ededf0;
}

@media screen and (min-width:1081px) {
    #g-nav li.has-child ul li a::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 1rem;
        width: 2rem;
        height: 2rem;
        /* opacity: .4; */
        background: url(../img/icon/link-arrow.svg) center / cover;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:1180px) {
    #g-nav li.has-child ul {
        background: #fff;
        box-shadow: none;
    }
    #g-nav ul li.has-child .g-nav-link::before,
    #g-nav ul li.has-child .g-nav-link::after {
        content: "";
        background-color: #444;
        position: absolute;
        width: 12px !important;
        height: 2px !important;
        top: 2.7rem !important;
        right: 2rem !important;
        z-index: 2;
    }
    #g-nav ul li.has-child .g-nav-link::before {
        transform: translateY(-50%) rotate(90deg) !important;
        top: 2.8rem !important;
        transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
    }
    #g-nav ul li.has-child.active .g-nav-link::before {
        transform: rotate(180deg);
        opacity: 0;
    }
    #g-nav li .g-nav-link:hover {
        background-color: #ddd;
    }
    #g-nav li.has-child ul li a::before {
        right: 3rem;
    }
    #g-nav.panelactive {
        top: 0;
    }
    #g-nav.panelactive #nav-wrap {
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100dvh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #g-nav ul {
        width: 100%;
        margin: 8rem auto 2.4rem auto;
    }
    #g-nav ul ul {
        width: 100%;
        margin: 0;
    }
    #g-nav ul li.has-child ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none;
        transform: none;
        padding: 2rem;
        border-radius: 0;
    }
    #g-nav li.has-child ul li a {
        padding: 1.8rem 2rem;
    }
}

/* G-nav-openbtn */
.g-nav-openbtn {
    display: none;
}

@media screen and (max-width:1180px) {
    .g-nav-openbtn {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 0rem;
        right: 0rem;
        cursor: pointer;
        width: 6rem;
        height: 6rem;
        background: var(--color-black);
    }
    .g-nav-openbtn .openbtn-area {
        transition: all .4s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem;
    }
    .g-nav-openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: calc(50% - 9px);
        height: 2px;
        background: #fff;
        width: 18px;
        z-index: 9999;
    }
    .g-nav-openbtn span:nth-of-type(1) {
        top: -6px;
    }
    .g-nav-openbtn span:nth-of-type(2) {
        top: 0px;
    }
    .g-nav-openbtn span:nth-of-type(3) {
        top: 6px;
    }
    .g-nav-openbtn.active {
        background: #666;
    }
    .g-nav-openbtn.active .openbtn-area {
        transform: rotateY(-360deg);
    }
    .g-nav-openbtn.active span:nth-of-type(1) {
        top: -6px;
        left: -9px;
        transform: translateY(6px) rotate(-135deg);
        width: 18px;
        background: #fff;
    }
    .g-nav-openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .g-nav-openbtn.active span:nth-of-type(3) {
        top: 6px;
        left: -9px;
        transform: translateY(-6px) rotate(135deg);
        width: 18px;
        background: #fff;
    }
}


/*
------------------------------------------
 =FOOTER
------------------------------------------
*/
#footer{
    background-color: #312E2E;
    padding:8rem 0
}
#footer .footer-offer{
    padding: 8rem;
    display: grid;
    gap: 6.4rem;
    grid-template-columns: 60% auto;
    align-items: center;
    z-index: 1;
    position: relative;
}
#footer .footer-offer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
    border-radius: 1.6rem;
}
.footer-offer-heading{
    margin-bottom: 4.8rem;
}
.footer-offer-heading .en {
    font-family: var(--font-family-en);
    font-size: 8.8rem;
    font-weight: 800;
    line-height: 1;
    background-color: var(--color-black);
    color: #fff;
    display: inline-block;
    letter-spacing: -.06em;
    padding: .0rem 2.4rem 0rem 1rem;
}
.footer-offer-heading .jp {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.2;
    padding-top: 1.6rem;
}
#footer .footer-offer .lead-txt{
    font-weight: 900;
    font-size: 1.8rem;
}
.footer-offer__right{
    text-align: right;
}
.footer-offer__right .link-btn{
    width: 30rem;
    padding: 2.6rem 4rem 2.6rem 3.2rem;
}
.footer-offer__right .link-btn .link-btn__txt{
    font-size: 1.6rem;
}
@media screen and (max-width:1180px) {
    #footer{
        padding:4rem 0 2.4rem;
    }
    #footer .footer-offer{
        padding: 3.2rem 2.4rem;
        display: block;
        text-align: center;
    }
    #footer .footer-offer::before{
        border-radius: .8rem;
    }
    .footer-offer-heading{
        margin-bottom: 2.4rem;
    }
    .footer-offer-heading .en {
        font-size: 5rem;
        padding: .0rem 1.6rem 0rem 1rem;
    }
    .footer-offer-heading .jp {
        font-size: 1.3rem;
        padding-top: 1rem;
    }
    #footer .footer-offer .lead-txt{
    font-size: 1.4rem;
    }
    .footer-offer__right{
        text-align: center;
    }
    .footer-offer__right .link-btn{
        width: 26rem;
        padding: 2rem 2.4rem 2rem 2.4rem;
        margin-top:2.4rem;
    }
    .footer-offer__right .link-btn .link-btn__txt{
        font-size: 1.3rem;
    }
}


/* Footer Utility
---------------------------------*/
.footer-utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10rem;
    padding: 8rem 0;
    color:#fff;
}
.footer-utility__company {
    width: 40rem;
    flex-shrink: 0;
}
.footer-utility__company .logo {
    max-width: 18rem;
    margin-bottom: 2.4rem;
}
.footer-utility__company .address{
    font-size: 1.4rem;
    line-height: 1.5;
}
.footer-utility__company .tel{
    font-family: var(--font-family-en);
    font-size: 2.4rem;
    font-weight: 800;
}
.footer-utility__company .footer-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top:1.6rem;
}
.footer-utility__company .footer-social-list li a {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.footer-utility__company .footer-social-list li a:hover {
    background-color: #ddd;
}
.footer-utility__company .footer-social-list li img {
    width: 2.4rem;
}
@media only screen and (min-width: 1181px) {
    .footer-utility {
        border-bottom:1px solid rgba(255, 255, 255, .1);
    }
}
@media only screen and (max-width: 1180px) {
    .footer-utility {
        padding: 4.8rem 0 3.2rem;
        gap: 0;
        justify-content: center;
    }
    .footer-utility__company {
        text-align: center;
        width: 100%;
    }
    .footer-utility__company .logo {
        max-width: 28rem;
        margin: 0 auto 1.6rem;
    }
    .footer-utility__company .footer-social-list {
        justify-content: center;
    }
}


/* Footer Sitemap Nav
---------------------------------*/
.footer-utility .footer-sitemap__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 4rem;
    row-gap: 0;
    flex-grow: 1;
}
.footer-link-block {
    position: relative;
}
.footer-link-block .footer-link-head-link {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}
.footer-link-child {
    margin-top: 1.2rem;
}
.footer-link-child li:nth-of-type(n+2) {
    margin-top: .4rem;
}
.footer-link-child li a {
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.footer-link-list .footer-link-list__item {
    position: relative;
}


@media screen and (min-width:1181px) {
    .footer-link-block .footer-link-head-link span {
        background-image: linear-gradient(#fff, #fff);
        background-position: 0% 100%;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
    }
    .footer-link-block .footer-link-head-link:hover span {
        background-position: 100% 100%;
        background-size: 0% 1px;
    }
    .footer-link-child li span {
        background-image: linear-gradient(#fff, #fff);
        background-position: 100% 100%;
        background-size: 0% 1px;
        background-repeat: no-repeat;
        transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
    }
    .footer-link-child li:hover span {
        background-position: 0% 100%;
        background-size: 100% 1px;
    }
    .footer-link-list>li+li {
        margin-top: 2rem;
    }
    .footer-link-child_head {
        display: none;
    }
}
@media screen and (max-width:1180px) {
    .footer-utility .footer-sitemap__nav {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin-top: 2.4rem;
    }
    .footer-link-head-link.is-active {
        position: relative;
        z-index: 999;
    }
    .footer-link-list__item {
        border-bottom: 1px dotted rgba(255, 255, 255, .1);
    }
    .footer-link-list__item a {
        display: inline-block;
        width: 100%;
    }
    .footer-link-head-link {
        display: inline-block;
        padding: 1.8rem 0;
    }
    .footer-link-child {
        display: none;
    }
    .footer-link-child {
        margin: 0 0 1.6rem;
    }
    .footer-link-block .footer-link-head-link {
        font-size: 1.4rem;
    }
    .footer-link-block .footer-link-head-link:hover {
        opacity: .7;
    }
    .footer-link-child li a {
        font-size: 1.2rem;
    }
    .footer-link-child li span {
        background-image: linear-gradient(#fff, #fff);
        background-position: 100% 100%;
        background-size: 0% 1px;
        background-repeat: no-repeat;
        transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
    }
    .footer-link-child li:hover span {
        background-position: 0% 100%;
        background-size: 100% 1px;
    }
    .footer-link-child_head {
        display: block;
    }
}

.footer-link-list .blank-link p{
    padding-right: 1.8rem;
    display: inline-block;
    position: relative;
}
.footer-link-list .blank-link p::before {
    content: "";
    -webkit-mask-image: url(../img/icon/icon-blanklink.svg);
    mask-image: url(../img/icon/icon-blanklink.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: translateY(-50%);
    background-color: #fff;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 1rem;
    right: 0;
}

/* Footer Sitemap Toggle
---------------------------------*/
.l-footerNav-list__toggole {
    background: transparent;
    -webkit-transition: -webkit-transform ease 0.3s;
    padding: 2rem 2rem 2.2rem;
    position: absolute;
    right: 0;
    top: -3px;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    width: 100%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.l-footerNav-list__toggole::before,
.l-footerNav-list__toggole::after {
    content: "";
    background-color: #fafafa;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 25px;
    right: 10px;
    z-index: 2;
}
.l-footerNav-list__toggole::before {
    transform: translateY(-50%) rotate(90deg);
    top: 26px;
}
.l-footerNav-list__toggole.js-footerNav_toggle.-open::before {
    transform: rotate(180deg);
    transition: .2s
}
.l-footerNav-list__toggole.js-footerNav_toggle.-open::after {
    opacity: 0;
    transition: .1s
}
.l-footerNav-list__toggole {
    padding: 2rem 2rem 2.5rem;
    top: 0;
    right: 0px;
}
@media all and (min-width: 1181px) {
    .l-footerNav-list__toggole {
        display: none;
    }
    .l-footerNav-child {
        display: block;
    }
}

.footer-bnr-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    margin:3.2rem 0;
}
.footer-bnr-list li{
    max-width: 30rem;
}
.footer-bnr-list li a {
    border: 1px solid #333;
    border-radius: .8rem;
    overflow: hidden;
    display: block;
    position: relative;
}
.footer-bnr-list li a[target=_blank]::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 9px;
    height: 9px;
    background: url(../img/icon/icon-blanklink.svg) no-repeat 50% 50%;
}
@media screen and (max-width:1180px) {
    .footer-bnr-list{
        margin:0rem 0 2.4rem;
        gap: 0;
        justify-content: space-between;
    }
    .footer-bnr-list li{
        width: 49%;
    }
}


/* Footer Bottom
---------------------------------*/
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0;
    font-size: 1.3rem;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-bottom ul {
    align-items: center;
    display: flex;
}
.footer-bottom li {
    position: relative;
    margin-right: 2.4rem;
}
.footer-bottom li:last-child {
    margin-right: 0;
}
.footer-bottom li a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: .2s ease-in-out;
    position: relative;
    overflow: hidden;
    line-height: 1.4;
}
.footer-bottom li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    transition: .4s ease-in-out;
    transform: scale(0, 1);
    transform-origin: left top;
}
.footer-bottom li a:hover::before {
    transform: scale(1, 1);
}
.copyright {
    font-size: 1.3rem;
    text-align: right;
}
@media screen and (max-width:1180px) {
    .footer-bottom {
        justify-content: center;
        padding: 1.6rem 0 0;
        font-size: 1.2rem;
    }
    .footer-bottom ul {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 4rem;
        justify-content: center;
    }
    .footer-bottom li {
        margin: 1rem;
    }
    .copyright {
        width: 100%;
        text-align: center;
    }
}


/* breadcrumbs
---------------------------------*/
.breadcrumbs {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 0 2.4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.breadcrumbs .inner {
    white-space: nowrap;
}
.breadcrumb-list {
    display: flex;
}
.breadcrumb-list li {
    position: relative;
    padding-left: 3rem;
    color: #666;
}
.breadcrumb-list li:first-child {
    padding-left: 0;
}
.breadcrumbs a {
    color: var(--color-black);
    text-decoration: none;
    transition: color 0.3s;
}
.breadcrumbs a:hover {
    color: #666;
}
.breadcrumbs li:nth-child(n+2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
    transform: translateY(-50%) rotate(45deg);
}
.breadcrumbs li a span {
    background-image: linear-gradient(var(--color-black), var(--color-black));
    background-position: 0% 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.breadcrumbs li a:hover span {
    background-position: 100% 100%;
    background-size: 0% 1px;
}

@media screen and (max-width: 960px) {
    .breadcrumbs {
        font-size: 1.1rem;
        padding: 0 2rem 1.5rem;
    }
    .breadcrumbs .inner {
        padding: 0;
    }
    .breadcrumb-list li {
        padding-left: 2rem;
    }
    .breadcrumbs li:nth-child(n+2)::before {
        left: 0.7rem;
        width: 0.4rem;
        height: 0.4rem;
    }
}

.category-link-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
    margin-bottom:6.4rem;
}
.category-link-list li a {
    background-color: #fff;
    border: 1px solid var(--color-black);
    padding: 1.2rem 3.2rem;
    border-radius: 6rem;
    display: block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.category-link-list li.active a {
    background: var(--color-black);
    border: 1px solid var(--color-black);
    color: #fff;
}
.category-link-list li.active a .txt::before{
    background-color: #fff;
}
.category-link-list li a .txt{
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    position: relative;
    padding-right:1.2rem;
}
.category-link-list li a .txt::before {
    content: "";
    width: .8rem;
    height: .8rem;
    -webkit-mask-image: url(../img/icon/next-arrow.svg);
    mask-image: url(../img/icon/next-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--color-black);
    position: absolute;
    top: calc(50% - .4rem);
    right:0;
}
.category-link-list li a:hover {
    background: var(--color-black);
    border: 1px solid var(--color-black);
    color: #fff;
}
.category-link-list li a:hover .txt::before {
    background-color: #fff;
}

@media screen and (max-width:960px) {
    .category-link-list{
        gap: 1rem;
        margin-bottom:3.2rem;
    }
    .category-link-list li a {
        padding: .8rem 1.4rem;
    }
    .category-link-list li a .txt{
        font-size: 1.1rem;
    }
}

.bottom-nav{
  background-color: #fff;
  padding:8rem 0;
  margin-top:12.8rem;
}
.bottom-nav .border-top__heading{
    padding-top:2.4rem;
    font-size: 2.4rem;
}
.bottom-nav .bottom-nav-list .txt{
    font-size: 1.4rem;
    margin-top:1.2rem;
}
@media screen and (max-width:960px) {
    .bottom-nav{
      padding:4rem 0;
      margin-top:6.4rem;
    }
      .bottom-nav .border-top__heading{
        font-size: 2rem;
    }
    .bottom-nav-list.grid-col-3{
        row-gap: 2.4rem;
    }
}



/*=========================================================

  =Page Layout

==========================================================*/

/*
------------------------------------------
 =TOP
------------------------------------------
*/

/* P-TOP-MV
---------------------------------*/
#p-top-mv {
    position: relative;
}
#p-top-mv .swiper-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 95%);
    z-index: 1;
}
#p-top-mv .swiper-slide {
    position: relative;
    overflow: hidden;
    height:100%;
}
#p-top-mv .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
    will-change: transform;
}
/* #p-top-mv .swiper-slide-active img,
#p-top-mv .swiper-slide-duplicate-active img {
    animation: mv-zoom-up 5s linear forwards;
}

#p-top-mv .swiper-slide-prev img {
    transform: scale(1.15);
    animation: none;
}
@keyframes mv-zoom-up {
  0% { transform: scale(1); }
  100% { transform: scale(1.15); }
} */




#p-top-mv .swiper-pagination-bullet-active,
#p-top-mv .swiper-pagination-bullet-active {
    transform: scale(1.2);
    background: #fff;
    opacity: 1;
}
#p-top-mv .mv-txt{
    position: absolute;
    bottom: 6%;
    left: 4%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:2.4rem;
}
#p-top-mv .mv-txt__catch{
    font-size:7.2rem;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0.02em;
}
#p-top-mv .mv-txt__subcatch {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .1em;
    line-height: 1.22;
}

#p-top-mv .mv-txt__catch,.mv-txt__subcatch {
  position: relative;
  color: transparent;
  overflow: hidden;
}
#p-top-mv .mv-txt__catch::after,.mv-txt__subcatch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
#p-top-mv .mv-txt__catch.is-show,.mv-txt__subcatch.is-show {
  color: #fff;
  transition: color 0s 0.6s;
}

#p-top-mv .mv-txt__catch.is-show::after,.mv-txt__subcatch.is-show::after {
  animation: mv-left-to-right 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

#p-top-mv .mv-txt__subcatch.is-show::after {
  animation-delay: 0.4s;
}
#p-top-mv .mv-txt__subcatch.is-show {
  transition-delay: 1.0s;
}
@keyframes mv-left-to-right {
  0% { width: 0; left: 0; }
  50% { width: 100%; left: 0; }
  100% { width: 0; left: 100%; }
}

@media screen and (max-width:960px) {
    #p-top-mv .swiper-slide {
        height:auto
    }
    #p-top-mv .swiper-slide img {
        height: auto;
    }
    #p-top-mv .mv-txt{
        bottom:  6.4rem;
        left: 2rem;
        gap:1.2rem;
    }
    #p-top-mv .mv-txt__catch{
        font-size: 8vw;
    }
    #p-top-mv .mv-txt__subcatch {
        font-size: 1.5rem;
    }
}



/* P-TOP-INTRO
---------------------------------*/
#p-top-intro{
    padding:12rem 0 30rem;
    position: relative;
    background-image: url(../img/top/bg-intro_pc.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#p-top-intro .inner{
    max-width: 104rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap:8rem;
}
#p-top-intro .p-top-intro__catch{
    writing-mode: vertical-rl;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 2.4;
    letter-spacing: 3.6rem;
}
#p-top-intro .p-top-intro__catch span {
    display: block;
    margin-top: 10rem;
}
#p-top-intro .p-top-intro__body .intro-txt{
    font-size: 1.8rem;
}
#p-top-intro .link-btn{
    margin-top:4rem;
}

@media screen and (max-width:960px) {
  #p-top-intro{
    padding:6rem 0 15rem;
    background-image: url(../img/top/bg-intro_sp.webp);
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size:contain;
  }
  #p-top-intro .inner{
        display: block;
  }
  #p-top-intro .p-top-intro__catch{
        writing-mode: horizontal-tb;
        font-size: 2.6rem;
        letter-spacing: 1rem;
        line-height: 2;
        margin-bottom:2.4rem;
  }
  #p-top-intro .p-top-intro__catch span {
        display: block;
        margin-top: 0;
  }
  #p-top-intro .p-top-intro__body .intro-txt{
        font-size: 1.5rem;
  }
}


/* P-TOP-BUSINESS
---------------------------------*/
#p-top-business{
    background-color: #fff;
    padding:0 0 12rem;
}
.slide-pics{
    display: block;
    -webkit-animation: slideImage 40s linear infinite;
    animation: slideImage 40s linear infinite;
    background: url(../img/top/intro-slide-pic.png) top left repeat-x;
    background-position: top left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    min-height: 40rem;
    position: relative;
    top:-18rem;
    margin-bottom:-8rem;
}
@-webkit-keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-3200px 0px; }
}
@keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-3200px 0px; }
}
/* #p-top-business .inner-w{
    padding-top:10rem;
} */
#p-top-business .p-top-business-list .item:not(:first-child) {
    margin-top: 8.6rem;
}
#p-top-business .p-top-business-list .item .pic-row{
    width: 48.6%;
}
#p-top-business .p-top-business-list .pic-row img{
    border-radius: .8rem;
    overflow: hidden;
}
#p-top-business .p-top-business-list .item .txt-row{
    width: 45.9%;
}
#p-top-business .txt-row .sub-ttl{
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.44;
    margin-bottom:1.6rem;
    }
#p-top-business .txt-row .ttl{
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom:3.2rem;
}
#p-top-business .txt-row .ttl span {
    padding-bottom: -.2rem;
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 1px no-repeat;
}
#p-top-business .txt-row .detail-link{
    margin-top:4rem;
}
@media screen and (max-width:960px) {
    #p-top-business{
        padding:0 0 6rem;
    }
    #p-top-business .p-top-business-list .item:not(:first-child) {
        margin-top: 4.8rem;
    }
    #p-top-business .p-top-business-list .item .pic-row{
        width: 100%;
        margin-bottom:2.4rem;
    }
    #p-top-business .p-top-business-list .item .txt-row{
        width: 100%;
    }
    #p-top-business .txt-row .sub-ttl{
        font-size: 1.8rem;
        margin-bottom:1rem;
    }
    #p-top-business .txt-row .ttl{
        font-size: 2.4rem;
        margin-bottom:1.6rem;
    }
    #p-top-business .txt-row .detail-link{
        margin-top:1.6rem;
    }
    .slide-pics{
        min-height: 24rem;
        top:-8rem;
        margin-bottom:-3rem;
    }
    @-webkit-keyframes slideImage{
        0% { background-position:0px 0px; }
        100% { background-position:-1440px 0px; }
    }
    @keyframes slideImage{
        0% { background-position:0px 0px; }
        100% { background-position:-1440px 0px; }
    }
}


/* P-TOP-WORKS
---------------------------------*/
#p-top-works .bg img {
    width: 100%;
}
.p-top-works__body{
    padding:10rem 0 0;
}
.works-slider {
    position: relative;
    overflow: visible;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
}
.works-slider .swiper-slide {
    width: 28rem ;
    padding:0 0 4rem;
    margin:0 2rem 0 ;
}
.works-slider .swiper-pagination {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: var(--font-family-en);
    padding-top:2rem;
}
@media screen and (max-width:960px) {
    .p-top-works__body{
        padding:5rem 0 0;
    }
    .works-slider .swiper-slide {
        width: 26rem ;
        padding:0 0 2.4rem;
        margin:0 1.2rem 0 ;
    }
    .works-slider .swiper-pagination {
        font-size: 1.2rem;
    }

}

.works-item{
    position: relative;
}
.works-item > a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.works-item .item-pic{
    position: relative;
    overflow: hidden;
     border-radius: .8rem;
}
.works-item .item-pic .thumb{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.works-item .item-pic .thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.works-item .item-txt{
    margin-top:1.6rem;
}
.works-item .item-txt .ttl{
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom:.8rem;
}
#p-top-works .c-btn{
    margin-top:4rem;
}
@media screen and (max-width:960px) {
    .p-top-works__body{
        padding:5rem 0 0;
    }

    .works-item .item-txt .ttl{
        font-size: 1.5rem;
    }
    .works-list.l-grid.col3{
        grid-template-columns: repeat(2, 1fr);
        gap: 3.2rem 2.4rem;
    }
}


/* P-TOP-RECRUIT
---------------------------------*/
#p-top-recruit .p-top-recruit-box{
    padding:6.4rem;
    margin-top:12.8rem;
    position: relative;
    position: relative;
    text-align: center;
    z-index: 1;
}
#p-top-recruit .p-top-recruit-box::before{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: -1;
  border-radius: 1.6rem;
}
#p-top-recruit .recruit-row .pic-item-row{
    width: 44.7%;
}
#p-top-recruit .recruit-row .pic-item-row img{
    border-radius: .8rem;
}
#p-top-recruit .recruit-row .txt-item-row{
    width: 50%;
    text-align: left;
}
#p-top-recruit .recruit-row .txt-item-row .catch{
    font-size:2.8rem;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom:1.6rem;
}
#p-top-recruit .recruit-btn{
    margin-top:4rem;
}
@media screen and (max-width:960px) {
    #p-top-recruit .p-top-recruit-box{
        padding:3.2rem 2.4rem 3.2rem;
        margin-top:6.4rem;
    }
    #p-top-recruit .p-top-recruit-box::before{
        border-radius: .8rem;
    }
    #p-top-recruit .recruit-row .pic-item-row{
        width: 100%;
        margin-bottom:2.4rem
    }
    #p-top-recruit .recruit-row .txt-item-row{
        width: 100%;
    }
    #p-top-recruit .recruit-row .txt-item-row .catch{
        font-size:2rem;
        margin-bottom:1.6rem;
    }
    #p-top-recruit .recruit-btn{
        margin-top:2.4rem;
        text-align: center;
    }
}


/* P TOP NEWS
---------------------------------*/
#p-top-news{
    padding:12.8rem 0 16rem;
}
#p-top-news .inner{
    display: grid;
    gap: 6.4rem;
    grid-template-columns: 22rem auto;
}
.news-list {
    border-top: #D8D8D8 solid 1px;
}
.news-list li a {
    border-bottom: #D8D8D8 solid 1px;
    padding: 2rem 6.4rem 2rem 2rem;
    display: block;
    position: relative;
}
.news-list li a:hover {
    background-color: #fff;
}
.news-list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/icon/link-arrow.svg) center / cover;
    transform: translateY(-50%);
    transition: .4s cubic-bezier(.43, .05, .17, 1);
}
#p-top-news .c-btn{
    margin-top:4rem;
}
@media screen and (max-width:960px) {
    #p-top-news {
        padding: 7.2rem 0 8rem;
    }
    #p-top-news .inner {
        display: block;
    }
    .news-list li a {
        padding: 1.6rem 4.8rem 1.6rem 1.2rem;
    }
    .news-list li a::before {
        right: 1.2rem;
        width: 2rem;
        height: 2rem;
    }
}


/*
=======================================
= ENTRY
=======================================
*/
.single-article {
    background-color: #fff;
    border-radius: .8rem;
}
.single-article .single-article__header {
    padding: 4rem 4rem 4rem;
    border-bottom: 1px solid #818181;
}
.single-article .single-article__header .entry-ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
}
.single-article .single-article__header .entry-taglist{
    margin-top:1rem;
}
.single-article .single-article__content {
    padding: 4rem 4rem 6.4rem;
}
@media screen and (max-width: 960px) {
    .single-article .single-article__header {
        padding: 2.4rem 2rem 2.4rem;
    }
    .single-article .single-article__header .entry-ttl {
        font-size: 2rem;
    }
    .single-article .single-article__content {
        padding: 3.2rem 2rem 4rem;
    }
}

.single-article__body>*:first-child {
    margin-top: 0;
}
.single-article__body>*:last-child {
    margin-bottom: 0;
}
.single-article__body img{
    width: 100%;
}
.single-article__body>* {
    margin-top: 2.4rem;
}
.single-article__body a:not(.wp-block-button__link) {
    color: var(--color-black);
    text-decoration: underline;
}
.single-article__body a:not(.wp-block-button__link):focus,
.single-article__body a:not(.wp-block-button__link):active,
.single-article__body a:not(.wp-block-button__link):hover{
    color: #666;
    text-decoration: none;
}
.single-article__body strong {
   font-weight: bold;
}
.single-article__body em {
    font-style: italic;
}
.single-article__body h2 {
    border-top: .1rem solid #818181;
    padding-top: 3.2rem;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.5;
    margin:6.4rem 0 2.4rem;
}
.single-article__body h3{
    border-radius: .4rem;
    background: #F0F0F0;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    padding: 1.4rem 2rem 1.4rem 2rem;
    position: relative;
    margin:4rem 0 2.4rem;
}
.single-article__body h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    inset: 1.8rem auto 1.8rem 0;
    width: .3rem;
    background: var(--color-black);
}
.single-article__body h4 {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 900;
    margin-top: 3.2rem;
    margin-bottom: 2.4rem;
    position: relative;
}
.single-article__body h5{
    font-weight: 900;
    margin-bottom: 2.4rem;
}
.single-article__body h2+*,
.single-article__body h3+*,
.single-article__body h4+*,
.single-article__body h5+*{
    margin-top: 0;
}

@media screen and (max-width: 960px) {
    .single-article__body>* {
        margin-top: 1.6rem;
    }
    .single-article__body h2 {
        font-size: 2rem;
        margin: 4.8rem 0 1.6rem;
        padding-top: 2.4rem;
    }
    .single-article__body h3 {
        font-size: 1.8rem;
        margin: 4rem 0 1.6rem;
        padding: 1.4rem 1.4rem 1.4rem 1.4rem;
    }
    .single-article__body h4 {
        font-size: 1.6rem;
        margin: 3.2rem 0 1.6rem;
    }
}


/* Ul list */
.single-article__body ul:not(.toc_list)>li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.66;
}
.single-article__body ul>li::after {
    content: '';
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: var(--color-black);
}
.single-article__body li:nth-of-type(n+2) {
    margin-top: .4rem;
}
/* Ol list */
.single-article__body ol {
    counter-reset: number;
}
.single-article__body ol>li {
    position: relative;
    padding-left: 1.8rem;
    line-height: 1.66;
}
.single-article__body ol>li::after {
    color: var(--color-black);
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    display: inline-block;
    content: counter(number) '.';
    font-weight: 700;
}
/* wp-block-quote */
.single-article__body .wp-block-quote,
.single-article__body blockquote {
    padding: 2.4rem;
    background: #F0F0F0;
    border-radius: .4rem;
    font-size: 1.4rem;
    line-height: 1.44;
    border: none;
}
.single-article__body .wp-block-quote cite,
.single-article__body blockquote cite {
    opacity: .6;
    font-size: 1.2rem;
}
.single-article__body .wp-block-quote> :first-child,
.single-article__body blockquote> :first-child {
    margin-top: 0;
}
.single-article__body .wp-block-quote> :last-child,
.single-article__body blockquote> :last-child {
    margin-bottom: 0;
}
/* wp-element-caption */
.single-article__body .wp-element-caption {
    display: block;
    opacity: .6;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
}
/* Iframe */
.single-article__body iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 960px) {
    .single-article__body .wp-block-quote,
    .single-article__body blockquote {
        padding: 1.6rem;
    }
}
.single-article__body table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.single-article__body table th,
.single-article__body table td {
    vertical-align: middle;
    line-height: 1.6;
    font-size: 1.4rem;
    padding: 1rem;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.single-article__body table th>*:first-child,
.single-article__body table td>*:first-child {
    margin-top: 0;
}
.single-article__body table th>*:last-child,
.single-article__body table td>*:last-child {
    margin-bottom: 0;
}
.single-article__body table th {
    background: #F0F0F0;
    font-weight: 700;
    text-align: left;
}
.single-article__body table td {
    background: #fff;
}
.single-article__body table thead th {
    background: #F0F0F0;
}
.single-article__body table caption {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.6remx;
}
@media screen and (max-width: 768px) {
    .single-article__body table th,
    .single-article__body table td {
        font-size: 1.2rem;
        padding: 1rem;
    }
}




/*
=======================================
= POLICY
=======================================
*/
#p-privacy .policy-wrap,#p-harassment .policy-wrap {
    margin-top: 8rem;
}
.policy-wrap .heading{
    border-top:.1rem solid #818181;
    padding:3.2rem 0 2.4rem;
    font-size:2.4rem;
    font-weight: 900;
    line-height: 1.5;
}
.policy-wrap .sub-heading{
    border-radius: .4rem;
    background: #E1E4E5;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    padding: 1.4rem 2rem 1.4rem 2rem;
    position: relative;
    margin:4rem 0 2.4rem;
}
.policy-wrap .sub-heading::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    inset: 1.8rem auto 1.8rem 0;
    width: .3rem;
    background: var(--color-black);
}
.policy-wrap .blanklink a {
    padding-right: 1.8rem;
    position: relative;
}
.policy-wrap .blanklink a::after {
    content: url(../img/icon/icon-blanklink.svg);
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0px;
    right: 0;
}
.policy-wrap .blanklink a span {
    background-image: linear-gradient(var(--color-black), var(--color-black));
    background-position: 0% 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.policy-wrap .blanklink a:hover span {
    background-position: 100% 100%;
    background-size: 0% 1px;
}
@media screen and (max-width:960px) {
    #p-privacy .policy-wrap,#p-harassment .policy-wrap {
        margin-top: 6.4rem;
    }
    .policy-wrap .heading{
        padding:2.4rem 0 1.6rem;
        font-size:2rem;
    }
    .policy-wrap .sub-heading{
        font-size: 1.8rem;
        margin:4rem 0 1.6rem;
    }
}


/*
=======================================
= WORKS
=======================================
*/

/* works-search */
.works-search {
    background: #fff;
    padding:4.8rem 6.4rem;
    position: relative;
    border-radius: .8rem;
    margin-bottom:8rem;
}
.works-search .filter-row {
  display: flex;
  padding-top: 3.2rem;
  border-top: 1px solid #818181;
}
.works-search .filter-row:nth-of-type(n+2) {
    margin-top: 4rem !important;
}
.filter-label {
  width: 220px;
  font-weight: 900;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.custom-check {
    position: relative;
    padding: .8rem  2rem .8rem 1rem;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    font-size:1.4rem;
}
.custom-check span {
  position: relative;
  padding-left: 2.4rem;
}
.custom-check span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height:1.8rem;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: .4rem;
  transition: all 0.2s;
}
.custom-check span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transform-origin: center;
}
.custom-check input:checked + span::before {
  border-color:var(--color-black);
  background-color: var(--color-black);
}
.custom-check input:checked + span::after {
  transform: rotate(45deg) scale(1); /* サイズ1にして表示 */
}
.search-footer {
  text-align: center;
  margin: 4.8rem auto 0;
  max-width: 30rem;
}
.search-submit {
    background: #222;
    color: #fff;
    padding: 1.6rem;
    border-radius: 4rem;
    border: none;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s;
}
.search-submit:hover {
    background: #E63A3A;
}

@media (max-width: 960px) {
    .works-search {
        padding:2.4rem;
        margin-bottom:4rem;
    }
    .filter-row {
        flex-direction: column;
    }
    .works-search .filter-row {
        padding-top: 1.6rem;
    }
    .works-search .filter-row:nth-of-type(n+2) {
        margin-top: 3rem !important;
    }
    .filter-label {
        font-size: 1.5rem;
        margin-bottom:1rem;
    }
    .custom-check {
        font-size:1.3rem;
        padding: .8rem 1.2rem .8rem 1.2rem;
    }
    .custom-check::before {
        width: 16px;
        height: 16px;
    }
    .custom-check:has(:checked)::after {
        top: 13px;
        left: 17px;
    }
    .search-footer {
        margin: 2.4rem auto 0;
    }
    .works-list.grid-col-3{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2.4rem;
        row-gap: 3.2rem;
    }
}


/*
=======================================
= WORKS SINGLE
=======================================
*/
#p-works .single-article__content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-works-left {
    width: 51.9%;
}
.single-works-right {
    width: 42.8%;
}
.works-detail{
    margin-bottom:3.2rem;
}
.works-detail__data{
    display: grid;
    grid-template-columns: 10rem 1fr;
    column-gap: 2rem;
    border-top:.1rem solid #D8D8D8;
    font-size: 1.4rem;
}
.works-detail__data:last-child{
     border-bottom:.1rem solid #D8D8D8;
}
.works-detail__data dt,
.works-detail__data dd{
    padding:1.2rem 0;
}
.works-detail__data dd a {
    color: var(--color-black);
    text-decoration: underline;
}
.works-detail__data dd a:focus,
.works-detail__data dd a:active,
.works-detail__data dd a:hover{
    color: #666;
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    .single-works-left {
        width: 90%;
        margin:0 auto 3.2rem;
    }
    .single-works-right {
        width: 100%;
    }
}


.works-gallery .swiper {
    overflow: visible;
  }
  .works-gallery .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .works-gallery .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }

  .works-gallery .slide-item .item-pic{
    position: relative;
    overflow: hidden;
     border-radius: .8rem;
}
.works-gallery .slide-item .item-pic .thumb{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.works-gallery .slide-item .item-pic .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-gallery .thumb-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }
.works-gallery .thumb-pic {
    padding-top: 10%;
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);;
    transition: .8s cubic-bezier(.2, 1, .2, 1);
}
.works-gallery .thumb-pic .thumb {
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);;
    transition: .8s cubic-bezier(.2, 1, .2, 1);
    overflow: hidden;
     aspect-ratio: 1 / 1;
     border-radius: .8rem;
  }
.works-gallery .thumb-pic-active {
    transform: scale(0.8);
    opacity: 0.3;
  }
.works-gallery .thumb-pic-active .thumb {
    transform: scale(1.1);
}
.works-gallery .thumb-pic-active .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-gallery .swiper-button-next {
    top: 50%;
    right: -3rem;
}
.works-gallery .swiper-button-prev {
    top: 50%;
    left: -3rem;
}
@media only screen and (max-width: 960px) {
    .works-gallery .swiper-button-next {
        top: 50%;
        right: -2rem;
    }
    .works-gallery .swiper-button-prev {
        top: 50%;
        left: -2rem;
    }
}



/*
=======================================
= CONTACT
=======================================
*/
#p-contact .lead-copy{
    text-align: center;
    margin-bottom:6.4rem;
}
#p-contact .form-item{
    width: 100%;
    text-align: left;
    margin-bottom: 4.8rem;
}
#p-contact .form-item dt {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 900;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
#p-contact .form-item dd{
    width: 100%;
}
#p-contact .form-item dt.required{
    display: flex;
    align-items: center;
}
#p-contact .form-item dt.required::after {
    background-color: #E63A3A;
    border-radius: .3rem;
    content: "必須";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: .6rem .8rem .7rem;
    margin-left: 1rem;
}
#p-contact form input[type="text"],
#p-contact form input[type="tel"],
#p-contact form input[type="url"],
#p-contact form input[type="email"],
#p-contact form input[type="number"],
#p-contact form input[type="password"] {
    padding: 0.8rem 5rem 0.8rem 1.6rem;
    height: 6.6rem;
    font-size: 1.6rem;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: .8rem;
    box-shadow: none;
    max-width: 100%;
    width: 100% !important;
}
#p-contact form textarea {
    padding: 1.6rem;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: .8rem;
    box-shadow: none;
    max-width: 100%;
    width: 100% !important;
}
#p-contact form input[type="text"]:focus,
#p-contact form input[type="tel"]:focus,
#p-contact form input[type="url"]:focus,
#p-contact form input[type="email"]:focus,
#p-contact form input[type="number"]:focus,
#p-contact form input[type="password"]:focus {
    outline: none;
    background: #fff;
    border: 1px solid #222;
 }

#p-contact .inquiry-btn {
    margin: 4rem auto 0;
    overflow: hidden;
    text-align: center;
}
#p-contact .inquiry-btn input {
    transition: 0.4s ease all;
    cursor: pointer;
    background: var(--color-black);
    border-radius: 6rem;
    color: #fff;
    border: none;
    font-weight: 900;
    font-size: 1.8rem;
    padding: 2.8rem 0;
    width: 32rem;
    margin: 0 .5rem .5rem;
}
#p-contact .inquiry-btn input:hover {
    background: #E63A3A;
}
@media screen and (max-width: 960px) {
    #p-contact .form-item{
        margin-bottom: 3.2rem;
    }
    #p-contact .form-item dt {
        font-size: 1.6rem;
    }
    #p-contact .inquiry-btn {
        margin: 3rem auto 0;
    }
    #p-contact .inquiry-btn input {
        display: block;
        margin: 0 auto .5rem;
        font-size: 1.6rem;
        padding: 2.2rem 0;
    }
}


#p-contact .form-note-heading{
    border-radius: .8rem .8rem 0 0;
    background-color: var(--color-black);
    color:#fff;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    padding: 1.4rem 1.6rem;
    position: relative;
}
#p-contact .form-note-box{
    background-color: #fff;
    border-radius:0 0 .8rem .8rem;
    padding:2.4rem 4rem 4rem;
    margin-bottom:4.8rem;
}
#p-contact .form-note-box .sub-heading{
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom:1rem;
    border-bottom: .1rem solid #818181;
    margin:2.4rem 0 1rem;
}

@media screen and (max-width: 960px) {
    #p-contact .form-note-heading{
        font-size: 1.6rem;
    }
    #p-contact .form-note-box{
        padding:1.6rem 2rem 2rem;
        margin-bottom:3.2rem;
    }
    #p-contact .form-note-box .sub-heading{
        font-size: 1.6rem;
        margin:2.4rem 0 1rem;
    }
}


#p-contact .form-privacy{
    text-align: center;
}
#p-contact .form-privacy p{
    margin-bottom:2rem;
}
#p-contact .form-privacy a{
    color:#222;
    text-decoration: underline;
}
#p-contact .form-privacy a:hover{
    color:#222;
    text-decoration: none;
}
#p-contact .form-txt{
    margin-bottom:1rem;
}
#p-contact .form-heading{
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom:4rem;
    text-align: center;
}
.contact-tel{
    background-color: #fff;
    border-radius: .8rem;
    padding:4rem;
    margin-bottom:14.8rem;
}
.contact-tel .contact-tel__heading{
    border-bottom:.1rem solid #D8D8D8;
    margin-bottom:4rem;
    padding-bottom:4rem;
   justify-content:center;
   gap: 3.2rem 8rem;
}
.contact-tel .contact-tel__heading .heading{
    font-size: 3.2rem;
    font-weight: 900;
    text-align: center;
}
.contact-tel__heading .tel .num a{
    font-family: var(--font-family-en);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
}
.contact-tel .note-txt,.contact-tel .tx-caption{
    text-align: center;
}
@media screen and (max-width: 960px) {
    #p-contact .form-heading{
        font-size: 2.2rem;
        margin-bottom:2.4rem;
    }
    .contact-tel{
        padding:2.4rem;
        margin-bottom:10rem;
    }
    .contact-tel .contact-tel__heading{
        margin-bottom:2.4rem;
        padding-bottom:2.4rem;
        display: block;
    }
    .contact-tel .contact-tel__heading .heading{
        font-size: 2.2rem;
        margin-bottom:1.8rem;
    }
    .contact-tel__heading .tel{
        text-align: center;
    }
    .contact-tel__heading .tel .num a{
        font-size: 3.6rem;
    }
}


/* CONTACT FORM7  */
.form-row .wpcf7-form-control{
    display: grid;
    column-gap: 1.6rem;
    row-gap: 1.6rem;
}
.form-row.col-2 .wpcf7-form-control{
    grid-template-columns: repeat(2, 1fr);
}
.form-row.col-3 .wpcf7-form-control {
    grid-template-columns: repeat(3, 1fr);
}
.form-row.col-4 .wpcf7-form-control{
    grid-template-columns: repeat(4, 1fr);
}
.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}
.wpcf7-spinner {
    display: block;
}

@media screen and (max-width:960px) {
  .form-row.col-2 .wpcf7-form-control,
  .form-row.col-3 .wpcf7-form-control,
  .form-row.col-4 .wpcf7-form-control{
        grid-template-columns: repeat(1, 1fr);
        column-gap: 1rem;
        row-gap: 1rem;
  }
}

.form-row .wpcf7-radio .wpcf7-list-item label,
.form-row .wpcf7-checkbox .wpcf7-list-item label {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    padding: 1.6rem 2rem;
    line-height: 1;
    cursor: pointer;
    max-width: 100%;
    border-radius: .8rem;
}

#p-contact label input:checked+ label {
    border: 1px solid #fff;
}
#p-contact  label input[type=radio]+span{
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 2.6rem;
    line-height: 2;
}
/* チェック前のボタン */
#p-contact label input[type=radio]+span:after {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: .1rem solid #888;
    border-radius: 50%;
    background-color: transparent;
}
#p-contact label input[type=radio]+span:before {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    top: 50%;
    left: 0;
    border: .4rem solid #fff;
    border-radius: 50%;
    background-color: #000;
    transform: translateY(-50%) scale(0);
    transition: transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    opacity: 0
}
/* チェック後のボタン */
#p-contact label input[type=radio]:checked+span:before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1)
}
#p-contact label input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 2;
    padding-left: 2.4rem;
}
#p-contact label input[type=checkbox]+span:before {
    position: absolute;
    content: "";
    width: 1.8rem;
    height:1.8rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
    border: .1rem solid #888;
    border-radius: .3rem;
}
#p-contact label input[type=checkbox]+span:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    top: calc(50% - 2px);
    left: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg) scale(0);
    opacity: 0;
    transition: transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
#p-contact label input[type=checkbox]:checked+span:before {
    border: 1px solid #222;
    background-color: #222;
}
#p-contact label input[type=checkbox]:checked+span:after {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) scale(1.1);
}


.contact__form__confirm {
    width: 100%;
    max-width:32rem;
    height: 8rem;
    background: var(--color-black);
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.4rem auto 0;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.contact__form__confirm:hover {
    background: #E63A3A;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact__form__confirm:disabled {
    background: #a1abb8;
    cursor: not-allowed;
    opacity: 1;
}

.contact-form-btns{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: center;
    max-width:66rem ;
    margin:4rem auto 0;
}

.contact__form__submit {
    width: 100%;
    max-width:32rem;
    height: 8rem;
    background: var(--color-black);
    border-radius: 4rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.contact__form__submit:hover {
    background: #E63A3A;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact__form__back {
    width: 100%;
    max-width:32rem;
    height: 8rem;
    background: #fff;
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
   font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-black);
    border: 2px solid var(--color-black);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.contact__form__back:hover {
    background: var(--color-black);
    color:#fff;
}
@media screen and (max-width: 960px) {
    .contact-form-btns{
        grid-template-columns: 1fr;
        gap: 1.5rem;
        justify-items: center;
        max-width: 32rem;
        margin: 3rem auto 0;
    }
    .contact__form__confirm,
    .contact__form__submit,
    .contact__form__back{
        font-size: 1.6rem;
        height:6.8rem;
    }
}

span.wpcf7-not-valid-tip {
    margin-top: 10px;
}
.wpcf7-form-control-wrap.content {
    padding: 0;
}
/* .wpcf7-validation-errors, */
.wpcf7-spinner,
.wpcf7-response-output {
    display: none !important;
}

.step-confirm .form-item{
    display: grid;
    grid-template-columns: 21rem 1fr;
    column-gap: 3.2rem;
    margin-bottom:0 !important;
}
.step-confirm .form-item dt,
.step-confirm .form-item dd {
    padding: 3.2rem 0;
    position: relative;
    line-height: 1.6;
}
.step-confirm .form-item dt::before,
.step-confirm .form-item dd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #888 0%, #888 25%, transparent 25.1%);
    background-repeat: repeat-x;
    background-size: 4px 1px;
}
.step-confirm .form-item dd{
    white-space: pre-wrap;
    word-wrap: break-word;
}
@media screen and (max-width:960px) {
    .step-confirm .form-item{
        grid-template-columns: 10rem 1fr;
        column-gap: 1.6rem;
    }
    .step-confirm .form-item dt,
    .step-confirm .form-item dd {
        padding: 1.6rem 0;
    }
}




/*
=======================================
= VISION
=======================================
*/
/* VSION */

#p-vision .catch{
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom:6.4rem;
    text-align: center;
}
.vision-wrap{
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.vision-wrap .pic-row{
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-wrap .pic-row .swiper-slide {
    position: relative;
    overflow: hidden;
    height:100%;
}
.vision-wrap .pic-row .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.vision-wrap .txt-row{
    width: 50%;
    padding: 12rem 5%;
}
.vision-wrap .txt-row .sub-catch{
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom:1.6rem;
}
.vision-wrap .txt-row .sub-catch:not(:first-child){
    margin-top:8rem;
}
.vision-wrap .txt-row .txt{
    line-height: 2.2;
}
@media screen and (max-width:960px) {
    #p-vision .catch{
        font-size: 2.8rem;
        margin-bottom:3.2rem;
    }
    .vision-wrap {
        display: block;
    }
    .vision-wrap .pic-row {
        width: 100%;
        height: auto;
        position: relative
    }
    .vision-wrap .pic-row .swiper-slide img {
        height: 100%;
    }
    .vision-wrap .txt-row {
        width: 100%;
        padding: 4rem 2rem 2rem;
    }
    .vision-wrap .txt-row .sub-catch{
        font-size: 2.4rem;
        margin-bottom:1.6rem;
    }
    .vision-wrap .txt-row .sub-catch:not(:first-child){
        margin-top:4.8rem;
    }
}


/* PHILOSOPHY */
.philosophy-wrap:not(:first-child) {
    margin-top: 12.8rem;
}
.philosophy-ttl{
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.6;
}
.philosophy-list{
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.6;
}
.philosophy-list li:not(:first-child){
    margin-top:2.4rem;
}
.philosophy-value-list .philosophy-ttl:not(:first-child){
    margin-top:2.4rem;
}
@media screen and (max-width:960px) {
    .philosophy-wrap:not(:first-child) {
        margin-top: 10rem;
    }
    .philosophy-ttl{
        font-size: 1.8rem;
    }
    .philosophy-list{
        font-size: 1.8rem;
    }
    .philosophy-list li:not(:first-child){
        margin-top:1.6rem;
    }
}


/*
=======================================
= COMPANY
=======================================
*/
/* 会社概要 */
.overview-wrap:not(:first-child) {
    margin-top: 14.8rem;
}
.overview-item{
    display: grid;
    grid-template-columns: 21rem 1fr;
    column-gap: 3.2rem;
}
.overview-item .overview-item__ttl,
.overview-item .overview-item__detail {
    padding: 3.2rem 0;
    position: relative;
    line-height: 1.6;
}
.overview-item .overview-item__ttl::before,
.overview-item .overview-item__detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #888 0%, #888 25%, transparent 25.1%);
    background-repeat: repeat-x;
    background-size: 4px 1px;
}
@media screen and (max-width:960px) {
    .overview-wrap:not(:first-child) {
        margin-top: 8rem;
    }
    .overview-item{
        grid-template-columns: 10rem 1fr;
        column-gap: 1.6rem;
    }
    .overview-item .overview-item__ttl,
    .overview-item .overview-item__detail {
        padding: 1.6rem 0;
    }
}

.overview-member-list li a{
    display: block;
    cursor: pointer;
}
.overview-member-list li .member-position{
    font-size: 1.4rem;
}

@media screen and (max-width:960px) {
    .overview-member-list li .member-position{
        font-size: 1.2rem;
    }
}
.overview-access{
    display: grid;
    grid-template-columns: 64rem 1fr;
    gap: 4.8rem;
}
.overview-access iframe{
    width: 100%;
}
.overview-access .txt-row .ttl{
    font-weight: 900;
}
@media screen and (max-width:960px) {
    .overview-access{
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-container.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  cursor: pointer;
}

.modal-content {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 88rem;
  transform: translateY(30px);
  transition: transform 0.4s ease-out;
}
.modal-container.is-active .modal-content {
  transform: translateY(0);
}
.modal-inner {
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 960px) {
    .modal-content {
        width: 95%;
    }
    .modal-inner {
        max-height: 80vh;
    }
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border:.2rem solid var(--color-black);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  display: block;
  z-index: 100;
}
.modal-close-btn::before,
.modal-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--color-black);
}
.modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close-btn:hover {
  opacity: .8;
  transform: rotate(90deg);
}

@media screen and (max-width: 960px) {
    .modal-close-btn {
      top: 10px;
      right: 10px;
  }
}
.modal-inner__footer{
    margin-top:2.4rem;
    text-align: center;
    padding-bottom:4rem;
}
.btn-close-footer{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 60px;
    border: 2px solid var(--color-black);
    color: var(--color-black);
    padding: 1.5rem 2.4rem 1.6rem 2.5rem;
    width: 22rem;
    z-index:1;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.btn-close-footer .btn-txt{
    position: relative;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: .02em;
}
.btn-close-footer:hover {
    background-color: var(--color-black);
    color:#fff;
}
@media screen and (max-width: 960px) {
    .modal-inner__footer{
        margin-top:1.6rem;
        padding-bottom:2.4rem;
    }
}
.modal-inner .modal-header{
    display: grid;
    grid-template-columns: 18rem 1fr;
    align-items: center;
    position: relative;
    gap: 2.4rem;
    padding: 2.4rem 4rem 3.2rem;
}

.modal-inner .ttl{
    font-size:2.4rem;
    font-weight: 900;
    line-height: 1.6;

}
.modal-inner .ttl span{
    display: block;
    font-size:1.4rem;
    font-weight: 500;
}
.modal-inner .history-item{
    display: grid;
    grid-template-columns: 11rem 1fr;
    column-gap: 2.4rem;
    padding:0 4rem;
}
.modal-inner .history-item .history-ttl,
.modal-inner .history-item .history-detail {
    padding: 2.4rem 0;
    position: relative;
    line-height: 1.6;
}
.modal-inner .history-item .history-ttl::before,
.modal-inner .history-item .history-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #888 0%, #888 25%, transparent 25.1%);
    background-repeat: repeat-x;
    background-size: 4px 1px;
}
.modal-inner .history-summary{
    background-color:#EDEDED ;
    border-radius:.8rem;
    padding:2.4rem;
    margin:1.6rem 4rem 0;
}
.modal-inner .sub-ttl{
  font-size:1.8rem;
  font-weight: 900;
  margin-bottom:1rem;
}
@media screen and (max-width: 960px) {
    .modal-inner .modal-header{
        grid-template-columns: 12rem 1fr;
        gap: 1.6rem;
        padding: 1.6rem 2.4rem 2.4rem;
    }
    .modal-inner .ttl{
        font-size:2rem;
    }
    .modal-inner .ttl span{
        font-size:1.3rem;
    }
    .modal-inner .history-item{
        grid-template-columns: 8rem 1fr;
        column-gap: 1rem;
        padding:0 2.4rem;
    }
    .modal-inner .history-item .history-ttl,
    .modal-inner .history-item .history-detail {
        padding: 1.6rem 0;
        position: relative;
        line-height: 1.6;
    }
    .modal-inner .history-summary{
        padding:1.6rem;
        margin:2rem 2rem 0;
    }
}


/* 沿革 */
.history-catch{
    font-size:3.2rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom:2.4rem;
    text-align: center;
}
.history-lead-copy{
    text-align: center;
}
.history-title {
    text-align: center;
    font-size: clamp(2rem, 5vw, 3.2rem);
    letter-spacing: 0.3em;
    margin-bottom: 50px;
}
.timeline-container {
    position: relative;
    margin-top:4rem;
}

.vertical-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: linear-gradient(to bottom, #888, #888, 2px, transparent 2px, transparent 2px);
    background-size: 2px 8px;
    background-repeat: repeat-y;
    transform: translateX(-50%);
    z-index: 1;
}
.timeline-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
    position: relative;
    z-index: 2;
}

.label-box {
    width: 46%;
    background-color: var(--color-black);
    color: #fff;
    text-align: center;
    padding: 1rem .2rem;
    font-weight: bold;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}
.timeline-item {
    display: flex;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}
.timeline-item:last-child {
    padding-bottom:2rem;
    margin-bottom:0
}

.item-content { width: 43%; }
.item-spacer  { width: 43%; }

.timeline-axis {
    width: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    }
.year {
    background-color: var(--color-black);
    color:#fff;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight:700;
    padding: .4rem .6rem;
    margin-bottom: .4rem;
    line-height: 1;
    white-space: nowrap;
    font-family: var(--font-family-en);
}
.dot {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot::before {
    content: "";
    position: absolute;
    width: 2rem;
    height:  2rem;
    border: .1rem solid #333;
    border-radius: 50%;
}
.dot::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}

.is-left .item-content { text-align: right; }
.is-right .item-content { text-align: left; }

.is-both .left-side { text-align: right; }
.is-both .right-side { text-align: left; }

.item-content .history-ttl {
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
    line-height: 1.4;
    margin: 0 0 .5rem 0;
    font-weight: 800;
}
.item-content .history-ttl.blank-link{
    padding-right: 1.8rem;
    position: relative;
    display: inline-flex;
}
.item-content .history-ttl.blank-link::before {
    content: url(../img/icon/icon-blanklink.svg);
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0;
    right: 0;
}

.item-content .history-ttl.blank-link span{
    background-image: linear-gradient(#222, #222);
    background-position: 0% 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.item-content .history-ttl.blank-link a:hover span {
    background-position: 100% 100%;
    background-size: 0% 1px;
}
.item-content .history-txt {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    line-height: 1.4;
    color: #555;
    margin: 0;
}
.item-content .tx-caption{
    line-height: 1.3;
    color:#666;
}

@media (max-width: 960px) {
    .history-catch{
        font-size:2.4rem;
        margin-bottom:1.6rem;
    }
    .history-lead-copy{
        text-align: left;
    }
    .timeline-axis { width: 20%; }
    .item-content { width: 40%; }
    .item-spacer { width: 40%; }
    .item-content .history-ttl.blank-link{
        padding-right: 1.2rem;
    }
    .item-content .history-ttl.blank-link::before {
    width: .8rem;
    height: .8rem;
    top: 0;
    right: 0;
}
}



/* グループ会社 */
.pege-link-block{
  text-align: center;
}
.pege-link-list-ttl{
  font-weight: 900;
  font-size:1.8rem;
  margin:3.2rem 0 1.6rem;
}
.pege-link-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.pege-link-list li{
  width: calc((100% - 4.8rem) / 4);
}
.pege-link-list li a {
    background-color: #fff;
    border: 1px solid var(--color-black);
    padding: 1.2rem 1.6rem;
    border-radius: 6rem;
    display: block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.pege-link-list li a .txt{
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    position: relative;
    padding-right:2.6rem;
}
.pege-link-list li a .txt::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../img/icon/down-arrow.svg) center / cover;
    position: absolute;
    top: calc(50% - 1rem);
    right:0;
}
.pege-link-list li a:hover {
    border: 1px solid #E1E4E5;
    background-color: #E1E4E5;
}

@media screen and (max-width:960px) {
  .pege-link-list-ttl{
    font-size:1.6rem;
    margin:2.4rem 0 .8rem;
  }
    .pege-link-list{
        gap: 1rem;
    }
    .pege-link-list li{
      width: 100%;
    }
    .pege-link-list li a {
        padding: .8rem 1rem
    }
    .pege-link-list li a .txt{
        font-size: 1.3rem;
          padding-right:3rem;
    }
  .pege-link-list li a .txt::before {
      width: 2rem;
      height: 2rem;
      top: calc(50% - 1rem);
  }
}


.group-wrap:not(:first-child) {
    margin-top: 12.8rem;
}
.group-wrap h2+*,
.group-wrap h3+*{
    margin-top: 0 !important;
}
.group-img{
    max-width: 64rem;
    margin:8rem auto;
}

.group-col{
    display: grid;
    grid-template-columns: 32rem 1fr;
    column-gap: 3.6rem;
}
.group-col .pic img{
    border-radius: .8rem;
    overflow: hidden;
}
.group-col .group-region{
    border:.1rem solid #CCCCCC;
    border-radius: .8rem;
    padding:2.4rem;
    margin-top:2.4rem;
}
.group-col .group-region .group-region__ttl{
    font-weight: 900;
    line-height: 1.2;
    margin-bottom:1rem;
}
.group-region__list{
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.22;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: .8rem;
    z-index: 2;
}
.group-region__list li {
    color:var(--color-black);
    border-radius: .4rem;
    display: inline-block;
    border: #C7C7C7 solid 1px;
    background-color: #fff;
    padding: .8rem .8rem .6rem;
}
.group-wrap .c-btn{
    margin-top:4rem;
}
.group-wrap .detail-link.blank-link .txt::before {
    background-color:var(--color-black);
}
@media (hover: hover){
  .group-wrap .detail-link.blank-link:hover .txt::before {
    background-color: #fff;
  }
}
@media screen and (max-width:960px) {
    .group-wrap:not(:first-child) {
        margin-top: 10rem;
    }
    .group-col{
        grid-template-columns: 1fr;
        gap: 1.2em;
    }
    .group-col .group-region{
        padding:1.6rem;
        margin-top:1.6rem;
    }
    .group-wrap .c-btn{
        margin-top:1.6rem;
    }
    .group-wrap .bg-left__heading {
        margin-top: 4.8rem
    }
}



/*
=======================================
= BUSINESS
=======================================
*/
.business-wrap:not(:first-child) {
    margin-top: 14.8rem;
}
.business-intro{
    padding-bottom:10rem;
}
.business-intro .inner{
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    align-items:center ;
}
.business-intro .intro-catch{
    font-size:4rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -.04em;
}
@media screen and (max-width:960px) {
    .business-wrap:not(:first-child) {
        margin-top: 8rem;
    }
    .business-intro{
        padding-bottom:6.4rem;
    }
    .business-intro .inner{
        display: block;
    }
    .business-intro .intro-catch{
        font-size:2.6rem;
    }
    .business-intro .intro-img{
        width: 80%;
        margin:2.4rem auto 0;
    }
    #p-business .bg-left__heading {
        margin-top: 4.8rem ;
    }
}

#p-business .bg-w{
    background-color: #fff;
    padding: 10rem 0 12rem;
}
#p-business .business-row .pic-row{
    width:48.8%
}
#p-business .business-row .pic-row img{
    border-radius: .8rem;
    overflow: hidden;
}
#p-business .business-row .txt-row{
    width:46.1%
}
#p-business .business-row .txt-row .ttl{
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom:1.6rem;
}
#p-business .business-row .txt-row .txt{
    margin-bottom:4rem;
}
#p-business .business-sub-row .pic-row{
    width: 30%;
}
#p-business .business-sub-row .pic-row img{
    border-radius: .8rem;
    overflow: hidden;
}
#p-business .business-sub-row .txt-row{
    width: 65%;
}
#p-business .business-sub-row .txt-row .ttl{
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom:1.6rem;
}


@media screen and (max-width:960px) {
    #p-business .bg-w{
        padding: 6.4rem 0 8rem;
    }
    #p-business .business-row .pic-row{
        width:100%
    }
    #p-business .business-row .txt-row{
        width:100%;
        margin-top:2.4rem;
    }
    #p-business .business-row .txt-row .ttl{
        font-size: 2.4rem;
        margin-bottom:1rem;
    }
    #p-business .business-row .txt-row .txt{
        margin-bottom:2.4rem;
    }
    #p-business .business-sub-row .pic-row{
        width: 100%;
    }
    #p-business .business-sub-row .txt-row{
        width: 100%;
        margin-top:1.6rem;
    }
    #p-business .business-sub-row .txt-row .ttl{
        font-size: 1.8rem;
        margin-bottom:1.6rem;
    }
}


#p-business .related-business{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
}
#p-business .related-business .item{
    width: calc((100% - 4rem) / 2);
    border: .1rem solid #ccc;
    border-radius: .8rem;
    padding:2.4rem;
    display: flex;
    flex-direction: column;
}
#p-business .related-business .item-row{
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 2.4rem;
    align-items: center;
    margin-bottom:1.6rem;
}
#p-business .related-business .pic-row img{
    border-radius: .8rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#p-business .related-business .txt-row .ttl{
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
}
#p-business .related-business .info-txt{
    margin-bottom:1.6rem;
    padding-bottom:1.6rem;
    position: relative;
}
#p-business .related-business .item-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #888 0%, #888 25%, transparent 25.1%);
    background-repeat: repeat-x;
    background-size: 4px 1px;
}
#p-business .related-business .item-bottom{
    position: relative;
    margin-top:auto;
}
#p-business .related-business .item-bottom a{
    display: block;
    border-radius: .8rem;
    width: 30rem;
    max-width: 100%;
    height: auto;
    border: .1rem solid #ccc;
    overflow: hidden;
}
#p-business .related-business .item-bottom a[target="_blank"] {
    display: block;
    position: relative;
    margin: 1.6rem auto 0;
}
#p-business .related-business .item-bottom a[target="_blank"]::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 9px;
    height: 9px;
    background: url(../img/icon/icon-blanklink.svg) no-repeat 50% 50%;
    background-size: contain;
}

#p-business .business03-img{
    max-width: 60rem;
    margin:0 auto;
}
#p-business .business-strong-ttl{
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom:2.4rem;
}
#p-business .business-strong-list{
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
}
#p-business .business-strong-list .item{
    width: calc((100% - 6.4rem) / 3);
    border: .1rem solid #ccc;
    border-radius: .8rem;
    padding:2.4rem;
    position: relative;
}
#p-business .business-strong-list .item .num {
    width: 4rem;
    height: 4rem;
    background: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-family-en);
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 100%;
    position: absolute;
    left: -1rem;
    top: -1rem;
}
#p-business .business-strong-list .item .ttl{
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom:1rem;
}
@media screen and (max-width:960px) {
    #p-business .related-business{
        gap: 2.4rem;
    }
    #p-business .related-business .item{
        width: 100%;
        padding:2rem;
    }
    #p-business .related-business .item-row{
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }
    #p-business .related-business .pic-row{
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    #p-business .related-business .txt-row .ttl{
        font-size: 1.8rem;
    }
    #p-business .related-business .info-txt{
        margin-bottom:1rem;
    }
    #p-business .related-business .item-bottom{
        grid-template-columns: 4.8rem 1fr;
        gap: 1rem;
    }
    #p-business .related-business .item-bottom .txt span{
        font-size: 1.2rem;
    }
    #p-business .business-strong-list{
        gap: 2rem;
    }
    #p-business .business-strong-list .item{
        width: 100%;
        padding:2rem;
    }
    #p-business .business-strong-list .item .num {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.4rem;
        left: -1rem;
        top: -1rem;
    }
    #p-business .business03-img{
        width: 80%;
    }
    #p-business .business-strong-ttl{
        font-size: 1.8rem;
        margin-bottom:2rem;
    }
    #p-business .business-strong-list .item .ttl{
        font-size: 1.6rem;
        margin-bottom:1rem;
    }
}
