@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;
}

/* 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;
}

/***幅指定***/
[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:#fff9f0;
    color: #313131;
    color:#101823;
    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:#fff9f0;
}
.-w-txt.-w-background-r {
    color: #000;
    color:#101823;
}
.-w-txt.-w-main {
    color: #001754;
    color:#4F74A8;
}
.-w-txt.-w-main-r {
    color: #fff;
    color:#ffffff;
}
.-w-txt.-w-accent {
    color: #4f0506;
    color:#1F8123;
}
.-w-txt.-w-accent-r {
    color: #fff;
    color:#ffffff;
}
/*背景色＋テキスト色*/
.-w-bg.-w-background {
    background: #fff;
    background:#fff9f0;
    color: #000;
    color:#101823;
}
.-w-bg.-w-main {
    background: #001754;
    background:#4F74A8;
    color: #fff;
    color:#ffffff;
}
.-w-bg.-w-accent {
    background: #4f0506;
    background:#1F8123;
    color: #fff;
    color:#ffffff;
}
/*反転ver*/
.-w-bg.-w-background-r {
    background: #000;
    background:#101823;
    color: #fff;
    color:#fff9f0;
}
.-w-bg.-w-main-r {
    background: #fff;
    background:#ffffff;
    color: #001754;
    color:#4F74A8;
}
.-w-bg.-w-accent-r {
    background: #fff;
    background:#ffffff;
    color: #4f0506;
    color:#1F8123;
}
/*hover時背景色指定*/
a.-w-bg.-w-background:hover {
    background: #000;
    background:#101823;
    color: #fff;
    color:#fff9f0;
}
a.-w-bg.-w-main:hover {
    background: #fff;
    background:#ffffff;
    color: #001754;
    color:#fff9f0;
}
a.-w-bg.-w-accent:hover {
    background: #fff;
    background:#ffffff;
    color: #4f0506;
    color:#1F8123;
}
a.-w-bg.-w-background-r:hover {
    background: #fff;
    background:#fff9f0;
    color: #000;
    color:#101823;
}
a.-w-bg.-w-main-r:hover {
    background: #001754;
    background:#4F74A8;
    color: #fff;
    color:#ffffff;
}
a.-w-bg.-w-accent-r:hover {
    background: #4f0506;
    background:#1F8123;
    color: #fff;
    color:#ffffff;
}

/***ボーダー色指定***/
.-w-bd.-w-background {
    border-color: #fff;
    border-color:#fff9f0;
}
.-w-bd.-w-main {
    border-color: #001754;
    border-color:#4F74A8;
}
.-w-bd.-w-accent {
    border-color: #4f0506;
    border-color:#1F8123;
}
.-w-bd.-w-background-r {
    border-color: #000;
    border-color:#101823;
}
.-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:#101823;
}
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:#fff9f0;
}
a.-w-bd.-w-bg.-w-main:hover,
a.-w-bd.-w-main-r:hover {
    border-color: #001754;
    border-color:#4F74A8;
}
a.-w-bd.-w-bg.-w-accent:hover,
a.-w-bd.-w-accent-r:hover {
    border-color: #4f0506;
    border-color:#1F8123;
}


/*見出し設定*/
.-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(16,24,35,1);
}
h2.-w-general{
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0;
    color:#313131;
    color:rgba(16,24,35,1);
}
h3.-w-general{
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0;
    color:#EA7C5D;
    color:rgba(79,116,168,1);
}
h4.-w-general {
    font-size: 2rem;
    color:#313131;
    color:rgba(16,24,35,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(31,129,35,1);
    color:rgba(255,255,255,1);
    border-color:rgba(31,129,35,1);
}

@media (min-width: 769px) {
  .-w-more_btn a.current,
  .-w-more_btn a:hover{
      opacity: 1;
      background-color:#ffffff;
      color:#ff6600;
      color:rgba(31,129,35,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(16,24,35,1);
    background-color:rgba(255,249,240,1);
}
.owlet-form .alert {
    font-weight: bold;
    color: #ff0000;
    
        color: hsla(214.74,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(214.74,100%,40%,1);
    
    color: #fff;
    
        color: hsla(214.74,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(31,129,35,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:#1F8123;
    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(16,24,35,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(31,129,35,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(31,129,35,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:#1F8123;
    font-family:'Noto Sans JP';
    background-color:#1F8123;
    color:#ffffff;
}
.owlet-form .form_button input[type="button"]:hover {
    background-color:#ffffff;
    color:#1F8123;
    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:#1F8123;
        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:#fff9f0;
    }
    .owlet-form .-w-rules-agree{
        font-size:1.3rem;
    }
    .owlet-form .-w-form_wrap{
        background: none;
    }
    .owlet-form .-w-require{
        color:#1F8123;
    }
}

/*
フォーム 規約
**************************************/
.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: source-han-sans-cjk-ja, sans-serif;
        font-weight: 300;
        font-style: normal;

        font-family:'Noto Sans JP',arial,sans-serif;
        font-style:normal;
        font-weight:400;
    }
    @media (max-width: 768px) {
        body {
            font-weight:400;
        }
    }
    /*見出しフォント*/
  .-w-font_title1{
        font-family:'Zen Kaku Gothic New', 'Noto Sans JP',sans-serif;
        font-style:normal;
        font-weight:500;
    }
    /*MVフォント*/
  .-w-font_title2{
        font-family:'Zen Kaku Gothic New', 'Noto Sans JP',sans-serif;
        font-style:normal;
        font-weight:400;
    }
    /*英数字フォント*/
  .-w-font_en{
        font-family:'Reddit Sans', 'Zen Kaku Gothic New', 'Noto Sans JP',sans-serif;
        font-style:normal;
        font-weight:300;
    }
    .-w-font_en_after:after{
        font-family:'Reddit Sans', 'Zen Kaku Gothic New', 'Noto Sans JP',sans-serif;
        font-style:normal;
        font-weight:300;
    }




























































/*================================================================*/












    .-w-general.-w-font_en,
    span.-w-font_en {
        text-align: left;
        font-size: 4.6rem;
        display: flex;
        width:fit-content;
    }
    h2.-w-general{
        font-size: 2.2rem;
    }
    h2.-w-general,
    h3.-w-general{
        text-align: left!important;
    }
    div.-w-text {
        text-align: left!important;
    }
    .-w-general.-w-font_en::before,
    span.-w-font_en::before{
        position: absolute;
        z-index: -1;
        content: "";
        
        background: url(/_img/ja/resource/9191/icon_ttl/) no-repeat center top;
        
        background-size: 40px;
        padding-top: 40px;
        width: 100%;
        height: 40px;
        margin-bottom:0!important;
        top:-20px;
    }
    .-w-wrapper span.-w-font_en::before{
        z-index: -1;
    }
    .-w-general.-w-font_en,
    span.-w-font_en{
        position: relative;
        margin-bottom: 0!important;
        padding: 15px 0;
    }
    
    @media (max-width: 1023px) {
        .-w-general.-w-font_en,
        span.-w-font_en {
            font-size:5.5rem;
        }
        h2.-w-general{
            font-size:2.0rem;
        }
    }
    @media (max-width: 768px) {
        .-w-general.-w-font_en,
        span.-w-font_en {
            font-size: 9vw;
            margin-top: 30px;
        }
        .-w-general.-w-font_en::before,
    span.-w-font_en::before{
        background-size: 30px;
        padding-top: 30px;
        height: 30px;
        top:-17px;
    }
    }
























































/*ボタン*/











































    .-w-more_btn {
        text-align: center;
        z-index: 1;
    }
    .-w-more_btn a {
        display: inline-block;
        border: 2px solid;
        position: relative;
        background: #fff;
        color: #1F8123;
        overflow: hidden;
        border: 2px solid #1F8123;
        padding: 17px 30px 17px 50px;
        transition: all .3s;
        border-radius: 4px;
        min-width: 190px;
        text-align: center;
        z-index: 1;
    }
    .-w-more_btn a:before{
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        width: 7px;
        height: 7px;
        left: 1.5rem;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        z-index: 2;
        transform: translateY(-50%) rotate(45deg);
        transition: all .3s;
    }
    .-w-more_btn a:after{
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: -2rem;
        background: #1F8123;
        z-index: 1;
        width: 6rem;
        height: 130%;
        border-radius: 50%;
        transform: translateY(-50%);
        transition: all .5s;
    }
    .-w-more_btn a:hover{
        color: #ffffff;
    }
    .-w-more_btn a:hover:after{
        right: 0;
        width: 120%;
        border-radius: 0;
    }
@media (max-width: 768px) {
    .-w-more_btn a{
        min-width: 100%;
    }
    .-w-more_btn a:hover{
        color: #1F8123;
    }
    .-w-more_btn a:hover:after{
        right: auto;
        left: -2rem;
        width: 6rem;
        border-radius: 50%;
    }
}





















/*widget:c68be05e-b65d-408e-99a4-5ebc1cacf889*/[data-lib="1998"][data-pattern="3"] .pace{-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: fixed;
	z-index: 20002;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1s ease-in-out;
	transition-delay: .5s;}[data-lib="1998"][data-pattern="3"] .pace.pace-inactive{z-index: 20001;
	opacity: 0;
	visibility: hidden;}[data-lib="1998"][data-pattern="3"] .pace .pace-progress{position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
	background-color:#;
	background-color:#ffffff;
	background-size: 200px auto;
	width: 100% !important;}[data-lib="1998"][data-pattern="3"] .pace .pace-progress:before{content: "";
	position: absolute;
	transition: all 1s cubic-bezier(1,.05,.58,.9);
	transition-delay: .3s;
	background: #ffffff;
	background: #ffffff;}[data-lib="1998"][data-pattern="3"] .pace.pace-inactive .pace-progress:before{opacity: 0;}[data-lib="1998"][data-pattern="3"] .pace-progress-inner{position: absolute;
	transition: all 1s cubic-bezier(1,.05,.58,.9);
	transition-delay: .3s;
	background-color:#a1a767;
	background: #ffffff;
	background: #ffffff;}[data-lib="1998"][data-pattern="3"] .pace.pace-inactive .pace-progress .pace-progress-inner{opacity: 0;}[data-lib="1998"][data-pattern="3"] .pace .pace-progress:after{display: inline-block;
	position: absolute;
	top: 33%;
	left: 50%;
	content: attr(data-progress-text);
	padding-top: 200px;
	line-height: 1;
	text-align: center;
	transition: all 1s ease-in-out;
	transform: translate(-50%);
	background: url(/_img/ja/resource/9/logo/) center center no-repeat;
	background-size: inherit;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 200;
	font-size: 2em;
	width: 100%;
	color: inherit;
	color: inherit;}[data-lib="1998"][data-pattern="3"].logo_off .pace .pace-progress:after{display: inline-block;
	position: absolute;
	top: 33%;
	left: 50%;
	content: attr(data-progress-text);
	padding-top: 200px;
	line-height: 1;
	text-align: center;
	transition: all 1s ease-in-out;
	transform: translate(-50%);
	background: none;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 200;
	font-size: 2em;
	width: 100%;}[data-lib="1998"][data-pattern="3"] .pace.pace-inactive .pace-progress:after{transform: translate(-50%, 100%);}[data-lib="1998"][data-pattern="3"].bg_a1a767,[data-lib="1998"][data-pattern="3"] 
    .bg_a1a767 .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_a1a767 .pace-progress-inner{background-color:#a1a767;}[data-lib="1998"][data-pattern="3"].bg_black .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_black .pace-progress-inner{background-color:#000000;}[data-lib="1998"][data-pattern="3"].bg_white .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_white .pace-progress-inner{background-color:#ffffff;}[data-lib="1998"][data-pattern="3"].bg_gray .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_gray .pace-progress-inner{background-color:#808080;}[data-lib="1998"][data-pattern="3"].bg_yellow .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_yellow .pace-progress-inner{background-color:#ffff00;}[data-lib="1998"][data-pattern="3"].bg_red .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_red .pace-progress-inner{background-color:#ff0000;}[data-lib="1998"][data-pattern="3"].bg_blue .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_blue .pace-progress-inner{background-color:#0000ff;}[data-lib="1998"][data-pattern="3"].bg_green .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_green .pace-progress-inner{background-color:#008000;
	background-color:#008000;}[data-lib="1998"][data-pattern="3"].bg_a1a767 .pace .pace-progress:before,[data-lib="1998"][data-pattern="3"] 
    .bg_a1a767 .pace-progress-inner{background-color:#a1a767;}[data-lib="1998"][data-pattern="1"]{position: fixed;
	top:0;
	left: 0;
	z-index:10000000;
	width:100vw;
	height:100%;
	background-color:#ffffff;
	transition: top 1.5s ease;
	font-size: 34px;}[data-lib="1998"][data-pattern="1"] *{box-sizing: border-box;}[data-lib="1998"][data-pattern="1"] .opening_logo{width: '.resource('loading','logo_size').'px;}[data-lib="1998"][data-pattern="1"] .-w-cl{text-align: center;}[data-lib="1998"][data-pattern="1"] .-w-catch ,[data-lib="1998"][data-pattern="1"]  .-w-logo{position: fixed;
	width:100vw;
	height:100%;
	left:0;
	top:0;
	line-height: 100%;
	opacity:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="1998"][data-pattern="1"] .-w-screen{width:100vw;
	height:100%;
	background-color:#a1a767;
	position: absolute;
	left: 0;
	top: 100%;}[data-lib="1998"][data-pattern="1"] .-w-catch span ,[data-lib="1998"][data-pattern="1"]  .-w-logo img{display: inline-block;
	vertical-align: middle;}[data-lib="1998"][data-pattern="1"] .-w-logo img{max-width: 200px;}[data-lib="1998"][data-pattern="1"].domloaded .-w-catch{transition: opacity 0.5s ease .5s;
	opacity: 1;}[data-lib="1998"][data-pattern="1"].domloaded.showlogo .-w-catch{transition: opacity 0.5s ease 1.0s;
	opacity: 0;}[data-lib="1998"][data-pattern="1"].domloaded.showlogo .-w-logo{transition: opacity 0.5s ease 2.0s;
	opacity: 1;}[data-lib="1998"][data-pattern="1"].loaded{top:-200%;}[data-lib="1998"][data-pattern="1"].loaded .-w-catch ,[data-lib="1998"][data-pattern="1"].loaded  .-w-logo{transition: opacity 0.5s ease 0s!important;
	opacity: 0!important;}[data-lib="1998"][data-pattern="1"].loaded .-w-cl{transition: opacity 0.5s ease 2.0s;
	opacity: 0;}[data-lib="1998"][data-pattern="2"]{overflow-y: scroll;
	overflow-x: hidden;
	background-color:#a1a767;}[data-lib="1998"][data-pattern="2"] .pace-done{background-color:#a1a767;}[data-lib="1998"][data-pattern="2"] #pace{background-color:#a1a767;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	z-index: 10000;}[data-lib="1998"][data-pattern="2"] #pace .pace-logo{opacity: 1;
	-webkit-transition: opacity 1s .3s, transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	transition: opacity 1s .3s, transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	width: 100%;}[data-lib="1998"][data-pattern="2"] #pace .pace-logo img{display: block;
	margin: 0 auto;
	width: 200px;}[data-lib="1998"][data-pattern="2"] #pace .pace-logo.pace-hide{//opacity: 0;}[data-lib="1998"][data-pattern="2"] #pace .pace-progress{background-color:#ffffff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;}[data-lib="1998"][data-pattern="2"] #pace.pace-transition-1 .pace-progress{-webkit-transition: width 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	transition: width 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);}[data-lib="1998"][data-pattern="2"] #pace.pace-transition-2 .pace-progress{-webkit-transition: width .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	transition: width .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);}[data-lib="1998"][data-pattern="2"] .pace-activity{align-items: center;
	display: flex;
	height: 100%;
	left: 0;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	width: 100%;
	z-index: 2;}[data-lib="1998"].loader_ .pace-progress,[data-lib="1998"] 
.loader_{color:#;}[data-lib="1998"].loader_black .pace-progress,[data-lib="1998"] 
.loader_black{color:#000000;}[data-lib="1998"].loader_white .pace-progress,[data-lib="1998"] 
.loader_white{color:#ffffff;}[data-lib="1998"].loader_gray .pace-progress,[data-lib="1998"] 
.loader_gray{color:#808080;}[data-lib="1998"].loader_yellow .pace-progress,[data-lib="1998"] 
.loader_yellow{color:#ffff00;}[data-lib="1998"].loader_red .pace-progress,[data-lib="1998"] 
.loader_red{color:#ff0000;}[data-lib="1998"].loader_blue .pace-progress,[data-lib="1998"] 
.loader_blue{color:#0000ff;}[data-lib="1998"].loader_green .pace-progress,[data-lib="1998"] 
.loader_green{color:#008000;}[data-lib="1998"]{background-color:#a1a767;}[data-lib="1998"] .-w-catch span{font-size: 3.4rem;}@media all and (orientation: landscape){[data-lib="1998"] .pace-progress-inner{top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: skewX(-45deg);}[data-lib="1998"] .pace.pace-inactive .pace-progress .pace-progress-inner{transform: translateX(100%) skewX(-45deg);}[data-lib="1998"] .pace .pace-progress:before{top: 0;
	left: -50%;
	width: 102%;
	height: 100%;
	transform: skewX(-45deg);}[data-lib="1998"] .pace.pace-inactive .pace-progress:before{transform: translateX(-100%) skewX(-45deg);}}@media (max-width: 640px){[data-lib="1998"] .-w-catch span{font-size: 2.4rem;}}/*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: 14.0rem;}[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(16,24,35,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(16,24,35,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"]{margin-top: 2.0rem;
	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: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:#101823;
	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(79,116,168,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:93c43e82-7e6a-407a-ac90-e9a66f56f04c*/[data-lib="48706"] ul{list-style:none;}[data-lib="48706"] .-w-wrapper{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding: 5.0rem 0 10rem;
	gap: 2rem;}[data-lib="48706"] [data-w-width="0"].-w-wrapper{padding: 5.0rem 1rem;}[data-lib="48706"] .-w-blog_main{width:74.0rem;
	word-break: break-all;}[data-lib="48706"] .-w-blog_main h3.-w-general.-w-ttl{font-size:3.0rem;
	margin-bottom:3.0rem;
	color:#101823;}[data-lib="48706"] [data-w-width="0"].-w-wrapper .-w-blog_main{width:75%;}[data-lib="48706"] .-w-ttl-style h2.-w-general{background:#4F74A8;
	color:#ffffff;
	padding:1rem;
	margin:0 auto 2rem;}[data-lib="48706"] .-w-ttl-style .-w-text{margin:0 auto;}[data-lib="48706"] section.-w-ttl-style:not(:last-child){margin:0 auto 4rem;}[data-lib="48706"] .-w-conclusion_wrap{margin:5rem auto 4rem;
	border-bottom:1px solid #4F74A8;
	padding-bottom:4rem;}[data-lib="48706"] .-w-conclusion_wrap h3.-w-general{font-weight: 500;}[data-lib="48706"] .-w-conclusion_wrap h3.-w-general .material-symbols-outlined{background:#4F74A8;
	color:#ffffff;
	border-radius: 100%;
	padding:0.1em;
	vertical-align: top;
	margin-right: 0.25em;}[data-lib="48706"] .-w-blog_main h2.-w-general{margin: 3rem 0;}[data-lib="48706"] .-w-dtl-info{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin:0 auto 30px;}[data-lib="48706"] .-w-dtl-info a{text-decoration: none;
	color:#101823;
	text-underline-offset: 3px;}[data-lib="48706"] .-w-dtl-info a:hover{text-decoration: underline;}[data-lib="48706"] .-w-dtl-info .-w-date{margin:0 10px;}[data-lib="48706"] .-w-dtl-info .-w-cate{position: relative;
	padding-left: 2.0rem;}[data-lib="48706"] .-w-dtl-info .-w-cate .-w-cate_in:before{position: relative;
	content:",";}[data-lib="48706"] .-w-dtl-info .-w-cate .-w-cate_in:first-child:before{position: relative;
	content:"";}[data-lib="48706"] .-w-dtl-info .-w-cate:before{content: '｜';
	position: absolute;
	left: 0;}[data-lib="48706"] h3.-w-general{margin: 2.0rem 0 1rem;}[data-lib="48706"] .-w-mainimage{text-align: center;
	margin:0 auto 30px;
	position: relative;
	overflow: hidden;}[data-lib="48706"] .-w-contents_wrap .-w-mainimage .swiper-wrapper{padding-top: 1em;
	align-items: center;}[data-lib="48706"] .swiper-slide{text-align: center;}[data-lib="48706"] .swiper-slide a{position: relative;
	display: block;
	text-decoration: none;}[data-lib="48706"] .swiper-slide a:before{position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 6px solid #fff9f0;
	width: 100px;
	height: 100px;}[data-lib="48706"] .swiper-slide a:after{position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #fff9f0;
	border-width: 30px 0 30px 50px;}[data-lib="48706"] .swiper-slide.slide2{text-align: center;
	display: flex;
	justify-content: center;}[data-lib="48706"] .thumbnail{margin-top: 0.5rem;
	position: relative;}[data-lib="48706"] .thumbnail .swiper-slide{opacity: .5;}[data-lib="48706"] .thumbnail .swiper-slide.swiper-slide-thumb-active{opacity: 1;}[data-lib="48706"] .swiper-button-prev,[data-lib="48706"] 
.swiper-button-next{background: none;
	border-left: 4px solid #4F74A8;
	border-bottom: 4px solid #4F74A8;
	width: 20px;
	height: 20px;
	top: calc(50% + 15px);
	transform: rotate(45deg);}[data-lib="48706"] .swiper-button-next{transform: rotate(-135deg);}[data-lib="48706"] .swiper-button-next:after,[data-lib="48706"]  .swiper-button-prev:after{display: none;}[data-lib="48706"] .swiper-pagination{position: relative;
	bottom: 30px;
	opacity: 0;}[data-lib="48706"] .swiper-pagination-bullet{margin: 0 2px;}[data-lib="48706"] .swiper-pagination-bullet-active{background: #f00;
	background-color: #4F74A8;}[data-lib="48706"] .-w-content{margin-top: 30px;}[data-lib="48706"] .-w-image{text-align: center;
	margin:0 auto 30px;}[data-lib="48706"] .-w-image img{margin:0 auto;}[data-lib="48706"] .-w-text{margin:0 auto 40px;}[data-lib="48706"] .-w-link_blok{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-lib="48706"] .-w-link_blok .-w-more_btn{margin-top:0;}[data-lib="48706"] .-w-blog_side{width:37.0rem;
	margin-left:auto;}[data-lib="48706"] .-w-blog_side .-w-contents .-w-tag{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	gap: 0.5rem;}[data-lib="48706"] .-w-blog_side .-w-contents .-w-tag span{background-color: #fff;
	background-color: hsla(36,100%,102%,1);
	text-align: center;
	font-size: 1.2rem;
	border: 1px solid;
	border-color:rgba(16,24,35,0.1);
	padding: 0 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;}[data-lib="48706"] [data-w-width="0"].-w-wrapper .-w-blog_side{width:23%;}[data-lib="48706"] .-w-blog_side section{border-top: 0.2rem solid;
	border-top-color: #000000;
	border-top-color:rgba(255,249,240,1);
	padding: 4.0rem 0 0;}[data-lib="48706"] .-w-blog_side section:first-child{padding-top: 0;}[data-lib="48706"] .-w-blog_side section h3.-w-general{font-size:2.1rem;
	margin-bottom:10px;}[data-lib="48706"] .-w-side-blog-list li{margin:1.5rem 0 0;
	background: #fff;
	padding:1rem;
	border-bottom:1px solid #4F74A8;}[data-lib="48706"] .-w-side-blog-list li:first-child{margin-top:0;}[data-lib="48706"] .-w-side-blog-list li:last-child{margin-bottom:0;}[data-lib="48706"] .-w-side-blog-list li article{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;}[data-lib="48706"] .-w-side-blog-list li .-w-contents{width: 100%;
	padding-left: 10px;}[data-lib="48706"] .-w-side-blog-list li .-w-contents h4.-w-general{font-size:1.4rem;}[data-lib="48706"] .-w-side-blog-list li .-w-contents h4.-w-general a{color:#1F8123;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;}[data-lib="48706"] .-w-side-blog-list li .-w-contents h4.-w-general a:hover{text-decoration: underline;}[data-lib="48706"] .-w-side-blog-list li .-w-contents .-w-date{line-height: 1.0;
	font-size: 1.4rem;}[data-lib="48706"] .-w-side-blog-list li .-w-contents .-w-date i{vertical-align: middle;
	font-size: 21px;}[data-lib="48706"] .-w-side-list li a{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 43px;
	padding: 7px 15px;
	border-radius: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #4F74A8;
	border:1px solid;
	border-color:#aaa;
	border-color: #4F74A8;
	color:#626262;
	color:#ffffff;}[data-lib="48706"] .-w-side-list li:nth-child(n + 2){margin-top: 10px;}[data-lib="48706"] .-w-side-list li a span.-w-count{position: absolute;
	right: 20px;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.2rem;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	background-color: #ffffff;
	color: #4F74A8;}[data-lib="48706"] .-w-side-list li a:hover{text-decoration: none;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #4F74A8;
	color: #4F74A8;
	position: relative;
	z-index: 2;}[data-lib="48706"] .-w-side-list li a:hover span.-w-count{background-color: #4F74A8;
	color: #ffffff;}[data-lib="48706"] h4.-w-general{margin-bottom:1rem;}[data-lib="48706"] .pagenation{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6.0rem;
	line-height: 1.0;
	font-size: 1.5rem;}[data-lib="48706"] .pagenation span{margin-right: 5px;}[data-lib="48706"] .pagenation span.current,[data-lib="48706"] 
.pagenation span a{border: 1px solid;
	padding: 12px 14px;
	text-decoration: none;}[data-lib="48706"] .pagenation span a{display: block;
	color: #4F74A8;
	background-color: #ffffff;
	border-color: #ffffff;}[data-lib="48706"] .pagenation span.prev a:hover,[data-lib="48706"] 
.pagenation span.next a:hover{text-decoration: none;
	color: #ffffff;
	background-color: #4F74A8;
	border-color: #ffffff;}[data-lib="48706"] .pagenation span.prev.current,[data-lib="48706"] 
.pagenation span.next.current{display: none;}[data-lib="48706"] .pagenation span.prev a,[data-lib="48706"] 
.pagenation span.next a{color: #4F74A8;
	background-color: #ffffff;
	border-color: #ffffff;}[data-lib="48706"] .pagenation span.current{color: #ffffff;
	background-color: #4F74A8;
	border-color: #ffffff;}[data-lib="48706"] .pagenation span.scope_limit{color: #ffffff;}[data-lib="48706"] .pagenation span a:hover{color: #ffffff;
	background-color: #4F74A8;
	border-color: #ffffff;}[data-lib="48706"] .-w-side-taglist{display: flex;
	flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;}[data-lib="48706"] .-w-side-taglist li{margin: 0 0.8vh 1.0vh 0;
	display: block;
	margin: 0 0.8vh 1.0vh 0;
	display: block;}[data-lib="48706"] .-w-side-taglist li a{display: flex;
	justify-content: center;
	align-items: center;
	color:#101823;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	border: 1px solid rgba(16,24,35,0.1);
	padding: 0.4rem 1rem 0.6rem;
	-webkit-transition: .2s;
	transition: .2s;
	background: hsla(36,100%,102%,1);
	display: flex;
	justify-content: center;
	align-items: center;
	color:#101823;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	border: 1px solid rgba(16,24,35,0.1);
	padding: 0.4rem 1rem 0.6rem;
	-webkit-transition: .2s;
	transition: .2s;
	background: hsla(36,100%,102%,1);}[data-lib="48706"] .-w-side-taglist li a:hover{color:rgba(79,116,168,1);
	background:rgba(79,116,168,0.1);
	color:rgba(79,116,168,1);
	background:rgba(79,116,168,0.1);}[data-lib="48706"] .ba_contents{display: flex;}[data-lib="48706"] .ba_contents_L,[data-lib="48706"] .ba_contents_R{width: 46%;}[data-lib="48706"] .ba_contents_Lin,[data-lib="48706"] .ba_contents_Rin{margin: 0 30px;}[data-lib="48706"] .ba_contents_ttl{text-align: center;
	font-size: 22px;}[data-lib="48706"] .ba_contentsin_ttl{font-weight: bold;
	margin-top: 10px;}[data-lib="48706"] .ba_contents_arrow{width: 4%;
	display: flex;
	align-items: center;
	justify-content: center;}[data-lib="48706"] .sp{display: none;}[data-lib="48706"] .-w-anchor_link{width:100%;
	background-color: #fff;
	padding:10px;
	margin:0 auto 50px;}[data-lib="48706"] .-w-anchor_link_inner{padding:15px;}[data-lib="48706"] .-w-anchor_link_inner .-w-ttl{font-size:1.8rem;
	font-weight: 700;
	border-bottom:1px solid;
	border-color:#101823;
	padding-bottom:5px;
	margin-bottom:10px;}[data-lib="48706"] .-w-anchor_link_inner .-w-page-link{margin-left:3rem;}[data-lib="48706"] .-w-anchor_link_inner > ol > li{list-style: square;}[data-lib="48706"] .-w-anchor_link_inner .-w-page-link a{color:#101823;
	text-decoration: none;}[data-lib="48706"] .-w-anchor_link_inner .-w-page-link a:hover{text-decoration: underline;}[data-lib="48706"] .-w-icon_ttl_wrap,[data-lib="48706"] 
.-w-icon_text_wrap{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin:0 auto 20px;}[data-lib="48706"] .-w-icon_text_wrap{-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin:0 auto 40px;}[data-lib="48706"] .-w-icon_ttl_wrap .-w-icon_wrap{width:90px;
	margin-right:15px;}[data-lib="48706"] .-w-icon_ttl_wrap .-w-text_wrap{width:calc(100% - 105px);
	margin-left:auto;}[data-lib="48706"] .-w-icon_text_wrap .-w-icon_wrap{width:90px;
	margin-left:15px;}[data-lib="48706"] .-w-icon_text_wrap .-w-text_wrap{width:calc(100% - 105px);
	margin-right:auto;}[data-lib="48706"] .-w-icon_wrap img{border-radius: 50%;}[data-lib="48706"] .-w-icon_ttl_wrap .-w-text_wrap_in,[data-lib="48706"] 
.-w-icon_text_wrap .-w-text_wrap_in{position: relative;
	padding: 10px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #ccc;}[data-lib="48706"] .-w-text_wrap_in:after,[data-lib="48706"] 
.-w-text_wrap_in:before{border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;}[data-lib="48706"] .-w-icon_ttl_wrap .-w-text_wrap_in:after,[data-lib="48706"] 
.-w-icon_ttl_wrap .-w-text_wrap_in:before{top: 50%;
	right: 100%;}[data-lib="48706"] .-w-icon_text_wrap .-w-text_wrap_in:after,[data-lib="48706"] 
.-w-icon_text_wrap .-w-text_wrap_in:before{top: 30px;
	left: 100%;}[data-lib="48706"] .-w-icon_ttl_wrap .-w-text_wrap_in:after{border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;}[data-lib="48706"] .-w-icon_ttl_wrap .-w-text_wrap_in:before{border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 11px;
	margin-top: -11px;}[data-lib="48706"] .-w-icon_text_wrap .-w-text_wrap_in:after{border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;}[data-lib="48706"] .-w-icon_text_wrap .-w-text_wrap_in:before{border-color: rgba(204, 204, 204, 0);
	border-left-color: #ccc;
	border-width: 11px;
	margin-top: -11px;}[data-lib="48706"] .-w-text_wrap_in h4.-w-general{margin-bottom:0;}[data-lib="48706"] .-w-text_wrap_in .-w-text{margin-bottom:0;}[data-lib="48706"] .-w-text_wrap_in .-w-image{margin-bottom:15px;}[data-lib="48706"] .-w-text_wrap_in .-w-image >img{border-radius: 12px;}[data-lib="48706"] .-w-article-signature{background-color: #fff;
	padding:3rem;
	margin-top:2rem;}[data-lib="48706"] .-w-article-signature a{color: #4F74A8;}[data-lib="48706"] .-w-article-signature .-w-sign-category{display: block;}[data-lib="48706"] .-w-article-signature .-w-sign-category a{text-decoration: none;
	color:#101823;}[data-lib="48706"] .-w-article-signature .-w-sign-category a:hover{text-decoration: underline;}[data-lib="48706"] .-w-article-signature .-w-sign-category_wrap{display: flex;
	flex-wrap: wrap;}[data-lib="48706"] .-w-article-signature .-w-sign-category_wrap .-w-sign-category{position: relative;}[data-lib="48706"] .-w-article-signature .-w-sign-category_wrap .-w-sign-category:before{position: relative;
	content:",";}[data-lib="48706"] .-w-article-signature .-w-sign-category_wrap .-w-sign-category:first-child:before{position: relative;
	content:"";}[data-lib="48706"] .-w-side-taglist a{color: inherit;}[data-lib="48706"] .-w-ba{background: hsla(36,100%,102%,1);
	padding: 10px;
	margin: 0 auto 50px;}[data-lib="48706"] .-w-img_wrap{position: relative;
	width: fit-content;
	margin: 0 auto;}[data-lib="48706"] .-w-img_wrap:before,[data-lib="48706"] 
.-w-img_wrap:after{content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 12px;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	z-index: 4;}[data-lib="48706"] .-w-img_wrap:after{top: 14px;
	right: 14px;}[data-lib="48706"] a[href^="tel"]{color:#101823;
	text-decoration: none;
	pointer-events: none;}[data-lib="48706"] .-w-top_banner,[data-lib="48706"] 
.-w-bottom_banner{gap: min(3rem,3vw);
	margin-bottom: 40px;
	background: hsla(36,100%,102%,1);}[data-lib="48706"] [class*="banner_title_wrap"]{padding: min(2rem,5vw);
	color:rgba(255,255,255,1);
	text-align: center;
	font-size: min(1.5em,5vw);
	font-weight: 700;}[data-lib="48706"] [class*="banner_contents_wrap"] .-w-text{margin: 0;
	font-size: 0.9em;}[data-lib="48706"] [class*="banner_image_wrap"]{display: flex;}[data-lib="48706"] [class*="banner_image_wrap"] .-w-image{margin: 0;}[data-lib="48706"] [class*="banner_info_wrap"]{display: flex;}[data-lib="48706"] [class*="banner_info_wrap"] .-w-info{display: flex;
	font-size: 0.9em;}[data-lib="48706"] [class*="banner_info_wrap"] dt{flex-shrink: 0;}[data-lib="48706"] .-w-more_btn_wrap .-w-btn{width: 100%;}[data-lib="48706"] .-w-more_btn_wrap .-w-btn a{display: block;
	width: 100%;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #1F8123;
	background:#1F8123;
	color:#ffffff;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s, color 0.3s, opacity 0.15s;}[data-lib="48706"] .-w-more_btn_wrap .-w-btn a:hover{opacity: 0.7;}[data-lib="48706"] .-w-more_btn_wrap .-w-btn a span{position: relative;
	display: inline-flex;
	align-items: center;
	gap: 1rem;}[data-lib="48706"] .-w-more_btn_wrap .-w-btn a span::after{content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	width: 1.5rem;
	height: 1.5rem;
	background:#ffffff;
	-webkit-mask: url(/_img/ja/cms_parts_library/50918/image/___/) no-repeat center / contain;
	mask: url(/_img/ja/cms_parts_library/50918/image/___/) no-repeat center / contain;
	transition: background 0.3s;}[data-lib="48706"] .-w-top_banner{margin-bottom: 40px;
	border: 1px solid #4F74A8;}[data-lib="48706"] .-w-top_banner_title_wrap{padding-bottom: 0;
	color:rgba(79,116,168,1);}[data-lib="48706"] .-w-top_banner_contents_wrap{padding: min(3rem,5vw);
	padding-top: 1rem;}[data-lib="48706"] .-w-top_banner_image_wrap{gap: 3rem;}[data-lib="48706"] .-w-top_banner_image_wrap .-w-image{width: 40%;
	display: flex;
	align-items: center;}[data-lib="48706"] .-w-top_banner_image_wrap .-w-text{width: 60%;}[data-lib="48706"] .-w-top_banner_info_wrap{gap: 3rem;
	margin-top: 2rem;
	justify-content: space-around;}[data-lib="48706"] .-w-top_banner_info_wrap .-w-btn_title{position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: min(2rem,2vw);
	font-size: 1.5em;
	letter-spacing: 1px;}[data-lib="48706"] .-w-top_banner_info_wrap .-w-btn_title::before{content: "";
	width: 20px;
	height: 1px;
	background:#101823;}[data-lib="48706"] .-w-top_banner_info_wrap .-w-btn_title::after{content: "";
	width: 20px;
	height: 1px;
	background:#101823;}[data-lib="48706"] .-w-top_banner_info_wrap .-w-address_wrap{width: 50%;
	padding: min(2rem,3vw);
	background:rgba(79,116,168,0.2);}[data-lib="48706"] .-w-top_banner_info_wrap .-w-more_btn_wrap{display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
	width: 50%;
	padding: 2rem;
	border: 1px solid  rgba(16,24,35,0.5);}[data-lib="48706"] .-w-bottom_banner{margin-top: 40px;
	box-shadow: 3px 3px 10px #4F74A8;}[data-lib="48706"] .-w-bottom_banner_title_wrap{background: linear-gradient(45deg, #4F74A8, rgba(79,116,168,0.45));}[data-lib="48706"] .-w-bottom_banner_contents_wrap{display: flex;}[data-lib="48706"] .-w-bottom_banner_image_wrap{position: relative;
	gap: 1rem;}[data-lib="48706"] .-w-bottom_banner_image_wrap::after{position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - min(4rem,5vw) * 2);
	background:rgba(16,24,35,0.5);
	content: "";}[data-lib="48706"] .-w-bottom_banner_image_wrap,[data-lib="48706"] 
.-w-bottom_banner_info_wrap{flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: min(4rem,5vw);}[data-lib="48706"] .-w-bottom_banner_info_wrap .-w-address_wrap .-w-name{color:#4F74A8;
	font-size: 1.5em;}[data-lib="48706"] .-w-bottom_banner_info_wrap .-w-address_wrap .-w-tel{position: relative;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	color:#1F8123;
	font-size: min(2.3em,3vw);}[data-lib="48706"] .-w-bottom_banner_info_wrap .-w-address_wrap .-w-tel::before{content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	width: 0.6em;
	aspect-ratio: 154/256;
	background:#1F8123;
	-webkit-mask: url(/_img/ja/cms_parts_library/50919/image/___/) no-repeat center / contain;
	mask: url(/_img/ja/cms_parts_library/50919/image/___/) no-repeat center / contain;}[data-lib="48706"] .-w-bottom_banner_info_wrap .-w-btn_title{display: none;}[data-lib="48706"] .-w-top_area{margin: 40px 0;
	background: hsla(36,100%,102%,1);
	padding: 1.5em;
	border-radius: 0.5em;
	border: 0.25px solid;
	border-color: hsla(214.74,37%,15%,1);}[data-lib="48706"] .-w-area{position: relative;
	display: inline-flex;}[data-lib="48706"] .-w-area::before{content: "";
	display: inline-block;
	position: relative;
	width: 1em;
	aspect-ratio: 154/256;
	background:#1F8123;
	-webkit-mask: url(/_img/ja/cms_parts_library/50920/image/___/) no-repeat center / contain;
	mask: url(/_img/ja/cms_parts_library/50920/image/___/) no-repeat center / contain;}[data-lib="48706"] .-w-bottom_area{margin: 40px 0;
	padding: 1.2em 1.5em 2em;
	background: rgba(79,116,168,0.1);
	border-radius: 0.75em;}[data-lib="48706"] .-w-bottom_area .-w-area_bottom_title{font-size: 1.25em;
	color: #4F74A8;
	margin-bottom: .7rem;
	display: flex;
	flex-wrap: nowrap;}[data-lib="48706"] .-w-bottom_area .-w-area_bottom_title::before{content: "";
	display: inline-block;
	position: relative;
	width: 1.25em;
	margin-right: 1rem;
	aspect-ratio: 154 / 256;
	background: #4F74A8;
	-webkit-mask: url(/_img/ja/cms_parts_library/50921/image/___/) center center / contain no-repeat;}[data-lib="48706"] .-w-area_bottom{margin-top: 2em;
	padding: 1.5em 1em;
	background: rgba(255,249,240,1);
	border-radius: 0.75em;
	line-height: 1.5;}[data-lib="48706"] .-w-area_2{position: relative;
	display: inline-flex;
	font-size: 1.5rem;}[data-lib="48706"] .-w-area_2:not(:last-child)::after{content: ",";
	font-weight: normal;
	opacity: .75;
	padding-right: 1.3rem;}[data-lib="48706"] .-w-area_2 a{color: #101823;}[data-lib="48706"] .-w-area_2 a:hover{color: #4F74A8;}[data-lib="48706"] .-w-area a{color: #101823;}[data-lib="48706"] .-w-area a:hover{color: #4F74A8;}[data-lib="48706"] .more{width: 100%;
	margin: 0 auto;
	box-sizing: border-box;}[data-lib="48706"] .-w-btnwrapper{max-height: 150px;
	overflow: hidden;
	transition: max-height 1s;}[data-lib="48706"] .-w-btnwrapper.upper{max-height: 80px;}[data-lib="48706"] .more__content{position: relative;}[data-lib="48706"] .more__content::after{content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 80px;
	transition: opacity 1s, max-height 1s;
	background: linear-gradient(
		  to bottom,
		  transparent 0%,
		  #fff9f0 100%
	  );
	display: none;
	pointer-events: none;}[data-lib="48706"] .more__content2::after{background: linear-gradient(
		  to bottom,
		  transparent 0%,
		  
    hsla(36,100%,102%,1)
     100%
	  );
	max-height: 150px;}[data-lib="48706"] .-w-btnwrapper.open .more__content::after{opacity: 0;
	max-height: 99999px;}[data-lib="48706"] .more__btn{display: block;
	margin: 1em auto 0;
	background: inherit;
	color: #4F74A8;
	cursor: pointer;
	display: none;}[data-lib="48706"] .visible .more__btn{display: block;}[data-lib="48706"] .visible .more__content::after{display: block;}[data-lib="48706"] span.-w-hash{font-weight: 400;
	font-size: 1.3rem;
	display: inline-block;
	padding: .6rem 0.8rem;
	line-height: 1;
	text-decoration: none;
	color:#4F74A8;
	background-color: #fff;
	border: 1px solid #4F74A8;
	border-radius: 2rem;}[data-lib="48706"] .-w-hashwrapper{display: flex;
	column-gap: 10px;
	margin: 10px 0 20px;}@media (max-width: 1169px){[data-lib="48706"] .-w-wrapper{padding: 3.0rem 0;}[data-lib="48706"] .-w-blog_main{width:70%;}[data-lib="48706"] .-w-blog_side{width:25%;}[data-lib="48706"] .-w-side-blog-list li .-w-image{width:30%;}[data-lib="48706"] .-w-side-blog-list li .-w-contents{width:100%;}[data-lib="48706"] .-w-link_blok{width: 100%;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;}[data-lib="48706"] .-w-link_blok .-w-more_btn{margin-top:3rem;}[data-lib="48706"] .-w-link_blok .-w-more_btn:first-child{margin-top:0rem;}}@media (max-width: 1023px){[data-lib="48706"]{padding: 15rem 0 3rem;}[data-lib="48706"] .-w-top_banner_info_wrap{flex-direction: column;}[data-lib="48706"] .-w-top_banner_info_wrap .-w-address_wrap{width: 100%;}[data-lib="48706"] .-w-top_banner_info_wrap .-w-more_btn_wrap{width: 100%;}[data-lib="48706"] .-w-bottom_banner_info_wrap .-w-address_wrap .-w-name{font-size: 1.2em;}}@media (max-width: 768px){[data-lib="48706"]{padding: 10.0rem 0 5rem;}[data-lib="48706"] .-w-wrapper{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;}[data-lib="48706"] .-w-blog_main{width:100%;}[data-lib="48706"] .thumbnail{margin-top: 0;}[data-lib="48706"] .-w-blog_side{width:100%;
	margin-top:50px;}[data-lib="48706"] .-w-blog_side section h3.-w-general{font-size: 4.5vw;}[data-lib="48706"] .-w-side-blog-list li{margin:20px 0 20px;}[data-lib="48706"] .-w-side-blog-list li .-w-image{width:25%;
	margin:0;}[data-lib="48706"] .-w-side-blog-list li .-w-contents{width:100%;
	padding-right: 10px;}[data-lib="48706"] h4.-w-general{font-size: 3.0vw;
	margin-bottom:2.0rem;}[data-lib="48706"] .-w-side-blog-list li .-w-contents .-w-date{font-size:1.4rem;}[data-lib="48706"] [data-w-width="0"].-w-wrapper .-w-blog_main{width:100%;}[data-lib="48706"] [data-w-width="0"].-w-wrapper .-w-blog_side{width:100%;}[data-lib="48706"] .ba_contents{display: block;}[data-lib="48706"] .ba_contents_L,[data-lib="48706"] .ba_contents_R{width: 100%;}[data-lib="48706"] .ba_contents_arrow{width: 100%;}[data-lib="48706"] .ba_contents_arrow_in img{width: 40px;
	margin: 20px auto;}[data-lib="48706"] .ba_contents_ttl{font-weight: bold;
	font-size: 30px;}[data-lib="48706"] .ba_contentsin_ttl{text-align: center;}[data-lib="48706"] .pc{display: none;}[data-lib="48706"] .sp{display: block;}[data-lib="48706"] .-w-dtl-info{font-size: 4.2vw;}[data-lib="48706"] .-w-article-signature{font-size: 4.2vw;}[data-lib="48706"] .-w-anchor_link_inner{font-size: 4.2vw;}[data-lib="48706"] .-w-anchor_link_inner > .-w-page-link > li::before{top:10%;
	width: 4px;
	height: 4px;}[data-lib="48706"] .-w-side-list,[data-lib="48706"] 
.-w-side-taglist{font-size: 4.2vw;}[data-lib="48706"] .-w-side-blog-list li .-w-contents h4.-w-general{font-size: 4.2vw;}[data-lib="48706"] .-w-border{white-space: nowrap;
	overflow: hidden;}[data-lib="48706"] a[href^="tel"]{pointer-events: auto;}[data-lib="48706"] .-w-top_banner,[data-lib="48706"] 
.-w-bottom_banner{display: flex;
	flex-direction: column;
	gap: 0;
	font-size: 4.2vw;}[data-lib="48706"] .-w-top_banner_info_wrap,[data-lib="48706"] 
.-w-top_banner_image_wrap{flex-direction: column;
	gap: 1rem;
	width: 100%;}[data-lib="48706"] .-w-top_banner_image_wrap .-w-image,[data-lib="48706"] .-w-top_banner_image_wrap  .-w-text{width: 100%;}[data-lib="48706"] .-w-top_banner_image_wrap .-w-text{width:;}[data-lib="48706"] .-w-top_banner_info_wrap .-w-more_btn_wrap{width: 100%;}[data-lib="48706"] .-w-bottom_banner_contents_wrap{flex-direction: column;}[data-lib="48706"] .-w-bottom_banner_image_wrap,[data-lib="48706"] 
.-w-bottom_banner_info_wrap{width: 100%;}[data-lib="48706"] .-w-bottom_banner_image_wrap::after{top: initial;
	bottom: 0;
	left: 50%;
	right: initial;
	transform: translateX(-50%);
	width: calc(100% - min(4rem,5vw) * 2);
	height: 1px;}[data-lib="48706"] .-w-bottom_banner_info_wrap .-w-address_wrap .-w-tel{justify-content: center;
	width: 100%;
	pointer-events: auto;
	font-size: min(2.3em,9vw);}[data-lib="48706"] .-w-bottom_banner_info_wrap .-w-address_wrap .-w-address{font-size: 0.9em;}[data-lib="48706"] .-w-bottom_area .-w-area_bottom_title{font-size: 5vw;
	line-height: 1.3;}[data-lib="48706"] .-w-bottom_area .-w-area_bottom_title::before{width: 8vw;}[data-lib="48706"] .more__btn{width: 100%;}[data-lib="48706"] br.-w-sp{display: block;}[data-lib="48706"] .-w-content h2.-w-general{font-size: 1.8rem;}}[data-instance="44005"] .-w-image8846{background: url(/_img/ja/article/8847/image/300_300_2_ffffff);
	background-size: cover;}[data-instance="44005"] .-w-image8844{background: url(/_img/ja/article/8845/image/300_300_2_ffffff);
	background-size: cover;}[data-instance="44005"] .-w-image8817{background: url(/_img/ja/article/8818/image/300_300_2_ffffff);
	background-size: cover;}[data-instance="44005"] .-w-image8815{background: url(/_img/ja/article/8816/image/300_300_2_ffffff);
	background-size: cover;}[data-instance="44005"] .-w-image8763{background: url(/_img/ja/article/8764/image/300_300_2_ffffff);
	background-size: cover;}/*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(255,249,240,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(31,129,35,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:#1F8123;
    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(31,129,35,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: #1F8123;
    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: #1F8123;
    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(31,129,35,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:#1F8123;
    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;
}

.skiptranslate {
  opacity: 0;
}