@charset "UTF-8";

/* font
====================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

html {
    overflow-x: hidden;
}

body {
    min-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.025em;
    color: #333333;
    line-height: 1.6;
    counter-reset: number 0;
}


/* レスポンシブの為の調整
====================*/
@media screen and (min-width: 768px) {

    .mobile,
    .mobile_br {
        display: none !important;
    }
}

/* 外枠使いまわし
====================*/
/* 1280px用 */
.wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* 1080px用 */
.outer {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

/* pc用Tel解除
====================*/
a[href^="tel:"] {
    pointer-events: none;
    vertical-align: initial;
}

/* flex
====================*/
.flex {
    display: flex;
    flex-wrap: wrap;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* パンくずリスト
====================*/
.breadcrumbs {
    position: relative;
    margin-bottom: -36px;
    padding: 10px 0;
    z-index: 100;
}

.breadcrumbs ul {
    align-items: center;
}

.breadcrumbs_list {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media all and (-ms-high-contrast: none) {

    .breadcrumbs li,
    .new li a p {
        line-height: 2;
    }

    img {
        max-width: inherit;
    }
}

.breadcrumbs li:last-of-type {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs li a {
    text-decoration: underline;
    transition: .3s;
}

.breadcrumbs li a:hover {
    opacity: .7;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

.breadcrumbs li a:after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    vertical-align: 1.5px;
}

/* ページネーション
====================*/
.pagenation {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}

.pagenation li {
    margin: 0 5px;
}

.pagenation li span,
.pagenation li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #ff8000;
    transition: .3s;
}

.pagenation li span,
.pagenation li:hover a {
    color: #fff;
}

.pagenation li span,
.pagenation li a:hover {
    background-color: #ff8000;
}

.post_none {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem;
}

/* ホバー
====================*/
a {
    transition: .3s;
}

a:not([class]):hover {
    color: #ff8c00;
    opacity: 0.8;
}

/* 共通
====================*/
.cmn_sec {
    padding: 80px 0 80px;
}

[class$="txt"] p {
    line-height: 1.8;
}

.mintyo {
    font-family: 'Yu Mincho', serif;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.5;
    font-size: 15px;

}

p {
    letter-spacing: 0.025em;
    line-height: 1.8;
}

.cmn_bg-gray {
    background: #f5f5f5;
}

.cmn_ttl {
    position: relative;
    margin-bottom: 30px;
    background: linear-gradient(0deg, #ff5e00 50%, #ff8c00 50%) no-repeat left bottom / 1px 30px;
    padding-bottom: 60px;
}

.cmn_ttl-center {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 0 30px;
    background: linear-gradient(0deg, #ff8c00, #ff8c00) no-repeat bottom / 30px 1px;
}

.cmn_ttl-center img {
    display: block;
    margin: 0 auto;
}

.cmn_box {
    background: #fff;
    position: relative;
    z-index: 0;
}

.cmn_box::before,
.cmn_box::after {
    content: "";
    width: 100%;
    height: 100%;
    border: #a5a5a5 1px solid;
    position: absolute;
    z-index: -1;
}

.cmn_box::before {
    top: -3px;
    left: -3px;
}

.cmn_box::after {
    top: 3px;
    left: 3px;
}

.cmn_box a:hover {
    filter: opacity(70%);
    cursor: pointer;
}

.cmn_content-ttl {
    font-family: 'Yu Mincho', serif;
    font-weight: 300;
    letter-spacing: 0.075em;
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
}

.cmn_link {
    position: relative;
    width: 100%;
    transition: .3s;
}

.cmn_link::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 80%;
    background: #ffe2bf;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 99;
}


.cmn_link::after {
    content: "";
    width: 30px;
    height: 5px;
    background-image: url(/img/common/orange_arrow.png);
    position: absolute;
    right: 21px;
    bottom: 22px;
    transition: .3s;
    z-index: 99;
}

.cmn_link:hover::after {
    right: 15px;
}


.cmn_tablr-gray {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #757575;
}

.cmn_tablr-gray tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
    vertical-align: text-top;
}

.cmn_tablr-gray tr:not(:last-child) td {
    border-bottom: 1px solid #757575;
}

.cmn_tablr-gray th,
.cmn_tablr-gray td {
    padding: 17.5px 25px;
}

.cmn_tablr-gray th {
    background: #757575;
    color: #fff;
    font-weight: 500;
}

.cmn_tablr-gray td {
    background: #fff;
    color: #333333;
}


/* header
====================*/
.hd {
    border-top: #ff8c00 3px solid;
    position: relative;
}

#top.hd::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 250px;
    background: #f5f5f5;
    bottom: -12px;
    left: 0;
}


.hd_wrap {
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0 50px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
}

.hd_h1 h1 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.075em;
}

.logo {
    display: inline-block;
}

.hd_right {
    max-width: 930px;
    width: 100%;
}

.hd_info-item-top {
    margin: 0 0 13px;
    justify-content: space-around;
    align-items: center;
}

.hd_info-item_tel {
    margin-right: 30px;
    padding-right: 20px;
    text-align: right;
    border-right: 1px solid #dcdcdc;
}

.hd_info-tel {
    padding-right: 15px;
}

span .hd_info-tel {
    font-size: 22px;
}

.font-big {
    font-size: 22px;
}

.hd_info-item {
    margin-top: 10px;
}

.hd_navi-inner {
    align-items: center;
    font-size: 17px;
}

/* button
====================*/
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 45px;
    font-size: 15px;
    border: 1px solid #2c8739;
    position: relative;
    z-index: 0;
}

.button::before,
.button::after {
    content: '';
    height: 100%;
    position: absolute;
    transition: all 0.3s;
}

.button::before {
    content: "";
    width: 25px;
    border-radius: 0 100px 100px 0;
    top: 0;
    left: 0;
    z-index: -10;
}

.button::after {
    content: "";
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    left: -15px;
    z-index: -1;
}

.button:hover::before {
    width: 100%;
    border-radius: 0;
}

.line_button {
    color: #2c8739;
    background-color: #fff;
}

.line_button::before {
    background: #cae1cd;
}

.line_button::after {
    background-image: url(../img/top/green_arrow.png);
}

.contact_button {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.contact_button::before {
    background: #fca63d;
}

.contact_button::after {
    background-image: url(../img/top/white_arrow.png);
}

.sns {
    align-items: center;
    margin-bottom: 20px;
}

.hd_navi {
    justify-content: flex-end;
}

.hd_navi li:not(:last-child) {
    margin-right: 30px;
}

.hd_navi a {
    position: relative;
    z-index: 0;
}

.hd_navi a.is-current {
    color: #ff8c00;
}

.hd_navi a::after {
    content: '';
    width: 1px;
    height: 15px;
    margin: auto;
    background: #ff8c00;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -34px;
    pointer-events: none;
    transition: .3s;
}

.hd_navi a.is-current::after,
.hd_navi a:hover:after {
    bottom: -19px;
}

.hd_navi li:last-child a {
    padding-right: 0;
}

.sv_ttl {
    padding-left: 100px;
}

#top .visual {
    padding-top: 120px;
    text-align: left;
    position: relative;
}

#top .visual::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 250px;
    background: #f5f5f5;
    bottom: -12px;
    left: 0;
}

.sv {
    padding-top: 120px;
    text-align: left;
    height: 520px;
}

.bg-sysytem img {
    height: 85px;
}

header .bg-system {
    background: url("/img/system/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-recruit {
    background: url("/img/recruit/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    background-size: inherit;
}

header .bg-service {
    background: url("/img/service/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-company {
    background: url("/img/company/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-news {
    background: url("/img/news/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-privacy {
    background: url("/img/privacy/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-contact {
    background: url("/img/contact/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-complete {
    background: url("/img/complete/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-site {
    background: url("/img/site/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

header .bg-404 {
    background: url("/img/404/sv-image.png") right bottom no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

.mail {
    width: 150px;
    padding: 8px 20px 10px;
    background: #4d5d1e url(../img/common/mail.png) no-repeat center left 10px;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    color: #fff;
}

.tel {
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333333;
}



.hd_info dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.4rem;
}

.hd_info dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.hd_info dt {
    width: 85px;
    margin-right: 20px;
    padding: 5px;
    background-color: #382a16;
    text-align: center;
}

.hd_info dd p {
    line-height: 1.7;
    letter-spacing: 0.03em;
}

.visual {
    position: relative;
    z-index: 0;
}

.catch {
    display: inline-block;
    margin-left: calc(50% - 420px);
    position: relative;
    max-width: 1500px;
}

.catch::after {
    border: #282828 1px solid;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: -10px;
}

.mv_catch {
    position: absolute;
    top: 44%;
    left: calc(35% - 420px);
    z-index: 10;
}


.catch_sub {
    position: absolute;
    top: 55%;
    left: calc(35% - 420px);
}

.s_img {
    max-height: 660px;
    height: 70vh;
}


.gnav {
    background-color: #4d5d1e;
    color: #f6f3eb;
}

.gnav li {
    position: relative;
    width: calc(99.99% / 7);
}

.gnav li::before {
    content: "";
    width: 1px;
    height: 60%;
    border-left: 1px dotted;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.gnav li:last-of-type::after {
    content: "";
    width: 1px;
    height: 60%;
    border-left: 1px dotted;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.gnav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}


#nav .hd_info {
    margin-bottom: 8px;
    padding: 8px;
    justify-content: center;
}

#nav .hd_info .flex {
    justify-content: flex-end;
}

#nav .hd_info dl:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 40px;
}

#nav .hd_info dd {
    color: #fff;
}

.nav_inner {
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

#nav .logo {
    max-width: 220px;
    margin: 0 auto 0 0;
}

#nav .sns {
    margin-bottom: 0;
    margin-left: 20px;
}

.sub_navi .flex {
    justify-content: center;
    letter-spacing: 0.05em;
    color: #382a16;
}

.sub_navi li:not(:last-of-type) {
    border-right: 1px solid;
}

.sub_navi a {
    padding: 0 10px;
}

/* footer
====================*/
.ft {
    background-color: #e5e5e5;
    color: #333333;
    background-image: url(../img/top/footer_bg.png);
    background-size: cover;
}

.ft_inner {
    padding: 50px 0;
    justify-content: space-between;
    border-bottom: #333333 1px solid;
}


.ft_info .logo {
    margin-bottom: 30px;
}

.ft_info .hd_info {
    padding: 0;
}

.ft_info-item p {
    margin-bottom: 15px;
}

.ft_info-item p:last-child {
    margin-bottom: 0;
}

.ft_contact {
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.ft_contact .tel {
    margin-right: 25px;
    color: #f6f3eb;
}

.ft_contact .mail {
    border: 1px solid;
}

.ft_navi {
    margin-bottom: 30px;
}

.ft_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ft_navi ul:not(:last-of-type) {
    margin-bottom: 15px;
}


.ft_navi li a {
    padding-right: 20px;
    font-size: 15px;
}

.ft_navi li:last-child a {
    padding-right: 0;
}

.ft_navi a .ft_box .sns {
    justify-content: flex-end;
    margin-bottom: 0;
}

.copyright {
    display: block;
    text-align: right;
    padding: 30px 0;
}

.copyright a {
    vertical-align: baseline;
    display: inline-block;
}

.footer-navi_inner {
    width: 420px;
    justify-content: space-between;
    align-items: baseline;
}

/* お知らせ
====================*/
.news_list-inner_list li {
    border-bottom: #a3a3a3 1px solid;
    padding-bottom: 20px;
}

.news_list-inner_ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 80px;
}

.nexts {
    align-items: center;
    position: relative;
    padding: 0 !important;
    height: 20px;
    background-color: inherit !important;
    color: #ff8c00;
}

.nexts .notice_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nexts .margin_left {
    width: 43%;
    margin: 0 auto 0 0;
    text-align: right;
}

.nexts .margin_right {
    width: 43%;
    margin: 0 0 0 auto;
    text-align: left;
}

.nexts a {
    transition: .3s;
}

.nexts a:hover {
    opacity: 0.7;
}

.tag-inner {
    background: #ffe2bf;
    color: #333333;
    border-radius: 20px;
    padding: 25px 50px;
}

.tag-inner_ttl {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.tag-inner_ttl-list {
    justify-content: center;
}

.tag-inner_ttl-item {
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.news_list-inner_box {
    margin-top: 20px;
}

.stock_ttl {
    font-size: 25px;
    margin-bottom: 20px;
}

.news_info {
    margin-bottom: 10px;
}

.sb_style {
    margin-bottom: 20px;
}

/* プライバシーポリシー
====================*/
.privacy section {
    margin-bottom: 30px;
}

.privacy-inner_ttl {
    font-size: 35px;
    text-align: center;
    margin-bottom: 80px;
}

.privacy h4 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #ff8c00;
    font-family: 'Yu Mincho', serif;
    font-weight: 400;
    line-height: 1.87;
}

.privacy p {
    line-height: 1.87;
}

/* サイトマップ
====================*/
.site-inner_list {
    justify-content: space-between;
}

.site .site-inner_list li {
    width: 48%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted;
}

/* お問い合わせ
====================*/
.ontact-inner_ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 80px;
}

.privacy-policy {
    display: inline-block;
}

.contact-form-table td a {
    display: inline-block;
    vertical-align: baseline;
}

.optional-mark {
    padding: 5px;
}

.required-mark {
    background-color: #fff;
    color: #f00;
}

.optional-mark {
    background-color: #fff;
    color: #3498db;
}

/* エラーページ
====================*/
.e404-inner_item h3 {
    font-size: 26px;
}

.e404-inner_item h4 {
    font-size: 20px;
}