@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html { line-height: 1;
    font-size: 62.5%;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a { text-decoration: none; color: inherit; }
a img { border: none; vertical-align: bottom; }
a:focus { outline: none; }
a:hover { text-decoration: underline; cursor: pointer !important;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, textarea, select, button {
    font-size: 1.5rem;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6, strong{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 1rem;
    vertical-align: baseline;
}
.sp{ display: none !important; }
.pc{ display: block !important; }

img{ max-width: 100%; vertical-align: bottom;}

ruby rt{ font-size: 1.4rem;}

.clearfix{display:inline-block;min-height:1%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*
===================*/
html { overflow-y: scroll; }
body {
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
    font-feature-settings: 'palt' ;
    letter-spacing: 1px;
}



/* ここまでリセットcss */


/*フォント 指定*/

body{
    font-family: "Yu Mincho", "YuMincho", serif;
     position: relative;
}




/*ここまでフォント 指定*/


/* ここから共通 */

.inner{
    width: 1246px;
    margin: 0 auto;
}

.inner_2{
    width: 1246px;
    margin: 0 auto;
}

.inner_3{
    width: 1366px;
    margin: 0 auto;
    background-color: #000c18;
}

.inner_4{
    width: 1246px;
    margin: 0 auto;
    border-top: solid 1px #DDDDDD;
    padding-top: 100px;
}

.inner_5{
    width: 756px;
    margin: 0 auto;
}

.inner_6{
    width: 1246px;
    margin: 0 auto;
}



a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}


.back{
    width: 100vw;
    background: linear-gradient( #000f21, #000c17);
    position: relative;
}

.back_2_img{
    position: absolute;
    top: 0;
    left:50%;
    right: 0;
    margin-left:-1200px;
    max-width: 2400px;
    width: 2400px;
    background: linear-gradient( #000f21, #000c17);
}

.back_2{
    width: 100vw;
    background-color: #000c17;
}

.btn{
    opacity: 1;
    transition: 0.8s;
}

.btn:hover{
    opacity: 0.5;
    transition: 0.8s;
}


.gothic{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.bold{
    font-weight: bold;
}



/* ここまで共通 */


/* ここからsec1 */


h1{
    font-size: 46px;
    line-height: 60px;
    margin: 250px auto 70px;
    text-align: left;
    color: #FFF;
    padding: 0 245px;
}

.sec01_1{
    margin: 0 auto 120px;
    color: #FFF;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    padding: 0 245px;
}

.sec01_2,.sec01_3{
    position: relative;
    font-size: 35px;
    text-align: left;
    color: #FFF;
    padding: 0 245px;
}

.sec01_2{
    margin-bottom: 160px;
}

.sec01_3{
    margin-bottom: 80px;
}

.sec01_3::before{
    position: absolute;
    content: "";
    border-top: solid 1px #FFF;
    width: 50px;
    top: -30px;
}


.sec01_photo{
    padding-bottom: 120px;
}


/* ここまでsec1 */



/* ここからsec2 */

.sec02{
    margin-bottom: 120px;
}

.sec02 h2{
    margin: 120px auto 40px;
    color: #FFF;
    font-size: 20px;
    padding-bottom: 8px;
    text-align: left;
    border-bottom: solid 1px #FFF;
}

.sec02_1{
    color: #FFF;
    padding-bottom: 120px;
    display: flex;
}

.sec02_1_1{
    margin-right: 50px;
    width: 200px
}

.sec02_1_2{
    width: 520px;
}

.sec02_1_belongs{
    font-size: 12px;
    margin-bottom: 16px;
    text-align: left;
    color: #FFF;
}

.sec02_1_name{
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
    color: #FFF;
}

.sec02_1_copy{
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #FFF;
}


/* ここまでsec2 */


/* ここからsec3 */

.sec03_con{
    padding-bottom: 120px;
}

.sec03 h2,.sec04 h2{
    position: relative;
    font-size: 35px;
    text-align: left;
    color: #FFF;
    margin-bottom: 60px;
}

.sec03 h2::before,.sec04 h2::before{
    position: absolute;
    content: "";
    border-top: solid 1px #FFF;
    width: 50px;
    top: -30px;
}

.sec03 h2{
    position: relative;
    font-size: 35px;
    text-align: left;
    color: #FFF;
    margin-bottom: 60px;
}

.sec03_img{
    margin-bottom: 50px;
}

.sec03_img_2{
    margin-bottom: 15px;
}

.sec03_copy{
    font-size: 18px;
    line-height: 36px;
    color: #FFF;
    margin-bottom: 60px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
}

.sec03_copy_q{
    width: 700px;
    position: relative;
    left: 55px;
    margin-bottom: 30px;
}

.sec03_copy_q:before{
    position: absolute;
    top: 18px;
    left: -55px;
    width: 40px;
    height: 1px;
    content: '';
    background: #FFF;
}

.sec03_annotation{
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 60px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


/* ここまでsec3 */


/* ここからsec4 */

.sec04{
    padding-bottom: 240px;
}

.sec04 ul li{
    display: flex;
    padding: 0 20px ;
}

.sec04 ul li:not(:last-child){
    padding-bottom: 40px;
    border-bottom: solid 1px #404040;
}

.sec04 ul li:not(:first-child){
    padding-top: 40px ;
}

.sec04_img{
    width: 100px;
    margin-right: 40px;
}

.sec04_2_img{
    width: 200px;
    margin-right: 40px;
}

.sec04_con{
    width: 576px;
}

.sec04_2_con{
    width: 465px;
}


.sec04_title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
}

.sec04_title_1{
    font-size: 22px;
    color: #FFF;
    margin-right: 10px;
}

.sec04_title_2{
    font-size: 12px;
    color: #FFF;
}

.sec04_title2{
    display: flex;
    margin-bottom: 15px;
    align-items: flex-end;
}

.sec04_name{
    font-size: 18px;
    color: #FFF;
    margin-bottom: 25px;
}

.sec04_copy{
    font-size: 14px;
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
}


/* ここまでsec4 */



/* ここからsec5 */

.sec05{
    padding: 125px 0;
}

.sec05 h2{
    font-size: 46px;
    margin-bottom: 40px;
}

.sec05_1 li{
    display: inline-block;    
    margin-right: 20px;
}    

.sec05_1 li button{
    display: none;
}

.sec05_1 li p{
    display: inline-block;  
    width: 385px; 
    font-size: 14px;
    margin-top: 20px
}    

.sec05_1_1_p li p{
    display: inline-block;  
    width: 385px; 
    font-size: 14px;
    margin-top: 8px
}    



.sec05_img{
    width: 385px;
    height: 210px;
    overflow: hidden;
}

.sec05_img img{
    transform: scale(1.0);
    transition-duration: 0.5s;
}


.sec05 ul li:hover .sec05_img img{
    transform: scale(1.1);
    transition-duration: 0.5s;     
    
}

.sec05 ul li:hover .sec05_img_2 img{
    transform: scale(1.0)!important;
    transition-duration: 0.5s;     
    
}




/* ここまでsec5 */

.dash{
    letter-spacing: -3px;
}



