@charset "UTF-8";

/* デザイン調整 追加CSS
===============================================================================================*/

/*=============================================
    ヘッダー
=================================================*/

.header {
    z-index: 2001;
}

@media screen and (min-width: 769px) {
    .hdr-img {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 769px) {
    .hdr-img_logo {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 272px;
        margin-right: auto;
    }
}

@media all and (min-width: 768px) and (max-width: 1440px) {
    .hdr-img_logo {
        width: 242px;
    }
}

@media screen and (min-width: 769px) {
    .header.is-open .nav-contact-btn {
        background: #50C2FF;
    }
}

.header.is-open .nav-entry {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 769px) {
    .header.is-fixed {
        background: none;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(#fff 65%, rgba(255, 255, 255, 0) 100%);
        padding: 15px 0 80px;
    }
}

@media screen and (min-width: 769px) {
    .header.is-fixed .nav-entry {
        margin-top: 0;
        top: 0;
    }
}

@media screen and (min-width: 769px) {
    .header.is-fixed .nav-contact-btn::after {
        margin-top: 0;
    }
}

@media screen and (min-width: 769px) {
    .header.is-fixed .nav {
        margin-top: 0;
        height: 100%;
    }
}

@media screen and (min-width: 769px) {
    .header.is-fixed+.is-open {
        padding: 15px 0 80px;
    }
}

@media screen and (min-width: 769px) {
    .nav {
        opacity: 1;
        visibility: visible;
        height: auto;
        background: none;
        overflow: inherit;
        position: relative;
        top: 6px;
        left: 0;
        min-width: auto;
        width: auto;
        margin-right: 20px;
    }
}

@media screen and (min-width: 769px) {
    .nav-btn {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .nav-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_item {
        opacity: 1;
        min-width: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        padding: 0 26px;
        word-break: keep-all;
    }
}

@media all and (min-width: 768px) and (max-width: 1440px) {
    .nav-list_item {
        padding: 0 20px;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_item+.nav-list_item {
        margin-left: 0;
        position: relative;
    }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
    .nav-list_item+.nav-list_item::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 30px;
        background: #e1e1e1;
        position: absolute;
        top: 3px;
        left: 0;
    }
}


@media screen and (min-width: 769px) {
    .nav-list_item-txt {
        padding: 0;
        border-bottom: 0;
    }
}

.nav-list_item-en {
    background-image: linear-gradient(90deg, rgb(44, 62, 80) 10%, rgb(189, 195, 199) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
    .nav-list_item-en {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .nav-list_item-en {
        font-size: 1.4rem;
    }
}

.nav-list_item-ja {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
    .nav-list_item-ja {
        font-size: 1.6rem;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .nav-list_item-ja {
        font-size: 2.3rem;
        margin-top: -6px;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_item:hover {
        cursor: pointer;
    }

    .nav-list_item:hover .nav-list_item-en {
        color: #52c2fc;
    }

    .nav-list_item:hover .nav-list_item-ja {
        color: #929ba2;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_item.is-active {
        position: relative;
        z-index: 2;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_child-wrap.js-toggle-content {
        overflow: hidden;
        position: absolute;
        top: 56px;
        left: -4px;
        width: 100%;
        min-height: 0;
        height: 0;
        z-index: 3;
        -webkit-transition: min-height 0.25s;
        transition: min-height 0.25s;
        width: 223px;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_child-wrap.js-toggle-content.is-active {
        display: block;
        min-height: 100vh;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_child-wrap.js-toggle-content .nav-list_child {
        background: #f0f3f5;
        border-radius: 20px;
        width: 100%;
        padding: 30px 0 30px;
    }
}

@media screen and (min-width: 769px) {
    .nav-list_child-wrap.js-toggle-content .nav-list_child-item {
        padding: 0 26px;
    }
}

@media screen and (min-width: 769px) {
    .nav-sub-list {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry {
        position: relative;
        top: 0;
        left: 0;
        min-width: auto;
        margin: 0;
        padding: 30px 0 0;
        background: none;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry::before {
        content: "";
        position: absolute;
        display: block;
        top: -9px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border: solid transparent;
        border-width: 20px 13px;
        border-bottom-color: #21A4E2;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition-property: opacity, margin;
        transition-property: opacity, margin;
    }
}

@media screen and (min-width: 769px) {
    .nav-contact-btn::after {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry-list {
        position: fixed;
        z-index: 1;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 104px);
        background: #21A4E2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        bottom: auto;
        min-width: 1120px;
        margin: 0;
        padding: 30px 0;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry-list_item {
        -ms-flex-preferred-size: 255px;
        flex-basis: 255px;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry-list_item+.nav-entry-list_item {
        margin-left: 20px;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry-list_item-link {
        padding: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 140px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry-list_item-en {
        padding-top: 15px;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry-list_item-ico {
        width: 43px;
    }
}

@media screen and (min-width: 769px) {
    .nav-entry-list_item-ja {
        font-size: 2rem;
    }
}


/*=============================================
    フッター
=================================================*/

.footer-other {
    -ms-flex-preferred-size: 50%;
    flex-basis: 70%;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


@media screen and (max-width: 768px) {
    .footer-other {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-basis: 60%;
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 640px) {
    .footer-other {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0 16px;
    }
}

@media screen and (min-width: 769px) {
    .footer-other li+li {
        margin-left: 24px;
    }
}

.footer-other a {
    text-decoration: none;
    font-size: 1.2rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer-other a[target=_blank]::after {
    position: relative;
    top: -2px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23929BA2%22%20d%3D%22M3.000%2C-0.000%20L3.000%2C3.000%20L1.000%2C3.000%20L-0.000%2C3.000%20L-0.000%2C10.000%20L7.000%2C10.000%20L7.000%2C7.000%20L10.000%2C7.000%20L10.000%2C-0.000%20L3.000%2C-0.000%20ZM6.000%2C9.000%20L1.000%2C9.000%20L1.000%2C4.000%20L3.000%2C4.000%20L3.000%2C7.000%20L6.000%2C7.000%20L6.000%2C9.000%20ZM9.000%2C6.000%20L4.000%2C6.000%20L4.000%2C1.000%20L9.000%2C1.000%20L9.000%2C6.000%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-other a:hover {
    color: #50C2FF;
}

.footer-other .footer-corporate {
    margin: 0;
}


/*=============================================
    
=================================================*/
/* .tab01.is-clm4
================================================== */

.tab01.is-clm4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 769px) {
    .tab01.is-clm4 .tab01_item {
        width: calc(33% - 20px);
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .tab01.is-clm4 .tab01_item {
        width: calc(50% - 5px);
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .tab01.is-clm4 .tab01_item:nth-child(n+3) {
        margin-top: 18px;
    }
}

.tab01.is-clm4 .tab01_item a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .tab01.is-clm4 .tab01_item a {
        padding: 13px 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .tab01.is-clm4 .tab01_item a {
        padding: 9px 0 9px;
    }
}

/*=============================================
    
=================================================*/
/* .c-table02
================================================== */
.c-table02 {
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
}

@media screen and (min-width: 769px) {
    .c-table02_in {
        padding: 0 0 97px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02_in {
        padding: 0 0 60px;
    }
}

.c-table02_title {
    position: relative;
}

@media screen and (min-width: 769px) {
    .c-table02_title {
        font-size: 2.2rem;
        line-height: 30px;
        padding: 35px 0 31px 26px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02_title {
        font-size: 1.6rem;
        line-height: 25px;
        padding: 20px 0 18px 20px;
    }
}

.c-table02_title::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #90D1F0), color-stop(50%, #21A4E2));
    background-image: linear-gradient(#90D1F0 50%, #21A4E2 50%);
}

@media screen and (min-width: 769px) {
    .c-table02_title::before {
        height: 34px;
        top: 34px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02_title::before {
        height: 27px;
        top: 19px;
    }
}

.c-table02_title .nav-list_item-ico {
    position: absolute;
    right: 0;
    border-radius: 50%;
    background: #F0F3F5;
}

@media screen and (min-width: 769px) {
    .c-table02_title .nav-list_item-ico {
        top: calc(50% - 21px);
        width: 42px;
        height: 42px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02_title .nav-list_item-ico {
        top: calc(50% - 13px);
        width: 26px;
        height: 26px;
    }
}

.c-table02_title .nav-list_item-ico::before,
.c-table02_title .nav-list_item-ico::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    background: #929BA2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {

    .c-table02_title .nav-list_item-ico::before,
    .c-table02_title .nav-list_item-ico::after {
        width: 18px;
        height: 2px;
        left: 12px;
    }
}

@media screen and (max-width: 768px) {

    .c-table02_title .nav-list_item-ico::before,
    .c-table02_title .nav-list_item-ico::after {
        width: 13px;
        height: 1px;
        left: 7px;
    }
}

.c-table02_title .nav-list_item-ico::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c-table02_title.is-active .nav-list_item-ico::after {
    -webkit-transform: rotate(90deg) scale(0, 1);
    transform: rotate(90deg) scale(0, 1);
    opacity: 0;
}

.c-table02__table__wrapper {
    border: 2px solid #21a4e2;
    border-top: 1px solid #21a4e2;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .c-table02__table__wrapper {
        margin: 0 0 -10px;
    }
}

.c-table02__table__thead {
    background-color: #21a4e2;
    color: #ffffff;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .c-table02__table__thead th {
        font-size: 1.8rem;
        padding: 10px 0 14px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__thead th {
        font-size: 1.4rem;
        line-height: 1.4;
        vertical-align: middle;
        padding: 7px 0 11px;
    }
}

.c-table02__table__thead th:not(:last-child) {
    border-right: 1px solid #ffffff;
}

@media screen and (min-width: 769px) {
    .c-table02__table__thead th .is-sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__thead th .is-sp {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__thead th:first-child {
        width: 79px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__thead th:last-child {
        width: 58px;
    }
}

.c-table02__table__tbody th {
    background-color: #f0f3f5;
    border-top: 1px solid #21a4e2;
}

@media screen and (min-width: 769px) {
    .c-table02__table__tbody th {
        font-size: 1.8rem;
        padding: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__tbody th {
        padding: 14px 0 12px;
    }
}

.c-table02__table__tbody td {
    border-top: 1px solid #21a4e2;
    text-align: center;
    vertical-align: middle;
}

@media screen and (min-width: 769px) {
    .c-table02__table__tbody td {
        padding: 10px 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__tbody td {
        line-height: 1.4;
        padding: 6px 7px 10px;
    }
}

.c-table02__table__tbody td:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
    .c-table02__table__tbody td:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

.c-table02__table__tbody td .btn {
    display: inline-block;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    .c-table02__table__tbody td .btn {
        font-size: 1.5rem;
    }
}

.c-table02__table__tbody td .btn--office {
    background-color: #d2edf8;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
    .c-table02__table__tbody td .btn--office {
        width: 214px;
        padding: 4px 20px 4px 10px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__tbody td .btn--office {
        width: 100%;
        margin: 4px 0 0;
        padding: 9px 20px 9px 12px;
        text-align: left;
    }
}

.c-table02__table__tbody td .btn--office:not(.noallow)::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    margin: -1px 0 0 12px;
    border-right: 1px solid #21A4E2;
    border-bottom: 1px solid #21A4E2;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    border-width: 2px;
    top: 50%;
    right: 5px;
}

@media screen and (max-width: 768px) {
    .c-table02__table__tbody td .btn--office:not(.noallow)::after {
        position: absolute;
        top: calc(50% - 2.5px);
        right: 8px;
    }
}

.c-table02__table__tbody td .btn--office:not(.noallow):hover {
    opacity: 0.7;
}

.c-table02__table__tbody td .btn--map {
    background-image: url(../img/newcomer/icon_map.png);
    background-repeat: no-repeat;
    background-color: #f0f3f5;
}

@media screen and (min-width: 769px) {
    .c-table02__table__tbody td .btn--map {
        background-size: 23px 23px;
        background-position: 43px 50%;
        width: 160px;
        padding: 4px 0 4px 25px;
    }
}

@media screen and (max-width: 768px) {
    .c-table02__table__tbody td .btn--map {
        background-size: 20px 19px;
        background-position: 50%;
        width: 39px;
        height: 29px;
        text-indent: -9999px;
    }
}

.c-table02__table__tbody td .btn--map:hover {
    opacity: 0.7;
}

.c-table02__table__tbody tr:last-child th,
.c-table02__table__tbody tr:last-child td {
    border-bottom: none;
}

@media screen and (min-width: 769px) {
    .c-table02+.btn02 {
        margin-bottom: 105px;
    }
}


/*=============================================
    .l-key-img
=================================================*/

@media screen and (max-width: 768px) {
    .l-key-img {
        padding-top: 75px;
    }
}

@media screen and (max-width: 768px) {
    .l-key-img_illust-main::after {
        display: none;
    }
}

.l-key-img_intext {
    z-index: 1;
}

#btnContact {
    position: relative;
}

.btn02.single-entry_btn .btn02_link {
    background-color: #fc7b18;
}

.btn02.single-entry_btn .btn02_link:hover {
    background-color: #ffa158;
}

@media screen and (min-width: 769px) {
    .btn02.single-entry_btn .btn02_link {
        font-size: 1.8rem;
        padding: 9px 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .btn02.single-entry_btn .btn02_link {
        padding: 10px 0 9px;
        font-size: 1.4rem;
    }
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.c-form01_area-btn .c-form01_btn.disabled {
    pointer-events: none;
    background: #A2A2A2;
}

.c-form01_area-btn .c-form01_btn.disabled:hover {
    pointer-events: none;
    background: #C2C2C2;
}

/*=============================================
    会社概要
    about.html
=================================================*/
/* .message-content
================================================== */
#about .set01_in {
    display: flex;
    gap: 10px;
}

#about .set01_sub-marker {
    background-image: linear-gradient(90deg, rgb(44, 62, 80) 10%, rgb(189, 195, 199) 90%);
}

#about .set01_sub a:hover {
    opacity: 0.7;
    transition: 0.2s;
}

#message .head03 {
    padding-top: 42px;
}

@media all and (min-width: 768px) {
    #message .head03 {
        padding-top: 120px;
    }
}

.message-content {
    background: #F0F3F5;
    margin: 0 auto 80px;
}

.message-content_in {
    padding-bottom: 60px;
}

.message-content_head {
    position: relative;
}

.message-content_head::before {
    content: '';
    width: 197px;
    height: 197px;
    background: url(../img/about-02.png) center / cover;
    position: absolute;
    right: -90px;
    top: -80px;
    z-index: 0;
}

.message-content_head-txt {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    letter-spacing: .001em;
    line-height: 1.5;
    margin-bottom: 21px;
}

.message-content_txt {
    margin-bottom: 28px;
}

.message-content__name {
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: -11px;
}

.message-content__name-img {
    margin-top: 6px;
    width: 134px;
}

@media all and (min-width: 768px) {
    .message-content {
        margin: 0 auto 120px;
    }

    .message-content_in {
        padding-bottom: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .message-content_area-txt {
        width: 660px;
        margin-top: -5px;
    }

    .message-content_head::before {
        width: 340px;
        height: 360px;
        left: -39px;
        top: 190px;
    }

    .message-content_head-txt {
        font-size: 3.4rem;
        letter-spacing: .06em;
    }

    .message-content_txt {
        margin-bottom: 38px;
        font-size: 1.9rem;
        letter-spacing: .06em;
    }

    .message-content__name {
        font-size: 1.8rem;
        margin-top: -8px;
    }

    .message-content__name-img {
        margin-top: 13px;
        width: auto;
    }
}

/* .philosophy
================================================== */

.philosophy {
    margin-bottom: 80px;
}

/*=============================================
    企業沿革
    history.html
=================================================*/
/* .history
================================================== */

.history-content {
    background: #F0F3F5;
    margin: 0 auto 80px;
}

.history-container_in {
    padding-top: 70px;
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {

    .history-container_in {
        padding-top: 120px;
        padding-bottom: 170px;
    }

}

.timeline {
    list-style: none;
}

.timeline>li {
    margin-bottom: 60px;
}


.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 110px;
    float: left;
    margin-top: 15px;
}

.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5ebee solid;
    padding-left: 30px;
    padding-bottom: 38px;
    letter-spacing: .06em;
}

.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #5d6063;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
}


@media all and (max-width: 640px) {

    .timeline-date {
        margin-left: 20px;
    }

    .timeline-content {
        width: 95%;
    }

    .timeline-content:before {
        width: 8px;
        height: 8px;
        left: 0px;
        top: 24px;
    }
}

/*=============================================
    採用情報ページ
    recruit.html
=================================================*/
.recruitments {
    position: relative;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .recruitments {
        margin: 50px 0 0;
        padding: 37px 80px 60px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    .recruitments {
        margin: 25px 0 0;
        padding: 20px 25px 25px;
        border-radius: 10px;
    }
}

.recruitments::before {
    content: "";
    display: inline-block;
    background: url(../img/recruit-ico01.png) no-repeat 0 0;
    position: absolute;
    z-index: 1;
}

@media screen and (min-width: 769px) {
    .recruitments::before {
        background-size: 86px 116px;
        width: 86px;
        height: 116px;
        top: 50px;
        right: -27px;
    }
}

@media screen and (max-width: 768px) {
    .recruitments::before {
        background-size: 62px 83px;
        width: 62px;
        height: 83px;
        top: 70px;
        right: -18px;
    }
}

.recruitments .btn02_link {
    background-image: linear-gradient(90deg, rgb(44, 62, 80) 10%, rgb(189, 195, 199) 90%);
}

.recruitments .btn02_link:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.recruitments_head {
    position: relative;
    border-bottom: 2px solid #e0e0e0;
}

@media screen and (min-width: 769px) {
    .recruitments_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 40px;
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .recruitments_head {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }
}

.recruitments_head::before {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #171c61;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
}

@media screen and (min-width: 769px) {
    .recruitments_head::before {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {
    .recruitments_head::before {
        width: 90px;
    }
}

@media screen and (min-width: 769px) {
    .recruitments_head_title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .recruitments_head_title {
        font-size: 2.4rem;
        text-align: center;
        margin: 0 0 22px;
    }
}

.recruitments_head_title::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media screen and (min-width: 769px) {
    .recruitments_head_title::before {
        margin: 0 22px -13px 0;
    }
}

@media screen and (max-width: 768px) {
    .recruitments_head_title::before {
        margin: 0 14px -9px 0;
    }
}

.recruitments_head_title--midway::before {
    background-image: url(../img/recruit-ico02.png);
}

@media screen and (min-width: 769px) {
    .recruitments_head_title--midway::before {
        background-size: 48px 45px;
        width: 48px;
        height: 45px;
    }
}

@media screen and (max-width: 768px) {
    .recruitments_head_title--midway::before {
        background-size: 38px 35px;
        width: 38px;
        height: 35px;
    }
}

.recruitments_head_title--newcomer::before {
    background-image: url(../img/recruit-ico03.png);
    background-size: 49px 38px;
    width: 49px;
    height: 38px;
}

.recruitments_head_title--albite::before {
    background-image: url(../img/recruit-ico04.png);
    background-size: 48px 45px;
    width: 48px;
    height: 45px;
}

.recruitments_head_title--group::before {
    background-image: url(../img/common/ico_groupRecruitment01.png);
    background-size: 48px 45px;
    width: 48px;
    height: 45px;
}

.recruitments_head_btn .btn02_link {
    font-weight: bold;
}

.seminar-single__btn {
    font-weight: 700;
}

@media screen and (min-width: 769px) {
    .recruitments_head_btn .btn02_link {
        width: 300px;
        padding: 9px 0 10px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {
    .recruitments_head_btn .btn02_link {
        padding: 6px 0 7px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 769px) {
    .recruitments_body .js-switch-content-list {
        margin: 66px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .recruitments_body .js-switch-content-list {
        margin: 26px 0 0;
    }
}

@media screen and (min-width: 769px) {
    .recruitments .single-entry_btn.btn02 .btn02_link {
        font-size: 1.8rem;
        padding: 9px 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .recruitments .single-entry_btn.btn02 .btn02_link {
        padding: 10px 0 9px;
        font-size: 1.4rem;
    }
}


/*=============================================
    プライバシーポリシー
    privacy.html
=================================================*/

.privacy-policy {
    background: #F0F3F5;
}

.privacy-policy_in {
    padding-top: 70px;
    padding-bottom: 10px;
}

.privacy-policy_txt {
    margin-bottom: 28px;
}

.privacy-policy__list {
    margin: 36px 0 46px;
}

.privacy-policy__list-item {
    margin-bottom: 36px;
}

.privacy-policy__list-item-txt {
    margin-bottom: 28px;
}

.privacy-policy__list-item-txt-block {
    display: inline-block;
}

.privacy-policy .privacy-policy_link {
    color: #21A4E2;
    text-decoration: underline;
}

@media all and (min-width: 768px) {
    .privacy-policy_in {
        padding-top: 120px;
        padding-bottom: 15px;
    }

    .privacy-policy_txt {
        margin-bottom: 30px;
    }

    .privacy-policy__list {
        margin: 56px 0 96px;
    }

    .privacy-policy__list-item {
        margin-bottom: 56px;
    }

    .privacy-policy__list-item-txt {
        margin-bottom: 30px;
    }

    .privacy-policy_link {
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .privacy-policy_link:hover {
        color: #50C2FF;
    }
}


/*=============================================
    お知らせ
    news.html
=================================================*/
/* .news-archive
================================================== */
.news-archive {
    background: #F0F3F5;
}

.news-archive_in {
    padding-top: 50px;
    padding-bottom: 60px;
}

.issue-bnrBox {
    text-align: center;
    margin-top: 50px;
}

.opacity img {
    opacity: 1;
    transition: .3s ease-in-out;
}

.opacity a:hover img {
    opacity: 0.8;
}

@media all and (min-width: 768px) {
    #news .archive01 {
        display: block;
    }

    .news-archive_in {
        padding-top: 92px;
        padding-bottom: 116px;
    }
}

/* .news-single
================================================== */
.news-single {
    background: #F0F3F5;
}

.news-single_in {
    padding-top: 70px;
    padding-bottom: 60px;
}

.d-gear-communication_fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.d-gear-communication_fl p {
    width: 45%;
    margin: 0;
    margin-top: 0!important;
}

.d-gear-communication_fl p a img {
    width: 100%;
    border: solid 1px #ddd;
}


@media all and (min-width: 768px) {
    .news-single_in {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media all and (max-width: 767px) {
    .d-gear-communication_fl {
        flex-direction: column;
    }

    .d-gear-communication_fl p {
        width: 100%;
    }

}


/*=============================================
    お問い合わせ
    contact.html
=================================================*/

.contact-msg {
    margin: 0 auto 40px;
}

.red-box {
    padding: 2.4rem;
    border: solid 2px #b6000d;
}

.red {
    color: red;
}

.form-container {
    background: #F0F3F5;
}

.form-container_in {
    padding-top: 70px;
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {
    .form-container {
        margin-bottom: -50px;
    }

    .form-container_in {
        padding-top: 120px;
        padding-bottom: 170px;
    }
}

/*=============================================
    バックナンバー
    issue.html
=================================================*/
.issue-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.issue-img {
    padding: 20px 15px;
    width: calc((80% - 110px* 2) / 3);
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 20px;
    text-align: center;
}

.issue-img h2 {
    margin-top: 10px;
}

.zoomIn img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.zoomIn a:hover img {
    transform: scale(1.2);
}

.mask {
    display: block;
    line-height: 0;
    overflow: hidden;
}


@media not all and (min-width: 768px) {
    .issue-img {
        width: 33%;
    }
}
