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

@font-face {
    font-family: 'HEL-BLD';
    src: url('../fonts/Helvetica-Bold-Font.woff2');
}
@font-face {
    font-family: 'IBM';
    src: url('../fonts/IBMPlexSansJP-Regular.woff2');
}
@font-face {
    font-family: 'IBM-BLD';
    src: url('../fonts/IBMPlexSansJP-Bold.woff2');
}
@font-face {
    font-family: 'IBM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-MDI';
    src: url('../fonts/IBMPlexSans-Medium.woff2');
}
@font-face {
    font-family: 'IBM-JP-MDI';
    src: url('../fonts/IBMPlexSansJP-Medium.woff2');
}
@font-face {
    font-family: 'IBM-SEM-BLD';
    src: url('../fonts/IBMPlexSans-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-SEM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'NOTO';
    src: url('../fonts/NotoSansJP-Regular.otf');
}
@font-face {
    font-family: 'NOTO-MDI';
    src: url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
    font-family: 'NOTO-BLD';
    src: url('../fonts/NotoSansJP-Bold.otf');
}
@font-face {
    font-family: 'NOTO-SEM-BLD';
    src: url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
    font-family: 'NOTO-BLK';
    src: url('../fonts/NotoSansJP-Black.otf');
}

/ ＊Hides from IE-mac \＊/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

    html {
        scroll-behavior: smooth;
    }

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

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

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

    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;
    }


    /* 以下ボタンスタイル */
    button {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #282828;
      border-radius: 2px;
      cursor: pointer;
    }


    /* 親要素A */
    .parent {
      width: 100vw;
      display: grid;
      grid-template-columns: repeat(5, 1fr); /* 常に5列 */
      box-sizing: border-box;
      margin-bottom: 80px;
    }

    .parent a{
      opacity: 1;
    }

    .parent a:hover{
      opacity: 0.5;
    }

    /* 子要素B */
    .child {
      border: 1px solid #D9D9D9;
      padding: 24px;
      box-sizing: border-box;

      display: flex;
      flex-direction: column;
    }

    /* 画像 */
    .child img {
      width: 100%;
      height: auto;
      margin-bottom: 16px;
      display: block;
    }

    /* テキスト共通 */
    .child p {
      font-family: 'Noto Sans JP', sans-serif;
      color: #333;
      text-align: left;
    }

    /* テキスト1行目 */
    .text-1 {
      font-size: 16px;
      line-height: 22px;
      font-weight: 700; /* bold */
      margin-bottom: 0;
    }

    /* テキスト2行目 */
    .text-2 {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; /* Regular */
      margin-bottom: 16px;
    }

    /* テキスト3行目 */
    .text-3 {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; /* Regular */
      margin-bottom: 0;
    }

    .lp-an-1 {
      opacity: 0;
      transform: translate(0, 50%);
      transition: 2s;
    }
    .lp-an-1.is-show-1 {
      transform: translate(0, 0);
      opacity: 1;
    }

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

/*  lll  */

/*    .slide-box-2 {
      margin: 0px auto 0px auto;
      overflow-x: auto;
      white-space: nowrap;
      width: 100%;
      scrollbar-width: none;
    }
    .slide-box-2 ::-webkit-scrollbar { 
      display: none;
    }
    .box {
      display: inline-block;
      width: 65%;
    }
    .slide-box-2 img{
      width: 100%;
    }*/

/*  lll  */

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

    .text-box-1 {
        width: 100%;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 900px;
        margin: 0px auto 150px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2-2 {
        width: 750px;
        margin: 0px auto 100px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-3 {
        width: 600px;
        margin: 0px auto 48px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-3-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-4 {
        position: relative;
        width: 600px;
        margin: 0px auto 52px auto;
        padding: 0px 0px;
    }
    .text-box-5 {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-0%,-50%);
        margin: 0px 0px 0px 0px;
        text-align: left;
        padding: 0px 20px 0px 0px;
        background-color: #fff;
    }
    .text-box-6 {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(-0%,-50%);
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px 0px 20px;
        background-color: #fff;
    }

/*border*/
    .border-1 {
        width: 54.7%;
        border-bottom: 1px solid #fff;
        margin: 0px auto 33px auto;
        text-align: center;
    }

    .border-2 {
        width: 100%;
        border-bottom: 1px solid #333;
        margin: 13px auto 13px 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;
        background-color: #fff;
    }
/*main*/

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

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 50px 0px;
        background-color: #001D41;
    }
    .item-section-3 {
        width: 100%;
        margin: 0px auto 0px 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: 28.13%;
        text-align: center;
        margin: 0px auto 90px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }

    #movie-section-2 {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    #movie-section-2 img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 177.5%;
        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: 900px;
        text-align: center;
        margin: 0px auto 100px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

/*txt*/

    .lp-title-1 {
        font-family: 'HEL-BLD';
        font-size: 50px;
        margin: 0px auto 0px auto;
        line-height: 70px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-1 span{
        font-family: 'BEB';
        font-size: 40px;
        color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .lp-title-2 {
        font-family: 'BEB';
        font-size: 94px;
        margin: 0px auto 0px auto;
        line-height: 81px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 30px;
    }
    .lp-title-3 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 40px auto;
        line-height: 52px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-family: 'BEB';
        font-size: 71px;
        margin: 0px auto 50px auto;
        line-height: 38px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-family: 'HEL-BLD';
        font-size: 25px;
        margin: 0px auto 24px auto;
        line-height: 35px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 15px auto 15px 0px;
        line-height: 24px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-family: 'ROBO-BLD';
        font-size: 30px;
        margin: 0px auto 30px auto;
        line-height: 36px;
        color: #111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-family: 'ROBO-BLD';
        font-size: 30px;
        margin: 0px auto 60px auto;
        line-height: 36px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

    .lp-txt {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 36px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1 {
        font-family: 'NOTO-BLD';
        font-size: 26px;
        margin: 0px auto 50px 0px;
        line-height: 48px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-family: 'NOTO-MDI';
        font-size: 14px;
        margin: 15px auto 0px 0px;
        line-height: 22px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3-2 {
        font-family: 'NOTO-MDI';
        font-size: 14px;
        margin: 15px auto 0px 0px;
        line-height: 22px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-4 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 20px 0px;
        line-height: 36px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 50px auto;
        line-height: 34px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5-3 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-6 {
        font-family: 'NOTO-MDI';
        font-size: 14px;
        margin: 20px auto 0px 0px;
        line-height: 28px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 20px 0px;
        line-height: 32px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 30px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-9 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 50px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-10 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-10 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-10 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }

    .lp-txt-11 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-11 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-11 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }
/*txt*/

/*img*/
    .title-img-top {
        width: 100%;
        margin: 0px auto 150px 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-1 {
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 {
        width: 4.32%;
        margin: 0px auto 24px 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: 5.41%;
        margin: 0px auto 40px 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 {
        display: none;
    }
/*img*/

/*button*/
    .button {
        padding: 18px 0px;
        margin: 0px auto 200px auto;
        text-align: center;
        width: 480px;
        background-color: #333333;
        border: 1px solid #333333;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 18px 0px;
        margin: 0px auto 200px auto;
        text-align: center;
        width: 480px;
        background-color: #fff;
        border: 1px solid #333;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333;
    }

    .button-3 {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #fff;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-3:hover {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #111;
    }

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

/*clearfix*/
    .lp-contents-clearfix {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 103px 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-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 120px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 0.5;
    }

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

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

    .lp-contents-clearfix-4 {
        text-align: center;
    width: 924px;
    flex-wrap: wrap;
    display: flex;
    margin: 0px auto 66px auto;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}
    .lp-contents-clearfix-4 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-4-2 {
            text-align: center;
    width: 924px;
    flex-wrap: wrap;
    display: flex;
    margin: 0px auto 123px auto;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    }
    .lp-contents-clearfix-4-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4-2 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-5 {
        text-align: center;
        width: 1000px;
        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-5 a{
        opacity: 1;
    }
    .lp-contents-clearfix-5 a:hover{
        opacity: 1;
    }

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

    .box-img-1 {
    width: 24.9%;
    margin: 0px 2.3%;
    flex-direction: row;
    text-align: left;
}
    .box-img-1 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 30px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 30px auto;
    }

    .box-img-1-2 {
        width: 250px;
        margin: 0px 25px 50px 100px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-2 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-1-2 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }


    .box-img-1-3 {
        width: 250px;
        margin: 0px 100px 50px 25px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1-3 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-3 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-3 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-1-3 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .box-img-2 {
        width: 420px;
        margin: 0px 0px 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-3 {
        width: 250px;
        margin: 0px 25px 0px 25px;
        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-4 {
        width: 207px;
        margin: 0px 12px 40px 12px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-4 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 20px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 20px auto;
    }

    .box-img-5 {
        width: 187px;
        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 {
        width: 250px;
        margin: 0px 25px 50px 25px;
        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: 400px;
        margin: 0px 50px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .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: 450px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-8 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-8 img{
        width: 100%;
        margin: 0px auto 0px 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) {

/*border*/
    .border-1 {
        width: 100%;
        border-bottom: 1px solid #fff;
        margin: 0px auto 18px auto;
        text-align: center;
    }

    .border-2 {
        display: none;
    }
/*border*/

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

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

/*youtube*/
    #movie-section {
        width: 88%;
        text-align: center;
        margin: 0px auto 56px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }

    #movie-section-2 {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    #movie-section-2 img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie_2 {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 37%;
        position: relative;
    }
    .tv__movie_2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 178%;
        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: 28px;
        margin: 0px auto 0px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-size: 47px;
        margin: 0px auto 0px auto;
        line-height: 46px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-title-3 {
        font-size: 28px;
        margin: 0px auto 24px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
    }

    .lp-title-3-2 {
        font-size: 50px;
        margin: 0px auto 28px auto;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-size: 25px;
        margin: 0px auto 20px auto;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-size: 14px;
        margin: 20px auto 10px 0px;
        line-height: 18px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-5-2 {
        font-size: 50px;
        margin: 0px auto 30px 0px;
        line-height: 50px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-size: 30px;
        margin: 0px auto 30px auto;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-size: 30px;
        margin: 0px auto 40px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 36px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-1 {
        font-size: 18px;
        margin: 0px auto 40px 0px;
        line-height: 34px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-size: 12px;
        margin: 10px auto 0px 0px;
        line-height: 18px;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-3-2 {
        font-size: 12px;
        margin: 11px auto 0px 0px;
        line-height: 22px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

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

    .lp-txt-5 {
        font-size: 14px;
        margin: 0px auto 40px 0px;
        line-height: 28px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0.7px;
    }

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

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

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

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

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

    .lp-txt-10 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-10 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }

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

    .lp-txt-11 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-11 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }

/*txt*/

/*img*/
    .title-img-top {
        width: 100%;
        margin: 0px auto 64px auto;
    }
    .title-img-top-2 {
        width: 50px;
        margin: 0px auto 8px 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: 82px;
        margin: 0px auto 24px 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 {
        display: block;
        width: 85%;
        margin: 0px auto 20px 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;
    }

    .title-img-top-5 {
        width: 85%;
        margin: 0px auto 20px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 15px 0px;
        margin: 0px auto 150px auto;
        text-align: center;
        width: 88%;
        background-color: #333333;
        border: 1px solid #333333;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 15px 0px;
        margin: 0px auto 150px auto;
        text-align: center;
        width: 88%;
        background-color: #fff;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #333;
    }

    .button-3 {
        position: absolute;
        bottom: 0%;
        left: 0%;
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #fff;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #fff;
        border-radius: 3px;
    }
    .button-3:hover {
        position: absolute;
        bottom: 0%;
        left: 0%;
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #111;
        border-radius: 3px;
    }

    .button-2 {
        padding: 6px 0px;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: 100%;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333;
    }
    .button-2:hover {
        padding: 6px 0px;
        margin: 0px 0px 0px 0px;
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333;
    }
/*button*/

/*clearfix*/
    .lp-contents-clearfix {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 40px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 40px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 15px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 10px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 32px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4-2 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 170px 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 70px auto;
        align-items: stretch;
    }
    .box-img-1 {
        width: 100%;
        margin: 0px auto 40px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 20px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 20px auto;
    }

    .box-img-1-2 {
        width: 47%;
        margin: 0px 0px 30px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-1-3 {
        width: 47%;
        margin: 0px 0px 30px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1-3 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-3 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-1-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }


    .box-img-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: center;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3 {
        width: 100%;
        margin: 0px auto 50px auto;
        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-4 {
        width: 47%;
        margin: 0px 0px 40px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-4 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        margin: 0px auto 0px 0px;
        line-height: 17px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        margin: 0px auto 0px 0px;
        line-height: 17px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-5 {
        width: 58%;
        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 {
        position: relative;
        width: 47%;
        margin: 0px 0px 30px 0px;
        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: 85%;
        margin: 0px auto 30px auto;
        flex-direction: row;
        text-align: center;
    }
    .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: 85%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-8 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-8 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: 85%;
        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;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 30px 0px;
        background-color: #001D41;
    }
    .item-section-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 30px 0px 0.1px 0px;
    }
/*section*/
    .hidden-1 {
        visibility: hidden;
        display: none;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }

    .text-box-1 {
        width: 100%;
        margin: 0px auto 40px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 88%;
        margin: 0px auto 64px auto;
        text-align: left;
    }
    .text-box-3 {
        width: 100%;
        margin: 0px auto 30px auto;
        text-align: cenetr;
        padding: 0px 0px;
    }
    .text-box-3-2 {
        width: 88%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-4 {
        display: flex;
        position: unset;
        width: 100%;
        margin: 0px auto 30px auto;
        padding: 0px 0px;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .text-box-5 {
        width: 67%;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        margin: 0px 0px 0px 0px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        background-color: #fff;
    }
    .text-box-6 {
        width: 30%;
        position: unset;
        top: unset;
        right: unset;
        transform: unset;
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px 0px 0px;
        background-color: #fff;
    }

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

    


    /* 親要素A */
    .parent {
        width: 100vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        box-sizing: border-box;
        /* margin-bottom: 80px; */
        margin: 0px auto 80px auto;
        justify-items: center;
        align-items: stretch;
        justify-content: center;
    }

    .parent a{
      opacity: 1;
    }

    .parent a:hover{
      opacity: 0.5;
    }

    /* 子要素B */
    .child {
      border: 1px solid #D9D9D9;
      padding: 24px;
      box-sizing: border-box;

      display: flex;
      flex-direction: column;
    }

    /* 画像 */
    .child img {
      width: 100%;
      height: auto;
      margin-bottom: 16px;
      display: block;
    }

    /* テキスト共通 */
    .child p {
        font-family: 'Noto Sans JP', sans-serif;
        color: #333;
        text-align: left;
        margin-top: 5px;
    }

    /* テキスト1行目 */
    .text-1 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700; /* bold */
      margin-bottom: 0;
    }

    /* テキスト2行目 */
    .text-2 {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; /* Regular */
      margin-bottom: 16px;
    }

    /* テキスト3行目 */
    .text-3 {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; /* Regular */
      margin-bottom: 0;
    }
    
}