@media screen and (max-width: 768px) {
	.-w-more_btn a, .-w-more_btn a span {
		transition: none !important;
	}
}/*common_css*/
@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?4b5hyb');
    src:  url('/fonts/icomoon.eot?4b5hyb#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?4b5hyb') format('truetype'),
    url('/fonts/icomoon.woff?4b5hyb') format('woff'),
    url('/fonts/icomoon.svg?4b5hyb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"]:not(.-w-gnav .icon-mail),
[class*=" icon-"]:not(.-w-gnav .icon-mail) {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* カスタムCSS変数の定義 */
:root {
  --headerHeight: 10.2rem;
}

@media (max-width: 1023px) {
  :root {
    --headerHeight: 8rem;
  }
}

@media (max-width: 768px) {
  :root {
    --headerHeight: 6rem;
  }
}

/* Box sizingの定義 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* デフォルトのpaddingを削除 */
ul,
li,
ul[class],
ol[class] {
    padding: 0;
}

/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* デフォルトの見出しboldを削除 */
h1,
h2,
h3,
h4 {
    font-weight: normal;
}

/* bodyのデフォルトを定義 */
body {
    top:0!important; /* Google翻訳アイコン対策 */
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}
.translated-ltr .-w-navfixed_on {
    top:0!important; /* Google翻訳アイコン対策 */
}
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
    list-style: none;
}

/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* img要素の扱いを簡単にする */
img {
    max-width: 100%;
    display: block;
}

/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
    margin-top: 1em;
}

/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
    font: inherit;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

/***幅指定***/
[data-w-width] {
    max-width: 100%;
}

/*コンテンツ幅での設置*/
[data-w-width="1"] {
    max-width: 90%;
    width: 1170px;
    width:1170px;
    margin: 0 auto;
}
@media (max-width: 1169px) {
    [data-w-width="1"] {
        width: calc(100% - 5%);
    } 
}
@media (max-width: 768px) {
    [data-w-width="1"] {
        width: calc(100% - 12%);
    } 
}
/*リソース設定無い場合とリソース設定がある場合。*/
/*margin設定はデザインによって変更OK*/

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}

a[href*="tel:"]{
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href*="tel:"]{
    pointer-events: auto;
  }
}

/***基本設定***/
html {
    font-size: 62.5%;
}
/*パーツ内ではremで余白やフォントサイズの指定を行うため、この数値*/

body {
    background: #ffffff;
    background:#fafffa;
    color: #313131;
    color:#363636;
    line-height: 1.8;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
    body {
        font-size:max(3.7vw,16px);
    }
    h2.-w-general{
        font-size:max(4.5vw,18px);
        letter-spacing: 0px;
        line-height: 1.5;
        text-align: center;
    }
    h3.-w-general{
        font-size:max(3.8vw,17px);
        letter-spacing: 0px;
    }
    .text {
        font-size: max(3.7vw,16px);
    }
    .-w-text {
        font-size: max(3.7vw,16px);
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/***色指定***/
.-w-txt.-w-background {
    color: #fff;
    color:#fafffa;
}
.-w-txt.-w-background-r {
    color: #000;
    color:#363636;
}
.-w-txt.-w-main {
    color: #001754;
    color:#366b36;
}
.-w-txt.-w-main-r {
    color: #fff;
    color:#ffffff;
}
.-w-txt.-w-accent {
    color: #4f0506;
    color:#234103;
}
.-w-txt.-w-accent-r {
    color: #fff;
    color:#ffffff;
}
/*背景色＋テキスト色*/
.-w-bg.-w-background {
    background: #fff;
    background:#fafffa;
    color: #000;
    color:#363636;
}
.-w-bg.-w-main {
    background: #001754;
    background:#366b36;
    color: #fff;
    color:#ffffff;
}
.-w-bg.-w-accent {
    background: #4f0506;
    background:#234103;
    color: #fff;
    color:#ffffff;
}
/*反転ver*/
.-w-bg.-w-background-r {
    background: #000;
    background:#363636;
    color: #fff;
    color:#fafffa;
}
.-w-bg.-w-main-r {
    background: #fff;
    background:#ffffff;
    color: #001754;
    color:#366b36;
}
.-w-bg.-w-accent-r {
    background: #fff;
    background:#ffffff;
    color: #4f0506;
    color:#234103;
}
/*hover時背景色指定*/
a.-w-bg.-w-background:hover {
    background: #000;
    background:#363636;
    color: #fff;
    color:#fafffa;
}
a.-w-bg.-w-main:hover {
    background: #fff;
    background:#ffffff;
    color: #001754;
    color:#fafffa;
}
a.-w-bg.-w-accent:hover {
    background: #fff;
    background:#ffffff;
    color: #4f0506;
    color:#234103;
}
a.-w-bg.-w-background-r:hover {
    background: #fff;
    background:#fafffa;
    color: #000;
    color:#363636;
}
a.-w-bg.-w-main-r:hover {
    background: #001754;
    background:#366b36;
    color: #fff;
    color:#ffffff;
}
a.-w-bg.-w-accent-r:hover {
    background: #4f0506;
    background:#234103;
    color: #fff;
    color:#ffffff;
}

/***ボーダー色指定***/
.-w-bd.-w-background {
    border-color: #fff;
    border-color:#fafffa;
}
.-w-bd.-w-main {
    border-color: #001754;
    border-color:#366b36;
}
.-w-bd.-w-accent {
    border-color: #4f0506;
    border-color:#234103;
}
.-w-bd.-w-background-r {
    border-color: #000;
    border-color:#363636;
}
.-w-bd.-w-main-r {
    border-color: #fff;
    border-color:#ffffff;
}
.-w-bd.-w-accent-r {
    border-color: #fff;
    border-color:#ffffff;
}
/*hover時ボーダー色指定*/
a.-w-bd.-w-bg.-w-background-r:hover,
a.-w-bd.-w-background:hover {
    border-color: #000;
    border-color:#363636;
}
a.-w-bd.-w-bg.-w-main-r:hover,
a.-w-bd.-w-main:hover {
    border-color: #fff;
    border-color:#ffffff;
}
a.-w-bd.-w-bg.-w-accent-r:hover,
a.-w-bd.-w-accent:hover {
    border-color: #fff;
    border-color:#ffffff;
}
a.-w-bd.-w-bg.-w-background:hover,
a.-w-bd.-w-background-r:hover {
    border-color: #000;
    border-color:#fafffa;
}
a.-w-bd.-w-bg.-w-main:hover,
a.-w-bd.-w-main-r:hover {
    border-color: #001754;
    border-color:#366b36;
}
a.-w-bd.-w-bg.-w-accent:hover,
a.-w-bd.-w-accent-r:hover {
    border-color: #4f0506;
    border-color:#234103;
}


/*見出し設定*/
.-w-section_inner h3.-w-general{
    text-align: left;
}
span.-w-general,
.-w-ttl-en.-w-font_en,
.-w-general .-w-font_en,
.-w-ttl-en.-w-font_en {
    position: relative;
    font-size: 4.2rem;
    margin-bottom: 1rem;
    display: inline-block;
    line-height: 1;
    color:#313131;
    color:rgba(54,54,54,1);
}
h2.-w-general{
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0;
    color:#313131;
    color:rgba(54,54,54,1);
}
h3.-w-general{
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0;
    color:#EA7C5D;
    color:rgba(54,107,54,1);
}
h4.-w-general {
    font-size: 2rem;
    color:#313131;
    color:rgba(54,54,54,1);
    margin-bottom: 1.5rem;
}

@media (max-width: 1020px) and (min-width: 769px) {
    h2.-w-general {
        font-size: 2.1rem;
    }
    h3.-w-general{
        font-size: 2.05rem;
        letter-spacing: 0;
    }
    h4.-w-general {
        font-size: 1.9rem;
    }
}
@media (max-width: 768px) {
    .-w-ttl_wrap {
        text-align: center;
    }
    .-w-section_inner h3.-w-general{
        text-align: left;
    }
    span.-w-general,
    .-w-ttl-en.-w-font_en,
    .-w-general .-w-font_en,
    .-w-ttl-en.-w-font_en {
        font-size: 7.5vw;
        text-align: center;
        margin-bottom:  1rem;
    }
    h2.-w-general {
        margin-bottom: 1.5rem;
        letter-spacing: 0;
        text-align: left;
        line-height: 1.5;
    }
    h3.-w-general{
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 1.5rem;
    }
    h4.-w-general {
        letter-spacing: 0px;
        text-align: left;
        margin-bottom: 1.5rem;
    }
}
/*smart用見出し設定*/
.-w-ttl_wrap {
    text-align: left;
}
.-w-general.-w-font_en,
    span.-w-font_en {
        text-align: left;
        font-size: 4.6rem;
    }
    h2.-w-general,
    h3.-w-general{
        text-align: left;
    }
    div.-w-text {
        text-align: left;
    }
    .-w-general.-w-font_en,
    span.-w-font_en{
        margin-bottom: 0;
        padding: 15px 0;
    }
    
    
    @media (max-width: 1023px) {
        .-w-general.-w-font_en,
        span.-w-font_en {
            font-size: 5.5rem;
        }
    }
    @media (max-width: 768px) {
        .-w-general.-w-font_en,
        span.-w-font_en {
            font-size: 9vw;
        }
}

/*見出し改行設定*/
br.-w-sp {
    display: none;
}
@media (max-width: 768px) {
    br.-w-sp {
        display: block;
    }
    br.-w-pc {
        display: none;
    }
}

/*フェード*/
@media (min-width: 1024px) {
    .-w-anime-fade {
      opacity: 0;
      transition: all .5s ease-in-out;
      transform: translateY(50px);
    }
    .-w-anime-fade.active {
      opacity: 1;
      transform: translateY(0px);
    }
    
    .-w-anime-fade:nth-child(2){
        transition-delay:0.2s;
    }
    .-w-anime-fade:nth-child(3){
        transition-delay:0.4s;
    }
    .-w-anime-fade:nth-child(4){
        transition-delay:0.6s;
    }
    .-w-anime-fade:nth-child(5){
        transition-delay:0.8s;
    }
    .-w-anime-fade:nth-child(6){
        transition-delay:1s;
    }
    .-w-anime-fade:nth-child(n+7){
        transition-delay:1.2s;
    }
}


/*ボタン*/
.-w-more_btn{
    margin-top:3.0rem;
    text-align: center;
}    
.-w-more_btn a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 8px 5px;
    line-height: 1.3;
    text-align: center;
    min-width: 170px;
    background-color:#ff6600;
    color:#ffffff;
    border-color:#ff6600;
    background-color:rgba(35,65,3,1);
    color:rgba(255,255,255,1);
    border-color:rgba(35,65,3,1);
}

@media (min-width: 769px) {
  .-w-more_btn a.current,
  .-w-more_btn a:hover{
      opacity: 1;
      background-color:#ffffff;
      color:#ff6600;
      color:rgba(35,65,3,1);
      background-color:rgba(255,255,255,1);
  }
}
@media (max-width: 768px) {
    .-w-more_btn a{
        padding: 15px 10px;
        min-width: 100%;
        font-size: 4vw;
    }
}

.-w-more_btn a span,
.-w-contact_btn a > span > span {
    position: relative;
    z-index: 2;
    color:inherit;
}
.-w-more_btn a:hover span,
.-w-contact_btn a:hover > span > span {
    color:inherit;
}

/*ajaxフォーム*/
.owlet-form{
    position: relative;
    z-index: 1;
    padding: 5.0rem 0;
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
    color:rgba(54,54,54,1);
    background-color:rgba(250,255,250,1);
}
.owlet-form .alert {
    font-weight: bold;
    color: #ff0000;
    
        color: hsla(0,100%,50%,1);
    
}
.owlet-form .-w-require{
    border-radius: 2px;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px 8px;
    color:#fff;
    color:rgba(255,255,255,1);
}
.owlet-form .require{
    border-radius: 2px;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px 8px;
    background : #CE0000;
    
        color: hsla(0,100%,40%,1);
    
    color: #fff;
    
        color: hsla(0,0%,100%,1);
    
}
.owlet-form table{
    width: 1170px;
    width:1170px;
    margin:0 auto;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.owlet-form table tr {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.owlet-form table tr th {
    background: #cecece;
    background:rgba(35,65,3,1);
    color: #313131;
    color:rgba(255,255,255,1);
    width: 25%;
    margin-right:5%;
    padding: 15px 20px;
    font-weight: bold;
    vertical-align: middle;
    text-align:left;
    border-radius: 12px;
    min-width: 250px;
}
.owlet-form table tr td {
    border-top: 1px solid ;
    border-color: #dddddd;
    border-color:#234103;
    background: #ffffff;
    color: #313131;
    width: 70%;
    padding: 15px 20px;
    vertical-align: middle;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    min-width: 785px;
}
.owlet-form .owlet-input-sample{
    font-size: 1.6rem;
    padding: 0 10px;
}
.owlet-form table input,
.owlet-form table select,
.owlet-form table textarea,
.owlet-form table label,
.owlet-form table .input_address{
    font-size:1.6rem;
}
.owlet-form input.owlet-input-tel1 + span,
.owlet-form input.owlet-input-tel2 + span{
    font-size:1.6rem;
}
.owlet-form input[type="text"]{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.owlet-form input.owlet-input-name-sei[type="text"],
.owlet-form input.owlet-input-name-mei[type="text"]{
    width: 40%;
    padding: 10px;
    margin: 0 10px 0 0;
}
.owlet-form input[type="text"],select {
    min-height: 30px;
    border: 1px solid ;
    border-color: #dddddd;
    border-color:rgba(54,54,54,0.8);
}
.owlet-form input.owlet-input-tel1[type="text"],
.owlet-form input.owlet-input-tel2[type="text"],
.owlet-form input.owlet-input-tel3[type="text"],
.owlet-form input.zip1[type="text"],
.owlet-form input.zip2[type="text"]{
    line-height: 1.2;
    padding: 10px;
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    width: 115px;
}
.owlet-form input[type="date"] {
  padding-left: 5px;
}
.owlet-form input[type="date"] ~ select {
  padding: 5px 0 5px 10px;
  margin-right: 5px;
}
.owlet-form textarea {
    min-height: 150px;
    line-height: 1.2;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    width: 100%;
}
.owlet-form select {
    line-height: 1.2;
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    width: 180px;
}
.owlet-form .owlet-input-name-sei,
.owlet-form .owlet-input-name-mei {
    width: 90px;
    margin: 0 5px;
}
.owlet-form input[name="input[email]"],
.owlet-form input[name="input[email_confirm]"] {
        
}
.owlet-form .zip1,.owlet-form .zip2 {
    width: 60px;
    margin-bottom: 10px;
}
.owlet-form .zip2addr {
    margin-bottom: 10px;
    padding: 10px 13px 6px;
    box-sizing: border-box;
    display: inline-block;
    background:rgba(35,65,3,1);
    color:rgba(255,255,255,1);
}
.owlet-form select.prefectures,
.owlet-form select.city {
    margin: 0 5px 10px 0;
    padding: 10px;
}
.owlet-form .address,
.owlet-form input[name="input[address_address]"],
.owlet-form input[name="input[address_address2]"],
.owlet-form input[name="input[address2_address]"],
.owlet-form input[name="input[address2_address2]"] {
    width: 100%;
    margin-left: 0;
}
.owlet-form .address,
.owlet-form input[name="input[address_address]"] {
    margin-bottom: 5px;
}
.owlet-form .owl-datepicker {
    width: 150px;
    margin-right: 5px;
}
.owlet-form select[name="input[date_hour]"],
.owlet-form select[name="input[date_minute]"] {
    margin-right: 5px;
}
.owlet-form .owlet-input-tel1,
.owlet-form .owlet-input-tel2,
.owlet-form .owlet-input-tel3 {
    width: 60px;
}
.owlet-form .owlet-input-tel2,
.owlet-form .owlet-input-tel3 {
    margin-left: 5px;
}
.owlet-form input[name="input[company_name]"] {
    width: 80%;
    line-height: 1.2;
    padding: 2px;
}
.owlet-form textarea[name="input[text]"] {
    width: 80%;
}
.owlet-form table tr td label {
    display: block;
}
.owlet-form input[name="input[select_etc]"],
.owlet-form input[name="input[radio_etc]"],
.owlet-form input[name="input[check_etc]"] {
    width: 80%;
    margin-top: 5px;
}
.owlet-form .-w-rules-agree {
    text-align: center;
    margin-bottom: 3.0rem;
}
.owlet-form .-w-rules-agree a{
  display: inline-block;
}
@media (min-width: 769px) {
  .-w-more_btn a.current,
  .-w-more_btn a:hover{
      opacity: 1;
      background-color:#ffffff;
      color:#ff6600;
      color:rgba(35,65,3,1);
      background-color:rgba(255,255,255,1);
  }
}
.owlet-form input[type="submit"], .owlet-form input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
.owlet-form input[type="button"], .owlet-form select {
    border-radius: 3px;
    min-height: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.owlet-form .form_button {
    text-align: center;
}

.owlet-form .form_button input[type="button"],
.owlet-form .owlet-form-confirm a{
    border-radius: 0px;
    cursor: pointer;
    padding: 8px 5px;
    cursor: pointer;
    width:170px;
    font-size: 1.5rem;
}

.owlet-form .form_button input[type="button"]{
    border:1px solid;
    border-color:#234103;
    font-family:'Shippori Mincho';
    background-color:#234103;
    color:#ffffff;
}
.owlet-form .form_button input[type="button"]:hover {
    background-color:#ffffff;
    color:#234103;
    transition: all .4s;
}

.owlet-form .owlet-form-confirm a{
    border:1px solid #999;
    background-color: #999;
    color:#fff;
    display: inline-block;
    text-decoration: none;
    margin-left:20px;
}
.owlet-form .owlet-form-confirm a:hover{
    border:1px solid #999;
    background-color: #fff;
    color:#999;
    transition: all .4s;
}
@media (max-width: 1169px) {
    .owlet-form{
        padding:5.0rem 6%;    
    }
    .owlet-form table{
        width: 100%;
    }
    .owlet-form table tr th,
    .owlet-form table tr td{
        min-width: auto;
    }
    .owlet-form table tr th{
        width: 28%;
        margin-right: 2%;
    }
    .owlet-form table tr td{
        background: ;
    }
}
@media (max-width: 768px) {
    .owlet-form table {
    }
    .owlet-form table tr th {
        display: block;
        width: 100%;
        border-bottom: none;
        text-align:left;
        
        margin-bottom: 5px;
        background: none;
        color: #2d65af;
        color:#234103;
        padding: 0;
        min-width: auto;
    }
    .owlet-form table tr td {
        display: block;
        width: 100%;
        padding: 10px 2%;
        border-bottom: none;
        text-align:left;
        border-bottom-right-radius: initial;
        border-bottom-left-radius: initial;
        min-width: auto;
        background:#fafffa;
    }
    .owlet-form .-w-rules-agree{
        font-size:1.3rem;
    }
    .owlet-form .-w-form_wrap{
        background: none;
    }
    .owlet-form .-w-require{
        color:#234103;
    }
}

/*
フォーム 規約
**************************************/
.owlet-form .owlet-rules {
    width:1170px;
    width:1170px;
    margin: 0 auto;
}
.owlet-form .owlet-rules-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.owlet-form .owlet-rules-body {
    height: 200px;
    padding: 1rem;
    border: 1px solid;
    box-sizing: border-box;
    margin-bottom: 2rem;
    overflow-y: scroll;
}
.owlet-form .owlet-rules-agree {
    text-align: center;
    margin-bottom: 2rem;
}
@media (max-width: 1169px) {
    .owlet-form .owlet-rules{
        width: 100%;
    }
}


/*
 フォント
****************************************/















    body {
        font-family: "Noto Sans JP",arial,sans-serif;
        font-weight: 400;
    }
    .-w-font_title1{
        font-family: "Noto Sans JP",arial,sans-serif;
        font-weight: 500;
    }
    .-w-font_title2{
        font-family: "Noto Sans JP",arial,sans-serif;
        font-weight: 400;
    }
    .-w-font_en {
        font-family: "Oswald",arial,sans-serif;
        font-weight: 400;
    }



























































@media (max-width: 768px) {
    
    /*
     フォント
    ****************************************/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media (max-width: 768px) {
    #google_translate_element select {
    font-size:28px;
    }
}



/*================================================================*/





















































  .-w-ttl_wrap {
    text-align: center;
    .-w-general .-w-font_en {
      text-align: center;
      margin: 0 auto 1rem;
    }
    h2.-w-general {
      text-align: center;
    }
  }


/*ボタン*/




















































    .-w-more_btn > a{
        -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
        transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        background-size: contain;
        text-decoration: none;
        position: relative;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        color: #000000;
        color:#234103;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 1.6rem 2rem;
        border: 1px solid;
        border-color:#234103;
        box-sizing: border-box;
    }
    
    div.-w-more_btn > a > span::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 50%;
        right: -3.5rem;
        width: 3rem;
        height: 1px;
        background: #F99900;
        background:#363636;
        -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
        transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
    }
    
.-w-more_btn > a > span{
    color: #ffffff;
    color:#ffffff;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}

.-w-more_btn > a::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background:#234103;
}
.-w-more_btn > a::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 100%;
    background:#ffffff;
    background:#ffffff;
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}

@media (max-width: 768px) {
    .-w-more_btn > a {
        text-align: center;
        font-size: 3.5vw;
    }
    .-w-more_btn a:hover span, .-w-contact_btn a:hover > span > span {
      color:#ffffff;
    }
}
@media (min-width: 769px) {
    .-w-more_btn > a:hover > span {
    color: #000000;
    color:#234103;
    }
    .-w-more_btn > a:hover::after {
        left: 0;
        width: 100%;
    }
}














/* reCAPTCHAバッジ 非表示 */
.grecaptcha-badge{
  visibility: hidden; 
}/*widget:0ea55a82-1e30-4aec-b549-297d3cdf479d*/[data-lib="59607"]{color:#313131;
	color:#363636;
	background-color:#fafffa;
	padding:0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	z-index: 100001;
	background: none;
	padding:0;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	width: 100%;
	--header-sns-icon-size: 36px;
	--header-sns-icon-size-x: 32px;
	--header-sns-icon-gap: 18px;}[data-lib="59607"] .-w-sp{display: none;
	display: none;
	display: none;}[data-lib="59607"] a{color:#313131;
	color:#363636;
	text-decoration: none;
	color:#ffffff;
	color:#fafffa;
	text-decoration: none;}[data-lib="59607"] a:hover{text-decoration: underline;
	text-decoration: none;}[data-lib="59607"] .-w-h1-wrap{position: absolute;
	right: 10px;
	top: 90px;}[data-lib="59607"] .-w-h1-wrap h1{font-size:1.4rem;
	line-height: 1.3;
	font-weight: 500;
	color:#313131;
	color:#ffffff;
	font-size:1.2rem;
	line-height: 1.0;
	font-weight: 500;
	text-align: left;
	margin-left:5rem;
	color: #ffffff;
	color:#fafffa;}[data-lib="59607"] .-w-inner{display: flex;
	align-items: center;}[data-lib="59607"] .-w-logo{display: flex;
	align-items: center;
	max-width: 350px;
	max-height: 70px;
	padding-left: 2rem;}[data-lib="59607"] .-w-logo a{display: inline-block;
	vertical-align: top;}[data-lib="59607"] .-w-logo img{padding:0px;
	background:none;
	object-fit: contain;
	max-height: 70px;
	display: inline-block;
	vertical-align: top;
	min-width: 110px;
	max-height: 90px;
	max-width: 280px;}[data-lib="59607"] .-w-burger-btn{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-left:auto;
	position: relative;}[data-lib="59607"] .-w-burger-btn .-w-more_btn{margin: 0 3rem 0 0;
	display: flex;}[data-lib="59607"] .-w-burger-btn .-w-more_btn a{color: #fff;}[data-lib="59607"] .-w-burger-btn .-w-more_btn a:hover{text-decoration: none;}[data-lib="59607"] .-w-sp-menu-btn{width: 77px;
	height: 90px;
	background-color:#363636;}[data-lib="59607"] .-w-sp-menu-btn input{position: fixed;
	opacity: 0;}[data-lib="59607"] .-w-sp-menu-btn label{width: 77px;
	height: 90px;
	border: none;
	outline: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;}[data-lib="59607"] .-w-sp-menu-btn label::before{position: fixed;
	z-index: 1;
	height: 100vh;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	background:rgba(54,54,54,1);
	color:rgba(250,255,250,1);}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger{position: absolute;
	z-index: 3;
	width: 35px;
	height: 35px;
	margin: 8px 0 0;
	padding: 0;
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger::before,[data-lib="59607"] 
.-w-sp-menu-btn label .-w-burger .-w-bar,[data-lib="59607"] 
.-w-sp-menu-btn label .-w-burger::after{position: absolute;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	background:rgba(255,255,255,1);
	box-shadow: #000 1px 1px, #000 1px 1px, #000 1px 1px;
	box-shadow: #363636 1px 1px 3px, #363636 1px 1px 3px, #363636 1px 1px 3px;
	box-shadow: none;}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger .-w-bar{top: 13px;
	top: 11px;}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger::before{top: 0px;
	transform-origin: top left;}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger::after{bottom: 10px;
	transform-origin: bottom left;
	width: 50%;
	left: 0;}[data-lib="59607"] .-w-sp-menu-btn input:focus + label .-w-burger,[data-lib="59607"] 
.-w-sp-menu-btn label:hover .-w-burger{opacity: .75;}[data-lib="59607"] nav#-w-hamburger_menu{height:calc(100vh - 0px);
	padding: 10rem 20% 8vh 20%;
	margin-bottom: 5vh;
	width:100%;
	position: fixed;
	top: 0px;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	transform: translate3d(0, 0, 0);
	will-change: opacity;
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
	pointer-events: none;}[data-lib="59607"] nav#-w-hamburger_menu ul{height:auto;}[data-lib="59607"] nav#-w-hamburger_menu > ul{overflow-y: scroll;
	text-align: left;
	width: 100%;
	margin: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scrollbar-width: none;}[data-lib="59607"] nav#-w-hamburger_menu > ul::-webkit-scrollbar{display:none;
	display: none;}[data-lib="59607"] nav#-w-hamburger_menu > ul > li{width: 100%;
	position: relative;}[data-lib="59607"] nav#-w-hamburger_menu > ul > li:last-child{margin-bottom: 0.5em;}[data-lib="59607"] nav#-w-hamburger_menu > ul > li + li{border-top: 1px solid rgb(255 255 255 / 10%);}[data-lib="59607"] nav#-w-hamburger_menu > ul > li > div > a{margin: .5em 0;
	display: inline-block;
	font-size: 1.6rem;
	text-decoration: none;
	font-weight: 500;
	transition: color .15s, transform .5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0.9;}[data-lib="59607"] nav#-w-hamburger_menu a:nth-child(1){transition-delay: 0s, 100ms;}[data-lib="59607"] nav#-w-hamburger_menu a:nth-child(2){transition-delay: 0s, 150ms;}[data-lib="59607"] nav#-w-hamburger_menu a:nth-child(3){transition-delay: 0s, 200ms;}[data-lib="59607"] nav#-w-hamburger_menu a:nth-child(4){transition-delay: 0s, 250ms;}[data-lib="59607"] nav#-w-hamburger_menu a:nth-child(5){transition-delay: 0s, 300ms;}[data-lib="59607"] nav#-w-hamburger_menu a:nth-child(6){transition-delay: 0s, 350ms;}[data-lib="59607"] nav#-w-hamburger_menu a:hover,[data-lib="59607"]  nav#-w-hamburger_menu a:focus{opacity: 0.6;}[data-lib="59607"] [id="navcheck"]:checked + label::before{opacity: 1;
	pointer-events: auto;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger{right:26.5px;
	top: 18px;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger::before,[data-lib="59607"]  [id="navcheck"]:checked + label .-w-burger::after{width: 141.42%;
	left: 5px;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger::before{transform: rotate(45deg) translateY(-50%);}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger::after{transform: rotate(-45deg) translateY(50%);
	bottom: 0px;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger .-w-bar{transform: scale(0.1);
	display:none;}[data-lib="59607"] [id="navcheck"]:checked ~ nav#-w-hamburger_menu{opacity: 1;
	pointer-events: auto;
	transform: translateX(0%);}[data-lib="59607"] .-w-translate-btn{width: 70px;
	height: 70px;
	position: absolute;
	right: 70px;
	top: 5px;
	z-index: 10;}[data-lib="59607"] .-w-translate-btn ul li{width: 70px;
	height: 70px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;}[data-lib="59607"] .-w-translate-btn ul li.-w-sp{display: none;}[data-lib="59607"] #google_translate_element .goog-te-gadget img{display: inline-block;
	display: inline-block;}[data-lib="59607"] .-w-translate-btn ul li .-w-translate a{display: block;
	height: 100%;
	width: 100%;
	line-height: 1;
	transition: 0.2s ease-in-out;
	display: grid;
	justify-content: center;
	align-items: center;}[data-lib="59607"] #google_translate_element{position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 1;}[data-lib="59607"] #google_translate_element:hover{cursor: pointer;
	cursor: pointer;}[data-lib="59607"] .skiptranslate.goog-te-gadget{height: 100%;
	width: 100%;
	height: 100%;
	width: 100%;}[data-lib="59607"] #google_translate_element .skiptranslate > div{display: block !important;
	height: 100%;
	width: 100%;
	display: block !important;
	height: 100%;
	width: 100%;}[data-lib="59607"] #google_translate_element .skiptranslate > span{display: none;
	display: none;}[data-lib="59607"] #google_translate_element select{color: #333 !important;
	cursor: pointer;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-appearance: button;
	appearance: button;
	color: #333 !important;
	cursor: pointer;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-appearance: button;
	appearance: button;}[data-lib="59607"] .-w-translate-btn ul li .-w-translate svg{width: 40px;
	fill:#fafffa;}[data-lib="59607"] .-w-sp_logo{display:none;
	display:none;}[data-lib="59607"] .-w-accordion{display: inline-block;
	position: absolute;
	top: 24px;
	left: 100px;
	transform: translateY(-50%);
	z-index: 100;
	width: 20px;
	height: 20px;
	z-index: 9;
	cursor: pointer;}[data-lib="59607"] .-w-accordion .-w-circle{display: block;}[data-lib="59607"] .-w-accordion .-w-circle::after{content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	background-color: #fafffa;
	display: block;
	width: 20px;
	height: 2px;
	transform: translateX(-50%) rotate(90deg);
	transition: unset;}[data-lib="59607"] .-w-accordion .-w-circle::before{content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	background-color: #fafffa;
	display: block;
	width: 20px;
	height: 2px;
	transform: translateX(-50%) rotate(0deg);
	transition: unset;}[data-lib="59607"] ul.-w-accordion_submenu{margin-left:0%;
	padding-left: 0;
	transition: unset;}[data-lib="59607"] .-w-accordion.-w-active{top: 32px;}[data-lib="59607"] .-w-accordion.-w-active .-w-circle::before{transform: translateX(-50%) rotate(180deg);
	top: 0;}[data-lib="59607"] .-w-accordion.-w-active .-w-circle::after{transform: translateX(-50%) rotate(360deg);
	top: 0;}[data-lib="59607"] nav#-w-hamburger_menu .-w-accordion_submenu{visibility: hidden;
	display: block;
	overflow: hidden;}[data-lib="59607"] nav#-w-hamburger_menu .-w-accordion_submenu.-w-active{visibility: visible;
	position: relative;}[data-lib="59607"] li.-w-accordion_submenu-item{position:relative;
	padding-bottom: 5px;
	visibility: hidden;
	opacity:0;
	transition: all .3s;
	top:-35px;}[data-lib="59607"] .-w-active li.-w-accordion_submenu-item{opacity: 1;
	visibility: visible;
	top:0;
	padding: 1rem 2%;
	transition: all .3s;}[data-lib="59607"] .-w-active li.-w-accordion_submenu-item a{font-size: 1.45rem;
	text-decoration: none;}[data-lib="59607"] .-w-heightzero{height:0!important;}[data-lib="59607"] ul.-w-accordion_submenu.-w-transition_zero{transition:0s!important;}[data-lib="59607"] ul.-w-accordion_submenu.-w-transition_zero li{transition:0s!important;}[data-lib="59607"] .-w-is-open{transform: translateX(-80%);
	transition: unset;}[data-lib="59607"] .-w-is-open .-w-translate_li{display:none;}[data-lib="59607"] .-w-hours{color: #000000;
	font-size: large;
	font-size: 1.5rem;}[data-lib="59607"] .-w-sp nav#-w-hamburger_menu .-w-head_middle .-w-tel{font-size:3rem;}[data-lib="59607"] .-w-menutext{position: absolute;
	bottom: -1.7rem;
	font-size: 10px;
	width: max-content;
	color:rgba(54,54,54,1);
	color: #fff;
	text-shadow: #313131 1px 1px 3px, #313131 1px 1px 3px, #313131 1px 1px 3px;
	bottom: 5px;
	font-size: 12px;
	text-shadow: none;}[data-lib="59607"] .-w-is-open  label .-w-menutext{display: none;}[data-lib="59607"] nav#-w-hamburger_men .-w-header_sns_ul{display: flex;
	align-items: center;
	gap:0 16px;}[data-lib="59607"] nav#-w-hamburger_men .-w-header_sns_ul li.-w-sns_btn{flex-shrink: 0;}[data-lib="59607"] nav#-w-hamburger_men .-w-header_sns_ul li.-w-sns_btn a{margin:0!important;
	padding:0!important;}[data-lib="59607"] .-w-header_col1{background:hsla(0,0%,100%,1);
	color: #000000;
	padding: 1rem 0 1rem 1rem;
	margin-top: 11px;
	text-align: center;}[data-lib="59607"] .-w-header_col1 .-w-tel{margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 30px;
	font-weight: 600;}[data-lib="59607"] .-w-header_col1 .-w-tel a,[data-lib="59607"] 
.-w-header_col1 .-w-tel span{pointer-events: none;
	color:#366b36;
	text-decoration: none;}[data-lib="59607"] .-w-header_col1 .-w-tel a{pointer-events: none;}[data-lib="59607"] .-w-header_col1 .-w-tel svg{display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 50%;
	transform: translateX(-110px);
	color:#366b36;}[data-lib="59607"] .-w-header_contents .-w-header_col1 .-w-translate{width: 44px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;}[data-lib="59607"] .-w-header_contents .-w-header_col1 .-w-translate a{display: flex;
	height: 100%;
	width: 100%;
	transition: 0.2s 0s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;}[data-lib="59607"] .-w-header_contents .-w-header_col1 .-w-translate a svg{display: block;
	max-width: 74%;
	max-height: 74%;
	margin: 0% auto 0;
	width: 26px;
	height: 25px;
	fill:rgba(54,54,54,1);}[data-lib="59607"] .-w-tel svg,[data-lib="59607"] 
.-w-btn .-w-translate a svg,[data-lib="59607"] 
.burger li.-w-sp_translate a svg,[data-lib="59607"] 
.-w-header_sns li svg{fill: #222222;
	fill:rgba(54,54,54,1);}[data-lib="59607"] .-w-header_sns_ul{display:flex;
	gap:0 16px;}[data-lib="59607"] .-w-header_sns{margin-top:2rem;}[data-lib="59607"] .-w-sns_btn{flex-shrink: 0;}[data-lib="59607"] .-w-sns_btn a{padding:0!important;
	margin:0!important;}[data-lib="59607"] .-w-facebook-blue{fill: #1877f2;}[data-lib="59607"] .-w-facebook-white{fill: #fff;}[data-lib="59607"] .-w-twitter-blue{fill: #1da1f2;}[data-lib="59607"] .-w-twitter-white{fill: #fff;}[data-lib="59607"] .-w-ameba-green{fill: #306e47;}[data-lib="59607"] .-w-ameba-white{fill: #f9f9f9;}[data-lib="59607"] .-w-facebook-sub,[data-lib="59607"]  .-w-twitter-sub,[data-lib="59607"]  .-w-line-sub,[data-lib="59607"]  .-w-ameba-sub,[data-lib="59607"]  .-w-instagram-sub,[data-lib="59607"] .-w-tiktok-sub,[data-lib="59607"] .-w-youtube-sub{width: 34px;
	height: 34px;}[data-lib="59607"] .-w-twitter-sub{width: 32px;
	height: 32px;}[data-lib="59607"]:after{content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	background: #ffffff;
	pointer-ebents: none;
	left: 0px;
	top: 0;}[data-lib="59607"] [data-w-width="0"]{width: 95%;}[data-lib="59607"] .-w-wrapper{margin:0 auto;
	position: relative;
	z-index: 1;
	width: 100%;}[data-lib="59607"] .-w-head_middle{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;}[data-lib="59607"] .-w-tel__text{position: relative;
	font-size: 26px;
	line-height: 1;
	color: #000000;
	background-color:rgba(35,65,3,0.07);
	padding: 0px 20px 13px 41px;}[data-lib="59607"] .-w-tel svg{display: block;
	position: absolute;
	fill: #000000;
	fill: rgba(54,107,54,1);
	width: 22px;
	height: 22px;
	top: calc(50% - 50px);
	left: 0;}[data-lib="59607"] .-w-tel_text{font-size: 10px;}[data-lib="59607"] .-w-translate svg{margin: 0% auto 0;
	fill: #000000;
	fill: rgba(54,54,54,1);}[data-lib="59607"] .-w-header_contents{box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: auto;}[data-lib="59607"] .-w-translate_li{width: 34px;
	height: 34px;}[data-lib="59607"] .-w-translate_li .-w-translate{width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	right: 0;}[data-lib="59607"] .-w-translate_li .-w-translate a{display: block;
	height: 100%;
	width: 100%;
	transition: 0.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 0;
	margin: 0;}[data-lib="59607"] .-w-translate_li .-w-translate svg{width: 34px;
	fill: #000000;
	fill: rgba(54,54,54,1);}[data-lib="59607"] .application{display: block;
	text-align: center;
	min-width: 150px;
	background: #366b36;
	color: #fff !important;
	padding: 5px 10px;
	font-size: 1.4rem;
	transition: 0.2s ease-in-out;
	text-shadow: none;
	margin-right: 20px;}[data-lib="59607"] .-w-head_middle .-w-translate{width: 34px;
	height: 34px;
	position: relative;
	top: 0;
	right: 0;
	margin: 0;}[data-lib="59607"] .-w-head_middle .-w-translate svg{width: 34px;
	fill:#363636;}[data-lib="59607"] .-w-tel_text1{font-size: 1.4rem;
	text-align: center;}[data-lib="59607"] .-w-tel_link{font-weight: 700;
	letter-spacing: .1em;
	font-size: 2.5rem;
	color:#366b36;}[data-lib="59607"] .lead_icon{position: absolute;
	width: 30px;
	height: 30px;
	z-index: 0;
	top: calc(50% - 20px);
	left: 18%;
	left: 30.0%;}[data-lib="59607"] .lead_icon svg{fill: rgba(54,107,54,1);}[data-lib="59607"] .-w-mail{display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 1rem;}[data-lib="59607"] .-w-mail img{width: 36px;
	height: auto;}[data-lib="59607"] .-w-mail_text{font-size: 1.2rem;
	font-weight: 600;
	color:#366b36;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-menutext{z-index: 1;
	bottom: 15px;
	left: 28px;}[data-lib="59607"] .-w-link_conts{display: flex;
	position: relative;}[data-lib="59607"] .-w-link_conts .-w-link_cont{width: 90px;
	height: 90px;}[data-lib="59607"] .-w-link_conts .-w-link_cont a{width: 100%;
	height: 100%;
	background: #f00;
	background-color:#ffffff;
	color: #fff;
	color:#234103;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2;
	transition: .3s;}[data-lib="59607"] .-w-link_conts .-w-link_cont a:hover{background-color:#234103;
	color:#ffffff;}[data-lib="59607"] .-w-link_conts .-w-link_cont:nth-child(2n) a{background-color:#ffffff;
	color:#234103;}[data-lib="59607"] .-w-link_conts .-w-link_cont:nth-child(2n) a:hover{background: hsla(0,0%,95%,1);}[data-lib="59607"] .-w-link_conts:nth-child(even) .-w-link_cont a{background-color:#234103;
	color:#ffffff;}[data-lib="59607"] .-w-link_conts:nth-child(even) .-w-link_cont a:hover{background-color:#ffffff;
	color:#234103;}[data-lib="59607"] .-w-sns-icon{display: flex;
	margin-right: var(--header-sns-icon-gap);}[data-lib="59607"] .-w-sns-icon img{width: var(--header-sns-icon-size);
	height: var(--header-sns-icon-size);}[data-lib="59607"] .-w-sns-icon svg{width: var(--header-sns-icon-size);
	height: var(--header-sns-icon-size);}[data-lib="59607"] .-w-sns-icon.-w-sns-icon--x img{width: var(--header-sns-icon-size-x);
	height: var(--header-sns-icon-size-x);
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7447%) hue-rotate(46deg) brightness(98%) contrast(109%);}[data-lib="59607"] .-w-tel_btn_wrapper{padding: 0 1rem;}[data-lib="59607"] .-w-tel_btn_wrapper .-w-tel_btn{display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;}[data-lib="59607"] .-w-tel_btn_wrapper .-w-tel_btn svg{width: 32px;
	height: 32px;}[data-lib="59607"] .-w-tel_btn_wrapper .-w-tel_btn .-w-tel_number{font-size: 2rem;
	color:#363636;}@media (max-width: 1023px){[data-lib="59607"] .lead_icon.-w-pc{display: none;}[data-lib="59607"] .lead_icon.-w-sp{width: 26px;
	height: 26px;
	z-index: 10;
	top: calc(50% - 20px);
	left: calc(50% - 110px);}[data-lib="59607"] .-w-burger-btn{top: inherit;}[data-lib="59607"] .-w-burger-btn .-w-more_btn{display: none;}[data-lib="59607"] .-w-pc{display: none;}[data-lib="59607"] .-w-sp{display: block;}[data-lib="59607"] .-w-translate-btn ul li.-w-pc{display: none;}[data-lib="59607"] .-w-translate-btn ul li.-w-sp{display: flex;}[data-lib="59607"] .-w-sp-menu-btn label::before{width: 100%;}[data-lib="59607"] [id="navcheck"]:checked ~ nav#-w-hamburger_menu{transform: translateX(0%);}[data-lib="59607"] nav#-w-hamburger_menu > ul{text-align: center;}[data-lib="59607"] nav#-w-hamburger_menu > ul > li{width: 100%;}[data-lib="59607"] .-w-h1-wrap{display: none;}[data-lib="59607"] nav#-w-hamburger_menu{padding: 9rem 0 10vh;}[data-lib="59607"] .-w-accordion{left:55%;}[data-lib="59607"] .-w-header_col1{display: none;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 3rem;}[data-lib="59607"] .-w-header{margin: 0 auto;
	margin-top: 2rem;
	width: 200px;}[data-lib="59607"] .-w-header_sns_ul{justify-content: center;}[data-lib="59607"] .-w-menutext{font-size: 13px;}[data-lib="59607"] .-w-tel__text.-w-pc{display: none;}[data-lib="59607"] .-w-mail{display: none;}[data-lib="59607"] .-w-tel__text.-w-sp a{color:#366b36;}[data-lib="59607"] .-w-tel__text{margin: 2rem 14rem;}[data-lib="59607"] .-w-head_middle_sp{position: relative;}}@media (min-width: 769px) and (max-width: 1400px){[data-lib="59607"] .-w-tel__text.-w-sp a{color:#366b36;}}@media (max-width: 768px){[data-lib="59607"]{padding: 0;
	height:auto;
	min-height: initial;
	--header-sns-icon-size: 40px;
	--header-sns-icon-size-x: 36px;
	--header-sns-icon-gap: 20px;}[data-lib="59607"] .-w-header_col1 .-w-tel a{pointer-events: auto;
	padding-left: 30px;}[data-lib="59607"] .-w-sp{display: block;}[data-lib="59607"] .-w-h1-wrap{display: none;}[data-lib="59607"] .-w-sp_logo{max-width: 60vw;
	max-height: 60px;
	box-sizing: border-box;
	display: block;
	display:block;}[data-lib="59607"] .-w-sp_logo a{display: inline-block;
	display: flex;}[data-lib="59607"] .-w-pc_logo{display:none;}[data-lib="59607"] .-w-logo img{max-height: 35px;
	max-height: 55px;
	vertical-align: text-bottom;}[data-lib="59607"] .-w-translate-btn{width: 40px;
	height: 40px;
	margin-right: 7px;}[data-lib="59607"] .-w-sp-menu-btn{width: 80px;
	height: 80px;}[data-lib="59607"] .-w-sp-menu-btn label{width: 80px;
	height: 80px;}[data-lib="59607"] nav#-w-hamburger_menu{height:calc(100vh - 60px);
	padding: 7rem 0 10vh;}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger{width: 22px;
	height: 22px;
	margin: 0;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger{right: 3px;
	top: unset;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger::before,[data-lib="59607"] 
[id="navcheck"]:checked + label .-w-burger::after{left: -15px;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger::before{top: 0px;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-burger::after{bottom: 0px;}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger .-w-bar{top: 44%;}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger::before{top: 5px;
	top: 4px;}[data-lib="59607"] .-w-sp-menu-btn label .-w-burger::after{bottom: 5px;}[data-lib="59607"] .-w-translate-btn ul li{width: 80px;
	height: 70px;}[data-lib="59607"] .-w-accordion{right: 30%;
	left: inherit;}[data-lib="59607"] nav#-w-hamburger_menu .-w-accordion_submenu{width: 80%;
	margin: 0 auto;}[data-lib="59607"] .-w-header_col1 .-w-tel{display: flex;
	padding-left: 0px;
	justify-content: center;
	font-size: 23px;}[data-lib="59607"] .-w-header_sns{width:92%;
	margin:2rem auto 0;}[data-lib="59607"] .-w-header_sns_ul{justify-content: center;
	gap: 20px;}[data-lib="59607"] .-w-inner{padding: 0.5 1.0rem;
	min-height: 60px;}[data-lib="59607"] .-w-menutext{font-size: 10px;}[data-lib="59607"] .lead_icon svg{position: absolute;
	top: 0;
	left: 0;
	width: 100%;}[data-lib="59607"] .-w-tel_text1{font-size: 1.2rem;}[data-lib="59607"] .-w-tel__text{margin: 2rem;}[data-lib="59607"] [id="navcheck"]:checked + label .-w-menutext{color: #fff;
	bottom: 5px;
	left: 18px;}[data-lib="59607"] .-w-link_conts .-w-link_cont{width: 80px;
	height: 80px;}[data-lib="59607"] .-w-link_conts .-w-link_cont a{font-size: 1.6vw;}[data-lib="59607"] .-w-facebook-sub,[data-lib="59607"]  .-w-twitter-sub,[data-lib="59607"]  .-w-line-sub,[data-lib="59607"]  .-w-ameba-sub,[data-lib="59607"]  .-w-instagram-sub,[data-lib="59607"] .-w-tiktok-sub,[data-lib="59607"] .-w-youtube-sub{width: 40px;
	height: 40px;}[data-lib="59607"].-w-sns-show .-w-inner{min-height: 80px;}[data-lib="59607"].-w-sns-show .-w-sp-menu-btn{width: 80px;
	height: 80px;}[data-lib="59607"].-w-sns-show .-w-sp-menu-btn label{width: 80px;
	height: 80px;}[data-lib="59607"] .-w-link_conts:not(:nth-child(1)){display: none;}[data-lib="59607"] .-w-tel_btn_wrapper{padding: 0 2rem;}[data-lib="59607"] .-w-tel_btn_wrapper .-w-tel_btn svg{width: 40px;
	height: 40px;}[data-lib="59607"] .-w-tel_btn_wrapper .-w-tel_btn .-w-tel_number{display: none;}}@media (min-width:769px) and ( max-width:1023px){[data-lib="59607"] .-w-header_col1 .-w-tel{width: 215px;}}@media (orientation: landscape) and (max-height: 500px){[data-lib="59607"] .lead_icon.-w-sp{top: calc(50% - 22px);}[data-lib="59607"] .-w-logo img{max-height: 44px;}}@media (max-width:590px){[data-lib="59607"] .-w-logo img{max-height: 25px;
	max-height: 55px;
	max-width: 140px;}[data-lib="59607"] .-w-link_conts .-w-link_cont a{font-size: 1.4rem;}[data-lib="59607"].-w-sns-show .-w-link_conts{display: none;}}@media (max-width: 390px){[data-lib="59607"].-w-sns-show .-w-logo{width: 45vw;}[data-lib="59607"].-w-sns-show .-w-logo img{min-width: 70px;
	max-width: 200px;
	max-height: 80px;}}/*widget:deab7963-1d5d-4949-b278-d833ff2323ea*/[data-lib="30499"]{min-width: auto;
	min-height: 4.2rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 auto;
	padding-top: var(--headerHeight);}[data-lib="30499"] ol{margin: 0px;}[data-lib="30499"] ol li:last-child:after{content:none;}[data-lib="30499"] ol li{margin: 0px 4px 0 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color:rgba(54,54,54,1);}[data-lib="30499"] ol li > span{padding: 11px 0;
	display: block;
	text-align:center;}[data-lib="30499"] ol li > a > span{padding: 12px 0 11px;
	display: block;
	text-align:center;}[data-lib="30499"] ol li a{text-decoration: none;
	display: block;
	padding:0 10px 0 30px;
	position:relative;
	min-width: 55px;
	min-height: 37px;
	color:rgba(54,54,54,1);}[data-lib="30499"] ol li:first-child a{padding:0;}[data-lib="30499"] ol li:last-child span{display: block;
	padding:0 10px 0 30px;}[data-lib="30499"] ol li a:hover{text-decoration: none;}[data-lib="30499"] ol li:after{content: ">";
	position: absolute;
	right: -8px;
	top: 12px;
	width: 0;
	height: 0;
	z-index: 2;}[data-lib="30499"] ol li a[itemprop="item"]:after{content: "";
	position: absolute;
	right: -8px;
	top: 0px;
	width: 0;
	height: 0;
	z-index: 1;}@media (max-width: 1023px){[data-lib="30499"]{display: none;}[data-lib="30499"] #breadcrumb{display: none;}[data-lib="30499"] ol{margin: 0px;
	padding-top: 0rem;}}@media (max-width: 768px){[data-lib="30499"]{display: none;}}/*widget:71d6c8d1-61cf-4823-9a26-9941520d7f4b*/[data-lib="47707"]{min-width:1170px;
	background:#f5f5f5;
	background:#fafffa;
	padding:100px 0;
	box-sizing: border-box;}[data-lib="47707"] *{box-sizing: border-box;
	list-style:none;}[data-lib="47707"] .-w-wrapper{max-width:calc(1170px + 4rem);
	width:1170px;
	margin:0 auto;}[data-lib="47707"] .-w-job_list{width:100%;
	margin:0 auto;}[data-lib="47707"] .-w-job_list li{margin: 0 auto 30px;}[data-lib="47707"] .-w-job_list li:last-child{margin-bottom:0;}[data-lib="47707"] .-w-jobs_data_wrapper{width:100%;
	display:flex;
	margin:0 auto 30px;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images{width:470px;
	text-align:center;
	background:#fafffa;
	color:#363636;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images img{max-width:100%;
	height: 100%;
	width: 100%;
	object-fit: contain;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images img.-w-obj_img{object-fit: cover;
	aspect-ratio: 4/3;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images img.-w-logo{aspect-ratio: 4/3;
	object-fit: contain;
	padding: 20px 30px;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images.i_center img{object-position: center center;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images.i_left img{object-position: center left;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images.i_right img{object-position: center right;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-jobs_data{width:700px;}[data-lib="47707"] .-w-jobs_data .-w-job_top{width:100%;
	background: #366b36;
	color:#ffffff;
	padding:30px;}[data-lib="47707"] .-w-jobs_data .-w-job_top .-w-date{border:1px solid #ffffff;
	font-size:14px;
	line-height:1;
	padding:8px 20px 10px;
	margin-bottom:15px;
	text-align:center;
	display: inline-block;}[data-lib="47707"] .-w-jobs_data .job_top .-w-title{font-size: 24px;
	margin: 0 auto;
	font-weight: bold;}[data-lib="47707"] .-w-jobs_data_wrap{width:100%;
	background:#fafffa;
	color:#363636;
	padding:30px 30px 40px;}[data-lib="47707"] table.-w-jobs_table{width:100%;
	background:#fafffa;
	color:#363636;
	margin:0 auto 10px;}[data-lib="47707"] table.-w-jobs_table tr th{width: 25%;
	background: #ebebeb;
	background:#366b36;
	color: #000000;
	color:#ffffff;
	font-weight: bold;
	padding: 10px 29px;
	border:1px solid;
	border-color: #dddddd;
	vertical-align:middle;}[data-lib="47707"] table.-w-jobs_table tr td{width: 75%;
	background:#ffffff;
	color:#363636;
	padding: 10px 29px;
	border:1px solid;
	border-color:#dddddd;
	vertical-align:middle;}[data-lib="47707"] .-w-text{font-weight:700;}[data-lib="47707"] .-w-entry_wrap{text-align:center;}[data-lib="47707"] .-w-entry_btn{width:370px;
	background:#234103;
	display:inline-block;
	line-height:46px;
	color:#ffffff;
	text-align:center;
	transition: 0.3s ease-in-out;
	position:relative;
	text-decoration:none;
	border-radius:40px;
	font-weight: 600;
	border:0;
	position:relative;
	cursor:pointer;}[data-lib="47707"] .-w-entry_btn::after{position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-color: #ffffff;
	border-color:#ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	transform: rotate(45deg);
	right: 10px;
	top: 50%;
	margin-top: -4px;}[data-lib="47707"] .-w-entry_btn:hover{opacity:0.8;}[data-lib="47707"] .-w-point{margin:125px auto;}[data-lib="47707"] table.-w-point_table{width:100%;
	color:#000000;
	color:#363636;
	font-size:18px;
	margin:0 auto 40px;}[data-lib="47707"] table.-w-point_table a{color:#363636;
	transition: .3s;}[data-lib="47707"] table.-w-point_table a:hover{transition: .3s;
	opacity: 0.7;}[data-lib="47707"] table.-w-point_table tr th{width: 25%;
	background: #e5f0f8;
	color:#000000;
	padding: 25px 29px;
	border:1px solid;
	border-color:#dddddd;
	border-width:1px 0 1px 1px;
	vertical-align:middle;
	text-align:center;
	background:#366b36;
	color:#ffffff;
	border-right: 1px solid;}[data-lib="47707"] table.-w-point_table tr td{width: 75%;
	background:#ffffff;
	color:#363636;
	padding: 25px 29px;
	border:1px solid;
	border-color:#dddddd;
	vertical-align:middle;}[data-lib="47707"] .-w-point section{width:100%;
	background: #e5f0f8;
	color:#fff;
	color:#ffffff;
	border:1px solid;
	border-color:#dddddd;
	margin-bottom:30px;}[data-lib="47707"] .-w-point section h4{width: 100%;
	background: #e5f0f8;
	background:#366b36;
	border-bottom:1px solid;
	border-color:#dddddd;
	padding: 25px 29px;
	font-size:18px;
	text-align:center;}[data-lib="47707"] .-w-point section .-w-text_area{width: 100%;
	background:#ffffff;
	color:#363636;
	padding: 30px 125px;}[data-lib="47707"] a{text-decoration: none;}@media (max-width: 1280px){[data-lib="47707"]{min-width:100%;}[data-lib="47707"] .-w-wrapper{width:calc(100% - 4rem);}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images{width:35%;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-jobs_data{width:65%;}}@media (max-width: 768px){[data-lib="47707"]{min-width:100%;
	padding:100px 6% 50px;}[data-lib="47707"] .-w-wrapper{width:100%;}[data-lib="47707"] .-w-jobs_data_wrapper{flex-direction: column;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images{width:100%;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-images img{max-width:100%;
	height:auto;}[data-lib="47707"] .-w-jobs_data_wrapper .-w-jobs_data{width:100%;}[data-lib="47707"] .-w-jobs_data .-w-job_top{padding:15px;}[data-lib="47707"] .-w-jobs_data .-w-job_top .-w-date{font-size:12px;
	padding:8px 10px 5px;}[data-lib="47707"] .-w-jobs_data .-w-job_top .-w-title{font-size: 3.5vw;}[data-lib="47707"] .-w-jobs_data_wrap{padding:20px 0;}[data-lib="47707"] table.-w-jobs_table tr th{width:100%;
	display:block;
	padding: 15px;
	text-align:left;
	font-size: 3.5vw;
	border-bottom:0;
	font-weight:bold;
	border:none;}[data-lib="47707"] table.-w-jobs_table tr td{width:100%;
	display:block;
	padding: 15px;
	font-size: 3.5vw;}[data-lib="47707"] .-w-entry_btn{padding: 16px 25px;
	min-width: auto;
	max-width:270px;
	font-size: 3.0vw;}[data-lib="47707"] .-w-point{margin:50px auto;}[data-lib="47707"] table.-w-point_table{font-size:14px;}[data-lib="47707"] table.-w-point_table tr th{width:100%;
	display:block;
	padding: 15px;
	border-bottom:0;
	text-align:left;
	font-size: 3.5vw;
	font-weight:bold;
	border:none;}[data-lib="47707"] table.-w-point_table tr td{width:100%;
	display:block;
	padding: 15px;
	font-size: 3.5vw;}[data-lib="47707"] .-w-point section{border:none;}[data-lib="47707"] .-w-point section h4{padding: 15px;
	font-size: 3.5vw;
	text-align:left;}[data-lib="47707"] .-w-point section .-w-text_area{padding: 15px;
	font-size: 3.5vw;
	border: 1px solid #dddddd;
	border-top: none;}[data-lib="47707"] .-w-text{padding: 15px;}}@media  all and (-ms-high-contrast:none){[data-lib="47707"] *::-ms-backdrop,[data-lib="47707"]  .jobs_data_wrapper .images img{height: auto;}}/*widget:86cb16df-f881-4b17-84b3-688376626000*/[data-lib="29731"] *{box-sizing:border-box;}[data-lib="29731"] .-w-pagebg{position: fixed;
	width: 100%;
	height: 100vh;
	bottom: 50px;
	left: 0;
	z-index: -1;}[data-lib="29731"] .-w-pagebg .-w-txt{height: 100%;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: right;
	font-size: 16rem;
	line-height: 11rem;
	font-weight: 600;
	padding: 0;
	letter-spacing: -5px;
	color:#363636;
	opacity: 0.05;}[data-lib="29731"] .-w-pagebg .-w-txt.-w-font_en::before{display: none;}[data-lib="29731"] .-w-pagebg .-w-bg_big{position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;}[data-lib="29731"] .-w-pagebg .-w-bg_big svg{position: absolute;
	bottom: 0;
	left: -51rem;
	z-index: -1;
	width: 81rem;
	fill:rgba(54,107,54,0.15);}@media  screen and (max-width:768px) {[data-lib="29731"] .-w-pagebg{top: 7vh;
	bottom:initial;
	height:100vh;
	height:100svh;
	height: -webkit-fill-available;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;}[data-lib="29731"] .-w-pagebg .-w-txt{min-height: -webkit-fill-available;
	min-height: 100vh;
	font-size: 27vw;
	line-height: 16vw;
	letter-spacing: -2px;}[data-lib="29731"] .-w-pagebg .-w-txt.-w-font_en::before{display: none;}}/*widget:9291aa73-1d50-4e11-a1ef-5d54a965129e*/@keyframes w-59738-zoom{
0% {
    transform: scale(1.3,1.3);
    transform-origin: center;
    opacity: 0;
}
100% {
    transform: scale(1.0,1.0);
    transform-origin: center;
    opacity: 1;
}}[data-lib="59738"]{overflow:hidden;
	position: relative;}[data-lib="59738"] .-w-wrapper{display: flex;
	align-items: center;
	justify-content: space-around;}[data-lib="59738"] .-w-bgimage{position: relative;
	padding: 12rem 0;
	background: hsla(120,100%,104%,1);}[data-lib="59738"] .-w-bgimage:before{content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background:rgba(54,54,54,0.8);}[data-lib="59738"] .-w-general.-w-font_en::before,[data-lib="59738"]  span.-w-font_en::before,[data-lib="59738"] 
.-w-general.-w-font_en::after,[data-lib="59738"]  span.-w-font_en::after{display: none;}[data-lib="59738"] .-w-bgimage.-w-zoom.-w-active{animation-name: w-59738-zoom;
	animation-delay: 0.1s;
	animation-duration: 2.4s;
	transform-origin: 0% 50%;
	animation-duration: 1.5s;
	animation-timing-function: cubic-bezier(0.29, 0.135, 0.055, 1);
	animation-fill-mode: both;}[data-lib="59738"] .-w-wrap{position: relative;
	z-index: 2;}[data-lib="59738"] .-w-ttl_wrap span.-w-font_en{display: block;
	width:100%;
	font-size: 6.6rem;
	padding:0;
	text-align: center;
	color:rgba(250,255,250,1);}[data-lib="59738"] .-w-ttl_wrap h2.-w-general{justify-content: center;
	color:rgba(250,255,250,1);}[data-lib="59738"] h3.-w-general{text-align: center!important;
	color:rgba(250,255,250,1);}[data-lib="59738"] .-w-textfont{color:rgba(250,255,250,1);
	position: relative;
	z-index: 1;
	text-align: center;}[data-lib="59738"] .-w-contact_btn{position: relative;
	z-index: 1;
	margin-top: 0;
	color: #363636;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .12em;
	background: transparent;
	text-align: center;
	border: none;
	display: block;
	width: 100px;
	height: 100px;}[data-lib="59738"] .-w-contact_btn a{display: block;
	width: 100px;
	height: 100px;}[data-lib="59738"] .-w-contact_btn a:after{width: 100px;
	height: 100px;
	color: #fff;
	transition: all .3s;
	content: "→";
	border: 1px solid;
	border-radius: 50%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;}[data-lib="59738"] .-w-contact_btn a:hover{background: transparent;}[data-lib="59738"] .-w-contact_btn a:hover:after{transform: scale(1.2);
	transition: 0.4s;}[data-lib="59738"] .-w-tel{text-decoration: none;
	text-align: center;
	color:rgba(54,107,54,1);
	font-size: 4rem;}[data-lib="59738"] .-w-sp{display: none;}@media (max-width: 768px){[data-lib="59738"] .-w-bgimage{padding: 9rem 0;}[data-lib="59738"] .-w-more_btn{max-width:80%;
	margin-right: auto;
	margin-left: auto;}[data-lib="59738"] h3.-w-general{justify-content: center;}[data-lib="59738"] .-w-sp{display: block;}[data-lib="59738"] .-w-pc{display: none;}[data-lib="59738"] .-w-tel a{text-decoration: none;
	color:rgba(54,107,54,1);}[data-lib="59738"] .-w-ttl_wrap{margin-bottom: 3rem;}[data-lib="59738"] .-w-wrapper{flex-direction: column;}[data-lib="59738"] .-w-ttl_wrap span.-w-font_en{font-size: 12vw;
	text-align: center;}}/*widget:518536ae-382d-4eb5-8776-08d88631083a*/[data-lib="29170"]{padding: 10rem 0;
	background: hsla(120,100%,104%,1);
	color:rgba(54,54,54,1);
	position: relative;
	z-index: 100;}[data-lib="29170"] a[href^="tel:"]{cursor: default;}[data-lib="29170"] a[href^="tel:"]:hover{text-decoration: none;}[data-lib="29170"] a:hover{opacity: 0.6;}[data-lib="29170"] ul,[data-lib="29170"] li{list-style: none;}[data-lib="29170"] .-w-pc{display: block;}[data-lib="29170"] .-w-sp{display: none;}[data-lib="29170"] .-w-wrapper{position: relative;
	z-index: 1;}[data-lib="29170"] .-w-foot_main{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding:0 0 6rem;
	border-bottom:1px solid;
	border-color:hsla(0,0%,26%,1);}[data-lib="29170"] .-w-flogo{max-width:230px;}[data-lib="29170"] .-w-flogo a{display: block;}[data-lib="29170"] .-w-flogo a img{padding:0px;
	background:none;
	object-fit: contain;}[data-lib="29170"] .-w-flogo a:hover{opacity: 0.8;}[data-lib="29170"] .-w-foot-nav{width:calc(100% - 230px);
	margin-left:50px;}[data-lib="29170"] .-w-fnav ul{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	flex-flow: wrap;
	min-height: 150px;}[data-lib="29170"] .-w-fnav ul li{margin: 0 10px 10px;
	font-size: 1.4rem;
	width: calc((125% - 38px) / 4);}[data-lib="29170"] .-w-fnav ul li a{color:rgba(54,54,54,1);
	text-decoration: none;}[data-lib="29170"] .-w-fnav ul li a:hover{color: #ffffff;
	color:hsla(0,0%,26%,1);}[data-lib="29170"] .-w-foot_btm{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding:3rem 0 0;
	font-size:1.4rem;}[data-lib="29170"] .-w-foot_btm a{color: inherit;
	text-decoration: none;}[data-lib="29170"] .-w-foot_btm a:hover{color:hsla(0,0%,26%,1);
	text-decoration: underline;}[data-lib="29170"] .-w-left{width:40%;}[data-lib="29170"] .-w-left .-w-company_name{font-weight: 600;}[data-lib="29170"] .-w-left .-w-company_address{margin-top: 2rem;}[data-lib="29170"] .-w-left .-w-copyright{margin-top: 20px;
	text-align: left;}[data-lib="29170"] .-w-right{width:50%;
	margin-left:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;}[data-lib="29170"] .-w-right .-w-fnav2{margin-left:auto;}[data-lib="29170"] .-w-right .-w-fnav2 ul{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;}[data-lib="29170"] .-w-right .-w-fnav2 ul li{margin: 0 0 0 2em;
	font-size: 1.4rem;}[data-lib="29170"] .-w-right .-w-fnav2 ul li:first-child{margin:0;}[data-lib="29170"] .-w-tel{text-align: left;}@media (min-width: 769px){[data-lib="29170"] .-w-tel a{pointer-events: none;}}@media (max-width: 1023px){[data-lib="29170"] .-w-fnav ul{height: 310px;
	justify-content: flex-end;}[data-lib="29170"] .-w-fnav ul li{width: calc((125% - 45px) / 3);}[data-lib="29170"] .-w-tel{font-size: 1.6rem;}[data-lib="29170"] .-w-flogo{max-width:215px;}[data-lib="29170"] .-w-foot-nav{margin-left: 0;}}@media (max-width: 768px){[data-lib="29170"]{padding:5rem 0 20rem;}[data-lib="29170"] .-w-pc{display: none;}[data-lib="29170"] .-w-sp{display: none;}[data-lib="29170"] .-w-fixed_on{padding-bottom: 3rem;}[data-lib="29170"] .-w-wrapper{padding-bottom: 5rem;}[data-lib="29170"] .-w-foot-nav,[data-lib="29170"] .-w-fnav2{display: none;}[data-lib="29170"] .-w-foot_main,[data-lib="29170"] .-w-foot_btm{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;}[data-lib="29170"] .-w-foot_main{padding:0 0 2rem;}[data-lib="29170"] .-w-left,[data-lib="29170"] .-w-right{width:100%;}[data-lib="29170"] .-w-left .-w-company_name{font-size: 4.0vw;}[data-lib="29170"] .-w-right .-w-copyright{text-align: left;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;}[data-lib="29170"] .-w-flogo a img{max-height: 90px;}[data-lib="29170"] .-w-tel{font-size: 1.6rem;}}@media (orientation: landscape) and (max-height: 500px){[data-lib="29170"]{padding:5rem 0 16rem;}[data-lib="29170"] .sp_box{padding: 4vw 4vw;}}@media (max-width: 500px){[data-lib="29170"]{padding-bottom: 17rem;}}@media (max-width: 430px){[data-lib="29170"]{padding-bottom: 15rem;}}/*instance mediea*/@media (max-width: 768px){[data-instance="40180"]{padding-bottom: 1rem;}}/*layout:25*/table {
    border-collapse: collapse;
}
/* table th, table td {
    border: 1px solid transparent;
} */

/* フォーム用 */
.form-table .table {
  border-collapse: collapse;
}

.form-table table p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],
textarea {
  background: #fff;
  border:1px solid #eee;
  display: inline-block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table{
    background: #f5f5f5;
    background:rgba(250,255,250,1);
    padding: 2%;
    border-radius: 12px;
}

.form-table table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	table-layout: fixed;
}

.form-table table tr {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form-table table tr th {
    background: #cecece;
    background:rgba(35,65,3,1);
    color: #313131;
    color:rgba(255,255,255,1);
	width: 25%;
	margin-right:5%;
	padding: 15px 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align:left;
	border-radius: 12px;
	min-width: 250px;
}
.form-table table tr td {
    border-top: 1px solid ;
    border-color: #dddddd;
    border-color:#234103;
    background: #ffffff;
    color: #313131;
	width: 70%;
	padding: 15px 20px;
	vertical-align: middle;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	min-width: 785px;
}
@media (max-width: 1169px) {
    .form-table table tr th {
        min-width: auto;
    }
    .form-table table tr td {
        min-width: auto;
    }
}
@media (max-width: 768px) {
    .form-table {
        background: none;
    }
    .form-table table tr th {
        display: block;
        width: 100%;
        border-bottom: none;
        text-align:left;
        margin-bottom: 5px;
        background: none;
        color: #2d65af;
        color:rgba(35,65,3,1);
        padding: 0;
        min-width: auto;
    }
    .form-table table tr td {
        display: block;
        width: 100%;
        padding: 10px 2%;
        border-bottom: none;
        text-align:left;
    	border-bottom-right-radius: initial;
        border-bottom-left-radius: initial;
        min-width: auto;
    }
    .form-table table tr:last-child td {
        border-bottom: 1px solid;
        border-radius: none;
    }
}

input.owlet-input-name-sei {
    margin-right: 10px;
}

input.owlet-input-name-sei,input.owlet-input-name-mei {
    width: 30%;
}

input.owlet-input-tel1, input.owlet-input-tel2, input.owlet-input-tel3 {
    width: 30%;
}

input.owlet-input-tel1 {
    margin-right: 5px;
}

input.owlet-input-tel2 {
    margin: 0 5px;
}

input.owlet-input-tel3 {
    margin-left: 5px;
}

.owlet-rules.owlet-rules-6 {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 50px;
}

.owlet-rules-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.owlet-rules-body {
    height: 300px;
    overflow: auto;
    border: 1px solid;
    padding: 30px;
    background: #fff;
}

.owlet-rules-agree {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.form-table td label{
    margin-right: 5px;
}

.form_button {
    padding-top: 50px;
    text-align: center;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form_button input {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    color: #f2b043;
    border: solid 2px;
    border-color: #f2b043;
    border-radius: 3px;
    transition: .4s;
    font-size: 20px;
    background: #fff;
}
.form_button input:hover {
    background: #234103;
    color: #fff;
    cursor: pointer;
}

.form_button a {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    color: #f2b043;
    border: solid 2px;
    border-color: #f2b043;
    border-radius: 3px;
    transition: .4s;
    font-size: 16px;
    background: #fff;
    margin-right: 10px;
}
.form_button a:hover {
    background: #234103;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .form-table{
        padding-top: 100px;
    }
    .form-table table{
        width: 96%;
        margin: 0 auto;
    }
    .form-table th,.form-table td {
        display: block;
        width: 80%;
        margin: 0 auto;
        border-bottom: none;
    }
    input[type="text"], textarea{
        width: 100%;
    }
    input.owlet-input-name-sei,input.owlet-input-name-mei {
            width: 30%;
        }

        input.owlet-input-tel1, input.owlet-input-tel2, input.owlet-input-tel3 {
            width: 30%;
        }
}

table.input_calendar {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	table-layout: fixed;
}
table.input_calendar tr {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
table.input_calendar tr th {
    background: #cecece;
    background:rgba(35,65,3,1);
    color: #313131;
    color:rgba(255,255,255,1);
	width: 25%;
	margin-right:5%;
	padding: 15px 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align:left;
	border-radius: 0;
	min-width: 250px;
}
table.input_calendar tr td {
    border-top: 1px solid ;
    border-color: #dddddd;
    border-color:#234103;
    background: #ffffff;
    color: #313131;
	width: 70%;
	padding: 15px 20px;
	vertical-align: middle;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	min-width: 785px;
}

.-w-translateOffset {
  padding-top: 40px!important;
}
.skiptranslate {
  opacity: 0;
}