@charset "utf-8";

/* nomal */
@font-face {
    font-family: 'LINESeedJP';
    src: url('/font/LINESeedJP_OTF_Rg.woff') format('woff'),
      url('/font/LINESeedJP_OTF_Rg.woff2') format('woff2');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
  }
  
  /* bold */
  @font-face {
    font-family: 'LINESeedJP';
    src: url('/font/LINESeedJP_OTF_Bd.woff') format('woff'),
      url('/font/LINESeedJP_OTF_Bd.woff2') format('woff2');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
  }
  
  /* EX bold */
  @font-face {
    font-family: 'LINESeedJP';
    src: url('/font/LINESeedJP_OTF_Eb.woff') format('woff'),
      url('/font/LINESeedJP_OTF_Eb.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    list-style:none;
    vertical-align: baseline;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    font-family: 'LINESeedJP', sans-serif;
    width: 100%;
    color: #000;
    background-color: #F8F8F8;
    margin: 0 auto;
    font-size: 1.6rem;
}

section{ margin: 0 auto;}

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

ul{
    list-style: none;
    padding-left: 0;
}

a{
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover{
    opacity: 0.7;
    cursor: pointer;
}

input,button,textarea { outline: none;}

input:focus,textarea:focus {
  background: #f7f7f7;
}

@media screen and (max-width:768px) {
    html{
        font-size: 60%;
    }
}

@media screen and (max-width:480px) {
    html{
        font-size: 58%;
    }
}

/*============================
common
============================*/

.mgr0{margin-right: 0px!important;}
.mgr5{margin-right: 5px!important;}
.mgr10{margin-right: 10px!important;}
.mgr15{margin-right: 15px!important;}
.mgr20{margin-right: 20px!important;}
.mgr25{margin-right: 25px!important;}
.mgr30{margin-right: 30px!important;}
.mgr35{margin-right: 35px!important;}
.mgr40{margin-right: 40px!important;}
.mgr45{margin-right: 45px!important;}
.mgr50{margin-right: 50px!important;}

.mgl0{margin-left: 0px!important;}
.mgl5{margin-left: 5px!important;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px!important;}
.mgl20{margin-left: 20px!important;}
.mgl25{margin-left: 25px!important;}
.mgl30{margin-left: 30px!important;}
.mgl35{margin-left: 35px!important;}
.mgl40{margin-left: 40px!important;}
.mgl45{margin-left: 45px!important;}
.mgl50{margin-left: 50px!important;}

.mgb0{margin-bottom: 0px!important;}
.mgb5{margin-bottom: 5px!important;}
.mgb10{margin-bottom: 10px!important;}
.mgb15{margin-bottom: 15px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb25{margin-bottom: 25px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb35{margin-bottom: 35px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb45{margin-bottom: 45px!important;}
.mgb50{margin-bottom: 50px!important;}

.mgt0{margin-top: 0px!important;}
.mgt5{margin-top: 5px!important;}
.mgt10{margin-top: 10px!important;}
.mgt15{margin-top: 15px!important;}
.mgt20{margin-top: 20px!important;}
.mgt25{margin-top: 25px!important;}
.mgt30{margin-top: 30px!important;}
.mgt35{margin-top: 35px!important;}
.mgt40{margin-top: 40px!important;}
.mgt45{margin-top: 45px!important;}
.mgt50{margin-top: 50px!important;}

.pdb0{padding-bottom: 0px!important;}
.pdb5{padding-bottom: 5px!important;}
.pdb10{padding-bottom: 10px!important;}
.pdb15{padding-bottom: 15px!important;}
.pdb20{padding-bottom: 20px!important;}
.pdb25{padding-bottom: 25px!important;}
.pdb30{padding-bottom: 30px!important;}
.pdb35{padding-bottom: 35px!important;}
.pdb40{padding-bottom: 40px!important;}
.pdb45{padding-bottom: 45px!important;}
.pdb50{padding-bottom: 50px!important;}

.pdt0{padding-top: 0px!important;}
.pdt5{padding-top: 5px!important;}
.pdt10{padding-top: 10px!important;}
.pdt15{padding-top: 15px!important;}
.pdt20{padding-top: 20px!important;}
.pdt25{padding-top: 25px!important;}
.pdt30{padding-top: 30px!important;}
.pdt35{padding-top: 35px!important;}
.pdt40{padding-top: 40px!important;}
.pdt45{padding-top: 45px!important;}
.pdt50{padding-top: 50px!important;}

.cf{clear: both;}

.sp {display: none;}

@media screen and (max-width: 480px) {
    /*.pc{
        display: none!important;
    }*/
    .sp{
        display: block;
    }
}


a.disabled{
	pointer-events: none;
    text-decoration: none;
    color: #000;
}

.c_wrap{
    width: 100%;
    max-width: 750px;
    padding: 100px 20px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:768px) {
    .c_wrap{
    }
}

@media screen and (max-width:480px) {
    .c_wrap {
        padding: 50px 4%;
    }
}

h1{}

h2{}

h3{}

h4{}

.col{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*ボタン*/

.btn_cont{
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.btn_center{
    margin-right: auto;
    margin-left: auto;
}

.btn{
    font-weight: bold;
    display: block;
    padding: 1em 4em;
    text-align: center;
    border-radius: 50px;
    box-shadow: 8px 8px 0px #A7CCE5;
    width: 100%;
    max-width: max-content;
    position: relative;
    line-height: 1.8;
    background-color: #005E9F;
    color: #fff;
    font-size: 2.2rem;
    margin: auto;
}

.btn:hover{
    opacity: 1;
    box-shadow: 0px 0px 0px #A7CCE5;
    background-color: #66edff;
    color: #003357;
}

.btn::before{
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 700;
    border: 1px solid;
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    line-height: 50px;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .2s;
}
.btn:hover::before{
    background: #003357;
    color: #66edff;
}

@media screen and (max-width: 480px){
    .btn {
        padding: 1em 3.5em;
        padding-left: 2em;
        font-size: 1.8rem;
    }
    .btn::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 15px;
    }
}

/*============================
header
============================*/




/*============================
nav
============================*/

/* .hamburger_menu{
    width: calc(100% - 520px);
    margin-right: 275px;
}

.nav_content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 27px;
}

#menu_btn_check {
    display: none;
} */

/* ハンバーガーナビ　*/

@media screen and (max-width: 1100px){
    /* header{
        height: 60px;
        filter: unset;
    } */
    header:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
    }
    header.active{
        background: rgba(0,0,0,1);
    }
    header h1{
        width: 170px;
        margin-top: 12px;
        margin-left: 18px;
    }
    header .c_wrap{
        display: block;
        padding: 0;
    }
    .nav_content {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        height: 100%;
        position: fixed;
        top: -100%;/*topの値を変更してメニューを画面外へ*/
        z-index: 130;
        background: rgba(255,255,255,0.8);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transition: all 1s;/*アニメーション設定*/
        padding-top: 60px;
        align-items: flex-start;
    }
    .hamburger_menu{
        width: 100%;
        margin-right: 0;
    }
    .menu_btn {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 500;
        background-color: #000;
    }
    .menu_btn span,
    .menu_btn span:before,
    .menu_btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
        transition: all .5s;/*アニメーション設定*/
    }
    .menu_btn span:before {
        bottom: 8px;
    }
    .menu_btn span:after {
        top: 8px;
    }
    #menu_btn_check:checked ~ .menu_btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu_btn_check:checked ~ .menu_btn span:before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu_btn_check:checked ~ .menu_btn span:after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu_btn_check:checked ~ .nav_content {
        top: 0;/*メニューを画面内へ*/
        transition: all .5s;/*アニメーション設定*/
    }

}


/*============================
top
============================*/

main{
    background-image: url(/images/bg_img1.png),url(/images/bg_img2.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;
    background-size: 150px auto;
}

.kv{}

.kv h1 {
    width: 100%;
    margin-bottom: 40px;
}

.kv figure {
    width: 75%;
    margin: auto;
    margin-bottom: 40px;
}

.kv p {
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px){
    main {
        background-size: 100px auto;
    }
    .kv figure {
        width: 90%;
    }
    .kv p {
        text-align: left;
    }
    .kv p br{
        display: none;
    }
}

/*============================
footer
============================*/
footer{
    background: #003357;
    color: #fff;
    padding: 30px;
    text-align: center;
}

footer small{
    font-size: 1.4rem;
    font-weight: bold;
}


