@charset "UTF-8";

@media (max-width: 575px) {
    html,
    body {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
            "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 18px;
        line-height: 150%;
        color: #333;
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    html,
    body {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
            "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 18px;
        line-height: 150%;
        color: #333;
        background-color: #fff;
    }
}
@media (min-width: 768px) {
    html,
    body {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
            "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 18px;
        line-height: 27px;
        color: #333;
        background-color: #fff;
    }
}

/*　a　*/

a {
    color: #333;
}
a:hover {
    color: #6c6c6c;
}
.text-white {
    color: #fff !important;
}

a.link {
    text-decoration: underline !important;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline !important;
}

/*　layout　*/
.business_row .row {
    margin: 0 !important;
}

header {
    background: url(../images/bg_header-yellowgreen_pc.jpg) #fff no-repeat;
    background: contain;
}

.header_box {
    background: url(../images/bg_header-yellowgreen_pc.jpg) #fff no-repeat;
    background: contain;
}
.navbar {
    padding: 0;
}
.navbar-toggler {
    padding: 0 !important;
}
.navbar-light .navbar-toggler {
    color: rgba(242, 251, 234, 1) !important;
    border-color: rgba(242, 251, 234, 1) !important;
    border: none !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("./common/images/toggler02.png");
}
.navbar-light .navbar-toggler-icon:hover {
    background-image: url("./common/images/toggler03.png");
}
.navbar-collapse {
    background: #fff !important;
    min-height: 500px;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

footer {
    background-color: #432f2f;
    padding: 1.5em 0;
}

iframe {
    vertical-align: bottom;
}
/*　h1　*/
h1.h101 {
    font-weight: bold;
    text-align: left;
    padding: 0.25em 0 0.25em 0.75em;
}

/*　h2　*/

h2.h201 {
    font-weight: bold;
    color: #222;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2.h201::before,
h2.h201::after {
    content: "";
    width: 20%;
    height: 6px;
    content: "";
    background: #d8ebce;
}

h2.h201::before {
    border-left: 60px solid #add598;
    margin-right: 20px;
}
h2.h201::after {
    border-left: 60px solid #add598;
    margin-left: 20px;
}

/*　h3　*/
h3.h301 {
    padding: 0.75rem 1.2rem;
    border-bottom: 6px solid #add598;
    background: #d8ebce;
}

/*　h4　*/
h4.h401 {
    padding: 0.25rem 1.2rem;
    border-left: 3px solid #d8ebce;
}

.button02 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 0.5em 4em;
    font-weight: bold;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #f10f0f;
    color: #333;
}
.button02::before,
.button02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
}
.button02,
.button02::before,
.button02::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button02:hover {
    background-color: #f10f0f;
    color: #fff;
    text-decoration: none !important;
}

p {
    margin-bottom: 0 !important;
}

.dan {
    padding-left: 1em;
    text-indent: -1em;
}
.dan02 {
    padding-left: 2em;
    text-indent: -1em;
}
.dan03 {
    padding-left: 3em;
    text-indent: -1em;
}

.red {
    color: #ff0205;
}
ul {
    list-style: none;
    margin: 0 0 0 1em !important;
    padding: 0 !important;
}
ol {
    margin: 0 0 0 1.5em !important;
    padding: 0 !important;
}
ul li {
    margin: 0 !important;
    padding: 0 !important;
}
ol li {
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 575px) {
    main {
        padding-top: 62px;
    }

    #breadcrumb {
        font-size: 12px;
        line-height: 150%;
    }
    #breadcrumb a {
        padding: 0 1em;
    }
    #pageTop {
        position: fixed;
        bottom: 250px;
        right: 20px;
    }
    #pageTop a {
        display: block;
        z-index: 300;
        width: 50px;
        height: 50px;
        background-image: url("../images/ico_return-to-top.png");
        background-size: contain;
        text-decoration: none;
        text-align: center;
        padding: 4px 0 0;
    }
    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .top_box01 {
        background-image: url("../images/bg_catchcopy_sp.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top_box02 {
        background-image: url("../images/bg_catchcopy-text_sp2.jpg");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #785f31;
        box-shadow: 6px 6px #785f31;
    }

    .top_box03 {
        min-height: 300px;
        padding: 1em;
    }
    .res-table {
        width: 100%;
        margin: 2em auto;
    }
    .res-table th {
        padding: 3px;
        width: 100% !important;
        display: block;
    }
    .res-table td {
        padding: 5px;
        display: block;
    }
    .container_mini {
        padding: 0 !important;
    }
    .container_mini02 {
        padding: 0 !important;
    }
    .container-fluid {
        padding: 0 !important;
    }
    .container {
        padding: 0 15px !important;
    }

    .w100 {
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    main {
        padding-top: 62px;
    }
    #pageTop {
        position: fixed;
        bottom: 250px;
        right: 20px;
    }
    #pageTop a {
        display: block;
        z-index: 300;
        width: 50px;
        height: 50px;
        background-image: url("./common/images/ico_return-to-top.png");
        text-decoration: none;
        text-align: center;
        padding: 4px 0 0;
    }
    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .top_box01 {
        background-image: url("./common/images/bg_catchcopy_sp.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top_box02 {
        background-image: url("./common/images/bg_catchcopy-text_sp2.jpg");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #785f31;
        box-shadow: 6px 6px #785f31;
    }

    .top_box03 {
        min-height: 300px;
        padding: 1em;
    }
    .gnavi_box {
        border-bottom: 3px solid #10394e;
        padding-bottom: 3px;
    }
    .container_mini {
        padding: 0 !important;
    }
    .container_mini02 {
        padding: 0 !important;
    }
    h1.under_h1 {
        font-size: 25px;
        padding-top: -82px;
    }
    h1.h101 {
        font-size: 1.7em;
        border-left: 13px solid #0094e6;
    }
    h2.h201 {
        font-size: 1.5em;
    }
    h3.h301 {
        text-align: center;
        font-size: 1.3em;
    }
    h4.h401 {
        text-align: center;
        font-size: 1.3em;
    }

    h2.recruit_h201 {
        text-align: center;
    }
    h2.business_h201 {
        text-align: center;
    }
    h2.company_h201 {
        text-align: center;
    }
    .f14em {
        font-size: 0.75em;
        line-height: 150%;
    }
    .f22em {
        color: #785f31;
    }
    .f30em {
        font-size: 1.2em;
        line-height: 150%;
        color: #222;
    }
    .price {
        text-align: center;
        font-size: 1.75em;
        line-height: 150%;
        font-weight: bold;
    }
    .price span {
        font-size: 0.75em;
        line-height: 150%;
        font-weight: normal;
    }
    .container-fluid {
        padding: 0 !important;
    }
    .container {
        padding: 0 15px !important;
    }
    .w100 {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    main {
        padding-top: 82px;
    }
    #pageTop {
        position: fixed;
        bottom: 250px;
        right: 20px;
    }
    #pageTop a {
        display: block;
        z-index: 300;
        width: 100px;
        height: 100px;
        background-image: url("../images/ico_return-to-top.png");
        text-decoration: none;
        text-align: center;
        padding: 4px 0 0;
    }
    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .top_box01 {
        background-image: url("../images/bg_catchcopy_pc.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top_box02 {
        background-image: url("../images/top_box02.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top_box03 {
        min-height: 300px;
        padding: 4em 1em 4em 8em;
    }
    .price {
        font-size: 60px;
        line-height: 150%;
        font-weight: bold;
    }
    .price span {
        font-size: 30px;
        line-height: 150%;
        font-weight: normal;
    }
    .f14em {
        font-size: 14px;
        line-height: 150%;
    }
    .f22em {
        color: #785f31;
        font-size: 22px;
        line-height: 33px;
    }
    .f30em {
        font-size: 30px;
        line-height: 42px;
        color: #222;
    }
    .container {
        max-width: 1920px !important;
        margin: 0 auto;
    }
    .container_mini {
        max-width: 1000px !important;
        margin: 0 auto;
    }
    .container_mini02 {
        max-width: 900px !important;
        margin: 0 auto;
    }
    .container-fluid {
        padding: 0 !important;
        margin: 0 auto;
    }
    /*　h1　*/
    h1.under_h1 {
        font-size: 2.72em;
    }
    .flex-grow-1 h1 {
        margin: 0 !important;
        padding: 0 !important;
    }
    h1.h101 {
        text-align: left;
        margin: 0 auto;
        font-size: 55px;
        line-height: 150%;
        border-left: 39px solid #0094e6;
    }

    /*　h2　*/
    h2.h201 {
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        font-size: 35px;
        line-height: 52px;
    }
    h3.h301 {
        font-size: 30px;
        line-height: 42px;
        min-height: 49px;
    }
    h4.h401 {
        font-size: 30px;
        line-height: 42px;
        min-height: 49px;
    }
}

/*　レスポンシブな字切り　*/

.text br {
    display: none;
}

@media only screen and (max-width: 764px) {
    .text br {
        display: inline;
    }
    .text span {
        display: none;
    }
}

.recruit_box01 {
    background-color: #fbfbfb;
}
.recruit_box02 {
    border: 1px solid #e4f1de;
    box-shadow: 5px 5px #e4f1de;
}
.business_box01 {
    border: 1px solid #e3e3e3;
    box-shadow: 5px 5px #e3e3e3;
}
.recruit_border01 {
    border-bottom: 2px dotted #e4f1de;
}

h1.under_h1 {
    font-weight: bold;
    text-align: center;
}
h1.under_h1:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 5px;
    background: url("../images/img_under_h1_left.png") no-repeat;
    background-size: contain;
    margin-right: 12px;
    margin-bottom: 12px;
}
h1.under_h1:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 5px;
    background: url("../images/img_under_h1_right.png") no-repeat;
    background-size: contain;
    margin-left: 12px;
    margin-bottom: 12px;
}

h2.recruit_h201 {
    font-size: 1.66em;
    font-weight: bold;
    color: #d598ad;
}
h2.business_h201 {
    font-size: 1.66em;
    font-weight: bold;
    color: #d5c098;
}
h2.company_h201 {
    font-size: 1.66em;
    font-weight: bold;
    color: #c3f4a0;
}

h3 {
    font-size: 1.66em;
    font-weight: bold;
    background-color: #e4f1de;
    border-bottom: 5px solid #add598;
}

h4 {
    font-size: 1.38em;
    font-weight: bold;
    border-left: 3px solid #add598;
}

h5 {
    font-size: 1.22em;
    font-weight: bold;
    border-bottom: 2px solid #e4f1de;
}

.f20 {
    font-size: 1.11em;
}
.f31 {
    font-size: 1.72em;
}

table th.table-secondary {
    background-color: #f5f1f1;
    text-align: center;
}
table.table01 td {
}

@media (max-width: 575px) {
    h1.under_h1:before {
        content: "";
        display: inline-block;
        width: 50px;
        height: 5px;
        background: url("./common/images/img_under_h1_sp_left.png") no-repeat;
        margin-right: 12px;
        margin-bottom: 12px;
    }
    h1.under_h1:after {
        content: "";
        display: inline-block;
        width: 50px;
        height: 5px;
        background: url("./common/images/img_under_h1_sp_right.png") no-repeat;
        margin-left: 12px;
        margin-bottom: 12px;
    }
}

/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    left: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #fff;
    margin: 80px 0px 20px !important;
    padding: 0px !important;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #f2fbea;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: 1px solid #f2fbea;
}
nav.globalMenuSp ul li:hover {
    background: #fff;
}

nav.globalMenuSp ul li a {
    display: block;
    font-size: 32px;
    color: #333;
    padding: 1em 0;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}
