@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;
}

a.no_hover:hover
{
    opacity: 1;
}
.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;
    }
}
*/

.tablet_hide
{
    display: initial;
}
.pc_hide
{
    display: initial;
}
.smart_hide
{
    display: none;
}

@media screen and (min-width: 640px)
{
    .smart_hide
    {
        display: initial;
    }
    .pc_hide
    {
        display: initial;
    }    
    .tablet_hide
    {
        display: none;
    }
}

@media screen and (min-width: 1000px)
{
    .smart_hide
    {
        display: initial;
    }
    .tablet_hide
    {
        display: initial;
    }
    .pc_hide
    {
        display: none;
    }
}

@media screen and (max-width: 639.99999px)
{
    .smart_valid
    {
        display: inline;
    }
    
    .smart_invalid
    {
    	display: none;
    }
}

@media screen and (min-width: 640px)
{
    .smart_valid
    {
        display: none;
    }
    
    .smart_invalid
    {
    	display: inline;
    }
}

@media screen and (max-width: 999.99999px)
{
    .pc_valid
    {
        display: none;
    }
    
    .pc_invalid
    {
    	display: block;
    }
}

@media screen and (min-width: 1000px)
{
    .pc_valid
    {
        display: block;
    }
    
    .pc_invalid
    {
    	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: 1000px;
    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-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Times New Roman', 'メイリオ', Meiryo, serif;
    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;
}

p.catch_color
{
	color: #ea5e60;
	font-size: 1.0rem;
}

a.catch_link
{
	color: blue;
	font-size: 1.0rem;
}

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;
}

/* Header
---------------------------------------------- */
header#header
{
    padding: 8px;
}
header#header #logo
{
    display: table;

    width: 60%;
    margin: 0 auto;
}
header#header a#logo
{
    display: block;
}
header#header h1
{
    font-size: 10px;
    font-size: .625rem;

    display: table;

    margin: 8px auto 0;
}
header#header ul.head_info
{
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -js-display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
header#header ul.head_info li
{
    width: 50%;
}
header#header ul.head_info li a
{
    display: block;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 6px 6px;

    text-align: center;

    -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;
}
header#header ul.head_info li a img
{
    width: 25px;
}
header#header ul.head_info li a span
{
    font-size: 10px;
    font-size: .625rem;

    display: block;

    width: calc( 100% - 25px);

    text-align: center;
}
header#header ul.head_info li.li01
{
    width: 55%;
}
header#header ul.head_info li.li01 a
{
    text-align: center;

    background: #f5f4ef;
}
header#header ul.head_info li.li01 a span span
{
    font-size: 15px;
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1;

    margin: 0 auto;
}
header#header ul.head_info li.li02
{
    width: 45%;
}
header#header ul.head_info li.li02 a
{
    font-size: 13px;
    font-size: .8125rem;
    font-weight: bold;
    line-height: 1.8;

    color: #fff;
    background: #f39500;
}
header#header ul.head_info li.li03
{
    display: none;
}
header#header ul.head_info li.li03 a
{
    background: #1e883b;
}

#mainvisual
{
    overflow: hidden;

    padding: 25px 00px;

/*
    background: url(../img/mainvisual.jpg) no-repeat center center;

    background-size: cover;
*/

/*
background: url(../img/mainvisual_long.jpg) no-repeat center top;
background-attachment: fixed;
*/

	position: relative;
	clip-path: inset(0);
}

#mainvisual .mainvisual_background
{
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
    width: 100%;
	height: 100lvh;
    
    z-index: -1;
}

#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;
}

.spring_event_info_box {
	position: relative;
	
	background-color: rgba(255,182,193,0.8);
	border-radius: 10px;
	
	width: 330px;
	
	margin: 25px auto 0;
	padding: 1px;
}

.spring_event_info_box_flower_p {
	position: absolute;
	
	width: 300px;
	
	bottom: 50px;
	left: 20px;
}

.spring_event_info_box_school_bag_p {
	position: absolute;
	
	width: 100px;
	
	top: 120px;
	left: auto;
	right: 15px;
}

.spring_event_info_box_title {
	width: 200px;
	
	margin: 25px auto 0;
}

.spring_event_info_box_div {
	display: initial;
	
	margin: 25px auto 0;
	
	position: relative;
	z-index: 10;
}

.spring_event_info_box_div_text01 {
	width: 280px;
	
	text-align: center;
	
	margin: 25px auto 0;
}

.spring_event_info_box_div_text01_img {
	width: 240px;
}

.spring_event_info_box_div_button {
	width: 280px;
	
	margin: auto;
}

.spring_event_info_box_div_button_detail {
	width: 100%;
	
	text-align: center;
	
	margin: 25px auto 0;
}

.spring_event_info_box_div_button_detail_a {
	width: 100%;
}

.spring_event_info_box_div_button_detail_img {
	width: 180px;
}

.spring_event_info_box_div_button_application {
	width: 100%;
	
	text-align: center;
	
	margin: 20px auto 0;
}

.spring_event_info_box_div_button_application_a {
	width: 100%;
}

.spring_event_info_box_div_button_application_img {
	width: 180px;
}

.spring_event_info_box_text02 {
	width: 240px;

	margin: 25px auto 24px;
}

.trial_info_box {
	position: relative;
	
	background-color: rgb(195,217,65);
	border-radius: 10px;
	
	width: 330px;
	
	margin: 25px auto 0;
	padding: 1px;
}

.trial_info_box_speech_bubbles_p {
	position: absolute;
	
	width: 60px;
	
	top: 10px;
	right: 15px;
}

.trial_info_box_title_p {
	width: 260px;
	
	margin: 20px 38px 0 30px;
}

.trial_info_box_contact_p {
	width: 200px;
	
	margin: 0 auto 0;
}

.trial_info_box_contact_a {
	width: 100%;
}

.trial_info_box_text_p {
	width: 250px;

	margin: 20px auto 19px;
}

.christmas_event_info_box 
{
	width: 330px;

    border-radius: 10px;
    
    background-image: url("../img/christmas_2024_background.png");
	background-size: 50%;
	
	margin: 25px auto 0;
    padding: 10px;
}

.christmas_event_title_p
{
	width: 280px;
	
	margin: 10px auto 20px;
}

.christmas_event_text_01_p
{
	
}

.christmas_event_text_02_p
{
	width: 190px;
	
	margin: 0 auto 20px;
}

.christmas_event_button_detail_p
{
	width: 230px;
	
	margin: 0 auto 10px;
}

.christmas_event_school_flex_box
{
	display: block;
}

.christmas_event_lab_box_suchedule
{
	width: 290px;

    border-radius: 10px;
    
    background: rgba(188, 100, 164, 0.5);
	
	margin: 20px 10px 30px 10px;
    padding: 20px;
}

.christmas_event_for_lab_logo_p
{
	width: 230px;
	height: auto;
	
	margin: 0 auto 20px;
	padding: 10px 0 0 0;
}

.christmas_event_for_lab_suchedule_01_p
{
	width: 250px;
	height: auto;
	
	margin: 0 auto 20px;
}

.christmas_event_for_lab_suchedule_02_p
{
	width: 250px;
	height: auto;
	
	margin: 0 auto;
}

.christmas_event_lab_box_button_p
{
	width: 230px;
	
	margin: 0 auto 30px;
}

.christmas_event_for_kids_box_suchedule
{
	width: 290px;

    border-radius: 10px;
    
    background: rgba(204, 0, 0, 0.5);
	
	margin: 20px 10px 30px 10px;
    padding: 20px;
}

.christmas_event_for_kids_box_logo_p
{
	width: 215.625px;
	height: auto;
	
	margin: 0 auto 20px;
}

.christmas_event_for_kids_box_suchedule_01_p
{
	width: 250px;
	height: auto;
	
	margin: 0 auto 20px;
}

.christmas_event_for_kids_box_suchedule_02_p
{
	width: 250px;
	height: auto;
	
	margin: 0 auto;
}

.christmas_event_for_kids_box_button_p
{
	width: 230px;
	
	margin: 0 auto 10px;
}

#mainvisual .info_box
{
    display: table;

    margin: 25px auto 0;
    padding: 8px 20px;

    text-align: center;

    border-radius: 10px;

/*    background: #33CC99;*/

	background: rgba(51, 204, 153, 0.5);
	width: 335px;
}
#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;*/
	display: flex;
	
	justify-content: center; 
    align-items: center;

    margin: 5px auto 0;
/*  padding: 3px 20px 8px; */
	padding: 4px 20px 5px;

    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 .info_box_button01
{
    margin-top: 0px;
    
    width: 200px;
    height: auto;
    
}
#mainvisual .info_box_event
{
    display: table;

    margin: 25px auto 0;
    padding: 8px 20px;

    text-align: center;

    border-radius: 10px;
    /* background: #ea5e60; */
    /* background: #87ceeb; */
/*    background: #dda0dd;*/
background-color: rgba(204, 0, 0, 0.5);
    
    position: relative;
    
    padding-bottom: 20px;
    
    width: 335px;
}
#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; */
    /* 黄色 */
    /* color: #fff000; */
    /* color: #a52a2a; */
    /* purple */
    color: #800080;
}
#mainvisual .info_box_event p.free_open2
{
    font-size: 22px;
    font-size: 1.075rem;

    /* color: #a52a2a; */
    /* black */
    color: #000000;
    
}
#mainvisual .info_box_event p.free_open3
{
    font-size: 22px;
    font-size: 1.075rem;

    /* color: #a52a2a; */
    /* black */
    color: #000000;
    
}
#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.event_img
{
    margin-top: 10px;
}
#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; */
    /* ブラウン */
    /* color: #a52a2a; */
    /* green */
    color: #008000;
    
}
#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 .info_box_event_santa
{
    position: absolute;
    
    width: 70px;
    
    top: 10px;
    left: 10px;
}

#mainvisual .info_box_event .info_box_event_reindeer
{
    position: absolute;
    
    width: 50px;
    
    top: 10px;
    right: 20px;
}

#mainvisual .info_box_event p.open_next
{
    display: block;
    
    padding: 0 !important;
}
#mainvisual .info_box_event .info_box_event_button_area
{
    display: flex;
    
    width: 90%;
    height: auto;
    
    margin-top: 20px;
    
    margin-right: 5%;
    margin-left: 5%;
}

#mainvisual .info_box_event .info_box_event_button01
{
	margin-top: 20px;
    
    width: 40%;
    height: auto;
}

#mainvisual .info_box_event .info_box_event_button02
{
	margin-top: 20px;
    
    width: 40%;
    height: auto;
}

#mainvisual .info_box_event .info_box_event_logo
{
	display: block;
    
    width: 200px;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
}

#mainvisual .info_box_event .info_box_event_text_01
{
	display: block;
    
    width: 250px;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#mainvisual .info_box_event .info_box_event_christmas_button01
{
    margin-top: 20px;
    
    width: 180px;
    height: auto;
    
}

#mainvisual .info_box_event .info_box_event_schedule_01
{
	display: block;
    
    width: 260px;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#mainvisual .info_box_event .info_box_event_text_02
{
	display: block;
    
    width: 160px;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#mainvisual .info_box_event .info_box_event_text_03
{
	display: block;
    
    width: 440px;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#mainvisual .info_box_event .info_box_event_before_text_01
	{
		margin-top: 40px;
		margin-bottom: 20px;
		
		width: 200px;
	}

#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;
}
#home .column06
{
    background: url(../img/bg_dot.jpg);
}
#home .column06 .open_mds
{
    text-align: center;
}
#home .column06 .open_mds p.free_open
{
    font-size: 22px;
    font-size: 1.375rem;

    color: #1e883b;
}
#home .column06 .open_mds p.open_day
{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.6;

    padding: 2px 0;
}
#home .column06 .open_mds p.open_day span
{
    font-size: 14px;
    font-size: .875rem;
}
#home .column06 .open_mds p.open_time
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;

    color: #1e883b;
}
#home .column06 .open_mds p.open_next
{
    display: table;

    margin: 5px auto 0;
    padding: 3px 20px;

    color: #1e883b;
    border-radius: 5px;
    background: #fff000;
}
#home .column06 .open_mds p.open_next span
{
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4;

    display: block;

    padding: 5px 0 0;

    color: #bf0000;
}
#home .column06 .open_mds p.event_text
{
    font-size: 22px;
    font-size: 1.375rem;

    color: #f39500;

    padding: 10px 0 0;
}
#home .column06 .divide_btns li
{
    width: 100%;
}
#home .column06 .divide_btns li.li01 a
{
    background: #ea5e60;
}
#home .column06 .divide_btns li.li01 a span span
{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;

    letter-spacing: 1px;
}
#home .column06 .divide_btns li.li02 a
{
    background: #f39500;
}
#home .column06 .divide_btns li.li03 a
{
    background: #1dca00;
}
#home .column06 .divide_btns li a
{
    font-weight: bold;

    display: block;

    padding: 10px;

    text-align: center;

    color: #fff;
}
#home .column06 .divide_btns li a img
{
    margin: 0 0 5px;
}
#home .column06 .divide_btns li a span
{
    line-height: 1.6;

    display: block;
}



#home .column06 .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_x_link
{
    width: 100%;
    
    margin: auto;
}
#home .column10 ul.divide_btns li.li02 a
{
    background: #55a9eb;
}
#home .column10 ul.divide_btns li.li02_x_link a
{
    width: 200px;
    
    margin: auto;
}
#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;

    padding: 10px;

    text-align: center;

    border-right: 1px solid #ddd;
}
.divide.divide_course li.li02 dl dt
{
	width: 40%;
}
.divide.divide_course li.li03 dl dt
{
	width: 30%;
}
.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;

    margin: 0;
    padding: 20px;

    text-align: right;
}
.divide.divide_course li.li02 dl dd
{
	width: 60%;
}
.divide.divide_course li.li03 dl dd
{
	padding: 10px;
	width: 70%;
}
.divide.divide_course li.li03 dl dd.dd02
{
	padding: 10px;
}
.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;
    }

	p.catch_color
	{
		color: #ea5e60;
    	font-size: 1.0rem;
	}
	
	a.catch_link
	{
		color: blue;
		font-size: 1.0rem;
	}


    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;
    }

    /* Header
  ---------------------------------------------- */
    header#header
    {
        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;
    }
    header#header #logo
    {
        width: 250px;
        margin: 0;
    }
    header#header h1
    {
        font-size: 12px;
        font-size: .75rem;

        margin: 0 auto 0 20px;
    }
    header#header ul.head_info li
    {
        width: 50%;
    }
    header#header ul.head_info li a
    {
        display: block;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;
        padding: 6px 6px;

        text-align: center;

        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    header#header ul.head_info li a img
    {
        width: 30px;
        margin: 0 10px 0 0;
    }
    header#header ul.head_info li a span
    {
        font-size: 10px;
        font-size: .625rem;

        display: block;

        width: auto;

        text-align: center;
    }
    header#header ul.head_info li.li01
    {
        width: 50%;
    }
    header#header ul.head_info li.li01 a
    {
        background: #f5f4ef;
    }
    header#header ul.head_info li.li01 a span span
    {
        font-size: 15px;
        font-size: .9375rem;
        font-weight: bold;
        line-height: 1;
    }
    header#header ul.head_info li.li02
    {
        width: 50%;
    }
    header#header ul.head_info li.li02 a
    {
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold;
        line-height: 1.8;

        color: #fff;
        background: #f39500;
    }

    #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;
    }
    
    .spring_event_info_box {
		position: relative;
		
		background-color: rgba(255,182,193,0.8);
		border-radius: 10px;
		
		width: 560px;
		
		margin: 25px auto 0;
		padding: 1px;
	}
	
	.spring_event_info_box_flower_p {
		position: absolute;
		
		width: 230px;
		
		bottom: 15px;
		left: 5px;
	}
	
	.spring_event_info_box_school_bag_p {
		position: absolute;
		
		width: 90px;
		
		top: 25px;
		right: 20px;
	}

	.spring_event_info_box_title {
		width: 250px;
		
		margin: 25px auto 0;
	}

	.spring_event_info_box_div {
		display: flex;
		
		margin: 25px auto 0;
	}
	
	.spring_event_info_box_div_text01 {
		width: 320px;
		
		text-align: right;
		
		margin: auto 0 auto auto;
	}
	
	.spring_event_info_box_div_text01_img {
		width: 280px;
	}

	.spring_event_info_box_div_button {
		width: 240px;
		
		margin: auto;
	}
	
	.spring_event_info_box_div_button_detail {
		width: 100%;
		
		text-align: center;
		
		margin: auto auto 0;
	}

	.spring_event_info_box_div_button_detail_a {
		width: 100%;
	}
	
	.spring_event_info_box_div_button_detail_img {
		width: 180px;
	}
	
	.spring_event_info_box_div_button_application {
		width: 100%;
		
		text-align: center;
		
		margin: 20px auto 0;
	}
	
	.spring_event_info_box_div_button_application_a {
		width: 100%;
	}
	
	.spring_event_info_box_div_button_application_img {
		width: 180px;
	}
	
	.spring_event_info_box_text02 {
		width: 400px;
	
		margin: 25px auto 24px;
	}
    
    .trial_info_box {
		position: relative;
		
		background-color: rgb(195,217,65);
		border-radius: 10px;
		
		width: 560px;
		
		margin: 25px auto 0;
		padding: 1px;
	}

	.trial_info_box_speech_bubbles_p {
		position: absolute;
		
		width: 90px;
		
		top: 15px;
		right: 25px;
	}

	.trial_info_box_title_p {
		width: 450px;
		
		margin: 25px 58px 0 50px;
	}

	.trial_info_box_contact_p {
		width: 320px;
		
		margin: 0 auto;
	}
	
	.trial_info_box_contact_a {
		width: 100%;
	}
	
	.trial_info_box_text_p {
		width: 450px;
	
		margin: 25px auto 24px;
	}
    
	.christmas_event_info_box 
	{
		width: 560px;

	    border-radius: 10px;
	    
	    background-image: url("../img/christmas_2024_background.png");
	    background-size: 50%;
		
		margin: 25px auto 0;
	    padding: 20px;
	}

	.christmas_event_title_p
	{
		width: 450px;
		
		margin: 10px auto 20px;
	}

	.christmas_event_text_01_p
	{

	}

	.christmas_event_text_02_p
	{
		width: 350px;
		
		margin: 0 auto 30px;
	}

	.christmas_event_button_detail_p
	{
		width: 350px;
		
		margin: 0 auto 10px;
	}

	.christmas_event_school_flex_box
	{

	}

	.christmas_event_lab_box_suchedule
	{
		width: 480px;

	    border-radius: 10px;
	    
	    background: rgba(188, 100, 164, 0.5);
		
		margin: 20px 20px 30px 20px;
	    padding: 20px;
	}

	.christmas_event_for_lab_logo_p
	{
		width: 360px;
		height: auto;
		
		margin: 0 auto 30px;
		padding: 10px 0 0 0;
	}

	.christmas_event_for_lab_suchedule_01_p
	{
		width: 400px;
		height: auto;
		
		margin: 0 auto 30px;
	}

	.christmas_event_for_lab_suchedule_02_p
	{
		width: 400px;
		height: auto;
		
		margin: 0 auto;
	}

	.christmas_event_lab_box_button_p
	{
		width: 350px;
		
		margin: 0 auto 30px;
	}
	
	.christmas_event_for_kids_box_suchedule
	{
		width: 480px;

	    border-radius: 10px;
	    
	    background: rgba(204, 0, 0, 0.5);
		
		margin: 20px 20px 30px 20px;
	    padding: 20px;
	}

	.christmas_event_for_kids_box_logo_p
	{
		width: 337.5px;
		height: auto;
		
		margin: 0 auto 30px;
	}

	.christmas_event_for_kids_box_suchedule_01_p
	{
		width: 400px;
		height: auto;
		
		margin: 0 auto 30px;
	}

	.christmas_event_for_kids_box_suchedule_02_p
	{
		width: 400px;
		height: auto;
		
		margin: 0 auto;
	}

	.christmas_event_for_kids_box_button_p
	{
		width: 350px;
		
		margin: 0 auto 10px;
	}
    
    #mainvisual .info_box
    {
/*
        padding: 10px 100px;
*/

		padding: 20px 100px;

        width: 580px;
    }
    #mainvisual .info_box p.free_open
    {
        font-size: 24px;
        font-size: 1.5rem;

        color: #fff;
    }
	#mainvisual .info_box p.free_open img
    {
        width: 330px;
    }
    #mainvisual .info_box p.open_day
    {
        font-size: 22px;

/*        font-size: 1.375rem;*/

		font-size: 1.7rem;
		
        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; */
		padding: 4px 30px 5px;
        
        border-radius: 10px;
    }
    #mainvisual .info_box p.open_next span
    {
        font-size: 12px;
/*      font-size: .75rem;*/

		font-size: .80rem;

/*      padding: 5px 0 0; */
    }
    
    #mainvisual .info_box .open_text2
    {
        font-size: .80rem;
    }

    #mainvisual .info_box .info_box_button01
    {
        margin-top: 0px;
        
        width: 250px;
        height: auto;
        
    }

    #mainvisual .info_box .info_box_notice_christmas
    {
        width: 290px;
        height: auto;

        margin-top: 20px;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
    }
    #mainvisual .info_box_event
    {
/*      padding: 10px 100px;*/

		width: 580px;
    }
    #mainvisual .info_box_event p.free_open
    {
        font-size: 24px;
        font-size: 1.5rem;

        color: #fff;
    }
        #mainvisual .info_box_event p.event_img
    {
        margin-top: 10px;
    }
    #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;
    }

    #mainvisual .info_box_event .info_box_event_logo
	{
	    width: 250px;
	}

	#mainvisual .info_box_event .info_box_event_text_01
	{
	    width: 330px;
	}

	#mainvisual .info_box_event .info_box_event_christmas_button01
	{
	    width: 250px;
	}

	#mainvisual .info_box_event .info_box_event_schedule_01
	{
	    width: 350px;
	}

	#mainvisual .info_box_event .info_box_event_text_02
	{
	    width: 200px;
	}

	#mainvisual .info_box_event .info_box_event_before_text_01
	{
		width: 260px;
	}
	
    #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;
    }
    #home .column06
    {
        background: url(../img/bg_dot.jpg);
    }
    #home .column06 .open_mds
    {
        text-align: center;
    }
    #home .column06 .open_mds p.free_open
    {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600;
    }
    #home .column06 .open_mds p.open_day
    {
        font-size: 20px;
        font-size: 1.25rem;
    }
    #home .column06 .open_mds p.open_day span
    {
        font-size: 14px;
        font-size: .875rem;
    }
    #home .column06 .open_mds p.open_time
    {
        font-size: 16px;
        font-size: 1rem;
    }
    #home .column06 .open_mds p.open_next
    {
        font-size: 14px;
        font-size: .875rem;
        font-weight: bold;

        padding: 5px 30px;
    }
    #home .column06 .open_mds p.open_next span
    {
        font-size: 12px;
        font-size: .75rem;

/*      padding: 5px 0 0; */
    }
    #home .column06 .open_mds p.event_text
    {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600;

        padding: 10px 0 0;
    }
    #home .column06 .divide_btns
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #home .column06 .divide_btns li
    {
        width: 40%;
        margin: 0 20px;
    }
    #home .column06 .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;
    }
    #home .column06 .divide_btns li.li02 a
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #home .column06 .divide_btns li.li02 a span
    {
        width: 200px;
    }
    #home .column06 .divide_btns li.li03 a
    {
        padding: 13px 10px;
    }
    #home .column06 .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;
    }
    #home .column06 .divide_btns li a img
    {
        margin: 30px;
        margin: 0 5px;
    }
    #home .column06 .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.li02_x_link
    {
        width: 100%;
        
        margin: auto;
    }
    
    #home .column10 ul.divide_btns li.li02_x_link a
    {
        width: 300px;
        
        margin: auto;
    }
    
    #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: 48%;
        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.li02 dl dd
    {
        text-align: light;
        padding: 20px;
    }
    .divide.divide_course li.li03 dl dd
    {
        text-align: left;
         padding: 10px 20px;
    }
    .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: 35%;
        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: 65%;
        margin: 0;
        padding: 20px;

        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;
    }

	p.catch_color
	{
		color: #ea5e60;
    	font-size: 1.2rem;
	}

	a.catch_link
	{
		color: blue;
		font-size: 1.2rem;
	}
	
    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;
    }

    /* Header
  ---------------------------------------------- */
    header#header
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding: 0;

        -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;
    }
    header#header #logo
    {
        width: 250px;
        margin: 0;
        padding: 10px;
    }
    header#header h1
    {
        font-size: 12px;
        font-size: .75rem;

        margin: 0 auto 0 10px;
        padding: 10px 0;
    }
    header#header ul.head_info
    {
        position: relative;

        width: auto;
    }
    header#header ul.head_info li
    {
        width: auto;
    }
    header#header ul.head_info li a
    {
        display: block;

        width: auto;
        padding: 6px 0;

        text-align: center;
    }
    header#header ul.head_info li a span
    {
        display: block;
    }
    header#header ul.head_info li.li01
    {
        width: auto;
    }
    header#header ul.head_info li.li01 a
    {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding: 10px;

        background: #fff;

        -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;
    }
    header#header ul.head_info li.li01 a span
    {
        font-size: 12px;
        font-size: .75rem;
        font-weight: bold;

        padding: 5;
    }
    header#header ul.head_info li.li01 a span span
    {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-size: 1.875rem;

        padding: 3px 0 0;
    }
    header#header ul.head_info li.li02,
    header#header ul.head_info li.li03
    {
        width: 120px;
    }
    header#header ul.head_info li.li02 a,
    header#header ul.head_info li.li03 a
    {
        font-weight: bold;
        line-height: 2.2;

        padding: 10px;

        color: #fff;
    }
    header#header ul.head_info li.li02 a img,
    header#header ul.head_info li.li03 a img
    {
        margin: 0 auto;
    }
    header#header ul.head_info li.li02 a br
    {
        display: none;
    }
    header#header ul.head_info li.li03
    {
        display: block;
    }

    #mainvisual
    {
        padding: 100px 0 90px;
/*		background-size: 130%;*/
    }
    
    #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;
    }

	.spring_event_info_box {
		position: relative;
		
		background-color: rgba(255,182,193,0.8);
		border-radius: 10px;
		
		width: 880px;
		
		margin: 25px auto 0;
		padding: 1px;
	}
	
	.spring_event_info_box_flower_p {
		position: absolute;
		
		width: 300px;
		
		bottom: 20px;
		left: 10px;
		right: auto;
	}
	
	.spring_event_info_box_school_bag_p {
		position: absolute;
		
		width: 120px;
		
		top: 30px;
		left: auto;
		right: 30px;
	}

	.spring_event_info_box_title {
		width: 360px;
		
		margin: 25px auto 0;
	}

	.spring_event_info_box_div {
		display: flex;
		
		margin: 25px auto 0;
	}
	
	.spring_event_info_box_div_text01 {
		width: 480px;
		
		text-align: right;
		
		margin: auto 0 auto auto;
	}
	
	.spring_event_info_box_div_text01_img {
		width: 420px;
	}

	.spring_event_info_box_div_button {
		width: 360px;
		
		margin: auto;
	}
	
	.spring_event_info_box_div_button_detail {
		width: 100%;
		
		text-align: center;
		
		margin: auto auto 0;
	}
	
	.spring_event_info_box_div_button_detail_a {
		width: 100%;
	}
	
	.spring_event_info_box_div_button_detail_img {
		width: 260px;
	}
	
	.spring_event_info_box_div_button_application {
		width: 100%;
		
		text-align: center;
		
		margin: 20px auto 0;
	}
	
	.spring_event_info_box_div_button_application_a {
		width: 100%;
	}
	
	.spring_event_info_box_div_button_application_img {
		width: 260px;
	}
	
	.spring_event_info_box_text02 {
		width: 600px;
	
		margin: 25px auto 24px;
	}

 	.trial_info_box {
		position: relative;
		
		background-color: rgb(195,217,65);
		border-radius: 10px;
		
		width: 880px;
		
		margin: 25px auto 0;
		padding: 1px;
	}

	.trial_info_box_speech_bubbles_p {
		position: absolute;
		
		width: 120px;
		
		top: 20px;
		right: 80px;
	}

	.trial_info_box_title_p {
		width: 600px;
		
		margin: 25px 145px 0 135px;
	}

	.trial_info_box_contact_p {
		width: 400px;
		
		margin: 0 auto;
	}
	
	.trial_info_box_contact_a {
		width: 100%;
	}
	
	.trial_info_box_text_p {
		width: 600px;
	
		margin: 25px auto 24px;
	}

	.christmas_event_info_box 
	{
		width: 890px;

	    border-radius: 10px;
	    
	    background-image: url("../img/christmas_2024_background.png");
	    background-repeat: repeat;
	    background-size: 30%;
		
		margin: 25px auto 0;
	    padding: 20px;
	}

	.christmas_event_title_p
	{
		width: 700px;
		
		margin: 10px auto 20px;
	}

	.christmas_event_text_01_p
	{
		width: 700px;
		
		margin: 0 auto 20px;
	}

	.christmas_event_text_02_p
	{
		width: 350px;
		
		margin: 0 auto 30px;
	}

	.christmas_event_button_detail_p
	{
		width: 300px;
		
		margin: 0 auto 10px;
	}

	.christmas_event_school_flex_box
	{
		display: flex;
	}

	.christmas_event_lab_box_suchedule
	{
		width: 390px;

	    border-radius: 10px;
	    
	    background: rgba(188, 100, 164, 0.5);
		
		margin: 20px 20px 30px 15px;
	    padding: 20px;
	}

	.christmas_event_for_lab_logo_p
	{
		width: 320px;
		height: 68px;
		
		margin: 0 auto 30px;
		padding: 10px 0 0 0;
	}

	.christmas_event_for_lab_suchedule_01_p
	{
		width: 350px;
		height: 322px;
		
		margin: 0 auto 30px;
	}

	.christmas_event_for_lab_suchedule_02_p
	{
		width: 350px;
		height: 220px;
		
		margin: 0 auto;
	}

	.christmas_event_lab_box_button_p
	{
		width: 300px;
		
		margin: 0 auto 10px;
	}
	
	.christmas_event_for_kids_box_suchedule
	{
		width: 390px;

	    border-radius: 10px;
	    
	    background: rgba(204, 0, 0, 0.5);
		
		margin: 20px 15px 30px 20px;
	    padding: 20px;
	}

	.christmas_event_for_kids_box_logo_p
	{
		width: 300px;
		height: 68px;
		
		margin: 0 auto 30px;
	}

	.christmas_event_for_kids_box_suchedule_01_p
	{
		width: 350px;
		height: 322px;
		
		margin: 0 auto 30px;
	}

	.christmas_event_for_kids_box_suchedule_02_p
	{
		width: 350px;
		height: 220px;
		
		margin: 0 auto;
	}

	.christmas_event_for_kids_box_button_p
	{
		width: 300px;
		
		margin: 0 auto 10px;
	}
    
    #mainvisual .info_box
    {
		width: 49%;

/*      margin:  25px auto 0;*/
		margin: 25px 0 0;
        /* width: 100%; */
        /* margin: 25px 0 0; */
        
/*		padding: 20px 0 38px 0;*/

		padding: 20px 0 20px 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; */

		padding: 4px 50px 5px;

        border-radius: 10px;
        
		margin: 0 30px;
    }
    #mainvisual .info_box_event p.open_price span
    {
        font-size: 14px;
        font-size: .875rem;
    }

	#mainvisual .info_box p.open_text2
    {
		font-size: .900rem;
    }

    #mainvisual .info_box p.open_next span
    {
        font-size: 13px;
/*      font-size: .8125rem; */

		font-size: .725rem;

/*        padding: 5px 0 0; */
    }
    #mainvisual .info_box_event
    {
		width: 49%;
        margin: 25px 0 0;
		padding: 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; */
        /* 黄色 */
        /* color: #fff000; */
        /* purple */
        color: #800080;

    }
    
    #mainvisual .info_box_event .info_box_event_santa
    {
        position: absolute;
        
        width: 75px;
        
        top: 10px;
        left: 10px;
    }

    #mainvisual .info_box_event .info_box_event_reindeer
    {
        position: absolute;
        
        width: 60px;
        
        top: 10px;
        right: 20px;
    }

    #mainvisual .info_box_event .info_box_event_logo
    {
    	display: block;
        
        width: 245px;
        height: auto;
        
        margin-left: auto;
        margin-right: auto;
    }

    #mainvisual .info_box_event .info_box_event_text_01
    {
    	display: block;
        
        width: 390px;
        height: auto;
        
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    
    #mainvisual .info_box_event .info_box_event_christmas_button01
    {
        margin-top: 20px;
        
        width: 220px;
        height: auto;
        
    }

    #mainvisual .info_box_event .info_box_event_schedule_01
    {
    	display: block;
        
        width: 390px;
        height: auto;
        
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    #mainvisual .info_box_event .info_box_event_text_02
    {
    	display: block;
        
        width: 200px;
        height: auto;
        
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    #mainvisual .info_box_event .info_box_event_text_03
    {
    	display: block;
        
        width: 440px;
        height: auto;
        
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    
    #mainvisual .info_box_event .info_box_event_before_text_01
	{
		margin-top: 30px;
		margin-bottom: 0px;
	}
    #mainvisual .info_box_event p.free_open img
    {
        width: 300px;
    }
    #mainvisual .info_box_event p.event_img
    {
        margin-top: 30px;
    }
    #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;
    }
    #home .column06 .open_mds
    {
        text-align: center;
    }
    #home .column06 .open_mds p.free_open
    {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.4;
    }
    #home .column06 .open_mds p.open_day
    {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.4;
    }
    #home .column06 .open_mds p.open_day span
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
    #home .column06 .open_mds p.open_time
    {
        font-size: 20px;
        font-size: 1.25rem;
    }
    #home .column06 .open_mds p.open_next
    {
        font-size: 15px;
        font-size: .9375rem;

        padding: 10px 50px;

        border-radius: 10px;
    }
    #home .column06 .open_mds p.open_next span
    {
        font-size: 13px;
        font-size: .8125rem;

        padding: 5px 0 0;
    }
    #home .column06 .open_mds p.event_text
    {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.4;

        padding: 10px 0 0;
    }
    #home .column06 .divide_btns li.li01 a
    {
        padding: 18px 20px;
    }
    #home .column06 .divide_btns li.li01 a span
    {
        font-size: 13px;
        font-size: .8125rem;
    }
    #home .column06 .divide_btns li.li01 a span span
    {
        font-size: 34px;
        font-size: 2.125rem;
    }
    #home .column06 .divide_btns li.li03 a
    {
        padding: 30px 25px;
    }
    #home .column06 .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;
    }
    #home .column06 .divide_btns li a img
    {
        margin: 30px;
        margin: 0 5px;
    }
    #home .column06 .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.li02_x_link
    {
        width: 100%;
        
        margin: auto;
    }
    
    #home .column10 ul.divide_btns li.li02_x_link a
    {
        width: 400px;
        
        margin: auto;
    }
    
    #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: 45%;
        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: 35%;

        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;
			}
}
