@charset "UTF-8";
/* ----------------------------------------------------------
私たちについて
---------------------------------------------------------- */
/* --------------------------------
会社を知る
----------------------------------- */
#company [id*=content]{
    margin-top: -70px;
    padding-top: 70px;
}
/* インデックス */
.company_Wrap aside .index_Box .index ul.index-List > li{
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    transition: 0.3s;
}
.company_Wrap aside .index_Box .index ul.index-List > li:hover{
    opacity: 0.7;
}
.company_Wrap aside .index_Box .index ul.index-List > li > a{
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    padding-left: 1em;
    opacity: 0.3;
    transition: 0s;
}
.company_Wrap aside .index_Box .index ul.index-List > li > a::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--seablue);
    top: 0.4em;
    left: 0;
}
.company_Wrap aside .index_Box .index ul.index-List > li > a.current,
.company_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item a.current{
    opacity: 1;
}
.company_Wrap aside .index_Box .index ul.index-List li > ul.sub_index{
    margin-top: 1em;
    padding-left: 1em;
}
.company_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item{
    position: relative;
    margin-bottom: 10px;
}
.company_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item:first-child{
    margin-top: 10px;
}
.company_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    padding-left: 1.5em;
    opacity: 0.3;
}
.company_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item a::before{
    position: absolute;
    content: "";
    width: 1em;
    height: 2px;
    background: var(--skyblue);
    top: 0.5em;
    left: 0;
}

.lower_ttl_Box .main_ttl::before{
    background: var(--skyblue);
}
/* footer{
    background: none;
} */
#company{
    position: relative;
    width: 100%;
    background: url(../img/navy_bg.jpg) center center repeat-y;
    background-size: cover;
    background-attachment: fixed;
    transition: color .5s ease-out;
    will-change: color;
}
#company::after{
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    background: #eee;
    transition: opacity .5s ease-out;
    will-change: opacity;
    backface-visibility: hidden;
    opacity: 0;
}
.company_Wrap{
    padding: 100px 0 0;
}
.company_Wrap .Wrap_ttl{
    padding: 10px ;
    border-bottom: 1px solid var(--bluegray);
    margin-bottom: 50px;
}
.company_Wrap .Wrap_ttl h2{
    color: #fff;
}
.company_Wrap .Wrap_ttl .lead_txt{
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
/* 見出し */
.lower_ttl_Box .main_ttl{
    color: #fff;
}
.lower_ttl_Box h2,
.lower_ttl_Box h3{
    color: #fff;
}
.company_Wrap .lower_ttl_Box h2.dot{
    position: relative;
    padding-left: 0.5em;
}
.company_Wrap .lower_ttl_Box h2.dot::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--skyblue);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.company_sub-section h3{
    color: var(--skyblue);
    font-size: 2.4rem;
    margin: 20px 0 15px;
}
/* 企業理念 */
.company_sub-section h3.montserrat{
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--skyblue);
    margin-bottom: 10px;
}
.philosophy_Box .company_sub-section:not(:last-child){
    margin-bottom: 50px;
}
.philosophy_Box .company_sub-section p{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
}
.philosophy_Box .company_sub-section p.m10{
    font-weight: 400;
    margin-top: 10px;
}
/* 事業紹介 */
.company_Area{
    padding: 80px 0 0;
}
.company_sub-section .box{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.company_sub-section .box .col-2{
    width: 49%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.company_sub-section .box .service_logo.career{
    width: 50%;
    max-width: 350px;
}
.company_sub-section .box .service_logo.agent{
    width: 80%;
    max-width: 230px;
}
.company_sub-section .box .service_logo.jobs{
    width: 80%;
    max-width: 200px;
}
.company_sub-section .box .service_logo.manegy{
    width: 80%;
    max-width: 200px;
}
.company_sub-section .box .yomigana{
    color: #888;
    font-size: 1.6rem;
    margin-top: 10px;
}
.company_sub-section .box h4{
    font-size: 2rem;
    line-height: 1.2;
    color: #111;
    margin-top: 20px;
}
.company_sub-section .box .txt{
    color: #111;
    margin-top: 10px;
}
.company_sub-section .box .txt sup{
    font-size: 1rem;
    vertical-align: top;
}
.company_sub-section .box .col-2:last-child .txt{
    margin-top: 15px;
}
.company_sub-section .box .note{
    position: relative;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #555;
    padding-left: 1em;
    margin-top: 10px;
}
.company_sub-section .box .note::before{
    position: absolute;
    content: "※";
    color: #111;
    font-size: 0.9rem;
    top: 0;
    left: 0;
}
.company_sub-section .box .viewmore_Btn{
    position: relative;
    display: block;
    width: 49%;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background: #111;
    border: 1px solid #111;
    margin-top: 15px;
    transition: 0.3s;
}
.company_sub-section .box .col-2 .viewmore_Btn{
    width: 100%;
}
.company_sub-section .box .col-2:last-child .viewmore_Btn{
    margin-top: auto;
}
.company_sub-section .box .viewmore_Btn .material-symbols-sharp{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-weight: 200;
    transition: 0.1s;
}
.company_sub-section .box .viewmore_Btn:hover{
    background: #fff;
    color: #111;
}
.company_sub-section .box .viewmore_Btn:hover .material-symbols-sharp{
    color: #111;
}

/* 職種紹介 */
.job_Box{
    margin-top: 50px;
}
.job_Box .company_sub-section{
    margin-top: 10px;
}
.job_detail_Btn{
    position: relative;
    display: block;
    width: 49%;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 20px;
    transition: 0.3s;
    cursor: pointer;
}
.job_detail_Btn::before,
.job_detail_Btn::after{
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background: #111;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.job_detail_Btn::after{
    transform: translateY(-50%) rotate(90deg);
}
.job_detail_Btn span{
    font-size: 1.6rem;
    font-weight: 600;
    color: #111;
    transition: 0.3s;
}
.job_detail_Btn:hover{
    background: #111;
}
.job_detail_Btn:hover::before,
.job_detail_Btn:hover::after{
    background: #fff;
}
.job_detail_Btn:hover span{
    color: #fff;
}

/* --------------------------------
MS-Japanのカルチャー
----------------------------------- */
/* 背景色変更 */
#company.is-transform::after{
    opacity: 1;
}
#company.is-transform .lower_ttl_Box .main_ttl,
#company.is-transform .lower_ttl_Box h2,
#company.is-transform .lower_ttl_Box h3,
#company.is-transform .company_Wrap aside .index_Box .index ul.index-List > li > a,
#company.is-transform .company_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item a{
    color: #111;
}
#company.is-transform .tab-List::after{
    color: #555;
}

.culture_Area{
    padding: 80px 0;
}
.culture_Area .content_Box:not(:first-child){
    margin-top: 50px;
}
.culture_Area h3{
    position: relative;
    display: inline-block;
    background: var(--seablue);
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin: 15px 0 10px;
    padding: 10px 20px;
    border-radius: 5px;
}
.culture_Area h3::before{
    position: absolute;
    content: "";
    border-right: 15px solid var(--seablue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
}
.tabs:not(:nth-of-type(2)){
    margin-top: 30px;
}
.tab-List{
    position: relative;
    margin-top: 10px;
    padding-left: 2.2em;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
}
.tab-List::before{
    position: absolute;
    content: "\f05b";
    color: var(--seablue);
    font-size: 2rem;
    font-family: "material symbols sharp";
    font-variation-settings: 'FILL' 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tab-List::after{
    position: absolute;
    content: "キーワード";
    font-size: 1.4rem;
    color: #fff;
    top: 50%;
    left: 1.7em;
    transform: translateY(-50%);
}
.tab-List .tab-item{
    position: relative;
    display: inline-block;
    border: 1px solid var(--seablue);
    padding: 7px 12px 7px calc(12px + 1em);
    border-radius: 50px;
    background: #fff;
    text-align: center;
    margin-left: 8px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 0.8;
    color: var(--seablue);
    transition: 0.3s;
    cursor: pointer;
    flex: 0 0 auto;
    min-width: 80px;
}
.tab-List .tab-item::before{
    position: absolute;
    content: "\e9ef";
    font-size: 2rem;
    font-weight: 400;
    font-family: "material symbols sharp";
    color: var(--seablue);
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
    transition: 0.3s;
}
.tab-List .tab-item:first-child{
    margin-left: 5.5em;
}
.tab-List .tab-item:hover,
.tab-List .tab-item.active{
    background: var(--seablue);
    color: #fff;
}
.tab-List .tab-item:hover::before,
.tab-List .tab-item.active::before{
    color: #fff;
}
.tab-container .tab-panel{
    display: none;
    transition: 0.3s;
}
.tab-container .tab-panel.active{
    display: block;
    transition: 0.3s;
}
.tab-container .tab-panel .tab-content{
    margin-top: 15px;
    align-items: flex-end;
}
.tab-container .tab-panel .tab-content figure{
    width: 15%;
    max-width: 80px;
}
.tab-container .tab-panel .tab-content .fukidashi{
    position: relative;
    width: 88%;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
}
.tab-container .tab-panel .tab-content .fukidashi::after{
    position: absolute;
    content: "";
    border-right: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: 12px;
    left: -8px;
}
.tab-container .tab-panel .tab-content .fukidashi span.tag{
    position: relative;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--seablue);
    padding-left: 1.2em;
    margin-bottom: 5px;
}
.tab-container .tab-panel .tab-content .fukidashi span.tag::before{
    position: absolute;
    content: "\e9ef";
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "material symbols sharp";
    color: var(--seablue);
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}
.tab-container .tab-panel .tab-content .fukidashi span.detail{
    display: inline-block;
    margin-top: 5px;
    font-size: 1.4rem;
    color: #555;
}
.tab-container .tab-panel .tab-content:nth-child(even){
    flex-direction: row-reverse;
}
.tab-container .tab-panel .tab-content:nth-child(even) .fukidashi::after{
    border-right: none;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: 12px;
    left: unset;
    right: -8px;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link{
    position: relative;
    font-weight: 500;
    color: var(--seablue);
    border-bottom: 1px solid var(--seablue);
    transition: 0.3s;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link:hover{
    border-bottom: none;
    opacity: 0.7;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link span{
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: -0.1em;
    padding-right: 0.1em;
    z-index: 1;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link span::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: var(--seablue);
    border-radius: 50%;
    top: 0.05em;
    left: 0;
    z-index: -1;
}

/* Member's Story */
.lower_ttl_Box h2 span{
    color: var(--seablue);
}
.culture_note_Box .lead_txt{
    margin-top: 15px;
}
.note_slider{
    position: relative;
    margin-top: 15px;
    margin-left: -10px;
}
.note_slider .note-item{
    margin: 0 10px;
    background: #fff;
    border-radius: 8px 8px 5px 5px;
    filter: drop-shadow(0 0 5px #aaa);
    transition: 0.3s
}
.slick-list {
    overflow: unset;
    overflow-x: clip;
}
.note_slider .note-item:hover{
    filter: none;
}
.note_slider .note-item figure img{
    border-radius: 5px 5px 0 0;
}
.note_slider .note-item .note_txt{
    padding: 10px 15px;
}
.note_slider .note-item .note_txt .note_ttl{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.note_slider .note-item .note_txt .note_time{
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    color: #888;
    padding-left: 1.2em;
}
.note_slider .note-item .note_txt .note_time::before{
    position: absolute;
    content: "\e8b5";
    color: #888;
    font-size: 1.6rem;
    font-family: "material symbols sharp";
    top: 0.2em;
    left: 0;
}
.slick-prev,
.slick-next{
    /* position:relative; */
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
	border: 1px solid #333;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1;
}
.slick-prev:before,
.slick-next:before{
    position:absolute;
    content: "";
    width:15px;
    height:15px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transition: all .3s ease;
}
.slick-prev::before,
.slick-prev:focus::before{
	background: url(../img/arrow-left.svg) center center no-repeat;
	left: -3px;
}
.slick-next::before,
.slick-next:focus::before{
	background: url(../img/arrow-right.svg) center center no-repeat;
	right: -3px;
}
.slick-prev:hover,
.slick-next:hover{
    background: #333;
}
.slick-prev:focus,
.slick-next:focus{
    background: #fff;
}
.slick-prev:hover::before{
	background: url(../img/arrow-left_white.svg) center center no-repeat;
}
.slick-next:hover::before{
	background: url(../img/arrow-right_white.svg) center center no-repeat;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled,
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0;
}

/* ==============================================================
PC(1600px~)
============================================================== */
@media screen and (min-width: 1600px) {


}

/* ==============================================================
PC・TAB(~1000px)
============================================================== */
@media screen and (max-width:1000px) {

    .company_Wrap aside,
    .company_Wrap main{
        width: 100%;
        max-width: none;
    }
}

/* ==============================================================
PC・TAB(~820px)
============================================================== */
@media screen and (max-width:820px) {


}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:768px) {

    /* --------------------------------
    会社を知る
    ----------------------------------- */
    #company{
        position: relative;
    }
    #company::before{
        position:fixed;
        content:"";
        display:block;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-repeat:no-repeat;
        background-position:50% 100%;
        background-image:url(../img/navy_bg.jpg);
        background-size:cover;
    }
    #company [id*=content] {
        margin-top: 0;
        padding-top: 0;
    }
    .company_Wrap {
        padding: 70px 0 0;
    }
    .company_Wrap .Wrap_ttl{
        margin-bottom: 20px;
    }
    .company_Wrap .Wrap_ttl h2{
        margin-bottom: 10px;
    }

    .company_Wrap aside{
        display: none;
    }
    .company_Wrap main{
        margin-top: 0;
    }
    .company_Wrap .lower_ttl_Box{
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .company_Wrap .lower_ttl_Box h2.dot::before {
        width: 6px;
        height: 6px;
    }

    .company_sub-section h3.montserrat {
        font-size: 2.4rem;
    }
    .philosophy_Box .company_sub-section{
        padding: 0 5px;
    }
    .philosophy_Box .company_sub-section:not(:last-child) {
        margin-bottom: 30px;
    }
    .philosophy_Box .company_sub-section p {
        font-size: 1.8rem;
    }

    .company_Area {
        padding: 50px 0 0;
    }
    .company_sub-section:last-child{
        margin-top: 15px;
    }
    .company_sub-section h3 {
        font-size: 1.8rem;
        margin: 15px 0 10px;
        padding: 0 5px;
    }
    .company_sub-section .box {
        border-radius: 8px;
        padding: 20px 15px;
    }
    .company_sub-section .box .yomigana {
        font-size: 1.4rem;
        letter-spacing: -0.02em;
    }
    .company_sub-section .box h4 {
        font-size: 1.8rem;
        margin-top: 15px;
    }
    .company_sub-section .box .viewmore_Btn,
    .company_sub-section .box .col-2:last-child .viewmore_Btn {
        width: 100%;
        margin-top: 10px;
        padding: 15px 5px;
        font-size: 1.6rem;
    }
    .company_sub-section .box .col-2 {
        width: 100%;
        margin-top: 30px;
    }
    .company_sub-section .box .service_logo.career {
        width: 70%;
    }
    .company_sub-section .box .service_logo.agent {
        width: 50%;
    }
    .company_sub-section .box .service_logo.jobs {
        width: 40%;
    }
    .company_sub-section .box .service_logo.manegy {
        width: 40%;
    }
    .company_sub-section .box .col-2:last-child .txt{
        margin-top: 10px;
    }
    .job_Box {
        margin-top: 30px;
    }
    .job_detail_Btn {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 5px;
    }

    .culture_Area {
        padding: 50px 0;
    }
    .culture_Area h3 {
        font-size: 1.6rem;
        margin: 10px 0 0;
        padding: 10px 12px;
    }
    .tab-List {
        margin-bottom: 10px;
        padding-left: 1.8em;
    }
    .tab-List::before {
        font-size: 1.8rem;
    }
    .tab-List::after{
        font-size: 1.2rem;
    }
    .tab-List .tab-item {
        /* margin-bottom: 5px; */
        margin-left: 5px;
        padding: 5px 10px 5px calc(10px + 1em);
        font-size: 1.4rem;
    }
    .tab-List .tab-item:first-child {
        margin-left: 5em;
    }
    .tab-List .tab-item::before{
        font-size: 1.6rem;
    }
    .tab-container .tab-panel .tab-content {
        margin-top: 15px;
    }
    .tab-container .tab-panel .tab-content:first-child{
        margin-top: 5px;
    }
    .tab-container .tab-panel .tab-content figure {
        width: 12%;
        max-width: 50px;
    }
    .tab-container .tab-panel .tab-content .fukidashi {
        width: 85%;
        padding: 10px;
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0.02em;
    }
    .tab-container .tab-panel .tab-content .fukidashi span.detail {
        margin-top: 2px;
        font-size: 1.2rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi span.tag{
        font-size: 1.2rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi span.tag::before{
        font-size: 1.4rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi .txt_Link span {
        font-size: 1.4rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi .txt_Link span::before {
        width: 14px;
        height: 14px;
        top: 0.05em;
    }

    .culture_note_Box .lead_txt {
        margin-top: 10px;
    }
    .note_slider{
        margin-left: 0;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .note_slider .note-item .note_txt .note_ttl {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .note_slider .note-item .note_txt .note_time {
        font-size: 1.2rem;
    }
    .note_slider .note-item .note_txt .note_time::before{
        font-size: 1.3rem;
    }

    #Pagetop{
        bottom: 10.5%;
    }
}