@charset "UTF-8";
/*====================================================================================================

　CSS構成

　//絶対に変更しないCSS
　- reset.css           全てのブラウザ固有CSSをリセットするCSS。基本触らないこと。
　- bootstrap.min.css   Bootstrapコンポーネントを利用するためのCSS。基本触らないこと。
　- all.min.css         Font Awesome を利用するためのCSS。基本触らないこと。
　- aos.css             AOSを利用するためのCSS。基本触らないこと。

　//基本的には変更しないCSS
　- base.css            基本の文字設定や、Webフォントの読み込みなど。基本触らなくてもOK。

　//メインで利用しているCSS
　- common.css          ヘッダー、フッター、下層ページのタイトルなど、共通ページレイアウトを記載したCSS
　- stlye.css           各ページ固有のレイアウトを記載したCSS

　//補助的に利用しているCSS
　- module.css          見出しやリスト、テーブルなど、共通利用できるパーツをまとめたCSS
　- utility.css         マージンやパディング、文字サイズや文字色など、補助的に利用できるCSS

====================================================================================================*/



/*/////////////////////////////////////////////////////////////////
  index.html
/////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------
  home-hero
------------------------------------------------------------------*/

/*  home-hero
------------------------------------------------------------------*/
.home-hero{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/*  home-hero-slider
------------------------------------------------------------------*/
.home-hero-slider .swiper-slide{
    height: 100vh;
    min-height: 800px;
    background: #fff;
    overflow: hidden;
}
.home-hero-slider .swiper-slide::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#025cc1 0%, #abedf5 100%);
    opacity: .4;
    content: "";
    z-index: 1;
}
.home-hero-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:1399px){
    .home-hero-slider .swiper-slide{
        min-height: 700px;
    }
}
@media screen and (max-width:1199px){
    .home-hero-slider .swiper-slide{
        height: auto;
        min-height: initial;
        aspect-ratio: 4 / 3;
    }
}
@media screen and (max-width:767px){
    .home-hero-slider .swiper-slide{
        height: 100vh;
        height: 100svh;
        min-height: 600px;
        aspect-ratio: initial;
    }
}
@media print{
    .home-hero-slider .swiper-slide{
        height: 600px;
        min-height: initial;
    }
}
/*  home-hero-slider-image
------------------------------------------------------------------*/
.home-hero-slider-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    opacity: 0;
    animation: homeHeroSlide 1s ease-out forwards;
}
@keyframes homeHeroSlide {
    from{
        opacity: 0;
        transform: scale(1.1);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}
/*  home-hero-detail
------------------------------------------------------------------*/
.home-hero-detail{
    position: absolute;
    left: 5vw;
    bottom: 10vh;
    z-index: 2;
}
@media screen and (max-width:1199px){
    .home-hero-detail{
        bottom: 7vw;
    }
}
@media screen and (max-width:767px){
    .home-hero-detail{
        position: absolute;
        bottom: 50%;
        left: 0;
        transform: translateY(50%);
        width: 100%;
        text-align: center;
    }
}
@media print{
    .home-hero-detail{
        bottom: 30px;
        left: 30px;
    }
}
/*  home-hero-title-en
------------------------------------------------------------------*/
.home-hero-title{
    margin-bottom: .5em;
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    font-feature-settings: "palt";
}
.home-hero-title .wrap{
    display: block;
    width: fit-content;
    overflow: hidden;
}
.home-hero-title .inner{
    display: block;
    transform: translateY(100%);
    animation: homeHeroTitleEn .5s forwards .4s ease-out;
}
@keyframes homeHeroTitleEn {
    from{
        transform: translateY(100%);
    }
    to{
        transform: translateY(0);
    }
}
@media screen and (max-width:1199px){
    .home-hero-title{
        font-size: 8vw;
    }
}
@media screen and (max-width:767px){
    .home-hero-title .wrap{
        width: auto;
    }
    .home-hero-title{
        font-size: 12vw;
    }
}
@media print{
    .home-hero-title{
        margin-bottom: 30px;
        font-size: 90px;
    }
}
/*  home-hero-text
------------------------------------------------------------------*/
.home-hero-text{
    opacity: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    animation: homeHeroTitle .8s forwards .4s ease-out;
}
@keyframes homeHeroTitle {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@media screen and (max-width:1199px){
    .home-hero-text{
        font-size: 2.5vw;
    }
}
@media screen and (max-width:767px){
    .home-hero-text{
        font-size: max(3vw, .875rem);
    }
}
@media print{
    .home-hero-text{
        font-size: 24px;
    }
}
/*  home-hero-scroll
------------------------------------------------------------------*/
.home-hero-scroll{
    position: absolute;
    bottom: 0;
    right: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    line-height: 1;
    z-index: 1;
}
.home-hero-scroll .text{
    font-family: var(--en-font);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-lr;
}
.home-hero-scroll .line{
    position: relative;
    width: 1px;
    height: 200px;
    background: #ccc;
    overflow: hidden;
    z-index: 1;
}
.home-hero-scroll .line .point{
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    animation: scrollPoint 1.5s ease-out infinite;
}
@keyframes scrollPoint {
    0%{
        top: -50px;
    }
    70%{
        top: 100%;
    }
    100%{
        top: 100%;
    }
}
@media screen and (max-width:991px){
    .home-hero-scroll .line{
        height: 180px;
    }
    .home-hero-scroll .line .point{
        height: 72px;
    }
}
@media screen and (max-width:767px){
    .home-hero-scroll{
        right: 50%;
        transform: translateX(50%);
    }
    .home-hero-scroll .text{
        font-size: 12px;
        writing-mode: horizontal-tb;
    }
    .home-hero-scroll .line{
        height: 150px;
    }
    .home-hero-scroll .line .point{
        height: 60px;
    }
}
@media screen and (max-width:575px){
    .home-hero-scroll .line{
        height: 130px;
    }
    .home-hero-scroll .line .point{
        height: 52px;
    }
}


/*------------------------------------------------------------------
  home-about
------------------------------------------------------------------*/

/*  home-about
------------------------------------------------------------------*/
.home-about{
    background: url(../images/home-about-bg.jpg) no-repeat top right / auto 100%;
}
/*  home-about-wrapper
------------------------------------------------------------------*/
.home-about-wrapper{
    display: flex;
    align-items: flex-end;
    column-gap: 60px;
    padding: 160px 0;
}
@media screen and (max-width:1399px){
    .home-about-wrapper{
        flex-direction: column;
        row-gap: 40px;
        align-items: initial;
        padding: 100px 0 80px;
    }
}
@media screen and (max-width:991px){
    .home-about-wrapper{
        row-gap: 30px;
        padding: 60px 0 50px;
    }
}
@media screen and (max-width:575px){
    .home-about-wrapper{
        row-gap: 30px;
        padding: 60px 0 36px;
    }
}
/*  home-about-title
------------------------------------------------------------------*/
.home-about-title{
    flex-shrink: 0;
    font-size: 2.5rem;
    font-weight: bold;
}
.home-about-title .en{
    margin-bottom: 1em;
    font-family: var(--en-font);
    font-size: max(.5em,.875rem);
    color: var(--primary-color);
    letter-spacing: 0;
    line-height: 1;
}
.home-about-title .jp{
    line-height: 1.5;
}
@media screen and (max-width:991px){
    .home-about-title{
        font-size: 2rem;
        text-align: center;
    }
}
@media screen and (max-width:575px){
    .home-about-title{
        font-size: 1.75rem;
    }
}
/*  home-about-treat
------------------------------------------------------------------*/
.home-about-treat{
    display: flex;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    z-index: -1;
}
.home-about-treat .one,
.home-about-treat .two{
    display: block;
    flex-shrink: 0;
    font-family: var(--en-font);
    font-size: 200px;
    color: #f0f3f8;
    letter-spacing: 0;
    line-height: .75;
}
.home-about-treat .one{
    animation: about-treat1 90s -45s linear infinite;
}
.home-about-treat .two{
    animation: about-treat2 90s linear infinite;
}
@keyframes about-treat1 {
    from{ transform: translateX(100%);}
    to{ transform: translateX(-100%);}
}
@keyframes about-treat2 {
    from{ transform: translateX(0%);}
    to{ transform: translateX(-200%);}
}
@media screen and (max-width:1399px){
    .home-about-treat .one,
    .home-about-treat .two{
        font-size: 150px;
    }
}
@media screen and (max-width:991px){
    .home-about-treat .one,
    .home-about-treat .two{
        font-size: 120px;
    }
}
@media screen and (max-width:575px){
    .home-about-treat .one,
    .home-about-treat .two{
        font-size: 18vw;
        color: #cdd8ea;
    }
}

/*------------------------------------------------------------------
  home-feature
------------------------------------------------------------------*/

/*  home-feature-list
------------------------------------------------------------------*/
.home-feature-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
}
@media screen and (max-width:991px){
    .home-feature-list{
        column-gap: 16px;
    }
}
@media screen and (max-width:767px){
    .home-feature-list{
        grid-template-columns: 1fr;
        row-gap: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
}
/*  home-feature-item
------------------------------------------------------------------*/
.home-feature-item{
    padding: 36px 30px 40px;
    background: #fff;
    border-radius: 10px;
}
.home-feature-item .image{
    width: 100px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 24px;
}
.home-feature-item .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home-feature-item .title{
    margin-bottom: .75em;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.home-feature-item .text{
    line-height: 1.7;
}
@media screen and (max-width:1399px){
    .home-feature-item .image{
        width: 84px;
    }
    .home-feature-item .title{
        font-size: 1.25rem;
    }
}
@media screen and (max-width:991px){
    .home-feature-item{
        padding: 30px 16px 32px;
    }
    .home-feature-item .image{
        width: 72px;
    }
    .home-feature-item .title{
        font-size: 1.125rem;
    }
}
@media screen and (max-width:767px){
    .home-feature-item{
        padding: 30px 30px 36px;
    }
    .home-feature-item .image{
        width: 90px;
    }
    .home-feature-item .title{
        font-size: 1.375rem;
    }
}

/*------------------------------------------------------------------
  home-service
------------------------------------------------------------------*/

/*  home-service-wrapper
------------------------------------------------------------------*/
.home-service-wrapper{
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
}
@media screen and (max-width:991px){
    .home-service-wrapper{
        column-gap: 30px;
    }
}
@media screen and (max-width:767px){
    .home-service-wrapper{
        flex-direction: column-reverse;
        row-gap: 60px;
    }
}
/*  home-service-detail
------------------------------------------------------------------*/
.home-service-detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}
@media screen and (max-width:991px){
    .home-service-detail{
        padding: 20px 0;
    }
}
@media screen and (max-width:767px){
    .home-service-detail{
        padding: 0;
    }
}
/*  home-service-image
------------------------------------------------------------------*/
.home-service-image{
    overflow: hidden;
}
.home-service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:767px){
    .home-service-image{
        aspect-ratio: 2 / 1;
    }
}

/*------------------------------------------------------------------
  home-links
------------------------------------------------------------------*/

/*  home-links
------------------------------------------------------------------*/
.home-links{
    position: relative;
    z-index: 1;
}
.home-links::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: var(--primary-light-color);
    content: "";
    z-index: -1;
}
@media screen and (max-width:767px){
    .home-links::after{
        height: 75%;
    }
}
/*  home-links-recruit
------------------------------------------------------------------*/
.home-links-recruit{
    position: relative;
    display: block;
    padding: 90px 160px 90px 90px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
}
.home-links-recruit::after{
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    aspect-ratio: 1 / 1;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #fff;
    transition: .2s ease-out;
}
.home-links-recruit .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111e41;
    overflow: hidden;
    content: "";
    z-index: -1;
}
.home-links-recruit .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
    transition: .2s ease-out;
}
.home-links-recruit .title{
    margin-bottom: max(.6em,30px);
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    transition: .2s ease-out;
}
.home-links-recruit .title .en{
    margin-bottom: .25em;
    font-family: var(--en-font);
    --letter-spacing: 0;
    line-height: 1;
}
.home-links-recruit .title .jp{
    font-size: max(.2777em,.875rem);
    line-height: 1.5;
}
.home-links-recruit .text{
    color: #fff;
    transition: .2s ease-out;
}
/* ホバー時動作 */
@media (hover:hover) {
    .home-links-recruit:hover::after{
        transform: translateY(-50%) scale(.8);
        background: var(--accent-color);
        border-color: var(--accent-color);
    }
    .home-links-recruit:hover .image img{
        transform: scale(1.15);
        opacity: .1;
    }
    .home-links-recruit:hover .title,
    .home-links-recruit:hover .text{
        color: var(--accent-color);
    }    
}
@media screen and (max-width:1399px){
    .home-links-recruit{
        padding: 72px 140px 72px 72px;
        margin-bottom: 30px;
        border-radius: 24px;
    }
    .home-links-recruit .title{
        font-size: 64px;
    }
}
@media screen and (max-width:991px){
    .home-links-recruit{
        padding: 52px 120px 52px 52px;
        border-radius: 16px;
    }
    .home-links-recruit::after{
        right: 32px;
        width: 48px;
        font-size: 12px;
    }
    .home-links-recruit .title{
        font-size: 52px;
    }
}
@media screen and (max-width:767px){
    .home-links-recruit{
        padding: 40px 24px 80px;
    }
    .home-links-recruit::after{
        top: calc(100% - 40px);
        right: 20px;
        width: 40px;
        font-size: 10px;
    }
    .home-links-recruit .title{
        font-size: 40px;
    }
}
/*  home-links-others
------------------------------------------------------------------*/
.home-links-others{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 60px;
}
@media screen and (max-width:1399px){
    .home-links-others{
        column-gap: 30px;
    }
}
@media screen and (max-width:767px){
    .home-links-others{
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}
/*  home-links-other
------------------------------------------------------------------*/
.home-links-other{
    position: relative;
    display: block;
    padding: 80px 140px 80px 60px;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
}
.home-links-other::after{
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    aspect-ratio: 1 / 1;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #fff;
    transition: .2s ease-out;
}
.home-links-other .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111e41;
    overflow: hidden;
    content: "";
    z-index: -1;
}
.home-links-other .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
    transition: .2s ease-out;
}
.home-links-other .title{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    transition: .2s ease-out;
}
.home-links-other .title .en{
    margin-bottom: .25em;
    font-family: var(--en-font);
    --letter-spacing: 0;
    line-height: 1;
}
.home-links-other .title .jp{
    font-size: max(.3em,.875rem);
    line-height: 1.5;
}
/* ホバー時動作 */
@media (hover:hover) {
    .home-links-other:hover::after{
        transform: translateY(-50%) scale(.8);
        background: var(--accent-color);
        border-color: var(--accent-color);
    }
    .home-links-other:hover .image img{
        transform: scale(1.15);
        opacity: .1;
    }
    .home-links-other:hover .title{
        color: var(--accent-color);
    }    
}
@media screen and (max-width:1399px){
    .home-links-other{
        padding: 60px 120px 60px 40px;
        border-radius: 24px;
    }
    .home-links-other::after{
        right: 30px;
        width: 48px;
    }
    .home-links-other .title{
        font-size: 40px;
    }
}
@media screen and (max-width:991px){
    .home-links-other{
        padding: 40px 80px 40px 24px;
        border-radius: 16px;
    }
    .home-links-other::after{
        right: 24px;
        width: 36px;
        font-size: 10px;
    }
    .home-links-other .title{
        font-size: 32px;
    }
}


/*------------------------------------------------------------------
  home-news
------------------------------------------------------------------*/

/*  home-news
------------------------------------------------------------------*/
.home-news{
    padding: 120px 0;
    background: var(--primary-light-color);
}
@media screen and (max-width:991px){
    .home-news{
        padding: 80px 0;
    }
}
@media screen and (max-width:767px){
    .home-news{
        padding: 60px 0;
    }
}
/*  home-news-category
------------------------------------------------------------------*/
.home-news-category{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width:991px){
    .home-news-category{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width:767px){
    .home-news-category{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}
/*  home-news-category-btn
------------------------------------------------------------------*/
.home-news-category-btn{
    padding: .75em 1.5em;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    color: #546080;
    text-align: center;
    line-height: 1.2;
    transition: .2s ease-out;
}
/* アクティブ時動作 */
.home-news-category-btn.active{
    background: var(--primary-color);
    color: #fff;
    pointer-events: none;
}
/* ホバー時動作 */
@media (hover:hover) {
    .home-news-category-btn:hover{
        background: var(--accent-color);
        color: #fff;
    }
}
/*  home-news-box
------------------------------------------------------------------*/
.home-news-box{
    max-height: 450px;
    padding: 0 30px 30px;
    background: #fff;
    overflow: auto;
}
@media screen and (max-width:767px){
    .home-news-box{
        padding: 0 16px 20px;
    }
}
/*  home-news-item
------------------------------------------------------------------*/
.home-news-item{
    position: relative;
    cursor: pointer;
    padding: 30px 60px 30px 0;
    border-bottom: 1px solid #bbc3d7;
}
.home-news-item::after{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    aspect-ratio: 1 / 1;
    border: 1px solid #546080;
    border-radius: 50%;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: bold;
    color: #546080;
    transition: .2s ease-out;
}
.home-news-item .head{
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px;
}
.home-news-item .head .new{
    font-family: var(--en-font);
    color: var(--accent-color);
    letter-spacing: 0;
    line-height: 1;
}
.home-news-item .head .date{
    font-family: var(--en-font);
    letter-spacing: 0;
    line-height: 1;
}
.home-news-item .head .category{
    padding: .5em 1.5em;
    background: var(--primary-light-color);
    font-size: .75rem;
    line-height: 1;
}
.home-news-item .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.2;
    transition: .2s ease-out;
}
.home-news-item .detail{
    display: none;
}
/* ホバー時動作 */
@media (hover:hover) {
    .home-news-item:hover::after{
        transform: translateY(-50%) scale(.8);
        background: var(--accent-color);
        border-color: var(--accent-color);
        color: #fff;
    }
    .home-news-item:hover .title{
        color: var(--accent-color);
    }
}
@media screen and (max-width:991px){
    .home-news-item{
        padding: 20px 0;
    }
    .home-news-item::after{
        display: none;
    }
    .home-news-item .head{
        column-gap: 8px;
        margin-bottom: 8px;
    }
}


/*  home-news-modal-area
------------------------------------------------------------------*/
.home-news-modal-area .head{
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px;
}
.home-news-modal-area .head .new{
    font-family: var(--en-font);
    color: var(--accent-color);
    letter-spacing: 0;
    line-height: 1;
}
.home-news-modal-area .head .date{
    font-family: var(--en-font);
    letter-spacing: 0;
    line-height: 1;
}
.home-news-modal-area .head .category{
    padding: .5em 1.5em;
    background: var(--primary-light-color);
    font-size: .75rem;
    line-height: 1;
}
.home-news-modal-area .title{
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5;
}
.home-news-modal-area .detail{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
}
@media screen and (max-width:991px){
    .home-news-modal-area .head{
        column-gap: 8px;
        margin-bottom: 8px;
    }
    .home-news-modal-area .title{
        font-size: 1.125rem;
    }
}

/*/////////////////////////////////////////////////////////////////
  works.html
/////////////////////////////////////////////////////////////////*/

/*  works-table
------------------------------------------------------------------*/
.works-table{
    width: 100%;
    line-height: 1.4;
}
.works-table > thead > tr > th,
.works-table > tbody > tr > td{
    padding: .5em;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}
.works-table > thead > tr > th{
    background: var(--primary-light-color);
    color: var(--primary-color);
}
@media screen and (max-width:575px){
    .works-table{
        font-size: .75rem;
    }
}

/*/////////////////////////////////////////////////////////////////
  company.html
/////////////////////////////////////////////////////////////////*/

/*  company-map
------------------------------------------------------------------*/
.company-map{
    height: 400px;
    margin-bottom: 30px;
    overflow: hidden;
}
.company-map iframe{
    width: 100%;
    height: 100%;
}
@media screen and (max-width:767px){
    .company-map{
        height: auto;
        aspect-ratio: 4 / 3;
    }
}




/*/////////////////////////////////////////////////////////////////
  recruit.html
/////////////////////////////////////////////////////////////////*/

/*  recruit-welfare
------------------------------------------------------------------*/
.recruit-welfare{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width:1399px){
    .recruit-welfare{
        gap: 10px;
    }
}
@media screen and (max-width:991px){
    .recruit-welfare{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width:575px){
    .recruit-welfare{
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
/*  recruit-welfare-item
------------------------------------------------------------------*/
.recruit-welfare-item{
    padding: 30px 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.recruit-welfare-item .image{
    width: 70px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 20px;
}
.recruit-welfare-item .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.recruit-welfare-item .title{
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
}
@media screen and (max-width:991px){
    .recruit-welfare-item{
        display: flex;
        align-items: center;
        column-gap: 10px;
        padding: 10px;
    }
    .recruit-welfare-item .image{
        width: 40px;
        margin: initial;
    }
    .recruit-welfare-item .title{
        font-size: 1rem;
        text-align: left;
    }
}
@media screen and (max-width:767px){
    .recruit-welfare-item{
        display: flex;
        align-items: center;
        column-gap: 8px;
        padding: 8px;
        border-radius: 4px;
    }
    .recruit-welfare-item .image{
        width: 36px;
        margin: initial;
    }
    .recruit-welfare-item .title{
        font-size: 0.875rem;
    }
}

/*  recruit-jd-category-list
------------------------------------------------------------------*/
.recruit-jd-category-list{
    display: grid;
    align-items: flex-end;
    grid-template-columns: repeat(2,1fr);
}
/*  recruit-jd-category-item
------------------------------------------------------------------*/
.recruit-jd-category-item{
    padding: 1em;
    background: #e0e0e0;
    border-radius: 20px 20px 0 0;
    box-shadow: inset 0 -5px 10px rgba(0,0,0,.3);
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    transition: .2s ease-out;
}
.recruit-jd-category-item.active{
    padding-bottom: 1.5em;
    background: #fff;
    box-shadow: initial;
    pointer-events: none;
}
@media (hover:hover) {
    .recruit-jd-category-item:hover{
        padding-bottom: 1.5em;
        box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
    }
}
@media screen and (max-width:575px){
    .recruit-jd-category-item{
        border-radius: 10px 10px 0 0;
        font-size: 0.75rem;
    }
}
/*  recruit-jd-contents
------------------------------------------------------------------*/
.recruit-jd-contents{
    display: none;
    padding: 30px;
    background: #fff;
}
.recruit-jd-contents.active{
    display: block;
}
@media screen and (max-width:575px){
    .recruit-jd-contents{
        padding: 30px 16px;
    }
}

/*/////////////////////////////////////////////////////////////////
  contact.html
/////////////////////////////////////////////////////////////////*/

/*  contact-tel-box
------------------------------------------------------------------*/
.contact-tel-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 20px;
    background: #efefef;
    text-align: center;
}
.contact-tel-box .title{
    margin-bottom: 5px;
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1.4;
}
.contact-tel-box .num{
    margin-bottom: 5px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.contact-tel-box .num span{
    font-size: 1.75em;
    letter-spacing: 0;
}
.contact-tel-box .time{
    font-size: 0.875rem;
    line-height: 1.4;
}
@media screen and (max-width:1199px){
    .contact-tel-box .num{
        font-size: 1.125rem;
    }
}
@media screen and (max-width:767px){
    .contact-tel-box{
        padding: 24px 16px;
    }
}
@media screen and (max-width:575px){
    .contact-tel-box .num{
        font-size: 1rem;
    }
    .contact-tel-box .title{
        font-size: 1.25rem;
    }
    .contact-tel-box .time{
        font-size: 0.75rem;
    }
}
@media screen and (max-width:350px){
    .contact-tel-box .num{
        font-size: .875rem;
    }
    .contact-tel-box .title{
        font-size: 1.125rem;
    }
}

.form-error{
    position: relative;
    padding-left: 1.25em;
    margin-top: 5px;
    color: var(--red-color);
}
.form-error::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f057";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}