@charset "UTF-8";

/* -------------------------------------------------- 

	base

-------------------------------------------------- */

.corporate #sitedesign-pagetop,
.recruit-page #sitedesign-pagetop {
    background: #EFEFEF;
}
.recruit-page .siteblock-main .inner {
    padding: 8rem 8.8rem 4rem 8.8rem;
}
@media (max-width: 767px) {
    .recruit-page .siteblock-main .inner {
        padding: 2rem 1rem;
    }
}

.recruit-page .siteblock-bottom {
    margin-top: 60px;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .recruit-page .siteblock-bottom {
        margin-top: 48px;
        margin-bottom: 0px;
    }
}
.recruit-page .siteblock-bottom .wrapper {
    overflow: hidden;
}
.recruit-page .siteblock-bottom .wrapper .inner {
    padding: 0;
    background-color: unset;
    border: unset;
    border-radius: unset;
}


/* -------------------------------------------------- 

	table

-------------------------------------------------- */

table {
    width: 100%;
    margin-bottom: 3.2rem;
}

tr + tr {
    border-top: 1px solid #23B9CA;
}

th,
td {
    padding: 2.4rem 1rem;
    border: 1px solid #D1EBF9;
    vertical-align: middle;
}

th {
    background-color: #23B9CA;
    color: #fff;
    text-align: center;
}

caption {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
}


.table {
    width: 100%;
}

.table tr + tr {
    border-top: 1px solid #23B9CA;
}

.table th,
.table td {
    padding: 3.2rem;
    border: 1px solid none;
}

.table th {
    background-color: transparent;
    color: #23B9CA;
    text-align: right;
}


/* -------------------------------------------------- 

	

-------------------------------------------------- */

.left { float: left;}
.right { float: right;}

.textC { text-align: center;}
.textR { text-align: right;}


/* -------------------------------------------------- 

	Headline

-------------------------------------------------- */

h1 {}

h2 {
    overflow: hidden;
    position: relative;
    margin: 0 0 4rem;
    padding: 1.4rem 6rem;
    border-radius: 3px;
    background: #1445AD;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;
}

h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    background: url("../images/common/h2-before.svg") no-repeat center left;
    background-size: contain;
    aspect-ratio: 1 / 2;
}

h2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    background: url("../images/common/h2-after.svg") no-repeat center left;
    background-size: contain;
    aspect-ratio: 1 / 2;
}

@media (max-width: 768px) {
    
    h2 {
        margin-bottom: 3.2rem;
        padding: 1.6rem 3.2rem;
        font-size: 2rem;
    }
    
}


h3 {
    position: relative;
    margin: 0 0 4.2rem;
    padding: 10px 20px;
    color: #222;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4; 
    background: #EBF8FF;
    border-top: 11px solid #308df5;
    border-bottom: 2px solid #fff;

}
h3::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 5px;
    display: block;
    background-color: #e00113;
}
h3::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 9px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media (max-width: 768px) {
    
    h3 {
        margin-bottom: 3.2rem;
        padding: 10px 16px;
    }
    
}


h4 {
    position: relative;
    margin: 0 0 4rem;
    padding: 1rem 10rem 1rem 1rem;
    color: #1445AD;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;
}

h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    height: 3px;
    border-top: 1px solid #308DF5;
    border-bottom: 1px solid #E00112;
}

h4::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 3px;
    display: block;
    height: 100%;
    background: url("../images/common/h4-after.svg") no-repeat center left;
    background-size: contain;
    aspect-ratio: 95 / 44;
    width: 105px;
    height: 49px;
}


@media (max-width: 768px) {
    
    h4 {
        margin-bottom: 3.2rem;
        padding-bottom: 2rem;
        font-size: 1.8rem;
    }
    
}


h5 {
    position: relative;
    margin: 0 0 0.5rem;
    padding: 0 0 0 2rem;
}

h5::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1445AD;
}

h6 {
    margin: 0 0 1.6rem;
    font-weight: 700;
    color: #1445AD;
}


.key {
    position: relative;
    padding: 10rem 0;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url("../images/key/key-houjin.jpg");
    text-align: center;
}

.h1-houjin { background-image: url("../images/key/key-houjin.jpg");}
.h1-corporate { background-image: url("../images/key/key-corporate.jpg");}
.h1-personal { background-image: url("../images/key/key-personal.jpg");}

.key::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    background: linear-gradient(90deg, #4F64E3 0%, #23B9CA 70%, rgba(35, 185, 202, 0.00) 100%);
}

.key__body {
    position: relative;
    z-index: 3;
    margin: 0 5rem;
}

.key__sub-title {
    margin: 0 0 2.4rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: capitalize;
}

.key__title {
    color: #FFF;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 768px) {
    
    .key {
        padding-top: 5.2rem;
        padding-bottom: 5.2rem;
    }

    .key__body {
        margin: 0 1rem;
    }

    .key__sub-title {
        margin-bottom: 1.6rem;
        font-size: 1.3rem;
    }

    .key__title {
        font-size: 2.8rem;
    }
    
}


/*
　outline
--------------------------------------*/

[class*="dec-btn-ol"] {
}

/*
　size
--------------------------------------*/

.dec-btn--size-lg { padding: 1.875rem 10rem;}
.dec-btn--size-md { padding: 1.5rem 5rem;}
.dec-btn--size-sm { padding: 1.25rem 1.875rem;}


/* -------------------------------------------------- 

	color

-------------------------------------------------- */

/*
　text
--------------------------------------*/

.dec-txt--primary,
.dec-txt-pe--primary::before,
.dec-txt-pe--primary::after {
    color: #1445AD;
}

.dec-txt--secondary,
.dec-txt-pe--secondary::before,
.dec-txt-pe--secondary::after {
    color: #23B9CA;
}

.dec-txt--attention,
.dec-txt-pe--attention::before,
.dec-txt-pe--attention::after {
    color: #E00112;
}

.dec-txt--dark,
.dec-txt-pe--dark::before,
.dec-txt-pe--dark::after {
}

.dec-txt--light,
.dec-txt-pe--light::before,
.dec-txt-pe--light::after {
    color: #FFF8E6;
}

.dec-txt--grey,
.dec-txt-pe--grey::before,
.dec-txt-pe--grey::after {
}

/*
　background
--------------------------------------*/

.dec-bg--primary,
.dec-bg-pe--primary::before,
.dec-bg-pe--primary::after {
    background-color: #1445AD;
    color: #fff;
}

.dec-bg--secondary,
.dec-bg-pe--secondary::before,
.dec-bg-pe--secondary::after {
    background-color: #23B9CA;
}

.dec-bg--attention,
.dec-bg-pe--attention::before,
.dec-bg-pe--attention::after {
    background-color: #E00112;
}

.dec-bg--dark,
.dec-bg-pe--dark::before,
.dec-bg-pe--dark::after {
}

.dec-bg--light,
.dec-bg-pe--light::before,
.dec-bg-pe--light::after {
    background-color: #FFF8E6;
}

.dec-bg--grey,
.dec-bg-pe--grey::before,
.dec-bg-pe--grey::after {
}

.dec-bg--white,
.dec-bg-pe--white::before,
.dec-bg-pe--white::after {
    background-color: #fff;
}


.py-10 { padding-top: 10rem; padding-bottom: 10rem;}
@media (max-width: 767px) {
    .py-10 { padding-top: 6.2rem; padding-bottom: 6.2rem;}
}


/* -------------------------------------------------- 

	container

-------------------------------------------------- */

.wrapper {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.inner {
    padding: 8rem 8.8rem;
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 2rem;
}

.home .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
}
@media (max-width: 768px) {
    .home .inner {
        padding-top: 2rem;
        padding-bottom: 3.7rem;
    }
}


@media (max-width: 768px) {
    
    .inner {
        padding: 2rem 1rem;
        border-radius: 1rem;
    }
    
}


/* -------------------------------------------------- 

	HEADER

-------------------------------------------------- */

.header-box {
    position: relative;
    z-index: 1000;
    background-color: #fff;
}

.header-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 4px;
    width: 100%;
    border-top: 1px solid #308DF5;
    border-bottom: 1px solid #E00112;
}


.header-box__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
}

.header-logo > :last-child {
    margin-bottom: 0;
}

.header-sup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 640px;
}

@media (max-width: 768px) {
    
    .header-box__row {
        padding: 1.8rem 1rem 1.8rem 1.8rem;
    }
    
    .header-logo {
        width: 210px;
    }
    
    .header-sup {
        display: none;
    }
    
}


.header-info {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.header-info__head {
    margin: 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.43;
}

.header-info__tel {
    text-align: center;
}

.header-info__tel dt {
    margin: 0 0 0.4rem;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
}

.header-info__tel dd {
    color: #222;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
}

.header-sup__cta {
    width: 316px;
}

.header-cta {
    display: flex;
    align-items: center;
    margin: 0 -0.8rem;
}

.header-cta__col {
    width: 50%;
    padding: 0 0.8rem;
}

.header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;
    width: 100%;
    padding: 17px 0 14px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    line-height: 115%;
    text-align: center;
}



.header-nav {
    padding: 2.8rem 0 3.2rem;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.header-nav .menu-root {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    list-style: none;
}

.header-nav li {
    margin: 0;
    padding: 0 1.6rem;
}

.header-nav a {
    display: flex;
    align-items: center;
    column-gap: 6px;
    color: #222;
}

.header-nav img {
    vertical-align: middle;
    line-height: 1;
}

@media (max-width: 768px) {
    
    .header-nav {
        display: none;
    }
    
}


/* -------------------------------------------------- 

	FOOTER - corporate

-------------------------------------------------- */

.corporate .siteblock-footer,
.recruit-page .siteblock-footer {
    overflow: hidden;
    margin-top: 4rem;
    padding-top: 5.2rem;
}

.home.corporate .siteblock-footer,
.home.recruit-page .siteblock-footer {
    margin-top: 0;
}

.corporate .foote-row,
.recruit-page .foote-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 4rem;
}

@media (max-width: 768px) {
    
    .corporate .foote-row,
    .recruit-page .foote-row {
        flex-direction: column-reverse;
    }
    
}


.corporate .foote-payment,
.recruit-page .foote-payment {
    width: 48.3050847%;
    padding: 2.4rem 0.6rem 2rem;
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    
    .corporate .foote-payment,
    .recruit-page .foote-payment {
        width: 100%;
    }
    
}


.corporate .payment-title,
.recruit-page .payment-title {
    margin: 0 0 2.4rem;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.corporate .payment-title::before,
.corporate .payment-title::after,
.recruit-page .payment-title::before,
.recruit-page .payment-title::after {
    display: none;
}

.corporate .payment-row,
.recruit-page .payment-row {
    display: flex;
    margin: 0 0 2rem;
}

.corporate .payment-col,
.recruit-page .payment-col {
    width: 50%;
    padding: 0 2.4rem;
    border-left: 1px solid transparent;
}

.corporate .payment-col + .payment-col,
.recruit-page .payment-col + .payment-col {
    border-left-color: #23B9CA;
}

.corporate .payment-card,
.recruit-page .payment-card {
    text-align: center;
}

.corporate .payment-card__title,
.recruit-page .payment-card__title {
    margin: 0 0 0.8rem;
    padding: 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}

.corporate .payment-card__title::before,
.recruit-page .payment-card__title::before {
    display: none;
}

@media (max-width: 768px) {
    
    .corporate .payment-box,
    .recruit-page .payment-box {
        font-size: 1.6rem;
    }
    
    .corporate .payment-row,
    .recruit-page .payment-row {
        flex-direction: column;
        margin-bottom: -4rem;
    }

    .corporate .payment-col,
    .recruit-page .payment-col {
        width: 100%;
        margin-bottom: 4rem;
        border-left: none !important;
    }

    .corporate .payment-card__title,
    .recruit-page .payment-card__title {
        font-size: 1.6rem;
    }
    
}


.corporate .foote-col,
.recruit-page .foote-col {
    width: 45.7627119%;
}

@media (max-width: 768px) {
    
    .corporate .foote-col,
    .recruit-page .foote-col {
        width: 100%;
        margin-bottom: 4.8rem;
    }
    
}


.corporate .foote-logo,
.recruit-page .foote-logo {
    margin: 0 0 4rem;
}

.corporate .foote-nav,
.recruit-page .foote-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -1.6rem -3.2rem;
    padding: 0;
    list-style: none;
}

.corporate .foote-nav li,
.recruit-page .foote-nav li {
    margin: 0 0 3.2rem;
    padding: 0 1.6rem;
}

.corporate .foote-nav a,
.recruit-page .foote-nav a {
    color: #fff;
}

@media (max-width: 768px) {
    
    .corporate .foote-nav,
    .recruit-page .foote-nav {
        flex-direction: column;
    }
    
}


.corporate .copyright,
.recruit-page .copyright {
    padding: 1.4rem 1rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
}

@media (max-width: 768px) {
    
    .corporate .copyright,
    .recruit-page .copyright {
        padding: 1.2rem 1rem;
        font-size: 1rem;
    }
    
}


/* -------------------------------------------------- 

	ホーム

-------------------------------------------------- */

.mv-box img {
    display: block;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.top-slider .slick-slider {
    padding: 0 !important;
    margin: 0 !important;
}
@media (max-width: 767px) {
    #slick-2 {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.top-banner a:hover {
    opacity: 1 !important;
}

.top-banner .top-banner-row {
    position: relative;
    overflow: hidden;
    display: block;
}

.top-banner .top-banner-row:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: calc(100vw - 39rem);
    background: linear-gradient(270deg, rgba(35, 185, 202, 0.00) 0%, #23B9CA 39rem, #23B9CA 100%);
}

.top-banner--reverse .top-banner-row:before {
    right: 0;
    left: auto;
}

.top-banner--corporate .top-banner-row:before { background: linear-gradient(270deg, rgba(35, 185, 202, 0.00) 0%, #23B9CA 39rem, #23B9CA 100%);}
.top-banner--individual .top-banner-row:before { background: linear-gradient(90deg, rgba(48, 141, 245, 0.00) 0%, #308DF5 39rem, #308DF5 100%);}
.top-banner--reservations .top-banner-row:before { background: linear-gradient(270deg, rgba(35, 185, 202, 0.00) 0%, #23B9CA 39rem, #23B9CA 100%);}
.top-banner--houjin .top-banner-row:before { background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 39rem, #FFF 100%);}

.top-banner--reservations-fullparts {
    background-color: #23B9CA !important;
}
.top-banner--reservations-fullparts .lay-row {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1rem;
}
.top-banner--reservations-fullparts .lay-row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}


.top-banner__inner {
    position: relative;
    z-index: 3;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.top-banner__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40rem;
    width: 100%;
    color: #fff;
}

.top-banner--reverse .top-banner__body {
    margin: 0 0 0 auto;
}

.top-banner__sup {
    position: relative;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.75;
}

.top-banner__sup::after {
    content: '';
    display: block;
    width: 5rem;
    height: 1px;
    margin: 2.4rem auto 0;
    background-color: #FFF;
    opacity: 0.5;
}

.top-banner__title {
    margin: 0 0 4rem;
    padding: 0;
    background-color: transparent;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.top-banner__title::before,
.top-banner__title::after {
    display: none;
}

.top-banner__text {
    margin: 0 0 3.6rem;
    text-align: center;
}

.top-banner__text > :last-child {
    margin-bottom: 0;
}

.top-banner__text p {
    line-height: 1.75;
}

.top-banner__btn {
}

.top-banner--houjin .top-banner__body {
    color: #222;
}

.top-banner--houjin .top-banner__sup::after {
    background-color: #222;
}

.top-banner--houjin .top-banner__title {
    color: #23B9CA;
}


.top-banner__photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 78rem;
}

.top-banner--reverse .top-banner__photo {
    left: 0;
    right: auto;
}

.top-banner__photo img {
    width: 100%;
    max-width: 78rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-banner a:hover .top-banner__photo img {
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .top-banner__inner {
        padding-bottom: 10px;
        background-color: #23B9CA;
    }
    .top-banner__photo {
        position: relative;
    }
    .top-banner__photo::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 75px;
        background: linear-gradient(0deg,rgba(35, 185, 202, 0) 0%, rgba(35, 185, 202, 1) 100%);
    }
    .top-banner--reverse .top-banner__inner {
        background-color: #308DF5;
    }
    .top-banner--reverse .top-banner__photo::before {
        background: linear-gradient(0deg,rgba(48, 141, 245, 0) 0%, rgba(48, 141, 245, 1) 100%);
    }
    .top-banner--houjin .top-banner__inner {
        background-color: #fff;
    }
    .top-banner--houjin .top-banner__photo::before {
        background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .top-banner__body {
        max-width: 100%;
    }
    .top-banner__sup {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .top-banner__sup::after {
        margin-top: 16px;
    }
    .top-banner__title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .top-banner__text {
        margin-bottom: 22px;
    }
    .top-banner__text p {
        margin-bottom: 0;
    }
    .top-banner--corporate .top-banner-row:before {
        content: none;
    }

    .top-banner--reservations-fullparts .lay-row > div {
        margin: 0 !important;
    }
}

.top-info-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 0 6.4rem;
}
@media (max-width: 767px) {
    .top-info-head {
        display: block;
        text-align: center;
        margin-bottom: 3.2rem;
    }
}

.top-info-head__sup {
    margin: 0;
    color: #222;
    line-height: 1;
}
@media (max-width: 767px) {
    .top-info-head__sup {
        font-size: 13px;
        margin-bottom: 16px;
    }
}

.top-info-head__title {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #23B9CA;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}
@media (max-width: 767px) {
    .top-info-head__title {
        font-size: 2rem;
    }
}

.top-info-head__title::before,
.top-info-head__title::after {
    display: none;
}

.category-nav {
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .category-nav {
        margin-bottom: 3px;
    }
}

.category-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-nav li {
    margin: 0;
    padding: 0;
}

.category-nav .badge {
    min-width: 11rem;
}
@media (max-width: 767px) {
    .category-nav .badge {
        min-width: unset;
        font-size: 14px;
        padding: 8px 10px;
    }
    .category-nav ul {
        gap: unset;
        justify-content: center;
    }
    .category-nav ul li {
        margin: 0 7px;
    } 
}

.top-recruit-wrap {
    padding: 4.4rem 2rem;
}

.top-recruit a {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
}

.top-recruit a:hover {
    opacity: 1 !important;
}

.top-recruit-row {
    position: relative;
    background: url("../images/home/recruit-bg.png") no-repeat center center;
    background-size: cover;
}

.top-recruit-row::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/home/recruit-decoration.png") no-repeat center center;
    background-size: cover;
}

.top-recruit__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6.6rem;
}

.top-recruit__body {
    position: relative;
    width: 41.2371134%;
}

.top-recruit__body::before {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
    border-radius: 0 20px;
}

.top-recruit__body-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
}

.top-recruit__sup {
    position: relative;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.75;
}

.top-recruit__title {
    margin: 0 0 4rem;
    padding: 0;
    background-color: transparent;
    font-size: 3.2rem;
    font-weight: 700;
    color: #23B9CA;
    line-height: 1;
}

.top-recruit__title::before,
.top-recruit__title::after {
    display: none;
}

.top-recruit__text {
    margin: 0 0 4rem;
    text-align: center;
}

.top-recruit__text > :last-child {
    margin-bottom: 0;
}

.top-recruit__btn {}

.top-recruit__photo {
    width: 43.814433%;
    padding: 1rem 0;
}

.top-recruit__photo img {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .top-recruit__body {
        margin: 2rem 0;
    }
}

@media (max-width: 767px) {
    .top-recruit__text {
        margin-bottom: 2rem;
    }
    .top-recruit__photo {
        display: none;
    }
    .top-recruit__body {
        width: 100%;
    }
    .top-recruit__body-inner {
        padding: 4rem;
    }
    .top-recruit-row::before {
        background: url("../images/home/recruit-decoration_sp.jpg") no-repeat center center;
    }
    .top-recruit__body::before {
        width: calc(100% - 36px);
        height: calc(100% - 44px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 0 20px 0 20px;
    }
    .top-recruit__sup {
        font-size: 13px;
        margin-bottom: 16px;
        line-height: 1;
    }
    .top-recruit__title {
        font-size: 20px;
        margin-bottom: 2.4rem;
    }
}


/* -------------------------------------------------- 

	お知らせ

-------------------------------------------------- */

.info-link-row {}

.info-link {
    display: block;
    padding: 2.4rem 0;
    border-bottom: 1px solid rgba(35, 185, 202, 0.2);
    color: #333;
}

.info-link-row:last-child .info-link {
    border-bottom: none;
}

.info-link dl {
    display: flex;
    margin: 0;
    padding: 0;
}

.info-link__date {
    width: 10rem;
    padding-top: 2px;
    font-weight: 500;
}

.info-link__category {
    width: 11rem;
}

.info-link__category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-link__category li {
    margin: 0;
    padding: 0;
}

.info-link__title {
    width: calc(100% - 21rem);
    padding: 2px 0 0 2.4rem;
}

.panel-wrap .panel > div:last-child a {
    border-bottom: unset;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .info-link {
        padding: 1.6rem 0;
    }
    .info-link dl {
        flex-wrap: wrap;
    }
    .info-link__title {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }
    .info-link__category .badge {
        width: 90px;
        font-size: 13px;
        padding: .6rem;
    }
    .info-link__category ul {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .info-link__date {
        width: 7.8rem;
    }
}

.new-badge {
    display: inline-block;
    margin-left: 2px;
}

.new-badge img {
    margin-bottom: 6px;
    vertical-align: middle;
    line-height: 1;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4rem;
    margin-top: 5.2rem;
}


/* -------------------------------------------------- 

	お知らせ - 詳細

-------------------------------------------------- */

.info-head {
    display: flex;
    column-gap: 2rem;
    margin-bottom: 2rem;
}

.info-head__date {
    margin: 0;
}

.info-head__cat ul {
    margin: 0 -1rem -2rem;
    padding: 0;
    list-style: none;
}

.info-head__cat li {
    margin: 0 0 2rem;
    padding: 0 1rem;
}

.info-head__cat .badge {
    min-width: 11rem;
}

.info-title {
    position: relative;
    margin: 0 0 4.2rem;
    padding: 10px 20px;
    color: #222;
    font-weight: 700;
    line-height: 1.4;
    background-color: #EBF8FF;
    border-top: 11px solid #308df5;
    border-bottom: 2px solid #fff;
    border-radius: unset;
    background: #EBF8FF;
    overflow: visible;
}
@media (max-width: 768px) {
    .info-title {
        padding: 10px 16px;   
    }
}
.info-title::before {
    content: '';
    position: absolute;
    top: unset;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 5px;
    display: block;
    background-color: #e00113;
}
.info-title::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 9px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


.top-info-btn {
    display: flex;
    justify-content: center;
    margin-top: 3.2rem;
}


/* -------------------------------------------------- 

	扉ページ

-------------------------------------------------- */

.card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.8rem -3.5rem;
}

.card-col {
    width: 33.33333333%;
    margin: 0 0 3.5rem;
    padding: 0 1.8rem;
}

.card__photo {
    margin: 0 0 1.2rem;
}

.card__photo img {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 0 20px;
}

.card__text > :last-child {
    margin-bottom: 0;
}

.card__text a {
    position: relative;
    padding-right: 34px;
}

.card__text a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 26px;
    aspect-ratio: 1 / 1;
    background: url("../images/common/icon-arrow-right.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .card-wrap {
        flex-direction: column;
    }
    .card-wrap .card-col {
        width: 100%;
    }
    .card-wrap .card-col:last-child {
        margin-bottom: 4.5rem;
    }
}

body.corporate h4 > img,
body.corporate h5 > img {
    width: 28px;
    vertical-align:  bottom;
    margin-right: 6px;
}