html, body {
    margin: 0;
    padding: 0;
    background-color: rgb(226,235,242);
    height: 100%;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotSansCJKjp.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
body {
    font-weight: 100;
    font-family : "Noto Sans Japanese";
}
a {
    text-decoration: none;
    color: rgb(19,61,155);
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
nav {
    position: relative;
    z-index: 10;
    top:-50px;
    width: 100%;
    height: 50px;
    background-color: #000;
    text-align: center;
}
.on {
    display: none;
}
.nav_inner {
    font-size: 0;
    text-align: center;
}
.nav_inner li {
    display: inline-block;
    margin-left: 6.8%;
    line-height: 50px;
    cursor: pointer;
}
.nav_inner li:nth-of-type(1){
    margin-left: 0;
}
.nav_inner li span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.nav_inner li img {
    vertical-align: middle;
    height: 22px;
}
.nav_schedule {
    position: relative;
}
.link_off {
    margin-left:1px;
    height: 15px!important;
}
.nav_sns {
    display: none;
}
.sp {
    display: none;
}
.chain {
    color: rgb(19,61,155);
}
.chain{
    background-image: url("../img/link_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 12px;
    padding-right: 20px;
}

.top {
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
}  

.title_logo img {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 320px;
    height: 45px;
    z-index: 999;
}
.sign img {
    position: absolute;
    bottom: 74px;
    right: 24px;
    width: 251px;
    height: 179px;
    z-index: 999;
}
.header_bg {
    width: 100%;
    height: 100%;
}
.top_bg {
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position:top center;
    background-size: cover;
    width: 100%;
    height: 100%;    
    animation-name: fade;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    opacity: 0;
}
.top_bg:nth-of-type(1) {
    animation-delay: 0s;
}
.top_bg:nth-of-type(2) {
    animation-delay: 6s;
}
.top_bg:nth-of-type(3) {
    animation-delay: 12s;
}
@keyframes fade {
    0%   { opacity: 0; }
    11.11%   { opacity: 1; }
    33.33%  { opacity: 1; }
    44.44%  { opacity: 0; }
    100% { opacity: 0; }
}

.sns {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;;
}
.sns ul li {
    float: left;
    margin-right: 20px;
}
.sns ul li img {
    height: 22px;
}
.nav_sns {
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 999;;
}
.nav_sns ul li {
    float: left;
    margin-right: 20px;
}
.nav_sns ul li img {
    height: 22px;
}

.main {
    position: relative;
    margin: 85px auto 0 auto;
    max-width: 1080px;
    font-size: 14px;
    font-family : "Noto Sans CJK JP";
    font-family: 'Noto Sans Japanese';
}

.profile {
    margin: 0 auto;
    width: 100%;
}

.profile_logo img {
    width: 144.5px;
    height: 52px;
}
.profile_desc {
    width: 100%;
    text-align: center;
} 
.text {
    position: relative;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 120px;
    text-align: left;
    font-family: "Noto Sans CJK JP";
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}
.text:after {
    width: 43px;
    height: 330px;
    content: '';
    display: inline-block;
    background-image: url("../img/left_bar.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -73px;
    top: 0;
}
.profile_desc {
    text-align: center;
}
.profile_desc img {
    max-width: 741px;
}
.profile_top_img  {
    text-align: center;
}
.profile_top_img img {
    width: 100%;
    max-width: 900px;
}
.profile_top {
    display: inline-block;
    margin-top: 85px;
    text-align: center;
    width: 100%;
}
.profile_wrap {
    display: inline-block;
    width: 100%;
    max-width: 900px;
}
.profile_block {
    float: left;
    width: 50%;
}
.center_line {
    margin-top: 58px;
    border-bottom: 1px solid rgb(19,61,155);
    margin-bottom: 85px;
}
.item {
    margin-bottom: 14px;
    
}
.profile_top .item_block {
    float: left;
    width: 97px;
    margin-right: 26px;
}
.item_block img {
    /* width: 85px; */
}

.item_text {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    /* max-width: 300px; */
    width: calc(100% - 123px);
}
.profile_bottom {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.profile_bottom .profile_block {
    width: 100%;
    max-width: 900px;
}
.profile_bottom .profile_wrap {
    width: 100%;
    max-width: 900px;
}

.harf {
    float: left;
    width: 50%;
    height: 24px;
}
.nowrap {
    line-height: 1.5em;
    /* word-break: keep-all; */
}

.profile_bottom .item_block {
    width: 100%;
    height: 24px;
    text-align: left;
    margin-bottom: 16px;
    margin-bottom: 20px;
}
.item_list {
    float: left;
    margin-left: 1%;
    width: 49%;
    max-width: 423px;
}
.item_list:nth-of-type(1){
    margin-left: 0;
}
.item_list li {
    margin-bottom: 20px;
    text-align: left;
}
.profile_bottom_img {
    margin-top: 80px;
    text-align: center;
}
.profile_bottom_img img {
    width: 100%;
    max-width: 852px;
}



.gallary {
    margin: 100px auto;
    width: 100%;
}
.gallary_list  {
    margin-top: 65px;
    max-width: 1080px;
    height: 364px; 
}
.gallary_logo img {
    width: 157px;
}
.gallary_list img {
    display: block;
    padding: 3.5px;
    width: calc(100% - 6px);
    max-width: 163px;
}
.gallary_list li  {
    float: left;
    margin-right: 12px;
    margin-bottom: 24px;
    width: calc(100% / 6 - 12px);
    border: 1px solid rgb(19,61,155);
    cursor: pointer;
}
.gallary_list li:nth-of-type(6)  {
    margin-right: 0;
}
.gallary_list li:nth-of-type(12)  {
    margin-right: 0;
}
.link {
    margin: 0 auto 100px auto;
    width: 100%;

}
.link_logo img {
    width: 85px;
}

.link ul {
    margin: 34px 0;
    width: 100%;
    text-align: center;
}
.link li {
    width: 100%;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid  rgb(178,193,202);
}
.link li:last-child{
    border: none;
}
.link a {
    margin-left: 20px;
}

.contact {
    width: 100%;
    text-align: center;
}
.contact_logo {
    text-align: left;
}
.contact_logo img {
    width: 168px;
}
.contact_button {
    margin: 70px auto 15px auto;
    text-align: center;
}
.contact_button img {
    width: 390px;
}
.contact_text {
    text-align: center;
}
.copylight {
    display: inline-block;
    margin-top: 150px;
    margin-bottom: 30px;
}


.slideBlock {
    position: relative;
    width: 100%;
    height: 100%;
    /* min-height: 720px;    */
    overflow: hidden; 
    background-color:#000;
}

.slider {
    position: relative;
    margin: auto;
    max-width: 3840px;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    /* min-height: 720px; */
    overflow: hidden;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(150vh - 50px);
    height: 100%;
    min-height: 30vw;
}


.slanting {
    position: absolute;
    z-index: 7;
    left: calc(150vh - 50px - 50vh * 0.132);
    height: calc(100% - 50px);
    top:0;   
}
.fadeFilter {
    transform:skewX(-7.56deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    width: 50vw;
    height: 100vh;
    z-index: 99;
    overflow: hidden;
}
.fadeFilter div {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    width: 100%;
    height: 100vh;
	background-color: rgb(108, 155, 210);
	background-image: radial-gradient( at left top, rgba(86, 108, 136, 0), rgb(59, 119, 197) );
}

.filter_wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.slanting_filter  {
    position: absolute;
    top: 0;
    left: 30px;
    width: 3000px;
    height: 100%;
    background-color: rgba(19,61,155, 0.5);
    transform:skewX(-7.56deg);
}

.slanting_inner {
    width: 100%;
    height: 100%;
    /* min-height: 720px; */
    transform:skewX(-7.56deg);
    background:-moz-linear-gradient(160deg,  rgba(108, 149, 204, 1.0) 75%,rgba(48, 86, 147, 0.6));
    background:-webkit-linear-gradient(160deg,  rgba(108, 149, 204, 1.0) 75%,rgba(48, 86, 147, 0.6));
    background:-ms-linear-gradient(160deg,  rgba(108, 149, 204, 1.0) 75%,rgba(48, 86, 147, 0.6));
    background: linear-gradient(160deg,  rgba(108, 149, 204, 1.0) 75%,rgba(48, 86, 147, 0.6));
    background-color: rgb(108, 155, 210);
}

.slanting_inner {
    position: relative;
}

.slanting_inner .sign {
    position: absolute;
    top: calc(50% - 75px);
    left: -82px;
    height: 123px;
}
.slanting_inner .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 181px;
}

.slanting2 {
    position: absolute;
    z-index: 6;
    left: calc(150vh - 50px - 50vh * 0.132);
    height: calc(100% - 50px);
    top:0;
}

.slanting2 div {
    width: 100%;
    height: 100%;
    /* min-height: 720px; */
    transform:skewX(-7.56deg);
    background-color: rgb(108, 155, 210);
}
.filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    z-index: 7;
}
 
.modal_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    margin: auto;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    z-index: 7777;
    overflow: auto;
}
.modal_scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal_inner {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal_img_wrap {
    position: relative;
    display: inline-block;
    width: 840px;
    height: 585px;
}
 .modal_img {

    object-fit: contain;
    font-family: 'object-fit: contain;';
    max-width: 840px;
    max-height: 585px;
 }
 .modal_close {
    position: absolute;
    top: -50px;
    right: 0;
 }
.modal_close img {
    width: 100px;
}
.modal_buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.modal_buttons img {
    display: block;
    width: 100px    
}
.prev {
    position: absolute;
    bottom: -50px;
    left: 250px;
}
.next {
    position: absolute;
    bottom: -50px;
    right: 250px;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}