@charset "UTF-8";

/* ===============================================
   MV
=============================================== */
#mv {
    width: 100%;
    position: relative;
}
#mv .mv_img {
    width: 100%;
    height: 680px;
}
#mv .mv_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.slick-img {
    position: relative;
}
#mv .mv_txt_area {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#mv .mv_catch {
    width: 935px;
    max-width: 90%;
    margin-bottom: 25px;
}
#mv .lead {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-left: 0.5em;
}
@media screen and (max-width:768px){
    #mv .mv_img {
        height: calc(100vh - 50px);
    }
    #mv .mv_txt_area {
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    #mv .mv_catch {
        margin-bottom: 10px;
    }
    #mv .mv_catch img {
        margin: 0 auto;
    }
    #mv .lead {
        font-size: 6vw;
        line-height: 1.6em;
        margin-left: 0;
        text-align: center;
    }
}

/* ===============================================
   メッセージ
=============================================== */
#messgae {
    margin-top: 140px;
}
#messgae_wrap {
    padding-bottom: 1030px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#messgae_wrap .txt_cont {
    width: 50%;
    min-height: 630px;
    margin-bottom: 90px;
}
#messgae_wrap .cont_lead {
    font-size: 3.4rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    margin: 40px 0 30px;
    white-space: nowrap;
}
#messgae_wrap .plan_cont {
    width: 50%;
    padding: 55px 0;
    background-color: #D82C2C;
    position: relative;
}
#messgae_wrap .plan_cont::before {
    content: "";
    width: 200%;
    height: 100%;
    display: block;
    background-color: #D82C2C;
    border-radius: 40px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -300px;
}
#messgae_wrap .plan_cont::after {
    content: "";
    width: 200%;
    height: 100%;
    display: block;
    background-color: #D82C2C;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
#messgae_wrap .plan_cont ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 6%;
}
#messgae_wrap .plan_cont li {
    width: 260px;
    max-width: 47%;
    aspect-ratio: 1 / 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#messgae_wrap .plan_cont li img {
    width: 95px;
    max-width: 37%;
}
#messgae_wrap .plan_cont .plan_name {
    font-size: 2.1rem;
    margin: 0.8em 0 0.6em;
}
#messgae_wrap .plan_cont .plan_name_s {
    font-size: 1.6rem;
}
#messgae_wrap .msg_img {
    position: absolute;
}
#messgae_wrap .img_area {
    position: relative;
    width: 100%;
}
#messgae_wrap .msg_img.img_1 {
    width: calc(((100vw - 1120px) / 2) + 480px);
    height: 630px;
    top: 0;
    right: 640px;
}
#messgae_wrap .msg_img.img_2 {
    width: calc(((100vw - 1120px) / 2) + 960px);
    height: 410px;
    aspect-ratio: 1100 / 410;
    /*top: 720px;*/
    top: 0;
    right: 165px;
}
#messgae_wrap .msg_img.img_3 {
    width: calc(((100vw - 1120px) / 2) + 820px);
    height: 520px;
    aspect-ratio: 1005 / 520;
    /*top: 1230px;*/
    top: 510px;
    left: 305px;
}
#messgae_wrap .msg_img.img_4 {
    width: calc(((100vw - 1120px) / 2) + 1120px);
    height: 660px;
    aspect-ratio: 1390 / 660;
    /*top: 810px;*/
    top: 95px;
    left: 0;
    z-index: -1;
}
#messgae_wrap .msg_img img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#messgae_wrap .msg_img.img_1 img,
#messgae_wrap .msg_img.img_2 img {
    border-radius: 0 40px 40px 0;
}
#messgae_wrap .msg_img.img_3 img {
    border-radius: 40px 0 0 40px;
}
#messgae_wrap .msg_img.img_4 .color_box {
    border-radius: 40px 0 0 40px;
    width: 110%;
    height: 100%;
    background-color: #D82C2C;
}
@media screen and (max-width:1200px){
/*    #messgae_wrap {
        padding-bottom: 85vw;
    }*/
    #messgae_wrap .msg_img.img_1 {
        width: 55%;
        right: 55%;
    }
/*    #messgae_wrap .msg_img.img_2 {
        width: 100%;
        right: 10%;
    }
    #messgae_wrap .msg_img.img_3 {
        width: 45%;
        max-height: 80vw;
        left: 65%;
    }*/
    #messgae_wrap .cont_lead {
        font-size: 2.8rem;
    }
}
@media screen and (max-width:1000px){
    #messgae_wrap .cont_lead {
        font-size: 2.3rem;
    }
    #messgae_wrap .plan_cont .plan_name_s {
        font-size: 1.2rem;
    }
}
@media screen and (max-width:768px){
    #messgae {
        margin-top: 50px;
    }
    #messgae_wrap {
        padding-bottom: 50px;
        align-items: flex-start;
    }
    #messgae_wrap .cont_lead {
        font-size: 2.3rem;
        margin: 25px 0;
    }
    #messgae_wrap .txt_cont {
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 40px 0;
    }
    #messgae_wrap .plan_cont {
        width: 100%;
        margin-top: -50px;
        margin-bottom: -50px;
        padding: 100px 0;
        z-index: 1;
    }
    #messgae_wrap .plan_cont ul {
        justify-content: center;
        gap: 20px 3%;
    }
    #messgae_wrap .plan_cont li {
        max-width: 48%;
    }
    #messgae_wrap .plan_cont .plan_name {
        font-size: 2rem;
        line-height: 1em;
        margin: 0.5em 0 0.2em;
    }
    #messgae_wrap .plan_cont .plan_name_s {
        font-size: 1.3rem;
        margin-bottom: 0.5em;
    }
    #messgae_wrap .msg_img {
        position: relative;
        z-index: 2;
    }
    #messgae_wrap .img_area {
        height: 123vw;
    }
    #messgae_wrap .img_area .msg_img {
        position: absolute;
    }
    #messgae_wrap .msg_img.img_1 {
        width: 110%;
        max-width: 420px;
        height: auto;
        aspect-ratio: 420 / 320;
        right: 10%;
    }
    #messgae_wrap .msg_img.img_2 {
        width: 100%;
        height: auto;
        aspect-ratio: 800 / 510;
        top: 0;
        right: 6%;
    }
    #messgae_wrap .msg_img.img_3 {
        width: 100%;
        height: auto;
        aspect-ratio: 800 / 510;
       /* margin-left: auto;*/
        top: 65vw;
        left: 10%;
    }
    #messgae_wrap .msg_img.img_4 {
        height: 60%;
        top: 10vw;
        left: 0;
    }
    #messgae_wrap .msg_img img {
        border-radius: 20px;
    }
    #messgae_wrap .msg_img.img_1 img,
    #messgae_wrap .msg_img.img_2 img {
        border-radius: 0 20px 20px 0;
    }
    #messgae_wrap .msg_img.img_3 img,
    #messgae_wrap .msg_img.img_4 .color_box {
        border-radius: 20px 0 0 20px;
    }
}
@media screen and (max-width:400px){
    #messgae_wrap .cont_lead {
        font-size: 5.8vw;
    }
    #messgae_wrap .plan_cont .plan_name {
        font-size: 4.5vw;
    }
    #messgae_wrap .plan_cont .plan_name_s {
        font-size: 2vw;
    }
}

/* ===============================================
   お知らせ
=============================================== */
#news {
    margin-top: 100px;
}
#news_cont {
    width: 100%;
    margin: 40px 0 0;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: space-between;
}
#news_cont .ttl_box {
    width: 23%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 28px 20px;
}
#news_cont .ttl_box a {
    position: relative;
    padding-left: 25px;
    white-space: nowrap;
}
#news_cont .ttl_box a::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/arrow_bk.svg) no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    top: -0.1em;
    bottom: 0;
    left: 0;
    margin: auto;
}
#news_cont .ttl_box a:hover {
    opacity: 0.6;
}
#news_cont .ttl_box a:hover::before {
    background: url(../img/arrow_red.svg) no-repeat center center / contain;
}
.news_list {
    width: 75%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.news_list li {
    width: 100%;
}
.news_list li:not(:first-child) {
    border-top: 1px solid #000;
}
.news_list li a {
    width: 100%;
    padding: 28px 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news_list li a:hover {
    opacity: 0.7;
}
.news_list li a .date {
    width: 11em;
    position: relative;
    padding-left: 25px;
}
.news_list li a .date::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/arrow_bk.svg) no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    top: -0.1em;
    bottom: 0;
    left: 0;
    margin: auto;
}
.news_list li a .news_ttl {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list li a:hover {
    opacity: 0.6;
}
.news_list li a:hover .date::before {
    background: url(../img/arrow_red.svg) no-repeat center center / contain;
}
@media screen and (max-width:768px){
    #news {
        margin-top: 10px;
    }
    #news_cont {
        margin: 10px 0 0;
        display: block;
    }
    #news_cont .ttl_box {
        width: 100%;
        border: none;
        padding: 25px 0;
    }
    .news_list {
        width: 100%;
    }
    .news_list li a {
        padding: 25px 0;
        display: block;
    }
    .news_list li a::before {
        left: 0;
    }
    .news_list li a .date {
        margin-bottom: 0.3em;
    }
    .news_list li a .news_ttl {
        white-space: inherit;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

/* ===============================================
   セミナー
=============================================== */
/*#seminar {
    position: relative;
    padding-top: 330px;
    padding-bottom: 150px;
}*/
#seminar_bg {
    position: absolute;
    top: -285px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
#seminar_bg .bg_img {
    width: calc(((100vw - 1120px) / 2) + 1120px);
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#seminar_bg .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}
@media screen and (max-width:768px){
    /*#seminar {
        padding-top: 190px;
        padding-bottom: 50px;
    }*/
    #seminar_bg {
        top: -180px;
        right: inherit;
    }
    #seminar_bg .bg_img {
        width: 98%;
        height: 240px;
        right: 0;
        left: inherit;
    }
    #seminar_bg .bg_img img {
        border-radius: 0 20px 20px 0;
    }
}

/* ===============================================
   サービス
=============================================== */
#service {
    position: relative;
    margin-top: 435px;
}
#service_wrap {
    padding: 250px 120px 150px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}
#service_wrap::before {
    content: "";
    width: 200%;
    height: 100%;
    display: block;
    border-radius: 40px;
    background-color: #D82C2C;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#service_wrap h2 {
    margin-left: 60px;
}
#service_list {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 65px 0;
}
#service_list li {
    width: 47%;
}
.service_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.service_img.img_1 { background: url("../img/top/service_it.jpg") no-repeat center center / cover; }
.service_img.img_2 { background: url("../img/top/service_security.jpg") no-repeat center center / cover; }
.service_img.img_3 { background: url("../img/top/service_office.jpg") no-repeat center center / cover; }
.service_img.img_4 { background: url("../img/top/service_ad.jpg") no-repeat center center / cover; }
.service_img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.service_img p {
    position: relative;
    z-index: 2;
}
.service_img .service_name {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.25em;
}
.service_img .service_name_s {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin-top: 0.3em;
}
#service_list li .service_ttl {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.35em;
    margin: 1em 0 0.6em;
}
#service_list li .service_btn {
    width: 220px;
    max-width: 100%;
    margin-top: 40px;
    letter-spacing: 0.01em;
    padding-right: 35px;
}
@media screen and (max-width:1200px){
    .service_img {
        padding: 25px;
    }
    .service_img .service_name {
        font-size: 2.5rem;
    }
    #service_list li .service_ttl {
        font-size: 1.8rem;
        line-height: 1.6em;
    }
}
@media screen and (max-width:768px){
    #service {
        background-color: #D82C2C;
        margin-top: 230px;
    }
    #service_wrap {
        padding: 120px 0 50px;
    }
    #service_wrap::before {
        display: none;
    }
    #service_wrap h2 {
        margin-left: 0;
    }
    #service_list {
        margin-top: 25px;
        gap: 50px 0;
    }
    .service_img {
        padding: 15px;
    }
    .service_img .service_name {
        font-size: 1.6rem;
    }
    .service_img .service_name_s {
        font-size: 1.2rem;
    }
    #service_list li .service_ttl {
        font-size: 1.6rem;
    }
    #service_list li .service_btn {
        font-size: 1.4rem;
    }
}
@media screen and (max-width:400px){
    #service_list {
        display: block;
    }
    #service_list li {
        width: 100%;
    }
    #service_list li:not(:first-child) {
        margin-top: 50px;
    }
    #service_list li .service_btn {
        margin: 30px 0 0;
        padding-right: 45px;
        font-size: 1.6rem;
    }
    .service_img {
        padding: 8%;
    }
    .service_img .service_name {
        font-size: 6.5vw;
    }
    .service_img .service_name_s {
        font-size: 4vw;
    }
}

/* ===============================================
   バナー
=============================================== */
#bnr_area {
    width: 100%;
    padding: 150px 0;
}
#bnr_area .bnr_list li:not(:first-child) {
    margin-top: 50px;
}
#bnr_area .bnr_list li a {
    position: relative;
}
#bnr_area .bnr_txt_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}
#bnr_area .bnr_txt_area .bnr_txt {
    font-size: 4rem;
}
#bnr_area .bnr_txt_area .bnr_txt_s {
    font-size: 1.7rem;
    margin-top: 1.3em;
}
@media screen and (max-width:768px){
    #bnr_area {
        padding: 50px 0;
    }
    .abw_bnr {
        text-align: center;
    }
    .recruit_bnr a {
        width: 100%;
        height: 150px;
    }
    .recruit_bnr a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #bnr_area .bnr_txt_area .bnr_txt {
        font-size: 3rem;
        letter-spacing: 0.1em;
        line-height: 1em;
        font-weight: bold;
    }
    #bnr_area .bnr_txt_area .bnr_txt_s {
        font-size: 1.6rem;
        margin-top: 0.5em;
    }
}

/* ===============================================
   お問合せ
=============================================== */
#contact {
    width: 100%;
    padding: 150px 0;
}
#contact_form {
    display: flex;
    justify-content: space-between;
}
#contact_form .txt_col {
    width: 440px;
    max-width: 40%;
}
#contact_form .form_col {
    width: 580px;
    max-width: 52%;
}
#contact_form .cont_lead {
    font-size: 2.7rem;
    line-height: 1.4em;
    font-weight: 600;
    margin: 30px 0 25px;
}
#contact_form .tel_box {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}
#contact_form .tel_box p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.7em;
}
#contact_form .tel_box .tel_nb {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
#contact_form .tel_box .tel_btn {
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
    background-color: #D82C2C;
    border: 1px solid #D82C2C;
    padding: 9px 25px 6px 35px;
    margin-top: 15px;
    border-radius: 30px;
    position: relative;
}
#contact_form .tel_box .tel_btn span {
    display: inline-block;
}
#contact_form .tel_box .tel_btn .em {
    font-size: 1.8em;
}
#contact_form .tel_box .tel_btn::before {
    content: "";
    width: 1.3em;
    height: 1em;
    background: url(../img/arrow_wh.svg) no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 14px;
    margin: auto;
}
#contact_form .tel_box .tel_btn:hover {
    color: #D82C2C;
    background-color: #fff;
}
#contact_form .tel_box .tel_btn:hover::before {
    background: url(../img/arrow_red.svg) no-repeat center center / contain;
}
#contact_form .request_box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #707070;
    font-size: 1.4rem;
    padding: 10px 15px;
    margin-top: 20px;
}
#contact_form .request_box .agree {
    display: flex;
    align-items: center;
    margin: 1em 1em 0;
}
@media screen and (max-width:1000px){
    #contact_form .cont_lead {
        font-size: 2rem;
    }
    #contact_form .tel_box .tel_nb {
        font-size: 3.8vw;
    }
}
@media screen and (max-width:768px){
    #contact {
        padding: 50px 0;
    }
    #contact_form {
        display: block;
    }
    #contact_form .txt_col,
    #contact_form .form_col {
        width: 100%;
        max-width: 100%;
    }
    #contact_form .txt_col {
        margin-bottom: 20px;
    }
    #contact_form .cont_lead {
        font-size: 1.4rem;
        margin: 20px 0 30px;
    }
    #contact_form .tel_box {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    #contact_form .tel_box .tel_nb {
        font-size: 4rem;
        letter-spacing: 0.01em;
    }
    #contact_form .tel_box .tel_nb img {
        max-width: 13%;
    }
    #contact_form .tel_box .tel_btn {
        width: auto;
        font-size: 1rem;
        letter-spacing: 0.01em;
        padding: 6px 10px 6px 25px;
        margin-top: 10px;
        white-space: nowrap;
    }
    #contact_form .tel_box .tel_btn .em {
        font-size: 1.6em;
    }
    #contact_form .tel_box .tel_btn::before {
        left: 9px;
    }
}
@media screen and (max-width:400px){
    #contact_form .tel_box .tel_nb {
        font-size: 10vw;
    }
}

#fix_bnr {
    width: 155px;
    max-width: 15%;
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 9;
}
@media screen and (max-width:768px){
    #fix_bnr {
        width: 100%;
        max-width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
    #pagetop {
        bottom: 15vw;
    }
}
@media screen and (max-width:400px){
    #pagetop {
        bottom: 15vw;
    }
}