
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;900&display=swap');

@charset 'UTF-8';
/*
Theme Name:
Author:
Author URI:
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

html
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th,
td
{
    font-weight: 400;

    text-align: left;
    vertical-align: middle;
}

q,
blockquote
{
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after
{
    content: '';
    content: none;
}

sub,
sup
{
    font-size: 50%;
    font-weight: 400;
}

a img
{
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled])
{
    cursor: pointer;
}

[hidden]
{
    display: none !important;
}

button
{
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;
            appearance: none;
}

@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: 400;
    font-style: normal;

    src: local('Noto Sans CJK JP Regular'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff2') format('woff2'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff') format('woff'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.ttf') format('truetype'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: 600;
    font-style: normal;

    src: local('Noto Sans CJK JP Bold'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff2') format('woff2'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff') format('woff'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.ttf') format('truetype'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: 900;
    font-style: normal;

    src: local('Noto Sans CJK JP Black'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.woff2') format('woff2'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.woff') format('woff'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.ttf') format('truetype'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}
/* ------------------------------------
//  base
// ----------------------------------*/
*
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html
{
    font-size: 62.5%;

    width: 100%;
    height: 100%;
}

body
{
    font-family: 'Noto Sans CJK JP', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;

    position: relative;

    width: 100%;
    height: 100%;

    text-align: left;
    letter-spacing: .1em;
    word-wrap: break-word;

    color: #192153;

    overflow-wrap: break-word;
}
.no-sp
{
    display: none;
}
*,
*:before,
*:after
{
    box-sizing: border-box;
}

/* ------------------------------------
//  見出し
// ----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: 400;
    line-height: 1.6;

    margin-bottom: 0;
}

/* ------------------------------------
//  フォント
// ----------------------------------*/
em,
strong
{
    font-weight: 600;
    font-style: normal;
}

/* ------------------------------------
//  リスト
// ----------------------------------*/
ol,
ul
{
    list-style: none;
}

/* ------------------------------------
//  段落設定
// ----------------------------------*/
p
{
    margin: 2em auto 0;

    text-align: left;
}
p:first-of-type
{
    margin-top: 0;
}

/* ------------------------------------
//  画像
// ----------------------------------*/
img,
svg
{
    line-height: 1;

    width: 100%;
    height: auto;

    vertical-align: bottom;
}
/* ----------------------------------------------------------------
  各ページ共通
---------------------------------------------------------------- */
.sec > .inner
{
    width: 100%;
    max-width: calc(932px + 30px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-right: 15px;
    padding-bottom: 80px;
    padding-left: 15px;
}
.sec_title
{
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.667;

    text-align: center;
}
.sec_title img
{
    display: block;

    width: auto;
    height: 29px;
    margin: 0 auto 20px;
}
.sec_sub_title
{
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 900;

    margin-top: 70px;
    margin-bottom: 25px;

    text-align: center;
}
.sec_sub_title span
{
    font-size: 16px;
    font-size: 1.6rem;

    display: block;
}
/* ------------------------------------
//  パーツ
// ----------------------------------*/
.note
{
    line-height: 1.5;

    position: relative;

    margin-top: .5em;
    padding-left: 1.1em;
}
.note::before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '・';
}

.marker
{
    margin: 0 .3em;
    padding: 0 .3em;

    background-color: #ffe2d9;
}

.anchor
{
    display: block;

    margin-top: -40px;
    padding-top: 40px;
}
/* ------------------------------------
//  BASE
// ----------------------------------*/
a
{
    display: inline-block;

    transition: all .1s linear 0s;
    text-decoration: none;

    color: #192153;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
a:link,
a:visited
{
    text-decoration: none;

    color: #192153;
}
a:hover,
a:active
{
    opacity: .8;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
a i
{
    margin: 0 4px;
}

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

    color: #192153;
}
header a:hover,
header a:active,
footer a:hover,
footer a:active
{
    text-decoration: none;

    opacity: 1;
    color: #192153;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

a img
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
/* ----------------------------------------------------------------
  アイコンタイプ
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
  ボタンタイプ
---------------------------------------------------------------- */
.button
{
    font-weight: 600;
    line-height: 1.5;

    display: -ms-flexbox;
    display: flex;

    padding: 15px;

    text-align: left;
    letter-spacing: .05em;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.button:link,
.button:visited
{
    text-decoration: none;

    border: 1px solid #192153;
    border-radius: 6px;
    background-color: #fff;
}
.button:hover,
.button:active
{
    opacity: .8;
    color: inherit;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.button span
{
    vertical-align: middle;
}
.button i
{
    margin-left: 5px;
}
.button i img
{
    width: 14px;

    vertical-align: -.1em;
}
/* ----------------------------------------------------------------
  ボタンWrap
---------------------------------------------------------------- */
.button_wrap
{
    margin-top: 40px;

    text-align: center;
}

/* ----------------------------------------------------------------
  ページナビ
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
  その他
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
  ヘッダーのレイアウト
---------------------------------------------------------------- */
.site_header
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 60px;

    transition: .15s;
    text-align: left;

    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
.site_header .header_logo
{
    line-height: 1;

    padding: 0 12px;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.site_header .header_logo img
{
    max-width: 220px;
}
.site_header .button_inquery
{
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;

    display: -ms-flexbox;
    display: flex;

    height: 40px;
    margin-left: auto;

    color: #fff;
    border-radius: 20px;
    background-color: #ff6e46;

    -ms-flex: 0 0 64px;
        flex: 0 0 64px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site_header .menu_bar
{
    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
}
/* ----------------------------------------------------------------
  メニューのスタイル
---------------------------------------------------------------- */
.global_menu
{
    position: absolute;
    z-index: 9998;
    top: 60px;
    left: 0;

    width: 100%;
    height: 100vh;
    padding: 20px 15px 100px;

    transition: .15s;
    pointer-events: none;

    opacity: 0;
    background-color: #ffebe5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.menu .menu_item
{
    text-align: center;
}
.menu .menu_item a
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: .8em 1em;

    letter-spacing: .1em;

    color: #192153;
}
.menu .menu_item a:link,
.menu .menu_item a:visited
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.menu .menu_item a:hover,
.menu .menu_item a:active
{
    opacity: .7;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.menu .menu_item__inquery a
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 88%;
    max-width: 305px;
    height: 70px;
    margin: 25px auto 0;

    border-radius: 10px;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu .menu_item__inquery a:link,
.menu .menu_item__inquery a:visited
{
    opacity: 1;
    color: #fff;
    background-color: #ff6e46;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.menu .menu_item__inquery a:hover,
.menu .menu_item__inquery a:active
{
    opacity: .7;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
/* ----------------------------------------------------------------
  開閉トグル
---------------------------------------------------------------- */
.menu_bar
{
    position: relative;

    width: 60px;
    height: 60px;
    padding: 0;

    cursor: pointer;
    cursor: pointer;

    border: none;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;
            appearance: none;
}
.menu_bar .menu_bar_line
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 30px;
    height: 2px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #ff6e46;
}
.menu_bar .menu_bar_line::before,
.menu_bar .menu_bar_line::after
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    transition: all .1s linear 0s;

    background-color: #ff6e46;
}
.menu_bar .menu_bar_line::before
{
    top: -9px;
}
.menu_bar .menu_bar_line::after
{
    top: 9px;
}
/* ----------------------------------------------------------------
  スクロールでfixed　まとめて指定
---------------------------------------------------------------- */
.site_header.is__fixed
{
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.site_header.is__fixed .header_logo
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.site_header.is__fixed .button_inquery
{
    height: 100%;

    border-radius: 0;
}
/* ----------------------------------------------------------------
  メニュー開閉時の挙動　まとめて指定
---------------------------------------------------------------- */
body.is__open
{
    overflow: hidden;
}

.site_header.is__open
{
    background-color: #ffebe5;
}
.site_header.is__open .header_logo,
.site_header.is__open .button_inquery
{
    display: none;
}

.global_menu.is__open
{
    pointer-events: visible;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.menu_bar.is__open .menu_bar_line
{
    background-color: transparent !important;
}
.menu_bar.is__open .menu_bar_line::before,
.menu_bar.is__open .menu_bar_line::after
{
    top: 0;
}
.menu_bar.is__open .menu_bar_line::before
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu_bar.is__open .menu_bar_line::after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* ----------------------------------------------------------------
  フッターのレイアウト
---------------------------------------------------------------- */
.site_footer
{
    padding: 60px 38px 78px;

    background-color: #192153;
}
.footer_contents
{
    text-align: center;
}
.footer_contents .logo_footer
{
    width: 66.667%;
    margin: 0 auto;
}
.footer_contents .footer_link
{
    margin-top: 30px;
}
.footer_contents .button
{
    padding: 17px 30px;

    -ms-flex-pack: start;
    justify-content: flex-start;
}
/* ----------------------------------------------------------------
  コンテンツごと
---------------------------------------------------------------- */
.kv
{
    position: relative;
    z-index: 1;

    height: 226.67vw;
    padding-top: 27.733%;

    text-align: center;

    background-image: url(assets/img/bg_kv_small.jpg);
    background-position: center top;
    background-size: cover;
}
.kv .kv_logo
{
    width: 76.533%;
    margin: 0 auto;
}
.sec_concept
{
    position: relative;
    z-index: 2;

    margin-top: -12.2667%;
    padding-bottom: 80px;
}
.sec_concept .concept_title
{
    line-height: 1;

    margin-bottom: 35px;
}
.sec_concept .concept_title .concept_title_sub
{
    display: block;

    width: 108px;
}
.sec_concept .concept_title .concept_title_main
{
    display: block;

    max-width: 600px;
    margin-top: 33px;
}
.sec_concept .contents_block1 .inner
{
    padding: 0 15px;
}
.sec_concept .contents_block2
{
    margin-top: 10px;
    padding-top: 60%;

    background-image: url(assets/img/bg_concept_contents_block2_small.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 96%;
}
.sec_concept .contents_block2 .inner
{
    padding: 0 15px;
}
.sec_about
{
    background-color: #f9f8f6;
}

.about_block
{
    margin-top: 40px;
}
.about_block .about_block_title
{
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    height: 79px;

    border: 2px solid #ff6e46;
    border-radius: 6px;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.about_block .about_block_title::after
{
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(assets/img/ico_arrow_orange.svg);
}
.about_block .about_block_text
{
    margin-top: 30px;
}
.about_block .about_block_text p
{
    letter-spacing: 0;
}
.about_step
{
    position: relative;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-top: 16px;

    border: 2px solid #ff6e46;
    border-radius: 10px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
}
.about_step:not(:last-of-type):before
{
    position: absolute;
    bottom: -18px;
    left: calc(50% - 2px);

    width: 4px;
    height: 16px;

    content: '';

    background-color: #ff6e46;
}
.about_step .about_step_num
{
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;

    display: -ms-flexbox;
    display: flex;

    height: 45px;

    color: #ff6e46;
    border-bottom: 1px solid #ff6e46;
    border-radius: 10px 10px 0 0;
    background-color: #fff;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.about_step .about_step_title
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.1667;

    margin: 0 18px;
    padding: 16px 0;

    color: #ff6e46;
    border-bottom: 1px solid #ff6e46;
}
.about_step .about_step_text
{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.54;

    width: 100%;
    padding: 10px 18px;

    letter-spacing: 0;
}
.about_gain
{
    margin-top: 50px;
}
.about_gain:first-of-type
{
    margin-top: -5px;
}
.about_gain .about_gain_num
{
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;

    position: relative;
    z-index: 1;

    text-align: center;
    letter-spacing: 0;
}
.about_gain .about_gain_num::before
{
    position: absolute;
    z-index: -1;
    left: calc(50% - 38px);

    width: 76px;
    height: 100%;

    content: '';

    background-color: #f9f8f6;
}
.about_gain .about_gain_num::after
{
    position: absolute;
    z-index: -2;
    top: calc(50% - 1px);
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #ff6e46;
}
.about_gain .about_gain_image
{
    width: 80%;
    margin: 25px auto 0;
}
.about_gain .about_gain_text
{
    font-weight: 600;

    margin-top: 30px;

    text-align: center;
}
.about_voice
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78;

    margin-top: 12px;
    padding: 20px 26px 26px;

    letter-spacing: 0;

    border: 2px solid #ff6e46;
    border-radius: 20px;
}
.about_voice .about_voice_title
{
    font-weight: 600;

    padding-bottom: 15px;

    border-bottom: 1px solid #ff6e46;
}
.about_voice .about_voice_text
{
    margin-top: 17px;
}
.about_obuse
{
    position: relative;

    margin-top: 92px;
    padding: 50px 20px 55px;

    border-radius: 40px;
    background-color: #fff;
}
.about_obuse .about_obuse_title
{
    line-height: 1;

    position: absolute;
    top: -11px;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
.about_obuse .about_obuse_title img
{
    max-width: 109px;
}
.about_obuse .about_obuse_contents .about_obuse_contents_text h3
{
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900;
}
.about_obuse .about_obuse_contents .about_obuse_contents_text p
{
    margin-top: 18px;

    letter-spacing: 0;
}
.about_obuse .about_obuse_contents .about_obuse_contents_img
{
    width: 77%;
    margin: 25px auto 0;
}
.about_obuse .about_more
{
    margin-top: 40px;
}
.about_obuse .about_more h4
{
    font-weight: 600;
}
.about_obuse .about_more .about_more_list
{
    margin-top: 10px;
}
.about_obuse .about_more .about_more_list .list_item a
{
    line-height: 1.3;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 80px;
    margin-top: 8px;
    padding: 0 20px;

    letter-spacing: .05em;

    border-radius: 6px;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}
.about_obuse .about_more .about_more_list .list_item a span
{
    font-size: 12px;
    font-size: 1.2rem;
}
.about_obuse .about_more .about_more_list .list_item a em
{
    font-size: 20px;
    font-size: 2rem;

    margin-top: 2px;
}
.about_obuse .about_more .about_more_list .list_item a em::after
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-left: 8px;

    content: '';
}
.about_obuse .about_more .about_more_list .list_item a:link,
.about_obuse .about_more .about_more_list .list_item a:visited
{
    text-decoration: none;

    border: 1px solid #192153;
}
.about_obuse .about_more .about_more_list .list_item a:link em::after,
.about_obuse .about_more .about_more_list .list_item a:visited em::after
{
    background-image: url(assets/img/ico_blank.svg);
}
.about_obuse .about_more .about_more_list .list_item a:hover,
.about_obuse .about_more .about_more_list .list_item a:active
{
    opacity: 1;
    color: #fff;
    border-color: #ff6e46;
    background-color: #ff6e46;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.about_obuse .about_more .about_more_list .list_item a:hover em::after,
.about_obuse .about_more .about_more_list .list_item a:active em::after
{
    background-image: url(assets/img/ico_blank_white.svg);
}
.about_obuse .about_more .about_more_list .list_item__conpact a em
{
    font-size: 15px;
    font-size: 1.5rem;
}
.sec_inquery
{
    padding: 120px 0;

    text-align: center;

    background-color: #fffadd;
    background-image: url(assets/img/bg_inquery1.png), url(assets/img/bg_inquery2.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: 39.5%;
}
.sec_inquery .btn_inquery
{
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;

    width: 80%;
    max-width: 600px;
    padding: 20px 10px;

    letter-spacing: .05em;

    color: #fff;
    border-radius: 6px;
    background-color: #ff6e46;
}
.sec_inquery .btn_inquery:link,
.sec_inquery .btn_inquery:visited
{
    text-decoration: none;
}
.schedule_table
{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;

    border-bottom: 1px solid #707070;
}
.schedule_table th,
.schedule_table td
{
    line-height: 1.5;

    padding-top: 12px;

    vertical-align: text-bottom;
}
.schedule_table .schedule_day,
.schedule_table .schedule_day + .schedule_tit,
.schedule_table .schedule_day + .schedule_tit + .schedule_data
{
    border-top: 1px solid #707070;
}
.schedule_table .schedule_day
{
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;

    padding-right: 20px;

    vertical-align: text-top;
    white-space: nowrap;

    color: #e5c61a;
}
.schedule_table .schedule_tit
{
    padding-right: 20px;

    white-space: nowrap;
}
.schedule_table .schedule_tit__place + .schedule_data
{
    padding-bottom: 12px;
}
.schedule_table .schedule_tit__place + .schedule_data p
{
    font-weight: 600;
}
.schedule_table .schedule_data .data_day
{
    font-size: 18px;
    font-size: 1.8rem;
}
.schedule_table .schedule_data .data_youbi
{
    font-size: 18px;
    font-size: 1.8rem;

    margin-left: -.5em;

    letter-spacing: 0;
}
.sec_theme
{
    background-color: #f9f8f6;
}

.theme_block
{
    margin-top: 30px;
}
.theme_block:not(:first-of-type)
{
    margin-top: 50px;
}
.theme_block .theme_block_title
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;

    position: relative;

    overflow: hidden;

    letter-spacing: 0;

    color: #61e049;
}
.theme_block .theme_block_title::before
{
    position: absolute;
    top: 50%;
    right: -102px;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #61e049;
}
.theme_block .theme_block_contents .theme_block_contents_image
{
    margin-top: 25px;

    text-align: center;
}
.theme_block .theme_block_contents .theme_block_contents_image h3
{
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.6;

    text-align: left;
}
.theme_block .theme_block_contents .theme_block_contents_image img
{
    width: 92.8%;
    margin: 20px auto 0;
}
.theme_block .theme_block_contents .theme_block_contents_text
{
    margin-top: 20px;
}
.theme_block .theme_block_contents .theme_block_contents_text p
{
    letter-spacing: 0;
}
.sec_details .inner
{
    width: 100%;
    max-width: calc(772px + 30px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.details_block
{
    padding: 20px 0;

    border-top: 1px solid #192153;
}
.details_block:first-of-type
{
    margin-top: 35px;
}
.details_block:last-of-type
{
    border-bottom: 1px solid #192153;
}
.details_block .details_block_title
{
    font-weight: 600;

    color: #3bd3c7;
}
.details_block .details_block_data
{
    line-height: 1.5;

    margin-top: 8px;
}
.details_block .details_block_data p
{
    letter-spacing: 0;
}
.details_block .details_block_data p:not(:first-child)
{
    margin-top: .8em;
}
.sec_news
{
    background-color: #f9f8f6;
}
.sec_news .inner
{
    padding-right: 42px;
    padding-left: 42px;
}

.list_news
{
    margin-top: 30px;
}
.list_news .list_item
{
    margin-top: 24px;
}
.list_news .list_item_link
{
    display: block;

    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.list_news .list_item_link:link,
.list_news .list_item_link:visited
{
    color: #222;
}
.list_news .list_item_image
{
    height: 0;
    padding-top: 52%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.list_news .list_item_image.no_image
{
    background-color: #192153;
}
.list_news .list_item_title
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;

    padding: 15px 19px 0;

    letter-spacing: 0;
}
.list_news .list_item_meta
{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;

    padding: 18px 15px 19px 60px;

    letter-spacing: 0;

    background-image: url(assets/img/img_logo-obuse.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 35px;
}
.list_news .list_item_meta .list_item_meta_write
{
    font-weight: 600;
}
.faq_block
{
    display: block;

    border-top: 1px solid #192153;
}
.faq_block:first-of-type
{
    margin-top: 30px;
}
.faq_block:last-of-type
{
    border-bottom: 1px solid #192153;
}
.faq_block .faq_q
{
    position: relative;

    padding: 20px 50px 20px 12px;

    cursor: pointer;
}
.faq_block .faq_q .faq_q_title
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.625;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.faq_block .faq_q .faq_q_title span
{
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;

    letter-spacing: .1em;

    color: #f084cb;

    -ms-flex: 0 0 54px;
        flex: 0 0 54px;
}
.faq_block .faq_q .tgl_closs
{
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;

    width: 22px;
    height: 3px;

    transition: .1s;

    background-color: #192153;
}
.faq_block .faq_q .tgl_closs::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    background-color: #192153;
}
.faq_block .faq_q .tgl_closs.is_active
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.faq_block .faq_q .tgl_closs.is_active::after
{
    content: none;
}
.faq_block .faq_a
{
    line-height: 1.6;

    position: relative;

    display: none;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 5px 20px 12px;

    border-top: 1px solid #999db4;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.faq_block .faq_a span
{
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;

    letter-spacing: .1em;

    color: #192153;

    -ms-flex: 0 0 54px;
        flex: 0 0 54px;
}
.faq_block .faq_a p
{
    -ms-flex-preferred-size: calc(100% - 54px);
    flex-basis: calc(100% - 54px);
}
.link_sns
{
    position: fixed;
    z-index: 9998;
    right: 15px;
    bottom: 20px;

    width: 32px;

    text-align: center;
}
.link_sns a
{
    line-height: 1;

    display: block;

    margin: 0 auto;
}
.link_sns .link_sns_note
{
    width: 29px;
    margin-top: 25px;
}
@media only screen and (min-width: 768px)
{
    .no-pc
    {
        display: none;
    }
    .no-sp
    {
        display: inline;
    }
    img,
    svg
    {
        width: 100%;
        height: auto;
    }
    .sec > .inner
    {
        max-width: calc(932px + 10%);
        padding-right: 5%;
        padding-left: 5%;
    }
    .sec > .inner
    {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .sec_title
    {
        font-size: 3.6rem;
        font-weight: 900;
        line-height: 1.778;
    }
    .sec_title img
    {
        height: 59px;
        margin-bottom: 30px;
    }
    .sec_sub_title
    {
        font-size: 3.2rem;

        margin-top: 95px;
        margin-bottom: 30px;
    }
    .anchor
    {
        margin-top: -80px;
        padding-top: 80px;
    }
    a img
    {
        transition: opacity .1s linear 0s;

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    a img:hover
    {
        opacity: .8;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    }
    .button
    {
        display: -ms-inline-flexbox;
        display: inline-flex;

        min-width: 400px;
        margin: 0 15px;
        padding: 18px 15px;

        white-space: nowrap;
    }
    .button i
    {
        margin-left: 10px;
    }
    .site_footer
    {
        padding: 70px;
    }
    .footer_contents
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer_contents::after
    {
        height: 100%;

        content: '';

        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
    }
    .footer_contents .logo_footer
    {
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    }
    .footer_contents .footer_link
    {
        margin-top: 0;

        -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
    }
    .footer_contents .button
    {
        min-width: 0;
        margin: 0 30px;
        padding: 18px 35px;
    }
    .kv
    {
        height: 65.8vw;
        padding-top: 8.345%;

        background-image: url(assets/img/bg_kv_large.jpg);
    }
    .kv .kv_logo
    {
        width: 31.48%;
    }
    .sec_concept
    {
        margin-top: -3.66%;
        padding-bottom: 120px;
    }
    .sec_concept .concept_title
    {
        width: 64.4%;
        margin-bottom: 64px;
        padding-top: 4%;
    }
    .sec_concept .concept_title .concept_title_sub
    {
        width: 108px;
    }
    .sec_concept .concept_title .concept_title_main
    {
        max-width: 600px;
        margin-top: 33px;
    }
    .sec_concept .contents_block1
    {
        padding-bottom: 74px;

        background-image: url(assets/img/bg_concept_contents_block1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 36.75%;
    }
    .sec_concept .contents_block1 .inner
    {
        max-width: calc(932px + 10%);
        margin: 0 auto;
        padding: 0 5%;
    }
    .sec_concept .contents_block1 p
    {
        width: 64.4%;
        margin-left: 0;
    }
    .sec_concept .contents_block2
    {
        padding-top: 0;

        background-image: url(assets/img/bg_concept_contents_block2_large.png);
        background-size: 34.77%;
    }
    .sec_concept .contents_block2 .inner
    {
        max-width: calc(932px + 10%);
        margin: 0 auto;
        padding: 0 5%;
    }
    .sec_concept .contents_block2 p
    {
        width: 64.4%;
        margin-right: 0;
    }
    .about_block
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .about_block:first-of-type
    {
        margin-top: 90px;

        -ms-flex-align: center;
        align-items: center;
    }
    .about_block .about_block_title
    {
        white-space: nowrap;

        -ms-flex-preferred-size: 37.9%;
        flex-basis: 37.9%;
    }
    .about_block .about_block_title::after
    {
        top: calc(50% - 10px);
        right: -20px;
        bottom: auto;
        left: auto;

        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .about_block .about_block_text
    {
        margin-top: 0;
        padding-left: 46px;

        -ms-flex-preferred-size: 62.1%;
        flex-basis: 62.1%;
    }
    .about_block .about_block_text p
    {
        letter-spacing: .1em;
    }
    .about_step
    {
            flex-direction: row;

        -ms-flex-direction: row;
    }
    .about_step:not(:last-of-type):before
    {
        left: 57px;
    }
    .about_step .about_step_num
    {
        height: auto;

        white-space: nowrap;

        border-right: 1px solid #ff6e46;
        border-bottom: none;
        border-radius: 10px 0 0 10px;

        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    }
    .about_step .about_step_title
    {
        margin: 0;
        padding: 25px 0 25px 28px;

        border-bottom: none;

        -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .about_step .about_step_text
    {
        font-size: 1.3rem;

        padding: 5px 10px 5px 32px;

        letter-spacing: .1em;

        border-left: 1px solid #ff6e46;

        -ms-flex-preferred-size: 34.5%;
        flex-basis: 34.5%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .about_gain_wrap
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .about_gain
    {
        margin-top: 0;

        -ms-flex-preferred-size: 29.9%;
        flex-basis: 29.9%;
    }
    .about_gain:first-of-type
    {
        margin-top: 0;
    }
    .about_gain .about_gain_image
    {
        width: 93%;
        margin-top: 30px;
    }
    .about_gain:nth-of-type(2)
    {
        -ms-flex-preferred-size: 34.8%;
        flex-basis: 34.8%;
    }
    .about_gain:nth-of-type(2) .about_gain_image
    {
        width: 80%;
        margin-top: 30px;
    }
    .about_voice_wrap
    {
        display: -ms-flexbox;
        display: flex;

        margin-top: -28px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .about_voice
    {
        margin: 28px 28px 0 0;

        -ms-flex-preferred-size: calc(33.333% - 18.6667px);
        flex-basis: calc(33.333% - 18.6667px);
    }
    .about_voice:nth-of-type(3n)
    {
        margin-right: 0;
    }
    .about_obuse
    {
        margin-top: 118px;
        padding: 82px 60px 60px;
    }
    .about_obuse .about_obuse_title
    {
        top: -18px;
    }
    .about_obuse .about_obuse_title img
    {
        max-width: 187px;
    }
    .about_obuse .about_obuse_contents
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .about_obuse .about_obuse_contents .about_obuse_contents_text
    {
        -ms-flex-preferred-size: 65.5%;
        flex-basis: 65.5%;
    }
    .about_obuse .about_obuse_contents .about_obuse_contents_text h3
    {
        font-size: 2.8rem;
    }
    .about_obuse .about_obuse_contents .about_obuse_contents_text p
    {
        margin-top: 15px;

        letter-spacing: .1em;
    }
    .about_obuse .about_obuse_contents .about_obuse_contents_img
    {
        margin-top: -20px;
        padding-left: 43px;

        -ms-flex-preferred-size: 34.5%;
        flex-basis: 34.5%;
    }
    .about_obuse .about_more
    {
        margin-top: 38px;
    }
    .about_obuse .about_more .about_more_list
    {
        display: -ms-flexbox;
        display: flex;

        margin-top: 15px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .about_obuse .about_more .about_more_list .list_item
    {
        -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }
    .about_obuse .about_more .about_more_list .list_item a
    {
        margin-top: 12px;
    }
    .about_obuse .about_more .about_more_list .list_item__conpact a em
    {
        font-size: 1.5rem;
    }
    .sec_inquery
    {
        padding: 150px 0;

        background-size: auto 120%;
    }
    .sec_inquery .btn_inquery
    {
        padding: 30px 20px;
    }
    .schedule_table
    {
        margin-top: 90px;
    }
    .schedule_table th,
    .schedule_table td
    {
        padding-top: 18px;
    }
    .schedule_table .schedule_day
    {
        width: 187px;
        padding-top: 0;
        padding-left: 20px;

        vertical-align: middle;
    }
    .schedule_table .schedule_tit
    {
        width: 3em;
    }
    .schedule_table .schedule_tit__place + .schedule_data
    {
        padding-bottom: 18px;
    }
    .schedule_table .schedule_data p
    {
        display: inline-block;
    }
    .theme_block
    {
        margin-top: 85px;
    }
    .theme_block:not(:first-of-type)
    {
        margin-top: 50px;
    }
    .theme_block .theme_block_contents
    {
        display: -ms-flexbox;
        display: flex;

        margin-top: 20px;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .theme_block .theme_block_contents .theme_block_contents_image
    {
        margin-top: 0;
        padding-right: 39px;

        text-align: left;

        -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    }
    .theme_block .theme_block_contents .theme_block_contents_image h3
    {
        font-size: 2.8rem;
    }
    .theme_block .theme_block_contents .theme_block_contents_image img
    {
        width: 88.6%;
        margin-top: 30px;
    }
    .theme_block .theme_block_contents .theme_block_contents_text
    {
        margin-top: 0;

        -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    }
    .theme_block .theme_block_contents .theme_block_contents_text p
    {
        letter-spacing: .1em;
    }
    .sec_details .inner
    {
        max-width: calc(772px + 10%);
        padding-right: 5%;
        padding-left: 5%;
    }
    .details_block
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .details_block:first-of-type
    {
        margin-top: 90px;
    }
    .details_block .details_block_title
    {
        padding-left: 10px;

        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    }
    .details_block .details_block_data
    {
        margin-top: 0;
    }
    .details_block .details_block_data p
    {
        letter-spacing: .1em;
    }
    .details_block .details_block_data p:not(:first-child)
    {
        margin-top: .5em;
    }
    .list_news
    {
        display: -ms-flexbox;
        display: flex;

        margin-top: 80px;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .list_news .list_item
    {
        margin-top: 0;
        margin-right: 28px;

        -ms-flex-preferred-size: calc(33.333% - 18.667px);
        flex-basis: calc(33.333% - 18.667px);
    }
    .list_news .list_item:nth-of-type(3n)
    {
        margin-right: 0;
    }
    .list_news .list_item_link
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        height: 100%;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-direction: column;
    }
    .list_news .list_item_meta
    {
        margin-top: auto;
    }
    .faq_block
    {
        padding-left: 20px;
    }
    .faq_block:first-of-type
    {
        margin-top: 60px;
    }
    .faq_block .faq_q .faq_q_title span
    {
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    }
    .faq_block .faq_a span
    {
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    }
    .link_sns
    {
        position: fixed;
        right: 20px;
        bottom: 30px;

        width: 25px;
    }
    .link_sns .link_sns_note
    {
        width: 22px;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1024px)
{
    .site_header
    {
        height: 70px;
    }
    .site_header .header_logo
    {
        padding: 0;

        -ms-flex: 0 0 244px;
            flex: 0 0 244px;
    }
    .site_header .header_logo img
    {
        margin-top: 4px;
        margin-left: 12px;
    }
    .site_header .button_inquery
    {
        display: none;
    }
    .global_menu
    {
        position: relative;
        top: auto;

        height: 100%;
        padding: 0;

        pointer-events: visible;

        opacity: 1;
        background-color: transparent;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    .menu
    {
        display: -ms-flexbox;
        display: flex;

        height: 100%;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu .menu_item
    {
        padding: 0 11px;

        border-left: 1px solid #707070;
    }
    .menu .menu_item:first-of-type
    {
        padding-left: 2px;

        border-left: none;
    }
    .menu .menu_item a
    {
        font-size: 1.3rem;
        line-height: 1.46154;

        padding: 0;

        letter-spacing: 0;
    }
    .menu .menu_item__inquery
    {
        border-left: none;
    }
    .menu .menu_item__inquery a
    {
        width: auto;
        max-width: none;
        height: 44px;
        margin-top: auto;
        padding: 0 12px;

        white-space: nowrap;

        border-radius: 22px;
    }
    .menu_bar
    {
        display: none;
    }
    .site_header.is__fixed .menu .menu_item:first-of-type
    {
        padding-left: 2px;
    }
    .site_header.is__fixed .menu .menu_item__inquery
    {
        padding: 0;
    }
    .site_header.is__fixed .menu .menu_item__inquery a
    {
        width: 112px;
        max-width: none;
        height: 70px;
        padding: 0;

        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (min-width: 1366px)
{
    .sec_concept .contents_block1
    {
        background-size: 502px;
    }
    .sec_concept .contents_block2
    {
        background-size: 475px;
    }
}
