﻿body {
 background-image: url(../img/bg_body.png);
 background-repeat: repeat;
 background-position: center;
 color: #4f323b;
 font-family: "YakuHanJP", "Quicksand", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
 font-size: 1.5rem;
 line-height: 1.6;
 letter-spacing: .1rem
}

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

a:hover {
 color: #00301e
}

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 {
 position: relative;
 width: 100%;
 padding: 20px 0;
 background-color: #fff
}

#header:before,
#header:after {
 content: "";
 position: absolute;
 top: 0;
 z-index: 3;
 width: 150px;
 height: 151px;
 background-repeat: no-repeat
}

#header:before {
 left: 0;
 background-image: url(../img/head_before.png);
 background-position: top left
}

#header:after {
 right: 0;
 background-image: url(../img/head_after.png);
 background-position: top right
}

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

#header #logo {
 width: 370px
}

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

#header #navi {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 text-align: center;
 margin-right: 20px
}

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

#header #navi li i {
 display: block;
 margin: 0 auto;
 width: 20px
}

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

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

#header.is-fixed .logo_default {
 display: block
}

#header.is-fixed .logo_start {
 display: none
}

.phone {
 line-height: 1.4;
 text-align: center
}

.phone span {
 font-size: 1rem
}

.phone a {
 display: block;
 color: #00965D;
 font-size: 2.8rem;
 font-weight: 600
}

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

#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: #4f323b;
 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 #4f323b;
 border-right: 1px solid #4f323b;
 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 {
 position: relative;
 padding-bottom: 84px;
 font-size: 1.4rem
}

#footer:before {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 84px;
 background-image: url(../img/bg_footer.png);
 background-repeat: repeat-x;
 background-position: center top
}

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

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

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

#footer .inner .link_list {
 width: 62%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 text-align: center
}

#footer .inner .link_list i {
 display: block;
 margin: 0 auto;
 width: 20px
}

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

#footer .inner .link_list span {
 display: block;
 font-size: 1rem
}

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

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

.contact_btn {
 position: relative;
 z-index: 1;
 display: flex;
 justify-content: center;
 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: 80px;
 text-align: center;
 font-size: 2rem;
 font-weight: 600
}

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

.contact_btn li a.tel_btn {
 background: #fff;
 color: #00965D;
 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: #00633d;
 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: 45%;
 left: 50%;
 z-index: 2;
 width: 665px;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 animation: fadeIn 6s ease 0s 1 normal;
 -webkit-animation: fadeIn 6s ease 0s 1 normal
}

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

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

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

.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: 1500px;
 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% - 80px)
}

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

.single_09 {
 padding-bottom: 80px
}

.bg_common {
 position: relative;
 padding-top: 80px
}

.bg_b {
 margin-bottom: 80px
}

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

.bg_02 {
 background-color: #fffbf4
}

.bg_03 {
 background-color: #fff
}

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

.half .child {
 width: 50%
}

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

.triple .child {
 width: 33.3%
}

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

.four .child {
 width: 25%
}

.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: center;
 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.2rem;
 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: #00965D;
 font-size: 3.2rem;
 font-weight: 600;
 text-align: center;
 letter-spacing: .2em;
 line-height: 1.4
}

.mtitle_big i {
 display: block;
 margin: 0 auto;
 width: 30px
}

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

.mtitle_big.white {
 color: #fff
}

.mtitle_big.white span {
 color: #fff
}

.mtitle_middle {
 position: relative;
 margin-bottom: 30px;
 padding-bottom: 15px;
 font-size: 2rem
}

.mtitle_middle i {
 display: inline-block;
 margin-right: 1em;
 width: 20px;
 vertical-align: text-bottom
}

.mtitle_middle span {
 margin-left: 1em;
 color: #00965D;
 font-size: 1.2rem
}

.mtitle_middle:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #00965D, #00965D 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #00965D, #00965D 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden
}

.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: #00965D
}

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

.mtitle_bnr {
 font-size: 2.4rem;
 font-weight: 600;
 text-align: center
}

.mtitle_bnr span {
 margin-left: 1rem;
 font-size: 1.5rem;
 color: #65ca00
}

.mtitle_sub {
 position: relative;
 margin-bottom: 20px;
 padding: .5em 1em;
 border: 1px solid #00965D;
 border-left: 10px solid #00965D;
 font-size: 1.8rem
}

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

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

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

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

.mtitle_logo {
 margin-bottom: 30px
}

.mtitle_top {
 margin-bottom: 15px;
 color: #00965D;
 font-size: 2.4rem;
 letter-spacing: .2em
}

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

.mtitle_ribon span {
 display: inline-block;
 background: #00965D;
 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 #00633d transparent transparent;
 position: absolute;
 left: 0;
 bottom: -10px
}

.mtitle_news {
 color: #00965D;
 font-size: 2.4rem;
 line-height: 1.4;
 text-align: center
}

.mtitle_news span {
 display: block;
 font-size: 1.2rem
}

.a_btn {
 margin-top: 30px
}

.a_btn a,
.a_btn span,
.a_btn button {
 display: table;
 position: relative;
 background: #00965D;
 border: 1px solid #00965D;
 color: #fff;
 padding: .8em 3em;
 border-radius: 80px;
 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: 10px;
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%)
}

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

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

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

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

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

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

.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: #4f323b;
 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: #00965D
}

.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: #00965D
}

.d_btn.d_btn_02 {
 background: #65ca00
}

.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
 color: #00965D
}

.d_btn.d_btn_02:before {
 background: #00965D
}

.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;
 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;
 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: 80px;
 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;
 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: #00965D;
 color: #fff
}

.btn_list li .btn_other:before {
 background-color: #00c97d
}

.btn_list li .btn_mail {
 background-color: #00633d;
 color: #fff
}

.btn_list li .btn_mail:before {
 background-color: #00965D
}

.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: #fff;
 border: 1px solid #00965D;
 color: #00965D;
 text-align: center;
 border-radius: 5em
}

.news-bl dd {
 padding: 0 0 14px 11em;
 border-bottom: 1px dotted #00965D;
 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%;
 overflow-y: scroll;
 height: 260px;
}

.news_list li {
 display: flex;
 justify-content: start;
 flex-wrap: wrap;
 align-items: center;
 padding: 20px;
 color: #4f323b;
 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 #00965D;
 border-radius: 50px;
 color: #00965D;
 padding: 5px;
 margin-right: 30px;
 min-width: 96px;
 text-align: center
}

.news_list li .news_title{
 width: 70%;
}

.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 #00633d;
 padding: 10px 5px
}

.tbl th {
 background: #00965D;
 color: #fff;
 font-weight: 600
}

.tbl_new {
 width: 100%
}

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

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

.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: #00965D;
 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: #00965D;
 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: #00965D;
 color: #fff;
 font-weight: 600
}

.tbl_simple span {
 color: #00965D
}

.tbl_company {
 width: 100%
}

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

.tbl_company th {
 width: 15%;
 border-bottom: 1px solid #00965D;
 padding: 12px;
 font-weight: 600
}

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

.tbl_form {
 margin-bottom: 50px
}

.tbl_form th {
 text-align: left
}

.cell_01 {
 width: 30%
}

.cell_02 {
 width: 20%
}

.cell_03 {
 width: 16.5%
}

.cell_04 {
 width: 10%
}

.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: #00965D;
 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 -1em;
 color: #00965D
}

.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: #00965D;
 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
}

.ggmap {
 position: relative;
 height: 0;
 overflow: hidden
}

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

.ggmap_01 {
 padding-bottom: 50.25%
}

.ggmap_02 {
 padding-bottom: 70.25%
}

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

.article {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 background-color: #fff;
 border-radius: 6px;
 overflow: hidden
}

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

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

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

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

.article.article_01 .article_image {
 background-image: url(../img/top_bnr_04.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: #00965D
}

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

.blog_contents .blog_main {
 width: 65%
}

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

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

.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: #00965D;
 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: #00965D
}

.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 #00965D;
 margin-bottom: 50px
}

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

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

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

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

.gallery_ul.gallery_ul_03 li {
 width: 22.7%;
 margin: 0 3% 3% 0
}

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

.private_video {
    object-fit: cover;
}

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

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

.features {
 position: relative
}

.features:before,
.features:after {
 content: "";
 position: absolute;
 z-index: 2;
 background-repeat: no-repeat;
 background-position: center
}

.features:before {
 top: 80px;
 left: -60px;
 width: 182px;
 height: 110px;
 background-image: url(../img/illust_01.png)
}

.features:after {
 bottom: 0;
 right: -150px;
 width: 144px;
 height: 169px;
 background-image: url(../img/illust_02.png)
}

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

.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: #f6f6f6;
 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)
}

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

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

.top_bnr .top_bnr_txt {
 color: #00965D;
 text-align: center;
 font-size: 2rem;
 font-weight: 600
}

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

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

.flex_type_01 .flex_image {
 width: 25%
}

.flex_type_01 .flex_detail {
 width: 72%
}

.flex_type_02 .flex_image {
 width: 35%
}

.flex_type_02 .flex_detail {
 width: 63%
}

.mbox {
 padding: 50px;
 background-color: #fff;
 box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
 border-radius: .5em
}

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

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

blockquote:before {
 position: absolute;
 font-family: "Font Awesome 5 Free";
 content: "\f10d";
 font-weight: 900;
 font-size: 1.8rem;
 color: #00965D;
 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: #65ca00
}

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

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

.faq dd:before {
 content: "A";
 background: #00965D
}

.check_dl dt {
 background-color: #f2f9f6;
 color: #00965D;
 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
}

.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);
 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;
 -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: 3.2rem;
 letter-spacing: .2em;
 line-height: 1.25
}

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

.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 {
 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 35px
}

.page_navi {
 display: flex;
 justify-content: space-between;
 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: flex;
 justify-content: start;
 flex-wrap: wrap;
 align-items: center;
 position: relative;
 background-color: #fff;
 border: 3px solid #4f323b;
 color: #4f323b
}

.page_navi li a:before {
 content: "";
 display: block;
 background: #65ca00;
 width: 0;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 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 #4f323b;
 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 #4f323b
}

.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: #00965D
}

.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: #00965D
}

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

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

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

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

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

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

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

.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: flex;
 justify-content: center;
 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;
 border-radius: 1em;
 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
}

.list_bnr {
 display: flex;
 flex-wrap: wrap
}

.list_bnr li {
 width: 49%;
 margin-right: 2%
}

.list_bnr li:nth-child(2n) {
 margin-right: 0
}

.list_bnr .treat_img {
 position: relative;
 position: relative;
 overflow: hidden;
 height: 250px
}

.list_bnr .treat_img img {
 width: 100%;
 height: 100%;
 max-width: 100%;
 max-height: 100%;
 object-fit: cover;
 font-family: "object-fit: cover;";
 vertical-align: middle;
 z-index: 1;
 opacity: 1;
 transition: opacity 0.2s ease-in
}

.list_bnr .treat_img:before {
 position: absolute;
 content: "";
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
 background-color: #000
}

.list_bnr a {
 display: block
}

.list_bnr a:hover .treat_img img {
 opacity: .8
}

.treat_box {
 position: relative;
 z-index: 2;
 background: #fff;
 width: 85%;
 margin: -55px auto 0;
 padding: 20px 20px 30px
}

.list_title {
 position: relative;
 color: #00965D;
 margin-bottom: 20px;
 font-size: 2rem;
 font-weight: 600;
 text-align: center
}

.list_title:before {
 position: absolute;
 content: "";
 width: 30px;
 height: 2px;
 background: #00965D;
 left: 50%;
 bottom: -7px;
 transform: translateX(-50%)
}

.list_txt {
 font-size: 1.3rem;
 margin: 0 auto;
 color: #333
}

.pickup {
 position: relative
}

.pickup .child {
 overflow: hidden;
 border-radius: 1em
}

.pickup .inner {
 padding: 30px 30px 50px;
 background-color: #fff
}

.pickup img {
 width: 100%
}

.greeting {
 position: relative;
 text-align: center;
 line-height: 2
}

.greeting:before,
.greeting:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 z-index: 3;
 width: 18%;
 height: 100%;
 background-repeat: no-repeat;
 background-size: contain
}

.greeting:before {
 left: 0;
 background-image: url(../img/greeting_before.png);
 background-position: left center
}

.greeting:after {
 right: 0;
 background-image: url(../img/greeting_after.png);
 background-position: right center
}

.greeting .character_tab {
 display: none
}

.greeting_title {
 margin-bottom: 20px;
 color: #00965D;
 font-size: 1.8rem;
 font-weight: 600
}

.greeting_txt {
 margin-bottom: 20px;
 line-height: 2
}

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

.flow {
 padding-left: 120px;
 position: relative
}

.flow::before {
 content: "";
 width: 15px;
 height: 100%;
 background: #f6f5f7;
 margin-left: -8px;
 display: block;
 position: absolute;
 top: 0;
 left: 120px
}

.flow>li {
 position: relative
}

.flow>li:not(:last-child) {
 margin-bottom: 4vh
}

.flow>li .icon {
 font-size: 12px;
 color: #fff;
 background-color: #00965D;
 padding: 8px 20px;
 display: block;
 position: absolute;
 top: 0;
 left: -120px;
 z-index: 2
}

.flow>li .icon::after {
 content: "";
 border-style: solid;
 border-width: 5px 0 5px 10px;
 border-color: transparent transparent transparent #00965D;
 position: absolute;
 top: 50%;
 left: 100%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%)
}

.flow>li dl {
 padding-left: 70px;
 position: relative
}

.flow>li dl::before,
.flow>li dl::after {
 content: "";
 display: block;
 position: absolute;
 top: 15px
}

.flow>li dl::before {
 width: 7px;
 height: 7px;
 margin-top: -3px;
 background: #00965D;
 border-radius: 50%;
 left: -4px
}

.flow>li dl::after {
 width: 50px;
 border-bottom: 1px dashed #999;
 position: absolute;
 left: 5px
}

.flow>li dl dt {
 font-size: 1.8rem;
 font-weight: 500;
 color: #00965D
}

.flow>li dl dd {
 padding-top: .5vh
}

.wave {
 overflow: hidden;
 position: absolute;
 top: -1px;
 left: 0;
 width: 100%
}

.wave svg {
 position: relative;
 display: block;
 width: calc(150% + 1.3px);
 height: 6rem
}

.wave .wave_01 {
 fill: #fff
}

.wave .wave_02 {
 fill: #eaf3dd
}

.wave .wave_03 {
 fill: #fffbf4
}

.opinion_date {
 margin-bottom: 20px;
 text-align: right
}

.yaely {
 position: relative;
 z-index: 1;
 background: #fff;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
 margin: 10px 0 0 10px;
 height: 100%
}

.yaely .yaely_title {
 display: inline-block;
 background: #00965D;
 color: #fff;
 font-weight: 600;
 margin: -10px 0 0 -10px;
 width: 45px;
 height: 45px;
 line-height: 45px;
 text-align: center
}

.yaely .inner {
 padding: 10px 10px 30px
}

.yaely .inner .yaely_list {
 font-size: 1.4rem
}

.yaely .inner .yaely_list li {
 position: relative;
 padding-left: 15px;
 margin-bottom: 10px
}

.yaely .inner .yaely_list li:before {
 position: absolute;
 top: 0;
 left: 0;
 font-family: "Font Awesome 5 Free";
 content: "\f0da";
 font-weight: 900;
 margin-right: 5px;
 color: #00965D
}

.policy {
 background-color: #fff;
 box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
 padding: 50px;
 margin-top: 50px;
 border-radius: .5em
}

.fee {
 margin-right: 5px;
 font-size: 2rem;
 font-weight: 600
}

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

.page_title_box {
 position: relative;
 background-image: url(../img/top_bnr_01.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 color: #fff
}

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

.breadcrumb_box {
 background-color: #fff;
 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
}

.input {
 -webkit-appearance: none;
 outline: none;
 height: 30px;
 padding: 5px 10px;
 width: 20%;
 border: 1px solid #CCCCCC;
 margin-right: 10px
}

.pass_submit {
 cursor: pointer;
 color: #fff;
 text-align: center;
 background: #00965D;
 font-family: "YakuHanJP", "Quicksand", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
 font-size: 1.6rem;
 border: 1px solid #00965D;
 border-radius: 4px;
 width: 8%;
 height: 32px;
 -moz-transition: 0.2s;
 -ms-transition: 0.2s;
 -o-transition: 0.2s;
 transition: 0.2s
}

.pass_submit:hover {
 background: #fff;
 color: #00965D
}

.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: #65ca00;
 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: block;
 cursor: pointer;
 border: none;
 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: #00965D;
 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 #65ca00
}

.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 #00965D;
 border-bottom: 3px solid #00965D;
 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
}

.open_btn {
 cursor: pointer;
 font-weight: bold
}

.open_btn:hover {
 opacity: 0.7
}

.textarea {
 display: none;
 padding: 10px 0px 50px;
 color: #666
}

.faColor {
 color: #9FD6D2
}

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