/*TOP*/
main>section {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    main>section {
        margin-bottom: 8%;
    }
}

.fv_box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 80px;
}

.fv_box #header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.fv_box .mainvisual {
    position: absolute;
    top: 65%;
    left: 2%;
    transform: translate(0, -50%);
    width: 50%;
    color: #40b373;
    border-radius: 5%;
    padding: 10px;
    text-shadow: 2px 2px 3px #32373c;
}

.fv_box .mainvisual h1 {
    font-size: 60px;
    font-weight: bold;
}

.fv_box .mainvisual .text01 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .fv_box .mainvisual .text01 {
        font-size: 1.1em;
    }
}

.fv_box .mainvisual .text01 span {
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #40b373;
}

.fv_box .mainvisual .text_box_02 {
    margin-top: 30px;
}

.fv_box .mainvisual .text_box_02 span {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    padding-right: 185px;
    letter-spacing: 1px;
}

.fv_box .mainvisual .text_box_02 span:after {
    position: absolute;
    content: "";
    background: #245994;
    width: 160px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.read_img {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.read_img img {
    width: 30%;
}

.read_btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: 240px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #40b373;
    border-radius: 50vh;
    text-decoration: none;
}

.read_btn a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    text-shadow: 2px 2px 3px #32373c;
}

.read_btn a:hover {
    text-decoration: none;
    background-color: #266B45;
}

@media screen and (max-width: 820px) {

    .fv_box .mainvisual {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {

    .fv_box .mainvisual {
        color: #fff;
    }

    .fv_box .mainvisual .text_box_02 span {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .fv_box .mainvisual .text_box_02 span:after {
        background: #fff;
        top: 17px;
        right: unset;
        width: 40px;
        margin-left: 5px;
    }

    .fv_box .mainvisual,
    .fv_box .mainvisual .text01 {
        color: #fff;
    }


    .fv_box .mainvisual {
        left: 0;
        width: 100%;
    }

    .fv_box .mainvisual h1 {
        font-size: 7vw;
        line-height: 1.7;
    }

    .fv_box .mainvisual .text01 {
        font-size: 3.7vw;
        margin-top: 10px;
        font-weight: bold;
    }

    .fv_box .mainvisual .text_box_02 {
        font-size: 3vw;
        margin-top: 10px;
    }

    .read_btn a {
        padding: 0.5em;
    }
}

@media screen and (max-width: 480px) {
    .fv_box {
        width: 100%;
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 375px) {
    .fv_box {
        width: 100%;
    }
}

.btn_scroll {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    width: 4%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 8%;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .btn_scroll {
        padding-bottom: 40%;
        display: none;
    }
}

.btn_scroll img {
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
    -ms-animation-name: fuwafuwa;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -7px);
    }

    to {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -7px);
    }

    to {
        -moz-transform: translate(0, 0);
    }
}

.top_news {
    position: relative;
    width: 870px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    margin: 0 auto 5%;
    border-radius: 0 40px 0 0;
}

.top_news .news_ttl_box {
    width: 140px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.top_news .news_ttl_box .news_ttl {
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    color: #40b373;
}

.top_news .news_ttl_box .btn_news {
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    border: none;
    padding: 0;
}

.top_news .news_ttl_box .btn_news:after,
.top_news .news_ttl_box .btn_news:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #0080cc;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
}

.top_news .news_ttl_box .btn_news:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.top_news .news_ttl_box .btn_news a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #0080cc;
    text-decoration: none;
    padding-right: 20px;
}

.top_news .news_ttl_box .btn_news a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: bold;
    color: #0d4566;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.top_news .news_ttl_box .btn_news:hover:after,
.top_news .news_ttl_box .btn_news:hover:before {
    width: 100%;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
}

.top_news .news_area {
    width: calc(100% - 140px);
    height: 120px;
    box-sizing: border-box;
    overflow-y: scroll;
    padding-left: 50px;
    border-left: 1px solid #d0d0d0;
}

.news_area::-webkit-scrollbar {
    width: 8px;
}

.news_area::-webkit-scrollbar-track {
    background-color: #ccc;
}

.news_area::-webkit-scrollbar-thumb {
    background-color: #129490;
}


.top_news .news_area ul li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 7px 0;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.top_news .news_area ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #266B45;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.top_news .news_area ul li a span {
    position: relative;
    width: 90px;
    color: #266B45;
    font-family: "Oswald", sans-serif;
}

.top_news .news_area ul li a p {
    width: calc(100% - 90px);
    box-sizing: border-box;
}

.top_news .news_area ul li a:hover:after {
    width: 100%;
    left: 0;
}

@media screen and (max-width: 820px) {
    .top_news {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .top_news {
        padding-bottom: 8%;
        flex-wrap: wrap;
        height: auto;
        padding: 0 2% 2%;
        border-bottom: 1px solid #d0d0d0;
        margin: 0px auto 20%;
    }

    .top_news .news_ttl_box {
        background-size: cover;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-flow: inherit;
        padding: 3% 2%;
    }

    .top_news .news_ttl_box .ttl01 figure {
        margin-right: 10px;
    }

    .top_news .news_ttl_box .ttl01 figure img {
        height: 12px;
        width: auto;
    }

    .top_news .news_ttl_box .style_btn01 {
        margin-top: 0;
    }

    .top_news .news_ttl_box .style_btn01 a {
        width: 120px;
        padding: 15px 30px 15px 5px;
    }

    .top_news .news_area {
        width: 100%;
        height: 190px;
        margin: 0;
        border-top: 1px solid #d0d0d0;
        border-left: none;
        padding-left: 0;
        overflow: hidden;
    }

    .top_news .news_area ul li a {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .top_news .news_area ul li a span {
        width: 100%;
        margin-bottom: 5px;
    }

    .top_news .news_area ul li a p {
        width: 100%;
    }
}

.top_service {
    background: url("../img/service_bg.png") no-repeat top right;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
}

.top_service .sec_echievement {
    background: url("../images/achievement_bg.jpg") no-repeat top center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 70px;
}

.s_syousai {
    position: relative;
    font-size: 1.2em;
    text-align: center;
    color: #40b373;
    padding: 3%;
}

.top_service .sec_echievement .inner {
    width: calc(100% - 370px);
    color: #fff;
}

.top_service .sec_echievement .inner .desc_text_box {
    padding: 30px 180px 50px 70px;
    box-sizing: border-box;
}

.top_service .sec_echievement .inner .desc_text_box h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.top_service .sec_echievement .inner .ttl {
    display: inline-block;
    background: url("../images/achievement_icon.png") no-repeat center right;
    padding-right: 100px;
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: -10px;
}

.top_service .sec_echievement .btn02 {
    width: 320px;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .top_service .sec_echievement .inner .desc_text_box {
        padding: 30px 2%;
    }
}

@media screen and (max-width: 767px) {
    .top_service {
        background: url("../img/service_bg_sp.png") no-repeat top 32px left;
        padding-bottom: 10px;
    }

    .top_service .sec_echievement {
        background: url("../images/sp_achievement_bg.jpg") no-repeat top center;
        background-size: cover;
        margin-top: 10%;
        padding-bottom: 6%;
    }

    .top_service .sec_echievement .inner {
        width: 100%;
    }

    .top_service .sec_echievement .inner .ttl {
        background-size: 40px;
        padding-right: 55px;
        font-size: 42px;
        margin-top: -6px;
    }

    .top_service .sec_echievement .inner .desc_text_box {
        padding: 4% 2%;
    }

    .top_service .sec_echievement .inner .desc_text_box h3 {
        font-size: 20px;
        margin-bottom: 2%;
    }

    .top_service .sec_echievement .btn02 {
        width: 100%;
        text-align: center;
    }
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    margin: 6% 0;
}

.service_list li {
    position: relative;
    width: 46%;
    background-color: white;
    box-shadow: 0px 0px 27px 0px #e6edf4;
}

.service_list li .img {
    width: 100%;
    overflow: hidden;
}

.service_list li .img img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.service_list li .text_box {
    position: relative;
    padding: 4%;
    box-sizing: border-box;
}

.service_list li .text_box .service_text_box {
    padding-bottom: 4%;
    border-bottom: 1px solid #e6edf4;
}

.service_list li .text_box .service_text_box .ttl {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.service_list li .text_box .service_text_box .ttl:after {
    position: absolute;
    content: "";
    background: #40b373;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service_list li .text_box .service_text_box .ttl span {
    display: block;
}

.service_list li .text_box .service_text_box .ttl .en {
    font-size: 16px;
    color: #40b373;
    font-family: "Oswald", sans-serif;
}

.service_list li .text_box .service_text_box .ttl .jp {
    font-size: 20px;
}

.service_list li .text_box .btn_arrow {
    background: #40b373;
    top: auto;
    bottom: 45%;
}

.service_list li .text_box .btn_arrow:after {
    border-color: #40b373;
}

.service_list li:hover .img img {
    transform: scale(1.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    .service_list li {
        margin-right: 4%;
    }

    .service_list li:nth-child(3n+3) {
        margin-right: 0;
    }

}

@media screen and (max-width: 767px) {
    .service_list {
        justify-content: center;
    }

    .service_list li {
        width: 100%;
        margin-bottom: 4%;
    }

    .service_list li:not(.service_list li:nth-child(2n + 2)) {
        margin-right: 2% !important;
    }

    .service_list li .text_box .service_text_box .ttl {
        padding-bottom: 2%;
        margin-bottom: 8%;
    }

    .service_list li .text_box .service_text_box .ttl .en {
        font-size: 15px;
    }

    .service_list li .text_box .service_text_box .ttl .jp {
        font-size: 17px;
    }

}

.top_recruit {
    position: relative;
    background: url("../img/recruit_bg.png") no-repeat top left;
    border-top-right-radius: 40%;
    -webkit-border-top-right-radius: 40%;
    -moz-border-radius-topright: 40%;
    padding-top: 60px;
    z-index: 3;
    margin: 120px 0;
}

.top_recruit:after {
    position: absolute;
    content: "";
    background: url("../img/recruit_bg02.jpg") no-repeat;
    background-size: 100%;
    width: 65.5%;
    min-width: 965px;
    height: 78%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.top_recruit .container {
    width: 1000px;
}

.top_recruit .container .inner {
    background-color: #f6f6f6;
    padding: 50px;
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
    align-items: center;
}

.top_recruit .container .inner .ttl {
    width: 380px;
    font-size: 38px;
    letter-spacing: 3px;
}

.top_recruit .container .inner .ttl span {
    color: #40B373;
}

.top_recruit .container .inner .ttl span.dot {
    background: url("../img/recruit_dot.png") repeat-x top left 10px;
    padding-top: 8px;
}

.top_recruit .container .inner .ttl span.font_Oswald {
    font-family: "Oswald", sans-serif;
}

.top_recruit .container .inner .desc_text_box {
    width: 335px;
}

.top_recruit .container .inner .desc_text_box p {
    font-size: 16px;
    font-weight: bold;
    line-height: 3em;
}


@media screen and (max-width: 1024px) {
    .top_recruit .container {
        width: 100%;
    }

    .top_recruit .container .inner {
        padding: 8% 4%;
    }

    .top_recruit .container .inner .desc_text_box {
        width: calc(100% - 380px);
    }

    .top_recruit .container .inner .ttl {
        width: 520px;
    }
}

@media screen and (max-width: 768px) {
    .top_recruit {
        background: url("../img/recruit_bg_sp.png") no-repeat top left;
        padding-top: 8%;
    }

    .top_recruit:after {
        background-size: 100%;
        width: 92%;
        min-width: auto;
        height: 80%;
    }

    .top_recruit .container {
        width: 100%;
    }

    .top_recruit .container .inner {
        flex-wrap: wrap;
        padding: 8% 4%;
        margin-top: 20%;
        text-align: center;
    }

    .top_recruit .container .inner .ttl {
        width: 100%;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .top_recruit .container .inner .ttl span.dot {
        background-size: 20.5%;
    }

    .top_recruit .container .inner .desc_text_box {
        width: 100%;
    }

    .top_recruit .container .inner .desc_text_box p {
        font-size: 15px;
    }

    .top_recruit .container .inner .desc_text_box .btn02 {
        text-align: center;
    }
}

.top_company {
    background: url("../img/service_bg.png") no-repeat top right;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    padding: 120px 0;
}

.top_company .ttl01 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.top_company .ttl01 .en {
    font-size: 4em;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .top_company {
        background: url(../img/service_bg_sp.png) no-repeat top 32px left;
        padding-bottom: 10px;
    }


    .top_company .ttl01 {
        padding-bottom: 2%;
        margin-bottom: 6%;
    }

    .top_company .ttl01 .en {
        font-size: 42px;
        letter-spacing: 4px;
    }
}

.top_contact {
    position: relative;
    background: url("../img/recruit_bg.png") no-repeat top left;
    background-size: cover;
    border-top-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    padding-top: 60px;
    z-index: 3;
    margin: 120px 0;
}

.top_contact .container {
    width: 1000px;
}

.top_contact .container .inner {
    background-color: #f6f6f6;
    padding: 50px 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.top_contact .container .inner .ttl {
    /*width: 480px;*/
    font-size: 2.2em;
    font-weight: bold;
}

.d-flex {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.top_contact .container .inner .ttl_s {
    font-size: 1.6em;
    letter-spacing: 3px;
    font-weight: bold;
}


.top_contact .container .inner .ttl span {
    color: #40B373;
}

.top_contact .container .inner .desc_text_box {
    width: 370px;
}

.contact_area {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.contact_area figure {
    display: flex;
    align-items: flex-start;
}

.contact_area figure img {
    width: 40px;
    margin-right: 10px;
}

.description {
    width: 100% !important;
    margin-top: 20px;
    text-align: center;
    border-top: solid 3px #ddd;
    border-bottom: solid 3px #ddd;
}


.top_contact .container .inner .desc_text_box .btn02 {
    margin-top: 30px;
}

.uketuke {
    font-weight: bold;
    /*margin-bottom: 20px;*/
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .top_contact .container {
        width: 100%;
    }

    .top_contact .container .inner {
        padding: 8% 4%;
    }

    .top_contact .container .inner .desc_text_box {
        width: calc(100% - 380px);
    }

    .top_contact .container .inner .ttl_s {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 768px) {
    .top_contact {
        background: url("../img/recruit_bg_sp.png") no-repeat top left;
        padding-top: 8%;
    }

    .top_contact .container .inner .ttl {
        width: 100%;
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .uketuke {
        text-align: center;
    }

    .contact_area {
        flex-direction: column;
    }

    .top_contact .container .inner .desc_text_box {
        width: 100%;
    }

    .top_contact .container .inner .desc_text_box p {
        font-size: 15px;
    }

    .top_contact .container .inner .desc_text_box .btn02 {
        text-align: center;
    }

    .description {
        margin-top: 30px !important;
    }

    .d-flex {
       flex-direction: column;
       gap: 20px;
    }
}


.top_com_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.top_com_list li {
    position: relative;
    text-align: center;
    margin: 2%;
}

.top_com_list li figure {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 27px 0px #e6edf4;
    margin-bottom: 15px;
}

.top_com_list li figure img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.top_com_list li h3 {
    font-size: 20px;
    color: #40B373;
    margin-bottom: 17px;
}

.top_com_list li .btn_arrow {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
}

.top_com_list li:hover figure img {
    transform: scale(1.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .top_com_list li {
        width: 100%;
        margin: 0 0 15% 0;
    }

    .top_com_list li:nth-child(2n+2) {
        margin-right: 0;
    }

    .top_com_list li figure {
        width: 70%;
        height: auto;
        margin: 0 auto 3%;
    }

    .top_com_list li h3 {
        font-size: 17px;
    }
}

.f_logo_box {
    display: flex;
    justify-content: space-between;
}

.iso_box img {
    width: 80%;
}

@media screen and (max-width: 767px) {
    .f_logo_box {
        flex-direction: column;
    }

    .iso_box img {
        width: 100%;
    }
}
