@charset "UTF-8";
/* CSS Document */
/*.clearfix:after {
 content: " ";
 height: 0;
 clear: both;
 visibility: hidden;
}*/

@font-face {
    font-family: 'AVE-HEV';
    src: url('../fonts/Avenir-Heavy-05.woff2');
}
@font-face {
    font-family: 'AVE-BLK';
    src: url('../fonts/Avenir-Black-03.woff2');
}
@font-face {
    font-family: 'FAK';
    src: url('../fonts/Faktos.woff');
}
@font-face {
    font-family: 'NOTO';
    src: url('../fonts/NotoSansJP-Regular.woff2');
}
@font-face {
    font-family: 'NOTO-MDI';
    src: url('../fonts/NotoSansJP-Medium.woff2');
}
@font-face {
    font-family: 'NOTO-BLD';
    src: url('../fonts/NotoSansJP-Bold.woff2');
}
@font-face {
    font-family: 'NOTO-BLK';
    src: url('../fonts/NotoSansJP-Black.woff2');
}
/ ＊Hides from IE-mac \＊/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

    header {
        display: block;
        unicode-bidi: isolate;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
    display: block;
    margin: 0px;
}

    tr {
        display: inline-block;
        vertical-align: top;
        border-color: inherit;
    }

    tbody {
        margin: 0px auto;
        width: 100%;
        display: block;
        vertical-align: middle;
        border-color: inherit;
    }

    h1 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: unset;
    }

    h2 {
        font-weight: unset;
    }

    h3 {
        font-weight: unset;
    }

    h4 {
        font-weight: unset;
    }

    h5 {
        font-weight: unset;
    }

    h6 {
        font-weight: unset;
    }

    a {
        text-decoration: none;
    }

        #ppp{
            position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
            height: 100vh;/*高さを全画面にあわせる*/
        } 

        #pppp {
            position: fixed;
            z-index: -1;
            top: 98px;
            right: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            background-color: #2c3ae1;
        }

        #ppppp {
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            /* height: 56.25vw; */
            /* min-height: 100%; */
            /* min-width: 100%; */
        }

        @media screen and (min-width: 1500px) {
          #ppppp {
                position: absolute;
                z-index: -1;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 75%;
                /* height: 56.25vw; */
                /* min-height: 100%; */
                /* min-width: 100%; */
            }
        }


            /*========= レイアウトのためのCSS ===============*/

    #pppppp {
        position: relative;
        width: 100%;
        background: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px -50px 0px;
        text-align: center;
        background-image: url(./bg.jpg);
        background-size: 100%;
        background-position: top;
        background-repeat: repeat;
    }

    #page-top {
        position: fixed;
        bottom: 75px;
        right: 6%;
        z-index: 99;
    }
    #page-top a {
        background-image: url(./img5-2_2.png);
        /*english*/
        /*background-image: url(./img5-3.png);*/
        background-size: 100%;
        background-repeat: no-repeat;
        width: 227px;
        height: 82px;
        padding: 0.1px 0px;
        display: block;
        opacity: 1;
        transition: all .3s ease;
    }
    #page-top a:hover {
      text-decoration: none;
      opacity: .5;
    }

/*   humburger   */
    .mainView{
      width: 100vw;
    }
    /*ハンバーガーボタン*/
    .el_humburger {
      position: absolute;
      top: 140px;
      right: 60px;
      width: 46px;
      height: 25px;
      padding-top: 1px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 0px;
      z-index: 20;
      cursor: pointer;
      pointer-events: auto;
      color: #000;
      text-align: center;
    }

    .js_humburgerOpen .el_humburger {
      position: fixed;
      top: 140px;
      right: 60px;
      width: 46px;
      height: 25px;
      padding-top: 1px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 0px;
      z-index: 20;
      cursor: pointer;
      pointer-events: auto;
      color: #000;
      text-align: center;
    }
     
    @media screen and (max-width: 840px) {

      .el_humburger {
        position: absolute;
        display: block;
        right: 0;
        top: 120px;
        padding-top: 20px;
        width: 70px;
        height: 70px;
    }

       .js_humburgerOpen .el_humburger {
    position: fixed;
    top: 120px;
    right: 20px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}

      #factory .el_humburger {
          display: none; 
      }
    }
     
    .el_humburger_wrapper {
      margin-bottom: 5px;
      width: 42px;
      display: inline-block; }
     
    @media screen and (max-width: 840px) {
      .el_humburger_wrapper {
        margin-bottom: 5px;
        width: 30px; } }
     
    .el_humburger_text {
      font-size: 12px;
      letter-spacing: 0.1em;
      font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
     
    .js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
      display: none; }
     
    .el_humburger_text.el_humburger_text__close {
      display: none; }
     
    .js_humburgerOpen .el_humburger_text.el_humburger_text__close {
      display: block; }
     
    @media screen and (max-width: 840px) {
      .el_humburger_text {
        font-size: 10px;
        padding-top: 2px; } }
     
    @media screen and (max-width: 840px) {
      .el_humburger_text svg path {
        -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        fill: #000; } }
     
    @media screen and (max-width: 840px) {
      .js_humburgerOpen .el_humburger_text svg path {
        fill: #000; } }
     
    .el_humburger span.el_humburger_bar {
        display: block;
        margin: 0px auto 9px 0px;
        height: 1px;
        background: #fff;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
     
    .el_humburger span.el_humburger_bar:last-child {
      margin-bottom: 0; }
     
    .js_humburgerOpen .el_humburger span.el_humburger_bar {
      background: #000; }
     
    @media screen and (max-width: 840px) {
      .el_humburger span.el_humburger_bar {
        left: 0;
        top: 0;
        background: #fff; } 
    }

    .js_humburgerClose .el_humburger span.el_humburger_bar.top {
        width: 100%;
  }
     
    .js_humburgerClose .el_humburger span.el_humburger_bar.middle {
        width: 100%;
  }
     
    .js_humburgerClose .el_humburger span.el_humburger_bar.bottom {
        width: 100%;
  }
     
    .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
        width: 100%;
      -webkit-transform: translateY(9px) rotate(-45deg);
      -ms-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg); }
     
    .js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
      opacity: 0; }
     
    .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
            width: 100%;
      -webkit-transform: translateY(-11px) rotate(45deg);
      -ms-transform: translateY(-11px) rotate(45deg);
      transform: translateY(-11px) rotate(45deg); }
     
    .el_humburgerButton.el_humburgerButton__close {
      top: 2%;
      right: 2%; }
     
    .el_humburgerButton__close span.el_humburger_bar {
      display: block;
      width: 35px;
      margin: 0 auto;
      height: 4px;
      background: #000; }
     
    .el_humburgerButton__close span.el_humburger_bar.top {
      -webkit-transform: translateY(5px) rotate(-45deg);
      -ms-transform: translateY(5px) rotate(-45deg);
      transform: translateY(5px) rotate(-45deg); }
     
    .el_humburgerButton__close span.el_humburger_bar.bottom {
      -webkit-transform: translateY(-6px) rotate(45deg);
      -ms-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg); }
     
    .navi {
        position: fixed;
        will-change: transform;
        right: 0;
        height: 100%;
        background-color: #fff;
        width: 0px;
        z-index: 3;
        padding-top: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 600ms ease-out;
        -o-transition: all 600ms ease-out;
        transition: all 600ms ease-out;
        transform: translateZ(0) translateX(0%);
        overflow: auto;
    }

      .js_humburgerOpen .navi {
            width: 400px;
            /*transform: translateZ(0) translateX(0%);*/ 
        }

@media screen and (max-width: 840px) {

        .navi {
            padding: 73px 0% 0px 0px;
        }
        .js_humburgerOpen .navi {
            width: 90%;
        }

    }
     
    .navi_item {
        opacity: 1;
        position: relative;
        font-size: 20px;
        font-family: 'AVE-HEV';
        white-space: nowrap;
        margin: 0px auto 28px 0px;
        text-align: left;
        color: #111111;
    }
    .navi_item:hover {
        opacity: 0.5;
        position: relative;
        font-size: 20px;
        font-family: 'AVE-HEV';
        white-space: nowrap;
        margin: 0px auto 28px 0px;
        text-align: left;
        color: #111111;
        transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .navi_item a{
        text-decoration: none;
        color: #111111;
    }
    .navi_item.op_innerLink {
        cursor: pointer; 
    }
    @media screen and (max-width: 840px) {
        
        .navi_item {
            opacity: 1;
            position: relative;
            font-size: 16px;
            line-height: 27px;
            font-family: 'AVE-HEV';
            white-space: nowrap;
            margin: 0px auto 5px 0px;
            text-align: left;
            color: #111111;
        }
        .navi_item:hover {
            opacity: 0.5;
            position: relative;
            font-size: 16px;
            line-height: 27px;
            font-family: 'AVE-HEV';
            white-space: nowrap;
            margin: 0px auto 5px 0px;
            text-align: left;
            color: #111111;
            transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        }
    }
/*   humburger   */

    .navi_inner {
        width: 300px;
        margin: 0px auto;
    }
    
    .navi-box {
        width: 300px;
        position: relative;
        margin: 0px auto;
    }
    .navi-box-2 {
        position: absolute;
        top: -74px;
        left: 0px;
        width: 180px;
    }
    .navi-box-2 img{
        width: 100%;
    }

    .navi-box-3 {
        text-align: right;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(0%, -50%);
        width: 40%;
    }
    .navi-box-3:hover {
        text-align: right;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translate(0%, -50%);
        width: 40%;
        transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .navi-box-3 img{
        width: 8px;
        margin: 0px 0px 0px auto;
    }



    .slide-box-1 {
      width: 900px;
      margin: 0px auto 132px auto;
    }

    .slide-box-2 {
      display: none;
      width: 85%;
      margin: 0px auto 60px auto;
    }

    .hidden-1 {
        visibility: hidden;
        display: inline-block;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }

    .text-box-0 {
        position: absolute;
        top: 35px;
        left: 0px;
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }

    .text-box-1 {
        width: 750px;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-1-2 {
        width: 900px;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .text-box-1-2-2 {
        width: 100%;
        margin: 35px auto 70px auto;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .text-box-1-2-2-2 {
        width: 750px;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .text-box-1-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 900px;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-3 {
        width: 900px;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-3-2 {
        width: 100%;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-4 {
        width: 750px;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px;
    }

    .text-box-5 {
        width: 750px;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px;
    }

    .text-box-6 {
        width: 750px;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px;
    }

    .text-box-7 {
        width: 750px;
        margin: 0px auto 0px auto;
        padding: 0px 0px;
    }

    .text-box-8 {
        width: 900px;
        border-radius: 10px;
        margin: 0px auto 100px auto;
        text-align: center;
        padding: 60px 0px;
        background-color: #fff;
        border: 5px solid #111111;
    }

    .text-box-8-2 {
        width: 900px;
        margin: 0px auto 100px auto;
        text-align: center;
        padding: 0px 0px;
    }

/*border*/
    .border-1 {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        margin: 0px auto 50px auto;
        text-align: center;
    }
    .border-1-2 {
        width: 900px;
        border-bottom: 1px solid #023A94;
        margin: 0px auto 66px auto;
        text-align: center;
    }
    .border-2 {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .border-3 {
        width: 100%;
        border-bottom: 1px solid #023A94;
        margin: 0px auto 50px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
    }
/*main*/

/*article*/
    .lp-contents {
    	width: 100%;
    	margin: 0 auto;
    	text-align: center;
    }
/*article*/

/*section*/
    .fv-section {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }

    .fv-section-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0px 0.1px 0px;
    }
    .fv-section-3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0px 100px 0px;
        background-color: #2A3BE1;
    }
    .fv-section-4 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0px 50px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
    }
    .item-section-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0px 100px 0px;
        background-color: #2A3BE1;
    }
    .item-section-3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0px 0px 0px;
    }
    .item-section-4 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0px 100px 0px;
        background-color: #2A3BE1;
    }
    .item-section-5 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 50px 0px 0.1px 0px;
    }
/*section*/

/*1200px*/
    .fv-img-box {
        width: 910px;
        margin: 0px auto;
        text-align: center;
    }
/*1200px*/

/*youtube*/
    #movie-section {
        width: 900px;
        text-align: center;
        margin: 0px auto 150px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 37%;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .tv__movie-pink {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 67.5%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

/*video*/
    .v-section {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

/*txt*/

    .lp-title-1 {
        font-family: 'NOTO-BLK';
        font-size: 55px;
        margin: 0px auto 20px auto;
        line-height: 80px;
        color: #2A3BE1;
        text-align: center;
        letter-spacing: 4.4px;
    }
    .lp-title-1-2 {
        font-family: 'FAK';
        font-size: 105px;
        margin: 0px auto 45px auto;
        line-height: 115px;
        color: #111111;
        text-align: center;
        letter-spacing: 5.2px;
    }
    .lp-title-1-2 span{
        font-family: 'NOTO-BLK';
        font-size: 47px;
        margin: 0px auto 20px auto;
        line-height: 69px;
        color: #111111;
        text-align: center;
        letter-spacing: 5.2px;
    }
    .lp-title-2 {
        font-family: 'FAK';
        font-size: 37px;
        margin: 0px auto 5px 0px;
        line-height: 64px;
        color: #2A3BE1;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2-2 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 10px 0px;
        line-height: 24px;
        color: #111111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-family: 'FAK';
        font-size: 25px;
        margin: 0px auto 0px auto;
        line-height: 50px;
        color: #2A3BE1;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 20px auto;
        line-height: 24px;
        color: #111111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 50px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
        color: #111111;
    }
    .lp-title-4-2 {
        font-family: 'FAK';
        font-size: 46px;
        margin: 0px auto 10px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
        color: #2A3BE1;
    }
    .lp-title-5 {
        font-family: 'FAK';
        font-size: 45px;
        margin: 0px auto 0px 0px;
        line-height: 93px;
        color: #FF8320;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-5-2 {
        font-family: 'FAK';
        font-size: 45px;
        margin: 0px auto 0px 0px;
        line-height: 93px;
        color: #FF8320;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-family: 'AVE-BLK';
        font-size: 28px;
        margin: 0px auto 20px auto;
        line-height: 40px;
        color: #111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-family: 'AVE-HEV';
        font-size: 20px;
        margin: 0px auto 0px 0px;
        line-height: 27px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 38px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt a{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 38px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt a:hover{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 38px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        letter-spacing: 0.64px;
    }
    .lp-txt-3 {
        font-family: 'AVE-HEV';
        font-size: 18px;
        margin: 10px auto 0px 0px;
        line-height: 30px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3 span{
        color: #111;
    }
    .lp-txt-4 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 0px 0px;
        line-height: 38px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-4 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 20px;
        line-height: 38px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 20px;
        line-height: 38px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-5 {
        font-family: 'NOTO-BLD';
        font-size: 26px;
        margin: 0px auto 20px 0px;
        line-height: 50px;
        color: #2B3AE1;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-6 {
        font-family: 'NOTO-MDI';
        font-size: 20px;
        margin: 0px auto 30px 0px;
        line-height: 30px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-7 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-8 {
        font-family: 'AVE-BLK';
        font-size: 30px;
        margin: 0px auto 10px 0px;
        line-height: 50px;
        color: #2B3AE1;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-9 {
        font-family: 'AVE-HEV';
        font-size: 24px;
        margin: 0px auto 0px 0px;
        line-height: 50px;
        color: #2B3AE1;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-10 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-11 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 38px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-11 span{
        color: #fff;
    }

/*txt*/

/*img*/
    .title-img-top {
        width: 900px;
        margin: 0px auto 200px auto;
    }
    .title-img-top img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 {
        width: 157px;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-3 {
        width: 900px;
        margin: 0px auto 100px auto;
    }
    .title-img-top-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-4 {
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 351px;
        border: 1px solid #2A3BE1;
        background-color: #2A3BE1;
        border-radius: 50px;
        font-family: 'NOTO-BLD';
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 351px;
        background-color: #111;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'NOTO-BLD';
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }

    .button-2 {
        opacity: 1;
        padding: 15px 0px 17px 0px;
        margin: 0px auto 100px auto;
        text-align: center;
        width: 351px;
        border: 1px solid #FA8321;
        background-color: #FA8321;
        border-radius: 50px;
        font-family: 'NOTO-BLD';
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        opacity: 0.5;
        padding: 15px 0px 17px 0px;
        margin: 0px auto 100px auto;
        text-align: center;
        width: 351px;
        border: 1px solid #FA8321;
        background-color: #FA8321;
        border-radius: 50px;
        font-family: 'NOTO-BLD';
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
/*button*/

/*clearfix*/
    .lp-contents-clearfix {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 100px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix a{
        opacity: 1;
    }
    .lp-contents-clearfix a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-1 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 80px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-1 a{
        opacity: 1;
    }
    .lp-contents-clearfix-1 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 50px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
         opacity: 1;
    }
    .lp-contents-clearfix-2-2 {
        text-align: center;
        width: 100%;
        display: flex;
        margin: 0px auto -17px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 50px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-4 {
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0px auto 20px auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
    .lp-contents-clearfix-4 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4 a:hover{
        opacity: 1;
    }
     .lp-contents-clearfix-5 {
    text-align: center;
    width: 1000px;
    display: flex;
    margin: 0px auto 30px auto;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
    .lp-contents-clearfix-5 a{
        opacity: 1;
    }
    .lp-contents-clearfix-5 a:hover{
        opacity: 1;
    }

    .lp-contents-clearfix-6 {
        text-align: center;
        width: 100%;
        display: flex;
        margin: 0px auto 80px auto;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .lp-contents-clearfix-6 a{
        opacity: 1;
    }
    .lp-contents-clearfix-6 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-7 {
        text-align: center;
        width: 300px;
        display: flex;
        margin: 50px auto 50px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp-contents-clearfix-7 a{
        opacity: 1;
    }
    .lp-contents-clearfix-7 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-8 {
        text-align: center;
        width: 300px;
        display: flex;
        margin: 0px auto 20px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp-contents-clearfix-8 a{
        opacity: 1;
    }
    .lp-contents-clearfix-8 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-9 {
        text-align: center;
        width: 300px;
        display: flex;
        margin: 0px auto 20px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp-contents-clearfix-9 a{
        opacity: 1;
    }
    .lp-contents-clearfix-9 a:hover{
        opacity: 0.5;
    }

    .box-img-1 {
        width: 56px;
        margin: 0px 15px 0px 15px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2 {
        width: 110px;
        margin: 0px 79px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2-2 {
        width: 49px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-2-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2-3 {
        width: 2px;
        height: 38px;
        margin: 10px 20px 0px 20px;
        flex-direction: row;
        text-align: left;
        background-color: #FF8320;
    }
    .box-img-2-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2-4 {
        width: 404px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-2-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-3 {
        width: 711px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-3-2 {
        width: 1px;
        height: 41px;
        margin: 0px 50px 0px 0px;
        flex-direction: row;
        text-align: left;
        border-right: dashed 1px #1B2C6F;
    }
    .box-img-3-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-4 {
        width: 600px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-5 {
        width: 220px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-6 {
        border-left: 1px dashed #023A94;
        width: 1px;
        height: 102px;
        margin: 0px 50px 0px 50px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 110px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-7 a{
        text-align: left;
        font-family: 'NOTO-MDI';
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 a:hover{
        text-align: left;
        font-family: 'NOTO-MDI';
        text-decoration: underline;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-8 {
        width: 225px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-8 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-8 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-9 {
        width: 150px;
        margin: 0px 25px 0px 25px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-9 picture{
        width: 100%;
        margin: 0px auto 20px auto;
    }
    .box-img-9 img{
        width: 100%;
        margin: 0px auto 20px auto;
    }

    .box-img-9-2 {
        width: 150px;
        margin: 0px 25px 0px 25px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-9-2 picture{
        width: 100%;
        margin: 0px auto 20px auto;
    }
    .box-img-9-2 img{
        width: 100%;
        margin: 0px auto 20px auto;
    }

    .box-img-10 {
        width: 26px;
        margin: 0px 20px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-10 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-10 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-11 {
        width: 40px;
        margin: 0px 10px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-11 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-11 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-12 {
        width: 102px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-12 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-12 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-13 {
        width: 99px;
        margin: 0px 21px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-13 picture{
        width: 100%;
        margin: 0px auto 10px auto;
    }
    .box-img-13 img{
        width: 100%;
        margin: 0px auto 10px auto;
    }

/*clearfix*/

/*hide*/
    .hide-pc {
    	display: none;
    }
    .hide-sp {
        display: inline;
        vertical-align: middle;
    }
    .hide-pc-2 {
        display: none;
    }
    .hide-sp-2 {
        display: block;
    }
/*hide*/

@media (max-width: 780px) {

    .navi-box {
        width: 85%;
        position: relative;
        margin: 0px auto;
    }

    .navi-box-2 {
        position: absolute;
        top: -65px;
        left: 0px;
        width: 180px;
    }

    .navi_inner {
        width: 85%;
        margin: 0px auto;
    }

/*border*/
    .border-1 {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        margin: 0px auto 40px auto;
        text-align: center;
    }
    .border-1-2 {
        width: 85%;
        border-bottom: 1px solid #023A94;
        margin: 0px auto 40px auto;
        text-align: center;
    }
    .border-2 {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .border-3 {
        width: 85%;
        border-bottom: 1px solid #023A94;
        margin: 0px auto 30px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;

    }
/*main*/

/*article*/
	.lp-contents {
		width: 100%;
    }
/*article*/

/*youtube*/
    #movie-section {
        width: 85%;
        text-align: center;
        margin: 0px auto 80px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 74.5%;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .tv__movie-pink {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 56%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

/*txt*/
    .lp-title-1 {
        font-size: 35px;
        margin: 0px auto 20px auto;
        line-height: 51px;
        text-align: center;
        letter-spacing: 2.8px;
    }
    .lp-title-1-2 {
        font-family: 'FAK';
        font-size: 45px;
        margin: 0px auto 40px auto;
        line-height: 57px;
        color: #111111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-1-2 span {
        font-family: 'NOTO-BLK';
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-size: 24px;
        margin: 0px auto 27px auto;
        line-height: 33px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-size: 24px;
        margin: 0px auto 0px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-size: 16px;
        margin: 0px auto 20px auto;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-size: 20px;
        margin: 80px auto 40px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-family: 'FAK';
        font-size: 40px;
        margin: 0px auto -10px auto;
        line-height: 74px;
        text-align: center;
        letter-spacing: 0px;
        color: #2A3BE1;
    }
    .lp-title-5 {
        font-size: 28px;
        margin: 0px auto 0px 0px;
        line-height: 40px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-5-2 {
        font-size: 30px;
        margin: 0px auto 0px 0px;
        line-height: 40px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-size: 30px;
        margin: 0px auto 0px auto;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt a{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt a:hover{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0.64px;
    }

    .lp-txt-3 {
        font-size: 18px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-4 {
        font-size: 20px;
        margin: 0px auto 0px 0px;
        line-height: 38px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-4 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 20px;
        line-height: 38px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 20px;
        line-height: 38px;
        color: #fff;
        letter-spacing: 0px;
    }

    .lp-txt-5 {
        font-size: 26px;
        margin: 0px auto 20px 0px;
        line-height: 50px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-6 {
        font-size: 20px;
        margin: 0px auto 30px 0px;
        line-height: 32px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-7 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-8 {
        font-size: 30px;
        margin: 0px auto 10px 0px;
        line-height: 50px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-9 {
        font-size: 24px;
        margin: 0px auto 0px 0px;
        line-height: 50px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-10 {
        font-size: 16px;
        margin: 20px auto 30px 0px;
        line-height: 32px;
        text-align: left;
        padding: 0px 0px 0px 30px;
        letter-spacing: 0px;
    }

    .lp-txt-11 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-11 span{
        color: #fff;
    }

/*txt*/

/*img*/
    .title-img-top {
        width: 85%;
        margin: 0px auto 150px auto;
    }
    .title-img-top-2 {
        width: 100px;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3 {
        width: 85%;
        margin: 0px auto 80px auto;
    }
    .title-img-top-4 {
        width: 100px;
        margin: 0px auto 0px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 183px;
        border: 1px solid #2A3BE1;
        background-color: #2A3BE1;
        border-radius: 24px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 183px;
        background-color: #111;
        border: 1px solid #111;
        border-radius: 24px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }

    .button-2 {
        opacity: 1;
        padding: 7px 0px 9px 0px;
        margin: 0px auto 80px auto;
        text-align: center;
        width: 320px;
        border: 1px solid #FA8321;
        background-color: #FA8321;
        border-radius: 50px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        opacity: 0.5;
        padding: 7px 0px 9px 0px;
        margin: 0px auto 80px auto;
        text-align: center;
        width: 320px;
        border: 1px solid #FA8321;
        background-color: #FA8321;
        border-radius: 50px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
/*button*/

/*clearfix*/
    .lp-contents-clearfix {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 80px auto;
        align-items: center;
    }
    .lp-contents-clearfix-1 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 60px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 40px auto;
        flex-direction: row;
        align-items: flex-start;
    }
    .lp-contents-clearfix-2-2 {
        text-align: center;
        width: 100%;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-end;
        margin: 0px auto 0px auto;
        flex-direction: row;
    }
    .lp-contents-clearfix-3-2 {
        text-align: center;
        width: 70%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 150px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px 0px 0px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-5 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 30px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-6 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 40px auto;
        align-items: center;
    }
    .lp-contents-clearfix-7 {
        text-align: center;
        width: 85%;
        display: flex;
        margin: 30px auto 30px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp-contents-clearfix-7 a{
        opacity: 1;
    }
    .lp-contents-clearfix-7 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-8 {
        text-align: center;
        width: 85%;
        display: flex;
        margin: 0px auto 10px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp-contents-clearfix-8 a{
        opacity: 1;
    }
    .lp-contents-clearfix-8 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-9 {
        text-align: center;
        width: 85%;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp-contents-clearfix-9 a{
        opacity: 1;
    }
    .lp-contents-clearfix-9 a:hover{
        opacity: 0.5;
    }
    .box-img-1 {
        width: 56px;
        margin: 0px 15px 0px 15px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2 {
        width: 80%;
        margin: 0px auto 30px 0px;
        flex-direction: row;
        text-align: left;
    }

    .box-img-2-2 {
        width: 35px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }

    .box-img-2-3 {
        width: 2px;
        height: 32px;
        margin: -7px 10px 0px 10px;
        flex-direction: row;
        text-align: left;
        background-color: #FF8320;
    }

    .box-img-2-4 {
        width: 240px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }

    .box-img-3 {
        width: 90%;
        margin: 0px 0px 0px auto;
        flex-direction: row;
        text-align: left;
    }

    .box-img-4 {
        width: 100%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }

    .box-img-5 {
        width: 91%;
        margin: 0px 0px 0px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-6 {
        border-left: unset;
        border-bottom: 1px dashed #023A94;
        width: 91%;
        height: unset;
        margin: 30px 0px 30px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 110px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-7 a{
        text-align: left;
        font-family: 'NOTO-MDI';
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 a:hover{
        text-align: left;
        font-family: 'NOTO-MDI';
        text-decoration: underline;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-8 {
        width: 33%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-8 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-8 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-9 {
        width: 225px;
        margin: 0px auto 40px auto;
        flex-direction: row;
        text-align: center;
    }
    .box-img-9 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-9 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-9-2 {
        display: flex;
        width: 85%;
        margin: 0px auto 40px auto;
        flex-direction: row-reverse;
        text-align: center;
        align-items: center;
    }
    .box-img-9-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-9-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-10 {
        width: 26px;
        margin: 0px 20px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-10 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-10 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }


/*clearfix*/

/*hide*/
    .hide-sp {
    	display: none;
    }
    .hide-pc {
    	display: block;
    }
    .hide-sp-2{
        display: none;
    }
    .hide-pc-2 {
        display: block;
    }
/*hide*/

/*video*/
    .v-section {
        width: 100%;
        text-align: center;
        margin: 0px auto 60px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

/*1200px*/
    .fv-img-box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
/*1200px*/

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .fv-section-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 60px 0px 0.1px 0px;
    }
    .fv-section-3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 80px 0px 80px 0px;
        background-color: #2A3BE1;
    }
    .fv-section-4 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 80px 0px 50px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
    }
    .item-section-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 80px 0px 80px 0px;
        background-color: #2A3BE1;
    }
    .item-section-3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 80px 0px 50px 0px;
    }
    .item-section-4 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 80px 0px 0.1px 0px;
        background-color: #2A3BE1;
    }
    .item-section-5 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
/*section*/
    .hidden-1 {
        visibility: hidden;
        display: none;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }
    .text-box-0 {
        position: absolute;
        top: 25px;
        left: 0px;
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-1 {
        width: 85%;
        margin: 0px auto 50px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-1-2 {
        width: 85%;
        margin: 0px auto 10px auto;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }

    .text-box-1-2-2 {
        width: 100%;
        margin: 52px auto 60px auto;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .text-box-1-2-2-2 {
        width: 85%;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .text-box-1-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }





    .text-box-1-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 85%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-3 {
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }
    .text-box-3-2 {
        width: 90%;
        margin: 0px 0px 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-4 {
        width: 85%;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-5 {
        width: 85%;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-6 {
        width: 85%;
        margin: 0px auto 0px auto;
        text-align: left;
        padding: 0px 0px;
    }

    .text-box-7 {
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 0px 0px;
    }

    .text-box-8 {
        width: 85%;
        border-radius: 10px;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 30px 0px;
        background-color: #fff;
        border: 3px solid #111111;
    }

    .text-box-8-2 {
        width: 100%;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 0px 0px;
    }

    tr {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-color: inherit;
    }

    #page-top {
        position: fixed;
        bottom: 25px;
        right: unset;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, 0%);
    }

    #page-top a {
        background-image: url(./img5-2_2sp.png);
        /* background-image: url(./img5-4-sp.png); */
        background-size: 100%;
        background-repeat: no-repeat;
        width: 320px;
        height: 67px;
        padding: 0.1px 0px;
        display: block;
        opacity: 1;
        transition: all .3s ease;
    }

    #ppp{
        position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
        height: 100vh;/*高さを全画面にあわせる*/
    } 

    #pppp{
        position: fixed;
        z-index: -1;/*最背面に設定*/
        top: 0;
        right:0;
        left:0;
        bottom:0;
        overflow: hidden;
    }

    #ppppp {
        position: absolute;
        z-index: -1;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

            /*========= レイアウトのためのCSS ===============*/

    #pppppp {
        width: 100%;
        background: #fff;
        padding: 0px 0px 50px 0px;
        margin: 0px 0px -50px 0px;
        text-align: center;
        background-image: url(./sp_bg.jpg);
        background-size: 100%;
        background-position: top;
        background-repeat: repeat;
    }
    
}