@charset "UTF-8";




/*========================================

front-page.php

========================================*/

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

#front_kv

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

#front_kv {
    position: relative;
    width: 100%;
    height: 100svh;
}

#front_kv .swiper {
    overflow: hidden;
}

#front_kv .swiper .slide_item {
    position: relative;
}

#front_kv .swiper .slide_item .bg_img {
    width: 100%;
    height: 100svh;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#front_kv .swiper .slide_item .city_name {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
}

#front_kv .swiper .slide_item .city_name span {
    display: inline-block;
    padding: 10px 30px;
    font-size: 0.9em;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#front_kv .swiper-slide-active .slide_item .bg_img,
#front_kv .swiper-slide-duplicate-active .slide_item .bg_img,
#front_kv .swiper-slide-prev .slide_item .bg_img {
    animation: zoomanime 7s linear 0s normal both;
}

@keyframes zoomanime {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


#front_kv .swiper .swiper-pagination {
    bottom: 40px !important;
}

#front_kv .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    opacity: 1;
}

#front_kv .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #d5db00;
}

#front_kv .swiper .catchcopy {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}

#front_kv .swiper .catchcopy p {
    text-shadow: 5px 5px 10px #000000;
    font-size: 10vw;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
}


@media (min-width: 768px) {

    #front_kv .swiper .catchcopy p {
        font-size: 5vw;
    }

    #front_kv .swiper .catchcopy p br {
        display: none;
    }

    #front_kv .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 60px;
    }

}


@media (min-width: 1024px) {}




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

#front_concept

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

#front_concept {
    background: #f6f6ee;
}

#front_concept .con {
    padding: 80px 8%;
}

#front_concept .company_logo {
    width: 75%;
    margin: 0 18% 0 7%;
}

#front_concept .concept_ttl {
    padding: 20px 0 40px;
}

#front_concept .concept_ttl h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: 700;
}

#front_concept .concept_txt .box {
    margin: 0 0 20px;
}

#front_concept .concept_txt p {
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
}


@media (min-width: 768px) {

    #front_concept .con {
        padding: 120px 8% 80px;
    }

    #front_concept .company_logo {
        width: 50%;
        margin: 0 30% 0 20%;
    }

    #front_concept .concept_ttl h2 {
        font-size: 4vw;
    }

    #front_concept .concept_txt p {
        font-size: 1.1em;
    }

    #front_concept .concept_txt p br.none {
        display: none;
    }


}


@media (min-width: 1024px) {

    #front_concept .concept_txt p {
        font-size: 1.2em;
    }

}




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

#front_loop

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

#front_loop {
    position: relative;
}

#front_loop::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f6f6ee;
}

#front_loop::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #eeeddf;
}

#front_loop .con {
    position: relative;
    z-index: 10;
    display: flex;
    overflow: hidden;
    padding: 40px 0;
}

#front_loop .loop_area {
    display: flex;
    animation: loop-list 15s linear infinite;
}

#front_loop .loop_img {
    margin-right: 40px;
}

#front_loop .loop_img:nth-of-type(odd) {
    margin-top: -40px;
}

#front_loop .loop_img:nth-of-type(even) {
    margin-bottom: -40px;
}

#front_loop .loop_img img {
    width: calc(100vw / 2);
    border-radius: 10px;
}


@keyframes loop-list {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }

}


@media (min-width: 768px) {

    #front_loop .con {
        padding: 80px 0;
    }

    #front_loop .loop_img img {
        width: calc(100vw / 4);
    }

}


@media (min-width: 1024px) {

    #front_loop .loop_area {
        animation: loop-list 20s linear infinite;
    }

    #front_loop .loop_img img {
        width: calc(100vw / 4.5);
    }

}




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

#front_service

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

#front_service {
    background: #eeeddf;
}

#front_service .con {
    padding: 80px 8%;
}

#front_service .img_area {
    margin: 0 0 20px;
}

#front_service .img_area img {
    border-radius: 10px;
}

#front_service .txt_area .h2_ttl {
    border-left: solid 5px #d5db00;
    padding: 15px 0 15px 15px;
}

#front_service .txt_area .h2_ttl h2 {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1;
}

#front_service .txt_area .h2_ttl span {
    display: block;
    padding-top: 5px;
    font-size: 3vw;
    font-weight: 700;
}

#front_service .txt_area .txt {
    padding: 20px 0 40px;
}

#front_service .txt_area .txt p {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.8;
}

#front_service .txt_area .page_link a {
    position: relative;
    display: block;
    padding: 25px 30px;
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
    color: #464237;
    background: #d5db00;
    border-radius: 40px;
    transition: all 0.3s;
}

#front_service .txt_area .page_link a:hover {
    background: #ffffff;
}

#front_service .txt_area .page_link ::after {
    display: block;
    font: var(--fa-font-solid);
    content: "\f138";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}


@media (min-width: 768px) {

    #front_service .con {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 80px 8% 120px;
    }

    #front_service .img_area {
        flex-basis: 50%;
        margin: 0;
    }

    #front_service .txt_area {
        flex-basis: 45%;
    }

    #front_service .txt_area .h2_ttl h2 {
        font-size: 4vw;
    }

    #front_service .txt_area .h2_ttl span {
        font-size: 2vw;
    }

    #front_service .txt_area .page_link {
        padding-right: 25%;
    }

}


@media (min-width: 1024px) {

    #front_service .img_area {
        flex-basis: 55%;
    }

    #front_service .txt_area {
        flex-basis: 40%;
    }

    #front_service .txt_area .txt {
        padding: 30px 0 60px;
    }

}




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

#front_company

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

#front_company .bg_img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#front_company .filter {
    width: 100%;
    background: rgba(0,0,0,0.3);
}

#front_company .con {
    padding: 80px 8%;
}

#front_company .h2_ttl {
    margin: 0 0 160px;
    border-left: solid 5px #d5db00;
    padding: 15px 0 15px 15px;
}

#front_company .h2_ttl h2 {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

#front_company .h2_ttl span {
    display: block;
    padding-top: 5px;
    font-size: 3vw;
    font-weight: 700;
    color: #ffffff;
}

#front_company .page_link a {
    position: relative;
    display: block;
    padding: 25px 30px;
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
    color: #464237;
    background: #d5db00;
    border-radius: 40px;
    transition: all 0.3s;
}

#front_company .page_link a:hover {
    background: #ffffff;
}

#front_company .page_link ::after {
    display: block;
    font: var(--fa-font-solid);
    content: "\f138";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}


@media (min-width: 768px) {

    #front_company .con {
        padding: 120px 8%;
    }

    #front_company .txt_area {
        width: 45%;
    }

    #front_company .h2_ttl h2 {
        font-size: 4vw;
    }

    #front_company .h2_ttl span {
        font-size: 2vw;
    }

    #front_company .page_link {
        padding-right: 25%;
    }

}


@media (min-width: 1024px) {

    #front_company .txt_area {
        width: 40%;
    }

}




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

#front_news

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

/* 共通CSS */

#front_news {
    background: #eeeddf;
}


/* .top_area */

#front_news .top_area .flex_box {
    padding: 80px 8%;
}

#front_news .top_area .img_area {
    margin: 0 0 20px;
}

#front_news .top_area .img_area img {
    border-radius: 10px;
}

#front_news .top_area .txt_area .h2_ttl {
    border-left: solid 5px #d5db00;
    padding: 15px 0 15px 15px;
}

#front_news .top_area .txt_area .h2_ttl h2 {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1;
}

#front_news .top_area .txt_area .h2_ttl span {
    display: block;
    padding-top: 5px;
    font-size: 3vw;
    font-weight: 700;
}

#front_news .top_area .txt_area .txt {
    padding: 20px 0 40px;
}

#front_news .top_area .txt_area .txt p {
    font-size: 0.9em;
}

#front_news .top_area .txt_area .page_link a {
    position: relative;
    display: block;
    padding: 25px 30px;
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
    color: #464237;
    background: #d5db00;
    border-radius: 40px;
    transition: all 0.3s;
}

#front_news .top_area .txt_area .page_link a:hover {
    background: #ffffff;
}

#front_news .top_area .txt_area .page_link ::after {
    display: block;
    font: var(--fa-font-solid);
    content: "\f138";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}


@media (min-width: 768px) {

    #front_news .top_area .flex_box {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 120px 8%;
    }

    #front_news .top_area .img_area {
        flex-basis: 50%;
        margin: 0;
    }

    #front_news .top_area .txt_area {
        flex-basis: 45%;
    }

    #front_news .top_area .txt_area .h2_ttl h2 {
        font-size: 4vw;
    }

    #front_news .top_area .txt_area .h2_ttl span {
        font-size: 2vw;
    }

    #front_news .top_area .txt_area .page_link {
        padding-right: 25%;
    }

}


@media (min-width: 1024px) {

    #front_news .top_area .img_area {
        flex-basis: 55%;
    }

    #front_news .top_area .txt_area {
        flex-basis: 40%;
    }

    #front_news .top_area .txt_area .txt {
        padding: 30px 0 60px;
    }

}


/* .bottom_area */

#front_news .bottom_area .inner_box {
    position: relative;
    padding: 0 0 120px;
}

#front_news .bottom_area .news_swiper article a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 3px 3px 3px #dcdcdc;
    border-radius: 10px;
    transition: all 0.3s;
}

#front_news .bottom_area .news_swiper article a:hover {
    background: #f2f2f2;
}

#front_news .bottom_area .news_swiper article .img_area {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

#front_news .bottom_area .news_swiper article .img_area img {
    transition: all 0.5s;
}

#front_news .bottom_area .news_swiper article a:hover .img_area img {
    transform: scale(1.1);
}

#front_news .bottom_area .news_swiper article .txt_area {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#front_news .bottom_area .news_swiper article .txt_area .post_date time {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
}

#front_news .bottom_area .news_swiper article .txt_area .post_ttl {
    margin-top: auto;
}

#front_news .bottom_area .news_swiper article .txt_area .post_ttl h3 {
    height: 4.5em;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 700;
}

#front_news .bottom_area .news_swiper article .txt_area .post_txt {
    padding: 10px 0 0;
}

#front_news .bottom_area .news_swiper article .txt_area .post_txt p {
    font-size: 0.8em;
    color: #808080;
}

#front_news .bottom_area .swiper-pagination.news {
    position: absolute;
    bottom: 50px;
    left: 0;
}

#front_news .bottom_area .swiper-pagination.news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 1;
}

#front_news .bottom_area .swiper-pagination.news .swiper-pagination-bullet-active {
    background: #d5db00;
}


@media (min-width: 768px) {}


@media (min-width: 1024px) {}









/*========================================

home.php
category.php

========================================*/

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

.post_list

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

#archive_news .post_list article {
    margin: 0 0 8%;
}

#archive_news .post_list article a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 3px 3px 3px #dcdcdc;
    border-radius: 10px;
    transition: all 0.3s;
}

#archive_news .post_list article a:hover {
    background: #f2f2f2;
}

#archive_news .post_list article .img_area {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

#archive_news .post_list article .img_area img {
    transition: all 0.5s;
}

#archive_news .post_list article a:hover .img_area img {
    transform: scale(1.1);
}

#archive_news .post_list article .txt_area {
    padding: 20px 20px 40px;
}

#archive_news .post_list article .txt_area .post_date time {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
}

#archive_news .post_list article .txt_area .post_ttl h3 {
    font-size: 1em;
    font-weight: 700;
}

#archive_news .post_list article .txt_area .post_txt {
    padding: 10px 0 0;
}

#archive_news .post_list article .txt_area .post_txt p {
    font-size: 0.8em;
    color: #808080;
}


@media (min-width: 768px) {

    #archive_news .post_list .flex_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #archive_news .post_list article {
        flex-basis: 48%;
        margin: 0 0 4%;
    }

}


@media (min-width: 1024px) {

    #archive_news .post_list .flex_box::after {
        display: block;
        content: '';
        width: 32%;
    }

    #archive_news .post_list article {
        flex-basis: 32%;
        margin: 0 0 2%;
    }

}




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

<?php the_posts_pagination() ;?>

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

#archive_news .post_pager {
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
}

nav.navigation .nav-links a.page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    font-weight: 700;
    color: #464237;
    background: #ffffff;
    border-radius: 50%;
}

nav.navigation .nav-links span.page-numbers.current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    font-weight: 700;
    color: #464237;
    background: #d5db00;
    border-radius: 50%;
}

nav.navigation .nav-links a.prev.page-numbers,
nav.navigation .nav-links a.next.page-numbers {
    display: none;
}


@media (min-width: 768px) {

    nav.navigation .nav-links a.page-numbers {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    nav.navigation .nav-links span.page-numbers.current {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

}


@media (min-width: 1024px) {}









/*========================================

single.php

========================================*/

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

common

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

#single_news .main_column {
    margin: 0 0 80px;
}



@media (min-width: 768px) {

    #single_news #main_content .con {
        display: flex;
        justify-content: space-between;
    }

    #single_news .main_column {
        flex-basis: 65%;
        margin: 0;
    }

    #single_news .side_column {
        flex-basis: 30%;
    }

}


@media (min-width: 1024px) {

    #single_news .main_column {
        flex-basis: 70%;
    }

    #single_news .side_column {
        flex-basis: 25%;
    }

}




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

.main_column / .post_content

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

#single_news .post_content {
    margin: 0 0 40px;
    padding: 8%;
    background: #ffffff;
    border-radius: 10px;
}

#single_news .post_content img {
    margin: 0 0 20px;
}

#single_news .post_content p {
    margin: 0 0 20px;
}



@media (min-width: 768px) {}


@media (min-width: 1024px) {}




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

.main_column / .np_link

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

#single_news .np_link .next_post {
    margin: 0 0 20px;
    background: #ffffff;
    border-radius: 10px;
}

#single_news .np_link .next_post a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 8%;
}

#single_news .np_link .next_post .next {
    width: 100px;
}

#single_news .np_link .next_post .next p {
    text-align: right;
    font-size: 0.9em;
}

#single_news .np_link .next_post .next p i {
    padding-left: 3px;
}

#single_news .np_link .next_post .post_ttl {
    flex: 1;
}

#single_news .np_link .next_post .post_ttl h3 {
    font-size: 0.9em;
    font-weight: 700;
}

#single_news .np_link .prev_post {
    background: #ffffff;
    border-radius: 10px;
}

#single_news .np_link .prev_post a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8%;
}

#single_news .np_link .prev_post .prev {
    width: 100px;
}

#single_news .np_link .prev_post .prev p {
    font-size: 0.9em;
}

#single_news .np_link .prev_post .prev p i {
    padding-right: 3px;
}

#single_news .np_link .prev_post .post_ttl {
    flex: 1;
}

#single_news .np_link .prev_post .post_ttl h3 {
    font-size: 0.9em;
    font-weight: 700;
}


@media (min-width: 768px) {}


@media (min-width: 1024px) {

    #single_news .np_link .next_post .next {
        width: 120px;
    }

    #single_news .np_link .prev_post .prev {
        width: 120px;
    }

}




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

.side_column / .cat_list

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

#single_news .cat_list .cat_ttl {
    margin: 0 0 20px;
    border-left: solid 5px #d5db00;
    padding: 10px 0 10px 15px;
}

#single_news .cat_list .cat_ttl p {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
}

#single_news .cat_list ul li {
    border-top: solid 1px #808080;
}

#single_news .cat_list ul li:last-of-type {
    border-bottom: solid 1px #808080;
}

#single_news .cat_list ul li a {
    display: block;
    padding: 15px 0;
    transition: all 0.3s;
}

#single_news .cat_list ul li a:hover {
    color: #808080;
}


@media (min-width: 768px) {}


@media (min-width: 1024px) {}









/*========================================

page-travel-service.php

========================================*/

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

.service_list

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

#page_service .service_list ul li {
    margin: 0 0 40px;
    background: #ffffff;
    border-radius: 10px;
}

#page_service .service_list ul li .img_area img {
    border-radius: 10px 10px 0 0;
}

#page_service .service_list ul li .txt_area {
    padding: 20px 20px 40px;
}

#page_service .service_list ul li .txt_area .h2_ttl {
    margin: 0 0 20px;
    border-left: solid 5px #d5db00;
    padding: 10px 0 10px 15px;
}

#page_service .service_list ul li .txt_area .h2_ttl h2 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
}

#page_service .service_list ul li .txt_area .txt p {
    font-size: 0.9em;
    line-height: 1.6;
}


@media (min-width: 768px) {

    #page_service .service_list ul li {
        display: flex;
        justify-content: space-between;
        padding: 40px;
    }

    #page_service .service_list ul li .img_area {
        width: 50%;
        max-width: 320px;
    }

    #page_service .service_list ul li .img_area img {
        border-radius: 10px;
    }

    #page_service .service_list ul li .txt_area {
        flex: 1;
        padding: 0 0 0 40px;
    }

}


@media (min-width: 1024px) {

    #page_service .service_list ul li .txt_area .h2_ttl h2 {
        font-size: 1.5em;
    }

}









/*========================================

page-company.php

========================================*/

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

common

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

#page_company section {
    margin: 0 0 40px;
    padding: 8%;
    background: #ffffff;
    border-radius: 10px;
}

#page_company .h2_ttl {
    margin: 0 0 40px;
    border-left: solid 5px #d5db00;
    padding: 10px 0 10px 15px;
}

#page_company .h2_ttl h2 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
}


@media (min-width: 768px) {

    #page_company section {}

    #page_company .h2_ttl {
        font-size: 1.5em;
    }

}


@media (min-width: 1024px) {

    #page_company section {}

}




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

.message

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

#page_company .message .txt_area .txt p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

    #page_company .message .flex_box {
        display: flex;
        justify-content: space-between;
    }

    #page_company .message .txt_area {
        flex: 1;
    }

    #page_company .message .img_area {
        width: 50%;
        max-width: 240px;
    }

}


@media (min-width: 1024px) {}




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

.overview

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

#page_company .overview table {
    width: 100%;
}

#page_company .overview table tr {
    display: block;
    border-top: solid 1px #808080;
    padding: 20px 0;
}

#page_company .overview table th {
    display: block;
    margin: 0 0 10px;
    text-align: left;
    font-size: 1em;
    font-weight: 700;
}

#page_company .overview table th br {
    display: none;
}

#page_company .overview table td {
    display: block;
}

#page_company .overview table td p {
    font-size: 0.9em;
}


@media (min-width: 768px) {

    #page_company .overview table tr {
        display: flex;
        align-items: center;
    }

    #page_company .overview table th {
        width: 200px;
        margin: 0;
        text-align: center;
    }

    #page_company .overview table th br {
        display: block;
    }

    #page_company .overview table td {
        flex: 1;
    }

    #page_company .overview table td p br {
        display: none;
    }

}


@media (min-width: 1024px) {

    #page_company .overview table th {
        width: 240px;
    }

}




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

.access

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

#page_company .access .txt_area {
    margin: 0 0 40px;
}

#page_company .access .txt_area .company_info .name {
    margin: 0 0 10px;
}

#page_company .access .txt_area .company_info .name h3 {
    font-size: 1em;
    font-weight: 700;
}

#page_company .access .txt_area .company_info .address {
    margin: 0 0 10px;
}

#page_company .access .txt_area .company_info .address p {
    font-size: 0.9em;
}

#page_company .access .txt_area .company_info .route {
    margin: 0 0 20px;
}

#page_company .access .txt_area .company_info .route p {
    font-size: 0.9em;
}

#page_company .access .txt_area .company_info .map_link a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1;
    background: #d5db00;
    border-radius: 30px;
    transition: all 0.3s;
}

#page_company .access .txt_area .company_info .map_link a:hover {
    background: #eeeddf;
}

#page_company .access .map_area iframe {
    width: 100%;
    height: 64vw;
    border-radius: 10px;
}


@media (min-width: 768px) {

    #page_company .access .flex_box {
        display: flex;
        justify-content: space-between;
    }

    #page_company .access .txt_area {
        flex-basis: 47.5%;
        margin: 0;
    }

    #page_company .access .map_area {
        flex-basis: 47.5%;
    }

    #page_company .access .txt_area .company_info .route {
        margin: 0 0 40px;
    }

    #page_company .access .map_area iframe {
        height: 100%;
    }

}


@media (min-width: 1024px) {}









/*========================================

page-recruit.php

========================================*/

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

.job_posting

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

#page_recruit .job_posting {
    padding: 8%;
    background: #ffffff;
    border-radius: 10px;
}

#page_recruit .job_posting p {
    padding-bottom: 12px;
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}









/*========================================

page-privacy-policy.php
page-sns-policy.php

========================================*/

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

#page_policy

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

#page_policy .policy_list {
    padding: 8%;
    background: #ffffff;
    border-radius: 10px;
}

#page_policy .policy_list section {
    border-bottom: solid 1px #808080;
    padding: 40px 0;
}

#page_policy .policy_list section:first-of-type {
    padding: 0 0 40px;
}

#page_policy .policy_list section:last-of-type {
    border-bottom: none;
}

#page_policy .policy_list section .opening p {
    font-size: 1em;
    line-height: 1.5;
}

#page_policy .policy_list section h2 {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
}

#page_policy .policy_list section .info {
    margin-top: 20px;
}

#page_policy .policy_list section .info h3 {
    padding-bottom: 5px;
    font-size: 1em;
    font-weight: 700;
}

#page_policy .policy_list section .info > p {
    font-size: 1em;
    line-height: 1.5;
}

#page_policy .policy_list section .info ul {
    margin: 10px 0 0;
}

#page_policy .policy_list section .info ul li {
    margin: 0 0 10px;
}

#page_policy .policy_list section .info ul li p {
    position: relative;
    padding-left: 16px;
    font-size: 0.9em;
    line-height: 1.5;
}

#page_policy .policy_list section .info ul li span {
    display: block;
    padding: 8px 0 0 16px;
    font-size: 0.9em;
    line-height: 1.4;
}

#page_policy .policy_list section .info ul li p::before {
    display: block;
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}

#page_policy .policy_list section .info ol {
    margin: 10px 0 0 16px;
}

#page_policy .policy_list section .info ol li {
    margin: 0 0 10px;
}

#page_policy .policy_list section .info ol li p {
    font-size: 0.9em;
    line-height: 1.5;
}

#page_policy .policy_list section .info .reception {
    margin: 20px 0 0;
}

#page_policy .policy_list section .info .reception span {
    display: block;
    font-size: 0.9em;
    line-height: 1.5;
}

#page_policy .policy_list .thats_all {
    text-align: right;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}









/*========================================

404.php

========================================*/

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

#page_404

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

#page_404 .sorry {
    margin: 0 0 40px;
}

#page_404 .sorry p {
    line-height: 1.6;
}

#page_404 .page_link a {
    display: block;
    padding: 25px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
    color: #464237;
    background: #d5db00;
    border-radius: 40px;
    transition: all 0.3s;
}

#page_404 .page_link a:hover {
    opacity: 0.7;
}


@media (min-width: 768px) {

    #page_404 .sorry p {
        text-align: center;
    }

    #page_404 .page_link a {
        width: 400px;
        margin: 0 auto;
    }

}


@media (min-width: 1024px) {}