@charset "utf-8";

.mainimage img { width: 100%; }

.slick-slide img { /* 画像下の隙間削除 */
	vertical-align: bottom;
	display: inline!important;
}
.mainimageWrap{
    position:relative;
    height:53.69vw;
    max-height:100vh;
    margin-bottom:80px;
    overflow: hidden;
}
.mainimageWrap .mainimageFrame{
    position:absolute;
    /*z-index:5;*/
    top:0;
    left:0;
    width:100%;
    height:53.69vw;
    max-height:100vh;
}
.mainimageWrap .mainimageFrame::before{
    content:"";
    display: block;
    padding-top: 53.69%;
}
.mainimageWrap .mainimageFrame > div{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mainimageWrap .mainimageFrame img{
    position: absolute;
    width:100%;
    display:block;
    max-height:100vh;
}
.mainimageWrap .mainimageTxt{
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
    font-family: "Noto Serif JP";
    font-weight:700;
    position:absolute;    
    writing-mode: vertical-rl;
    text-align: left;
    letter-spacing: 0.1em;
    font-size:3.6rem;
    z-index:5;
    right:8vw;
    top:15vh;
    color:var(--main-color);
}
.mainimage .slick-dots{
    z-index:1;
    left:65px;
    margin-top:250px;
    height:50px;
    display:inline-block;
    width:auto;
    top:0;
    bottom:auto;
}
.mainimage .slick-dots li button:before{
    font-size:13px;
    line-height: 20px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: .25;
	color: black;
}
.mainimage li.slick-active button:before {
    opacity: .75;
    color: black;
}
@media only screen and (max-width:999px) {
    .mainimageWrap .mainimageTxt{
        writing-mode: horizontal-tb;
        text-align: left;
        letter-spacing: 0.1em;
        font-size:4vw;
        z-index:5;
        right:auto;
        left:3vw;
        top:auto;
        bottom:10vw;
        line-height:1.4;
    }
    .mainimage .slick-dots{
        z-index:1;
        left:3vw;
        margin-top:20vw;
        height:20px;
        display:inline-block;
        width:auto;
        top:0;
    }
}
@media only screen and (max-width:767px) {
    .mainimageWrap .mainimageTxt{
        font-size:2.0rem;
        top:auto;
        bottom:10px;        
    }
    .mainimage .slick-dots{
        z-index:1;
        left:10px;
        margin-top:108px;
        display:inline-block;
        width:auto;
    }
    .mainimage .slick-dots li button:before{
        font-size:10px;
        line-height: 10px;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        opacity: .25;
        color: black;
    }
    .mainimage .slick-dots li{
        margin:0;
    }
    .mainimageWrap{
        margin-bottom:40px;
    }
}
.indexConcept h2,
.indexService h2,
.indexInformation h2,
.indexContact h2,
.indexAccess h2{
    font-family:"Noto Serif JP";
    text-align:center;
    color:var(--main-color);
    font-size:3.0rem;
    font-weight:700;
    margin-bottom:30px;
}
@media only screen and (max-width:767px) {
    .indexConcept h2,
    .indexService h2,
    .indexInformation h2,
    .indexContact h2,
    .indexAccess h2{
        font-family:"Noto Serif JP";
        text-align:center;
        color:var(--main-color);
        font-size:2.5rem;
        font-weight:700;
        margin-bottom:15px;
    }
}
/*concept*/
.indexConcept{
    margin-bottom:100px;
}
.indexConceptBox{
    display:flex;
    align-items: center;
    justify-content:space-between;
}
.indexConceptBox > div:nth-child(1){
    width:550px;
}
.indexConceptBox > div:nth-child(2){
    margin-left:50px;
}
.indexConceptBox > div:nth-child(2) .buttonLink1{
    margin-top:25px;
    border-radius: 0px;
}
.indexConceptBox > div:nth-child(2) .buttonLink1 a{
    display:inline-block;
    width:200px;
    border-radius: 6px;
}
.indexConceptBox > div:nth-child(1) img{
    border-radius: 50%;
}
#main .indexConceptBox > div:nth-child(2) > p:last-of-type{
    margin-bottom:0px;
} 
@media only screen and (max-width:999px) {
    .indexConcept{
        margin-bottom:40px;
        position:relative;
    }
    .indexConceptBox{
        flex-direction: column;
        padding:0 15px;
        position:relative;
        padding-top:calc(100px - 0.5em);
    }
    .indexConceptBox > div:nth-child(1){
        width:100%;
        height:200px;
        margin-bottom:15px;
        opacity: 0.4;
        position:absolute;
        z-index:-1;
        top:0;
        overflow: hidden;
    }
    .indexConceptBox > div:nth-child(1) img{
        border-radius: 0%;
        margin:0 auto;
        width:100%;
    }
    .indexConcept h2{
        line-height:1;
        position:absolute;
        top:30px;
        left:0;
        right:0;
    }
    .indexConceptBox > div:nth-child(2){
        margin-left:0px;
    } 
}
/*service*/
.indexService h2{
    /*color:#fff;*/
}
.indexService{
    /*margin-bottom:100px;*/
    /*background-color:var(--main-color);*/
    color:#fff;
    padding:80px 5%;
    background-color:#f5f5f5;
}
@media only screen and (max-width:1115px) {
    .indexService{
        padding:80px 0;
    }
}
.indexServiceBox{
    display:flex;
    align-items: center;
    justify-content: space-around;
}
.indexServiceBox > div{
    width:50%;
    position:relative;
}
.indexServiceBox > div a{
    display:block;
    width:100%;
    height:100%;    
}
.indexServiceBox > div:nth-child(1) .picBox{
    border-top-left-radius: 25%;
    border-bottom-left-radius: 0%;
    overflow: hidden;
}
.indexServiceBox > div:nth-child(2) .picBox{
    border-top-right-radius: 0%;
    border-bottom-right-radius: 25%;
    overflow: hidden;
}
.indexServiceBox a .picBox img{
    opacity: 0.5;
    width:100%;
}
.indexServiceBox a .picBox{
    background-color:var(--main-color);
}
.indexServiceTxt{
    position:absolute;
    top:calc(50% - 0.5em);
    font-size:2.5rem;
    color:#fff;
    text-align:center;
    width:100%;
    font-weight:700;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.indexServiceBox a:hover .picBox img{
    opacity: 0.8;
}
@media only screen and (max-width:999px){
    .indexService{
        padding:40px 0;
    }
}
@media only screen and (max-width:767px) {
    .indexServiceBox{
        flex-direction: column;
        padding: 0 15px;
        width:100%;
        margin-bottom:40px;
    }
    .indexServiceBox > div{
        width:100%;
    }
    .indexServiceBox > div:nth-child(1) .picBox{
        border-top-left-radius: 0%;
    }
    .indexServiceBox > div:nth-child(2) .picBox{
        border-bottom-right-radius: 0%;
    }
    .indexServiceBox > div:nth-child(1) .picBox,
    .indexServiceBox > div:nth-child(2) .picBox{
        height:200px;
        overflow: hidden;
        position:relative;
    }
    .indexServiceBox > div:nth-child(1) .picBox img,
    .indexServiceBox > div:nth-child(2) .picBox img{
        position:absolute;
        top:0;
        bottom:0;
        opacity: 0.8;
    }
    .indexServiceBox > div:nth-child(2) .picBox img{
        position:absolute;
        top:-50px;
        bottom:auto;
    }
    .indexServiceTxt{
        font-size:2.1rem;
    }
}
/*information*/
.indexInformation{    
    padding:80px 0;
}
.indexInformation h2{
}
.indexInformationBox{
    display:flex;
    justify-content: space-between;
}
.indexInformationBox > div{
    width:calc((100% - 25px)/2);
}
#container .indexInformationBox .instagramWrap a[target="_blank"]::after{
    display: none;
}
#container .indexInformationBox .instagramWrap a[rel~='nofollow'],
#container .indexInformationBox .instagramWrap a[rel~='sponsored'],
#container .indexInformationBox .instagramWrap a[rel~='ugc']{
    outline: none!important;
}

.indexInformationBox .facebook .fb-page{
    width:500px;
}
@media only screen and (max-width:999px) {
    .indexInformation{
        padding:40px 15px;
    }
    .indexInformationBox{
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
    }
    .indexInformationBox > div{
        width:100%;
    }
    .indexInformationBox > div:first-child{
        margin-bottom:15px;
    }
    .indexInformationBox .facebook .fb-page{
        width:100%;
    }
}
/*contact*/
.indexContact{
    background-image:url("../images/contents/index/contact-pic.jpg");
    background-position:center;    
    background-repeat:no-repeat;
    height:500px;
    background-size:cover;
    padding:100px 0;
}
.indexContactBox{
    max-width:1115px;
    width:100%;
    min-width:1000px;
}
.indexContactBoxInner{
    display:flex;
    justify-content:center;
    width:100%;
    height:100%;
}
.indexContactBoxInner > div{
    width:200px;
    height:200px;
    border-radius: 50%;
    margin:0 50px;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    overflow: hidden;
}
.indexContactBoxInner > div a,
.indexContactBoxInner > div .telBox{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    color:#fff;
    background-color:rgba(23, 44, 83, 0.9);
}
.indexContactBoxInner > div:nth-child(3) a{
    background-color:rgba(6, 199, 85, 0.9);
}
.indexContactBoxInner > div a:hover{
    background-color:rgba(23, 44, 83, 1);
}
.indexContactBoxInner > div:nth-child(3) a:hover{
    background-color:rgba(6, 199, 85, 1);
}
/* 下からふわっと現れる */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;    /*アニメーションの名前*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;         /*アニメーションの実行時間*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;  /*アニメーション後、要素が表示されたままにする*/
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;                   /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1;                   /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0);     /*元の位置*/
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;                   /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1;                   /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0);     /*元の位置*/
  }
}
.fadeUpTrigger {
  opacity: 0;                     /*非表示*/
}
@media only screen and (max-width:999px) {
    .indexContact{
        padding:80px 0;
    }
    .indexContactBox{
        max-width:100%;
        width:100%;
        min-width:100px;
    }
    .indexContactBoxInner{
        width:100%;
        height:60%;
    }
    .indexContactBoxInner > div{
        margin:0 25px;
    }
}
@media only screen and (max-width:767px) {
    .indexContact{
        background-position:center bottom;
        height:auto;
        position:static;
        padding:40px 15px;
        min-height:auto;
    }
    .indexContactBox{
        height:100%;
        max-width:100%;
        min-width:100px;
        position:static;
    }
    .indexContactBoxInner{
        flex-direction: column;
        justify-content:flex-end;
        align-items: flex-start;
        width:100%;
        height:100%;
    }
    .indexContactBoxInner > div{
        width:100%;
        height:80px;
        border-radius: 0%;
        margin:0 0px 5px;
        display:flex;
        justify-content: center;
        align-items: center;
        color:#fff;
        overflow: hidden;
        text-align: center;
    }
    .indexContactBoxInner > div a,
    .indexContactBoxInner > div .telBox{
        width:100%;
        height:100%;
        display:flex;
        justify-content: center;
        align-items: center;
        text-decoration:none;
        color:#fff;
        background-color:rgba(23, 44, 83, 0.9);
    }
}
/*access*/
.indexAccess{
    /*background-color:var(--sub-color);*/
}
.indexAccessBox{
    position:relative;
}
.indexAccessBox > div:nth-child(1){
    position:absolute;
    background-color:rgba(255,255,255,0.9);
    right:5%;
    top:50px;
    color:var(--main-color);
    width:400px;
    height:400px;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-weight:700;
    font-size:1.9rem;
    overflow: hidden;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.3);
}
.indexAccessBox > div:nth-child(1) > div{
    padding: 25px 75px;
    width:100%;
    height:100%;
}
.indexAccessBox > div:nth-child(1) > div h2{
    margin-bottom:15px;
}
@media only screen and (max-width:1115px) {
    .indexAccessBox > div:nth-child(1){
        right:0;
    }
}
@media only screen and (max-width:999px) {
    .indexAccessBox{
        position:static;
        background-color:#f5f5f5;
        padding-top:40px;
    }
    .indexAccessBox > div:nth-child(1){
        position:static;
        background-color:transparent;
        right:0%;
        top:0px;
        color:var(--main-color);
        width:100%;
        height:auto;
        border-radius: 0%;
        padding:0 15px 25px;
        font-size:1.6rem;
        font-weight:400;
        margin-bottom:0px;
        box-shadow:none;
    }
    .indexAccessBox > div:nth-child(1) > div{
        padding: 0px;
        width:100%;
        height:100%;
    }
    .indexAccessBox > div:nth-child(1) > div h2{
        margin-bottom:15px;
    }
    
}