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

a {
    text-decoration:none!important; 
}


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



/*フォント 指定*/

body{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #000;
}

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


/* 共通 */

.innner{
    width: 1080px;
    margin: 0 auto;
}

.btn{
    display: table;
    margin: 0 auto;
    margin-bottom: 125px;
}

.btn_2{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 630px;
    height: 90px;
    font-size: 3.0rem;
    border-radius: 50px;
    background-color: #FF7F00;
    color: #FFF;
    font-weight: bold;
    transition: 0.5s;
}

@media screen and (min-width: 767px) {

.btn_2:hover{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 680px;
    height: 90px;
    font-size: 3.0rem;
    border-radius: 50px;
    background-color: #FF7F00;
    color: #FFF;
    font-weight: bold;
    transition: 0.5s;
}

}


/* ボタン三角ここから */

.arrow_r {
    position: absolute;
    display: inline-block;
    padding-left: 20px;
    color: #FFF;
    text-decoration: none;
    top: 45px;
    right: 30px;
  }
  
  .arrow_r:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    transform: rotate(45deg);
  }

  
/* ボタン三角ここまで */

.title{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1080px;
    height: 100px;
    border: 2px solid #1371BC;
    font-size: 40px;
    color: #1371BC;
    font-weight: bold;
}




/* header */
 
.logo{
    width: 135px;
    margin: 10px;
}

.main{
    width: 100%;
}


.main_1{
    position: relative;
}


.main_copy{
    position: absolute;
    display: flex;
    width: 50.3vw;
    height: 20.5vw;
    bottom: -6vw;
    background-color: #1371BC;
    padding:3vw 0 0 7.3vw;
}

.main_copy img{
    width: 7.5vw;
    height: 14vw;
}

.main_copy p{
    font-size: 2.7vw;
    font-weight: bold;
    line-height: 4.4vw;
    margin-left: 2.2vw;
    color: #FFF;
}

.main_copy_1{
    font-size: 2.2vw;
    font-weight: bold;
}

.main_copy_2{
    font-size: 4.1vw;
    font-weight: bold;
    color: #F4EF7F;
}





@media screen and (min-width: 1366px) {

.main{
    width: 1366px;
    margin: 0 auto;
}


.main_1{
    position: relative;
}


.main_copy{
    position: absolute;
    display: flex;
    width: 687px;
    height: 280px;
    bottom: -80px;
    background-color: #1371BC;
    padding:40px 0 0 100px;
}

.main_copy img{
    width: 102px;
    height: 193px;
}

.main_copy p{
    font-size: 3.7rem;
    font-weight: bold;
    line-height: 6rem;
    margin-left: 30px;
    color: #FFF;
}

.main_copy_1{
    font-size: 3.0rem;
    font-weight: bold;
}

.main_copy_2{
    font-size: 5.6rem;
    font-weight: bold;
    color: #F4EF7F;
}


}

/* ここからsec1 */

.sec1_1{
    font-size: 1.8rem;
    margin: 150px 0 100px 0;
}

.sec1_2_1{
    display: flex;
    padding: 75px 80px;
    border-bottom: 1px solid #707070;
}

.sec1_2_1_1,.sec1_2_1_2{
    width: 400px;
    margin: 0 auto;
}

.sec1_2_1_1_1,.sec1_2_1_2_1{
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom:50px;
}

.sec1_2_1_1 img{
    display: flex;
    width: 275px;
    margin: 0 auto;
    margin-bottom:45px;
}


.sec1_2_1_2 img{
    width: 380px;
    margin: 0 auto;
    margin-top:45px;
}

.sec1_2_1_1_2,.sec1_2_1_2_2{
    font-size: 1.6rem;
    text-align: center;
}

.sec1_3{
    margin-bottom: 115px;
}


.sec1_3 p{
    font-size: 3.0rem;
    margin: 80px 0 45px;
    text-align: center;
    font-weight: bold;
}

.sec1_3 li{
    font-size: 1.8rem;
    counter-increment: count 1;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left:1.5em;
	text-indent:-1.5em;
}

.underred{
    border-bottom:solid;
    border-color:#000000;
    border-width:2px;/*5ピクセルの太さにする*/
}

/* ここまでsec1 */


/* ここからsec2 */

.sec2 ul{
    margin: 75px 0 65px;
}

.sec2_2_1{
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: 2px solid;
    margin-bottom: 30px;
}

.sec2_2_2{
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.sec2_2{
    text-align: right;
    margin-bottom: 120px;    
}

.sec2_2 a{
    font-size: 2.6rem;
    color: #1371BC;
    border-bottom: 1px solid;
}

/* ここまでsec2 */


/* ここからsec3 */

.sec3_1 {
    display: flex;
    margin: 80px auto; 
}


.sec3_1_1{
    display: inline-block;
    vertical-align: top;
    height: 145px;
    background-color: #FFFDC1;
    padding: 15px 30px 0;
    text-align: center;
    margin: 0 auto;
}

.sec3_1 li:not(:last-child){
    margin-right: 25px;
}

.sec3_1_2{
    width: 0;
    height: 0;
    margin-top: 60px;
    border-style: solid;
    border-width: 6.5px 0 6.5px 10px;
    border-color: transparent transparent transparent #000000;
}

.sec3_1_1_1{
    font-size: 3.0rem;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.sec3_1_1_2{
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.sec3_1_1_2 p{
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: bold;
}


/* ここまでsec3 */

/* ここからfooter */
footer{
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.6rem;
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ここまでfooter */


/* フローティングボタン  */
  
  .flow{
    position: fixed;
    bottom: 0;
    cursor: pointer;
    transition: 1.0s;
    background-color: #FFFDC1;
    width: 100vw;
    height: 150px;
    margin: 0 auto;
    z-index: 30;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
    padding-top: 30px;
    border-top: 3px solid #fff;
    }
    
    /*このクラスが付与されると表示する*/
    .active{
    opacity: 1;
    visibility: visible;
    }

    .inactive{
     opacity: 0;
     visibility: visible;
    }




/* ふわっと表示ここから */

.fade_block {
    transform: translateY(20px);
    opacity: 0;
    transition: all 5.0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  /* 画面に入った時の動き */
  .fade_block.blockIn {
    transform: translateY(0);
    opacity: 1;
  }

  /* ふわっと表示ここまで */

