@charset "utf-8";

html {
    font-size: 62.5%;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1;
    word-break: break-all;
    min-width: 1000px;
}
.pc{
	 display: block;
    }
.sp{
    display: none;
}
.top_ttl01 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 55px;
}
.top_ttl01 span {
    font-family: brother-1816, sans-serif;
    font-weight: 600;
    display: block;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}

.top_ttl02 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 55px;
    text-align: center;
}
.top_ttl02 span {
    font-family: brother-1816, sans-serif;
    font-weight: 600;
    display: block;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
}

.more_btn01 {
    width: 100%;
}
.more_btn01 a,
.more_btn01 span {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: url(img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
    background-size: 20px 5px;
    color: #ffffff;
    padding: 29px 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 220px;
    box-sizing: border-box;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    transition: 0.3s ease-in-out;
}
.more_btn01 a:hover {
    background: url(img/common/right_arrow02.svg) no-repeat right 20px center #2a286f;
    background-size: 20px 5px;
}

.more_btn02 {
    width: 100%;
}
.more_btn02 a,
.more_btn02 span {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: url(img/common/right_arrow03.svg) no-repeat right 15px center #ffffff;
    background-size: 20px 5px;
    color: #3f3ca3;
    padding: 29px 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 220px;
    box-sizing: border-box;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    transition: 0.3s ease-in-out;
}
.more_btn02 a:hover {
    background: url(img/common/right_arrow03.svg) no-repeat right 20px center #cecdff;
    background-size: 20px 5px;
}

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

    header

------------------------------- */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    transition: 0.3s ease-in-out;
}
header.fixed {
    background: #ffffff70;
}
header .logo {
    width: 97px;
}
header #g_nav {
}
header #g_nav ul {
    display: flex;
}
header #g_nav ul li {
    padding: 30px 0;
    margin: 0 0 0 45px;
}
header #g_nav ul li a {
    color: #ffffff;
    transition: 0.3s ease-in-out;
    display: block;
}
header #g_nav ul li a:hover {
    color: #3f3ca3;
}
header.fixed #g_nav ul li a {
    color: #3f3ca3;
}
header #g_nav ul li a .en {
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
}
header #g_nav ul li a .ja {
    font-size: 1.1rem;
    display: block;
    margin: 8px 0 0;
}
header #g_nav ul li.contact_btn01 {
    padding: 0;
}
header #g_nav ul li.contact_btn01 a {
    background: #3f3ca3;
    display: block;
    padding: 30px 45px;
    text-align: center;
    color: #ffffff;
}
header #g_nav ul li.contact_btn01 a:hover {
    background: #2a286f;
    color: #ffffff;
}
header #sp_menu {
    display: none;
}

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

    first_view

------------------------------- */
#first_view {
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
#first_view .fv_txt01 {
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
#first_view .fv_txt01 h1 {
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10rem;
    line-height: 1.2;
}
#first_view .fv_txt01 p {
    font-size: 4rem;
    margin: 40px 0 0;
    letter-spacing: 0.1em;
}
#first_view .scroll {
    position: absolute;
    max-width: 1200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#first_view .scroll span {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 160px;
}

#first_view .scroll span::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 50%;
    width: 1px;
    height: 90px;
    background: #ffffff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
#first_view .fv_movie {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#first_view .fv_movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 70px;
        opacity: 0;
    }
    30% {
        height: 120px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 160px;
        opacity: 0;
    }
}

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

    vision

------------------------------- */
#vision {
    padding: 105px 20px;
    position: relative;
}
#vision .vision_box01 {
    max-width: 1300px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#vision .vision_box01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 60px;
    width: 100%;
    background: #3f3ca3;
    z-index: -1;
}
#vision .vision_box01::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50px;
    bottom: 60px;
    width: 100vw;
    background: #3f3ca3;
    z-index: -1;
}
#vision .vision_box01 .vision_item01 {
    width: 50%;
    max-width: 588px;
    filter: drop-shadow(10px 10px 20px rgba(17, 16, 75, 0.35));
}
#vision .vision_box01 .vision_item02 {
    width: 50%;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 0 0 7.9%;
}
#vision .vision_box01 .vision_item02 .vision_ttl01 {
    font-size: 5rem;
    color: #3f3ca3;
    letter-spacing: 0.1em;
}
#vision .vision_box01 .vision_item02 .vision_ttl01 span {
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    margin: 0 0 6px;
}
#vision .vision_box01 .vision_item02 .vision_txt01 {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.1em;
    margin: 50px 0 0;
}

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

    News

------------------------------- */
#news {
    padding: 50px 20px 170px;
}
#news .news_box01 {
    max-width: 1000px;
    margin: auto;
    display: flex;
}
#news .news_box01 .top_ttl01 span {
    color: #3f3ca3;
}
#news .news_box01 .news_item01 {
    width: 350px;
}
#news .news_box01 .news_item01 .more_btn01 {
    margin: 170px 0 0;
}
#news .news_box01 .news_item02 {
    width: calc(100% - 350px);
}
#news .news_box01 .news_item02 ul {
    border-bottom: solid 1px #dbdbdb;
}
#news .news_box01 .news_item02 ul li {
    border-top: solid 1px #dbdbdb;
}
#news .news_box01 .news_item02 ul li a {
    background: url(img/common/right_arrow03.svg) no-repeat right center;
    background-size: 20px 5px;
    display: flex;
    align-items: center;
    padding: 32px 32px 32px 0;
    color: #000000;
    transition: 0.3s ease-in-out;
}
#news .news_box01 .news_item02 ul li a:hover {
    background: url(img/common/right_arrow03.svg) no-repeat right 15px center #fafafa;
    background-size: 20px 5px;
    color: #676767;
    padding: 32px 32px 32px 15px;
}
#news .news_box01 .news_item02 ul li a .post_date {
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 50px 0 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
#news .news_box01 .news_item02 ul li a .post_ttl {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

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

    business

------------------------------- */
#business {
    padding: 0 20px 110px;
    position: relative;
    overflow: hidden;
}
#business::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 0;
    left: calc(50vw - 500px);
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
#business .top_ttl02 span {
    color: #3f3ca3;
}
#business .business_box01 {
    max-width: 1400px;
    margin: 90px auto 0;
}
#business .business_box01 .business_txt01 {
    background: #3f3ca3;
    max-width: 420px;
    padding: 105px 55px;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
}
#business .business_box01 .business_num {
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4rem;
    letter-spacing: 0.05em;
}
#business .business_box01 .business_ttl01 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #3f3ca3;
    background: #ffffff;
    display: inline-block;
    padding: 8px 10px;
    margin: 20px 0 30px;
}
#business .business_box01 .business_txtarea01 {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.1em;
}
#business .business_box01 .business_item01 {
    background: url(img/business_img01.jpg) no-repeat left center;
    background-size: auto 100%;
    max-width: 1250px;
    box-shadow: 10px 10px 40px 10px rgb(17 16 75 / 25%);
}
#business .business_box01 .business_item01 .business_txt01 {
    margin: 0 0 0 auto;
}
#business .business_box01 .business_item01 .business_txt01::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 50px;
    background: url(img/business_item_bg01.png) no-repeat center;
    background-size: cover;
}
#business .business_box01 .business_item02 {
    background: url(img/business_img02.jpg) no-repeat right center;
    background-size: 100% 100%;
    max-width: 1250px;
    margin: 50px 0 50px auto;
    box-shadow: 10px 10px 40px 10px rgb(17 16 75 / 25%);
}
#business .business_box01 .business_item02 .business_txt01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 50px;
    background: url(img/business_item_bg02.png) no-repeat center;
    background-size: 100% 100%;
}
#business .business_box01 .business_item03 {
    background: url(img/business_img03.jpg) no-repeat left center;
    background-size: auto 100%;
    max-width: 1250px;
    box-shadow: 10px 10px 40px 10px rgb(17 16 75 / 25%);
}
#business .business_box01 .business_item03 .business_txt01 {
    margin: 0 0 0 auto;
}
#business .business_box01 .business_item03 .business_txt01::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 50px;
    background: url(img/business_item_bg01.png) no-repeat center;
    background-size: 100% 100%;
}

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

    about

------------------------------- */
#about {
    padding: 100px 20px 120px;
}
#about .top_ttl02 span {
    color: #3f3ca3;
}
#about .top_ttl01 span {
    color: #3f3ca3;
}
#about .about_box01 {
    max-width: 1200px;
    margin: auto;
    padding: 0 100px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
#about .about_box01 .abuot_item01 {
    width: 50%;
    box-shadow: 10px 10px 40px 10px rgb(17 16 75 / 25%);
}
#about .about_box01 .about_item02 {
    width: 50%;
    max-width: 400px;
    padding: 0 0 0 40px;
}
#about .about_box01 .about_item02 .about_txt01 {
    font-size: 1.4rem;
    line-height: 2.25;
    margin: 0 0 70px;
}
#about .about_movie {
    max-width: 1200px;
    margin: 0 auto 120px;
    position: relative;
    padding: 0 0 35%;
}
#about .about_movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

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

    recruit

------------------------------- */
#recruit {
    padding: 105px 20px 130px;
    position: relative;
    overflow: hidden;
}
#recruit::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 250px;
    left: 0;
    right: calc(50vw - 600px);
    background: #3f3ca3;
    z-index: -1;
}
#recruit .top_ttl02 {
    color: #ffffff;
    margin: 0 0 90px;
}
#recruit .recruit_box01 {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#recruit .recruit_item01 {
    width: calc(50% - 10px);
    position: relative;
    box-shadow: 10px 10px 40px 10px rgb(17 16 75 / 25%);
}
#recruit .recruit_item01 .recruit_txt01 {
    background: #00000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}
#recruit .recruit_item01 a:hover .recruit_txt01 {
    background: #00000030;
}
#recruit .recruit_item01 .recruit_txt01 h3 {
    margin: 0 0 80px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
#recruit .recruit_item01 .recruit_txt01 h3 span {
    font-family: brother-1816, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    display: block;
    margin: 0 0 20px;
}
#recruit .recruit_item01 .recruit_txt01 .more_btn01 span {
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}
#recruit .recruit_item01 a:hover .recruit_txt01 .more_btn01 span {
    background: url(img/common/right_arrow02.svg) no-repeat right 20px center #2a286f;
    background-size: 20px 5px;
}

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

    footer

------------------------------- */
footer {
    background: #16161b;
}
footer .cv {
    background: url(img/common/cv_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 20px 100px;
}
footer .cv .top_ttl02 {
    color: #ffffff;
    margin: 0 0 45px;
}
footer .cv .cv_txt01 {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ffffff;
    margin: 0 0 40px;
}
footer .cv .cv_list01 {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .cv .cv_list01 a {
    color: #ffffff;
}
footer .cv .cv_list01 .tel_btn01 {
    margin: 0 45px;
}
footer .cv .cv_list01 .tel_btn01 a {
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4rem;
}
footer .cv .cv_list01 .tel_btn01 a span {
    font-size: 1.6rem;
    margin: 0 12px 0 0;
}
footer .cv .cv_list01 .cv_btn01 {
    width: 260px;
    margin: 0 45px;
}
footer .cv .cv_list01 .cv_btn01 a {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: url(img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
    background-size: 20px 5px;
    color: #ffffff;
    padding: 32px 0;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    transition: 0.3s ease-in-out;
}
footer .cv .cv_list01 .cv_btn01 a:hover {
    background: url(img/common/right_arrow02.svg) no-repeat right 20px center #2a286f;
    background-size: 20px 5px;
}
footer .footer_box {
    max-width: 1200px;
    margin: auto;
    padding: 75px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}
footer .footer_box .logo {
    max-width: 115px;
}
footer .footer_box .copy {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 0;
    }
	 .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .top_ttl01 {
        font-size: 4vw;
        margin: 0 0 40px;
        text-align: center;
    }
    .top_ttl01 span {
        font-size: 12vw;
    }

    .top_ttl02 {
        font-size: 4vw;
        margin: 0 0 40px;
        text-align: center;
    }
    .top_ttl02 span {
        font-size: 12vw;
        margin: 0 0 20px;
    }

    .more_btn01 {
        width: 100%;
    }
    .more_btn01 a,
    .more_btn01 span {
        padding: 29px 0;
        margin: auto;
        max-width: 100%;
    }
    .more_btn01 a:hover {
        background: url(img/common/right_arrow02.svg) no-repeat right 20px center #2a286f;
        background-size: 20px 5px;
    }

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

    header

------------------------------- */
    header {
        padding: 0 0 0 20px;
    }
    header.fixed {
        background: #ffffff90;
    }
    header .logo {
        width: 60px;
        padding: 20px 0;
    }
    header #g_nav {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
    }
    header #g_nav ul {
        display: block;
        padding: 80px 40px 40px;
    }
    header #g_nav ul li {
        padding: 0;
        margin: 0;
        border-bottom: solid 1px #f1f1f1;
    }
    header #g_nav ul li a {
        display: block;
        color: #3f3ca3;
        padding: 20px 0;
    }
    header #g_nav ul li a:hover {
        color: #3f3ca3;
    }
    header.fixed #g_nav ul li a {
        color: #3f3ca3;
    }
    header #g_nav ul li a .en {
        font-family: brother-1816, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.4rem;
    }
    header #g_nav ul li a .ja {
        font-size: 1.1rem;
        display: block;
        margin: 8px 0 0;
    }
    header #g_nav ul li.contact_btn01 {
        padding: 0;
        margin: 40px 0 0;
    }
    header #g_nav ul li.contact_btn01 a {
        display: block;
        padding: 25px;
        color: #ffffff;
    }
    header #g_nav ul li.contact_btn01 a:hover {
        background: #3f3ca3;
        color: #ffffff;
    }

    header #sp_menu {
        display: block;
        position: absolute;
        right: 6.6%;
        top: 50%;
        transform: translateY(-50%);
        width: 8vw;
        height: 6.6vw;
        z-index: 10;
    }
    header #sp_menu span {
        position: absolute;
        display: block;
        width: 100%;
        height: 0.6vw;
        border-radius: 100px;
        background: #ffffff;
        transition: 0.3s ease;
    }
    header.fixed #sp_menu span {
        background: #3f3ca3;
    }
    header #sp_menu span.bar_top {
        top: 0;
        left: 0;
    }
    header #sp_menu span.bar_middle {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    header #sp_menu span.bar_bottom {
        bottom: 0;
        left: 0;
    }
    header #sp_menu.clicked span.bar_top {
        background: #3f3ca3;
        top: 45%;
        transform: skew(40deg, -40deg);
    }
    header #sp_menu.clicked span.bar_middle {
        left: 50%;
        right: 50%;
        width: 0;
    }
    header #sp_menu.clicked span.bar_bottom {
        background-color: #3f3ca3;
        bottom: 45%;
        transform: skew(-40deg, 40deg);
    }

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

    first_view

------------------------------- */
    #first_view {
        min-height: 640px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }
    #first_view .fv_txt01 {
        margin: 160px 0 0;
    }
    #first_view .fv_txt01 h1 {
        font-size: 9vw;
    }
    #first_view .fv_txt01 p {
        font-size: 4.6vw;
    }
    #first_view .scroll {
        left: 20px;
        right: 20px;
    }

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

    vision

------------------------------- */
    #vision {
        padding: 60px 20px 60px;
    }
    #vision .vision_box01 {
        position: static;
        display: block;
    }
    #vision .vision_box01::before {
        display: none;
    }
    #vision .vision_box01::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100vw;
        background: #3f3ca3;
        z-index: -1;
    }
    #vision .vision_box01 .vision_item01 {
        width: 100%;
        max-width: 100%;
        filter: drop-shadow(5px 5px 10px rgba(17, 16, 75, 0.35));
        margin: 0 0 40px;
    }
    #vision .vision_box01 .vision_item02 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #vision .vision_box01 .vision_item02 .vision_ttl01 {
        font-size: 3rem;
    }
    #vision .vision_box01 .vision_item02 .vision_txt01 {
        font-size: 1.4rem;
        letter-spacing: 0.02em;
        margin: 30px 0 0;
    }
    /* ------------------------------- 

    News

------------------------------- */
    #news {
        padding: 60px 20px 140px;
        position: relative;
    }
    #news .news_box01 {
        display: block;
    }
    #news .news_box01 .top_ttl01 span {
        color: #3f3ca3;
    }
    #news .news_box01 .news_item01 {
        width: auto;
    }
    #news .news_box01 .news_item01 .more_btn01 {
        margin: 0;
        position: absolute;
        bottom: 40px;
        left: 20px;
        right: 20px;
        text-align: center;
        width: auto;
    }
    #news .news_box01 .news_item02 {
        width: auto;
    }
    #news .news_box01 .news_item02 ul {
        border-bottom: solid 1px #dbdbdb;
    }
    #news .news_box01 .news_item02 ul li {
        border-top: solid 1px #dbdbdb;
    }
    #news .news_box01 .news_item02 ul li a {
        display: block;
        padding: 20px 32px 20px 0;
    }
    #news .news_box01 .news_item02 ul li a .post_date {
        margin: 0 0 15px;
    }
    #news .news_box01 .news_item02 ul li a .post_ttl {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.1em;
    }

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

    business

------------------------------- */
    #business {
        background: #f5f5f5;
        padding: 60px 20px;
    }
    #business::before {
        display: none;
    }
    #business .business_box01 {
        margin: 40px auto 0;
    }
    #business .business_box01 .business_txt01 {
        max-width: 100%;
        padding: 20px 20px;
    }
    #business .business_box01 .business_num {
        font-size: 4rem;
    }
    #business .business_box01 .business_ttl01 {
        font-size: 2.8rem;
        margin: 20px 0;
    }
    #business .business_box01 .business_txtarea01 {
        font-size: 1.4rem;
        line-height: 2;
    }
    #business .business_box01 .business_item01 {
        background: url(img/business_img01.jpg) no-repeat center top;
        background-size: 150vw;
        box-shadow: 5px 5px 10px 5px rgb(17 16 75 / 15%);
        padding: 50vw 0 0;
    }
    #business .business_box01 .business_item01 .business_txt01::after {
        display: none;
    }
    #business .business_box01 .business_item02 {
        background: url(img/business_img02.jpg) no-repeat center top;
        background-size: 100vw;
        box-shadow: 5px 5px 10px 5px rgb(17 16 75 / 15%);
        padding: 50vw 0 0;
        margin: 20px 0;
    }
    #business .business_box01 .business_item02 .business_txt01::after {
        display: none;
    }
    #business .business_box01 .business_item03 {
        background: url(img/business_img03.jpg) no-repeat center top;
        background-size: 130vw;
        box-shadow: 5px 5px 10px 5px rgb(17 16 75 / 15%);
        padding: 50vw 0 0;
    }
    #business .business_box01 .business_item03 .business_txt01::after {
        display: none;
    }

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

    about

------------------------------- */
    #about {
        padding: 60px 20px;
    }
    #about .top_ttl01 span {
        color: #3f3ca3;
    }
    #about .about_box01 {
        padding: 0;
        display: block;
    }
    #about .about_box01 .abuot_item01 {
        width: 100%;
        box-shadow: 5px 5px 10px 5px rgb(17 16 75 / 15%);
    }
    #about .about_box01 .about_item02 {
        width: 100%;
        max-width: 100%;
        padding: 40px 0 0;
    }
    #about .about_box01 .about_item02 .about_txt01 {
        font-size: 1.4rem;
        line-height: 2;
        margin: 0 0 40px;
        text-align: center;
    }

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

    recruit

------------------------------- */
    #recruit {
        padding: 60px 20px;
        position: relative;
    }
    #recruit::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #3f3ca3;
        z-index: -1;
    }
    #recruit .top_ttl02 {
        margin: 0 0 60px;
    }
    #recruit .recruit_box01 {
        display: block;
    }
    #recruit .recruit_item01 {
        width: 100%;
        position: relative;
        box-shadow: 5px 5px 10px 5px rgb(17 16 75 / 15%);
        margin: 20px 0 0;
    }
    #recruit .recruit_item01 .recruit_txt01 {
        background: #00000000;
    }
    #recruit .recruit_item01 a:hover .recruit_txt01 {
        background: #00000000;
    }
    #recruit .recruit_item01 .recruit_txt01 h3 {
        margin: 0 0 30px;
        font-size: 1.6rem;
    }
    #recruit .recruit_item01 .recruit_txt01 h3 span {
        font-size: 2.4rem;
        margin: 0 0 15px;
    }
    #recruit .recruit_item01 .recruit_txt01 .more_btn01 span {
        max-width: 220px;
        font-size: 1.4rem;
    }
    #recruit .recruit_item01 a:hover .recruit_txt01 .more_btn01 span {
        background: url(img/common/right_arrow02.svg) no-repeat right 20px center #2a286f;
        background-size: 20px 5px;
    }

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

    footer

------------------------------- */
    footer {
        background: #16161b;
    }
    footer .cv {
        padding: 60px 20px;
    }
    footer .cv .top_ttl02 {
        color: #ffffff;
        margin: 0 0 40px;
    }
    footer .cv .cv_txt01 {
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: center;
    }
    footer .cv .cv_list01 {
        display: block;
    }
    footer .cv .cv_list01 .tel_btn01 {
        margin: 20px auto;
        text-align: center;
    }
    footer .cv .cv_list01 .tel_btn01 a {
        font-size: 3rem;
    }
    footer .cv .cv_list01 .tel_btn01 a span {
        font-size: 1.4rem;
    }
    footer .cv .cv_list01 .cv_btn01 {
        width: 260px;
        margin: 0 auto;
    }
    footer .cv .cv_list01 .cv_btn01 a {
        background: url(img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
        background-size: 20px 5px;
        color: #ffffff;
        padding: 32px 0;
    }
    footer .cv .cv_list01 .cv_btn01 a:hover {
        background: url(img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
        background-size: 20px 5px;
    }
    footer .footer_box {
        padding: 40px 20px 20px;
        text-align: center;
        display: block;
    }
    footer .footer_box .logo {
        max-width: 225px;
    }
    footer .footer_box .copy {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        margin: 30px 0 0;
        text-align: right;
    }
}
