@charset 'UTF-8';
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
/* VARIABLE
---------------------------------------------- */
::-moz-selection
{
    color: #1e883b;
    background: #fdf9e2;
}

::selection
{
    color: #1e883b;
    background: #fdf9e2;
}

/* MIXIN
---------------------------------------------- */
/* RESET
---------------------------------------------- */
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html
{
    font-size: 16px;
}

html body
{
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: 'Noto Sans Japanese','游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Verdana, sans-serif;

    height: 100%;

    background: #fff;

    -webkit-text-size-adjust: 100%;
}

html body #page article
{
    margin: 0;
    padding: 0;

    border-bottom: 0;
}

img,
html body #page .entry-content img
{
    max-width: 100%;

    vertical-align: middle;

    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
}

ul,
.entry-content ul
{
    margin: 0;

    list-style-type: none;
}

header.entry-header
{
    margin: 0;
}

#masthead
{
    padding: 0;
}

#colophon
{
    clear: both;

    margin: 0;
    padding: 0;

    border: none;
}

a:focus,
*:focus
{
    outline: none;
}

input
{
    display: block;

    width: 96%;
    margin: 0 auto;
}

textarea
{
    display: block;

    width: 96%;
    margin: 0 auto;
}

input[type='radio'],
input[type='checkbox']
{
    display: inline;

    width: auto;
}

*,
*::before,
*::after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* RESET bxSlider
---------------------------------------------- */
body .bx-wrapper .bx-viewport
{
    left: 0;

    border: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* BASE
---------------------------------------------- */
.mincho
{
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;*/
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Times New Roman', 'メイリオ', Meiryo, serif;
}

.arial
{
    font-family: Arial, Helvetica, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Verdana, sans-serif;
}

.tof
{
    overflow: hidden;

    width: 100%;
    /* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */

    white-space: nowrap;
    /* "overflow" の値は "visible" 以外のものを指定する */
    /* Opera 9-10 */
    text-overflow: ellipsis;
    /* IE6 では width の指定が必要 */
}

.center
{
    text-align: center;
}

.t_right
{
    text-align: right;
}

.t_left
{
    text-align: left;
}

.f_right
{
    float: right;
}

.f_left
{
    float: left;
}

.full
{
    width: 100%;
}

.mg0
{
    margin: 0;
}

a,
.hover
{
    -webkit-transition: .6s;
            transition: .6s;
}

.hover:hover,
a:hover
{
    /* Safari 1.x */
    zoom: 1;

           opacity: .7;

        filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: 'alpha(opacity=70)';
    /* ie 8 */
      -moz-opacity: .7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: .7;
}

a:hover
{
    text-decoration: underline;
}

.hover100:hover
{
    zoom: 1;

           opacity: 1;

        filter: alpha(opacity=100);
    -ms-filter: 'alpha(opacity=100)';
      -moz-opacity: 1;
    -khtml-opacity: 1;
}

.cf
{
    clear: both;
}

.cf_after:after
{
    display: block;
    clear: both;

    content: '';
}

.none
{
    display: none;
}

/* =Common
---------------------------------------------- */
html body
{
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;

    color: #333;
}

html body #page
{
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;

    background: transparent;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
}

p,
.entry-content p
{
    font-size: 13px;
    font-size: .8125rem;
    line-height: 180%;

    margin: 0 0 0;
}

ul
{
    padding: 0;
}

ul li,
.entry-content ul li
{
    font-size: 13px;
    font-size: .8125rem;
    line-height: 160%;

    margin: 0;
}

dl,
.entry-content dl
{
    margin: 0;
}

dl dt
{
    font-size: 13px;
    font-size: .8125rem;
    font-weight: normal;
    line-height: 160%;
}

dd
{
    font-size: 13px;
    font-size: .8125rem;
    line-height: 160%;
}

.red
{
    color: #f00;
}

.breadcrumb
{
    padding: 5px 0;

    background: #fffdf1;
}
.breadcrumb p
{
    line-height: 180%;

    margin: 0;

    text-align: right;
}

.entry-content table
{
    margin: 0 auto 48px;

    border: 1px solid #ccc;
}

.entry-content table th
{
    font-size: 13px;
    font-size: .8125rem;
    font-weight: normal;
    line-height: 160%;

    padding: 12px;

    vertical-align: middle;
    white-space: nowrap;

    color: #fff;
    background: #ccc;
}

.entry-content table td
{
    font-size: 13px;
    font-size: .8125rem;
    line-height: 160%;

    padding: 12px;

    vertical-align: middle;

    color: #333;
}

.mini,
p.mini,
.entry-content .mini
{
    font-size: 10px;
    font-size: .625rem;
}

a:link,
a:visited
{
    text-decoration: none;

    color: #333;
}

.divide
{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;
    padding: 0;

    -js-display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            /* justify-content: space-between; */
            justify-content: space-around;
}
.divide li
{
    margin: 5px 0;
}
.divide li a
{
    display: block;
}
.divide.divide_2 li
{
    width: 100%;
}
.divide.divide_3 li
{
    width: 31%;
}
.divide.divide_4 li
{
    width: 48%;
}

html body #page .site-header h1
{
    font-weight: normal;
    line-height: 1;

    margin: 0;
}

.lower-site-content
{
    margin: 0 0 48px 0;
}

.lower-site-content h2
{
    font-size: 18px;
    font-size: 1.125rem;

    margin: 0;

    color: #333;
}

.lower-site-content h3
{
    font-size: 16px;
    font-size: 1rem;

    margin: 0;

    color: #333;
}

.lower-site-content h4
{
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 200%;

    margin: 0;
    padding: 0;

    color: #333;
}

.lower-site-content h5
{
    font-size: 14px;
    font-size: .875rem;

    margin: 0;

    color: #333;
}

.lower-site-content h6
{
    font-size: 14px;
    font-size: .875rem;

    margin: 0;

    color: #333;
}

.note
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;

    color: #333;
}

.column
{
    clear: both;
    overflow: hidden;

    margin: 0 0 0;
}

.column00 p
{
    margin: 0;
}

.row
{
    clear: both;
    overflow: hidden;

    margin: 0 0 0;
}

.bnr_wedo {
	padding-top: 15px;
	padding-bottom: 10px;
}
.bnr {
	padding-top: 20px;
}

@media screen and (max-width: 639px)
{
    .smart_hide
    {
        display: none;
    }
}
@media screen and (min-width: 640px) and (max-width: 999px)
{
    .tablet_hide
    {
        display: none;
    }
}
@media screen and (min-width: 1000px)
{
    .pc_hide
    {
        display: none;
    }
}
.pc_none
{
    display: block;
}

.sp_none
{
    display: none;
}

/* Layout
---------------------------------------------- */
#primary
{
    float: none;

    width: 100%;
    margin: 0;
}

#secondary
{
    float: none;

    width: 100%;
}

#colophon
{
    clear: both;

    width: 100%;
    max-width: 100%;
}

.inner
{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

footer.entry-meta
{
    margin: 0;
}

.column
{
    padding: 20px 0;
}
.column .row
{
    margin: 20px auto 0;
}
.column .row.row00
{
    margin: 0;
}

.img_text .img_area,
.text_img .img_area
{
    margin: 0 auto 15px;
}
.img_text .img_area p,
.text_img .img_area p
{
    margin: 0;

    text-align: center;
}
.img_text .text_area p,
.text_img .text_area p
{
    margin: 15px 0 0;
}

h2
{
    font-size: 20px;
    font-size: 1.25rem;

    text-align: center;
}

h2.h2_double
{
    font-family: 'Josefin Sans', sans-serif;

    margin: 0 0 30px;

    text-align: left;
}
h2.h2_double span
{
    display: block;
}
h2.h2_double span.over_spell
{
    font-size: 38px;
    font-size: 2.375rem;

    letter-spacing: 2px;
}
h2.h2_double span.under_spell
{
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;

    padding: 8px 0 0;

    letter-spacing: 3px;
}

h2.h2_catch
{
    font-size: 18px;
    font-size: 1.125rem;
}
h2.h2_catch span
{
    font-size: 32px;
    font-size: 2rem;

    padding: 0 2px;

    color: #1e883b;
}

h2.h2_cl.cl_wh
{
    color: #fff;
}

h2.h2_left
{
    text-align: left;
}

h2.h2_bg_img
{
    position: relative;

    margin: 0 auto;
    padding: 10px 0;
}
h2.h2_bg_img:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 50px;
    height: 50px;
    margin: auto;

    content: '';

    background: url(../img/ico_gear.png) no-repeat center center;
    background-size: contain;
}
h2.h2_bg_img span
{
    position: relative;

    display: block;
}
h2.h2_bg_img span.over_spell
{
    font-size: 18px;
    font-size: 1.125rem;
}
h2.h2_bg_img span.over_spell img
{
    height: 20px;
}
h2.h2_bg_img span.under_spell
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    font-size: .625rem;
    font-weight: bold;

    padding: 5px 0 0;

    color: #1e883b;
}

h2.h2_over_side span
{
    text-align: center;
}
h2.h2_over_side span.over_spell
{
    font-size: 13px;
    font-size: .8125rem;
    font-weight: normal;

    position: relative;

    display: inline-block;
}
h2.h2_over_side span.over_spell:before,
h2.h2_over_side span.over_spell:after
{
    position: absolute;
    top: 0;
    bottom: 0;

    width: 30px;
    height: 1px;
    margin: auto 0;

    content: '';

    background: #1e883b;
}
h2.h2_over_side span.over_spell:before
{
    left: -40px;
}
h2.h2_over_side span.over_spell:after
{
    right: -40px;
}
h2.h2_over_side span.under_spell
{
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;

    display: block;

    padding: 8px;

    color: #1e883b;
}

h2.h2_line
{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Times New Roman', 'メイリオ', Meiryo, serif;

    position: relative;

    width: 100%;
    margin: 0;
    margin: 0 0 5px;
    padding: 0 0 2px;

    text-align: center;
}
h2.h2_line span
{
    color: #ff0;
}
h2.h2_line span.over_spell
{
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;

    display: block;

    padding: 10px;
}
h2.h2_line span.under_spell
{
    font-size: 12px;
    font-size: .75rem;

    position: relative;

    display: table;

    margin: 0 auto;
    padding: 0 10px 12px;

    color: #f39500;
}
h2.h2_line:before
{
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    background: #ff0;
}
h2.h2_line:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 60px;
    height: 1px;
    margin: 0 auto;

    content: '';

    background: #ff0;
}

h2.h2_double_border
{
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;

    display: table;

    margin: 0 auto;
    padding: 5px 10px;

    border-top: 4px double #aaa;
    border-bottom: 1px solid #aaa;
}

h3.h3_bg
{
    margin: 0;
    padding: 5px 3px;

    text-align: center;

    background: #ff0;
}

h3.h3_catch
{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Times New Roman', 'メイリオ', Meiryo, serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;

    text-align: center;
}
h3.h3_catch.cl_wh span
{
    color: #fff;
}
h3.h3_catch span
{
    font-size: 22px;
    font-size: 1.375rem;
}

h3.h3_side
{
    font-weight: normal;

    text-align: center;
}
h3.h3_side.cl_wh span:before,
h3.h3_side.cl_wh span:after
{
    background: #fff;
}
h3.h3_side span
{
    font-size: 22px;
    font-size: 1.375rem;

    position: relative;
}
h3.h3_side span:before,
h3.h3_side span:after
{
    position: absolute;
    top: 0;
    bottom: 0;

    width: 30px;
    height: 1px;
    margin: auto;

    content: '';

    background: #f39500;
}
h3.h3_side span:before
{
    left: -38px;
}
h3.h3_side span:after
{
    right: -38px;
}

h3.h3_over_cl
{
    margin: 0;
}
h3.h3_over_cl span
{
    display: block;

    text-align: center;
}
h3.h3_over_cl span.over_spell
{
    font-family: 'Josefin Sans', sans-serif;

    color: #1e883b;
}
h3.h3_over_cl span.under_spell
{
    font-size: 16px;
    font-size: 1rem;

    margin: 3px 0 0;
}

h3.h3_r_ico
{
    width: 100%;

    text-align: center;
}
h3.h3_r_ico span
{
    font-weight: normal;

    position: relative;

    display: table;

    margin: 0 auto;
}
h3.h3_r_ico span:after
{
    position: absolute;
    top: -10px;
    right: -30px;

    width: 24px;
    height: 29px;

    content: '';

    background: url(../img/ico_h3.png) no-repeat center center;
    background-size: contain;
}

h4.h4_ico_line
{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Times New Roman', 'メイリオ', Meiryo, serif;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 0 10px;

    border-bottom: 1px solid #3f3f3f;

    -js-display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
h4.h4_ico_line img
{
    margin: 0 10px 0 0;
}
h4.h4_ico_line span
{
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;

    color: #00aba5;
}

h4.h4_bg
{
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;

    display: table;

    margin: 0 auto;
    padding: 8px 30px;

    color: #fff;
    background: #ff0;
}

h4.h4_catch
{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Times New Roman', 'メイリオ', Meiryo, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h4.h4_catch.cl_wh span
{
    color: #fff;
}
h4.h4_catch span
{
    font-size: 20px;
    font-size: 1.25rem;

    margin: 0 5px 0 0;
}

h4.h4_center
{
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;

    display: table;

    margin: 0 auto;

    text-align: center;

    color: #1e883b;
}

h4.h4_over_cl
{
    margin: 0;

    text-align: center;
}
h4.h4_over_cl span
{
    display: block;
}
h4.h4_over_cl span.over_spell
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-size: .875rem;

    color: #f39500;
}
h4.h4_over_cl span.under_spell
{
    font-size: 12px;
    font-size: .75rem;
}

h2.h2_text
{
    position: relative;

    width: 100%;
    margin: 0 0 20px;

    text-align: center;
}
h2.h2_text span
{
    color: #1e883b;
}
h2.h2_text span.over_spell
{
    font-size: 26px;
    font-size: 1.625rem;

    padding: 10px;
}
h2.h2_text span.under_spell
{
    font-size: 12px;
    font-size: .75rem;

    position: relative;

    display: table;

    margin: 0 auto;
    padding: 15px 10px;
}

h3.h3_catch
{
    font-size: 18px;
    font-size: 1.125rem;

    margin: 0 0 25px;

    text-align: center;
}

p.center_text
{
    line-height: 2.5;

    margin: 0 0 25px;

    text-align: center;
}

p.sub_catch
{
    text-align: center;
}
p.sub_catch:not(:first-child)
{
    margin: 25px 0 0;
}

h3.h3_both
{
    text-align: center;
}
h3.h3_both span.over_spell
{
    font-size: 12px;
    font-size: .75rem;

    display: block;
}
h3.h3_both span.under_spell
{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;

    display: block;

    padding: 25px 0 15px;
}

h3.h3_line
{
    font-size: 20px;
    font-size: 1.25rem;

    overflow: hidden;

    margin: 0 0 15px;
    padding: 0 0 5px 3px;

    color: #1e883b;
    border-bottom: #b5b5b5 1px solid;
}

p.kome_text
{
    font-size: 12px;
    font-size: .75rem;

    margin: 0 0 20px;

    text-align: center;
}

.full_img_area
{
    padding: 20% 0;

    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

p.min_text
{
    font-size: 12px;
    font-size: .75rem;

    margin: 10px auto 0;

    text-align: center;
}

.mono_map
{
    width: 100%;
    height: 300px;
}

ul.divide_pagelink
{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 20px 0 0;

    -js-display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
ul.divide_pagelink li.li01 a
{
    border-left: 1px solid #999;
}
ul.divide_pagelink li a
{
    display: block;

    padding: 5px 25px;

    color: #999;
    border: 1px solid #fff;
    border-right: 1px solid #999;
}
ul.divide_pagelink li a:hover
{
    opacity: 1;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}



#mainvisual
{
    overflow: hidden;

    padding: 25px 00px;

    background: url(../img/mainvisual.jpg) no-repeat center center;
    background-size: cover;
}
#mainvisual h2.main_catch
{
    margin: 0;

    text-align: center;
}
#mainvisual h2.main_catch img
{
    width: 280px;
}
#mainvisual p.proground_name
{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;

    margin: 15px 0 0;

    text-align: center;

    color: #fff;
    text-shadow: 0 0 5px #999;
}
#mainvisual p.proground_name span
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;

    display: block;
}
#mainvisual .info_box
{
    display: table;

    margin: 25px auto 0;
    padding: 8px 20px;

    text-align: center;

    border-radius: 10px;
    background: rgba(30, 136, 59, .9);
}
#mainvisual .info_box p.free_open
{
    font-size: 22px;
    font-size: 1.375rem;

    color: #fff;
}
#mainvisual .info_box p.free_open img
{
    width: 235px;
}
#mainvisual .info_box p.open_day
{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.4;

    padding: 0 0;

    color: #fff000;
}
#mainvisual .info_box p.open_day span
{
    font-family: 'Noto Sans Japanese' , 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    font-size: .875rem;
}
#mainvisual .info_box p.open_time
{
    font-size: 14px;
    font-size: .875rem;

    color: #fff;
}
#mainvisual .info_box p.open_time1
{
    font-size: 14px;
    font-size: .875rem;

    line-height: 1.4;

    color: #fff;
}
#mainvisual .info_box p.open_time1 span
{
    font-family: 'Roboto', sans-serif;
}
#mainvisual .info_box p.open_time span
{
    font-family: 'Roboto', sans-serif;
}
#mainvisual .info_box p.open_next
{
    display: table;

    margin: 5px auto 0;
    padding: 3px 20px 8px;

    color: #1e883b;
    border-radius: 5px;
    background: #fff000;
}
#mainvisual .info_box p.open_next span
{
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4;

    display: block;

    padding: 5px 0 0;

    color: #bf0000;
}
#mainvisual .info_box p.open_remark1
{
    font-size: 10px;
    font-size: .875rem;

    color: #fff000;
}

#mainvisual .info_box p.open_remark2
{
    font-size: 8px;
    font-size: .7em;
}
#mainvisual .info_box p.open_contact
{
    display: table;

    margin: 15px auto 0;
    padding: 3px 10px;

    color: #fff;
    font-weight: bold;
    background: #f39500;
}
#mainvisual .info_box p.open_contact a
{
    color: #FFF;
}
#mainvisual .info_box p.open_contact a span{
    padding-left: 10px;
}

#mainvisual .info_box_event
{
    display: table;

    margin: 25px auto 0;
    padding: 8px 20px;

    text-align: center;

    border-radius: 10px;
    background: #ea5e60;
}
#mainvisual .info_box_event p.free_open
{
    font-size: 22px;
    font-size: 1.5rem;

    color: #fff;
}
#mainvisual .info_box_event p.free_open1
{
    font-size: 18px;
    font-size: 1.125rem;

    color: #fff;
}
#mainvisual .info_box_event p.free_open1 a
{
	text-decoration: underline;

    color: #fff;
}
#mainvisual .info_box_event p.free_open img
{
    width: 235px;
}
#mainvisual .info_box_event p.free_open span
{
    font-size: 14px;
    font-size: .875rem;
}
#mainvisual .info_box_event p.open_day
{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.4;

    padding: 0 0;

    color: #fff000;
}
#mainvisual .info_box_event p.open_day span
{
    font-family: 'Noto Sans Japanese' , 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    font-size: .875rem;
}
#mainvisual .info_box_event p.open_time
{
    font-size: 14px;
    font-size: 1.075rem;

    color: #fff;
}
#mainvisual .info_box_event p.open_time span
{
    font-family: 'Roboto', sans-serif;
}
#mainvisual .info_box_event p.open_next
{
    display: table;

    margin: 5px auto 0;
    padding: 3px 10px;

    color: #1e883b;
    border-radius: 5px;
    background: #fff000;
}
#mainvisual .info_box_event p.open_next span
{
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4;

    display: block;

    padding: 5px 0 0;

    color: #bf0000;
}
#mainvisual .info_box_event p.open_text1
{
    font-size: 10px;
    font-size: .875rem;

    color: #fff000;
}
#mainvisual .info_box_event p.open_text2
{
    font-size: 10px;
    font-size: .875rem;
    /* line-height: 30%;
    padding-top: 24px; */
    color: #fff;
}
#mainvisual .info_box_event p.open_contact
{
    display: table;

    margin: 15px auto 0;
    padding: 3px 10px;

    color: #fff;
    font-weight: bold;
    background: #f39500;
}
#mainvisual .info_box_event p.open_contact a
{
    color: #FFF;
}
#mainvisual .info_box_event p.open_contact a span{
    padding-left: 10px;
}
#mainvisual .info_box_event p.open_price
{
    display: table;

    margin: 7px auto 10px;
    padding: 3px 10px;

    color: #1e883b;
    border-radius: 5px;
    background: #fff000;
}
#mainvisual .info_box_event p.open_price span
{
    font-size: 14px;
    font-size: .625rem;
    line-height: 1.4;

    display: block;

    padding: 5px 0;

    color: #1e883b;
}

#mainvisual.lower_head h2.page_title
{
    font-family: 'Noto Sans Japanese' , 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    margin: 0;

    color: #fff;
}


#mainvisual .days_old {
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.5em;
	padding-bottom: 10px;
}





/* Footer
---------------------------------------------- */
#footer
{
    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 0 42px;
    padding: 20px 0 20px 0;

    background: #1e883b;
}

#footer .link
{
    font-size: 12px;

    text-align: center;

    color: #fff;
}

#footer .link a
{
    font-size: 10px;
    font-size: .625rem;

    color: #fff;
}

#footer .copy
{
    font-size: 10px;

    margin: 20px 0 0;

    text-align: center;

    color: #fff;
}

/* Primary
---------------------------------------------- */
/* Secondary
---------------------------------------------- */
/* Home
---------------------------------------------- */
#home .column01
{
    position: relative;

    background: url(../img/bg_sla.png);
}
#home .column01:before,
#home .column01:after
{
    position: absolute;
    right: 0;
    left: 0;

    width: 100%;
    height: 10px;

    content: '';

    background-position: center center;
    background-size: contain;
}
#home .column01:before
{
    top: 0;

    background-image: url(../img/tri01.png);
}
#home .column01:after
{
    bottom: 0;

    background-image: url(../img/tri02.png);
}
#home .column02
{
    background: url(../img/bg_green.jpg);
}
#home .column02 p.sub_catch
{
    color: #fff;
}
#home .column02 h2 span.under_spell
{
    color: #fff;
}
#home .column03 .bg_tablet
{
    letter-spacing: normal;
    letter-spacing: normal;

    -webkit-font-feature-settings: 'pkna';
            font-feature-settings: 'pkna';
}
#home .column03 .bg_tablet h3
{
    font-size: 13px;
    font-size: .8125rem;
    font-weight: normal;

    letter-spacing: -1px;

    color: #333;
}
#home .column03 .bg_tablet h3 span
{
    letter-spacing: -2px;
}
#home .column03 .bg_tablet p.education_text
{
    line-height: 2;

    margin: 15px 0 0;

    text-align: center;
}
#home .column04 .inner
{
    position: relative;
}
#home .column04 .inner .z_img01
{
    top: 0;
    right: 0;
    left: 0;

    width: 200px;
    height: auto;
    margin: 80px auto 0;
}
#home .column04 .inner .z_img02
{
    top: 0;
    left: 8%;

    width: 50px;
}
#home .column04 .inner .z_img03
{
    top: 10px;
    right: 5%;

    width: 30px;
}
#home .column04 .inner .lr_area
{
    margin: 220px 0 0;
}
#home .column04 .inner .left_area,
#home .column04 .inner .right_area
{
    padding: 10px;
}
#home .column04 .inner .left_area
{
    background: rgba(234, 94, 96, .2);
}
#home .column04 .inner .right_area
{
    margin: 20px 0 0;

    background: rgba(0, 143, 142, .2);
}
#home .column05
{
    background: #f5f4ef;
}
#home .column05 .inner
{
    position: relative;
}
#home .column05 .inner .z_img01
{
    top: -10px;
    right: 0;

    width: 80px;
}
#home .column05 p.kome
{
    font-weight: normal;
    line-height: 1.6;

    display: table;

    margin: 10px 0 0 auto;

    text-align: left;
}
#home .column05 .row02
{
    position: relative;

    overflow: visible;

    margin: 50px 0 0;
}
#home .column05 .row02 p.z_img02
{
    top: -30px;
    left: 5px;

    width: 60px;
}
#home .column05 .row02 h3.h3_bg
{
    color: #fff;
    background: #f39500;
}
#home .column05 .row02 .box
{
    padding: 10px;

    background: #fff;
}
#home .column05 .row02 .box p.text
{
    margin: 15px 0 0;
    padding: 15px 0 0;

    border-top: 1px solid #ddd;
}
#trial
{
    background: url(../img/bg_dot.jpg);
}
#trial .open_mds
{
    text-align: center;
}
#trial .open_mds p.free_open
{
    font-size: 22px;
    font-size: 1.375rem;

    color: #1e883b;
}
#trial .open_mds p.open_day
{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.6;

    padding: 2px 0;
}
#trial .open_mds p.open_day span
{
    font-size: 14px;
    font-size: .875rem;
}
#trial .open_mds p.open_time
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;

    color: #1e883b;
}
#trial .open_mds p.open_time a
{
    text-decoration: underline;
}
#trial .open_mds p.open_next
{
    display: table;

    margin: 5px auto 0;
    padding: 3px 20px;

    color: #1e883b;
    border-radius: 5px;
    background: #fff000;
}
#trial .open_mds p.open_next span
{
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4;

    display: block;

    padding: 5px 0 0;

    color: #bf0000;
}
#trial .open_mds p.event_text
{
    font-size: 22px;
    font-size: 1.375rem;

    color: #f39500;

    padding: 10px 0 0;
}
#trial .divide_btns li
{
    width: 100%;
}
#trial .divide_btns li.li01 a
{
    background: #ea5e60;
}
#trial .divide_btns li.li01 a span span
{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;

    letter-spacing: 1px;
}
#trial .divide_btns li.li02 a
{
    background: #f39500;
}
#trial .divide_btns li.li03 a
{
    background: #1dca00;
}
#trial .divide_btns li a
{
    font-weight: bold;

    display: block;

    padding: 10px;

    text-align: center;

    color: #fff;
}
#trial .divide_btns li a img
{
    margin: 0 0 5px;
}
#trial .divide_btns li a span
{
    line-height: 1.6;

    display: block;
}



#trial .days_old {
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
	padding-bottom: 12px;
}



#home .column07
{
    border-top: 1px solid #ddd;
}
#home .column07 .inner
{
    position: relative;
}
#home .column07 .inner .z_img01
{
    top: 0;
    left: 5%;

    width: 30px;
}
#home .column07 .row01
{
    position: relative;

    overflow: visible;
}
#home .column07 .row01 .z_img02
{
    top: -40px;
    right: 0;

    width: 90px;
}
#home .column08
{
    position: relative;

    padding: 25px 0;

    background: url(../img/bg_sla.png);
}
#home .column08:before,
#home .column08:after
{
    position: absolute;
    right: 0;
    left: 0;

    width: 100%;
    height: 10px;

    content: '';

    background-position: center center;
    background-size: contain;
}
#home .column08:before
{
    top: 0;

    background-image: url(../img/tri01.png);
}
#home .column08:after
{
    bottom: 0;

    background-image: url(../img/tri02.png);
}
#home .column08 .inner .z_img
{
    display: none;
}
#home .column08 .inner .z_img01
{
    width: 65px;
}
#home .column08 .inner .z_img02
{
    width: 80px;
}
#home .column08 .inner .z_img03
{
    width: 70px;
}
#home .column08 .row
{
    overflow: visible;
}
#home .column08 h2.h2_copy span
{
    display: block;
}
#home .column08 h2.h2_copy span.under_spell
{
    margin: 10px 0 0;
}
#home .column09
{
    padding-bottom: 0;

    background: #f5f4ef;
}
#home .column09 .inner
{
    position: relative;
}
#home .column09 .inner .row
{
    padding: 0 0 70px;
}
#home .column09 .inner .z_img01
{
    bottom: 0;
    left: 0;

    width: 100px;
}
#home .column09 .inner .z_img02
{
    right: 5px;
    bottom: 0;
}
#home .column09 p.btn
{
    margin: 15px auto;
}
#home .column10 p.center_text
{
    font-size: 14px;
    font-size: .875rem;

    color: #bf0000;
}
#home .column10 ul.divide_btns li
{
    width: 100%;
}
#home .column10 ul.divide_btns li.li01 a
{
    background: #1dca00;
}
#home .column10 ul.divide_btns li.li02 a
{
    background: #55a9eb;
}
#home .column10 ul.divide_btns li.li03 a
{
    background: #305094;
}
#home .column10 ul.divide_btns li a
{
    display: block;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px;

    color: #fff;

    -js-display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
#home .column10 ul.divide_btns li a img
{
    padding: 0 10px;
}
#home .column10 ul.divide_btns li a span
{
    font-size: 16px;
    font-size: 1rem;

    padding: 0 0 0 10px;

    border-left: 1px solid #fff;
}
#home .column10 ul.divide_btns li a span img
{
    padding: 0 0 0 5px;

    vertical-align: sub;
}

#contact
{
    width: 100%;
    padding: 30px 0 40px 0;
}
#contact table ul li span
{
    font-size: 14px;
    font-size: .875rem;
}
#contact p.margin40
{
    margin: 0 0 40px;
}
#contact p.center_text
{
    font-weight: bold;
    line-height: 1.6;

    margin: 0 0 15px;
}

#contact h2
{
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6em;

    margin: 0 0  15px;

    text-align: center;
    letter-spacing: 2px;
}

#contact h2 span
{
    font-size: 22px;

    letter-spacing: 1px;

    color: #19a1a3;
}



#contact .days_old {
	line-height: 1.7em;
	text-align: center;
	padding-bottom: 20px;
}


#contact table
{
    width: 100%;

    border-collapse: collapse;

    border-top: solid 1px #ddd;
}

#contact table th
{
    font-size: 14px;
    font-weight: 900;

    display: block;

    width: 100%;
    padding: 20px 0 0 0;

    text-align: left;

    color: #19a1a3;
}

#contact table th span
{
    font-size: 12px;

    padding-left: 15px;

    color: #bd122e;
}

#contact table td
{
    font-weight: 900;

    display: block;
    display: inline-block;

    width: 100%;
    padding: 10px 0 20px 0;

    text-align: left;

    border-bottom: solid 1px #ddd;
}

#contact table td .textbox
{
    font-size: 12px;

    width: 100%;
    padding: 3%;

    border: none;
    border-radius: 6px;
    background: #e8e8e8;
}

#contact table td span
{
    font-size: 14px;
}

#contact table td textarea
{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 12px;

    width: 100% !important;
    height: 100px !important;
    padding: 3%;

    border: none !important;
    border-radius: 6px;
    background: #e8e8e8 !important;
}

#contact table td ul li
{
    font-size: 12px;

    float: left;

    margin-right: 15px;
}

#contact table td ul li span
{
    padding-left: 5px;
}

#contact .check
{
    padding-top: 40px;
    padding-bottom: 30px;

    text-align: center;
}

#contact .check span
{
    font-size: 12px;

    padding-left: 5px;
}

#contact .check p
{
    font-size: 10px;

    padding-bottom: 5px;

    letter-spacing: 0;
}

#contact .btn
{
    width: 100%;
    margin: 0 auto;
}

#contact .btn button
{
    font-size: 16px;
    font-weight: 900;
    line-height: 60px;

    width: 100%;
    height: 60px;

    color: #fff;
    border-radius: 30px;
    background: #f7931e url(../img/icon_arrow03.png) no-repeat 95% center;
}

#contact .btn02
{
    width: 100%;
    padding-top: 40px;
}

#contact .btn02 li.next
{
    float: left;

    width: 48%;
}

#contact .btn02 li.next input
{
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;

    width: 100%;
    height: 50px;

    color: #fff;
    border-radius: 25px;
    background: #f7931e;

    border: none;
}

#contact .btn02 li.back
{
    float: right;

    width: 48%;
}

#contact .btn02 li.back input
{
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;

    width: 100%;
    height: 50px;

    color: #1f1f1f;
    border-radius: 25px;
    background: #e8e8e8;

    border: none;
}

.divide.divide_point li
{
    width: 100%;
}
.divide.divide_point li p.point_img
{
    margin: 0 0 10px;

    text-align: center;
}
.divide.divide_point li p.point_text
{
    margin: 10px 0 15px;
}
.divide.divide_tool li
{
    width: 100%;
}
.divide.divide_tool li p.tool_img
{
    margin: 0 0 5px;

    text-align: center;
}
.divide.divide_course li
{
    width: 100%;

    border: 1px solid #ddd;
    background: #fff;
}
.divide.divide_course li h3.h3_bg
{
    color: #fff;
    background: #00aba5;
}
.divide.divide_course li.li03 dl dd
{
    text-align: left;
}
.divide.divide_course li dl
{
    font-weight: bold;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -js-display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.divide.divide_course li dl dt
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;

    width: 30%;
    padding: 10px;

    text-align: center;

    border-right: 1px solid #ddd;
}
.divide.divide_course li dl dt span
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;

    padding: 0 2px;

    color: #00aba5;
}
.divide.divide_course li dl dt.dt02
{
    border-top: 1px solid #ddd;
}
.divide.divide_course li dl dd
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;

    width: 70%;
    margin: 0;
    padding: 10px;

    text-align: right;
}
.divide.divide_course li dl dd span
{
    font-size: 20px;
    font-size: 1.25rem;

    padding: 0 2px;

    color: #00aba5;
}
.divide.divide_course li dl dd.dd02
{
    border-top: 1px solid #ddd;
}

dl.dl_voice
{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -js-display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
dl.dl_voice dt
{
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.5;

    width: 50px;

    text-align: center;
}
dl.dl_voice dt:not(.dt01)
{
    margin: 10px 0 0;
}
dl.dl_voice dt img
{
    display: block;

    margin: 0 0 5px;
}
dl.dl_voice dd
{
    font-size: 12px;
    font-size: .75rem;

    position: relative;

    width: calc( 100% - 55px );
    margin: 0;
    padding: 5px;

    border-radius: 10px;
    background: #fff;
}
dl.dl_voice dd:before
{
    position: absolute;
    top: 20px;
    left: -10px;

    width: 0;
    height: 0;

    content: '';

    border: 5px solid transparent;
    border-right: 5px solid #fff;
}
dl.dl_voice dd:not(.dd01)
{
    margin: 10px 0 0;
}

dl.dl_flow
{
    border: 3px solid #ea5e60;
}
dl.dl_flow:not(.dl_flow01)
{
    margin: 15px 0 0;
}
dl.dl_flow dt
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;

    padding: 5px;

    text-align: center;

    color: #fff;
    background: #ea5e60;
}
dl.dl_flow dt span
{
    padding: 0 0 0 5px;
}
dl.dl_flow dd
{
    margin: 0;
    padding: 10px;
}
dl.dl_flow dd span
{
    color: #ea5e60;
}

dl.dl_access dt
{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;

    text-align: center;
}
dl.dl_access dd
{
    margin: 5px 0 0;
    padding: 5px 0 0;

    border-top: 1px solid #ddd;
}
dl.dl_access dd p.btn
{
    margin: 15px auto 0;
}
dl.dl_access dd p.btn a,
dl.dl_access dd p.btn a:link,
dl.dl_access dd p.btn a:visited
{
    color: #fff;
    border-color: #1e883b;
    background: #1e883b;
}
dl.dl_access dd p.btn a:hover,
dl.dl_access dd p.btn a:link:hover,
dl.dl_access dd p.btn a:visited:hover
{
    color: #1e883b;
}
dl.dl_access dd p.btn a:after,
dl.dl_access dd p.btn a:link:after,
dl.dl_access dd p.btn a:visited:after
{
    border-left-color: #ff0;
}

.z_img
{
    position: absolute;
}

p.btn,
p.more
{
    margin: 20px auto 0;

    text-align: center;
}
p.btn a,
p.btn input[type='submit'],
p.more a,
p.more input[type='submit']
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    line-height: 140%;

    position: relative;
    z-index: 0;

    display: inline-block;
    overflow: hidden;

    margin: 0 auto;
    padding: 15px 40px;

    text-decoration: none;

    opacity: 1;
    color: #1e883b;
    border: 1px solid #ff0;
    border-radius: 20em;
    background: #ff0;
}
p.btn a:link,
p.btn a:visited,
p.btn input[type='submit']:link,
p.btn input[type='submit']:visited,
p.more a:link,
p.more a:visited,
p.more input[type='submit']:link,
p.more input[type='submit']:visited
{
    color: #1e883b;
}
p.btn a:before,
p.btn input[type='submit']:before,
p.more a:before,
p.more input[type='submit']:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;

    background: #fff;
}
p.btn a:after,
p.btn input[type='submit']:after,
p.more a:after,
p.more input[type='submit']:after
{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 15px;
    bottom: 0;

    width: 0;
    height: 0;
    margin: auto 0;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;

    border: 5px solid transparent;
    border-left: 8px solid #1e883b;
}
p.btn a:hover,
p.btn input[type='submit']:hover,
p.more a:hover,
p.more input[type='submit']:hover
{
    -webkit-transition: .5s;
            transition: .5s;

    color: #1e883b;
}
p.btn a:hover:before,
p.btn input[type='submit']:hover:before,
p.more a:hover:before,
p.more input[type='submit']:hover:before
{
    left: 0;
}
p.btn a:hover:after,
p.btn input[type='submit']:hover:after,
p.more a:hover:after,
p.more input[type='submit']:hover:after
{
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);

    border-left: 8px solid #1e883b;
}
p.btn a:active,
p.btn input[type='submit']:active,
p.more a:active,
p.more input[type='submit']:active
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
p.btn.btn_re a,
p.more.btn_re a
{
    color: #ff0;
    border-color: #ff0;
    background: #fff;
}
p.btn.btn_re a:before,
p.more.btn_re a:before
{
    background: #ff0;
}
p.btn.btn_re a:after,
p.more.btn_re a:after
{
    border-color: #ff0;
}
p.btn.btn_re a:hover,
p.more.btn_re a:hover
{
    color: #fff;
}
p.btn.btn_re a:hover:after,
p.more.btn_re a:hover:after
{
    border-color: #fff;
}

p.form_btn span
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    background: none;
}
p.form_btn span input[type='submit']
{
    width: 100%;
    margin: 0;

    white-space: normal;

    color: #1e883b;
    border-color: #1e883b;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
p.form_btn span input[type='submit']:hover
{
    color: #fff;
}
p.form_btn span span.ajax-loader
{
    display: none;

    margin: 0;
}
p.form_btn span:link,
p.form_btn span:visited
{
    color: #1e883b;
}
p.form_btn span:before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;

    background: #1e883b;
}
p.form_btn span:hover
{
    -webkit-transition: .5s;
            transition: .5s;

    color: #fff;
}
p.form_btn span:hover:before
{
    left: 0;
}

p.btn_th
{
    text-align: center;
}
p.btn_th a
{
    font-size: 15px;
    font-size: .9375rem;
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding: 1em 3em;

    -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition:         transform .2s;
            transition:         transform .2s, -webkit-transform .2s;
    -webkit-transform: translate(.5em -.4em);
            transform: translate(.5em -.4em);
    text-align: center;
    text-decoration: none;

    opacity: 1;
    color: #ae2d5b;
    border: 3px solid #ae2d5b;
    background: transparent;
}
p.btn_th a:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: background-color .2s, -webkit-transform .2s;
            transition: background-color .2s, -webkit-transform .2s;
            transition: transform .2s, background-color .2s;
            transition: transform .2s, background-color .2s, -webkit-transform .2s;
    -webkit-transform: translate(.6em, -.5em);
            transform: translate(.6em, -.5em);

    background: rgba(174, 45, 91, .4);
}
p.btn_th a:hover
{
    -webkit-transform: translate(.2em, -.1em);
            transform: translate(.2em, -.1em);
}
p.btn_th a:hover:before
{
    -webkit-transform: translate(-.5em, .5em);
            transform: translate(-.5em, .5em);
}

p.btn.btn_contact a
{
    color: #fff;
    border-color: #00aba5;
    background: #00aba5;
}
p.btn.btn_contact a i
{
    font-size: 20px;
    font-size: 1.25rem;

    padding: 0 8px 0 0;
}
p.btn.btn_contact a:before
{
    background: #fff;
}
p.btn.btn_contact a:hover
{
    color: #00aba5;
}

/* privacy
---------------------------------------------- */
#privacy .row p:not(:first-child),
#personal .row p:not(:first-child),
#copyright .row p:not(:first-child)
{
    margin: 10px 0 0;
}
#privacy .row dl,
#personal .row dl,
#copyright .row dl
{
    margin: 25px 0 0;
    padding: 25px 0 0;

    border-top: solid 1px #ddd;
}
#privacy .row dl dt,
#personal .row dl dt,
#copyright .row dl dt
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
}
#privacy .row dl dd,
#personal .row dl dd,
#copyright .row dl dd
{
    font-size: 13px;
    font-size: .8125rem;

    margin: 5px 0 0 15px;
}
#privacy .row .box,
#privacy .row .cbox,
#personal .row .box,
#personal .row .cbox,
#copyright .row .box,
#copyright .row .cbox
{
    margin: 40px 0 0;
    padding: 30px;

    border: solid 3px #ddd;
}
#privacy .row .box h3,
#privacy .row .cbox h3,
#personal .row .box h3,
#personal .row .cbox h3,
#copyright .row .box h3,
#copyright .row .cbox h3
{
    margin: 0;
}
#privacy .row .cbox a,
#personal .row .cbox a,
#copyright .row .cbox a
{
    display: block;

    text-align: center;
}

@media screen and (min-width: 640px)
{
    .pc_none
    {
        display: none;
    }

    .sp_none
    {
        display: block;
    }

    .divide li
    {
        margin: 10px 0;
    }
    .divide.divide_2 li
    {
        width: 49%;
    }
    .divide.divide_3 li
    {
        width: 31%;
    }
    .divide.divide_4 li
    {
        width: 23%;
    }

    /* Layout
  ---------------------------------------------- */
    .column
    {
        padding: 40px 0;
    }
    .column .row
    {
        margin: 35px auto 0;
    }
    .column .row.row00
    {
        margin: 0;
    }

    .img_text,
    .text_img
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -js-display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .img_text .img_area,
    .text_img .img_area
    {
        width: 48%;
        margin: 0;
    }
    .img_text .text_area,
    .text_img .text_area
    {
        width: 49%;
    }
    .img_text.text_img .img_area,
    .text_img.text_img .img_area
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }

    p.btn,
    p.more
    {
        display: table;
    }
    p.btn a,
    p.btn input[type='submit'],
    p.more a,
    p.more input[type='submit']
    {
        display: inline-block;

        margin: 0 auto 0;
        padding: 20px 60px;
    }

    h2
    {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }

    h2.h2_double
    {
        font-family: 'Josefin Sans', sans-serif;

        margin: 0 0 30px;

        text-align: left;
    }
    h2.h2_double span
    {
        display: block;
    }
    h2.h2_double span.over_spell
    {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.2;
    }
    h2.h2_double span.under_spell
    {
        font-size: 24px;
        font-size: 1.5rem;

        padding: 5px 0 0;
    }

    h2.h2_bg_img
    {
        padding: 20px 0;
    }
    h2.h2_bg_img:before
    {
        width: 100px;
        height: 100px;
    }
    h2.h2_bg_img span.over_spell
    {
        font-size: 24px;
        font-size: 1.5rem;
    }
    h2.h2_bg_img span.over_spell img
    {
        height: 30px;
    }
    h2.h2_bg_img span.under_spell
    {
        font-size: 12px;
        font-size: .75rem;

        padding: 5px 0 0;
    }

    h3.h3_bg
    {
        padding: 8px 10px;
    }

    h3.h3_over_cl span.over_spell
    {
        font-size: 12px;
        font-size: .75rem;
    }
    h3.h3_over_cl span.under_spell
    {
        font-size: 15px;
        font-size: .9375rem;

        margin: 3px 0 0;
    }

    h3.h3_r_ico
    {
        font-size: 24px;
        font-size: 1.5rem;
    }

    h4.h4_over_cl span.over_spell
    {
        font-size: 16px;
        font-size: 1rem;
    }
    h4.h4_over_cl span.under_spell
    {
        font-size: 14px;
        font-size: .875rem;
    }

    h2.h2_catch
    {
        font-size: 20px;
        font-size: 1.25rem;
    }
    h2.h2_catch span
    {
        font-size: 40px;
        font-size: 2.5rem;
    }

    h2.h2_over_side span
    {
        text-align: center;
    }
    h2.h2_over_side span.over_spell
    {
        font-size: 14px;
        font-size: .875rem;
    }
    h2.h2_over_side span.under_spell
    {
        font-size: 34px;
        font-size: 2.125rem;

        padding: 0;
    }

    h2.h2_line
    {
        margin: 0 0 8px;
    }
    h2.h2_line span.over_spell
    {
        font-size: 32px;
        font-size: 2rem;
    }
    h2.h2_line span.under_spell
    {
        font-size: 13px;
        font-size: .8125rem;
    }

    h2.h2_double_border
    {
        font-size: 18px;
        font-size: 1.125rem;

        padding: 7px 15px;
    }

    h3.h3_catch
    {
        font-size: 20px;
        font-size: 1.25rem;
    }
    h3.h3_catch span
    {
        font-size: 26px;
        font-size: 1.625rem;
    }

    h3.h3_side span
    {
        font-size: 24px;
        font-size: 1.5rem;
    }
    h3.h3_side span:before,
    h3.h3_side span:after
    {
        width: 35px;
    }
    h3.h3_side span:before
    {
        left: -45px;
    }
    h3.h3_side span:after
    {
        right: -45px;
    }

    h4.h4_bg
    {
        font-size: 18px;
        font-size: 1.125rem;

        padding: 10px 50px;
    }

    h4.h4_catch
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
    h4.h4_catch span
    {
        font-size: 22px;
        font-size: 1.375rem;

        margin: 0 10px 0 0;
    }

    h4.h4_center
    {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h2.h2_text
    {
        margin: 0 0 20px;
    }
    h2.h2_text span.over_spell
    {
        font-size: 32px;
        font-size: 2rem;

        padding: 10px;
    }
    h2.h2_text span.under_spell
    {
        font-size: 14px;
        font-size: .875rem;

        padding: 15px 10px;
    }

    p.center_text
    {
        font-size: 14px;
        font-size: .875rem;

        margin: 0 0 40px;
    }

    p.sub_catch
    {
        font-size: 14px;
        font-size: .875rem;
        line-height: 2em;
    }

    h3.h3_both span.over_spell
    {
        font-size: 12px;
        font-size: .75rem;
    }
    h3.h3_both span.under_spell
    {
        font-size: 24px;
        font-size: 1.5rem;

        padding: 25px 0 15px;
    }

    h3.h3_line
    {
        font-size: 24px;
        font-size: 1.5rem;

        padding: 0 0 10px;
    }

    p.kome_text
    {
        font-size: 14px;
        font-size: .875rem;
    }

    .full_img_area
    {
        padding: 18% 0;

        background-attachment: fixed;
    }

    ul.divide_pagelink
    {
        padding: 40px 0 0;
    }
    ul.divide_pagelink li a
    {
        padding: 10px 45px;
    }

    .inner1200
    {
        max-width: 1200px;
    }

    .inner1360
    {
        max-width: 1360px;
    }


    #mainvisual
    {
        overflow: hidden;

        padding: 25px 0;

        background: url(../img/mainvisual.jpg) no-repeat center center;
        background-size: cover;
    }
    #mainvisual h2.main_catch
    {
        margin: 0;
    }
    #mainvisual h2.main_catch img
    {
        width: 500px;
    }
    #mainvisual p.proground_name
    {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5;

        text-align: center;

        text-shadow: 0 0 10px #666;
    }
    #mainvisual p.proground_name span
    {
        font-size: 34px;
        font-size: 2.125rem;
    }
    #mainvisual .info_box
    {
        padding: 10px 100px;
    }
    #mainvisual .info_box p.free_open
    {
        font-size: 24px;
        font-size: 1.5rem;

        color: #fff;
    }
    #mainvisual .info_box p.open_day
    {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.4;

        padding: 2px 0;
    }
    #mainvisual .info_box p.open_day span
    {
        font-size: 14px;
        font-size: .875rem;
    }
    #mainvisual .info_box p.open_time
    {
        font-size: 16px;
        font-size: 1rem;
    }
    #mainvisual .info_box p.open_time1
    {
        font-size: 16px;
        font-size: 1rem;
    }
    #mainvisual .info_box p.open_next
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;

        padding: 5px 30px;
    }
    #mainvisual .info_box p.open_next span
    {
        font-size: 12px;
        font-size: .75rem;

        padding: 5px 0 0;
    }
    #mainvisual .info_box_event
    {
        padding: 10px 100px;
    }
    #mainvisual .info_box_event p.free_open
    {
        font-size: 24px;
        font-size: 1.5rem;

        color: #fff;
    }
    #mainvisual .info_box_event p.free_open1
    {
        font-size: 20px;
        font-size: 1.25rem;

        color: #fff;
    }
    #mainvisual .info_box_event p.free_open span
    {
    font-size: 14px;
    font-size: .875rem;
    }
    #mainvisual .info_box_event p.open_day
    {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.4;

        padding: 2px 0;
    }
    #mainvisual .info_box_event p.open_day span
    {
        font-size: 14px;
        font-size: .875rem;
    }
    #mainvisual .info_box_event p.open_time
    {
        font-size: 16px;
        font-size: 1rem;
    }
    #mainvisual .info_box_event p.open_next
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;

        padding: 5px 30px;
    }
    #mainvisual .info_box_event p.open_next span
    {
        font-size: 12px;
        font-size: .75rem;

        padding: 5px 0 0;
    }
    #footer
    {
        overflow: hidden;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin: 0 0 42px;
        padding: 20px 0 20px 0;

        background: #1e883b;
    }

    #footer .link
    {
        font-size: 12px;

        float: left;

        padding-left: 20px;

        color: #fff;
    }

    #footer .link a
    {
        color: #fff;
    }

    #footer .copy
    {
        font-size: 10px;

        float: right;

        margin: 0;
        padding-right: 20px;

        color: #fff;
    }

    /* Primary
  ---------------------------------------------- */
    /* Secondary
  ---------------------------------------------- */
    /* Home
  ---------------------------------------------- */
    #home .column01:before,
    #home .column01:after
    {
        height: 18px;
    }
    #home .column03 .bg_tablet h3
    {
        font-size: 24px;
        font-size: 1.5rem;

        display: table;

        margin: 0 auto;
    }
    #home .column03 .bg_tablet p.education_text
    {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 2.2;

        margin: 15px 0 0;
    }
    #home .column04 .inner .z_img01
    {
        top: -10px;
        right: 0;
        left: 0;

        width: 200px;
        height: auto;
        margin: 0;
    }
    #home .column04 .inner .z_img02
    {
        top: -20px;
        left: 25%;

        width: 80px;
    }
    #home .column04 .inner .z_img03
    {
        top: 60px;
        right: 25%;

        width: 40px;
    }
    #home .column04 .inner .lr_area
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 35px 0 0;

        -js-display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #home .column04 .inner .left_area,
    #home .column04 .inner .right_area
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        width: 49%;
        padding: 13px;

        -js-display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #home .column04 .inner .right_area
    {
        margin: 0;
    }
    #home .column04 .inner p.min_text
    {
        width: 100%;
        margin: auto 0 0;
        padding: 20px 0 0;
    }
    #home .column05 .inner
    {
        position: relative;
    }
    #home .column05 .inner .z_img01
    {
        top: 0;
        right: 17%;

        width: 105px;
    }
    #home .column05 .row02
    {
        position: relative;

        overflow: visible;

        margin: 50px 0 0;
    }
    #home .column05 .row02 p.z_img02
    {
        top: -40px;
        left: 25px;

        width: 76px;
    }
    #home .column05 .row02 .box
    {
        padding: 15px;
    }
    #home .column05 .row02 .box p.text
    {
        font-size: 14px;
        font-size: .875rem;

        margin: 20px 0 0;
        padding: 20px 0 0;

        border-top: 1px solid #ddd;
    }
    #trial
    {
        background: url(../img/bg_dot.jpg);
    }
    #trial .open_mds
    {
        text-align: center;
    }
    #trial .open_mds p.free_open
    {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600;
    }
    #trial .open_mds p.open_day
    {
        font-size: 20px;
        font-size: 1.25rem;
    }
    #trial .open_mds p.open_day span
    {
        font-size: 14px;
        font-size: .875rem;
    }
    #trial .open_mds p.open_time
    {
        font-size: 16px;
        font-size: 1rem;
    }
    #trial .open_mds p.open_next
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;

        padding: 5px 30px;
    }
    #trial .open_mds p.open_next span
    {
        font-size: 12px;
        font-size: .75rem;

        padding: 5px 0 0;
    }
    #trial .open_mds p.event_text
    {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600;

        padding: 10px 0 0;
    }
    #trial .divide_btns
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #trial .divide_btns li
    {
        width: 40%;
        margin: 0 20px;
    }
    #trial .divide_btns li.li01 a span span
    {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.2;

        width: 100%;

        letter-spacing: 1px;
    }
    #trial .divide_btns li.li02 a
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #trial .divide_btns li.li02 a span
    {
        width: 250px;
    }
    #trial .divide_btns li.li03 a
    {
        padding: 13px 10px;
    }
    #trial .divide_btns li a
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding: 10px;

        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    #trial .divide_btns li a img
    {
        margin: 30px;
        margin: 0 5px;
    }
    #trial .divide_btns li a span
    {
        line-height: 1.6;

        display: block;

        width: calc( 100% - 40px);
    }
    #home .column07 .inner .z_img01
    {
        top: 0;
        left: 18%;

        width: 49px;
    }
    #home .column07 .row01 .z_img02
    {
        top: -75px;
        right: 20px;

        width: 164px;
    }
    #home .column08
    {
        position: relative;

        padding: 25px 0;

        background: url(../img/bg_sla.png);
    }
    #home .column08:before,
    #home .column08:after
    {
        position: absolute;
        right: 0;
        left: 0;

        width: 100%;
        height: 10px;

        content: '';

        background-position: center center;
        background-size: contain;
    }
    #home .column08:before
    {
        top: 0;

        background-image: url(../img/tri01.png);
    }
    #home .column08:after
    {
        bottom: 0;

        background-image: url(../img/tri02.png);
    }
    #home .column08 .inner .z_img
    {
        display: none;
    }
    #home .column08 .inner .z_img01
    {
        width: 65px;
    }
    #home .column08 .inner .z_img02
    {
        width: 80px;
    }
    #home .column08 .inner .z_img03
    {
        width: 70px;
    }
    #home .column08 .row
    {
        overflow: visible;
    }
    #home .column08 h2.h2_copy span
    {
        display: block;
    }
    #home .column08 h2.h2_copy span.under_spell
    {
        margin: 10px 0 0;
    }
    #home .column09
    {
        padding-bottom: 0;
    }
    #home .column09 .inner
    {
        position: relative;
    }
    #home .column09 .inner .row
    {
        padding: 0 0 50px;
    }
    #home .column09 .inner .z_img01
    {
        bottom: 0;
        left: 0;

        width: 100px;
    }
    #home .column09 .inner .z_img02
    {
        right: 5px;
        bottom: 0;
    }
    #home .column10 p.center_text
    {
        font-size: 15px;
        font-size: .9375rem;
    }
    #home .column10 ul.divide_btns
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #home .column10 ul.divide_btns li
    {
        width: 35%;
        margin: 0 20px;
    }
    #home .column10 ul.divide_btns li a
    {
        display: block;

        padding: 10px;

        color: #fff;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    #home .column10 ul.divide_btns li a span
    {
        font-size: 16px;
        font-size: 1rem;

        padding: 0 0 0 10px;

        border-left: 1px solid #fff;
    }
    #home .column10 ul.divide_btns li a span img
    {
        width: 50px;

        vertical-align: baseline;
    }

    /* contact
---------------*/
    #contact
    {
        width: 100%;
        padding: 50px 0 100px 0;
    }

    #contact h2
    {
        font-size: 40px;
        font-weight: 900;
        line-height: 1.4em;

        margin-bottom: 35px;

        text-align: center;
        letter-spacing: 2px;
    }

    #contact h2 span
    {
        color: #19a1a3;
    }

    #contact table
    {
        width: 100%;

        border-collapse: collapse;
    }

    #contact table tr
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -js-display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }

    #contact table th
    {
        font-size: 16px;
        font-weight: 900;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 28%;
        padding: 20px 0;

        text-align: left;

        color: #19a1a3;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }

    #contact table th span
    {
        font-size: 12px;

        padding-left: 15px;

        color: #bd122e;
    }

    #contact table td
    {
        font-weight: 900;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 72%;
        padding: 20px 0;

        text-align: left;

        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }

    #contact table td .textbox
    {
        font-size: 14px;

        width: 100%;
        padding: 18px;

        border: none;
        border-radius: 6px;
        background: #e8e8e8;
    }

	#contact table td span
	{
		font-size: 14px;
	}
	
    #contact table td textarea
    {
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        font-size: 14px;

        width: 100% !important;
        height: 120px !important;
        margin: 0;
        padding: 18px;

        border: none !important;
        border-radius: 6px;
        background: #e8e8e8 !important;
    }

    #contact table td ul li
    {
        float: left;

        margin-right: 15px;
    }

    #contact table td ul li span
    {
        padding-left: 5px;
    }

    #contact .check
    {
        padding-top: 40px;
        padding-bottom: 30px;

        text-align: center;
    }

    #contact .check span
    {
        padding-left: 5px;
    }

    #contact .btn
    {
        width: 600px;
        margin: 0 auto;
    }

    #contact .btn button
    {
        font-size: 28px;
        font-weight: 900;
        line-height: 84px;

        width: 600px;
        height: 84px;

        cursor: pointer;
        -webkit-transition: .3s;
                transition: .3s;
        letter-spacing: 3px;

        color: #fff;
        border-radius: 42px;
        background: #f7931e;
    }

    #contact .btn button:hover
    {
        background: #f17428;
    }

    #contact .btn02
    {
        width: 600px;
        margin: 0 auto;
        padding-top: 50px;
    }

    #contact .btn02 li.next
    {
        float: left;

        width: 285px;
    }

    #contact .btn02 li.next input
    {
        font-size: 18px;
        font-weight: 900;
        line-height: 60px;

        width: 285px;
        height: 60px;

        cursor: pointer;
        -webkit-transition: .3s;
                transition: .3s;
        letter-spacing: 3px;

        color: #fff;
        border-radius: 30px;
        background: #f7931e;

        border: none;
        -webkit−transition: .3s;
    }

    #contact .btn02 li.next input:hover
    {
        background: #f17428;
    }

    #contact .btn02 li.back
    {
        float: right;

        width: 285px;
    }

    #contact .btn02 li.back input
    {
        font-size: 18px;
        font-weight: 900;
        line-height: 60px;

        width: 285px;
        height: 60px;

        cursor: pointer;
        letter-spacing: 3px;

        color: #1f1f1f;
        border-radius: 30px;
        background: #e8e8e8;

        border: none;
    }

    #contact .check p
    {
        font-size: 14px;
        font-size: .875rem;
    }
    #contact .check span
    {
        font-size: 14px;
        font-size: .875rem;
    }

    .divide.divide_point li
    {
        width: 31%;
    }
    .divide.divide_point li p.point_img
    {
        margin: 0 0 10px;

        text-align: center;
    }
    .divide.divide_point li p.point_text
    {
        margin: 10px 0 15px;
    }
    .divide.divide_tool li
    {
        width: 49%;
        margin: 0 0 20px 0;
    }
    .divide.divide_tool li p.tool_img
    {
        margin: 0 0 8px;
    }
    .divide.divide_tool li p.tool_img img
    {
       width: 100%;
		height: auto;
    }
    .divide.divide_course li
    {
        width: 32%;
        margin: 0;
    }
    .divide.divide_course li h3.h3_bg
    {
        color: #fff;
        background: #00aba5;
    }
    .divide.divide_course li.li01 dl dt,
    .divide.divide_course li.li01 dl dd
    {
        padding: 30px 10px;
    }
    .divide.divide_course li.li03 dl dd
    {
        text-align: left;
    }
    .divide.divide_course li dl
    {
        font-weight: bold;

        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -js-display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .divide.divide_course li dl dt
    {
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold;

        width: 30%;
        padding: 10px;

        text-align: center;

        border-right: 1px solid #ddd;
    }
    .divide.divide_course li dl dt span
    {
        font-size: 18px;
        font-size: 1.125rem;

        padding: 0 2px;

        color: #00aba5;

        vertical-align: bottom;
    }
    .divide.divide_course li dl dt.dt02
    {
        border-top: 1px solid #ddd;
    }
    .divide.divide_course li dl dd
    {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold;

        width: 70%;
        margin: 0;
        padding: 10px;

        text-align: right;
    }
    .divide.divide_course li dl dd span
    {
        font-size: 18px;
        font-size: 1.125rem;

        padding: 0 2px;

        vertical-align: bottom;

        color: #00aba5;
    }
    .divide.divide_course li dl dd.dd02
    {
        border-top: 1px solid #ddd;
    }

    dl.dl_voice
    {
        width: 100%;

        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    dl.dl_voice dt
    {
        font-size: 10px;
        font-size: .625rem;
    }
    dl.dl_voice dt:not(.dt01)
    {
        margin: 15px 0 0;
    }
    dl.dl_voice dd
    {
        font-size: 13px;
        font-size: .8125rem;

        padding: 10px;
    }
    dl.dl_voice dd:not(.dd01)
    {
        margin: 15px 0 0;
    }

    dl.dl_flow
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    dl.dl_flow:not(.dl_flow01)
    {
        position: relative;

        margin: 35px 0 0;
    }
    dl.dl_flow:not(.dl_flow01):before
    {
        position: absolute;
        top: -35px;
        left: 9%;

        width: 14px;
        height: 29px;

        content: '';

        background: url(../img/ico_arrow.png) no-repeat center center;
        background-size: contain;
    }
    dl.dl_flow dt
    {
        font-size: 12px;
        font-size: .75rem;

        width: 20%;
        padding: 20px;
    }
    dl.dl_flow dt span
    {
        font-size: 20px;
        font-size: 1.25rem;

        display: block;

        padding: 0;
    }
    dl.dl_flow dd
    {
        margin: 0;
        padding: 10px;
    }
    dl.dl_flow dd span
    {
        color: #ea5e60;
    }

    dl.dl_access dt
    {
        font-size: 25px;
        font-size: 1.5625rem;
    }
    dl.dl_access dd
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        border-top: 1px solid #ddd;

        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    dl.dl_access dd p.btn
    {
        margin: 15px  0 0;
    }
    dl.dl_access dd p.btn a,
    dl.dl_access dd p.btn a:link,
    dl.dl_access dd p.btn a:visited
    {
        padding: 10px 40px;
    }
}
/*min640ここまで*/
@media screen and (min-width: 1000px)
{
    /* Layout
  ---------------------------------------------- */
    .column
    {
        padding: 50px 0;
    }
    .column .row
    {
        margin: 40px auto 0;
    }
    .column .row.row00
    {
        margin: 0 auto 0;
    }

    p,
    .entry-content p
    {
        font-size: 14px;
        font-size: .875rem;
        line-height: 200%;
    }

    h2
    {
        font-size: 40px;
        font-size: 2.5rem;
    }

    h2.h2_catch
    {
        font-size: 29px;
        font-size: 1.8125rem;
    }
    h2.h2_catch span
    {
        font-size: 63px;
        font-size: 3.9375rem;
    }

    h2.h2_over_side span.under_spell
    {
        font-size: 42px;
        font-size: 2.625rem;

        padding: 0;
    }

    h2.h2_double
    {
        margin: 0 0 50px;
    }
    h2.h2_double span.over_spell
    {
        font-size: 62px;
        font-size: 3.875rem;
    }
    h2.h2_double span.under_spell
    {
        font-size: 46px;
        font-size: 2.875rem;
    }

    h2.h2_line
    {
        margin: 0 0 8px;
    }
    h2.h2_line span.over_spell
    {
        font-size: 36px;
        font-size: 2.25rem;
    }
    h2.h2_line span.under_spell
    {
        font-size: 14px;
        font-size: .875rem;
    }

    h2.h2_bg_img
    {
        padding: 20px 0;
    }
    h2.h2_bg_img:before
    {
        width: 100px;
        height: 100px;
    }
    h2.h2_bg_img span.over_spell
    {
        font-size: 26px;
        font-size: 1.625rem;
    }
    h2.h2_bg_img span.over_spell img
    {
        height: 39px;
    }

    h3.h3_bg
    {
        padding: 8px 10px;
    }

    h3.h3_over_cl span.under_spell
    {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h3.h3_catch
    {
        font-size: 22px;
        font-size: 1.375rem;
    }
    h3.h3_catch span
    {
        font-size: 28px;
        font-size: 1.75rem;
    }

    p.sub_catch
    {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 2em;
    }

    h4.h4_bg
    {
        font-size: 20px;
        font-size: 1.25rem;

        padding: 10px 50px;
    }

    h4.h4_center
    {
        font-size: 20px;
        font-size: 1.25rem;
    }

    p.sub_catch
    {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 2em;
    }

    h2.h2_sla
    {
        margin: 0 0 48px;
    }
    h2.h2_sla span.over_spell
    {
        font-size: 34px;
        font-size: 2.125rem;

        padding: 15px;
    }
    h2.h2_sla span.under_spell
    {
        padding: 20px 0;
    }

    h2.h2_line
    {
        margin: 0 0 48px;
    }
    h2.h2_line span.over_spell
    {
        font-size: 40px;
        font-size: 2.5rem;

        padding: 10px;
    }
    h2.h2_line span.under_spell
    {
        padding: 20px 10px;
    }

    h2.h2_line span.over_spell
    {
        font-size: 40px;
        font-size: 2.5rem;
    }

    h3.h3_catch
    {
        margin: 0 0 55px;
    }

    p.center_text
    {
        margin: 0 0 55px;
    }

    h3.h3_both span.under_spell
    {
        font-size: 28px;
        font-size: 1.75rem;
    }

    h3.h3_line span.over_spell
    {
        font-size: 26px;
        font-size: 1.625rem;
    }
    h3.h3_line span.under_spell
    {
        font-size: 14px;
        font-size: .875rem;
    }

    .full_img_area
    {
        height: 270px;
        padding: 0;
    }


    #mainvisual
    {
        padding: 100px 0 90px;
    }
    #mainvisual .inner
    {
        position: relative;
    }
    #mainvisual .z_img01
    {
        top: -90px;
        left: -140px;
    }
    #mainvisual .z_img02
    {
        top: -85px;
        right: 0;
    }
    #mainvisual .z_img03
    {
        bottom: 60px;
        left: -40px;
		display: none;
    }
    #mainvisual .z_img04
    {
        right: -100px;
        bottom: 0;
		display: none;
    }
    #mainvisual h2.main_catch
    {
        margin: 0;
    }
    #mainvisual h2.main_catch img
    {
        width: auto;
    }
    #mainvisual p.proground_name
    {
        font-size: 24px;
        font-size: 1.5rem;

        margin: 20px 0 5px;

        text-shadow: 0 0 10px #666;
    }
    #mainvisual p.proground_name span
    {
        font-size: 44px;
        font-size: 2.75rem;
    }
    #mainvisual .info_box
    {
		width: 49%;
        margin:  25px auto 0;
        /* width: 100%; */
        /* margin: 25px 0 0; */
		padding: 20px 0 38px 0;
    }
    #mainvisual .info_box p.free_open
    {
        font-size: 26px;
        font-size: 1.625rem;

        color: #fff;
    }
    #mainvisual .info_box p.free_open img
    {
        width: 300px;
    }
    #mainvisual .info_box p.open_day
    {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.4;

        padding: 2px 0;

        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
    }
    #mainvisual .info_box p.open_day span
    {
        font-size: 22px;
        font-size: 1.375rem;
    }
    #mainvisual .info_box p.open_time
    {
        font-size: 18px;
        font-size: 1.125rem;
		padding: 10px 0;
    }
    #mainvisual .info_box p.open_time1
    {
        font-size: 18px;
        font-size: 1.125rem;
		padding: 9px 0;
    }
    #mainvisual .info_box p.open_next
    {
        font-size: 16px;
        font-size: 1rem;

        padding: 3px 50px 8px;

        border-radius: 10px;
    }
    #mainvisual .info_box_event p.open_price span
    {
        font-size: 14px;
        font-size: .875rem;
    }

    #mainvisual .info_box p.open_next span
    {
        font-size: 13px;
        font-size: .8125rem;

        padding: 5px 0 0;
    }
    #mainvisual .info_box_event
    {
		width: 49%;
        margin: 25px 0 0;
		padding: 10px 0 25px 0;
    }
    #mainvisual .info_box_event p.free_open
    {
        font-size: 26px;
        font-size: 1.625rem;

        color: #fff;
    }
    #mainvisual .info_box_event p.free_open1
    {
        font-size: 22px;
        font-size: 1.375rem;

        color: #fff;
    }
    #mainvisual .info_box_event p.free_open img
    {
        width: 300px;
    }
    #mainvisual .info_box_event p.free_open span
    {
        font-size: 22px;
        font-size: 1.375rem;
    }
    #mainvisual .info_box_event p.open_day
    {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.4;

        padding: 2px 0;

        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
    }
    #mainvisual .info_box_event p.open_day span
    {
        font-size: 22px;
        font-size: 1.375rem;
    }
    #mainvisual .info_box_event p.open_time
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
    #mainvisual .info_box_event p.open_next
    {
        font-size: 16px;
        font-size: 1rem;

        padding: 3px 30px;

        border-radius: 10px;
    }
    #mainvisual .info_box_event p.open_next span
    {
        font-size: 13px;
        font-size: .8125rem;

        padding: 5px 0 0;
    }

    #mainvisual .flex {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}





    /* Footer
  ---------------------------------------------- */
    footer#footer
    {
        margin: 0;
    }

    /* Primary
  ---------------------------------------------- */
    /* Secondary
  ---------------------------------------------- */
    /* Home
  ---------------------------------------------- */
    #home .column01 p.text
    {
        font-size: 15px;
        font-size: .9375rem;
    }
    #home .column01 .img_area
    {
        width: 464px;
    }
    #home .column01 .text_area
    {
        width: calc(100% - 470px);
    }
    #home .column03 .bg_tablet
    {
        padding: 72px 10px;

        background: url(../img/bg_tablet.png) no-repeat center center;
        background-size: contain;
    }
    #home .column03 .bg_tablet h3
    {
        font-size: 30px;
        font-size: 1.875rem;
    }
    #home .column03 .bg_tablet p.education_text
    {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 2.6;

        position: relative;

        display: table;

        margin: 20px auto 0;

        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.1em, #eee), color-stop(.1em, transparent));
        background-image: linear-gradient(#eee .1em, transparent .1em);
        background-position: bottom center;
        background-size: 100% 2.63em;
    }
    #home .column04 .inner .z_img01
    {
        width: 256px;
        height: auto;
    }
    #home .column04 .inner .z_img02
    {
        top: -20px;
        left: 30%;

        width: 109px;
    }
    #home .column04 .inner .z_img03
    {
        top: 60px;
        right: 23%;

        width: 47px;
    }
    #home .column04 .inner .lr_area
    {
        margin: 45px auto 0;
    }
    #home .column04 .inner .left_area,
    #home .column04 .inner .right_area
    {
        width: 49%;
        padding: 30px;
    }
    #home .column05 .inner .z_img01
    {
        top: 0;
        right: 23%;

        width: 105px;
    }
    #home .column05 .row02
    {
        position: relative;

        overflow: visible;

        margin: 50px 0 0;
    }
    #home .column05 .row02 p.z_img02
    {
        top: -40px;
        left: 25px;

        width: 76px;
    }
    #home .column05 .row02 h3.h3_bg
    {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: normal;
    }
    #home .column05 .row02 .box
    {
        padding: 70px 70px;
    }
    #home .column05 .row02 .box p.text
    {
        line-height: 2;

        margin: 34px 0 0;
        padding: 34px 0 0;
    }
    #trial .open_mds
    {
        text-align: center;
    }
    #trial .open_mds p.free_open
    {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.4;
    }
    #trial .open_mds p.open_day
    {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.4;
    }
    #trial .open_mds p.open_day span
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
    #trial .open_mds p.open_time
    {
        font-size: 20px;
        font-size: 1.25rem;
    }
    #trial .open_mds p.open_next
    {
        font-size: 15px;
        font-size: .9375rem;

        padding: 10px 50px;

        border-radius: 10px;
    }
    #trial .open_mds p.open_next span
    {
        font-size: 13px;
        font-size: .8125rem;

        padding: 5px 0 0;
    }
    #trial .open_mds p.event_text
    {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.4;

        padding: 10px 0 0;
    }
    #trial .divide_btns li.li01 a
    {
        padding: 18px 20px;
    }
    #trial .divide_btns li.li01 a span
    {
        font-size: 13px;
        font-size: .8125rem;
    }
    #trial .divide_btns li.li01 a span span
    {
        font-size: 34px;
        font-size: 2.125rem;
    }
    #trial .divide_btns li.li03 a
    {
        padding: 30px 25px;
    }
    #trial .divide_btns li a
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding: 30px 25px;

        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    #trial .divide_btns li a img
    {
        margin: 30px;
        margin: 0 5px;
    }
    #trial .divide_btns li a span
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
    #home .column07 .inner .z_img01
    {
        top: 0;
        left: 25%;

        width: 49px;
    }
    #home .column07 .row01 .z_img02
    {
        top: -75px;
        right: 20px;

        width: 164px;
    }
    #home .column08
    {
        position: relative;

        padding: 125px 0;

        background: url(../img/bg_sla.png);
    }
    #home .column08:before,
    #home .column08:after
    {
        height: 18px;
    }
    #home .column08 .inner
    {
        position: relative;
    }
    #home .column08 .inner .z_img
    {
        display: block;
    }
    #home .column08 .inner .z_img01
    {
        top: -50px;
        left: -130px;

        width: 130px;
    }
    #home .column08 .inner .z_img01:before
    {
        position: absolute;
        top: -30px;
        right: -220px;

        width: 100px;
        height: 100px;

        content: '';

        border-radius: 50%;
        background: #f39500;
    }
    #home .column08 .inner .z_img01:after
    {
        position: absolute;
        top: 0;
        right: -780px;

        width: 55px;
        height: 55px;

        content: '';

        border-radius: 50%;
        background: #ddd;
    }
    #home .column08 .inner .z_img02
    {
        right: -50px;
        bottom: -80px;

        width: 252px;
    }
    #home .column08 .inner .z_img02:before
    {
        position: absolute;
        top: -130px;
        left: 100px;

        width: 98px;
        height: 98px;

        content: '';

        border-radius: 50%;
        background: #005284;
    }
    #home .column08 .inner .z_img02:after
    {
        position: absolute;
        top: 0;
        right: -90px;

        width: 46px;
        height: 46px;

        content: '';

        border-radius: 50%;
        background: #ddd;
    }
    #home .column08 .inner .z_img03
    {
        bottom: -90px;
        left: 50px;

        width: 190px;
    }
    #home .column08 .inner .z_img03:before
    {
        position: absolute;
        top: -10px;
        left: -190px;

        width: 60px;
        height: 60px;

        content: '';

        border-radius: 50%;
        background: #00aba5;
    }
    #home .column08 .inner .z_img03:after
    {
        position: absolute;
        right: -350px;
        bottom: 0;

        width: 60px;
        height: 60px;

        content: '';

        border-radius: 50%;
        background: #ea5e60;
    }
    #home .column08 .row
    {
        overflow: visible;
    }
    #home .column08 h2.h2_copy
    {
        margin: 0 0 40px;
    }
    #home .column09 .inner .row
    {
        padding: 0 0 60px;
    }
    #home .column09 .inner .z_img01
    {
        bottom: 0;
        left: 0;
        left: -50px;

        width: 116px;
    }
    #home .column09 .inner .z_img02
    {
        right: 420px;
        bottom: 0;
    }
    #home .column10 p.center_text
    {
        font-size: 16px;
        font-size: 1rem;
    }
    #home .column10 ul.divide_btns li a
    {
        padding: 20px;
    }
    #home .column10 ul.divide_btns li a span
    {
        display: inline-block;

        width: calc(100% - 70px);
        padding: 0 0 0 20px;

        text-align: center;
    }
    #home .column10 ul.divide_btns li a span img
    {
        width: 50px;

        vertical-align: baseline;
    }

    .divide.divide_point li
    {
        width: 28%;
    }
    .divide.divide_point li p.point_img
    {
        margin: 0 0 10px;

        text-align: center;
    }
    .divide.divide_point li p.point_text
    {
        margin: 15px 0 0;
    }
    .divide.divide_tool li
    {
        width: 24%;
    }
    .divide.divide_tool li p.tool_img
    {
        margin: 0 0 12px;
    }
    .divide.divide_course li
    {
        width: 32%;
        margin: 0;
    }
    .divide.divide_course li h3.h3_bg
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .divide.divide_course li.li01 dl dt,
    .divide.divide_course li.li01 dl dd
    {
        padding: 50px 20px;
    }
    .divide.divide_course li.li03 dl dd
    {
        text-align: left;
    }
    .divide.divide_course li dl dt
    {
        font-size: 13px;
        font-size: .8125rem;

        width: 30%;
        padding: 20px;

        text-align: center;
    }
    .divide.divide_course li dl dt span
    {
        font-size: 22px;
        font-size: 1.375rem;

        color: #00aba5;
    }
    .divide.divide_course li dl dd
    {
        padding: 20px;
    }
    .divide.divide_course li dl dd span
    {
        font-size: 22px;
        font-size: 1.375rem;

        vertical-align: bottom;
    }

    dl.dl_voice dt
    {
        font-size: 12px;
        font-size: .75rem;

        width: 65px;

        text-align: center;
    }
    dl.dl_voice dt:not(.dt01)
    {
        margin: 15px 0 0;
    }
    dl.dl_voice dt img
    {
        margin: 0 auto 5px;
    }
    dl.dl_voice dd
    {
        font-size: 14px;
        font-size: .875rem;

        width: calc(100% - 65px);
        padding: 22px;
    }
    dl.dl_voice dd:not(.dd01)
    {
        margin: 30px 0 0;
    }

    dl.dl_flow:not(.dl_flow01)
    {
        position: relative;

        margin: 40px 0 0;
    }
    dl.dl_flow:not(.dl_flow01):before
    {
        top: -43px;
        left: 9%;
    }
    dl.dl_flow dt
    {
        font-size: 17px;
        font-size: 1.0625rem;

        width: 20%;
        padding: 35px 20px;
    }
    dl.dl_flow dt span
    {
        font-size: 44px;
        font-size: 2.75rem;

        padding: 5px 0 0;
    }
    dl.dl_flow dd
    {
        width: 80%;
        margin: 0;
        padding: 30px;
    }
    dl.dl_flow dd p
    {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5;
    }
    dl.dl_flow dd span
    {
        color: #ea5e60;
    }

    dl.dl_access
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -js-display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    dl.dl_access dt
    {
        font-size: 30px;
        font-size: 1.875rem;

        width: 13%;

        text-align: left;
    }
    dl.dl_access dd
    {
        width: 87%;
        padding: 0 0 0 50px;

        border-top: none;
        border-left: 1px solid #ddd;
    }
    dl.dl_access dd p.btn
    {
        margin: 15px  0 0;
    }
    dl.dl_access dd p.btn a,
    dl.dl_access dd p.btn a:link,
    dl.dl_access dd p.btn a:visited
    {
        padding: 20px 60px;
    }

    /* privacy
  ---------------------------------------------- */
    #privacy .row .cbox,
    #personal .row .cbox,
    #copyright .row .cbox
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #privacy .row .cbox a,
    #personal .row .cbox a,
    #copyright .row .cbox a
    {
        display: block;

        text-align: center;
    }
    #privacy .row .cbox .icon,
    #personal .row .cbox .icon,
    #copyright .row .cbox .icon
    {
        width: 100px;
    }
    #privacy .row .cbox p.txt,
    #personal .row .cbox p.txt,
    #copyright .row .cbox p.txt
    {
        width: calc(100% - 120px);
    }


.bnr_wedo {
	padding-top: 30px;
	padding-bottom: 10px;
}


}
/*min1000ここまで*/









.column09 .inner {
	max-width: 100%;
}
	.column09 .flex-start {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		padding-top: 40px;
		padding-bottom: 80px;
	}
		.column09 .flex-start .box {
			width: 49%;
		}
			.column09 .flex-start .box .textbox {
				padding: 30px 20px 15px 20px;
				background: #fff;
			}
				.column09 .flex-start .box .textbox .head {
					font-size: 30px;
					font-weight: 700;
					text-align: center;
					color: #1e883b;
					margin-bottom: 15px;
				}

				.column09 .flex-start .box .textbox .text {
					font-size: 14px;
					text-align: center;
					margin-bottom: 25px;
				}
					.column09 .flex-start .box .textbox .text br.sp {
						display: none;
					}


@media screen and (max-width: 1000px) {
	.column09 .flex-start {
		display: block;
		padding-top: 15px;
		padding-bottom: 80px;
	}
		.column09 .flex-start .box {
			width: 100%;
			margin-bottom: 20px;
		}
			.column09 .flex-start .box .textbox {
				padding: 20px 20px 10px 20px;
			}
				.column09 .flex-start .box .textbox .head {
					font-size: 20px;
				}

				.column09 .flex-start .box .textbox .text {
					font-size: 12px;
				}
					.column09 .flex-start .box .textbox .text br.sp {
						display: block;
					}
	
			.column09 .flex-start .box iframe {
				width: 100%;
				height: 200px;
			}
}























































