<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body {
    color: #333;
    margin: 0px;
    font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 100%;
}

p,
dd {
    padding: 0px;
    font-size: 14px;
    line-height: 1.8em;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-y: scroll;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

dl,
ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

/* header
---------------------------------------------------- */
/* navigation
---------------------------------------------------- */
header {
    position: fixed;
    background-color: rgba(256, 256, 256, 0);
    width: 100%;
    z-index: 700;
}

header .fixed-top{left: 0;}


@media (min-width: 992px),print {
header .fixed-top{left: auto;}
}


.navbar-nav {
    font-weight: bold;
    font-size: 16px;
}
.navbar-nav .tel a:hover {
    text-decoration: none;
}

/*bootstrapの三本線を非表示*/
.navbar-light .navbar-toggler {
    color: #fff;
    border: none;
}

.navbar-toggler {
    width: 38px;
    height: 34px;
}

/*clickで×ボタンになる動き*/
.menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    z-index: 99;
}

.menu__line {
    background: #222;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}

.navbar h1 {
    width: 100px;
}

@media (min-width: 992px),
print {
    .navbar h1 {
        width: 100%;
    }
}


#nav1{ margin-bottom: 1rem}
@media (min-width: 992px),print {
#nav1{ margin-bottom: 0}
}

/*  ============ add ============*/
button:focus {
    outline: none;
}

.navbar-brand {
    padding-top: 8px;
}

#navibar {
    width: 100%;
    height: 100px;
    z-index: 100;
    background-color: rgba(256, 256, 256, 0.6);
    transition: all 300ms 0s ease;
}

#navibar.on {
    top: 0px;
}

.cb-header {
    position: fixed;
    /* 固定 */
    top: -100px;
    left: 0;
    text-align: center;
}

.logo {
    position: absolute;
    top: 28px;
    left: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar {
    padding: 0 1rem;
    background: #fff;
}

@media (min-width: 992px),
print {
    .navbar {
        background: none;
    }
}

#mainMenu {
    margin-right: 0px;
    margin-bottom: 5px;
}

@media (min-width: 992px),
print {
    #mainMenu {
        margin-right: 10px;
        margin-bottom: 0px;
    }
}

#mainMenu li {
    display: block;
    height: auto;
    padding: 10px 0px;
}

@media (min-width: 992px),
print {
    #mainMenu li {
        padding: 34px 5px 0px;
        height: 75px;
    }
}

@media (min-width: 1200px),
print {
    #mainMenu {
        margin-right: 27.5px;
    }

    #mainMenu li {
        padding: 34px 17.5px 0px;
    }
}

#mainMenu li a {
    display: block;
    padding: 0px 0px 4px 0px;
}

#mainMenu li.active a {
    border-bottom: solid 2px #6fb92c
}

#adress.navbar-nav {
    flex-direction: row;
}

#adress {
    border: solid 2px #6fb92c;
    border-top: solid 2px #6fb92c;
    border-radius: 10px 10px;
    background: #6fb92c;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
}

@media (min-width: 768px),
print {
    #adress {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px),
print {
    #adress {
        border-top: none;
        border-radius: 0px 0px 10px 10px;
    }
}

#adress li {
    height: 73px;
}

#adress li:nth-child(1) {
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    width: 50%;
    color: #6fb92c;
    padding: 20px 0px 0px 21px;
    line-height: 1.3;
}

@media (min-width: 992px),
print {
    #adress li:nth-child(1) {
        width: 155px;
        border-radius: 0px 0px 0px 8px;
    }
}

#adress li:nth-child(1) span {
    font-size: 16px;
}

#adress li:nth-child(1) a {
    color: #6fb92c;
    text-decoration: none;
}

#adress li:nth-child(2) {
    background: #6fb92c;
    border-radius: 0px 8px 8px 0px;
    width: 50%;
}

@media (min-width: 992px),
print {
    #adress li:nth-child(2) {
        width: 110px;
        border-radius: 0px 0px 8px 0px;
    }
}

#adress li:nth-child(2) a {
    color: #fff;
    display: block;
    text-align: center;
}

#adress li:nth-child(2) img {
    width: 43px;
    height: auto;
    display: block;
    margin: 5px auto 6px;
}

/* index
---------------------------------------------------- */
/* mainimg
---------------------------------------------------- */
.top-image {
    background: url(../images/main01.jpg) no-repeat center/auto 100%;
    height: 80vw;
    width: 75%;
    margin-left: 25%;
    border-radius: 0 0 0 20px;
    object-fit: contain;
}

@media (min-width: 768px),
print {
    .top-image {
        height: 600px;
        object-fit: contain;
    }
}

@media (min-width: 992px),
print {
    .top-image {
        object-fit: cover;
        height: 850px;
    }
}

.top-catch {
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    width: 40vw;
}

@media (min-width: 768px),
print {
    .top-catch {
        width: 360px;
    }
}

@media (min-width: 992px),
print {
    .top-catch {
        width: 462px;
    }
}

/* section all
---------------------------------------------------- */
.title {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    letter-spacing: 0.05em;
}

.title:first-letter {
    color: #6eb92b;
    font-size: 44px;
}

.title img {
    padding: 3px 0 10px 0;
    display: block;
}

.title span {
    font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    display: block;
}

.txt_bold {
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}

.txt_bold span {
    color: #f26d3f;
}

a.btn-txt {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 3.5rem;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}

a.btn-bg {
    background: -moz-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#6eb92b), to(#4fbe4f));
    background: -webkit-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: -o-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: linear-gradient(to top right, #6eb92b 0%, #4fbe4f 100%);
    box-shadow: 0 0 10px 5px rgba(184, 184, 184, 0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.btn-bg:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}

/* aboutus
  ---------------------------------------------------- */
.aboutus {
    position: relative;
    z-index: 10;
}

.aboutus .bg {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px 5px rgba(184, 184, 184, 0.3);
}

.aboutus .col-lg-4 {
    padding-top: 30px;
}

@media (min-width: 1200px),
print {
    .aboutus .col-lg-4 {
        padding-top: 50px;
    }
}

.aboutus .aboutus_img {
    position: absolute;
    bottom: 0;
    left: -145px;
}

.movie_2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 25px;
}

@media (min-width: 992px),
print {
    .movie_2 {
        margin-top: 50px;
    }
}

.movie_2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* business
  ---------------------------------------------------- */
.business {
    margin-top: -180px;
}

#business_bg {
    background: -moz-linear-gradient(bottom left, #d9f2e5 0%, #fafcd6 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#d9f2e5), to(#fafcd6));
    background: -webkit-linear-gradient(bottom left, #d9f2e5 0%, #fafcd6 100%);
    background: -o-linear-gradient(bottom left, #d9f2e5 0%, #fafcd6 100%);
    background: linear-gradient(to top right, #d9f2e5 0%, #fafcd6 100%);
    padding: 225px 0 25px 0;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px),
print {
    #business_bg {
        padding: 240px 0 30px 0;
    }
}

.bg-font1 {
    font-family: 'Lato', sans-serif;
    color: rgba(202, 228, 208, 0.6);
    font-size: 80px;
    letter-spacing: 0.1em;
    top: 10%;
    left: -5vw;
}

.bg-font2 {
    font-family: 'Lato', sans-serif;
    color: rgba(202, 228, 208, 0.6);
    font-size: 80px;
    letter-spacing: 0.1em;
    bottom: -8vw;
    right: -7vw;
}

@media (min-width: 768px),
print {
    .bg-font1 {
        top: 20%;
        left: -5vw;
        font-size: 130px;
    }

    .bg-font2 {
        bottom: -8vw;
        right: -5vw;
        font-size: 130px;
    }
}

@media (min-width: 992px),
print {
    .bg-font1 {
        top: 20%;
        left: -2vw;
        font-size: 180px;
    }

    .bg-font2 {
        bottom: -8vw;
        right: -3vw;
        font-size: 180px;
    }
}

@media (min-width: 1200px),
print {
    .bg-font1 {
        top: 20%;
        left: -1vw;
        font-size: 180px;
    }

    .bg-font2 {
        bottom: -4vw;
        right: -3vw;
        font-size: 180px;
    }
}

.business dl {
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 5px rgba(184, 184, 184, 0.3);
    padding-bottom: 20px;
}

.business_img img {
    border-radius: 10px 10px 0 0;
}

.business_img {
    position: relative;
}

.business_img .more_arrow {
    position: absolute;
    bottom: -35px;
    right: 10%;
}

.business .business_txt {
    font-size: 23px;
    font-weight: bold;
    margin: 40px auto 10px 30px;
}

.business dt span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f26d3f;
    display: block;
    position: relative;
    padding-left: 30px;
}

.business dt span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #f26d3f;
    position: absolute;
    top: 10px;
    left: 0;
}

.business dd {
    margin: 0 30px;
}

.business .more_arrow a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: -moz-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#6eb92b), to(#4fbe4f));
    background: -webkit-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: -o-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: linear-gradient(to top right, #6eb92b 0%, #4fbe4f 100%);
    box-shadow: 0 0 10px 5px rgba(184, 184, 184, 0.3);
    line-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.more_arrow i {
    font-size: 32px;
    color: #fff;
}

.business .more_arrow a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* recruit
  ---------------------------------------------------- */
.recruit .bg01 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px 5px rgba(184, 184, 184, 0.3);
}

.recruit_img img {
    border-radius: 0 0 20px 20px;
}

@media (min-width: 992px),
print {
    .recruit_img img {
        border-radius: 0 20px 20px 0;
    }
}

.recruit .recruit_txt {
    padding-top: 25px;
}

@media (min-width: 1200px),
print {
    .recruit .recruit_txt {
        padding-top: 50px;
    }
}

#recruit_bg {
    width: 100%;
    height: auto;
    background: url("../images/recruit_bg.jpg") center center / cover no-repeat;
    background-size: cover;
    padding: 50px 0;
}

@media (min-width: 768px),
print {
    #recruit_bg {
        padding: 80px 0;
    }
}

/* footer
  ---------------------------------------------------- */
.title_contact {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #fff;
}

.title_contact:first-letter {
    font-size: 44px;
}

.title_contact img {
    padding: 3px 0 10px 0;
    display: block;
}

.title_contact span {
    font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    display: block;
}

#footer_bg {
    padding: 30px 0;
    background: -moz-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#6eb92b), to(#4fbe4f));
    background: -webkit-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: -o-linear-gradient(bottom left, #6eb92b 0%, #4fbe4f 100%);
    background: linear-gradient(to top right, #6eb92b 0%, #4fbe4f 100%);
}

@media (min-width: 768px),
print {
    #footer_bg {
        padding: 60px 0;
    }
}

.footer_top {
    color: #fff;
}

.footer_top p {
    margin: 40px 0 20px 0;
}

.footer_top .phone {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px),
print {
    .footer_top .phone {
        font-size: 22px;
    }
}

@media (min-width: 992px),
print {
    .footer_top .phone {
        font-size: 26px;
    }
}

.number {
    text-align: center;
}

.tel a {
    color: #fff;
    text-decoration: underline;
}

.tel a:hover {
    text-decoration: none;
}

.con_line {
    left: 0;
}

.con_line2 {
    right: 0;
}

.con_line3 {
    left: 0;
    top: -5px;
}

.footer_top .number .t_small {
    font-size: 18px;
}

.footer_top .phone small {
    font-size: 12px;
    font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
}

a.f_btn {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 3.5rem;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #6eb92b;
    border-radius: 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

a.btn-mail {
    color: #6eb92b;
    background-color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

a.btn-mail img {
    vertical-align: baseline;
    padding-right: 10px;
}

@media (min-width: 768px),
print {
    a.f_btn {
        font-size: 16px;
        padding: 1rem 2.5rem;
    }
}

@media (min-width: 992px),
print {
    a.f_btn {
        padding: 1rem 3.5rem;
    }
}

/* マウスオーバー時 */
a.f_btn:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    cursor: pointer;
}

.footer_bottom {
    margin: 30px 0 40px 0;
}

.footer_bottom a {
    color: #333;
    -webkit-transform: 0.3s all;
    transform: 0.3s all;
}

.footer_bottom a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer-logo {
    padding-bottom: 10px;
}

.footer-logo img {
    width: 70%;
}

@media (min-width: 768px),
print {
    .footer-logo img {
        width: auto;
    }
}

.f-12 {
    font-size: 12px;
}

.footer-right {
    text-align: right;
}

.footer-right ul {
    display: flex;
    justify-content: flex-end;
    margin: 5px 0;
}

.footer-right li {
    padding: 10px 13px;
}

.footer-right ul li:last-child {
    padding: 10px 0 10px 13px;
}

footer .copy {
    color: #b3b2b2;
}

/* 中ページ
---------------------------------------------------- */
/* サブヘッダーここから */
.sub-title {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    letter-spacing: 0.1em;
    color: #fff;
}

.sub-title:first-letter {
    font-size: 60px;
}

.sub-title img {
    padding-bottom: 10px;
    display: block;
}

.sub-title span {
    font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
}

@media (min-width: 768px),
print {
    .sub-title {
        font-size: 45px;
    }

    .sub-title:first-letter {
        font-size: 70px;
    }

    .sub-title span {
        font-size: 18px;
    }
}

@media (min-width: 992px),
print {
    .sub-title {
        font-size: 60px;
    }

    .sub-title:first-letter {
        font-size: 85px;
    }

    .sub-title span {
        font-size: 20px;
    }
}

.sub-header-ttl {
    left: 9vw;
    bottom: 15vw;
    z-index: 2;
}

@media (min-width: 768px),
print {
    .sub-header-ttl {
        bottom: 7vw;
    }
}

@media (min-width: 992px),
print {
    .sub-header-ttl {
        bottom: 6vw;
    }
}

/* サブヘッダーここまで */
/* business.html
  ---------------------------------------------------- */
.b-sub-h2 {
    background: url("../images/business_mainsp.jpg") no-repeat top center;
    width: 100%;
    height: 290px;
}

@media (min-width: 768px),
print {
    .b-sub-h2 {
        background: url("../images/business_main.jpg") no-repeat top center;
        height: 370px;
    }
}

@media (min-width: 992px),
print {
    .b-sub-h2 {
        background: url("../images/business_main.jpg") no-repeat top center;
        height: 400px;
    }
}

.b_main .b_title {
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 768px),
print {
    .b_main .b_title {
        font-size: 23px;
    }
}

.b_main h3 span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f26d3f;
    display: block;
    position: relative;
    padding: 0 0 10px 30px;
}

.b_main h3 span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #f26d3f;
    position: absolute;
    top: 10px;
    left: 0;
}

.b_bg2 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px 5px rgba(184, 184, 184, 0.3);
    margin-top: 20px;
}

.b_txt1 {
    padding: 20px 30px;
}

@media (min-width: 768px),
print {
    .b_txt1 {
        padding: 30px 45px;
    }

    .b_bg2 {
        margin-top: 370px;
    }
}

@media (min-width: 992px),
print {
    .b_txt1 {
        padding: 30px 45px;
    }

    .b_bg2 {
        margin-top: 230px;
    }
}

@media (min-width: 1200px),
print {
    .b_txt1 {
        padding: 50px 75px;
    }

    .b_bg2 {
        margin-top: 60px;
    }
}

@media (min-width: 992px),
print {
    .b_bg1 {
        position: relative;
    }

    .b_bg1_inside {
        position: absolute;
        top: 0;
        left: 0;
    }

    .b_bg2_inside {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 768px),
print {
    .b_bg1 {
        position: relative;
    }

    .b_bg1_inside {
        position: absolute;
        top: 0;
        left: 0;
    }

    .b_bg2_inside {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.b_main img {
    border-radius: 20px;
}

.b_main .anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/* recruit.html
  ---------------------------------------------------- */
/* r_main ここから*/
.r_main .r_title {
    font-size: 20px;
    font-weight: bold;
    color: #6eb92b;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (min-width: 768px),
print {
    .r_main .r_title {
        font-size: 26px;
    }
}

.r_main h3 span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: block;
    text-align: center;
}

.r-sub-h2 {
    background: url("../images/recruit_mainsp.jpg") no-repeat top center;
    width: 100%;
    height: 290px;
}

@media (min-width: 768px),
print {
    .r-sub-h2 {
        background: url("../images/recruit_main.jpg") no-repeat top center;
        height: 370px;
    }
}

@media (min-width: 992px),
print {
    .r-sub-h2 {
        background: url("../images/recruit_main.jpg") no-repeat top center;
        height: 400px;
    }
}

.r_main img {
    border-radius: 20px;
}

.r_main dt {
    font-size: 16px;
    font-weight: bold;
}

.r_main dt i {
    font-size: 16px;
    color: #69ba31;
}

.r_main dd {
    border-bottom: dashed 1px #ccc;
    padding: 1em 0;
}

.txt_bold2 {
    font-size: 18px;
    font-weight: bold;
}

.txt_bold2 span {
    color: #f26d3f;
}

/* r_job ここから*/
#gray_bg {
    background-color: #f3f3ee;
    padding: 25px 0;
}

@media (min-width: 768px),
print {
    #gray_bg {
        padding: 50px 0;
    }
}

.job_title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.job_title span {
    font-family: 'Lato', sans-serif;
    color: #f26d3f;
    display: block;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
}

.job_bg2 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px 5px rgba(184, 184, 184, 0.3);
    padding: 60px 0;
}

/* 募集要項 会社概要 共通table ここから*/
.common_table {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

.common_table th {
    width: 100%;
    padding: 20px 15px 5px;
    line-height: 140%;
    display: block;
    font-weight: bold;
}

.common_table td {
    padding: 5px 15px 20px;
    border-bottom: solid 1px #ccc;
    line-height: 1.7em;
    display: block;
    text-align: justify;
}

@media (min-width: 768px),
print {
    .common_table table {
        width: 100%;
        display: table;
    }

    .common_table th {
        width: 25%;
        padding: 18px;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #69ba31;
        line-height: 140%;
        display: table-cell
    }

    .common_table td {
        padding: 18px;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        display: table-cell
    }
}

.common_table a {
    color: #69ba31;
    text-decoration: underline;
}

.common_table a:hover {
    text-decoration: none;
}

/* 募集要項 会社概要 共通table ここまで*/
/* r_staff ここから*/
/* contact.htmlと共通bg*/
#green_bg {
    background: -moz-linear-gradient(bottom left, #d9f2e5 0%, #fafcd6 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#d9f2e5), to(#fafcd6));
    background: -webkit-linear-gradient(bottom left, #d9f2e5 0%, #fafcd6 100%);
    background: -o-linear-gradient(bottom left, #d9f2e5 0%, #fafcd6 100%);
    background: linear-gradient(to top right, #d9f2e5 0%, #fafcd6 100%);
    padding: 25px 0 50px 0;
}

@media (min-width: 768px),
print {
    #green_bg {
        padding: 50px 0;
    }
}

.r_staff .s_title {
    font-size: 18px;
    font-weight: bold;
}

.r_staff .s_title1 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f26d3f;
    display: block;
    position: relative;
    padding: 0 0 2px 30px;
}

.r_staff .s_title1::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #f26d3f;
    position: absolute;
    top: 10px;
    left: 0;
}

.r_staff .s_title2 {
    font-size: 16px;
    font-weight: normal;
}

.r_staff img {
    border-radius: 20px;
}

.faq dt {
    border-bottom: solid 1px #ccc;
    font-weight: normal;
    font-size: 14px;
    padding-left: 28px;
    position: relative;
}

.faq dt:before {
    content: "Q.";
    font-weight: bold;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #69ba31;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    position: absolute;
    left: 0;
    top: -6px;
}

.faq dd {
    margin-bottom: 2em;
    padding-left: 28px;
    position: relative;
}

.faq dd:before {
    content: "A.";
    font-weight: bold;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #f26d3f;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}



.faq dd:last-child {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *
 *-------------------------------------------------------------------------------------------*/
.c-sub-h2 {
    background: url("../images/company_mainsp.jpg") no-repeat top center;
    width: 100%;
    height: 290px;
}

@media (min-width: 768px),
print {
    .c-sub-h2 {
        background: url("../images/company_main.jpg") no-repeat top center;
        height: 370px;
    }
}

@media (min-width: 992px),
print {
    .c-sub-h2 {
        background: url("../images/company_main.jpg") no-repeat top center;
        height: 400px;
    }
}

.access_bg {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px 5px rgba(184, 184, 184, 0.3);
    padding: 60px 0 30px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *
 *-------------------------------------------------------------------------------------------*/
.con-sub-h2 {
    background: url("../images/contact_mainsp.jpg") no-repeat top center;
    width: 100%;
    height: 290px;
}

@media (min-width: 768px),
print {
    .con-sub-h2 {
        background: url("../images/contact_main.jpg") no-repeat top center;
        height: 370px;
    }
}

@media (min-width: 992px),
print {
    .con-sub-h2 {
        background: url("../images/contact_main.jpg") no-repeat top center;
        height: 400px;
    }
}

.contact_phone,
.contact_fax {
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    background: linear-gradient(to right, #6eb92b, #4fbe4f);
    text-align: center;
}

.cbox_inner {
    background: #FFF;
    padding: 0.5rem;
    border-radius: 15px;
}

.contact_ttl {
    font-weight: bold;
    font-size: 18px;
}

.contact_ttl span {
    border-bottom: dashed 2px #f26d3f;
}

.contact_box i {
    color: #69ba31;
}

.table_float {
    width: 100%;
    margin-bottom: 10px;
}

.contact_box .phone {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    color: #69ba31;
}

.contact_top .contact_form {
    margin-bottom: 40px;
}

@media (min-width: 768px),
.contact_top .contact_form {
    margin-bottom: 0;
}

.table_float th {
    width: 100%;
    padding: 10px 18px;
    font-weight: bold;
    border-top: solid 1px #ccc;
    line-height: 140%;
    display: block;
    font-size: 14px;
}

.table_float tr:first-child th {
    border-top: none;
}

.table_float tr:first-child td {
    border-top: none;
}

.table_float td {
    width: 100%;
    padding: 10px 18px;
    border-bottom: none;
    line-height: 140%;
    display: block;
    font-size: 14px;
}

.table_float tr:last-child td {
    border-bottom: solid 1px #ccc;
}

@media (min-width: 768px),
print {
    .table_float table {
        width: 100%;
        display: table;
    }

    .table_float th {
        width: 30%;
        font-weight: bold;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        line-height: 140%;
        display: table-cell;
        vertical-align: middle;
    }

    .table_float td {
        padding: 18px 10px;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        line-height: 140%;
        display: table-cell
    }
}

textarea {
    width: 100%;
}

.form25 {
    width: 80%;
    display: inline-block;
}

.form50 {
    width: 100%;
    display: inline-block;
}

@media (min-width: 767px),
print {
    .form25 {
        width: 25%;
    }

    .form50 {
        width: 50%;
    }
}

.need {
    color: #fff;
    background-color: #f26d3f;
    font-size: 12px;
    border-radius: 4px;
    float: right;
    line-height: 1em;
    padding: 2px 6px;
    font-weight: normal;
}

.need1 {
    color: #fff;
    background-color: #f26d3f;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1em;
    padding: 2px 6px;
}

.required {
    background: #e8342f;
    display: inline-block;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    line-height: 1;
    margin-right: 5px;
    font-size: 11px;
}

.formBtn {
    color: #fff;
    background: #333;
    padding: 10px 60px;
    border: 2px solid #333;
    transition: .2s;
}

.formBtn:hover {
    background: none;
    transition: .2s;
    text-decoration: none;
    color: #333;
}

.formBtn_r {
    color: #fff;
    background: #888;
    padding: 10px 60px;
    border: 2px solid #888;
    transition: .2s;
    margin-bottom: 20px;
}

.formBtn_r:hover {
    background: none;
    transition: .2s;
    text-decoration: none;
    color: #888;
}

@media (min-width: 768px),
print {
    .formBtn_r {
        margin-bottom: 0;
    }
}

.privacyBox {
    height: 250px;
    overflow: auto;
    overflow-y: scroll;
    font-size: 90%;
    line-height: normal;
    padding: 40px;
    border: none;
    background: #fdfdfd;
}

h4 i {
    color: #69ba31;
}

/* 個人情報取り扱い */
h4 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: center;
}

h4 span {
    border-bottom: dashed 2px #f26d3f;
}

.privacy_wrapper {
    border: 1px solid #000;
    height: 300px;
    overflow-y: scroll;
    padding: 20px;
    width: 90%;
    border: 1px solid #dee2e6;
    margin: 0 auto;
}

.privacy_wrapper p {
    margin-top: 30px;
    margin-bottom: 6px;
}

.privacyBox ul li,
.privacyBox ol li {
    padding: 3px 0;
    border-bottom: 1px dashed #bbb;
}

.privacyBox ol:first-child li {
    border: none;
}

.privacy_btn {
    text-align: center;
    position: relative;
}

.privacy_btn button {
    background: linear-gradient(to top right, #6eb92b 0%, #4fbe4f 100%);
    border: none;
    padding: 1rem 3.5rem;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.privacy_btn button:hover {
    opacity: 0.6;
}

@media (min-width: 768px),
print {
    .privacy_btn button {
        font-size: 18px;
    }
}

.lightgreen {
    color: #69ba31;
}

@media (min-width: 768px),
print {
    .privacyBox ul {
        margin-bottom: 1em;
        margin-left: 20px
    }
}

.ttl_policy {
    font-size: 120%;
    font-weight: bold;
}

/* お問い合わせ
---------------------------------------------------- */
#contactBox .control-label {
    text-align: left;
}

#contactBox .control-label span {
    font-size: 70%;
    color: #999;
    font-weight: normal;
}

/* Component
---------------------------------------------------- */
.rel {
    position: relative;
}

.posa {
    position: absolute;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.mt70 {
    margin-top: 20px !important;
}

.mt60 {
    margin-top: 15px !important;
}

.mt50 {
    margin-top: 25px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 5px !important;
}

.mb15 {
    margin-bottom: 7.5px !important;
}

.mb20 {
    margin-bottom: 10px !important;
}

.mb30 {
    margin-bottom: 15px !important;
}

.mb40 {
    margin-bottom: 20px !important;
}

.mb50 {
    margin-bottom: 25px !important;
}

.mb60 {
    margin-bottom: 30px !important;
}

.mb70 {
    margin-bottom: 35px !important;
}

.mb80 {
    margin-bottom: 40px !important;
}

.mb90 {
    margin-bottom: 45px !important;
}

.mb100 {
    margin-bottom: 50px !important;
}

@media (min-width: 768px),
print {
    .mt50 {
        margin-top: 50px !important;
    }

    .mt60 {
        margin-top: 60px !important;
    }

    .mt70 {
        margin-top: 70px !important;
    }

    .mb10 {
        margin-bottom: 10px !important;
    }

    .mb15 {
        margin-bottom: 15px !important;
    }

    .mb20 {
        margin-bottom: 20px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    .mb40 {
        margin-bottom: 40px !important;
    }

    .mb50 {
        margin-bottom: 50px !important;
    }

    .mb60 {
        margin-bottom: 60px !important;
    }

    .mb70 {
        margin-bottom: 70px !important;
    }

    .mb80 {
        margin-bottom: 80px !important;
    }

    .mb90 {
        margin-bottom: 90px !important;
    }

    .mb100 {
        margin-bottom: 100px !important;
    }
}

@media print {}
</pre></body></html>