
html, body {
    margin: 0;
    padding: 0;
    background-color: rgb(226,235,242);
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 17px;
}
a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.chain {
    color: rgb(19,61,155);
}
.chain ::after{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../img/link_icon.png");
    top: 0;
    right: 0;
    position: absolute;
    /* bac */
}
@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'),
    url('../font/NotSansCJKjp.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
.pc {
    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;
}
nav {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 70px;
    background-color: #000;
    text-align: center;
    /* display: inline-block; */
}
.on {
    display: none;
}
.nav_inner {
    display: inline-block;
    width: 100%;  
    height: 35px;
}
.nav_inner li {
    float: left;
    width: calc(100% / 3);
    line-height: 35px;
}
.nav_inner li:nth-of-type(4){
    line-height: 26px;
}
.nav_inner li:nth-of-type(5){
    line-height: 26px;
}
.nav_inner li:nth-of-type(6){
    line-height: 26px;
}
.nav_inner li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer
}
.nav_inner li img {
    vertical-align: middle;
    height: 16px;
}
.link_off {
    margin-left:1px;
    height: 12px!important;
}
.top {
    position: relative;
    width: 100%;
    /* height: calc(100% - 70px); */
    /* padding-top: 150%; */
    /* 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 {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;;
}

.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;
}
.slide {
    width: 100%;
    height: 100%;
}

.main {
    position: relative;
    padding-top: 70px;
    width: 100%;
    font-size: 3vw;
    font-family : "Noto Sans Japanese";
}

.profile {
    margin: 70px auto 0 auto;
    width: 100%;
}
.profile_logo {
    margin-left: 20px;
}
.profile_logo img {
    width: 30%;
}
.profile_desc {
    margin: 50px 20px;
    width: calc(100% - 40px);
    text-align: center;
} 
.text {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 25px;
}
.text:after {
    width: 21px;
    height: 330px;
    content: '';
    display: inline-block;
    background-image: url(../img/left_bar.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: 0;

}
.profile_desc {
    text-align: center;
}
.profile_desc img {
    width: 100%;
}
.profile_top_img  {
    text-align: center;
}
.profile_top_img img {
    width: 100%;
}
.profile_top {
    display: inline-block;
    margin: 0px 20px 0 20px;
    width: calc(100% - 40px);
}
.profile_wrap {
    display: inline-block;
}
.profile_block {
}
.center_line {
    margin-top: 40px;
    border-bottom: 1px solid rgb(19,61,155);
    margin-bottom: 42.5px;
}


.item {
    float: left;
    /* margin-bottom: 20px; */
    width: 100%;

}
.profile_top .item_block {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25%;
}
.profile_top .item_text {
    /* word-break: keep-all; */
    line-height: 4vw;
    width: calc(75% - 20px);
}
.item_block img {
    width: 100%;
}
.item_inner {
    display: inline-block;
    margin-left: 19px;
    width: 76px;
    height: 21px;
    text-align: center;
}
.item_text {
    display: inline-block;
    text-align: left;
}
.nowrap {
    line-height: 4.5vw!important;
    margin-bottom: 20px;
}


.profile_bottom {
    display: inline-block;
    text-align: center;

}
.profile_bottom .profile_wrap{
    margin: 0 20px;
    width: calc(100% - 40px);
}

.profile_bottom .profile_block {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.profile_bottom .item_block {
    margin-bottom: 16px;
    width: 30%;
    float: left;
    text-align: left;
}
.sp_width {
    width: 25%!important;
}
.item_list {
    float: left;
    width: 100%;
}
.item_list li {
    margin-bottom: 13px;
    text-align: left;
}
.profile_bottom_img {
    text-align: center;
}
.profile_bottom_img img {
    width: 100%;
    max-width: 852px;
}


.gallary {
    margin: 50px  20px;
    width: calc(100% - 40px);
    height: 100%;
}
.gallary_list  {
    display: inline-block;
    width: calc(100%);
    height: 100%;    
    margin: 24px 0;
}
.gallary_logo {
    margin-bottom:20px;
}
.gallary_logo img {
    width: 30%;
}
.gallary_list img {
    display: block;
    padding: 2.5px;
    width: calc(100% - 5px);
}
.gallary_list li  {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc((100% - 20px) / 3);
    height: 100%;
    border: 1px solid rgb(19,61,155);
    box-sizing: border-box;
    cursor: pointer;
}
.gallary_list li:nth-of-type(3)  {
    margin-right: 0;
}
.gallary_list li:nth-of-type(6)  {
    margin-right: 0;
}
.gallary_list li:nth-of-type(9)  {
    margin-right: 0;
}
.gallary_list li:nth-of-type(12)  {
    margin-right: 0;
}


.link {
    margin: 0 20px 50px 20px;
    width: calc(100% - 40px);

}
.link_logo img {
    width: 20%;
}

.link ul {
    margin: 34px 0;
    width: 100%;
    text-align: center;
}
.link li {
    width: 100%;
    line-height: 31px;
    border-bottom: 1px solid  rgb(178,193,202);
}
.link li:last-child{
    border: none;
}
.link li:nth-of-type(3) {
    margin-top: 30px;
    line-height: 40px;
}
.link a {
    /* margin-left: 20px; */
}

.contact {
    margin: 0px 20px;
    width: calc(100% - 40px); 
    text-align: center;
}
.contact_logo {
    margin-bottom: 85px;
    text-align: left;
}
.contact_logo img {
    width: 35%;
}
.contact_button {
    margin: 30px 0;
    width: 100%;
    text-align: center;
}
.contact_button a {
    width: 100%;
}
.contact_button img {
    width: 100%;
    max-width: 660px;
}
.contact_text {
    margin-bottom: 40px;
}
.copylight {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 15px;
}


.slideBlock {
    /* position: relative; */
    width: 100%;
    /* height: calc(100%);
    p */
    padding-top: 150%;
    overflow: hidden; 
    background-color:#000;
}

.slider {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position:top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%!important;
    padding-top: 150%;
}

/* .slider li.nextItem{
    z-index: 9;
} */

.slider li:nth-of-type(1) {
    z-index: 3;    
}
.slider li:nth-of-type(2) {
    z-index: 2;    
}
.slider li:nth-of-type(3) {
    z-index: 1;    
} 

.slanting_sp {
    position: absolute;
    z-index: 9;
    right: 0;
    top:0;
    width: 168px;
    padding-top: 150%;
    /* height: 100%; */
    background-image: url("../img/slanting_sp.svg");
    background-position: top bottom;
    background-size: cover;
}
.slanting_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
    z-index: 99;
}
.slanting_wrap .title {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 40%;
}
.slanting_wrap .sign {
    position: absolute;
    right: 15px;
    bottom: 100px;
    width: 40%;
}
/* .slanting_sp .sign img {
    width: 100%;
} */

.slanting {
    display: none;
}
.slanting_filter  {
    display: none;
}

.slanting_inner {
    /* display: none; */
}

.slanting_inner {
    position: relative;
}

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

.slanting2 {
    display: none
}

.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: 100%;
    height: 100%;
    z-index: 8;
}



.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: calc(100%);
}
 .modal_img {
    width: 100%;
    height: auto;
    max-height: 585px;
    max-width: 840px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
 }
 .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: 80%;
}
.modal_buttons img {
    display: block;
    width: 100px    
}
.prev {
    
    position: absolute;
    left: 0;
    bottom: -40px;
}
.next {
    position: absolute;
    right: 0px;
    bottom: -40px;
}
 
.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);
}