@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.フッター
04.title_area
05..en_big
06.パンくず
07.btn_type01
08.bg_en
09.h1_ptn01_g
10.h2_ptn01
11.h1_ptn02_g
12.topへ戻る ボタン
--------------------*/
/*----------
12.topへ戻る ボタン
----------*/

/*----------
01.共通
----------*/

@font-face {
    font-family: 'FuturaStd';
    src: url('../font/FuturaStdHeavy.woff2') format('woff2'),
        url('../font/FuturaStdHeavy.woff') format('woff'),
        url('../font/FuturaStdHeavy.otf') format('opentype');
    /* ttf - Safari, Android, iOS */
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('../font/FuturaStdBold.woff2') format('woff2'),
        url('../font/FuturaStdBold.woff') format('woff'),
        url('../font/FuturaStdBold.otf') format('opentype');
    /* ttf - Safari, Android, iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('../font/FuturaStdMedium.woff2') format('woff2'),
        url('../font/FuturaStdMedium.woff') format('woff'),
        url('../font/FuturaStdMedium.otf') format('opentype');
    /* ttf - Safari, Android, iOS */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('../font/FuturaStd-Book/FuturaStd-Book.woff2') format('woff2'),
        url('../font//FuturaStd-Book/FuturaStd-Book.ttf') format('truetype'),
        url('../font/FuturaStd-Book/FuturaStd-Book.otf') format('opentype');
    /* ttf - Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}


body {
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

#wrapper {
    width: 100%;
    /* overflow: hidden; */
    font-size: 16px;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    letter-spacing: 0.03em;
    font-weight: 400;
    z-index: 1;
}

#wrapper.active::after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.pc {
    display: block;
}

.pc2 {
    display: block;
}

.sp {
    display: none;
}
.sp2 {
    display: none;
}

.contents_in {
    max-width: 960px;
    width: 89.33%;
    margin: 0 auto;
}

a {
    color: #333;
}

a:hover {
    color: #333;
}

a:link {
    color: #333;
}

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

.flex_box {
    display: flex;
}

.futura_font {
    font-family: 'FuturaStd';
}

/* .main_contents{
margin-top: 69px;
} */

.under_page {
    overflow: hidden;
}

a.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}


/*----------
02.ヘッダー
----------*/
header {
    /* overflow: hidden; */
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header .contents_in {
    padding: 23px 0;
    /*max-width: 1180px;*/
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    width: 92.18%;
    z-index: 20;
    position: relative;
    z-index: 10;
}

header .logo {
    max-width: 251px;
}

header nav ul {
    display: flex;
    font-weight: 500;
}

header+.child_menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 69px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.44);
    z-index: 2;
}

header+.child_menu .flex_box {
    width: 100%;
    justify-content: flex-start;
}

header nav .menu {
    margin-left: 24px;
    cursor: pointer;
}

header nav .youtube {
    width: 80px;
}


header nav .menu a.menu-application {
    background-color: #0096ff;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
}

header nav .menu a {
    font-size: 15px;
    white-space: nowrap;
}

header+.child_menu .cnt_img {
    max-width: 450px;
}

header+.child_menu .text_g {
    padding: 50px 30px 50px 46px;
    width: 100%;
    max-width: 670px;

}

header+.child_menu .text_g {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

header+.child_menu .text_g span a {
    display: block;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #255FAE;
    margin-bottom: 30px;
    font-weight: 700;
}

header+.child_menu .ul_g {
    justify-content: space-between;
    flex-wrap: wrap;
}

header+.child_menu .text_g ul li {
    /* min-width: 152.52px; */
    margin-bottom: 20px;
    position: relative;
}

header+.child_menu .text_g ul li::before {
    content: "";
    display: inline-block;
    width: 6.52px;
    height: 11.27px;
    background: center/contain no-repeat url(../img/arrow.png);
    margin-right: 15px;
}

header nav .menu.on span {
    position: relative;
    cursor: pointer;
}

header nav .menu.on span::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #255FAE;
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    bottom: -15px;
}

header a:hover {
    opacity: 0.7;
}

header+.child_menu a:hover {
    opacity: 0.7;
}

/*----------
03.フッター
----------*/
footer {
    /*background-color: #E70012;*/
    background-color: #0064be;
    width: 100%;
    padding: 80px 0 0;
}

footer .contents_in {
    max-width: initial;
    padding-bottom: 30px;
}

footer .logo {
    max-width: 370px;
    margin: 0 auto 25px;
}

footer .date_g {
    text-align: center;
    color: #fff;
    margin-bottom: 58px;
}

footer .date_g span {
    display: inline-block;
}

footer .date_g .date {
    font-size: 29px;
    line-height: 38px;
    letter-spacing: -0.05em;
    font-weight: 400;
    font-family: 'FuturaStd-Book', sans-serif;
}

footer .date_g .week {
    font-size: 18px;
    line-height: 24px;
    margin-left: 12px;
}

footer .arrow {
    max-width: 11.15px;
    margin: 0 8px;
}

footer .nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

footer .nav li {
    white-space: nowrap;
    border-left: 1px solid #fff;
    margin-bottom: 10px;
}

footer .nav a {
    color: #FFFFFF;
    padding: 0 16px;
    /*40px*/
    display: block;
}

footer .nav li:last-child {
    border-right: 1px solid #fff;
}

footer .sns_box li {
    max-width: 64px;
}

footer .sns_box {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

footer .sns_box li:not(:last-child) {
    margin-right: 50px;
}

footer .sns_box+span {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

footer .sns_box+span a {
    color: #fff;
}

footer .white_box {
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    padding: 6.5px 0;
    background-color: #fff;
}

footer a:hover {
    opacity: 0.7;
}

footer a:link {
    color: #fff;
}

ul.footer-btn {
    display: flex;
    justify-content: center;
}

ul.footer-btn li:nth-child(2) {
    margin-left: 16px;
}


ul.footer-btn li a {
    font-size: 16px;
    color: #fff;
}

/*----------
04.title_area
----------*/
/* .title_area{
padding: 164px 0 78px;
background-color: #E70012;
position: relative;
margin-top: 70px;
z-index: 1;
}
.title_area h1{
text-align: center;
font-size: 84px;
line-height: 112px;
margin-bottom: 14px;
color: #fff;
font-weight: 700;
}
.title_area h1 + span{
display: block;
text-align: center;
font-size: 30px;
letter-spacing: 0.06em;
font-weight: 700;
color: #fff;
}
.title_area .en_big{
top: 0;
font-size: 293px;
line-height: 390px;
left: 50%;
transform: translateX(-50%);
top: -70px;
} */
/*----------
05..en_big
----------*/
.en_big {
    font-family: 'Futura Std';
    font-weight: 500;
    line-height: 1;
    font-size: 374px;
    color: rgba(255, 255, 255, 0.3);
    z-index: -1;
    position: absolute;
    white-space: nowrap;
}

/*----------
06.パンくず
----------*/
#pankuzu_area {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1;
}

#pankuzu_area li a {
    color: #464646;
    opacity: 0.5;
}

#pankuzu_area li a::after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #000;
    transform: rotate(20deg);
}

#pankuzu_area li span {
    color: #343434;
}

/*----------
07.btn_type01
----------*/
.btn_type01 {
    display: block;
    max-width: 300px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 30px 0;
}

.btn_type01:link {
    color: #fff;
}

.btn_type01.pc {
    display: block;
}

.btn_type01.sp {
    display: none;
}

.btn_type01:hover {
    color: #fff;
    background: #000;
}

/*----------
08.bg_en
----------*/
.bg_en {
    position: relative;
    padding-top: 281px;
}

.bg_en::before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    font-family: 'FuturaStd';
    font-weight: 500;
    font-size: 374px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #F0F0F0;
    text-transform: capitalize;
    word-wrap: normal;
}

.bg_en .contents_in {
    position: relative;
    z-index: 1;
}

/*----------
09.h1_ptn01_g
----------*/
.h1_ptn01_g {
    /*background: #E70012;*/
    background: #0064be;
    padding: 186px 0 83px;
    color: #fff;
    text-align: center;
    position: relative;
}

.h1_ptn01_g::before {
    content: "";
    font-family: 'FuturaStd';
    font-weight: 500;
    font-size: 293px;
    line-height: 1;
    text-align: center;
    color: #fff;
    opacity: 0.3;
    letter-spacing: 0.03em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: capitalize;
}

.h1_ptn01_g .h1_ptn01 {
    font-weight: 700;
    font-size: 84px;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 29px;
    position: relative;
    z-index: 1;
}

.h1_ptn01_g .sub_h1_ptn01 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.06em;
    line-height: 1;
    position: relative;
    z-index: 1;
}

/*----------
10.h2_ptn01
----------*/
.h2_ptn01 {
    font-size: 80px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #E70012;
    font-weight: 700;
}

/*----------
11.h1_ptn02_g
----------*/
.h1_ptn02_g {
    background: #FAFAFA;
    padding: 35px 0 80px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
}

.h1_ptn02_g .h1_ptn02 {
    color: #000000;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
}

.h1_ptn02_g .contents_in {
    max-width: 1080px;
    width: 84.375%;
}

.h1_ptn02_g #pankuzu_area {
    padding-top: 0;
    padding-bottom: 30px;
}

.h1_ptn02_g #pankuzu_area .contents_in {
    width: 100%;
}

/*----------
12.topへ戻る ボタン
----------*/
#topbutton {
    position: fixed;
    bottom: 18px;
    right: 0;
    width: 80px;
    display: none;
    z-index: 9;
}

#topbutton a {
    color: #fff;
    /* ←文字色 */
    text-decoration: none;
    /* ←下線なし */
    background-color: #E70012;
    text-align: center;
    font-weight: 700;
    padding: 38px 0 21px;
    line-height: 21px;
    display: block;
    width: 100%;
}

#topbutton::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 8px;
    background: center/contain no-repeat url(../img/arrow_top.png);
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}




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

    /*----------
02.ヘッダー
----------*/
    /*
header .contents_in{
flex-direction: column;
}
header nav ul{
justify-content: center;
}
header .logo{
margin: 0 auto 20px;
}
header + .child_menu{
top: 105px;
}
header nav .menu {
margin-left: 17px;
}
*/

}



@media only screen and (max-width:1150px) {
    /*----------
02.ヘッダー
----------*/

    header+.child_menu .cnt_img img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width:1065px) {
    /*----------
01.共通
----------*/
    /* .main_contents{
margin-top: 105px;
} */
}

@media only screen and (max-width:1024px) {
    /*----------
02.ヘッダー
----------*/


    /*----------
07.btn_type01
----------*/
    .btn_type01 {
        font-size: 18px;
    }

    /*----------
08.bg_en
----------*/
    .bg_en {
        padding-top: 131px;
    }

    .bg_en::before {
        font-size: 224px;
    }

    /*----------
09.h1_ptn01_g 1024
----------*/
    .h1_ptn01_g {
        padding: 156px 0 63px;
    }

    .h1_ptn01_g::before {
        font-size: 220px;
    }

    .h1_ptn01_g .h1_ptn01 {
        font-size: 74px;
        margin-bottom: 24px;
    }

    /*----------
10.h2_ptn01
----------*/
    .h2_ptn01 {
        font-size: 70px;
    }
}







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

    /*----------
01.共通
----------*/

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .contents_in {
        width: 94%;
    }

    /* .main_contents{
margin-top: 55px;
} */

    .contents_in {
        width: calc(100% - 20px - 20px);
    }

    /*----------
02.ヘッダー
----------*/
    header .open {
        position: relative;
        width: 29.96px;
        height: 13.88px;
        cursor: pointer;
    }

    header .open span {
        width: 100%;
        height: 3px;
        background-color: #231815;
        position: absolute;
        transition: 0.4s;
    }

    header .open span:nth-child(2) {
        top: 6.9px;
    }

    header .open span:nth-child(3) {
        top: 13.9px;
    }

    header .open.has {
        width: 14.59px;
        height: 14.59px;
    }

    header .open.has span:nth-child(2) {
        opacity: 0;
        transition: 0.4s;
    }

    header .open.has span:nth-child(1) {
        width: 20.63px;
        transform: rotate(135deg);
        top: 7.3px;
        transition: 0.4s;
    }

    header .open.has span:nth-child(3) {
        top: 7.3px;
        width: 20.63px;
        transform: rotate(-135deg);
        transition: 0.4s;
    }

    header .contents_in {
        flex-direction: row;
        padding: 20px 0;
    }

    header .logo {
        max-width: 168px;
        margin: 0 auto 0 0;
    }

    header nav {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        top: 56px;
        padding: 36px 0 13px;
        z-index: 20;
        background-color: #255FAE;
        /*
background-color: #E70012;
*/
        overflow-y: scroll;
        height: calc(100% - 55.39px);
        bottom: 0;
    }

    /* header nav.down{
display: block;

left: 0;
right: 0;
width: 100%;
top: 56px;
padding: 36px 0 13px;
z-index: 20;
background-color: #E70012;
overflow-y: scroll;
height: calc(100% - 55.39px);
bottom: 0;
} */
    header nav ul {
        flex-direction: column;
        width: 78.66%;
        margin: 0 auto;
    }

    header nav .menu:first-child {
        border-top: 1px solid #fff;
    }

    header nav .menu {
        color: #fff;
        text-align: center;
        margin-left: 0;
        line-height: 32px;
        border-bottom: 1px solid #fff;
    }

    header nav .menu a {
        color: #fff;
        padding: 20px 0;
        display: block;
    }


    header nav .menu a.menu-application {
        background-color: #0096ff;
        padding: 20px 0;
        border-radius: 0;
    }


    header .child_menu.sp {
        display: none;
    }

    header nav .menu.on span::after {
        content: none;
    }

    header nav .menu span {
        display: block;
    }

    header .child_menu.sp {
        padding-top: 20px;
        width: 100%;
        border-top: 1px solid #fff;
        margin-top: 20px;
    }

    header .child_menu.sp a {
        display: block;
        padding: 10px 0;
    }

    header .child_menu.sp {
        width: 100%;
    }

    header .sns_box {
        margin: 45px 0 0;
    }

    header .sns_box li {
        max-width: 50px;
    }

    header .sns_box ul {
        flex-direction: row;
    }

    header .sns_box li:not(:last-child) {
        margin-right: 30px;
    }

    header .sns_box span {
        display: block;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    header .sns_box span a {
        color: #fff;
    }

    /*----------
03.フッター
----------*/
    footer {
        padding: 47.9px 0 0;
    }

    footer .contents_in {
        width: 78.93%;
        padding-bottom: 31px;
    }

    footer .logo {
        max-width: 295px;
        /*
    max-width: 348px;
    min-width: 295px;
    */
        margin: 0 auto 15px;
    }

    footer .date_g {
        margin-bottom: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .date_g .date {
        font-size: 39px;
        line-height: 52px;
    }


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

        footer .date_g .date {
            font-size: 30px;
            line-height: 52px;
        }
    }

    footer .date_g .week {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
    }

    footer .arrow {
        max-width: 14.46px;
        margin: 0 9.2px;
    }

    footer .nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px;
        max-width: 296px;
        margin: 0 auto 60px;
    }

    footer .nav li {
        border-left: none;
        min-width: 147px;
    }

    footer .nav a {
        padding: 0;
        font-size: 17px;
        line-height: 39px;
        letter-spacing: 0.03em;
    }

    footer .nav li:last-child {
        border-right: none;
    }

    footer .nav li a::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 14px;
        background: center/contain no-repeat url(../img/arrow_white02.png);
        margin-left: 15px;
    }

    footer .sns_box li {
        max-width: 50px;
    }

    footer .sns_box li:not(:last-child) {
        margin-right: 30px;
    }

    footer .sns_box+span {
        font-size: 13px;
        line-height: 30px;
        letter-spacing: 0.02em;
    }

    footer .sns_box+span a {
        color: #fff;
    }

    footer .white_box {
        padding: 6.5px 0;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 0.02em;
    }


    ul.footer-btn {
        display: flex;
        flex-direction: column;
    }

    ul.footer-btn li:nth-child(2) {
        margin-left: 0;
        margin-top: 16px;
    }



    /*----------
05.en_big
----------*/
    .en_big {
        font-size: 115px;
        z-index: -1;
        position: absolute;
        white-space: nowrap;
    }

    /*----------
06.パンくず
----------*/
    #pankuzu_area {
        padding: 15px 0;
    }

    #pankuzu_area .flex_box {
        flex-wrap: wrap;
    }

    #pankuzu_area .flex_box li {
        margin-bottom: 5px;
    }

    /*----------
07.btn_type01
----------*/
    .btn_type01 {
        display: block;
        max-width: 300px;
        padding: 25px 0;
        text-align: center;
        color: #fff;
    }

    .btn_type01 {
        max-width: none;
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
        padding: 25px 0 24px;
    }

    .btn_type01.pc {
        display: none;
    }

    .btn_type01.sp {
        display: block;
    }

    /*----------
08.bg_en
----------*/
    .bg_en {
        padding-top: 70px;
    }

    .bg_en::before {
        font-size: 115px;
    }

    /*----------
09.h1_ptn01_g 750
----------*/
    .h1_ptn01_g {
        padding: 65px 0 43px;
        margin-top: 55.39px;
    }

    .h1_ptn01_g::before {
        font-size: 110px;
    }

    .h1_ptn01_g .h1_ptn01 {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .h1_ptn01_g .sub_h1_ptn01 {
        font-size: 18px;
    }

    /*----------
10.h2_ptn01
----------*/
    .h2_ptn01 {
        font-size: 40px;
    }

    /*----------
11.h1_ptn02_g
----------*/
    .h1_ptn02_g {
        padding: 35px 0 45px;
        margin-top: 0;
    }

    .h1_ptn02_g .h1_ptn02 {
        font-size: 25px;
        line-height: 36px;
    }

    .h1_ptn02_g .contents_in {
        width: calc(100% - 20px - 20px);
    }

    .h1_ptn02_g #pankuzu_area .contents_in {
        width: 100%;
    }

    /*----------
12.topへ戻る ボタン
----------*/
    #topbutton {
        width: 60px;
        bottom: 43px;
    }

    #topbutton a {
        padding: 28px 0 13px;
        line-height: 19px;
        font-size: 14px;
    }

    #topbutton::before {
        width: 15px;
        top: 15px;
    }
}

@media only screen and (max-width:499px) {
    .pc2 {
        display: none;
    }
    .sp2 {
        display: block;
    }
}

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

    /*----------
03.フッター
----------*/
    footer .nav li {
        min-width: 120px;
    }


}