@charset "UTF-8";

p {
    margin-bottom: 0;
}
.swiperBox .swiper-container .swiper-wrapper .swiper-slide {
    /* height: 582px; */
}
.swiperBox .slide01 {
    /* background-image: url("../img/top/main01.jpg"); */
    container: inline-size;
}
.swiperBox .catchBox {
    position: absolute;
    top: 50%;
    left: 4%;
    margin-top: -6%;
    z-index: 50;
    h2 {
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 900;
        font-style: normal;
        line-height: 1.4;
        font-size: 38px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    color: red !important;
    &::after {
        font-size: 24px !important;
        background-color: rgb(255 255 255 / 70%);
        padding: 0 12px;
        border-radius: 50%;
    }
    &:hover::after {
        background-color: #fff;
    }
}
.swiper-button-prev {
    left: 8px !important;
}
.swiper-button-next {
    right: 8px !important;
}

/* 共通 */
.h2Area {
    text-align: center;
}
.h2Area h2 {
    font-weight: 900;
    letter-spacing: 0.2em;
}

/* btn */
.btn a {
    display: inline-block;
    padding: 5px 30px;
    color: #3E3A39;
    border: 2px solid #FFD900;
    border-radius: 50px;
    text-align: center;
    background-color: #FFD900;
    font-weight: 800;
    font-size: 14px;
}
.btn a:hover {
    background-color: #fff;
}


/* aboutArea */
.aboutArea {
    background-color: #FFD900;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.aboutArea .inner {
    padding: 0 0 4px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.aboutArea .concept {
    width: 170px;
    position: absolute;
    top: -38px;
    left: 64px;
}
.aboutArea .concept img {
    width: 100%;
}
.aboutArea .txtArea {
    width: 960px;
    padding: 32px 0;
}
.aboutArea .txtArea p {
    font-size: 18px;
    line-height: 2;
}

.aboutArea .btn a {
    background-color: #fff;
    border: 2px solid #fff;
    line-height: 1.6;
}
.aboutArea .btn a:hover {
    background-color: #504934;
    color: #fff;
    border: 2px solid #504934;
}


/* content01 */
.content01 .inner {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.content01 .desc {
    width: 600px;
    padding-bottom: 20px;
}
.content01 .desc .h2Area {
    background-color: #ccc;
    padding: 20px 0;
}
.content01 .desc .h2Area h2 {
    color: #fff;
    line-height: 1;
    font-size: 20px;
}
.content01 .desc .news_bg {
    padding: 20px 50px 10px;
}
.content01 .scheduleList dt {
    font-size: 16px;
}
.content01 .scheduleList.line > li {
    margin-bottom: 10px;
}
.content01 .reportArea li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    text-align: left;
}
.content01 .reportArea li .article_date {
    font-size: 14px;
}
.content01 .reportArea li .article_title {
    width: 356px;
    font-size: 16px;
}

/* content01 newsArea */
.content01 .newsArea {
    border: 3px solid #2EA7E0;
}
.content01 .newsArea .h2Area {
    background-color: #2EA7E0;
}

/* content01 reportArea */
.content01 .reportArea {
    border: 3px solid #EB6EA5;
}
.content01 .reportArea .h2Area {
    background-color: #EB6EA5;
}
.content01 .btnArea {
    text-align: center;
}

/* serviceArea */
.serviceArea {
    background-image: url("../img/top/service.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.serviceArea .inner {
    padding: 150px 20px;
}
.serviceArea .h2Area {
    text-align: left;
    color: #fff;
    display: inline-block;
}
.serviceArea .h2Area h2 {
    font-size: 45px;
    text-shadow: 2px 2px 3px #444;
}
.serviceArea .h2Area .h2_txt {
    font-size: 16px;
    text-shadow: 2px 2px 3px #444;
    letter-spacing: 0.4em;
    text-align: center;
}
.serviceArea li a {
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 3px #444;
    letter-spacing: 0.3em;
}
.serviceArea li a::before {
    content: "●";
}
.serviceArea li a:hover {
    text-decoration: underline;
    color: #0B6F9F;
}

/* content02 */
.content02 .inner {
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
}
.content02 .desc {
    width: 600px;
}

/* content02 staffArea */
.content02 .staffArea {
    height: 230px;
    background-image: url("../img/top/staff.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.content02 .staffArea::before {
    content: url(../img/top/recruit.svg);
    position: absolute;
    top: -33px;
    left: -33px;
    width: 100px;
}
.content02 .staffArea a {
    display: block;
    width: 100%;
    padding: 66px 0;
}
.content02 .staffArea:hover {
    opacity: .7;
}
.content02 .staffArea .h2Area {
    color: #fff;
}
.content02 .staffArea .h2Area h2 {
    font-size: 45px;
    text-shadow: 2px 2px 3px #444;
}
.content02 .staffArea .h2Area .h2_txt {
    font-size: 16px;
    text-shadow: 2px 2px 3px #444;
    letter-spacing: 0.4em;
    text-align: center;
}

/* content02 contactArea */
.content02 .contactArea ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.content02 .contactArea ul li {
    margin: 0 1em;
}
.content02 .contactArea ul li a {
    font-size: 60px;
    color: #3E3A39;
}

.content02 .contactArea {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content02 .contactArea .btnArea02 {
    display: block;
    width: 368px;
}
.content02 .contactArea .btnArea02 a {
    display: block;
    width: 100%;
    padding: 3px 0;
    color: #3E3A39;
    border: 2px solid #FFD900;
    border-radius: 50px;
    text-align: center;
    background-color: #FFD900;
    font-weight: 800;
}
.content02 .contactArea .btnArea02 a:hover {
    background-color: #fff;
}
.content02 .contactArea .btnArea02 a .txt01 {
    position: relative;
    padding: 0 15px 10px;
}
.content02 .contactArea .btnArea02 a .txt01::before,
.content02 .contactArea .btnArea02 a .txt01::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
}
.content02 .contactArea .btnArea02 a .txt01::before {
    content: url("../img/top/arrow_l.svg");
    margin-left: -128px;
}
.content02 .contactArea .btnArea02 a .txt01::after {
    content: url("../img/top/arrow_r.svg");
    margin-left: 128px;
}
.content02 .contactArea .btnArea02 a .txt02 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1;
}
.content02 .contactArea .btnArea02 a .txt02 span {
    padding-left: 5px;
}
.content02 .contactArea .btnArea02 a .txt02 span img {
    width: 40px;
}

@media screen and (max-width: 1440px) {
    main .content01 .inner {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .aboutArea .concept {
        left: 16px;
    }
    .aboutArea .txtArea {
        width: calc(100% - 170px - 128px);
        /* 左の写真と右のナビのサイズを引いてる */
        margin-right: 94px;
    }
    .content01 .reportArea li {
        flex-direction: column;
    }
}

@media screen and (max-width: 1000px) {
    .content01 .desc .news_bg {
        padding: 20px 20px 10px;
    }
    .content01 .desc {
        margin: 0 3px;
    }
    .content02 .contactArea .btnArea02 a .txt01 {
        padding: 0 10px 10px;
        font-size: 13px;
    }
    .content02 .contactArea .btnArea02 a .txt02 {
        font-size: 20px;
    }
    .content02 .staffArea .h2Area h2 {
        font-size: 40px;
    }
    .content02 .contactArea .btnArea02 a .txt01::before {
        margin-left: -112px;
    }
    .content02 .contactArea .btnArea02 a .txt01::after {
        margin-left: 112px;
    }
}

@media screen and (max-width: 950px) {
    .content01 .desc .news_bg {
        padding: 20px 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    /* 共通 */
    .h2Area h2 {
        font-size: 15px;
    }

    /* btn */
    .btn a {
        width: 100%;
        display: block;
        padding: 15px 0;
    }

    /* .swiperBox .catchBox {
        /top: unset;
        margin: 0 auto;
        left: unset;
        bottom: 100px;
        bottom: 0px;
        right: 16px;
    }
    .swiperBox .catchBox h2 {
        font-size: 30px;
         text-shadow: 0 0 16px white;
        br {
             display: none;
        }
    } */
    .swiperBox .catchBox {
        /* left: 32px; */
        h2 {
            font-size: 30px;
        }
    }

    .aboutArea .inner {
        padding-right: 16px;
    }
    .aboutArea .txtArea {
        width: calc(100% - 170px - 42px);
        margin-right: 0;
    }

    /* content01 */
    .content01 .inner {
        padding: 40px 5vw;
        display: block;
    }
    .content01 .desc {
        width: 100%;
        margin: 20px 0;
    }
    .content01 .desc .h2Area {
        padding: 20px 0;
    }
    .content01 .desc .h2Area h2 {
        color: #fff;
        line-height: 1;
        font-size: 20px;
    }
    .content01 .desc .news_bg {
        padding: 20px 20px 10px;
    }
    .content01 .desc .news_bg ul li {
        justify-content: center;
        flex-direction: row;
        margin-bottom: 16px;
    }
    .content01 .reportArea li .article_date {
        margin-right: 16px;
    }
    .content01 .desc .news_bg ul li .news {
        width: 100%;
        padding-left: 0;
    }
    .content01 .desc .news_bg ul li .news p a {
        font-size: 14px;
    }
    .content01 .desc .btnArea {
        padding: 0 20px 20px;
    }

    /* serviceArea */
    .serviceArea .inner {
        padding: 100px 5vw;
    }
    .serviceArea .h2Area h2 {
        font-size: 30px;
    }
    .serviceArea .h2Area .h2_txt {
        font-size: 13px;
    }
    .serviceArea ul li {
        font-size: 15px;
    }

    /* content02 */
    .content02 .inner {
        padding: 40px 5vw 60px;
        display: block;
    }
    .content02 .desc {
        width: 100%;
        margin: 0 0;
    }

    /* content02 staffArea */
    .content02 .staffArea:before {
        top: -15px;
        left: -15px;
        width: 70px;
    }
    .content02 .staffArea .h2Area h2 {
        font-size: 30px;
    }
    .content02 .staffArea .h2Area .h2_txt {
        font-size: 13px;
    }

    /* content02 contactArea */
    .content02 .contactArea ul {
        padding: 25px 0;
    }
    .content02 .contactArea .btnArea02 a .txt02 span {
        padding-left: 5px;
    }
    .content02 .contactArea .btnArea02 a .txt02 span img {
        width: 40px;
    }
}

@media screen and (max-width: 600px) {
    .swiperBox .catchBox {
        h2 {
            font-size: 24px;
        }
    }
    /* aboutArea */
    .aboutArea {
        padding: 16px 16px 40px;
    }
    .aboutArea .inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .aboutArea .concept {
        position: static;
        margin-top: -48px;
    }
    .aboutArea .txtArea {
        padding-left: 0;
        width: 100%;
        padding-top: 5px;
    }
    .aboutArea .txtArea p {
        font-size: 15px;
        line-height: 1.8;
    }
    .aboutArea .btnArea {
        text-align: center;
        padding-top: 30px;
    }

    .content01 .desc .news_bg ul li {
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 8px;
    }
    .content01 .reportArea li .article_title {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .swiperBox .catchBox h2 {
        font-size: 24px;
    }
    .content02 .contactArea ul li a {
        font-size: 30px;
    }
}

@media screen and (max-width: 400px) {
    /* .swiperBox .catchBox {
        top: 4px;
        left: 4px;
        bottom: unset;
        right: unset;
    }*/
    .swiperBox .catchBox h2 {
        font-size: 16px;
    }
    .content02 .contactArea .btnArea02 {
        width: 100%;
    }
}