@charset "UTF-8";




@media screen and (max-width: 1366px) and (min-width:1200px){
    /*PC小*/
}/*PC小*/
@media screen and (max-width: 1199px) and (min-width:1024px){
    /*タブレット大*/

}/*タブレット大*/

@media screen and (max-width: 1023px) and (min-width:768px){
    /*タブレット*/
}/*タブレット*/


@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
}/*タブレット*/


/* font
---------------------------------------------------------- */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@font-face{ 
    font-family: 'myWebFont'; /* お好きな名前にしましょう */
    src: url('../font/NotoSansCJKjp-hinted/NotoSansCJKjp-Bold.otf') 
}
@font-face{ 
    font-family: 'myWebFont02'; /* お好きな名前にしましょう */
    src: url('../font/07LogoTypeGothic7.ttf') 
}

.myWebFontClass {
    font-family: 'myWebFont';
}




body {
    text-align: left;
    color: #333333;
    line-height: 2.6;
    background: #fff;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    
    font-weight: normal;
    font-size: 1.8rem;
}


*{
    /*border: 1px solid #333!important;*/
    box-sizing: border-box;
}

/* common
---------------------------------------------------------- */
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}


a {
    color: #9cd1c3;
    transition: .5s;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    transition: .5s;
}
a.line:link,
a.line:visited {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}
button {
    cursor: pointer;
}
strong span {
    font-weight: bold;
}
p {
    margin-bottom: 25px;
}

.sp_none {
    display: block;
}
.pc_none {
    display: none;
}
table {
    width: 100%;
}
table td,table th {
    border-bottom: solid 1px #eee;
    padding: 2rem;
}
table th {
    width: 30%;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}




/*--------------------
form
--------------------*/
/* 共通 */
input[type="submit"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input,
select,
textarea {
    font-family: YuGothic, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.2rem;
}
input[type="file"] {
    font-size: .875rem;
}

img{
    width: 100%;
    height: auto;
}

/* layout
---------------------------------------------------------- */

/* ヘッダー
---------------------------------------------------------- */
#header{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#header:before {
    content:"";
    display: block;
    padding-top: 40%; /* 高さを幅の45%に固定 */
    
}

#header video{
    position: absolute;
    top: -12.5rem;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
#header .header_logo{
    position: absolute;
    bottom:6rem;
    left: 3.5rem;
    width: 32rem;
    z-index: 2;
}
#header .header_logo img{
    width: 100%;
    height: auto;
}
#header .catch01{
    position: absolute;
    top: 4.5rem;
    left: 3.5rem;
    width: 126.5rem;
    z-index: 2;
}
 
#header .lang_box01{
    position: absolute;
    right: 2vw;
    top:1vw;
    z-index: 99;
    height: 20px;
}
#header .lang_box01 .inner01{
}
#header .lang_box01 .inner01 a{
    line-height: 1.5;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    padding: 0.5vw 2vw;
}
#header .lang_box01 .inner01 a:hover{
    color: #333;
    background-color: #fff;
}

#header02 .lang_box01{
    position: absolute;
    right: 2vw;
    top:1vw;
    z-index: 99;
    height: 20px;
}
#header02 .lang_box01 .inner01{
}
#header02 .lang_box01 .inner01 a{
    line-height: 1.5;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    padding: 0.5vw 2vw;
}
#header02 .lang_box01 .inner01 a:hover{
    color: #333;
    background-color: #fff;
}



@media screen and (max-width: 1366px){
    /*PC小*/
    #header .catch01 {
        top: 4.5rem;
        left: 3.5rem;
        width: 87.5rem;
    }
    
    #header .header_logo {
        bottom: 8rem;
        left: 3.5rem;
        width: 23rem;
    }
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    #header:before {
        content: "";
        display: block;
        padding-top: 60%;
    }
    #header video {
        position: absolute;
        top: -12.5rem;
        left: 0;
        right: 0;
        width: 140%;
        height: auto;
    }
    #header .catch01 {
        top: 9.5rem;
        left: 3.5rem;
        width: 87.5rem;
    }
    #header .header_logo {
        bottom: 8rem;
        left: 3.5rem;
        width: 27rem;
    }
    
    
    

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    
    #header .catch01 {
        top: 3.5rem;
        left: 3.5rem;
        width: 66.5rem;
    }
    #header .header_logo {
        bottom: 8rem;
        left: 4.5rem;
        width: 16rem;
    }
}/*タブレット*/




/* ---------------------------------------------------------- */


.sec01{
    position: relative;
    background-image:url("../img/bg_01.jpg");
    height: 746px;
    background-size: cover;
    background-position: center;
}

.sec01 .catch02{
    position: absolute;
    top: -13rem;
    left: 0rem;
    width: 100%;
    z-index: 2;
}

.sec01 .fit_carving{
    position: absolute;
    bottom: 0;
    left: 28%;
    width: 71.2rem;
    z-index: 3;
}

.sec01 .fukidashi01{
    position: absolute;
    top: 24rem;
    left: 0;
    margin: auto;
    width: 58rem;
    z-index: 2;
}
.sec01 .fukidashi02{
    position: absolute;
    top: 5.4rem;
    right: 6.7rem;
    margin: auto;
    width: 49rem;
    z-index: 3;
}
.sec01 .fukidashi03{
    position: absolute;
    bottom: 2rem;
    right: 26.7rem;
    margin: auto;
    width: 45.4rem;
    z-index: 3;
}

.kuro_obi{
    background-color: #000;
    height: 45px;
}



@media screen and (max-width: 1366px){
    /*PC小*/
    
    .sec01{
        position: relative;
        background-image:url("../img/bg_01.jpg");
        height: 590px;
        background-size: cover;
        background-position: center;
    }

    .sec01 .catch02 {
        top: -11rem;
    }

    .sec01 .fit_carving{
        left: 25%;
        width: 43%;
        z-index: 3;
    }

    .sec01 .fukidashi01{
        top: 12rem;
        width: 41rem;
        z-index: 3;
    }
    .sec01 .fukidashi02 {
        top: 2.4rem;
        right: 2.7rem;
        width: 41rem;
        z-index: 3;
    }
    .sec01 .fukidashi03 {
        right: 15.7rem;
        width: 33.4rem;
        z-index: 3;
    }
    
    
    
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec01 .catch02 {
        top: -8rem;
    }
    
    
    .sec01 .fukidashi01 {
        top: 12rem;
        width: 30rem;
        z-index: 3;
    }
    .sec01 .fukidashi02 {
        top: 2.4rem;
        right: 2.7rem;
        width: 30rem;
        z-index: 3;
    }
    .sec01 .fukidashi03 {
        right: 4.7rem;
        width: 26.4rem;
        z-index: 3;
    }
    .sec01 .fit_carving {
        left: 15%;
        width: 56%;
        z-index: 3;
    }

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    
    .sec01 .catch02 {
        top: -5rem;
    }
}/*タブレット*/









/* ---------------------------------------------------------- */

.sec02{
    padding-top: 2.8rem;
    position: relative;
    background-image:url("../img/bg_02.svg");
    min-height: 746px;
    padding-bottom: 70px;
}


.nav_bar{
    position: fixed;
    bottom:0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    text-align: center;
    padding: 1.2rem 0;
    z-index: 90;
}
.nav_bar p {
    margin-bottom: 1rem;
    color: #fff;
    line-height: 1;
    font-size: 24px;
}
.nav_bar a{
    margin: 0 2.7rem;
    width: 24.2rem;
    display: inline-block;
    margin-right: 2rem;
}
.nav_bar a:hover{
    opacity: 0.5;
}


.sec02 h3{
    padding: 5rem 0;
    position: relative;
    margin: 0 auto;
    width: 100rem;
    margin-bottom: 1rem;

}

.sec02 .ganbou01{
    position: relative;
    margin: 0 auto;
    width: 122.3rem;
    margin-bottom: 1rem;
}
.sec02 .tenten01{
    position: relative;
    margin: 0 auto;
    width: 1.5rem;
    margin-bottom: 1rem;
}
.sec02 .sonoonayami01{
    position: relative;
    margin: 0 auto;
    width: 84.8rem;
    margin-bottom: 2.5rem;
}
.sec02 .kaiketsu01{
    position: relative;
    margin: 0 auto;
    width: 124rem;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec02 {
        min-height: 1530px;
    }
    .sec02 h3 {
        padding: 2rem 0;
        width: 84rem;
        margin-bottom: 1rem;
    }
    .sec02 .ganbou01 {
        width: 87.3rem;
        margin-bottom: 1rem;
    }
    .sec02 .sonoonayami01 {
        width: 67.8rem;
        margin-bottom: 2.5rem;
    }
    .sec02 .kaiketsu01 {
        width: 91rem;
        margin-bottom: 2.5rem;
    }
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec02 {
        min-height: 1180px;
    }
    .sec02 h3 {
        padding: 2rem 0;
        width: 66rem;
        margin-bottom: 1rem;
    }
    .sec02 .ganbou01 {
        width: 66.3rem;
        margin-bottom: 1rem;
    }
    .sec02 .sonoonayami01 {
        width: 43.8rem;
        margin-bottom: 2.5rem;
    }
    .sec02 .kaiketsu01 {
        width: 66rem;
        margin-bottom: 2.5rem;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec02 {
        min-height: 900px;
    }
    .sec02 h3 {
        padding: 0rem 0;
        width: 49rem;
        margin-bottom: 1rem;
    }
    .sec02 .ganbou01 {
        width: 50.3rem;
        margin-bottom: 1rem;
    }
    .sec02 .tenten01 {
        position: relative;
        margin: 0 auto;
        width: 1rem;
        margin-bottom: 1rem;
    }
    .sec02 .sonoonayami01 {
        width: 32.8rem;
        margin-bottom: 2.5rem;
    }
    .sec02 .kaiketsu01 {
        width: 50rem;
        margin-bottom: 2.5rem;
    }
}/*タブレット*/







/*------------------------------------------------------*/

.sec03{
    margin-top: -3rem;
    padding-top: 3rem;
    position: relative;
    background-image:url("../img/bg_03.jpg");
    min-height: 746px;
    background-repeat: repeat-y;
    background-size: 100%;
    
}
.sec03 .kaiketsu01{
    width: 147.5rem;
    margin: 0 auto;
    margin-bottom: 30.8rem;
}


/*--1----------------------------------------------------*/

.sec03 .text_box01_new01{
    position: relative;
    width: 104rem;
    min-height: 80rem;
    margin: 0 auto;

}

.sec03 .text_box01_new01 .outer{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 104rem;
    height: 42.2rem;
    border: 10px solid #000;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 10rem;
    padding-left: 4rem;
    margin-bottom: 39.5rem;
}

.sec03 .text_box01_new01 .outer .aya_point01{
    position: absolute;
    right:-15rem;
    bottom: 0;
    margin: 0;
}




.sec03 .text_box01_new01 .text_box01_01{
    width: 64rem;
    font-size: 1.8rem;
    line-height: 1.8;
}
.sec03 .text_box01_new01 .text_box01_01 span{
    width: 64rem;
    font-size: 2.4rem;
}
.sec03 .text_box01_new01 .midashi01 {
    width: 96rem;
    position: absolute;
    z-index: 2;
    top: -33rem;
    left: 18rem;
}
.sec03 .text_box01_new01 .midashi02 {
    width: 117rem;
    position: absolute;
    z-index: 2;
    top: 39.1rem;
    right: -11rem;
}



.sec03 .text_box01_new01 .nambar01{
    width: 14.2rem;
    position: absolute;
    z-index: 1;
    top: -32.9rem;
    left: 0rem;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec03 .kaiketsu01 {
        width: 122.5rem;
        margin-bottom: 30.8rem;
    }

    .sec03 .text_box01_new01 .outer {
        position: relative;
        width: 90rem;
        height: 42.2rem;
        border: 10px solid #000;
        margin: 0 auto;
        padding-top: 6rem;
        padding-left: 4rem;
        margin-bottom: 39.5rem;
    }
    .sec03 .text_box01_new01 .outer .aya_point01{
        width: 26vw;
    }
    .sec03 .text_box01_new01 .text_box01_01 {
        width: 36vw;
    }
    .sec03 .text_box01_new01 .nambar01 {
        width: 12.2rem;
        position: absolute;
        z-index: 1;
        top: -27.9rem;
        left: 6rem;
    }
    .sec03 .text_box01_new01 .midashi01 {
        width: 86rem;
        position: absolute;
        z-index: 2;
        top: -31rem;
        left: 14rem;
    }
    .sec03 .text_box01_new01 .midashi02 {
        width: 88rem;
        position: absolute;
        z-index: 2;
        top: 44rem;
        right: 11rem;
    }




}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec03 .kaiketsu01 {
        width: 100%;
        margin-bottom: 22.8rem;
    }
    .sec03 .text_box01_new01{
        width: 95%;
        min-height: 102vw;
    }
    .sec03 .text_box01_new01 .nambar01 {
        width: 9.2rem;
        position: absolute;
        z-index: 1;
        top: -20.9rem;
        left: -1vw;
    }
    .sec03 .text_box01_new01 .midashi01 {
        width: 93vw;
        position: absolute;
        z-index: 2;
        top: -21vw;
        left: 3vw;
    }
    .sec03 .text_box01_new01 .midashi02 {
        width: 93vw;
        position: absolute;
        z-index: 2;
        top: 49vw;
        right: 3vw;
    }

    .sec03 .text_box01_new01 .outer {
        width: 100%;
        padding-top: 8rem;
        padding-left: 2rem;
        margin-bottom: 39.5rem;
    }
    .sec03 .text_box01_new01 .text_box01_01 {
        width: 54rem;
        font-size: 1.8rem;
        line-height: 1.8;
    }



}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec03 .text_box01_new01 {
        position: relative;
        width: 100%;
        min-height: 90rem;
        margin: 0 auto;
    }
    .sec03 .kaiketsu01 {
        width: 100%;
        margin-bottom: 16.8rem;
    }
    .sec03 .text_box01_new01 .nambar01 {
        width: 8.2rem;
        position: absolute;
        z-index: 1;
        top: -18.9rem;
        left: 3rem;
    }
    .sec03 .text_box01_new01 .midashi01 {
        width: 61rem;
        position: absolute;
        z-index: 2;
        top: -15.9rem;
        left: 7rem;
    }
    .sec03 .text_box01_new01 .midashi02 {
        width: 93vw;
        position: absolute;
        z-index: 2;
        top: 53vw;
        right: 3rem;
    }
    .sec03 .text_box01_new01 .outer {
        width: 90%;
        padding-top: 4vw;
        padding-left: 2rem;
        margin-bottom: 39.5rem;
    }
    .sec03 .text_box01_new01 .text_box01_01 {
        width: 55vw;

    }

}/*タブレット*/








/*------------------------------------------------------*/


.sec03 .text_box01{
    position: relative;
    width: 104rem;
    min-height: 82rem;
    margin: 0 auto;
    
}

.sec03 .text_box01 .outer{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 104rem;
    height: 42.2rem;
    border: 10px solid #000;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 10rem;
    padding-left: 4rem;
    margin-bottom: 39.5rem;
}


.sec03 .text_box01 .text_box01_01{
    width: 64rem;
    font-size: 1.8rem;
    line-height: 1.8;
}
.sec03 .text_box01 .text_box01_01 span{
    width: 64rem;
    font-size: 2.4rem;
}
.sec03 .text_box01 .midashi01 {
    width: 90rem;
    position: absolute;
    z-index: 2;
    top: -22.9rem;
    left: 9rem;
}
.sec03 .text_box01 .midashi02 {
    width: 46rem;
    position: absolute;
    z-index: 2;
    top: 0.1rem;
    right: -11rem;
}
.sec03 .text_box01 .nambar01{
    width: 16.2rem;
    position: absolute;
    z-index: 1;
    top: -30.9rem;
    left: -3rem;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    

    .sec03 .kaiketsu01 {
        width: 122.5rem;
        margin-bottom: 30.8rem;
    }
    .sec03 .text_box01 .text_box01_01{
        width: 60rem;
    }
    .sec03 .text_box01 .outer {
        position: relative; 
        width: 90rem;
        height: 42.2rem;
        border: 10px solid #000;
        margin: 0 auto;
        padding-top: 6rem;
        padding-left: 4rem;
        margin-bottom: 39.5rem;
    }
    .sec03 .text_box01 .nambar01 {
        width: 11vw;
        position: absolute;
        z-index: 1;
        top: -27.9rem;
        left: 6rem;
    }
    .sec03 .text_box01 .midashi01 {
        width: 86rem;
        position: absolute;
        z-index: 2;
        top: -21.9rem;
        left: 14rem;
    }
    .sec03 .text_box01 .midashi02 {
        width: 40rem;
        position: absolute;
        z-index: 2;
        top: 4.1rem;
        right: -8rem;
    }
    

    
    
}/*PC小*/

@media screen and (max-width: 1024px){
/*タブレット大*/
    
    .sec03 .text_box01 {
        width: 95%;
        min-height: 92rem;
    }

    .sec03 .text_box01 .outer {
        width: 100%;
        padding-top: 8rem;
        padding-left: 2rem;
        margin-bottom: 39.5rem;
    }
    .sec03 .kaiketsu01 {
        width: 100%;
        margin-bottom: 22.8rem;
    }
    .sec03 .text_box01 .nambar01 {
        width: 11.2rem;
        position: absolute;
        z-index: 1;
        top: -19.9rem;
        left: 2rem;
    }
    .sec03 .text_box01 .midashi01 {
        width: 69rem;
        position: absolute;
        z-index: 2;
        top: -15.9rem;
        left: 8rem;
    }
    .sec03 .text_box01 .midashi02 {
        width: 35rem;
        position: absolute;
        z-index: 2;
        top: 29.1rem;
        right: -1rem;
    }
    
    .sec03 .text_box01 .text_box01_01 {
        width: 54rem;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec03 .text_box01 {
        position: relative;
        width: 100%;
        min-height: 90rem;
        margin: 0 auto;
    }

    .sec03 .kaiketsu01 {
        width: 100%;
        margin-bottom: 16.8rem;
    }
    .sec03 .text_box01 .nambar01 {
        width: 11.2rem;
        position: absolute;
        z-index: 1;
        top: -19.9rem;
        left: 3rem;
    }
    .sec03 .text_box01 .midashi01 {
        width: 61rem;
        position: absolute;
        z-index: 2;
        top: -15.9rem;
        left: 7rem;
    }
    .sec03 .text_box01 .midashi02 {
        width: 35rem;
        position: absolute;
        z-index: 2;
        top: 32.1rem;
        right: 3rem;
    }
    .sec03 .text_box01 .outer {
        width: 90%;
        padding-top: 8rem;
        padding-left: 2rem;
        margin-bottom: 39.5rem;
    }
    
}/*タブレット*/






/*------------------------------------------------------*/
.sec03 .text_box02{
    position: relative;
    width: 104rem;
    min-height: 90rem;
    margin: 0 auto;
    
}

.sec03 .text_box02 .outer{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 104rem;
    min-height: 21.3rem;
    border: 10px solid #000;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 4.5rem;
    padding-bottom: 2.4rem;
    padding-left: 4rem;
    margin-bottom: 66.8rem;
}






.sec03 .text_box02 .text_box02_01{
    width: 76rem;
    font-size: 1.8rem;
    line-height: 1.8;
}

.sec03 .text_box02 .midashi01{
    width: 98rem;
    position: absolute;
    z-index: 2;
    top: -26.9rem;
    left: 7rem;
}
.sec03 .text_box02 .nambar02{
    width: 19.7rem;
    position: absolute;
    z-index: 1;
    top: -35.3rem;
    left: -3rem;
}
.sec03 .text_box02 .midashi02{
    width: 118rem;
    position: absolute;
    z-index: 2;
    top: 4.1rem;
    left: 0rem;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec03 .text_box02 .nambar02 {
        width: 16.7rem;
        top: -29.9rem;
        left: 4rem;
    }
    .sec03 .text_box02 .midashi01 {
        width: 86rem;
        top: -23.5rem;
        left: 13rem;
    }
    .sec03 .text_box02 .outer {
        position: relative; 
        z-index: 1;
        background-color: #fff;
        width: 90rem;
        min-height: 21.3rem;
        border: 10px solid #000;
        margin: 0 auto;
        padding-top: 4.5rem;
        padding-bottom: 2.4rem;
        padding-left: 4rem;
        margin-bottom: 66.8rem;

    }
    .sec03 .text_box02 .midashi02 {
        width: 103rem;
        position: absolute;
        z-index: 2;
        top: 6.1rem;
        left: 7rem;
    }
    .sec03 .text_box02 .text_box02_01 {
        width: 65rem;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec03 .text_box02{
        width: 95%;
    }
    
    .sec03 .text_box02 .nambar02 {
        width: 12.7rem;
        top: -22.9rem;
        left: 0rem;
    }
    .sec03 .text_box02 .midashi01 {
        width: 71rem;
        top: -19rem;
        left: 7rem;
    }
    .sec03 .text_box02 .midashi02 {
        width: 78rem;
        position: absolute;
        z-index: 2;
        top: 18.1rem;
        left: 2rem;
    }
    .sec03 .text_box02 .outer {
        width: 100%;
        padding-top: 4.5rem;
        padding-bottom: 2.4rem;
        padding-left: 2rem;
        margin-bottom: 66.8rem;
    }
    
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec03 .text_box02 {
        position: relative;
        width: 100%;
        min-height: 71rem;
        margin: 0 auto;
    }
    .sec03 .text_box02 .nambar02 {
        width: 11rem;
        position: absolute;
        z-index: 1;
        top: -19.2rem;
        left: 3rem;
    }
    .sec03 .text_box02 .midashi01 {
        width: 62rem;
        top: -16.5rem;
        left: 9rem;
    }
    .sec03 .text_box02 .outer {
        width: 90%;
        padding: 2rem 2rem;
        margin-bottom: 39.5rem;
    }
    .sec03 .text_box02 .text_box02_01 {
        width: 100%;

    }
    .sec03 .text_box02 .midashi02 {
        width: 90%;
        position: absolute;
        z-index: 2;
        top: 17.1rem;
        left: 7rem;
    }
}/*タブレット*/






/*------------------------------------------------------*/
.sec03 .text_box03{
    position: relative;
    z-index: 1;
    width: 104rem;
    min-height: 95rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
}


.sec03 .text_box03 .outer{
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
    width: 82rem;
    background-color: #fff;
    border: 10px solid #000;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 4rem;
}
.sec03 .text_box03 .text_box03_01{
    
}
.sec03 .text_box03 .midashi01{
    width: 87rem;
    position: absolute;
    z-index: 2;
    top: -27.5rem;
    left: 8rem;
}
.sec03 .text_box03 .nambar03{
    width: 19.1rem;
    position: absolute;
    z-index: 1;
    top: -33.3rem;
    left: -3rem;
}
.sec03 .text_box03 .midashi02{
    width: 127rem;
    position: absolute;
    z-index: 2;
    top: 31.1rem;
    left: -3rem;
}
.sec03 .text_box03 .fit_carving01{
    width: 40.3rem;
    position: absolute;
    z-index: 1;
    top: -3.9rem;
    right: -13rem;

}

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec03 .text_box03 .nambar03 {
        width: 16.7rem;
        top: -29.9rem;
        left: 4rem;
    }
    .sec03 .text_box03 .midashi01 {
        width: 80rem;
        z-index: 2;
        top: -24.5rem;
        left: 13rem;
    }
    .sec03 .text_box03 .fit_carving01 {
        width: 35.3rem;
        z-index: 1;
        top: -0.9rem;
        right: -9rem;
    }
    .sec03 .text_box03 .midashi02 {
        width: 114rem;
        z-index: 2;
        top: 30.1rem;
        left: 1rem;
    }
    .sec03 .text_box03 .outer {
        left: 40px;
        top: 0px;
        z-index: 1;
        width: 78rem;
        font-size: 1.8rem;
        line-height: 1.8;
        padding: 4rem;
    }
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    
    .sec03 .text_box03 {
        min-height: 80rem;
    }
    .sec03 .text_box03 .nambar03 {
        width: 12.7rem;
        top: -22.9rem;
        left: 6rem;
    }
    .sec03 .text_box03 .midashi01 {
        width: 77rem;
        z-index: 2;
        top: -24.5rem;
        left: 13rem;
    }
    .sec03 .text_box03 .outer {
        left: 65px;
        width: 66rem;
        padding: 2rem;
    }
    .sec03 .text_box03 .fit_carving01 {
        width: 35.3rem;
        z-index: 1;
        top: -3.9rem;
        right: 4rem;
    }
    .sec03 .text_box03 .midashi02 {
        width: 97rem;
        z-index: 2;
        top: 26.1rem;
        left: 5rem;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec03 .text_box03 {
        position: relative;
        width: 100%;
        min-height: 78rem;
        margin: 0 auto;
    }
    .sec03 .text_box03 .nambar03 {
        width: 11rem;
        position: absolute;
        z-index: 1;
        top: -19.2rem;
        left: 3rem;
    }
    .sec03 .text_box03 .midashi01 {
        width: 57rem;
        z-index: 2;
        top: -18.5rem;
        left: 10rem;
    }
    .sec03 .text_box03 .outer {
        left: 65px;
        width: 45rem;
        padding: 2rem;
    }
    .sec03 .text_box03 .outer p{
        margin: 0;
    }
    .sec03 .text_box03 .fit_carving01 {
        width: 24.3rem;
        z-index: 1;
        top: 2.1rem;
        right: 4rem;
    }
    .sec03 .text_box03 .midashi02 {
        width: 90%;
        z-index: 2;
        top: 37.1rem;
        left: 5rem;
    }
    
    
    
}/*タブレット*/





/*------------------------------------------------------*/

.sec03 .text_box04{
    position: relative;
    width: 104rem;
    min-height: 88rem;
    margin: 0 auto;
}
.sec03 .text_box04 .outer{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 104rem;
    min-height: 21.3rem;
    border: 10px solid #000;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 6.5rem;
    margin-bottom: 10rem;
}
.sec03 .text_box04 .text_box04_01{
    width: 62rem;
    font-size: 1.8rem;
    line-height: 1.8;
}
.sec03 .text_box04 .midashi01{
    width: 87rem;
    position: absolute;
    z-index: 2;
    top: -24.5rem;
    left: 8.5rem;
}
.sec03 .text_box04 .midashi02{
    width: 46.3rem;
    position: absolute;
    z-index: 2;
    top: 6rem;
    right: -16rem;
}
.sec03 .text_box04 .nambar04{
    width: 20.2rem;
    position: absolute;
    z-index: 0;
    top: -31.3rem;
    left: -3rem;
}


@media screen and (max-width: 1366px){
    /*PC小*/
    .sec03 .text_box04 .nambar04 {
        width: 16.7rem;
        top: -25.9rem;
        left: 4rem;
    }
    .sec03 .text_box04 .outer {
        position: relative;
        z-index: 1;
        background-color: #fff;
        width: 90rem;
        min-height: 21.3rem;
        border: 10px solid #000;
        box-sizing: border-box;
        margin: 0 auto;
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 3.5rem;
        margin-bottom: 10rem;
    }
    .sec03 .text_box04 .midashi01 {
        width: 85rem;
        position: absolute;
        z-index: 2;
        top: -22.5rem;
        left: 12.5rem;
    }
    .sec03 .text_box04 .midashi02 {
        width: 39.3rem;
        position: absolute;
        z-index: 2;
        top: 5rem;
        right: -9rem;
    }
    
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    
    .sec03 .text_box04{
        width: 95%;
    }
    
    .sec03 .text_box04 .nambar04 {
        width: 12.7rem;
        top: -19.9rem;
        left: 0;
    }
    .sec03 .text_box04 .midashi01 {
        width: 72rem;
        position: absolute;
        z-index: 2;
        top: -19.5rem;
        left: 6.5rem;
    }
    .sec03 .text_box04 .outer {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        width: 78rem;
        min-height: 21.3rem;
        padding-top: 5rem;
        padding-bottom: 3rem;
        padding-left: 2rem;
        margin-bottom: 10rem;
    }
    .sec03 .text_box04 .text_box04_01 {
        width: 36rem;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .sec03 .text_box04 .midashi02 {
        width: 36.3rem;
        position: absolute;
        z-index: 2;
        top: 9rem;
        right: 0;
    }
    
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec03 .text_box04 {
        position: relative;
        width: 100%;
        min-height: 83rem;
        margin: 0 auto;
    }
    .sec03 .text_box04 .nambar04 {
        width: 11rem;
        position: absolute;
        z-index: 1;
        top: -17.2rem;
        left: 3rem;
    }
    .sec03 .text_box04 .midashi01 {
        width: 62rem;
        position: absolute;
        z-index: 2;
        top: -16.5rem;
        left: 9.5rem;
    }
    .sec03 .text_box04 .outer {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        width: 46rem;
        left: 70px;
        min-height: 21.3rem;
        padding-top: 5rem;
        padding-bottom: 3rem;
        padding-left: 2rem;
        margin-bottom: 10rem;
    }
    .sec03 .text_box04 .text_box04_01 {
        width: 75%;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .sec03 .text_box04 .midashi02 {
        width: 29.3rem;
        position: absolute;
        z-index: 2;
        top: 9rem;
        right: 4rem;
    }
}/*タブレット*/








/*------------------------------------------------------*/


.sec03 .text_box05{
    position: relative;
    width: 104rem;
    min-height: 35rem;
    margin: 0 auto;
}
.sec03 .text_box05 .outer{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 104rem;
    border: 10px solid #000;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2.5rem 4rem;
}
.sec03 .text_box05 .outer .text_box04_01{
    width: 43vw;
    
}

.sec03 .text_box05 .midashi01{
    width: 91rem;
    position: absolute;
    z-index: 2;
    top: -28rem;
    left: 8rem;
}

.sec03 .text_box05 .nambar05{
    width: 19.6rem;
    position: absolute;
    z-index: 0;
    top: -31.3rem;
    left: -2rem;
}
.sec03 .text_box05 .midashi02{
    width: 30.5rem;
    position: absolute;
    z-index: 1;
    top: -10vw;
    right: -8vw;
}
.sec03 iframe{
    width: 872px;
    display: block;
    margin: 0 auto;
}
.sec03 .bg_sankaku{
    margin-top: 6rem;
    width: 100%;
    
} 

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec03 .text_box05{
        min-height: 37vw;
    }
    
    .sec03 .text_box05 .nambar05 {
        width: 16.7rem;
        top: -27.9rem;
        left: 7rem;
    }
    .sec03 .text_box05 .outer {
         position: relative; 
        z-index: 1;
        background-color: #fff;
        width: 90rem;
        border: 10px solid #000;
        margin: 0 auto;
        padding: 2.5rem 4rem;
    }
    .sec03 .text_box05 .midashi01 {
        width: 85rem;
        top: -28.0rem;
        left: 19rem;
    }
    .sec03 .text_box05 .midashi02 {
        width: 30.5rem;
        position: absolute;
        z-index: 1;
        top: -7vw;
        right: -0.5rem;
    }
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec03 .text_box05{
        width: 95%;
        min-height: 70vw;
    }
    
    
    
    .sec03 .text_box05 .nambar05 {
        width: 12.7rem;
        top: -19.9rem;
        left: 0;
    }
    .sec03 .text_box05 .midashi01 {
        width: 69rem;
        top: -20rem;
        left: 7rem;
    }
    .sec03 .text_box05 .outer {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        width: 100%;
        border: 10px solid #000;
        margin: 0 auto;
        padding: 2.5rem 2rem;
    }
    .sec03 .text_box05 .midashi02 {
        width: 30.5rem;
        position: absolute;
        z-index: 1;
        top: -5vw;
        right: 3.5rem;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec03 .text_box05 {
        position: relative;
        width: 100%;
        min-height: 58rem;
        margin: 0 auto;
    }
    .sec03 .text_box05 .nambar05 {
        width: 11rem;
        position: absolute;
        z-index: 1;
        top: -13.2rem;
        left: 3rem;
    }
    .sec03 .text_box05 .midashi01 {
        width: 57rem;
        top: -13rem;
        left: 9rem;
    }

    .sec03 .text_box05 .midashi02 {
        width: 30.5rem;
        position: absolute;
        z-index: 1;
        top: -5.5rem;
        right: 1.5rem;
    }
    .sec03 .text_box05 .outer {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        width: 90%;
        top: 56px;
        left: 35px;
        border: 10px solid #000;
        margin: 0 auto;
        padding: 2.5rem 2rem;
        
    }
    .sec03 iframe {
        width: 700px;
        height: 393.8px;
        display: block;
        margin: 0 auto;
    }
}/*タブレット*/


/* ---------------------------------------------------------- */


.sec04{
    position: relative;
    background-color: #fff;
    min-height: 746px;
    padding-top: 13.2rem;
}
.sec04 .midashi01{
    width: 100rem;
    margin: 0 auto;
    margin-bottom: 7rem;
}
.sec04 .outer{
    width: 95rem;
    margin: 0 auto;
}
.sec04 .midashi01_01{
    width: 78rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    float: right;
}
.sec04 .midashi01_02{
    width: 94.6rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    float: left;
}
.sec04 .midashi01_03{
    width: 84.3rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    float: right;
}
.sec04 .midashi01_04{
    width: 67.6rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    float: left;
}
.sec04 .midashi01_05{
    width: 96.4rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    float: right;
}
.sec04 .midashi01_06{
    width: 85.6rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    float: left;
}
.sec04 .midashi01_07{
    width: 91.4rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    float: right;
}
@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec04 .midashi01{
        width: 95%;
    }
    .sec04 .outer{
        width: 95%;
    }
    .sec04 .midashi01_01{
        width: 95%;
    }
    .sec04 .midashi01_02{
        width: 95%;
    }
    .sec04 .midashi01_03{
        width: 95%;
    }
    .sec04 .midashi01_04{
        width: 95%;
    }
    .sec04 .midashi01_05{
        width: 95%;
    }
    .sec04 .midashi01_06{
        width: 95%;
    }
    .sec04 .midashi01_07{
        width: 95%;
    }

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    
    .sec04 .outer {
        width: 96%;
        margin: 0 auto;
    }
    .sec04 .midashi01 {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 7rem;
    }
    .sec04 .midashi01_01 {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 7rem;

    }
    .sec04 .midashi01_02 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 7rem;

    }
    .sec04 .midashi01_03 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 7rem;

    }
    .sec04 .midashi01_04 {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 7rem;

    }
    .sec04 .midashi01_05 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 7rem;

    }
    .sec04 .midashi01_06 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 7rem;

    }
    .sec04 .midashi01_07 {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 7rem;

    }


}/*タブレット*/


/* ---------------------------------------------------------- */
.sec05{
    position: relative;
    margin-top: 17.4rem;
    min-height: 80rem;
    
}
.sec05 .dakara{
    position: absolute;
    width: 29.8rem;
    top: -12.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sec05 .bg_sankaku{
    position: absolute;
    bottom: -18.4rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;   
}

@media screen and (max-width: 1366px){
    /*PC小*/
    
    .sec05 .bg_sankaku {
        bottom: 8.6rem;
    }
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec05 {
        position: relative;
        margin-top: 17.4rem;
        min-height: 63rem;
    }

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec05 {
        position: relative;
        margin-top: 17.4rem;
        min-height: 46rem;
    }
    .sec05 .dakara {
        position: absolute;
        width: 23.8rem;
        top: -12.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}/*タブレット*/




/* ---------------------------------------------------------- */

.sec06{
    padding-top: 22.5rem;
    margin-bottom: 15rem;
}
.sec06 .midashi01_01{
    width: 25rem;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.sec06 .midashi01_02{
    width: 93rem;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.sec06 .content_01{
    width: 103.5rem;
    margin: 0 auto;
    margin-bottom: 5.4rem;
}
.sec06 .midashi01_03{
    width: 102.1rem;
    margin: 0 auto;

}

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec06{
        padding-top: 0;
        margin-bottom: 15rem;
        margin-top: -5rem;
    } 
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec06 .content_01 {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 5.4rem;
    }
    .sec06 .midashi01_03 {
        width: 96%;
        margin: 0 auto;
    }

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    
    .sec06 .midashi01_02 {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 5rem;
    }
}/*タブレット*/

/* ---------------------------------------------------------- */
.sec07{
    padding-top: 27rem;
    position: relative;
    background-image: url(../img/bg_03.jpg);
    min-height: 746px;
    background-repeat: repeat-y;
    background-size: 100%;
    padding-bottom: 15rem;
}
.sec07 .midashi01{
    position: absolute;
    top: -13rem;
    width: 100%;
}

.sec07 .comment_box{
    width: 96rem;
    margin: 0 auto;
    margin-bottom: 5rem;
    background-color: #fff;
    border-left: 0.7rem solid #6ac4c6;
    border-right: 0.7rem solid #6ac4c6;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.sec07 .comment_box:last-child{
    margin-bottom: 0rem;
}
.sec07 .comment_box .inner{
    padding: 7rem 4.5rem;
}

.comment_box::before,
.comment_box::after{
    content: "";
    display: block;
    height: 0.7rem;
    background: linear-gradient(to right, #6ac4c6 0%, #a3dbdc 50%,#6ac4c6 100%);
}
.sec07 .tyuusyaku{
    text-align: right;
    margin: 0 0 0 0;
}

.sec07 .comment_box .introduction_box{
    display: flex;
    margin-bottom: 0;
}
.sec07 .comment_box .introduction_box .col01{
    width: 50%;
    margin-right: 5%;
}
.sec07 .comment_box .introduction_box .col02{
    width: 45%;
}
.sec07 .comment_box .introduction_box .col01 h4{
    font-size: 3.8rem;
    line-height: 1.5;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.sec07 .comment_box .introduction_box .col01 p{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.sec07 .comment_box .inner .question{
    font-size: 2.3rem;
    line-height: 1.6;
    color: #fff;
    box-sizing: border-box;
    padding: 1.5rem 3rem;
    
    
    background: rgb(103,194,196);
    background: -moz-linear-gradient(90deg, rgba(103,194,196,1) 0%, rgba(78,146,148,1) 50%, rgba(103,194,196,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(103,194,196,1) 0%, rgba(78,146,148,1) 50%, rgba(103,194,196,1) 100%);
    background: linear-gradient(90deg, rgba(103,194,196,1) 0%, rgba(78,146,148,1) 50%, rgba(103,194,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67c2c4",endColorstr="#67c2c4",GradientType=1);

}
.sec07 .comment_box .inner .answer{
    font-size: 2.3rem;
    padding: 2rem 3rem;
    line-height: 1.8;
    margin-bottom: 0;
}
.sec07 .comment_box .inner iframe{
    margin: 0 auto;
    display: block;
    
}
.sec07 .comment_box .inner video{
    margin: 0 auto;
    display: block;
    width: 83.2rem;
    height: 46.8rem;

}

@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec07 {
        padding-top: 15rem;
    }
    .sec07 .comment_box{
        width: 95%;
    }
    .sec07 .tyuusyaku{
        width: 95%;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    
    .sec07 .comment_box {
        width: 96%;
    }
    .sec07 .comment_box .inner video {
        margin: 0 auto;
        display: block;
        width: 96%;
        height: auto;
    }
}/*タブレット*/



/* ---------------------------------------------------------- */
.sec08{
    padding-top: 15rem;
    padding-bottom: 0.5rem;
    position: relative;
    background-color: #000;
    min-height: 746px;
    background-size: 100%;
}
.sec08 .midashi01{
    width: 87rem;
    margin: 0 auto;
    margin-bottom: 7rem;
}
.sec08 .text01{
    text-align: center;
    color: #fff;
    line-height: 2;
    font-size: 2.4rem;
    margin-bottom: 7rem;
}

.sec08 .before_after{
    width: 96rem;
    margin: 0 auto;
    margin-bottom: 7rem;
}
.sec08 .soshite{
    width: 30rem;
    margin: 0 auto;
    margin-bottom: 7rem;
}
.sec08 .sankaku_black{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.5rem;
    width: 25rem;
    margin: 0 auto;
}
@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec08 .midashi01 {
        width: 95%;

    }
    .sec08 .before_after {
        width: 95%;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec08 .midashi01 {
        width: 96%;

    }
    .sec08 .before_after {
        width: 96%;
    }
}/*タブレット*/




/* ---------------------------------------------------------- */

.sec09{
    padding-top: 15rem;
    padding-bottom: 0.5rem;
    position: relative;
    background-image: url(../img/sec9_bg.svg);
    min-height: 746px;
    background-repeat: repeat-y;
    background-size: 100%;
    
}
.sec09 .midashi01{
    width: 83rem;
    margin: 0 auto;
    margin-bottom: 13rem;
}
.sec09 .text01{
    width: 78rem;
    margin: 0 auto;
    text-align: center;
    color: #1a1a1a;
    line-height: 2.2;
    font-size: 2.4rem;
    margin-bottom: 7rem;
}
.sec09 .text01 span{
    color: #348bb5;
    font-size: 3.2rem;
}
.sec09 .support{
    width: 78rem;
    margin: 0 auto;
    margin-bottom: 9rem;
}
.sec09 .sarani{
    width: 30rem;
    margin: 0 auto;
    margin-bottom: 13rem;
}

@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec09 .midashi01 {
        width: 95%;

    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec09 .midashi01 {
        width: 96%;

    }
    .sec09 .text01 {
        width: 96%;
    }
    .sec09 .support {
        width: 96%;
    }
}/*タブレット*/




/* ---------------------------------------------------------- */

.sec10{
    position: relative;
    z-index: 3;
    padding-top: 15rem;
    min-height: 1000px;
    
    background: rgb(230,230,230);
    background: -moz-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(254,254,254,1) 50%, rgba(230,230,230,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(254,254,254,1) 50%, rgba(230,230,230,1) 100%);
    background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(254,254,254,1) 50%, rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#e6e6e6",GradientType=1);
    

}
.sec10 .bg01{
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0px;
    
}
.sec10 .bg02{
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 300px;
    background: #000;

}
.sec10 .midashi01{
    position: relative;
    z-index: 3;
    width: 72rem;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.sec10 .text01{
    position: relative;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 2.2;
    font-size: 2rem;
    margin-bottom: 7rem;
}

.sec10 .how_to_box{
    position: relative;
    z-index: 3;
    width: 96rem;
    margin: 0 auto;
    margin-bottom: 5rem;
    background-color: #fff;
    border-left: 1rem solid #ecad00;
    border-right: 1rem solid #ecad00;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    
    
    
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.sec10 .how_to_box:last-child{
    margin-bottom: 0rem;
}
.sec10 .how_to_box .inner{
    padding: 7rem 4.5rem;
}

.sec10 .how_to_box::before,
.sec10 .how_to_box::after{
    content: "";
    display: block;
    height: 1rem;
    background: linear-gradient(to right, #ecad00 0%, #f0ea4c 50%,#ecad00 100%);
}

.sec10 .midashi02{
    width: 72rem;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.sec10 video{
    display: block;
    width: 73.6rem;
    height: 41.4rem;
    margin: 0 auto;
}

/*sec11コメントアウト時*/

.sec10{
    background: #fff;
    margin-bottom: 265px;
}




@media screen and (max-width: 1366px){
    /*PC小*/
 
    .sec10 .bg02 {
        height: 465px;
    }
    .sec10 .bg01 {
        top: 445px;
    }
    /*sec11コメントアウト時*/
    .sec10{
        margin-bottom: 175px;
    }
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec10{
        margin-bottom: 250px;
    }
    .sec10 .bg02 {
        height: 1000px;
    }
    .sec10 .bg01 {
        top: 955px;
    }
    .sec10 .how_to_box{
        width: 95%;
    }
    .sec10 .midashi02 {
        width: 95%;
    }
    .sec10 video {
        display: block;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .sec10 .video-wrap {
        position: relative;
        width: 100%;
    }
    .sec10 .video-wrap:before {
        content:"";
        display: block;
        padding-top: 56.25%;
    }
    .sec10 .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec10 .bg02 {
        height: 890px;
    }
    .sec10 .bg01 {
        top: 865px;
    }
    .sec10 .how_to_box {
        position: relative;
        z-index: 3;
        width: 96%;
        margin: 0 auto;
        margin-bottom: 5rem;

    }
    .sec10 .midashi02 {
        width: 96%;
    }
    .sec10 video {
        display: block;
        width: 96%;
        height: auto;
        margin: 0 auto;
    }
    .sec10 .video-wrap {
        position: relative;
        width: 100%;
    }
    .sec10 .video-wrap:before {
        content:"";
        display: block;
        padding-top: 56.25%;
    }
    .sec10 .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
}/*タブレット*/









/* ---------------------------------------------------------- */


.sec11{
    position: relative;
    z-index: 1;
    padding-top: 40rem;
    min-height: 1000px;
    
    
    background: rgb(230,230,230);
    background: -moz-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(254,254,254,1) 50%, rgba(230,230,230,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(254,254,254,1) 50%, rgba(230,230,230,1) 100%);
    background: linear-gradient(90deg, rgba(230,230,230,1) 0%, rgba(254,254,254,1) 50%, rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#e6e6e6",GradientType=1);
}

.sec11 .catch01{
    width: 88rem;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.sec11 .catch02{
    width: 96rem;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.sec11 .catch03{
    width: 95rem;
    margin: 0 auto;
    margin-bottom: -3rem;
}
.sec11 .catch04{
    width: 97rem;
    margin: 0 auto;
}

.sec11 .box_01{
    position: relative;
    z-index: 1;
    padding-top: 10rem;
    padding-bottom: 15rem;
    background: #fff;
}
.sec11 .box_01 .kazari01{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: -4rem;
}

.sec11 .box_01 .kazari01{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    bottom: -4rem;
}
.sec11 .box_01 .kazari02{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    bottom: 0rem;
}
.sec11 .box_01 .catch05{
    width: 84rem;
    margin: 0 auto;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec11 {
        padding-top: 30rem;
    }
    .sec11 .box_01 .kazari01{

        top: -3rem;
    }
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/

}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    
    .sec11 .catch01 {
        width: 96%;
    }
    .sec11 .catch02 {
        width: 96%;
    }
    .sec11 .catch03 {
        width: 96%;
    }
    .sec11 .catch04 {
        width: 96%;
    }
    .sec11 .box_01 .catch05 {
        width: 96%;
    }
}/*タブレット*/




/* ---------------------------------------------------------- */

.sec12{
    position: relative;
    z-index: 1;
    padding-top: 6.5rem;
    min-height: 1000px;
    background: #fff;
}
.sec12 .midashi01{
    width: 159rem;
    margin: 0 auto;
    margin-bottom: 10rem;
}
.sec12 .line{
    width: 96rem;
    margin: 0 auto;
}
.sec12 .point01{
    width: 96rem;
    margin: 0 auto;
}
.sec12 .catch01{
    width: 92rem;
    margin: 0 auto;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    
    .sec12 .midashi01 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10rem;
    }
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec12 .line {
        width: 95%;
        margin: 0 auto;
    }
    .sec12 .catch01 {
        width: 95%;
        margin: 0 auto;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec12 .line {
        width: 96%;
        margin: 0 auto;
    }
    .sec12 .catch01 {
        width: 96%;
        margin: 0 auto;
    }
}/*タブレット*/





/* ---------------------------------------------------------- */


.sec13{
    position: relative;
    z-index: 1;
    padding-top: 6.5rem;
    min-height: 225rem;
    background: #fff;
    
    
}
.sec13 .midashi01{
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10rem;
    z-index: 3;
}
.sec13 .sec13_bg01{
    width: 100%;
    position: absolute;
    top: 19rem;
    z-index: 1;
}
.sec13 .sec13_bg02{
    width: 100%;
    height: 100rem;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-image: url(../img/sec13_bg02.png);
    background-repeat: repeat-y;
    background-size: 100%;
}



.sec13 .text_box01{
    width: 90rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 108rem;
    left: 50rem; 
    z-index: 4;
    padding: 3.5rem 4.5rem;
}
.sec13 .text_box01 p{
    color: #fff;
    line-height: 2;
    font: 1.8rem;
}
.sec13 .text_box01 .video{
    width:100%;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
}
.sec13 .text_box01 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    .sec13 {
        padding-top: 8.5rem;
        min-height: 200rem;
    }
    .sec13 .sec13_bg01 {
        top: 16rem;
    }
    .sec13 .text_box01 {
        top: 80rem;
        left: 35rem;
    }
    
    
    .sec13 .sec13_bg03{
        width: 100%;
        height: 790px;
        position: absolute;
        z-index: 0;
        background-image: url(../img/sp_sec13_bg02.png);
        background-size: 100%;
        background-repeat: no-repeat;
        bottom: 35px;
        background-position: bottom;
    }
    
    
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec13 {
        padding-top: 10.5rem;
        min-height: 184rem;
    }
    .sec13 .text_box01 {
        top: 65rem;
        left: 0;
        width: 95%;
    }
    .sec13 .sec13_bg03 {
        width: 100%;
        height: 860px;
        position: absolute;
        z-index: 0;
        background-image: url(../img/sp_sec13_bg02.png);
        background-size: 100%;
        background-repeat: no-repeat;
        bottom: 35px;
        background-position: bottom;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec13 {
        padding-top: 11.5rem;
        min-height: 173rem;
    }
    .sec13 .text_box01 {
        width: 90%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 54rem;
        left: 4rem;
        z-index: 4;
        padding: 3.5rem 4.5rem;
    }
}/*タブレット*/




.video {
    margin-bottom: 6rem;
}



/* ---------------------------------------------------------- */

.sec14{
    position: relative;
    z-index: 1;
    min-height: 225rem;
    padding-bottom: 5.5rem;
    margin-top: 10rem;
}
.sec14 .midashi01{
    width: 100%;
}
.sec14 .midashi02{
    width: 90rem;
    margin: 0 auto;
    margin-bottom: 9.5rem;
}
.contact_btn01{
    display: block;
    width: 65.8rem;
    margin: 0 auto;
}
.contact_btn01:hover{
    opacity: 0.5;
}


@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec14 .midashi02 {
        width: 95%;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    
    .sec14 {
        min-height: 185rem;
        padding-bottom: 5.5rem;
    }
    .sec14 .midashi02 {
        width: 96%;
    }
}/*タブレット*/

/* ---------------------------------------------------------- */

.rental1 {
}
.rental1 a {
    text-align: center;
    margin: -150px 35% 50px 35%; 
    width: 30%;
    display: block;
}
.rental1 a:hover {
    opacity: 0.8;
}
/* ---------------------------------------------------------- */

.sec15{
    position: relative;
    z-index: 1;
    padding-top: 8.5rem;
    padding-bottom: 10rem;

    background: rgb(255,249,220);
    background: -moz-linear-gradient(90deg, rgba(255,249,220,1) 0%, rgba(255,255,255,1) 50%, rgba(255,249,220,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,249,220,1) 0%, rgba(255,255,255,1) 50%, rgba(255,249,220,1) 100%);
    background: linear-gradient(90deg, rgba(255,249,220,1) 0%, rgba(255,255,255,1) 50%, rgba(255,249,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9dc",endColorstr="#fff9dc",GradientType=1);
    
}

.sec15 .box01{
    border: 1.5rem solid #000;
    background-color: #fff;
    width: 101rem;
    margin: 0 auto;
}
.sec15 .box01 .inner{
    padding: 8rem 8rem;
}
.sec15 .box01 h3{
    background-color: #000;
    color: #fff;
    font-size: 5rem;
    text-align: center;
    font-weight: bold;
}
.sec15 .text_box01{
    position: relative;
    border-bottom: 1px solid #000;
}
.sec15 .text_box02{
    position: relative;
    border-bottom: 1px solid #000;
    padding-top: 3.5rem;
}
.sec15 .text_box03{
    position: relative;
    padding-top: 3.5rem;

}
.sec15 .text_box01 .icon01{
    position: absolute;
    top:0;
    left: -4rem;
    width: 6rem;
}
.sec15 .text_box02 .icon01{
    position: absolute;
    top: 3.5rem;
    left: -4rem;
    width: 6rem;
}
.sec15 .text_box03 .icon01{
    position: absolute;
    top: 3.5rem;
    left: -4rem;
    width: 6rem;
}
.sec15 .box01 h4{
    font-size: 2.6rem;
    padding-left: 4rem;
    font-weight: bold;

}
.sec15 .box01 p{
    font-size: 1.8rem;
    padding-left: 4rem;

}

@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec15 .box01 {
        border: 1.5rem solid #000;
        background-color: #fff;
        width: 96%;
        margin: 0 auto;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
}/*タブレット*/


/* ---------------------------------------------------------- */

.sec16{
    position: relative;
    z-index: 1;
    padding-top: 8.5rem;
    padding-bottom: 10rem;
    background-color: #fff;

}
.sec16 .box01{
    border: 1.5rem solid #000;
    background-color: #fff;
    width: 101rem;
    margin: 0 auto;
}
.sec16 .box01 .inner{
    padding: 8rem 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec16 .box01 .inner .box02{
    width: 31%;
}
.sec16 .box01 h3{
    background-color: #000;
    color: #fff;
    font-size: 5rem;
    text-align: center;
    font-weight: bold;

}

.sec16 .box01 .inner .box02 h4{
    margin-bottom: 2rem;
}


.sec16 .box01 .inner .box02 p{
    line-height: 2;
    padding: 0 1rem;
}



@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec16 .box01 {
        border: 1.5rem solid #000;
        background-color: #fff;
        width: 96%;
        margin: 0 auto;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
}/*タブレット*/




/* お問い合わせ
---------------------------------------------------------- */

.sec17{
    position: relative;
    padding-top: 1rem;
    padding-bottom: 10rem;
    border-top:1px solid #000;
    

}
.sec17 .midashi01 h3{
    text-align: center;
    font-weight: bold;
    font-size: 5rem;

}
.sec17 .midashi01 p{
    text-align: center;
    font-size: 3.2rem;
    margin-top: -5rem;

}
.sec17 .text01{
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 6rem;
}
.sec17 .text01 span {
    font-size: 3rem;
    font-weight: bold;
}
.sec17 .btn_box{
    width: 88rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11rem;
}
.sec17 .btn_box a{
    display: block;
    width: 48%;
}
.sec17 .btn_box a:hover{
    opacity: 0.5;
}



form#mailformpro{
    width: 88rem;
    margin: 0 auto;
}
dl.mailform{
    margin-bottom: 5rem;
}

form#mailformpro dl dt {
    position: relative;
    width: 20%;
}

form#mailformpro dl dd {
    position: relative;
    width: 80%;
}
.mfp_element_submit, .mfp_element_reset {
    background-color: #ec1c24;
    background-size: 10%;
    color: #fff;
    padding: 2rem;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    transition: .5s;
}
.mfp_element_submit:hover{
    background-color: #ec1c24;
    opacity: 0.5;
}
.mfp_element_all, .mfp_element_email {
    font-size: 1.6rem;
}
form#mailformpro dl dd textarea {
    font-size: 1.6rem;
}
.mfp_col5 select{
    max-width: 100% !important;
    
}
.mfp_col5 select option{
    max-width: 100% !important;
    
}


@media screen and (max-width: 1366px){
    /*PC小*/
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    .sec17 .btn_box {
        width: 95%;
    }
    form#mailformpro {
        width: 95%;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .sec17 .btn_box {
        width: 96%;
    }
    form#mailformpro {
        width: 96%;
    }
}/*タブレット*/





/* footer
---------------------------------------------------------- */
footer{
    border-top:1px solid #000;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 6rem;
}
footer #address{

}




/*サンクスページ
------------------------------------------------------
*/
#thanks{
    min-height: 100vh;
    padding-top: 10rem;
    box-sizing: border-box;
}
#thanks a{
    color: #000;
}
#thanks #header02{
    width: 47rem;
    margin: 0 auto;
}
.thanks_box{
    width: 47rem;
    margin: 0 auto;
}

#thanks h2{
    padding-top: 50px;
    font-size: 2.5rem;
    margin-bottom: -5px;

}
#thanks .sub_contents p{
    font-size: 2.5rem;
}
#thanks footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#thanks #pagetop{
    display: none;
}

@media screen and (max-width: 1366px){
    /*PC小*/
    #thanks footer{
        position: relative;
        bottom: 0;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .thanks_box {
        padding-bottom: 80px;
    }
    
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    #thanks footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    #thanks footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}/*タブレット*/





/*
------------------------------------------------------
*/
/*pagetop*/
#pagetop {
    position: fixed;
    right: 1rem;
    bottom: -1rem;
    transition: .5s;
    width: 2.5%;
    z-index: 99;
}
#pagetop :hover{
    opacity: 0.5;
}
@media screen and (max-width: 1366px){
    /*PC小*/
    #pagetop {
        width: 3.0%;
        bottom: -1rem;
    }
}/*PC小*/

@media screen and (max-width: 1024px){
    /*タブレット大*/
    #pagetop {
        width: 5.0%;
        bottom: -1rem;
    }
}/*タブレット大*/

@media screen and (max-width: 768px){
    /*タブレット*/
    .nav_bar{
        padding: 1.2rem 55px;
    }
    #pagetop {
        width: 5.0%;
        bottom: -1rem;
    }
}/*タブレット*/
