/* 共通 */
section h2 {
    font-size: 3.0rem !important;
}


.fv_message {
    position: absolute;
    top: 12%;
    left: 0%;
    width: 100%;
}
.fv_message h1 {
    font-size: 6.0vw;
    text-align: center;
}
.fv_message_p p::before {
    display: none;
}
.fv_message_p {
    position: absolute;
    top: 42%;
    left: 7.5vw;
}
.fv_message_p p {
    font-size: 3.3vw;
    margin-top: 10px;
    padding-left: 0px;
    position: relative;
}
.scrolldown {
    position: absolute;
    left: 0%;
    bottom: 100px;
    height: 100px;
}
.scrolldown span {
    position: absolute;
    left: -15px;
    top: -50px;
    color: #003664;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
}
.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    width: 1.5px;
    height: 100px;
    background: #003664;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
#FV:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-color: #E2F5FF;
    bottom: 15%;
    right: 25%;
    z-index: -5;
    opacity: 0;
    transition: 1.0s;
    transition-delay: 3.0s;
    transform: rotate(-5deg);
}
.fv_message_p:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-color: #E2F5FF;
    top: -700%;
    left: -10%;
    z-index: -5;
}
.fv_message_p:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-color: #F0F0F0;
    bottom: -200%;
    right: 0%;
    z-index: -5;
}

/* ヘッダー */
header:hover {
    background-color: transparent;
}

#global_nav {
    display: none;
}

#global_nav_sp {
    display: none;
    background-color: #385F83;
    width: 90%;
    height: 1000px;
    z-index: -1;
    position: fixed;
    top: 10%;
    right: 0;
}

.drawer_toggle {
    display: block;
}

#global_nav_sp ul li a {
    color: #fff;
}



#global_nav_sp ul li {
    padding: 3.5% 10%;
    width: 100%;
    justify-content: space-between;
}

#global_nav_sp #sp_list_nav_header .menu-item-65,
#global_nav_sp #sp_list_nav_header .menu-item-59 {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 100%;
}

#global_nav_sp #sp_list_nav_header .menu-item-65:before,
#global_nav_sp #sp_list_nav_header .menu-item-65:after,
#global_nav_sp #sp_list_nav_header .menu-item-59:before,
#global_nav_sp #sp_list_nav_header .menu-item-59:after {
    content: '';
    position: absolute;
    right: 50px;
    top: 25px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

#global_nav_sp #sp_list_nav_header .menu-item-65:before,
#global_nav_sp #sp_list_nav_header .menu-item-59:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#global_nav_sp #sp_list_nav_header .active:before,
#global_nav_sp #sp_list_nav_header .active:before {
    transform: rotate(0deg);
}

#global_nav_sp #sp_list_nav_header .active .sub-menu {
    display: block !important;

}

.sub-menu {
    display: none !important;
    padding-top: 20px !important;
    overflow: hidden;
    transition: none;
    transition: 2.4s;

    -webkit-transition: 2.4s;
    -moz-transition: 2.4s;
    -ms-transition: 2.4s;
    -o-transition: 2.4s;
}

.sub-menu li {
    padding: 7% 5% 5% 10% !important;
}


#drawer_toggle {
    display: block !important;
}

#drawer_toggle,
#drawer_toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#drawer_toggle {
    position: relative;
    width: 20px;
    height: 15px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
}

#drawer_toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003664;
    border-radius: 4px;
    transition: 0.3s ease;
}

#drawer_toggle span:nth-of-type(1) {
    top: 0;
}

#drawer_toggle span:nth-of-type(2) {
    top: 7px;
}

#drawer_toggle span:nth-of-type(3) {
    bottom: 0;
}

#drawer_toggle.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

#drawer_toggle.active span:nth-of-type(2) {
    opacity: 0;
}

#drawer_toggle.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 7px;
}






/* ハンバーガーメニュー */
#gnav-content p {
    color: #fff;
}

#gnav-btn {
    color: gray;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    border: solid 1px #d1caca;
    border-radius: 3px;
}

#gnav-input:checked~#gnav-content {
    top: 0;
}

#gnav-content {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
    margin-top: 15%;
}

.humb-menu__title {
    padding: 1.5rem;
}

.humb-menu label {
    display: flex;
    justify-content: space-between;
    /* padding: 1.5rem 15%; */
    /* border-top: 0.5px solid #c7c5c5; */
    width: 100%;
    display: inline-block;
}

.humb-menu input {
    display: none;
}

.humb-menu .accshow {
    height: 0;
    overflow: hidden;
    margin-left: 3%;
}

.humb-menu .accshow p {
    padding: 1.5rem;
    color: #fff;
}

.humb-menu .cssacc:checked+.accshow {
    height: auto;
}

.sp_menu_sub {
    width: 100%;
}

.sp_menu_sub li {
    display: block !important;
    padding: 5% 0% !important;
}

.sp_menu_sub label {
    border: 0;
}

.sp_menu_sub label li a {
    line-height: 40px;
}
.label_has_sub2 ul{
    margin-top: 3%;
}
.label_has_sub1,.label_has_sub2,.label_has_sub3,.label_has_sub4 {
    position: relative;
    width: 50%;
    display: inline-block;
}

.label_has_sub1::before,.label_has_sub2::before,.label_has_sub3::before,.label_has_sub4::before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 15px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    top: 10px;
    right: 0%;
    transform: rotate(-90deg);
}

.label_has_sub1::after,.label_has_sub2::after,.label_has_sub3::after,.label_has_sub4::after {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 15px;
    background-color: #fff;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
    top: 0px;
    right: 0%;
}
.label_has_sub1.label-les::before,.label_has_sub2.label-les::before,.label_has_sub3.label-les::before,.label_has_sub4.label-les::before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accshow ul{
    margin-top: 10%;
}
.accshow li{
    padding: 4% 0!important;
}
.accshow li a {
    font-size: 0.85rem;
}


.hummenu_credit{
    padding: 5% 10%;
}
.hummenu_credit p{
    font-size: 0.8rem;
}
.hummenu_credit a{
    font-size: 0.8rem;
    color: #fff;
    margin-top: 5%;
    display: inline-block;
}
/* aboutus */
.aboutus_box_text h3 {
    font-size: 1.048rem;
    line-height: 2.0;
    letter-spacing: 3px;
}

.aboutus_box_text p {
    font-size: 1.0rem;
    line-height: 2.0;
    margin-top: 50px;
}

/* service */
.service_area h3 {
    margin: 50px 0 20px;
    position: relative;
    padding-left: 30px;
    font-size: 1.5rem;
}

.service_area h3::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #565352;
}

.service_box h4,
.service_box_ft h4 {
    margin-bottom: 5%;
    font-size: 0.9rem;
}

.service_box,
.w30 .service_box {
    width: 100%;
    margin-top: 5%;
}

.service_box_area {
    justify-content: space-between;
}

/* works */
.article_lists li {
    width: 48%;
    margin-bottom: 5%;
    height: 45vw;
}

.article_title h3 {
    font-size: 1.0rem;
    margin-top: 10px;
}

.article_title h4 {
    background-color: #003664;
    padding: 10px;
    width: 50%;
}

.article_title p {
    font-size: 14px;
}

/* company */
.company_text {
    width: 100%;
    margin-top: 5%;
}

.company_img {
    width: 85%;
    position: relative;
}

.company_img::after {
    position: absolute;
    content: "";
    background-color: #6D869F;
    width: 100%;
    height: 100%;
    right: -30%;
    bottom: -20%;
    z-index: -1;
}

.company_text ul li {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 13%;
    position: relative;
}

/* news */
.news_contents li {
    width: 48%;
    margin-bottom: 5%;
}

.news_daily,
.news_title,
.news_text {
    width: 90%;
    margin: 9% auto 0;
}

/* contact */
.contact_text {
    width: 100%;
    position: inherit;
    z-index: 3;
}

.contact_btn_box {
    width: 100%;
    position: relative;
    z-index: 5;
}

.contact_bg .section_inner {
    padding-top: 0%;
}

.contact_btn_box .desigh_btn {
    margin: 50px 0;
}


/* footer */
.contact_bg {
    position: relative;
    z-index: 0;
}
.contact_bg::before{
    height: 800px;
}
.to_contact {
    width: 100%;
    margin-top: 50px;
}
.to_job-offer{
    width: 100%;
    margin-top: 50px;
}

.footer_sns ul li {
    margin-top: 10px;
    margin-bottom: 15px;
}

.menu_list li {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.footer_intro img {
    width: 45%;
    margin-bottom: 5px;
}

.footer_left {
    width: 100%;
}

.footer_right {
    width: 100%;
    margin-top: 50px;
    border-top: 2px solid #fff;
    padding-top: 50px;
}

.copyright {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}


/* ここから下層ページ */
.page_title {
    position: absolute;
    top: 30%;
    left: 0;
}

.title_img {
    position: absolute;
    top: 60%;
    right: -10%;
}

section .post_title {
    color: #333;
    font-family: serif;
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
}

section .post_title b {
    font-size: 0.7rem;
}

section .post_title span {
    font-size: 13px;
    padding: 0 20px;
    font-family: serif;
    letter-spacing: normal;
    color: #003664;
    position: relative;
}

section .post_title span::after {
    top: -5px;
    right: -10px;
    width: 25px;
    height: 25px;
}

/* feature */
.feature_box {
    margin-top: 50px;
}
.feature_box_img {
    width: 100%;
}

.feature_box_img img {
    width: 100%;
    height: auto;
}

.feature_box_text {
    width: 100%;
    line-height: 2.5;
    margin-top: 50px;
}

/* flow */
.flow_list {
    width: 400px;
    margin: 20px auto;
    padding: 5%;
    border: 1px solid #565352;
    text-align: center;
}


/* problem */
.problem_person {
    position: absolute;
    right: 0%;
    top: -20%;
    z-index: -100;
}

/* achivement */
.achivement_box_text {
    width: 100%;
    line-height: 2.5;
}

.listing_box_img1 {
    width: 50%;
    margin: 5% 0 0 35%;
}

.listing_box_img2,
.listing_box_img3 {
    width: 70%;
    position: relative;
    margin: 5% 0 0 30%;
}

.listing_box_img1 img,
.listing_box_img2 img,
.listing_box_img3 img {
    width: 100%;
    height: auto;
}

.achivement_box_img1,
.achivement_box_img2,
.achivement_box_img3 {
    width: 100%;
    position: relative;
    margin-top: 5%;
}

.achivement_box_img1::after,
.achivement_box_img2::after,
.achivement_box_img3::after {
    width: 400px;
    height: 200px;
    right: -20%;
    bottom: -25%;
}


/* company */
.company_menu_list2 li {
    width: 100%;
    height: 190px;
}

#company_info .section_inner::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-color: #E2F5FF;
    top: 2%;
    left: -10%;
    z-index: -1;
}

#company_info .section_inner::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #F0F0F0;
    bottom: -10%;
    right: -5%;
    z-index: -1;
}



/* 代表挨拶 */
#company_greet {
    width: 100%;
    margin-top: 200px;
}

.company_greet_person {
    width: 100%;
    margin: 50px auto;
}

.ceo_title {
    width: 60%;
    margin-top: 120px;
}

.ceo_img {
    width: 40%;
}

.ceo_img img {
    width: 100%;
}

.ceo_title h3 {
    font-size: 1.5rem;
}

.ceo_title p {
    font-size: 1.5rem;
    margin-top: 30px;
}

.ceo_title p span {
    font-size: 0.8rem;
}

.ceo_message p {
    font-size: 1.0rem;
    line-height: 2.5em;
}



/* newsカスタム投稿 */
#page_title {
    width: 100%;
}

#page_title .section_inner {
    position: relative;
    height: 500px;
}

.news_article_title {
    position: absolute;
    top: 50%;
    left: 0;
}

section .news_article_title {
    color: #707070;
    font-family: serif;
    position: relative;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 20px;
}

section .news_article_title b {
    font-size: 1.0rem;
}

section .news_article_title span {
    font-size: 20px;
    padding: 0 40px;
    font-family: serif;
    letter-spacing: normal;
    color: #003664;
    position: relative;
}

section .news_article_title::after {
    content: "";
    position: absolute;
    background: url(../images/svg/favicon.svg);
    background-size: cover;
    top: -5px;
    right: -40px;
    width: 30px;
    height: 30px;
}



/* contact */
#contact {
    margin-top: 200px;
}
.contact_message {
    width: 100%;
    margin: 100px auto;
    text-align: left;
}

.contact_type {
    width: 100%;
    margin: 70px auto;
    display: block;
    text-align: left;
}

.contact_type_mail {
    width: 100%;
    margin: 30px auto;
}

.tel {
    position: relative;
    padding-left: 50px;
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 30px;
}

.tel::before {
    top: 0;
    left: 5%;
}

/* コンタクトフォーム */
.contact_form {
    width: 100%;
}

.contact_form_lr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 15%;
}

.contact_form_l {
    width: 100%;
    padding: 2% 0 0%;
    position: relative;
    font-weight: bold;
}

.contact_form_r {
    width: 100%;
    padding-top: 2%;
}

.contact_form_l p span {
    margin-right: 5%;
    border-radius: 3px;
}


/* seomeo */
.page_title_box {
    padding: 17% 0 3%;
}
.page_title_sub{
    font-size: 1.0rem;
}
.seo_listing_difference_area{
    width: 100%;
    margin: 0 auto;
}
.seo_listing_difference {
    padding: 4% 0%;
    margin-top: 5%;
}
.seo_listing_difference_box_text ul{
    margin: 7% auto 0;
    width: 100%;
}
.seo_listing_difference h3 {
    margin: 0% 0 0%;
}
.merit h4 {
    color: #0B3663;
    position: relative;
    font-size: 0.8rem;
}
.demerit h4 {
    color: #A93E54;
    position: relative;
    font-size: 0.8rem;
}
.merit h4::after {
    background: #0B3663;
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    top: 24px;
    left: calc( 50% - 50px);
}

.demerit h4::after {
    background: #A93E54;
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    top: 24px;
    left: calc( 50% - 50px);
}
.seo_listing_difference_box_text ul {
    margin: 20% auto 0;
    width: 100%;
}
.seo_listing_difference_box_text ul li {
    font-weight: bold;
    margin-top: 1%;
    font-size: 0.85rem;
}
.feature_box_img.feature_seo {
    width: 100%;
}

/* seo_flow */
.flow_box_area {
    width: 100%;
    margin: 0 auto;
}



/* リクルート */
#recruit {
    width: 100%;
    margin-top: 300px;
}
.recruit_list {
    width: 100%;
}

.recruit_list dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.recruit_list dl dt {
    width: 40%;
    margin-top: 50px;
    padding: 20px 0;

}

.recruit_list dl dd {
    width: 60%;
    margin-top: 50px;
    margin-right: 0%;
}

.recruit_list dl dd a {
    color: #033e80;
    text-decoration: underline;
}
#recruit h3{
    margin-top: 50px;
    color: #033e80;

}


.recruit_list2 dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.recruit_list2 dl dt {
    width: 20%;
    margin-top: 50px;
    padding: 20px 0;
    font-weight: bold;
    border-top: 2px solid #0188ff;
    line-height: 2.0;
}

.recruit_list2 dl dd {
    width: 70%;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #f5f4f4;
    line-height: 2.0;
}
.recruit_flex_box{
    border-bottom: 1px solid #f5f4f4;
    margin-bottom: 50px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recruit_flex_title{
    width: 25%;
}
.recruit_flex_text{
    width: 75%;
}
.recruit_flex_title h5{
    font-size: 1.0rem;
}


