body {
    background-color: #f7f0da;
    color: #555;
    font-family: "YakuHanJP", "Quicksand", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

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

a:hover {
    color: #f9ab4f
}

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

.ja {
    font-family: "YakuHanJP", "Quicksand", "Kosugi Maru", "メイリオ", Meiryo, sans-serif
}

.en {
    font-family: "YakuHanJP", "Quicksand", "sans-serif";
    text-transform: uppercase;
    letter-spacing: .22em
}

#header {
    background-color: #fff
}

#header .inner {
    margin: 0 auto;
    max-width: 1160px;
    padding: 20px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header #logo {
    width: 450px
}

#header #head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#navi {
    background-color: #fff;
    padding: 20px 0;
    text-align: center
}

#navi ul {
    margin: 0 auto;
    max-width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#navi ul li {
    width: 14%
}

#navi ul li a {
    display: block;
    border-top: 2px solid #f7931e;
    padding: 10px 0;
    color: #f7931e;
    font-weight: 600
}

#navi ul li a:hover span {
    color: #f7931e
}

#navi ul li span {
    display: block;
    color: #555;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#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: #f7931e;
    font-size: 1.4rem;
    line-height: 60px;
    -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 #f7931e;
    border-right: 1px solid #f7931e;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#footer {
    position: relative;
    background-color: #fff;
    font-size: 1.4rem
}

#footer .inner {
    position: relative;
    padding: 50px 0
}

#footer .inner .foot_main {
    max-width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

#footer .inner .link_list {
    width: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

#footer .inner .link_list>li {
    width: 25%
}

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

#footer .inner .sub_link_list {
    margin-top: 15px;
    font-size: 1.2rem
}

#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: #f7931e
}

#footer .inner .flogo {
    margin-bottom: 10px
}

#footer .copyright {
    background-color: #68b300;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    font-size: 1.2rem
}

#sp_navi,
#drawernav {
    display: none
}

.contact_btn {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

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

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

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

.contact_btn li a.tel_btn {
    background: #fff;
    color: #68b300;
    font-weight: 600
}

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

.contact_btn li a.mail_btn {
    background-color: #4a8000;
    color: #fff
}

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

.slideshow {
    position: relative;
    overflow: hidden
}

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

.slider img {
    width: 100%;
    height: auto
}

.slider .slick-next {
    right: 20px;
    z-index: 99
}

.slider .slick-prev {
    left: 15px;
    z-index: 100
}

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

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

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

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

.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% - 60px)
}

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

.bg_common {
    padding-top: 60px
}

.bg_b {
    margin-bottom: 60px
}

.bg_01 {
    background-image: url(../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

.bg_02 {
    background-image: url(../img/bg_02.jpg);
    background-repeat: repeat;
    background-position: left top
}

.bg_03 {
    background-color: #fff
}

.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.four .child {
    width: 25%
}

.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    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: 3rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2em;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

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

.mtitle_big {
    position: relative;
    margin-bottom: 30px;
    color: #68b300;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.4
}

.mtitle_big span {
    display: block;
    color: #f7931e;
    font-size: 1.5rem
}

.mtitle_big.white {
    color: #fff
}

.mtitle_big.white span {
    color: #fff
}

.mtitle_middle {
    position: relative;
    background-image: url(../img/bg_mtitle_middle.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px auto;
    border-bottom: 2px dotted #68b300;
    margin-bottom: 20px;
    padding: 10px 0 10px 60px;
    color: #68b300;
    font-size: 2.2rem;
    font-weight: 600
}

.mtitle_small {
    margin-bottom: 20px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 7px solid #f7931e;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 600
}

.mtitle {
    margin-bottom: 15px;
    color: #68b300;
    font-size: 3.5rem;
    font-weight: 600
}

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

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

.mtitle_point {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    letter-spacing: .2em
}

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

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

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

.mtitle_top {
    margin-bottom: 15px;
    color: #68b300;
    font-size: 2.5rem;
    letter-spacing: .2em
}

.mtitle_balloon {
    font-size: 2.6rem;
    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 #555;
    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 #555;
    border-right: 3px solid #555;
    -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: #f7931e;
    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 #a56e10 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px
}

.mtitle_news span {
    display: inline-block;
    font-size: 3rem;
    border-bottom: 3px solid #555;
    padding-bottom: 20px
}

.mtitle_news.mtitle_news_01 {
    margin-bottom: 30px;
    text-align: center
}

.mtitle_news.mtitle_news_02 {
    margin-bottom: 20px
}

.mtitle_new {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 .5em 1.7em;
    border-bottom: 2px solid #68b300;
    font-size: 1.8rem;
    font-weight: 600
}

.mtitle_new:before {
    content: "";
    position: absolute;
    background: #68b300;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.mtitle_new:after {
    content: "";
    position: absolute;
    background: #86e600;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg)
}

.mtitle_service {
    margin-bottom: 15px;
    text-align: center;
    color: #ff8ba8;
    font-size: 1.6rem;
    font-weight: 600
}

.a_btn {
    margin-top: 30px
}

.a_btn a,
.a_btn span,
.a_btn button {
    display: table;
    position: relative;
    background: #fff;
    border: 1px solid #f7931e;
    color: #f7931e;
    padding: .8em 3em;
    margin: 0 auto
}

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

.a_btn a:hover,
.a_btn span:hover,
.a_btn button:hover {
    background: #f7931e;
    color: #fff
}

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

.b_btn:hover {
    background-color: #68b300;
    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: #68b300
}

.b_btn .b_btn_icon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #68b300;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #68b300;
    -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: #68b300
}

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

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

.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: 320px;
    max-width: 100%;
    background: #555;
    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;
    -webkit-transition: .2s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    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: 260px;
    will-change: transform;
    color: #fff
}

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

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

.d_btn:hover:before {
    opacity: 1;
    -webkit-transform: scale(2) rotate(0deg);
    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: #68b300
}

.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: #68b300
}

.d_btn.d_btn_02 {
    background: #f7931e
}

.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
    color: #68b300
}

.d_btn.d_btn_02:before {
    background: #68b300
}

.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 a span {
    position: relative;
    display: table;
    margin: 0 auto;
    font-size: 1.8rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.e_btn a span:after {
    position: absolute;
    top: 0;
    right: -2em;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    -webkit-transition: .2s;
    transition: .2s
}

.e_btn a:hover span:after {
    right: -2.5em
}

.btn_list li a,
.btn_list li button {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1em 3em;
    border-radius: 60px;
    font-weight: 600;
    text-align: center
}

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

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

.btn_list li a:after,
.btn_list 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%)
}

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

.btn_list li .btn_other {
    background-color: #68b300;
    color: #fff
}

.btn_list li .btn_other:before {
    background-color: #86e600
}

.btn_list li .btn_mail {
    background-color: #4a8000;
    color: #fff
}

.btn_list li .btn_mail:before {
    background-color: #68b300
}

.btn_list li .btn_w_01 {
    width: 340px;
    padding: 1.5em 3em
}

.btn_list li .btn_w_02 {
    margin: 30px auto 0
}

.btn_list li .btn_w_03 {
    margin: 20px auto 0
}

.news-bl dt {
    float: left;
    width: 10em;
    padding: 3px 5px;
    background: #68b300;
    color: #fff;
    text-align: center;
    border-radius: 60px
}

.news-bl dd {
    padding: 0 0 14px 11em;
    border-bottom: 1px dotted #ccbe95;
    margin: 0 0 10px
}

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

.news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news_box .mtitle_news {
    width: 20%
}

.news_box .news_list {
    width: 80%
}

.news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    color: #555;
    border-bottom: 1px dotted #ccbe95
}

.news_list li:first-child {
    border-top: 1px dotted #ccbe95
}

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

.news_list li .news_category {
    border: 1px solid #68b300;
    border-radius: 50px;
    color: #68b300;
    padding: 5px;
    margin-right: 30px;
    min-width: 140px;
    text-align: center
}

.scroll_table {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px
}

.scroll_table::-webkit-scrollbar {
    height: 5px
}

.scroll_table::-webkit-scrollbar-track {
    background: #F1F1F1
}

.scroll_table::-webkit-scrollbar-thumb {
    background: #BCBCBC
}

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

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

.tbl th {
    background: #94b95e;
    color: #fff;
    font-weight: 600;
    text-shadow:1px 1px 1px #000;
}

.tbl_new {
    width: 100%;
    border-top: .5px solid #ddd;
    font-size: 1.4rem
}

.tbl_new th,
.tbl_new td {
    vertical-align: top;
    padding: 15px;
    border-bottom: .5px 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: 30%;
    position: relative;
    background: #68b300;
    color: #fff;
    font-weight: 500
}

.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: #68b300;
    margin-top: -10px
}

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

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

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

.tbl_simple th {
    background-color: #68b300;
    color: #fff;
    font-weight: 500
}

.tbl_simple span {
    color: #68b300
}

.tbl_company {
    width: 100%
}

.tbl_company th,
.tbl_company td {
    vertical-align: middle
}

.tbl_company th {
    width: 15%;
    border-bottom: 1px solid #68b300;
    padding: 12px;
    font-weight: 500
}

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

.tbl_form {
    margin-bottom: 50px
}

.tbl_form th {
    text-align: left
}

.cell_01 {
    width: 27%
}

.cell_02 {
    width: 20%
}

.cell_03 {
    width: 15%
}

.cell_04 {
    width: 17%
}

.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: 0 0 1em 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: #68b300;
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_note {
    font-size: 1.4rem
}

.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;
    color: #FF0000
}

.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 -1.5em;
    color: #68b300
}

.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;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-sizing: border-box;
    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: #68b300;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ggmap {
    position: relative;
    padding-bottom: 20.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
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    overflow: hidden
}

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

.article .article_detail {
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0
}

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

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

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

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

.article.article_03 .article_image {
    background-image: url(../img/article_03.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: #68b300
}

.blog_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog_contents .blog_main {
    width: 65%
}

.blog_contents .blog_side {
    width: 30%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #68b300
}

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

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

.category_nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fbfbfb
}

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

.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: #68b300
}

.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: 30px 30px 50px;
    background-color: #fff;
    border: 1px solid #68b300;
    margin-bottom: 50px
}

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

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

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

.blog_new a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #fbfbfb
}

.pages .page_next {
    float: left
}

.pages .page_prev {
    float: right
}

.gallery_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery_ul li {
    position: relative;
    width: 48%;
    margin: 0 4% 4% 0
}

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

.gallery_ul li:nth-child(2n):after {
    display: none
}

.gallery_ul li a {
    display: none;
    position: relative;
    overflow: hidden;
    background: #fff
}

.gallery_ul li a img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.gallery_ul li a:before {
    display: block;
    content: '';
    padding-top: 66%
}

.gallery_ul li a:hover {
    opacity: .8
}

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

.gallery_ul li span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(104, 179, 0, 0.8);
    color: #fff;
    padding: 5px 0;
    font-size: 1.8rem;
    text-align: center
}

.gallery_ul li p {
    margin-top: 5px
}

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

.sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    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: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    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;
    -webkit-transition: .5s;
    transition: .5s
}

.sns_btn:hover {
    color: #fff
}

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

.facebook_btn {
    background: #4267b2
}

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

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

.line_btn {
    background: #00b82b
}

.twitter_btn {
    background: #55acee
}

.feature {
    padding-top: 60px
}

.feature .child:nth-child(even) {
    margin-top: -60px
}

.feature_image {
    width: 90%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden
}

.feature_num {
    opacity: .5;
    margin: -10px 0 15px;
    color: #68b300;
    font-family: "Dancing Script", cursive;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em
}

.feature_num span {
    font-size: 5rem
}

.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: -60px;
    z-index: -1;
    background: #f6f6f6;
    width: 66%;
    height: 90%
}

.top_sub .top_sub_inner {
    padding: 40px 0
}

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

.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: -60px
}

.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)
}

.top_bnr {
    width: 80%;
    margin: 0 auto
}

.top_bnr .top_bnr_image {
    margin-bottom: 10px;
    text-align: center
}

.top_bnr .top_bnr_txt {
    color: #68b300;
    text-align: center;
    font-size: 2rem;
    font-weight: 500
}

.flex_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

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

.flex_type_01 .flex_image {
    width: 30%
}

.flex_type_01 .flex_detail {
    width: 68%
}

.flex_type_02 .flex_image {
    width: 35%
}

.flex_type_02 .flex_detail {
    width: 63%
}

.mbox {
    background-color: #fff;
    padding: 50px 50px 60px
}

.sbox {
    overflow: hidden;
    position: relative;
    background-color: #fbfbfb;
    padding: 30px;
    padding: 1em 1.5em
}

.sbox::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #aaa #aaa;
    background: #aaa;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2)
}

blockquote {
    position: relative;
    border-left: 3px double #68b300;
    padding-left: 10px
}

blockquote:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
    font-size: 1.8rem;
    color: #68b300;
    padding-top: 10px
}

blockquote .blockquote_box {
    padding: 30px
}

.faq dt:before,
.faq dd:before {
    margin-right: 10px;
    font-size: 2rem;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center
}

.faq dt,
.faq dd {
    text-indent: -40px
}

.faq dt:before,
.faq dd:before {
    text-indent: 0
}

.faq dt ul,
.faq dd ul {
    text-indent: 0
}

.faq dt {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 1em 0 40px
}

.faq dt:before {
    content: "Q";
    background: #f7931e
}

.faq dd {
    margin-bottom: 40px;
    padding: 0 1em 1em 40px
}

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

.faq dd:before {
    content: "A";
    background: #68b300
}

.check_dl dt {
    background-color: #f2f9f6;
    color: #68b300;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px
}

.check_dl dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    margin-right: 10px
}

.check_dl dd {
    padding: 10px 10px 30px
}

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

.flow_num {
    font-size: 4rem;
    font-family: "Dancing Script", cursive;
    color: #68b300;
    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;
    text-align: center
}

.index_bnr:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    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: 390px;
    padding: 60px 30px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 3px solid #fff
}

.index_bnr .title {
    position: relative;
    font-size: 3.2rem;
    letter-spacing: .2em;
    line-height: 1.25
}

.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
}

.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: 120px 0
}

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

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

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

.about_box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff
}

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

.page_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.page_navi li {
    width: 48.44%;
    margin: 0 3% 3% 0
}

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

.page_navi li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border: 3px solid #555;
    color: #555
}

.page_navi li a:before {
    content: "";
    display: block;
    background: #f7931e;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.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: 30px
}

.page_navi li a:hover:before {
    width: 100%
}

.page_navi li a .thumb {
    position: relative;
    width: 35%
}

.page_navi li a .txt_title {
    position: relative;
    padding-left: 30px;
    font-size: 2rem;
    font-weight: 600
}

.page_navi li a .txt_title span {
    border-bottom: 2px solid #555;
    padding-bottom: 5px
}

.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 #555
}

.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: #68b300
}

.category_tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    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: #68b300
}

.category_tab li {
    width: 28%;
    margin-left: 20px
}

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

.category_tab li a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #68b300;
    border-top: 3px solid #68b300;
    border-right: 3px solid #68b300;
    border-left: 3px solid #68b300;
    color: #fff;
    padding: 20px 10px
}

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

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

.shop_thumb {
    color: #555;
    text-align: center
}

.shop_thumb:hover {
    text-decoration: underline;
    color: #555
}

.shop_thumb .thumb_image {
    margin-bottom: 10px
}

.shop_thumb .shop_txt {
    font-size: 1.4rem
}

.site_bnr {
    padding: 20px 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6
}

.site_bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1024px
}

.site_bnr li {
    width: 31.3%;
    margin-right: 3%
}

.site_bnr li:last-child {
    margin-right: 0
}

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

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

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

.top_bnr .image {
    overflow: hidden;
    margin: 0 auto 15px;
    width: 137px;
    border-radius: 50%;
    border: 5px solid #fff
}

.link_txt {
    display: block;
    color: #f7931e;
    font-weight: 600
}

.link_txt:hover {
    color: #f7931e
}

.link_page {
    text-align: center
}

.service {
    background-color: #fff;
    padding: 20px;
    font-size: 1.4rem
}

.txt_link {
    font-weight: 600
}

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

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

.read span:before {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #555;
    right: 100%
}

.read.read_01 span:before {
    background-color: #fff
}

.circle {
    overflow: hidden;
    margin: 0 auto 15px;
    width: 60%
}

.circle img {
    border-radius: 50%
}

.policy {
    padding: 30px;
    font-size: 1.4rem
}

.fly {
    display: block
}

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

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

.macker {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fbff00));
    background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
    background-repeat: repeat-x;
    background-size: 200% .1em;
    background-position: 0 1.4em;
    -webkit-transition: all 3.5s ease;
    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
}

.f-s {
    font-size: 1.3rem
}

.page_title_box {
    position: relative;
    background-image: url(../img/bg_02.jpg);
    background-repeat: repeat;
    background-position: left top
}

.page_title_box .inner {
    margin: 0 auto;
    width: 1160px;
    padding: 25px 0
}

.page_title_box .page_title .image {
    overflow: hidden;
    margin: 0 auto 15px;
    width: 137px;
    border-radius: 50%;
    border: 5px solid #fff
}

.page_title_box .page_text {
    margin-bottom: 10px;
    color: #f7931e;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: .2em
}

.breadcrumb {
    text-align: center;
    padding-left: 0;
    font-size: 1.2rem
}

.breadcrumb li {
    display: inline
}

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

.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
}

.recruit_caeck {
    margin-top: 10px;
    display: none
}

.recruit_caeck .txt {
    margin-bottom: 10px;
    font-size: 1.4rem
}

.form .required {
    position: relative;
    top: -1px;
    background: #ff8ba8;
    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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px
}

.form button {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", "Quicksand", "Kosugi Maru", "メイリオ", 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: #68b300;
    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;
    -webkit-box-shadow: 20px -1px #f7931e;
    box-shadow: 20px -1px #f7931e
}

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

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    -webkit-box-shadow: 20px -1px #eeebda;
    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;
    -webkit-box-sizing: border-box;
    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 #68b300;
    border-bottom: 3px solid #68b300;
    -webkit-transform: rotate(45deg);
    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;
    -webkit-box-shadow: 41px 0px #FFF;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

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

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

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

.font-table td {
    font-family: "YakuHanJP", Lato, "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.font-table td span {
    font-family: 'mplus'
}

.lh-3 {
    line-height: 3
}


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