@charset "utf-8";

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    /*src: url('../font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
    /*src: url('../font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    src: url('../font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('../font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
/*    src: url('../font/NotoSansCJKjp-Light.eot');
    src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/NotoSansCJKjp-Light.woff') format('woff'),
    url('../font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
  /*  src: url('../font/NotoSansCJKjp-DemiLight.eot');
    src: url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('../font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
/*    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
/*@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
/*    src: url('../font/NotoSansCJKjp-Black.eot');
    src: url('../font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),*/
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff'),
    url('../font/NotoSansCJKjp-Black.ttf')  format('truetype');
}

@font-face {
    font-family: 'FutoMinA101Pro-Bold';
    font-style: normal;
    font-weight: 900;
    src: url('../font/FutoMinA101Pro-Bold.otf');
    /*src: url('../font/FutoMinA101Pro-Bold.otf?#iefix') format('embedded-opentype'),*/
}
html{
  font-size: 62.5%;
  letter-spacing: 2px;
}
body {
  font-family: "Noto Sans Japanese","ヒラギノ行書 StdN W4","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
} 
.sp_br {
  display: block;
}

.pc_br {
  display: inline;
}

.br {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: inline;
  }

  .pc_br {
    display: block;
  }
}


/*header*/
@media screen and (max-width: 768px) {
  .header{
    height: 100vh;
    color: white;
  }
  .header .kv_back{
    width: 100%;
    height: 100vh;
	background: url("../img/sp/kv_sp.jpg") no-repeat center;
	background-size: cover;
  }

    /*navgation*/
  .header_nav{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 60px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(29, 47, 86, 0.4);
    z-index: 5001;
  }
  .header_nav .logo{
    /*width: 270px;*/
    margin-left: 5.3%;
    text-align:center;
  }
  .header_nav .header_logo img{
    width: 50px;
  }
  .header_nav .h1_inner{
    display: inline-block;
    line-height: 15px;
    font-size: 1.3rem;
    font-weight: 100;
  }
  .header_nav .h1_inner .h1_bold{
    font-weight:400;
  }
  .header_nav .h1_inner{
    font-weight:100;
    transform: translateY(-2px);
  }
  .header_nav .h1_inner .h1_rub{
    font-size: 0.7rem;
    font-weight:100;
    letter-spacing: 1px;
  }


  .nav_list{
    display: none;
  }
  .header .header_slogan{
    position: absolute;
    top: 30vh;
    left: 0;
    width: 100%;
    line-height: 2;
    text-shadow: 1px 1px 3px #1f2e55;
  }
  .header .scroll{
    width: min-content;
    position: relative;
    bottom: 35px;
    left: calc(50% - 30px);
    font-weight: 400;
    font-size: 1.3rem;
  }
  .header .scroll::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: white;
    top: -40px;
    left: 30px;
  }
  .header_slogan{
    text-align: center;
    font-family: FutoMinA101Pro-Bold;
    font-size: 7vmin;
  }
}

@media screen and (min-width: 769px) {
  .header{
    height: 800px;
    overflow: hidden;
    color: white;
  }
  .header .kv_back{
    width: 100%;
	height: 800px;
	background: url(../img/kv.jpg) no-repeat center;
	background-size: cover;
  }

  /*navgation*/
  .header_nav{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    line-height:100px;
    margin-right:80px;
    z-index: 5000;
    display:flex;
    justify-content: space-between;
  }
  .header_nav .logo{
    /*width: 350px;*/
    margin-left:2.08%;
    padding-top: 20px;
    text-align:center;
  }
  .header_nav .h1_inner{
    display: inline-block;
    line-height: 18px;
    font-size: 1.8rem;
    font-weight: 100;
  }
  .header_nav .h1_inner .h1_bold{
    font-weight:400;
  }
  .header_nav .h1_inner{
    font-weight:100;
    transform: translateY(-4px);
  }
  .header_nav .h1_inner .h1_rub{
    font-size: 0.5rem;
    font-weight:100;
    letter-spacing: 1px;
  }

  .nav_list{
    margin-right:2.08%;
    display: block;
  }
  .nav_list ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .nav_list_li{
    margin: 0 1vw;
    font-size: 1.6rem;
  }
  .nav_list_li:nth-of-type(1){
    margin-left: 0;
  }
  .nav_list_li:nth-of-type(3){
    margin-right: 0;
  }
  .nav_list_li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .nav_list_li a::after {
    position: absolute;
    bottom: 30px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  .nav_list_li a:hover::after {
    transform: scale(1, 1);
  }
  .nav_list_li a{
    text-decoration: none;
  }
  .header .header_slogan{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    line-height: 2;
    text-shadow: 1px 1px 3px #1f2e55;
  }
  .header .scroll{
    position: relative;
    bottom: 35px;
    left: calc(50% - 35px);
    font-weight: 400;
    font-size: 1.6rem;
  }
  .header .scroll::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: white;
    top: -80px;
    left: 35px;
  }
  .header_slogan{
    text-align: center;
    font-family: FutoMinA101Pro-Bold;
    font-size: 4rem;
  }

  /*メニュボタン非表示*/
  #nav_toggle {
    display:none;
  }  
}

.fixed{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(29, 47, 86, 0.6);
}

.menu_sp a{
  text-decoration:none;
}
@media screen and (max-width: 768px) {

  /*開閉ボタン*/
  #nav_toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right:20px;
    position: relative;
    z-index: 10000;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 25px;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 6px;
  }
  #nav_toggle span:nth-child(2) {
    top: 14px;

    /*display: none;*/
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
    right: 0;
    /*width: 60%;*/
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span {
    background: #fff;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 14px;
    width: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 14px;
    width: 25px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4999;
    background-color: white;
    opacity: 1;
  }
}





/*main catchphrase*/
@media screen and (max-width: 769px) {

  .catchphrase{
    width: 100%;
    padding:50px 0;
    background-color: white;
    text-align:center;
    color:#1f2e55;
  }
  .section_title img{
    width:50px;
  }
  .phrase_outer{
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #index .company_button{
    display:inline-block;
    margin:0 auto;
    margin-top: 25px;
    border:2px solid #1f2e55;
    width:200px;
    line-height: 50px;
    font-size: 1.5rem;
    color:#1f2e55;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .catchphrase{
    width: 100%;
    height: 300px;
    padding:100px 0;
    background-color: white;
    text-align:center;

    color:#1f2e55;
  }
  .section_title img{
    width:100px;
  }
  .phrase_outer{
    margin-top: 50px;
    font-size: 2rem;
    line-height:1.7;
  }
  .company_button{
    margin:0 auto;
    margin-top: 50px;
    border:2px solid #1f2e55;
    width:300px;
    line-height: 60px;
  }
  .company_button{
    font-size: 1.6rem;
    color:#1f2e55;
    text-decoration: none;
  }
}



/*main contents_list*/
@media screen and (max-width: 769px) {
  .contents_list{
    width:100%;
  }
  .contents_li{
    width:100%;
    border-bottom:2px solid #ffffff;
  }
  .contents_li_title_outer{
    width:100%;
    height:200px;
    color:#222f52;
    text-align:center;
    display: flex;
    justify-content: center ;
    align-items: center;
    background-size: cover;
  }
  .contents_li_title_outer > div{
    line-height:3;
  }
  .contents_li_title{
    font-size:1.5rem;
    font-weight: 400;
  }
  .contents_li:nth-of-type(1) .contents_li_title_outer{
    background-image:url('../img/sp/entame_back_sp.jpg');
  }
  .contents_li:nth-of-type(2) .contents_li_title_outer{
    background-image:url('../img/sp/ma_back_sp.jpg');
  }
  .contents_li:nth-of-type(3) .contents_li_title_outer{
    background-image:url('../img/sp/bs_back_sp.jpg');
  }
  .contents_li:nth-of-type(4) .contents_li_title_outer{
    background-image:url('../img/sp/human_back_sp.jpg');
  }
  .li_pulldown > i:before{
    font-size: x-large;
  }
  .li_pulldown > i:before{
    font-size: x-large;
  }
  .li_pulldown{
    transition:0.5s;
  }
  .li_pulldown.open{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .contents_body{
    padding:50px 30px;
    background-color: #1f2e55;

    display:none;
  }
  .contents_body_text{
    line-height: 1.6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
  }
  .contents_body table{
    margin:0 auto;
    margin-top:25px;
    border-collapse: separate;
    border-spacing: 0px 5px;
  }
  .contents_body th{
    width:40px;
    /*line-height:50px;*/
    color:#fff;
    font-size: 1.6rem;
    text-align:center;
    background-color: #2b4075;

    vertical-align: middle;
  }
  .contents_body th:nth-child(n+2){
    margin-top:5px;
  }
  .contents_body td{
    width:255px;
    line-height: 2rem;
    padding: 15px 10px;
    background-color: #fff;
    color: #1f2e55;
    font-size: 1.5rem;
    font-weight:600;
    vertical-align: middle;
  }
  .contents_body td:nth-child(n+2){
    margin-top:5px;
  }
}
@media screen and (min-width: 769px) {
  .contents_list{
    width:100%;
  }
  .contents_li{
    width:100%;
    border-bottom:2px solid #ffffff;
  }
  .contents_li_title_outer{
    width:100%;
    height:400px;
    color:#222f52;
    text-align:center;
    display: flex;
    justify-content: center ;
    align-items: center;
    cursor:pointer;

  }
  .contents_li_title_outer > div{
    line-height:3;
  }
  .contents_li_title{
    font-size:3rem;
    font-weight: 400;
  }
  .contents_li:nth-of-type(1) .contents_li_title_outer{
    background-image:url('../img/entame_back.jpg');
  }
  .contents_li:nth-of-type(2) .contents_li_title_outer{
    background-image:url('../img/ma_back.jpg');
  }
  .contents_li:nth-of-type(3) .contents_li_title_outer{
    background-image:url('../img/bs_back.jpg');
  }
  .contents_li:nth-of-type(4) .contents_li_title_outer{
    background-image:url('../img/human_back.jpg');
  }
  .li_pulldown > i:before{
    font-size: xx-large;
  }
  .li_pulldown{
    transition:0.5s;
  }
  .li_pulldown.open{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg) translateY(20px);
  }
  .contents_body{
    padding:50px 0;
    background-color: #1f2e55;

    display:none;
  }
  .contents_body_text{
    line-height:2;
    color:#fff;
    font-size: 2.4rem;
    font-weight: 100;
    text-align:center;
  }
  .contents_body table{
    max-width:1000px;
    margin:0 auto;
    margin-top: 35px;
    border-collapse: separate;
    border-spacing: 0px 10px;
  }
  .contents_body th{
    /*display: inline-block;*/
    width:200px;
    line-height:50px;
    color:#fff;
    font-size: 1.6rem;
    text-align:center;
    background-color: #2b4075;
  }
  .contents_body th:nth-child(n+2){
    margin-top:10px;
  }
  .contents_body td{
    /*display: inline-block;*/
    width:750px;
    padding-left: 50px;
    line-height:50px;
    background-color: #fff;
    color: #1f2e55;
    font-size: 1.6rem;
    font-weight:800;
  }
  .contents_body td:nth-child(n+2){
    margin-top:10px;
  }


}

/*company_info*/
@media screen and (max-width: 769px) {
  .company_info{
    padding:50px 30px;
  }
  .company_info_inner{
    width: 100%;
    margin:0 auto;
  }
  .company_info_inner{
  }
  .info_phrase_outer{
    border:4px solid #1f2e55;
    padding:35px 20px;
    text-align:center;
  }
  .info_phrase_title{
    font-size: 1.5rem;
    font-weight:600;
    color:#1f2e55;
  }
  .info_phrase_body{
    margin-top:15px;
    line-height:1.3;
    font-size: 1.3rem;
    font-weight:400;
    color: #1f2e55;
  }

  .table_outer{
    margin-top: 50px;
    padding:50px 25px; 
    background-color: #1f2e55;
    color:#fff;
  }
  .table_caption{
    margin-bottom:25px;
    font-size: 1.75rem;
    text-align:center;
  }
  .table{
    width:100%;
  }
  .table tr{
    padding: 10px 0;
    line-height:22px;
    border-top:1px solid #4c5877;
  }
  .company_info .table tr:last-of-type{
    border-bottom:1px solid #4c5877;
  }
  .table th{
    display:block;
    padding-top:10px;
    padding-bottom:3px;
    font-size: 1.4rem;
    font-weight:100;
    text-align:left;
  }
  .table td{
    display:block;
    padding-bottom:10px;
    font-size: 1.5rem;
    font-weight:400;
    text-align:left;
  }
  .table td span{
    display:inline-block;
  }
}  
@media screen and (min-width: 769px) {
  .company_info{
    padding:100px;
  }
  .company_info_inner{
    max-width: 1200px;
    margin:0 auto;
  }
  .info_phrase_outer{
    border:7px solid #1f2e55;
    padding:60px;
    text-align:center;
  }
  .info_phrase_title{
    font-size: 2rem;
    font-weight:600;
    color:#1f2e55;
  }
  .info_phrase_body{
    margin-top:30px;
    line-height: 1.5;
    font-size: 2rem;
    font-weight:400;
    color: #1f2e55;
  }

  .table_outer{
    margin-top: 100px;
    padding:100px 50px; 
    background-color: #1f2e55;
    color:#fff;
  }
  .table_caption{
    margin-bottom:50px;
    font-size: 3rem;
    text-align:center;
  }
  .table{
    margin:0 auto;
    margin-top:50px;
    max-width:1000px;
  }
  .table tr{
    padding: 10px 0;
    line-height:40px;
    border-top:1px solid #4c5877;
  }
  .company_info .table tr:last-of-type{
    border-bottom:1px solid #4c5877;
  }
  .table th{
    width:140px;
    font-size: 1.6rem;
    font-weight:100;
  }
  .table td{
    width: 960px;
    font-size: 2rem;
    font-weight:400;
  }

  .table td span{
    display:inline-block;
    padding-left: 50px;
    margin:10px 0;
    border-left: 1px solid #4c5877;
  }
}


/*footer*/
@media screen and (max-width: 769px) {
  .footer{
    padding: 45px 30px 25px 30px;
    background-color:#8f96aa;
    color:#fff;
  }
  .footer_li_outer{
    width: 270px;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
  }
  .footer_li{
    font-size: 1.5rem;
    font-weight: 400;
  }
  .footer_li:nth-of-type(1){
    margin-right:100px;
  }
  .footer_li:last-of-type{
    margin-right:0px;
  }
  .footer_li > h3{
    font-weight:400;
    margin-bottom:1.5rem;
  }
  .footer_li > h3 a{
    text-decoration: none;
  }
  .footer_li_body{
    height:40px;
    border-left: 1px solid #fff;
  }

  .footer_li:nth-of-type(3){
    margin-top:30px;
  }
  .footer_li:nth-of-type(3) .footer_li_body{
    height:calc(100% - 35px);
  }
  .footer_li_body > ul{
    padding-left:10px;
    display: flex;
    flex-direction: column;
  }
  .footer_inner_li{
    height: 50px;
    font-size: 1.3rem;
    font-weight: 300;
  }
  .footer_inner_li > span{
    display:inline-block;
    position:relative;
    bottom:-30px;
  }
  .footer_inner_li > span a{
    text-decoration: none;
  }
  .address{
    margin-top:90px;
    font-size: 0.8rem;
    font-weight: 100;
    font-style:normal;
    letter-spacing: 1.5px;
    text-align:center;
  }

}
@media screen and (min-width: 769px) {
  .footer{
    width: 100%;
    height: 390px;
    padding-top:100px;
    padding-bottom:50px;
    background-color:#8f96aa;
    color:#fff;
  }
  .footer_li_outer{
    display:flex;
    justify-content: center;
  }
  .footer_li{
    margin-right:100px;
    font-size: 1.6rem;
  }
  .footer_li:last-of-type{
    margin-right:0px;
  }
  .footer_li > h3{
    font-weight:400;
    margin-bottom:2rem;
  }
  .footer_li > h3 a{
    text-decoration: none;
  }
  .footer_li_body{
    height:calc(100% - 35px);
    border-left: 1px solid #fff;
  }
  .footer_li_body > ul{
    padding-left:30px;
    display: flex;
    flex-direction: column;
  }
  .footer_inner_li{
    height:50px;
    font-size: 1.6rem;
    font-weight:400;
  }
  .footer_inner_li > span{
    display:inline-block;
    position:relative;
    bottom:-30px;
  }
  .footer_inner_li > span a{
    text-decoration: none;
  }
  .address{
    margin-top:150px;
    font-size: 1.3rem;
    font-weight: 100;
    font-style:normal;
    text-align:center;
  }
}

/*--------共通--------*/

/*button*/
@media screen and (min-width: 769px) {
  .catchphrase .button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
  }
  .catchphrase .button::before,
  .catchphrase .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .catchphrase .button,
  .catchphrase .button::before,
  .catchphrase .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .catchphrase .button {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
  }
  .catchphrase .button:hover {
    color: #fff;
  }
  .catchphrase .button::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .catchphrase .button:hover::after {
    top: 0;
    left: 0;
    background-color:#1f2e55;
  }
}

/*sp_menu*/
.menu_sp{
  display: none;
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;

  background-color:#1e2e56;
  color: white;
  z-index:5000;
}
.menu_sp_inner{
  padding: 115px 8% 0 8%;
}
.menu_sp_li{
  padding-left:4.76%;
  line-height: 60px;
  border-bottom:1px solid white;
  font-size:2rem;

}
.menu_sp_li > ul{
  padding-left: 8.33%;
}
.menu_sp_in_li{
  line-height:50px;
  font-size: 3.5vmin;
}