@charset "UTF-8";
/* CSS Document */

/* **ソートリスト**
1__全体設定
2__TOP設定
3__下層設定
4__CSSハック
5__プラグイン制御
6__アニメーション
*/

/*============================
==============================
==============================
==============================
#1__全体設定
============================*/
/* -基本設定- */
html{-webkit-text-size-adjust: 100%;
touch-action: manipulation;/* タッチ拡大無効 */
}
:root {font-size: 62.5%;}
/* html{visibility: hidden;}
html.wf-active {visibility: visible;} */
a{text-decoration:none;word-break:break-all;color:inherit;}
p{word-break:break-all;}
a[href]:hover,
label:hover,
input[type="submit"]:hover,
[data-action]:hover,
[data-detail-action]:hover,
[data-form-action]:hover,
button:hover{opacity:0.8;cursor: pointer;}
img{max-width:100%; height:auto;}
body{font-family:"Noto Sans JP", sans-serif;line-height:1.5;font-size: 1.6rem;font-style: normal;padding-top: 8rem;}
/*-{ font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }-*/
figure{margin:0;}
pre{white-space: inherit;word-break: break-all;}
input{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
select{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input[type="number"]::-webkit-outer-spin-button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input[type="number"]::-webkit-inner-spin-button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input:checked{background:none;}
select option{color:#000;}
ifram{ width:100% !important; height:100% !important;}
ul{font-size:0;}
li{font-size:1.6rem;}
.radio{position:relative;}
.radio label{}
.radio:before{position: absolute;content: "";}
.radio input[type="radio"]{}
.radio input[type="radio"]:checked + label::after{position:absolute; content:"";}
.checkbox{position:relative;}
.checkbox label{position:relative;}
.checkbox input[type="checkbox"]{}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:checked + label::after{position:absolute; content:"";}
.checkbox input[type="checkbox"]:checked + label::before{}
.checkbox input[type="checkbox"]:checked + label::after{}
.select{position:relative;}
.select:before{position:absolute; content:"";}
.select select{background:none;}
.input{}
.input input:focus{border-color:#000;}
.input input[type=text],
.input input[type=mail],
.input input[type=email],
.input input[type=tel]{}
.input input[type=mail],
.input input[type=email],
.input input[type=tel]{ime-mode: disabled;}
.input input::placeholder{}
.input input:-ms-input-placeholder{}
.input input::-ms-input-placeholder{}
.input input:-webkit-input-placeholder{}
.input input::-webkit-input-placeholder{}
.textarea{}
.textarea textarea{resize: none;}
.textarea textarea:focus{border-color:#000;}
.table table{width:100%;border-collapse:collapse;border-spacing:0;table-layout: fixed;}
.guard{position:relative;}
.guard:after{position:absolute;content:"";width:100%;left:0;top:0;height:100%;}
sup{font-size:70%;vertical-align:top;}
sub{font-size:70%;vertical-align:baseline;}
noscript{color: #fff;display: inline-block;width: 100%;font-size: 2rem;text-align: center;border: 0.2rem solid #ff0000;background: #ff0000;padding: 3rem 1.5rem;box-sizing: border-box;margin: 3rem 0;border-radius: 10rem;-webkit-border-radius: 10rem;}

/* -h1- */
.h1{}
.h1 h1{}

/* -header- */
header{border-bottom: 0.2rem solid #d4d4d1;position: fixed;left: 0;top: 0;width: 100%;background: #fff;z-index: 10;}
header > .header_inner_block{
    height: 7.8rem;
    display: flex;
    width: 120rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    box-sizing: border-box;
}
header > .header_inner_block > .logo{
    margin-right: 8rem;
}
header > .header_inner_block > .logo > a{}
header > .header_inner_block > .logo > a > img{}
header > .header_inner_block > .tel_area{
    display: flex;
}
header > .header_inner_block > .tel_area > .text{
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 1rem;
    padding: 0 0.9rem;
    line-height: 1.3;
    letter-spacing: -0.025em;
}
header > .header_inner_block > .tel_area > .tel{
    margin-left: 1rem;
}
header > .header_inner_block > .tel_area > .tel > .pc{}
header > .header_inner_block > .tel_area > .tel > .pc > img{}
header > .header_inner_block > .tel_area > .tel > .sp{}
header > .header_inner_block > .tel_area > .tel > .sp > img{}
header > .header_inner_block > .menu{margin-left: 4.5rem;}
header > .header_inner_block > .menu ul{
    display: flex;
    align-items: center;
}
header > .header_inner_block > .menu a{display:block;}
header > .header_inner_block > .menu ul > li{
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    display: flex;
    align-items: center;
    background: #ea5c1e;color: #fff;font-weight: bold;padding: 0.5rem 1.5rem;border-radius: 1rem;
    width:22rem;
}

header > .header_inner_block > .menu ul > li p span{font-size:1.2rem;}
header > .header_inner_block > .menu ul > li:nth-child(2){
    background:#3b8b4a;
}
header > .header_inner_block > .menu ul > li:not(:last-child){
    margin-right: 2.5rem;
}
header > .header_inner_block > .menu ul > li a{
    display: flex;
}
header > .header_inner_block > .menu ul > li  .icon{
    font-size: 0;
    display: inline-block;
    margin-right: 1rem;
}
header > .header_inner_block > .menu ul > li .icon > img{}

/* -nav- */
nav{}
.nav_inner_block{}

/* -main- */
main{}
.article{}

/* -section- */
.section{}
.section_inner_block{}
.section_inner_block.-full{width: 100% !important;max-width: 100% !important;}

.section_title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 3.5rem;
}
.section_title .sub{
    font-size: 2rem;
}
.section_title .main{
    font-size: 3rem;
    display: inline-block;
    position: relative;
    padding: 0 3rem;
}
.section_title .text{
    margin-top: 1.5rem;
}
.section_title .main:after,
.section_title .main:before{content:"";position: absolute;background-repeat: no-repeat;background-size: cover;background-position: center;top: 0.5rem;}
.section_title .main:after{
    width: 1.7rem;
    height: 4.1rem;
    background-;
    background-image: url(../img/title_right.svg);
    right: 0;
}
.section_title .main:before{
    width: 1.6rem;
    height: 3.9rem;
    background-image: url(../img/title_left.svg);
    left: 0;
}

#body .section{}
#body .section_inner_block{}
#body .section:first-child{}
#body .section:nth-child(even){}
#body .section:nth-child(odd){}
#body .section:last-child{}
#body .section .section_inner_block{max-width: 95%;/* スマホ414pxのコンテンツサイズが384pxの場合 */width: 120rem;margin-left: auto;margin-right: auto;padding: 4rem 0;}
#body .section:first-child .section_inner_block:first-child{
    padding-top: 6.5rem;
    padding-bottom: 0;
}
#body .section:nth-child(even) .section_inner_block{}
#body .section:nth-child(odd) .section_inner_block{}
#body .section:last-child .section_inner_block:last-child{
    border-bottom: 0.4rem solid #9FBF53;
}
#body .section.-gray{
    background: #fdf8e3;
}
#body .section#top_faq{}
#body .section#top_faq .section_inner_block:last-child{
    padding-top: 0;
    background: #fdf8e3;
}

/* -pankuzu- */
.pankuzuWrap{}
.pankuzu{}

/* -footer- */
footer{}
footer > .footer_inner_block{
    padding: 2.5rem 0;
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    font-size: 1.4rem;
}
footer > .footer_inner_block > .link{}
footer > .footer_inner_block > .link > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer > .footer_inner_block > .link > ul > li{
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: top;
}
footer > .footer_inner_block > .link > ul > li > a{
    position: relative;
    padding-left: 1.5rem;
    display: block;
}
footer > .footer_inner_block > .link > ul > li > a:before{content:"";width: 0.5rem;height: 0.5rem;position: absolute;border-top: 0.2rem solid #000;border-right: 0.2rem solid #000;transform: rotate(45deg);left: 0;top: 50%;margin-top: -0.3rem;}
footer > .footer_inner_block > .other_link{
    margin-top: 3rem;
}
footer > .footer_inner_block > .other_link > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer > .footer_inner_block > .other_link > ul > li{
    font-size: 1.3rem;
}
footer > .footer_inner_block > .other_link > ul > li > a{
    position: relative;
}
footer > .footer_inner_block > .f_logo{
    text-align: center;
    margin-top: 2.5rem;
}
footer > .footer_inner_block > .other_link > ul > li > a:before{content:"";width: 0.5rem;height: 0.5rem;position: absolute;border-top: 0.2rem solid #000;border-right: 0.2rem solid #000;transform: rotate(45deg);left: -1.2rem;top: 50%;margin-top: -0.3rem;}
footer > .footer_inner_block > .f_logo > .img{
}
footer > .footer_inner_block > .f_logo > .img > a{}
footer > .footer_inner_block > .f_logo > .img > a > img{}
footer > .footer_inner_block > .f_logo > .copy{
}

/* -共通クラス(btn)- */
.c-btn01{text-align: center;}
.c-btn01 > a{
    font-size: 1.5rem;
    color: #eb5c01;
    display: inline-flex;
    height: 4rem;
    align-items: center;
    justify-content: center;
    padding: 0 3.6rem;
    border: 1px solid #eb5c01;
    border-radius: 0.5rem;
    position: relative;
    font-weight: bold;
}
.c-btn01 > a:before{content:"";width: 1rem;height: 1rem;position: absolute;border-top: 1px solid #eb5c01;border-right: 1px solid #eb5c01;transform: rotate(45deg);right: 1.4rem;}

/* -共通クラス(note)- */
.c-note01{
    font-size: 1.2rem;
    color: #231815;
}
.c-note01 > p{}


/*============================
==============================
==============================
==============================
#2__TOP設定
============================*/
/* -各セクションごとの設定- */
.kv{
}
.kv .slide{
    padding-top: 2.5rem;
    position: relative;
    overflow: scroll;
    white-space: nowrap;
    text-align: center;
    height: 36rem;
    box-sizing: border-box;
}
.kv .slide:before{content:"";background:#fdf8e3;width: 100%;height: 29rem;position: absolute;left: 0;top: 0;}
.kv .slide ul{left: 50%;transform: translate(-50%, 0);position: absolute;}
.kv .slide ul li{
    position: relative;
    width: 38.5rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 2.8rem;
}
.kv .slide ul li:nth-child(1){}
.kv .slide ul li:nth-child(2){
    margin: 0;
}
.kv .slide ul li:nth-child(3){}
.kv .slide ul li:nth-child(4){}
.kv .slide ul li .img{}
.kv .slide ul li .img a{}
.kv .slide ul li .img a img{}
.kv .slide ul li .mov{
    width: 38.5rem;
    height: 25rem;
    border: 0.2rem solid #ea5b02;
    border-radius: 1rem;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 8.5rem;
}
.kv .slide ul li .mov + .img{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    width: 40rem;
    margin-left: -0.7rem;
}
.kv .slide ul li .mov video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_select_block{
    position: relative;
    padding: 9rem 0 6.5rem 0;
    margin-bottom: 2rem;
}
.top_select_block > .title_bg{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.top_select_block > .title_bg:before{content:"";background: rgba(255,127,0,0.6);position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.top_select_block > .title_bg > .title{
    position: relative;
    z-index: 3;
    text-align: center;
    transform: translate(0, -50%);
}
.top_select_block > .title_bg > .title > img{}
.top_select_block > .title_bg > .img{
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(100% / 3);
    background-size: cover;
    background-position: center;
}
.top_select_block > .title_bg > .img:nth-child(2){}
.top_select_block > .title_bg > .img:nth-child(3){left: calc(100% / 3);}
.top_select_block > .title_bg > .img:nth-child(4){
    left: calc( (100% / 3) * 2 );
}
.top_select_block > .boxs{
    position: relative;
    z-index: 2;
    margin-bottom: -4rem;
    width: 80rem;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}
.top_select_block > .boxs > .box{
    width: 24.6rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 4rem;
    font-size: 1.6rem;
}
.top_select_block > .boxs > .box:not(:nth-child(3n)){
    margin-right: 3rem;
}
.top_select_block > .boxs > .box > .label{
    height: 3.5rem;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ea5b02;
    text-align: center;
    border: 0.2rem solid #ea5c1e;
    border-radius: 10rem;
    box-sizing: border-box;
    letter-spacing: 0.07em;
    width: 20.7rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}
.top_select_block > .boxs > .box > .text{
    background: #fff;
    text-align: center;
    border-radius: 1.5rem;
    color: #ea5b02;
    letter-spacing: -0.02em;
    height: 9.5rem;
    padding-top: 2.3rem;
    box-sizing: border-box;
    box-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,0.3);
    font-weight: bold;
}
.top_select_block > .boxs > .box > .text > .-b1{
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 5.8rem;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0 0.5rem;
}
.top_select_block > .boxs > .box > .text > p{
    display: inline-block;
    text-align: left;
    line-height: 1;
    vertical-align: middle;
    line-height: 1.2;
}
.top_select_block > .boxs > .box > .text > .-s1{
    font-size: 1rem;
    color: #4d4d4d;
    vertical-align: top;
    margin-top: 0.8rem;
    position:relative;
    left:-1rem;
}
.top_select_block > .boxs > .box > .text > p > .-s1{
    font-size: 1rem;
    color: #4d4d4d;
    vertical-align: top;
    margin-top: -1rem;
}
.top_select_block > .boxs > .box > .text > .-b2{
    font-size: 3rem;
    letter-spacing: 0.07em;
    min-height: 1.9em;
    display: inline-flex;
    align-items: center;
}
.top_select_block > .boxs > .box > .text > .-b5{
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    margin-right:-1rem;
}
.top_select_block > .boxs > .box > .text > .-b5 span{
    font-size: 1.3rem;
    display: block;
}
.top_select_block > .boxs > .box > .text > .-b4{
    font-size: 1.9rem;
}
.top_select_block > .boxs > .box > .text > .-b3{
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.07em;
}

.onayami_block{
    background: #ebe7d4;
    padding-top: 3.5rem;
}
.onayami_block > .title{
    text-align: center;
    margin-bottom: 1.5rem;
}
.onayami_block > .title > img{}
.onayami_block > .content{
    width: 83rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 1.8rem;
    max-width: 95%;
}
.onayami_block > .content > .comment01{
    position: absolute;
    left: 0;
    top: 0.5rem;
}
.onayami_block > .content > .comment01 > img{}
.onayami_block > .content > .comment02{
    position: absolute;
    left: 0;
    top: 10rem;
}
.onayami_block > .content > .comment02 > img{}
.onayami_block > .content > .comment03{
    position: absolute;
    right: 0;
}
.onayami_block > .content > .comment03 > img{}
.onayami_block > .content > .comment04{
    position: absolute;
    right: 0;
    top: 9.5rem;
}
.onayami_block > .content > .comment04 > img{}
.onayami_block > .content > .img{
    text-align: center;
    font-size: 0;
}
.onayami_block > .content > .img > img{
}
.onayami_block > .bottom{
    background: #ff7f00;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 10.1rem;
    padding-top: 1rem;
    box-sizing: border-box;
}
.onayami_block > .bottom > .label{
    font-size: 2rem;
    color: #fff;
    background: #ea5c1e;
    border: 0.2rem solid #fff;
    height: 4.5rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    border-radius: 1.7rem;
    transform: translate(0, -50%);
    font-weight: bold;
    position: absolute;
    top: 0;
}
.onayami_block > .bottom > .label:before{content:"";width: 0;height: 0;border-width: 1.8rem 1.05rem;border-color: #fff transparent transparent transparent;border-style: solid;position: absolute;top: 100%;left: 50%;margin-left: 0.0rem;transform: translate(-50%, 00%);}

.onayami_block > .bottom > .text{
    color: #fff;
    font-size: 3rem;
}
.onayami_block > .bottom > .text > span{
    padding: 0 4rem 0 3rem;
    position: relative;
    font-weight: bold;
}
.onayami_block > .bottom > .text > span:after,
.onayami_block > .bottom > .text > span:before{content:"";position: absolute;background-repeat: no-repeat;background-size: cover;background-position: center;top: 0;}
.onayami_block > .bottom > .text > span:after{
    width: 1.7rem;
    height: 4.1rem;
    background-;
    background-image: url(../img/top_onayami_right.svg);
    right: 0;
}
.onayami_block > .bottom > .text > span:before{
    width: 1.6rem;
    height: 3.9rem;
    background-image: url(../img/top_onayami_left.svg);
    left: 0;
}

.simulation_block{
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.simulation_block > .top{
    margin-bottom: 3rem;
}
.simulation_block > .top > ul{
    display: flex;
    justify-content: space-between;
}
.simulation_block > .top > ul > li{
    width: 18.5rem;
    color: #ea5b02;
    font-weight: bold;
    height: 16rem;
    border: 0.2rem solid #f44f12;
    border-radius: 1rem;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding-top: 1.5rem;
}
.simulation_block > .top > ul > li > .label{
    font-size: 1.8rem;
    width: 10.5rem;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
}
.simulation_block > .top > ul > li > .label > span{}
.simulation_block > .top > ul > li > .label > span:after,
.simulation_block > .top > ul > li > .label > span:before{content:"";height: 2.5rem;width: 0.2rem;background: #f44f12;position: absolute;}
.simulation_block > .top > ul > li > .label > span:after{
    transform: rotate(30deg);
    right: 0;
}
.simulation_block > .top > ul > li > .label > span:before{
    transform: rotate(-30deg);
    left: 0;
}
.simulation_block > .top > ul > li > .img{font-size: 0;height: 6.5rem;display: flex;align-items: center;justify-content: center;}
.simulation_block > .top > ul > li > .img > img{}
.simulation_block > .top > ul > li > .text{
    font-size: 2.5rem;
    line-height: 1.1;
    position: relative;
    top:-0.5rem;
}
.simulation_block > .top > ul > li > .text > .-mini{
    font-size:1.2rem;display: block;
    color:#000;
    margin-top:0.5rem;
}
.simulation_block > .top > ul > li > .text > .-small{
    font-size: 1.8rem;
}
.simulation_block > .content{
    border: 0.2rem solid #f44f12;
    padding: 3rem 1rem 1rem 1rem;
    text-align: center;
    position: relative;
}
.simulation_block > .content:before{content:"";border-top: 0.2rem solid #f44f12;border-right: 0.2rem solid #f44f12;position: absolute;left: 8rem;bottom: 100%;width: 2.5rem;height: 2.5rem;transform: rotate(-45deg) skew(-25deg, -25deg);background: #fff;margin-bottom: -1rem;}
.simulation_block > .content > .img{padding-left: 2rem;padding-right: 2rem;}
.simulation_block > .content > .img > img{}
.simulation_block > .content > .text{
    background: #ea5c1e;
    font-size: 2.4rem;
    color: #fff799;
    text-align: center;
    display: inline-block;
    padding: 0.2rem 2.6rem 0.6rem 2.6rem;
    border-radius: 1.2rem;
    letter-spacing: 0.07em;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.simulation_block > .content > .setsuyaku_block{
    background: #fdf8e3;
    padding-top: 3.5rem;
}
.simulation_block > .content > .setsuyaku_block > .text{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
}
.simulation_block > .content > .setsuyaku_block > .title{
    font-size: 2.8rem;
    color: #ff7f00;
    font-weight: bold;
    margin-bottom: 1rem;
}
.simulation_block > .content > .setsuyaku_block > .list{
    width: 64rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.5rem;
    max-width: 95%;
}
.simulation_block > .content > .setsuyaku_block > .list > li{
    color: #ff7f00;
    margin-bottom: 1rem;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .top{
    font-size: 1.7rem;
    width: 50%;
    margin-right: 58%;
    padding-right: 11rem;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.13em;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con{
    display: flex;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left{
    color: #fff;
    background: #ff7f00;
    position: relative;
    width: 50%;
    padding-top: 2rem;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    padding-bottom: 1.3rem;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left > .num{
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 3.4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 10rem;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
    background: #ff7f00;
    line-height: 1.2;
    text-align: center;
    margin-top: -0.5rem;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left > .title{
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left > .text{
    font-size: 1.5rem;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left > .text > .-small{
    font-size: 85%;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .right{
    width: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1.5rem;
    box-sizing: border-box;
    position: relative;
}
.simulation_block > .content > .setsuyaku_block > .list > li:last-child > .con > .right{
    padding-right: 0;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .right > .img{
    display: inline-block;
}
.simulation_block > .content > .setsuyaku_block > .list > li:nth-child(1) > .con > .right > .img:nth-child(1){
    position: absolute;
    bottom: 0;
    font-size: 0;
    left: 2rem;
}
.simulation_block > .content > .setsuyaku_block > .list > li:nth-child(2) > .con > .right > .img:nth-child(1){
    position: absolute;
    top: 50%;
    font-size: 0;
    left: 1rem;
    transform: translate(0, -50%);
}
.simulation_block > .content > .setsuyaku_block > .list > li:nth-child(2) > .con > .right > .img:nth-child(2){
    position: absolute;
    bottom: 0;
    font-size: 0;
    right: 1.5rem;
}
.simulation_block > .content > .setsuyaku_block > .list > li:last-child > .con > .right > .img{
    height: 100%;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .right > .img > img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left > .title > .img{
    position: absolute;
}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left > .title > .img > img{}
.simulation_block > .content > .setsuyaku_block > .list > li > .con > .left.-left_img > .title{
    margin-right: 8rem;
}

.lineup_block{
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}
.lineup_block > .block{}
.lineup_block > .block:not(:last-child){
    margin-bottom: 2rem;
}
.lineup_block > .block > .labels{
    position: relative;
    font-size: 0;
    margin-bottom: 1rem;
}
.lineup_block > .block > .labels > .label:before{content:"";height: 0.5rem;width: 100%;background: #f08c1e;position: absolute;left: 0;top: 0;}
.lineup_block > .block > .labels > .label{
    font-size: 2rem;
    color: #fff;
    text-align: center;
    position: relative;
}
.lineup_block > .block > .labels > .label:nth-last-child(2),
.lineup_block > .block > .labels > .label:nth-last-child(2) ~ .label{
    width: 38.5rem;
    display: inline-block;
    max-width: 100%;
}
.lineup_block > .block > .labels > .label:nth-last-child(2){
    margin-right: 3rem;
}
.lineup_block > .block > .labels > .label > span{
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.lineup_block > .block > .labels > .label::after{content:"";background: url(../img/top_lineup_label.svg) center /cover no-repeat;height: 3rem;width: 30.7rem;position: absolute;left: 50%;top: 0;transform: translate(-50%);}
.lineup_block > .block > .con{}
.lineup_block > .block > .con > .title{
    font-size: 1.6rem;
    color: #fff;
    background: #76a330;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.lineup_block > .block > .con > .boxs{display: flex;justify-content: space-between;flex-wrap: wrap;}
.lineup_block > .block > .con > .boxs > .box{
    background: #fff;
    width: calc( ( 100% - 3.5rem ) / 2 );
    position: relative;
}
.lineup_block > .block > .con > .boxs > .box > .img{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.lineup_block > .block > .con > .boxs > .box > .img > img{}
.lineup_block > .block > .con > .boxs > .box > .text_area{
    width: 16.5rem;
    margin-left: auto;
    padding: 3rem;
    text-align: center;
    padding-top: 1rem;
}
.lineup_block > .block > .con > .boxs > .box > .text_area > .label > span{
    background: #f0c61f;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 10rem;
    letter-spacing: 0.07em;
    padding: 0.2rem 0;
    width: 14.7rem;
    display: inline-block;
    font-weight: bold;
}
.lineup_block > .block > .con > .boxs > .box > .text_area > .label{
    height: 5.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lineup_block > .block > .con > .boxs > .box > .text_area > .label > span:not(:last-child){
    margin-bottom: 0.5rem;
}
.lineup_block > .block > .con > .boxs > .box > .text_area > .title{
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.2;
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding-bottom: 1rem;
    box-sizing: border-box;
}
.lineup_block > .block > .labels > .label.-pink{}
.lineup_block > .block > .labels > .label.-pink::before{
    background: #ec7089;
}
.lineup_block > .block > .labels > .label.-pink::after{
    background-image: url(../img/top_lineup_label_pink.svg);
}
.lineup_block > .block > .con > .title.-blue{
    background: #7184c1;
}

.top_menu_block{
    width: 80rem;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.top_menu_block > .sec{}
.top_menu_block > .sec:not(:last-child){
    margin-bottom: 4.5rem;
}
.top_menu_block > .sec > .lead_block{
    background: #f0c61f;
    display: flex;
    position: relative;
    height: 12rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
    width: 100%;
}
.top_menu_block > .sec > .lead_block:before{content:"";background: #f0c61f;width: 10rem;height: 100%;right: 100%;position: absolute;}
.top_menu_block > .sec > .lead_block > .left{
    font-size: 1.8rem;
    color: #fff;
    background: #76a330;
    display: flex;
    height: 10rem;
    width: 5rem;
    align-items: center;
    justify-content: center;
}
.top_menu_block > .sec > .lead_block > .main{
    width: 100%;
    padding-right: 22.5rem;
    box-sizing: border-box;
}
.top_menu_block > .sec > .lead_block > .main > .top{display: flex;align-items: center;border-bottom: 1px solid #000;height: 6rem;align-items: center;padding-left: 1.5rem;padding-right: 3.5rem;}
.top_menu_block > .sec > .lead_block > .main > .top > .label{
    font-size: 2.4rem;
    color: #fff;
    background: #f08c1e;
    display: inline-block;
    padding: 0.1rem 0.7rem;
    margin-right: 0.5rem;
}
.top_menu_block > .sec > .lead_block > .main > .top > .title{
    font-size: 3rem;
}
.top_menu_block > .sec > .lead_block > .main > .top > .labels2{
    font-size: 1.4rem;
    margin-left: 2rem;
}
.top_menu_block > .sec > .lead_block > .main > .top > .labels2 > span{
    background: #fff;
    width: 12rem;
    display: block;
    text-align: center;
    align-items: center;
    border-radius: 10rem;
}
.top_menu_block > .sec > .lead_block > .main > .top > .labels2 > span:not(:last-child){
    margin-bottom: 0.5rem;
}
.top_menu_block > .sec > .lead_block > .main > .bottom{
    padding-left: 1.5rem;
    height: 6.1rem;
    display: flex;
}
.top_menu_block > .sec > .lead_block > .main > .bottom > .text{
    font-size: 1.5rem;
    line-height: 1.2;
    padding-top: 0.5rem;
}
.top_menu_block > .sec > .lead_block > .right{}
.top_menu_block > .sec > .lead_block > .right > .img{
    position: absolute;
    right: 0;
    max-height: 12rem;
}
.top_menu_block > .sec > .lead_block > .right > .img > img{
    max-height: 12rem;
    width: auto !important;
}
.top_menu_block > .sec > .lead_block > .right > .price_area{
    background: #ea5b02;
    color: #fff;
    width: 9.9rem;
    height: 9.9rem;
    text-align: center;
    border-radius: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translate(0, -50%);
}
.top_menu_block > .sec > .lead_block > .right > .price_area > .top{
    font-size: 1.1rem;
}
.top_menu_block > .sec > .lead_block > .right > .price_area > .price{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_menu_block > .sec > .lead_block > .right > .price_area > .price > .num{
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1;
}
.top_menu_block > .sec > .lead_block > .right > .price_area > .price > .unit{
    font-size: 2.2rem;
    line-height: 1;
}
.top_menu_block > .sec > .lead_block > .right > .price_area > .price > .unit > .-small{
    font-size: 1rem;
    display: block;
}
.top_menu_block > .sec > .lead_block > .right > .price_area > .bottom{
    font-size: 1.6rem;
}
.top_menu_block > .sec > .lead_txt{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.top_menu_block > .sec > .flow{
    margin-bottom: 2.5rem;
}
.top_menu_block > .sec > .flow > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_menu_block > .sec > .flow > ul > li{
    position: relative;
    display: inline-block;
}
.top_menu_block > .sec > .flow > ul > li:not(:last-child){}
.top_menu_block > .sec > .flow > ul > li:not(:last-child):before{content:"";width: 0;height: 0;border-width: 1.6rem 0.9rem;border-color: #f0c61f transparent transparent transparent;border-style: solid;position: absolute;top: 50%;left: 100%;margin-left: 0.0rem;transform: translate(0, -50%) rotate(30deg);}
.top_menu_block > .sec > .flow > ul > li > .img{
    width: 24.6rem;
    font-size: 0;
}
.top_menu_block > .sec > .flow > ul > li > .img > img{}
.top_menu_block > .sec > .flow > ul > li > .label{
    font-size: 1.3rem;
    background: #f0c61f;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-weight: bold;
}
.top_menu_block > .sec > .list{
    background: #fff3c3;
    padding: 2rem;
    margin-bottom: 2.5rem;
}
.top_menu_block > .sec > .list > ul{
    display: flex;
    justify-content: space-between;
}
.top_menu_block > .sec > .list > ul > li{
    position: relative;
}
.top_menu_block > .sec > .list > ul > li > .label{
    font-size: 2rem;
    background: url(../img/top_menu_label.svg) center /cover no-repeat;
    color: #fff;
    width: 5.2rem;
    height: 3.1rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -0.5rem;
}
.top_menu_block > .sec > .list > ul > li > .img{
    font-size: 0;
    width: 23.6rem;
}
.top_menu_block > .sec > .list > ul > li > .img > img{}
.top_menu_block > .sec > .voice_area{
    background: #f8d779;
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.5rem;
}
.top_menu_block > .sec > .voice_area > .img{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.top_menu_block > .sec > .voice_area > .img > .text{
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    position: absolute;
    left: 50%;
    top: 0;
    white-space: nowrap;
    text-align: center;
    transform: translate(-50%, 0);
    font-weight: bold;
}
.top_menu_block > .sec > .voice_area > .img > img{}
.top_menu_block > .sec > .voice_area > .list{
    width: 53.7rem;
}
.top_menu_block > .sec > .voice_area > .list > li{
    background: #fff;
    padding: 0.55rem 0;
    padding-left: 3rem;
    position: relative;
    font-weight: bold;
    font-size: 1.5rem;
}
.top_menu_block > .sec > .voice_area > .list > li:before{content:"";background:#f0c61f;width: 1.4rem;height: 1.4rem;position: absolute;left: 0.9rem;top: 50%;margin-top: -0.5rem;}
.top_menu_block > .sec > .voice_area > .list > li:not(:last-child){
    margin-bottom: 0.5rem;
}
.top_menu_block > .sec > .note{
    font-size: 1.2rem;
    margin-top: 1rem;
}
.top_menu_block > .sec > .note > p{}
.top_menu_block > .sec > .list2{
}
.top_menu_block > .sec > .list2 > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -2rem;
}
.top_menu_block > .sec > .list2 > ul > li{
    width: calc( ( 100% - 2.5rem ) / 2 );
    margin-bottom: 3rem;
}
.top_menu_block > .sec > .list2 > ul > li > .con{
    display: flex;
    min-height:17.4rem;
}
.top_menu_block > .sec > .list2.-ver2 > ul > li > .con{
    justify-content: center;
}
.top_menu_block > .sec > .list2 > ul > li > .con > .img{
    margin-right: 2rem;
}
.top_menu_block > .sec > .list2 > ul > li > .con > .img > img{}
.top_menu_block > .sec > .list2 > ul > li > .con > .text_area{
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}
.top_menu_block > .sec > .list2 > ul > li > .con > .text_area > .label{
    font-size: 1.4rem;
    background: #f0c61f;
    padding: 0.1rem 0.5rem;
    display: inline-block;
    width: 13.6rem;
    border-radius: 10rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.top_menu_block > .sec > .list2 > ul > li > .con > .text_area > .corp_logo{
    margin-bottom: 0;
}
.top_menu_block > .sec > .list2 > ul > li > .con > .text_area > .corp_logo > img{}
.top_menu_block > .sec > .list2 > ul > li > .con > .text_area > .text{
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0.07em;
    padding-left: 1.5rem;
}
.top_menu_block > .sec > .list2 > ul > li > .list{
    font-size: 1.4rem;
    margin-top: 1.5rem;
    display: inline-block;
}
.top_menu_block > .sec > .list2 > ul > li > .list > ul{}
.top_menu_block > .sec > .list2 > ul > li > .list > ul > li{
    background: #ffe9b5;
    display: inline-block;
    width: 9.3rem;
    vertical-align: top;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    min-height: 4.4rem;
    padding: 0.2rem 0;
    font-weight: bold;
}
.top_menu_block > .sec > .list2 > ul > li > .list > ul > li:not(:last-child){margin-right: 0.5rem;}
.top_menu_block > .sec > .list2 > ul > li > .list > ul > li > .-red{
    color: #e50012;
}
.top_menu_block > .sec > .list2 > ul > li > .list > ul > li > .-s1{
    font-size: 87%;
}
.top_menu_block > .sec > .list2 > ul > li > .list > ul > li > .-small{}
.top_menu_block > .sec > .list2 > ul > li > .list > .note{
    font-size: 1.4rem;
    text-align: right;
    margin-top: 0.5rem;
}
.top_menu_block > .sec > .list2 > ul > li > .con > .text_area > .title{
    font-size: 2.5rem;
    padding-left: 1.5rem;
    margin-top: 1rem;
}
.top_menu_block > .sec > .list2 > ul > li > .other{
    width: 29.5rem;
    margin-left: auto;
    margin-right: auto;
}
.top_menu_block > .sec > .list2 > ul > li > .other > .img{
    min-height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_menu_block > .sec > .list2 > ul > li > .other > .img > img{}
.top_menu_block > .sec > .list2 > ul > li > .other > .text{
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
}
.top_menu_block > .sec > .list3{}
.top_menu_block > .sec > .list3 > ul{
    text-align: center;
}
.top_menu_block > .sec > .list3 > ul > li{
    display: inline-block;
    vertical-align: top;
}
.top_menu_block > .sec > .list3 > ul > li:not(:last-child){
    margin-right: 4rem;
}
.top_menu_block > .sec > .list3 > ul > li > .img{
    min-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.top_menu_block > .sec > .list3 > ul > li > .img > img{}
.top_menu_block > .sec > .list3 > ul > li > .text{
    text-align: center;
    font-weight: bold;
}
.top_menu_block > .sec > .list3 > ul > li > .text > .sub{
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
}
.top_menu_block > .sec > .list3 > ul > li > .text > .title{
    font-size: 2.5rem;
    line-height: 1.2;
}
.top_menu_block > .sec > .list2.-ver2 > ul > li > .list > ul > li{width: 12.6rem;12.6rem:;}
.top_menu_block > .sec > .list2.-ver2 > ul > li {
    width: calc((100% - 2.0rem) / 2);
    text-align: center;
}
.top_menu_block > .sec > .list2 > ul > li > .list > ul > li.-center{
    display: inline-flex;
    flex-wrap: wrap;
}
.top_menu_block > .sec > .lead_block > .left.-blue{background:#7184c1}

.top_feature_list{
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}
.top_feature_list > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -2rem;
}
.top_feature_list > ul > li{
    display: inline-flex;
    vertical-align: top;
    justify-content: space-between;
    width: 47.6rem;
    margin-bottom: 2rem;
}
.top_feature_list > ul > li > .img{
    width: 19.5rem;
    text-align: center;
}
.top_feature_list > ul > li > .img > img{
    max-height: 18rem;
}
.top_feature_list > ul > li > .text_area{
    width: 28.5rem;
    font-weight: bold;
}
.top_feature_list > ul > li > .text_area > .title{
    font-size: 2rem;
    color: #ea5b02;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
    white-space: nowrap;
}
.top_feature_list > ul > li > .text_area > .text{
    font-size: 1.4rem;
    color: #333328;
    padding-left: 2.5rem;
}
.top_feature_list > ul > li > .text_area > .text > .-small{
    font-size: 1.3rem;
}

.folow_list{
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 95%;
}
.folow_list > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -2rem;
}
.folow_list > ul > li{
    width: 24.6rem;
    position: relative;
    margin-bottom: 2rem;
}
.folow_list > ul > li:not(:nth-child(3n)):before{content:"";border-color: transparent transparent #f44f12 transparent;border-style: solid;position: absolute;left: 100%;top: 50%;transform: rotate(90deg);border-width: 0.8rem;border-bottom-width: 1.5rem;margin-left: 1.5rem;}
.folow_list > ul > li > a{}
.folow_list > ul > li > a > .top{
    font-size: 1.7rem;
    color: #ea5b02;
    letter-spacing: 0.13em;
    text-align: center;
    padding-right: 10rem;
    font-weight: bold;
}
.folow_list > ul > li > a > .box{
    border: 0.23rem solid #f44f12;
    border-radius: 1.7rem;
    box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    height: 9rem;
    padding-left: 2rem;
    padding-right: 1rem;
    font-weight: bold;
}
.folow_list > ul > li > a > .box > .num{
    font-size: 3.4rem;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    background: #f44f12;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 10rem;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    margin-top: -0.5rem;
}
.folow_list > ul > li > a > .box > .img{
    margin-right: 1.0rem;
}
.folow_list > ul > li > a > .box > .img > img{}
.folow_list > ul > li > a > .box > .text{
    font-size: 2.5rem;
    color: #ea5b02;
    min-width: 12.4rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
}
.folow_list > ul > li > a > .box > .text > .-small{
    font-size: 1.4rem;
    color: #231815;
}

.faq_block{
    background: #fdf8e3;
}
.faq_block > .title{height: 9.6rem;text-align: center;display: flex;align-items: center;justify-content: center;background: url(../img/faq_top.jpg) center /cover no-repeat;}
.faq_block > .title > span{
    font-size: 3rem;
    background: #ff7f00;
    color: #fff;
    display: inline-block;
    border-radius: 10rem;
    line-height: 1;
    padding: 0.4rem 3rem 0.6rem 3rem;
    font-weight: bold;
}
.faq_block > .text{
    font-size: 1.4rem;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-weight: bold;
}
.faq_block > .text > a{}
.faq_block > .faq_list{
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}
.faq_block > .faq_list + .c-note01{
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    margin-top: 5.5rem;
}
.faq_block > .faq_list > .sec{}
.faq_block > .faq_list > .sec:not(:last-child){}
.faq_block > .faq_list > .sec > .block{}
.faq_block > .faq_list > .sec > .block:not(:last-child){
    margin-bottom: 1rem;
}
.faq_block > .faq_list > .sec > .block > .top{
    font-size: 1.5rem;
    position: relative;
    background: #fff;
    padding: 1.2rem 0;
    padding-left: 9rem;
    cursor: pointer;
}
.faq_block > .faq_list > .sec > .block.-on > .top:after{transform: rotate(135deg);}
.faq_block > .faq_list > .sec > .block > .top:after{content:"";width: 1.1rem;height: 1.1rem;position: absolute;border-top: 1px solid #ff7f00;border-right: 1px solid #ff7f00;transform: rotate(45deg);right: 2rem;top: 1.5rem;}
.faq_block > .faq_list > .sec > .block > .top:before{content: "Q";font-family: "din-2014", sans-serif;font-weight: 600;color: #ff7f00;font-size: 3rem;position: absolute;left: 4rem;top: 0;}
.faq_block > .faq_list > .sec > .block > .content{
    position: relative;
    padding: 1.4rem 0;
    padding-left: 9rem;
    display: none;
}
.faq_block > .faq_list > .sec > .block > .content:before{content: "A";font-family: "din-2014", sans-serif;font-weight: 600;color: #ff7f00;font-size: 3rem;position: absolute;left: 4rem;top: 0;}
.faq_block > .faq_list > .sec > .block > .content > .text{
    font-size: 1.5rem;
    color: #333328;
}

.back_btn{
    bottom: 2rem;
    right: 2rem;
    margin: auto;
    position: fixed;
    width: 1.4rem;
    background: url(../img/scroll_top.svg) center /cover no-repeat;
    height: 6.5rem;
}
.back_btn > a{
    display: block;
    width: 100%;
    height: 100%;
}


/*============================
==============================
==============================
==============================
#3__下層設定
============================*/
/* -全体設定- */

/*============================
==============================
==============================
==============================
#4__CSSハック
============================*/
/* -ファイアフォックス- */
@-moz-document url-prefix() {

}

/* -サファリ(最新)- */
_::-webkit-full-page-media, _:future, :root .text01 {
    order: 1;
    width: calc(100% - 296px);
    width: -webkit-calc(100% - 296px);
    width: -ms-calc(100% - 296px);
}

/* -IE- */
nav::-webkit-scrollbar{display:none;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

/* -スクロールバー非表示- */
nav{-ms-overflow-style:none;}

/* -セレクトの矢印削除- */
select::-ms-expand{display: none;}

}
/* -IE(Edge)- */
@supports (-ms-ime-align:auto){

}
/*============================
==============================
==============================
==============================
#5__プラグイン制御
============================*/
/* -基本設定- */

/*============================
==============================
==============================
==============================
#6__アニメーション
============================*/
/* -独自アニメーション- */
.-inview-faidin_left{opacity: 0 !important;transform: translatex(-2rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_left.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin_right{opacity: 0 !important;transform: translatex(2rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_right.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin_bottom{opacity: 0 !important;transform: translatey(3.5rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_bottom.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin_top{opacity: 0 !important;transform: translatey(-3.5rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_top.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin{opacity: 0 !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin.on{opacity: 1 !important;}

/* -サンプル- */
.loop li
{
    /*--アニメーション (name・速度・進行割合・繰り返しの指示 (無限 = infinite,終了時維持 = forwards))--*/
    -webkit-animation: loop 50s  linear infinite;
    animation: loop 50s linear infinite;
    
    /*--アニメーション (動作を軽くする為にcssタイプを指定する)--*/
    -webkit-will-change:transform;
    will-change:transform;
}

@keyframes loop
{
    0%
    {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%
    {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

