﻿body {
    color: #222;
    font-family: "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1em
}

a {
    color: #af9546;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #c2ab66
}

img {
    max-width: 100%;
    height: auto
}

.ja {
    font-family: "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.en {
    font-family: "YakuHanJP", "Oswald", "sans-serif";
    text-transform: uppercase
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 3px rgba(1, 1, 1, 0.2);
    padding: 20px 0
}

#header .inner {
    margin: 0 auto;
    max-width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

#header #logo {
    width: 320px
}

#header #head_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

#header #navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center
}

#header #navi li {
    margin-right: 20px;
    padding-right: 20px
}

#header #navi li a {
    color: #222;
    font-weight: 600
}

#header #navi li a:hover {
    color: #af9546
}

#header #navi li span {
    display: block;
    color: #af9546;
    font-size: 1rem
}

#header #navi .drop {
    position: relative;
    z-index: 3
}

#header #navi .drop .sub_navi {
    position: absolute;
    top: 50px;
    left: -100px;
    z-index: 3;
    width: 300px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0
}

#header #navi .drop .sub_navi li {
    margin: 0 0 1px
}

#header #navi .drop .sub_navi li a {
    display: block;
    background-color: #fff;
    color: #222;
    padding: 12px 20px;
    font-size: 1.4rem;
    font-weight: 500
}

#header #navi .drop .sub_navi li a:hover {
    background-color: #af9546;
    color: #fff
}

#header #navi .drop:hover .sub_navi {
    top: 50px;
    visibility: visible;
    opacity: 1
}

#page-top {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 5
}

#page-top a {
    display: inline-block;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    text-decoration: none;
    color: #af9546;
    font-size: 1.4rem;
    line-height: 80px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

#page-top a:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #af9546;
    border-right: 1px solid #af9546;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#footer {
    background: -moz-linear-gradient(left, #816202 0%, #af9546 15%, #fffce9 50%, #af9546 85%, #886a0e 100%);
    background: -webkit-linear-gradient(left, #816202 0%, #af9546 15%, #fffce9 50%, #af9546 85%, #886a0e 100%);
    background: linear-gradient(to right, #816202 0%, #af9546 15%, #fffce9 50%, #af9546 85%, #886a0e 100%);
    padding: 80px 0;
    font-size: 1.4rem
}

#footer .inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px
}

#footer .inner .information {
    width: 30%
}

#footer .inner .link {
    width: 55%
}

#footer .inner .flogo {
    margin: 0 auto 20px;
    width: 300px
}

#footer .inner .address {
    margin-bottom: 20px;
    text-align: center
}

#footer .inner .link_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#footer .inner .link_list a {
    color: #222
}

#footer .inner .link_list a:hover {
    text-decoration: underline
}

#footer .inner .link_list>li>a {
    font-weight: 600
}

#footer .inner .sub_link_list {
    margin-top: 15px
}

#footer .inner .sub_link_list li {
    margin-top: 10px
}

#footer .inner .sub_link_list li a {
    position: relative;
    padding-left: 15px
}

#footer .inner .sub_link_list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #ecc300
}

#footer .copyright {
    text-align: center;
    font-size: 1.2rem
}

#sp_navi,
#drawernav,
#humberger {
    display: none
}

#slideshow {
    position: relative;
    overflow: hidden
}

#slideshow:before {
    content: '';
    background-image: url(../img/mesh.png);
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

#slideshow:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background-image: url(../img/bg_slideshow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-top: 10%
}

#catch {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 2;
    width: 595px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal
}

.next_contents {
    display: block;
    position: absolute;
    z-index: 4;
    padding-top: 70px;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF
}

.next_contents span {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

.swiper-slide {
    overflow: hidden;
    position: relative
}

.slide-img {
    overflow: hidden;
    height: 100vh
}

.slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.contact_btn li a,
.contact_btn li button {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1em 3em;
    border-radius: 100px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center
}

.contact_btn li a span,
.contact_btn li button span {
    position: relative
}

.contact_btn li a:before,
.contact_btn li button:before {
    display: block;
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%
}

.contact_btn li a:after,
.contact_btn li button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
    width: 100%
}

.contact_btn li .contact_other {
    background-color: #af9546
}

.contact_btn li .contact_other:before {
    background-color: #bba154
}

.contact_btn li .contact_mail {
    background-color: #ecc300
}

.contact_btn li .contact_mail:before {
    background-color: #d3ae00
}

.contact_btn li .contact_shop {
    background-color: #fff;
    color: #222
}

.contact_btn li .contact_shop:before {
    background-color: #fff
}

.contact_btn li .contact_w_01 {
    width: 340px;
    padding: 1.5em 3em
}

.contact_btn li .contact_w_02 {
    margin: 30px auto 0
}

.contact_btn li .contact_w_03 {
    margin: 20px auto 0
}

.contact_list {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-align: center
}

.contact_list li {
    width: 40%;
    margin: 0 2%
}

.contact_list li a {
    display: block;
    padding: 1em 0;
    border-radius: 100px;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.contact_list li a span {
    margin-left: .5em;
    font-size: 1.5rem
}

.contact_list li a:before {
    margin-right: 10px
}

.contact_list li a.tel_btn {
    background: #fff;
    color: #af9546;
    font-weight: 600
}

.contact_list li a.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900
}

.contact_list li a.mail_btn {
    background-color: #ecc300;
    color: #fff
}

.contact_list li a.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

.phone a {
    display: block;
    color: #af9546;
    font-size: 4rem;
    font-weight: 500
}

.phone a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px
}

.single_01 {
    margin: 0 auto;
    max-width: 1160px;
    padding-bottom: 80px
}

.single_02 {
    margin: 0 auto;
    max-width: 1024px;
    padding-bottom: 80px
}

.single_03 {
    margin: 0 auto;
    max-width: calc(100% - 100px);
    padding-bottom: 80px
}

.single_04 {
    margin: 0 auto;
    max-width: 768px;
    padding-bottom: 80px
}

.single_05 {
    margin: 0 auto;
    max-width: 1160px
}

.single_06 {
    margin: 0 auto;
    max-width: 1024px
}

.single_07 {
    margin: 0 auto;
    max-width: calc(100% - 100px)
}

.single_08 {
    margin: 0 auto;
    max-width: 768px
}

.bg_common {
    padding-top: 80px
}

.bg_b {
    margin-bottom: 80px
}

.bg_01 {
    background-color: #f3f3f3
}

.bg_03 {
    background-image: url(../img/bg_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    color: #fff
}

.bg_skew {
    position: relative;
    padding: 60px 0
}

.bg_skew:before {
    content: "";
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 90%;
    transform: skewY(4deg);
    background-image: linear-gradient(to right, #af9546 0%, #af9546 100%);
    z-index: -2
}

.bg_skew:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 90%;
    transform: skewY(-4deg);
    background-image: linear-gradient(to right, #fff799 0%, #fff799 100%);
    z-index: -3
}

.bg_recruit {
    background-image: url(../img/bg_recruit.png);
    background-repeat: no-repeat;
    background-position: center top
}

.half {
    display: flex;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: flex;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2>.child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2>.child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3>.child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3>.child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column4>.child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4>.child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5>.child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5>.child:nth-child(5n) {
    margin: 0 0 2% 0
}

.mtitle_page {
    position: relative;
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

.mtitle_page span {
    display: block;
    font-family: "YakuHanJP", "Oswald", "sans-serif";
    font-size: 1.5rem
}

.mtitle_big {
    position: relative;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4
}

.mtitle_big span {
    display: block;
    color: #af9546;
    font-family: "YakuHanJP", "Oswald", "sans-serif";
    font-size: 1.5rem
}

.mtitle_big.white {
    color: #fff
}

.mtitle_big.white span {
    color: #fff
}

.mtitle_middle {
    position: relative;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: 600
}

.mtitle_middle:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #af9546
}

.mtitle_small {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 2rem;
    padding: 15px 30px;
    margin-bottom: 20px
}

.mtitle_small:before {
    position: absolute;
    top: 15%;
    left: 8px;
    width: 6px;
    height: 70%;
    content: '';
    background: #af9546
}

.mtitle_small span {
    font-size: .8em
}

.mtitle {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .2em
}

.mtitle span {
    color: #af9546;
    margin-left: .5em;
    font-size: 1.5rem
}

.mtitle_sub {
    position: relative;
    padding-left: 20px;
    font-size: 1.6rem;
    font-weight: 600
}

.mtitle_sub:before {
    content: "";
    background-color: #af9546;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_point {
    margin-bottom: 15px;
    font-size: 1.8rem;
    position: relative;
    text-align: center
}

.mtitle_point:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #af9546;
    display: block;
    margin: 10px auto 0
}

.mtitle_flow {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #af9546;
    color: #af9546;
    font-size: 1.8rem;
    font-weight: 600
}

.mtitle_flow span {
    margin-left: .5em;
    font-size: 1.5rem
}

.mtitle_top {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 600
}

.mtitle_top span {
    margin-left: .5em;
    color: #af9546;
    font-size: 1.5rem
}

.mtitle_balloon {
    font-size: 3.5rem;
    margin-bottom: 30px
}

.mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
    line-height: 1em;
    overflow: hidden
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
    content: "";
    display: block;
    border-bottom: 3px solid #222;
    position: absolute;
    width: 50%;
    bottom: 6px
}

.mtitle_balloon span:before {
    left: -5px
}

.mtitle_balloon span:after {
    right: -5px
}

.mtitle_balloon span i {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px
}

.mtitle_balloon.mtitle_balloon_01 {
    text-align: center
}

.mtitle_ribon {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 100%
}

.mtitle_ribon span {
    display: inline-block;
    background: #af9546;
    color: #fff;
    font-size: 2rem;
    padding: 10px 30px
}

.mtitle_ribon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #665729 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px
}

.mtitle_news {
    padding-top: .5em;
    display: inline-block;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.4
}

.mtitle_news span {
    display: block;
    color: #af9546;
    font-size: 1.3rem
}

.mtitle_recruit {
    margin-bottom: 15px
}

.mtitle_recruit span {
    display: block;
    font-size: 1.3em
}

.mtitle_transparent {
    position: absolute;
    top: -10%;
    left: -10%
}

.mtitle_lead {
    margin-bottom: 30px;
    color: #af9546;
    font-size: 2.5rem
}

.read {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 600
}

.read span {
    position: relative;
    display: inline-block;
    margin-right: 2.5em;
    padding-right: 1em;
    text-align: left
}

.read span:after {
    position: absolute;
    top: 12px;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #aaa;
    left: 100%
}

.mtitle_common_sub {
    margin-bottom: 24px;
    text-align: center;
    font-size: 3rem;
    letter-spacing: .2em
}

.mtitle_mg {
    position: relative;
    margin: -17px 0 17px;
    z-index: 2;
    white-space: nowrap
}

.mtitle_mg span {
    display: inline-block;
    background-color: #af9546;
    color: #fff;
    padding: 6px 7px 6px 9px;
    font-size: 2rem;
    letter-spacing: .2em
}

.mtitle_mg em {
    display: inline-block;
    background-color: #fcf9a1;
    padding: 9px 9px 11px 10px;
    font-style: normal
}

.mtitle_site {
    position: relative;
    margin-bottom: 25px;
    font-size: 2.2rem;
    font-weight: 600
}

.mtitle_site:before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #af9546;
    margin-right: .5em;
    vertical-align: middle
}

.mtitle_site span {
    margin-left: .5em;
    color: #af9546;
    font-size: 1.2rem;
    line-height: 100%
}

.mtitle_site em {
    display: block;
    padding-left: 1em;
    font-style: normal;
    font-size: .8em
}

.mtitle_logo {
    margin-bottom: 20px;
    width: 250px
}

.a_btn {
    margin-top: 30px
}

.a_btn a,
.a_btn span {
    display: table;
    position: relative;
    background: #fff;
    color: #af9546;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.a_btn a:after,
.a_btn span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.b_btn {
    display: block;
    margin-top: 30px;
    width: 300px;
    padding: 1em;
    text-align: center;
    color: #af9546;
    border: 1px solid #af9546;
    background-color: transparent;
    position: relative;
    -webkit-transition: .46s;
    transition: .46s
}

.b_btn:hover {
    background-color: #af9546;
    color: #fff
}

.b_btn:hover .b_btn_icon {
    background-color: #fff;
    right: 26px;
    width: 30px
}

.b_btn:hover .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.b_btn .b_btn_icon {
    position: absolute;
    top: calc(50% - 1px);
    right: -30px;
    width: 60px;
    height: 1px;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #af9546
}

.b_btn .b_btn_icon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #af9546;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #af9546;
    -webkit-transition: inherit;
    transition: inherit
}

.b_btn.b_btn_01 {
    margin: 30px auto 0
}

.b_btn.b_btn_white {
    color: #fff;
    border: 1px solid #fff
}

.b_btn.b_btn_white:hover {
    background-color: #fff;
    color: #af9546
}

.b_btn.b_btn_white:hover .b_btn_icon {
    background-color: #af9546
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
    border-left: 4px solid #af9546;
    border-bottom: 4px solid #af9546
}

.b_btn.b_btn_white .b_btn_icon {
    background-color: #fff
}

.b_btn.b_btn_white .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.c_btn {
    margin-top: 30px
}

.c_btn a,
.c_btn button {
    display: block;
    position: relative;
    width: 380px;
    max-width: 100%;
    background: #222;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3em
}

.c_btn a:after,
.c_btn button:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    transition: .2s
}

.c_btn a:hover:after,
.c_btn button:hover:after {
    right: 10px
}

.c_btn.c_btn_01 {
    position: absolute;
    bottom: -8%
}

.c_btn.c_btn_02 a,
.c_btn.c_btn_02 button {
    margin: 0 auto
}

.d_btn {
    height: 3.125em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 30px;
    padding: 0 1em;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    max-width: 300px;
    min-width: 280px;
    will-change: transform;
    color: #fff
}

.d_btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    transform: rotate(45deg)
}

.d_btn:hover {
    transform: scale(1.1);
    color: #fff
}

.d_btn:hover:before {
    opacity: 1;
    transform: scale(2) rotate(0deg)
}

.d_btn span {
    margin: 0 .3125em;
    position: relative;
    z-index: 1
}

.d_btn i {
    line-height: 1em;
    margin-left: .8em;
    position: relative;
    z-index: 1
}

.d_btn i:before {
    font-family: "Font Awesome 5 Free";
    content: "\2192";
    font-weight: 900
}

.d_btn.d_btn_01 {
    background: #af9546
}

.d_btn.d_btn_01 span,
.d_btn.d_btn_01 i {
    color: #fff
}

.d_btn.d_btn_01:before {
    background: #fff
}

.d_btn.d_btn_01:hover span,
.d_btn.d_btn_01:hover i {
    color: #af9546
}

.d_btn.d_btn_02 {
    background: #ecc300
}

.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
    color: #af9546
}

.d_btn.d_btn_02:before {
    background: #af9546
}

.d_btn.d_btn_02:hover span,
.d_btn.d_btn_02:hover i {
    color: #fff
}

.d_btn.d_btn_03 {
    margin: 30px auto 0
}

.e_btn {
    margin-top: 30px
}

.e_btn a,
.e_btn span {
    display: table;
    position: relative;
    background: #fff;
    border: 1px solid #af9546;
    color: #af9546;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.e_btn a:after,
.e_btn span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.e_btn a:hover,
.e_btn span:hover {
    background: #af9546;
    color: #fff
}

.f_btn {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    text-align: center
}

.f_btn a,
.f_btn button {
    display: inline-block;
    padding: 26px 80px;
    background-color: #af9546;
    box-shadow: 6px 6px #8b7637;
    color: #fff;
    font-weight: 600
}

.f_btn a:after,
.f_btn button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    padding-left: 20px
}

.f_btn a:hover,
.f_btn button:hover {
    background-color: #8b7637;
    box-shadow: 6px 6px #af9546
}

.news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #af9546;
    color: #fff;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.news_box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.news_box .mtitle_news {
    width: 20%
}

.news_box .news_list {
    width: 80%
}

.news_list li {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ccc
}

.news_list li:first-child {
    border-top: 1px solid #ccc
}

.news_list li .news_date {
    margin-right: 20px;
    font-size: 1.2rem
}

.news_list li .news_category {
    background: #fff;
    border: 1px solid #af9546;
    color: #af9546;
    padding: 5px;
    margin-right: 30px;
    min-width: 140px;
    text-align: center
}

.tbl {
    width: 100%;
    background-color: #fff;
    font-size: 1.4rem
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px
}

.tbl th {
    background: #fafafa;
    font-weight: 500;
    text-align: left
}

.tbl_new {
    width: 100%;
    font-size: 1.4rem
}

.tbl_new th,
.tbl_new td {
    vertical-align: top;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd
}

.tbl_new th {
    text-align: left;
    font-weight: 500
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #af9546;
    color: #fff;
    font-weight: 600
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff;
    border-width: 10px;
    border-left-color: #af9546;
    margin-top: -10px
}

.company td {
    background: #fff;
    padding-left: 20px
}

.tbl_simple {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 1.3rem
}

.tbl_simple th,
.tbl_simple td {
    vertical-align: top;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd
}

.tbl_simple th {
    background-color: #af9546;
    color: #fff;
    font-weight: 600
}

.tbl_simple span {
    color: #af9546
}

.tbl_company {
    width: 100%;
    font-size: 1.4rem
}

.tbl_company th,
.tbl_company td {
    padding: 15px;
    vertical-align: middle
}

.tbl_company th {
    border-bottom: 1px solid #af9546;
    font-weight: 500;
    text-align: left
}

.tbl_company td {
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.8em
}

.tbl_form {
    margin-bottom: 50px
}

.tbl_form th {
    text-align: left
}

.cell_01 {
    width: 20%
}

.cell_02 {
    width: 35%
}

.number {
    text-align: right;
    width: 16%
}

.list_common {
    font-size: 1.4rem
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check li {
    position: relative;
    padding-left: 1.5em
}

.list_check li:before {
    position: absolute;
    top: 0;
    left: 1.5em;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    content: "\f14a";
    color: #af9546;
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_half {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.list_half li {
    width: 33%
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em
}

.list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1em;
    color: #af9546
}

.list_line li {
    position: relative;
    display: inline-block;
    padding-right: 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_motto {
    font-family: "YakuHanJP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600
}

.list_motto li {
    margin-bottom: 10px
}

.list_motto li:before {
    content: "一."
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    transition: all .3s ease-out;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #af9546;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.list_partners {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.list_partners li {
    width: 31.3%;
    margin-right: 3%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.list_partners li:nth-child(3n) {
    margin-right: 0
}

.list_partners a {
    display: block;
    color: #222
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fafafa
}

.article .article_image {
    width: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 45%;
    box-sizing: border-box;
    padding: 80px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_b {
    margin-bottom: 50px
}

.article.article_white {
    background-color: #fff
}

.article.article_01 .article_image {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/17258/article_01_2.jpg)
}

.article.article_02 .article_image {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/17258/article_02_2.jpg)
}

.article.article_03 .article_image {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/17258/article_03_2.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/article_04.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
    background-image: url(../img/article_06.jpg)
}

.date {
    display: inline-block;
    margin-bottom: 15px
}

.date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px;
    color: #af9546
}

.blog_contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.blog_contents .blog_main {
    width: 65%
}

.blog_contents .blog_side {
    width: 30%;
    background-color: #f3f3f3;
    padding: 30px
}

.category_nav li {
    border-bottom: 1px dotted #ccc
}

.category_nav li a {
    display: block;
    padding: 10px 15px
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px;
    color: #af9546;
    margin-right: 5px
}

.category_nav li a:hover {
    background-color: #fff
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600
}

.blog_title:before {
    margin-right: 5px;
    color: #af9546
}

.blog_title.archive:before {
    font-family: "Font Awesome 5 Free";
    content: "\f187";
    font-weight: 900
}

.blog_title.new:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: 900
}

.blog_article {
    padding: 0 30px 50px;
    background-color: #fff;
    margin-bottom: 50px
}

.blog_article:last-child {
    margin-bottom: 0
}

.blog_new {
    border-bottom: 1px dotted #af9546
}

.blog_new:last-child {
    border-bottom: none
}

.blog_new a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px
}

.blog_new a .image {
    width: 40%
}

.blog_new a .detail {
    width: 50%
}

.blog_new a .detail .entry_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pages {
    overflow: hidden;
    margin-top: 50px
}

.pages .page_next,
.pages .page_prev {
    display: inline-block
}

.pages .page_next a,
.pages .page_prev a {
    display: block;
    padding: 10px 20px;
    background-color: #fff
}

.pages .page_next {
    float: left
}

.pages .page_prev {
    float: right
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.gallery_ul a {
    display: none;
    position: relative;
    overflow: hidden;
    height: 300px
}

.gallery_ul a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.ie .gallery_ul a img {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%)
}

.gallery_ul a:first-child {
    display: block
}

.gallery_ul span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 1.4rem
}

.gallery_ul.gallery_ul_01 li {
    width: 48.5%;
    margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_01 li:nth-child(2n) {
    margin: 0 0 3% 0
}

.gallery_ul.gallery_ul_02 li {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_02 li:nth-child(3n) {
    margin: 0 0 3% 0
}

.ba li {
    position: relative
}

.ba li:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 40%;
    right: -7%;
    font-size: 3rem;
    color: #af9546
}

.ba li:last-child:after {
    display: none
}

.sns_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px
}

.sns_list li {
    width: 24%;
    margin-right: 1.2%
}

.sns_list li:last-child {
    margin: 0
}

.sns_btn {
    overflow: hidden;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    vertical-align: middle
}

.sns_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sns_btn i {
    font-size: 2rem;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.sns_btn span {
    display: inline-block;
    position: relative;
    transition: .5s
}

.sns_btn:hover {
    color: #fff
}

.sns_btn:hover span {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.facebook_btn {
    background: #4267b2
}

.insta_btn {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.insta_btn:before {
    background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
}

.line_btn {
    background: #00b82b
}

.twitter_btn {
    background: #55acee
}

.feature_image {
    margin-left: auto
}

.feature_num {
    opacity: .5;
    margin: -12px 0 15px;
    color: #af9546;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em
}

.feature_num span {
    margin-left: 3px;
    font-size: 5rem
}

.feature_txt {
    font-size: 1.4rem
}

.top_main {
    overflow: hidden
}

.top_main .inner {
    position: relative;
    margin: 40px 0 60px
}

.top_main .inner:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2;
    width: 1227px;
    height: 350px;
    max-width: 100%;
    background: -moz-linear-gradient(left, #816202 0%, #af9546 15%, #fffce9 50%, #af9546 85%, #886a0e 100%);
    background: -webkit-linear-gradient(left, #816202 0%, #af9546 15%, #fffce9 50%, #af9546 85%, #886a0e 100%);
    background: linear-gradient(to right, #816202 0%, #af9546 15%, #fffce9 50%, #af9546 85%, #886a0e 100%)
}

.top_main .inner .top_main_contents {
    position: relative;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto
}

.top_main .inner .top_main_contents .top_main_txt {
    position: relative;
    width: 700px;
    max-width: 100%;
    background-color: #fff;
    padding: 35px 50px 60px 50px
}

.top_main .inner .top_main_contents .top_main_img {
    overflow: hidden;
    position: absolute;
    left: 600px;
    top: 40px;
    width: 900px;
    max-width: 100%
}

.top_main .inner .top_main_contents .top_main_img img {
    width: 100%
}

.top_sub {
    position: relative
}

.top_sub:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 55%;
    height: 100%;
    overflow: hidden
}

.top_sub:after {
    content: "";
    position: absolute;
    bottom: -80px;
    z-index: -1;
    background: #f3f3f3;
    width: 66%;
    height: 90%
}

.top_sub .top_sub_inner {
    padding: 40px 0
}

.top_sub .sub_detail {
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    width: 50%;
    padding: 80px
}

.top_sub.sub_right:before {
    left: 0
}

.top_sub.sub_right:after {
    right: -50px
}

.top_sub.sub_right .sub_detail {
    margin-left: auto
}

.top_sub.sub_left:before {
    right: 0
}

.top_sub.sub_left:after {
    left: -80px
}

.top_sub.sub_left .sub_detail {
    margin-right: auto
}

.top_sub.top_sub_01:before {
    background-image: url(../img/top_sub_01.jpg)
}

.top_sub.top_sub_02:before {
    background-image: url(../img/top_sub_02.jpg)
}

.top_sub.top_sub_03:before {
    background-image: url(../img/top_sub_03.jpg)
}

.flex_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.flex_type:last-child {
    margin-bottom: 0
}

.flex_type_01 .flex_image {
    width: 30%
}

.flex_type_01 .flex_detail {
    width: 67%
}

.flex_type_02 .flex_image {
    width: 40%
}

.flex_type_02 .flex_detail {
    width: 57%
}

.mbox {
    background-color: #fff;
    padding: 90px 70px;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04)
}

.sbox {
    background-color: #fff;
    border: 1px solid #af9546;
    padding: 30px;
    margin-bottom: 30px
}

#faq {
    position: relative;
    margin-top: -70px
}

.voice_faq {
    padding-top: 20px;
    font-size: 1.4rem
}

.voice_faq dt {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 10px 0 25px 72px
}

.voice_faq dt span {
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    background-color: #af9546;
    font-family: "Crimson Text", serif;
    font-weight: 100;
    letter-spacing: .05rem
}

.voice_faq dd {
    position: relative;
    padding: 0 40px 45px 72px
}

.voice_faq dd:last-child {
    padding-bottom: 0
}

.voice_faq dd span {
    display: block;
    position: absolute;
    left: 20px;
    top: -4px;
    font-size: 2rem;
    font-family: "Crimson Text", serif;
    font-weight: 100;
    letter-spacing: .05rem
}

.flow_contents {
    position: relative;
    margin-top: 5% !important
}

.flow_num {
    font-size: 4rem;
    color: #af9546;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    top: -32px;
    left: -30px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 1
}

.index_bnr {
    display: block;
    position: relative;
    color: #fff;
    padding-top: 85.75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.index_bnr:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .3s ease
}

.index_bnr:hover {
    color: #fff
}

.index_bnr:hover:before {
    background-color: rgba(0, 0, 0, 0.6)
}

.index_bnr .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 490px;
    padding: 60px 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #fff
}

.index_bnr .title {
    position: relative;
    font-size: 2.4rem;
    line-height: 1.25;
    text-align: center
}

.index_bnr .title span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500
}

.index_bnr .title:after {
    content: "";
    display: block;
    border-bottom: 3px solid #fff;
    width: 60px;
    margin: 25px auto 35px
}

.index_bnr .txt {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center
}

.index_bnr_01 {
    background-image: url(../img/index_bnr_01.jpg)
}

.index_bnr_02 {
    background-image: url(../img/index_bnr_02.jpg)
}

.img_contents {
    overflow: hidden;
    position: relative;
    padding-top: 120px;
    margin-bottom: 80px
}

.img_contents .img_area {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -200px;
    z-index: 1
}

.img_contents .img_container {
    position: relative;
    z-index: 2
}

.img_contents .img_container .txt_01 {
    margin-bottom: 50px
}

.about_box {
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1)
}

.about_box .inner {
    position: relative;
    padding: 50px 25px
}

.page_navi {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.page_navi li {
    width: 32.6%;
    margin: 0 1% 1% 0
}

.page_navi li:nth-child(3n) {
    margin: 0 0 1% 0
}

.page_navi li a {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #af9546;
    color: #af9546;
    padding: 15px 10px;
    font-weight: 600
}

.page_navi li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px
}

.page_navi li a:hover {
    background-color: #af9546;
    color: #fff
}

.page_navi li a span {
    display: block;
    position: relative;
    z-index: 1
}

.history_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history_list li .history_list_year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40vw;
    min-width: 193px;
    max-width: 193px
}

.history_list li .history_list_year .year_list .christian {
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: bold
}

.history_list li .history_list_txt {
    padding: 0 0 30px;
    border-left: 1px dashed #222
}

.history_list li .history_list_txt .txt_list {
    position: relative;
    padding: 6px 0 0 45px
}

.history_list li .history_list_txt .txt_list:before {
    position: absolute;
    top: 16px;
    left: -7px;
    width: 12px;
    height: 12px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background: #af9546
}

.category_tab {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px
}

.category_tab:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: #af9546
}

.category_tab li {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background: #af9546;
    border-top: 3px solid #af9546;
    border-right: 3px solid #af9546;
    border-left: 3px solid #af9546;
    color: #fff;
    padding: 20px 10px;
    width: 28%;
    margin-left: 20px;
    font-weight: 600
}

.category_tab li.active {
    background: #fff;
    color: #af9546
}

.category_tab li.active:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: #fff
}

.category_tab li:last-child {
    margin-right: 20px
}

.vertical_image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px
}

.vertical_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.transparent_box {
    position: relative;
    z-index: 1;
    border: 3px solid #fff;
    padding: 60px 40px 40px 60px;
    color: #fff
}

.transparent_box .inner {
    width: 60%;
    margin-left: auto
}

.slide_list {
    position: relative;
    padding-bottom: 80px
}

.slide_list li {
    margin-right: 3%
}

.slide_list li img {
    width: auto;
    height: 200px
}

.partner {
    overflow: hidden;
    position: relative;
    height: 420px
}

.partner:before,
.partner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%
}

.partner:before {
    left: 0;
    width: 68.0327%;
    background-image: url(../img/bg_partner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.partner:after {
    left: 50%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 50%;
    background: #fff
}

.partner .container {
    padding-left: 54.2475%;
    text-align: center
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0
}

.parallax:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(175, 149, 70, 0.5);
    top: 0;
    left: 0
}

.parallax_01 {
    background-image: url(../img/bg_parallax.jpg)
}

.parallax_heading {
    background-image: url(../img/bg_parallax.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 60px 0 105px
}

.figure_image {
    margin-bottom: 20px
}

.heading {
    margin-bottom: 20px;
    color: #af9546;
    font-size: 2rem;
    line-height: 1.4
}

.sub_heading {
    margin-bottom: 20px
}

.belief {
    background-color: #fff;
    margin-top: -70px;
    padding: 2% 0
}

.belief_box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.belief_box .child {
    position: relative;
    padding: 0 2%;
    border-right: 1px solid #ccc;
    width: 33.3333%
}

.belief_box .child:last-child {
    border-right: none
}

.point_num {
    display: block;
    position: relative;
    margin-top: -8%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ecc300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.text {
    font-size: 1.4rem
}

.new_bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.new_bnr li {
    position: relative;
    overflow: hidden;
    width: 33.3333%;
    height: 380px;
    box-sizing: border-box
}

.new_bnr li .bg {
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 3.0s ease-out;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    will-change: transform
}

.new_bnr li .bg.bg_new_01 {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/17258/new_bnr_01_2.jpg)
}

.new_bnr li .bg.bg_new_02 {
    background-image: url(../img/new_bnr_02.jpg)
}

.new_bnr li .bg.bg_new_03 {
    background-image: url(../img/new_bnr_03.jpg)
}

.new_bnr li a {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block
}

.new_bnr li .text {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 50px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2
}

.new_bnr li .text span {
    display: block;
    font-size: 1.5rem;
    font-weight: 500
}

.new_bnr li .btn {
    position: absolute;
    bottom: 58px;
    right: 50px;
    z-index: 1;
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.12s ease-in 0s
}

.new_bnr li .btn:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 25px;
    left: 24px;
    width: 6.5px;
    height: 6.5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s
}

.new_bnr li:hover .bg {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95)
}

.new_bnr li:hover .btn {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ecc300;
    border: 1px solid #ecc300
}

.new_bnr li:hover .btn:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.img_shadow {
    position: relative;
    transition: all 0.5s ease-in 0s
}

.img_shadow:after {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 0%, transparent 40%, #000 100%);
    opacity: .45;
    transition: all 0.5s ease-in 0s
}

.img_shadow:hover :after {
    background: linear-gradient(transparent 0%, transparent 40%, #000 100%);
    opacity: .65
}

.icon_list {
    color: #af9546;
    font-size: 1.4rem;
    text-align: center
}

.icon_common {
    display: block;
    width: 100px;
    margin: 0 auto 10px
}

.policy {
    background-color: #fafafa;
    margin-top: 50px;
    padding: 50px
}

.point_small {
    font-size: 1.4rem
}

.carousel {
    padding: 0 50px
}

.quote {
    margin-top: 10px;
    font-size: 1.2rem
}

.num {
    font-family: "YakuHanJP", "Oswald", "sans-serif";
    font-size: 1.2em;
    margin-right: 5px
}

.fly {
    display: block
}

.fly span {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fly:hover span {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.macker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
    background-repeat: repeat-x;
    background-size: 200% .1em;
    background-position: 0 1.4em;
    transition: all 3.5s ease;
    font-style: normal;
    font-weight: bold;
    padding: 0 5px
}

.macker.active {
    background-position: -100% 1.4em
}

.cut {
    overflow: hidden;
    zoom: 1
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes animation-bar {
    0% {
        left: 0;
        right: auto;
        width: 0
    }

    50% {
        left: 0;
        right: auto;
        width: 100%
    }

    51% {
        left: auto;
        right: 0;
        width: 100%
    }

    100% {
        left: auto;
        right: 0;
        width: 101%
    }
}

@keyframes animation-bar {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}

@-webkit-keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animation.move .animation-bar:before {
    -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
    animation: animation-bar 1s ease 0s 1 normal forwards
}

.animation.move .animation-txt {
    -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
    animation: animation-txt 0s ease .5s 1 normal forwards
}

.animation .animation-box {
    display: block;
    text-align: center
}

.animation .animation-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animation .animation-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fafafa
}

.animation .animation-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect_fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 2s
}

.effect_fade.effect_scroll {
    opacity: 1;
    transform: translate(0, 0)
}

.page_title_box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff
}

.page_title_box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background-image: url(../img/bg_slideshow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-top: 10%
}

.page_title_box:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.page_title_box .inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1160px;
    padding: 170px 0 240px
}

.page_title_box_01 {
    background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/17258/new_bnr_01_2.jpg)
}

.page_title_box_02 {
    background-image: url(../img/new_bnr_02.jpg)
}

.page_title_box_03 {
    background-image: url(../img/new_bnr_03.jpg)
}

.page_title_box_04 {
    background-image: url(../img/new_bnr_04.jpg)
}

.page_title_box_05 {
    background-image: url(../img/bg_slide_01.jpg)
}

.breadcrumb_box {
    padding: 10px 0
}

.breadcrumb_box .breadcrumb {
    width: 1160px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box .breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.form_dl dt {
    margin-bottom: 5px
}

.form_dl dd {
    margin-bottom: 15px
}

.form_dl dd:last-child {
    margin-bottom: 0
}

.form .required {
    position: relative;
    top: -1px;
    background: #ecc300;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 1.1rem
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

.form .textarea {
    height: 30px
}

.form .textarea_02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea_02:last-child {
    margin-right: 0
}

.form .textarea_03 {
    width: 20%;
    margin-right: 1%
}

.form .selectarea {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 0;
    box-sizing: border-box;
    height: 30px
}

.form button {
    display: inline-block;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding: 0 0 3px 20px;
    display: inline-block;
    line-height: 1.2
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 1px;
    top: 3px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #af9546;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #ecc300
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding: 0 0 3px 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.2
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #af9546;
    border-bottom: 3px solid #af9546;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

/*# sourceMappingURL=basis.css.map */