@charset "UTF-8";
/* CSS Document */
*{
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;
}
h2,h3,h4{
  font-weight: 600;
  letter-spacing: 0.18em;
}
h3{
  font-weight: 600;
  letter-spacing: 0.18em;
    line-height: 1.5;
}
p{
     font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;

}
header .logo{
  width: 100%;
  max-width: 250px;
    padding-right: 40px;
}

header .logo img{
  width: 100%;
  max-width: 100%;
  display: block;
}
header .nav{
  background: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  
}
header .nav li{
  font-size: 16px;
  flex-direction: column;
  display: block;
  padding: 52px 20px 48px 0;
}
header .nav li:last-child{
    padding-right: 20px;
}
header .nav li a{
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  letter-spacing: 0.12em;
}
header .nav li a::after {
  background-color: #1a1a1a;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

header .nav li a:hover::after {
  width: 100%;
}

header .nav li a img{
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.section{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
header .sp_nav{
    display: none;
}
.wrap_visual h2{
  width: 100%;
  max-width: 656px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    margin: auto;
    height: 279px;
}
.wrap_visual h2 img{
  width: 100%;
  max-width: 100%;
  display: block;
}

#contents .inner{
}
#contents .inner section{
  margin-top: 100px;
}
#contents .inner section .inner{
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
#contents .inner .headline{
  margin-bottom: 80px;
}
#contents .inner .headline h3{
  font-size: 26px;
  text-align: left;
    line-height: 2.0;
}
#contents .inner .concept{
    margin-top: 0;
}
#contents .inner .concept .top_visual{
    max-width: 90%;
    width: 1000px;
    height: auto;
    margin: 0 auto 100px;
}
#contents .inner .concept .top_visual img{
    width: 100%;
    height: auto;
    display: block;
}
#contents .inner .f_container{
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#contents .inner .f_container .headline{
    width: 390px;
}
#contents .inner .f_container .box_text{
    width: 60%;
    max-width: 100%;
}
#contents .inner .f_container .box_text p{
    text-align: justify;
   
}

#contents .inner section#profile{
    padding: 100px 0;
    background: url(../img/top/img_top_about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#contents .inner section#profile .inner .box_about{
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    margin-bottom: 100px;
}
#contents .inner section#profile .inner .headline{
    padding-top: 0;
    margin-bottom: 40px;
}
#contents .inner section#profile .inner .headline h4{
    font-size: 26px;
}
#contents .inner section#profile .inner .headline h4 span{
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
#contents .inner section#profile .inner .box_img{
    
    width: 470px;
    height: 300px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
#contents .inner section#profile .inner .box_img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
}
#contents .inner section#profile .inner .box_text{
    width: 450px;
    max-width: 100%;
}
#contents .inner section#profile .inner .box_profile{
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
#contents .inner section#profile .inner .box_profile .box_text{
    margin-right: 40px;
}


#contents .inner section#service .inner .box_text p{
    text-align: left;
}
#contents .inner section#service .inner .wrap_table{
    background: #ededed;
    padding: 60px 80px;
    border-radius: 10px;
    width: 1000px;
    max-width: 100%;
    margin: 60px auto;
}

#contents .inner section#service .inner .wrap_table table{
    width: 100%;
    font-size: 13px;
}
#contents .inner section#service .inner .wrap_table table tr{
    border-bottom: 1px solid #4d4d4d;
}
#contents .inner section#service .inner .wrap_table table tr:last-child{
    border: none;
}
#contents .inner section#service .inner .wrap_table table tr span{
    font-size: 0.7rem;
}
#contents .inner section#service .inner .wrap_table table tr th{
    width: 70%;
    text-align: left;
    font-weight: normal;
    padding: 20px 0;
}
#contents .inner section#service .inner .wrap_table table tr td{
    text-align: left;
}
#contents .inner section#service .inner p{
    text-align: center;
}
.readmore {
  position: relative;
  margin: 0 auto 60px;
  padding: 0 0 40px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-color: #111;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
    
}
.readmore label::before{
  content: 'VIEW MORE';
    font-family: "Canaro", sans-serif;
}
.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}
.readmore input[type="checkbox"]{
  display: none;
    transition: all 1.5s;
}
.readmore-content {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
    z-index: 1;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}
#contents .inner section#plan,
section#footer{
  background: #f7f7f7;
}
#contents .inner section#plan .inner ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  text-decoration: none;
}
#contents .inner section#plan .inner ul li{
  width: 100%;
  max-width: 430px;
  height: auto;
  list-style: none;
  margin-bottom: 120px;
}

#contents .inner section#flow .box_image{
    width: 1000px;
    max-width: 100%;
    padding: 60px;
    background: #ededed;
    border-radius: 10px;
}
#contents .inner section#flow .box_image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
#contents .inner section#flow .box_image.sp{
    display: none;
}

#contents .inner section#flow .inner ol .pc{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#contents .inner section#flow{
    
}
#contents .inner section#flow .inner ol{
    background: #ededed;
    padding: 60px 40px;
    border-radius: 10px;
    width: 1000px;
    max-width: 100%;
    list-style: none;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    
}
#contents .inner section#flow .inner ol li{
    background: #fff;
    border: 2px solid #111;
    padding: 10px 5px;
    margin: 0 10px;
    width: 112px;
    display: table;
    position: relative;
}
#contents .inner section#flow .inner ol li:first-child{
    margin-left: 0;
}
#contents .inner section#flow .inner ol li:last-child{
    margin-right: 0;
}
#contents .inner section#flow .inner ol li:last-child:before{
    display: none;
}
#contents .inner section#flow .inner ol li:before{
    position: absolute;
    content: '';
    top: 25px;
    left: 108%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #333;
}
#contents .inner section#flow .inner ol li p{
    font-size: 13px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}



#contents section.contact{
    width: 100%;
    max-width: 100%;
    background-image: url(../img/top/img_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 20%;
    position: relative;
    margin: 100px 0 0;
}
#contents section.contact:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,0.3);
}
#contents section.contact a{
    text-decoration: none;
}
#contents section.contact .headline{
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 8% 3%;
    transition: all .6s;
}
#contents section.contact .headline a{
    text-decoration: none;
    
}

#contents section.contact  a:hover .headline{
    background: rgba(0,0,0,0.3);
    transition: all .8s;
}
#contents section.contact .headline h4{
    font-size: 22px;
    margin-bottom: 40px;
    color: #fff;
}
#contents section.contact .headline img{
    width: 80px;
    height: auto;
}
#contents section.contact .headline p{
    margin-top: 30px;
    letter-spacing: 2px;
    color: #fff;
}

section#footer{
    padding: 120px 0;
  background: #f2f2f2;
}
section#footer .nav{
    width: 1000px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}
section#footer .nav li{
    font-size: 18px;
    font-weight: 600;
 display: inline-block;
    margin-right: 60px;
}
section#footer .nav li:last-child{
    margin-right: 0;
}
section#footer .nav li a{
    text-decoration: none;
   color: #111;
}
section#footer .nav li a img{
    width: 25px;
    vertical-align: middle;
    margin-right: 8px;
    padding: 0 0 3px;
}
section#footer .nav li:first-child a img{
    width: 32px;
}
footer{
  background: #1a1a1a;
  padding: 10px 0;
  text-align: center;
}
footer span{
  font-size: 12px;
  color: #fff;
}



.button a{
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: 0.12em;
  background: transparent;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 2px solid #1a1a1a;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .2s;
  font-family: Cochin, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-decoration: none;
}
.button a::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #1a1a1a;
  transform: translateX(-100%);
  transition: transform ease .2s;
}
.button a:hover {
  color: #fff;
}
.button a:hover::before {
  transform: translateX(0);
}
section.soon{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
section.soon img{
    max-width: 100%;
    padding-top: 100px;
}


/*CONTACT*/

#contents .inner #contact{
    text-align: center;
    
}
#contents .inner #contact .button{
    display: inline-block;
    
}
#contents .inner #contact p{
    text-align: center;
    margin: 40px 0;
}
#contents .inner #contact .attention{
    border: 1px solid #333;
    padding: 20px 20px 30px 30px;
    max-width: 90%;
    width: 600px;
    margin: 0 auto;
}
#contents .inner #contact .attention h4{
    font-size: 18px;
    margin-bottom: 20px;
}
#contents .inner #contact .attention ul{
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}
#contents .inner #contact .attention ul li{
    padding-bottom: 10px;
}
#contents .inner #contact .attention ul li:last-child{
    padding-bottom: 0;
}

/* プライバシーポリシー */
#contents .inner #policy{
    padding-bottom: 40px;
    background: #DFF2F5;
    max-width: 90%;
    width: 900px;
    margin: 100px auto 0;
    color: #333;
}
#contents .inner #policy .inner{
    padding: 60px 40px 40px;
}
#contents .inner #policy .inner .headline{
    margin-bottom: 60px;
}
#contents .inner #policy .inner p{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: justify;
}
#contents .inner #policy .inner h4{
    font-size: 18px;
    margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    img {
    max-width: 959px;
    
  }
    header{
        padding-left: 0;
        border-bottom: 2px solid #111;
    }
    header .logo{
        max-width: 200px;
        margin: 30px auto;
        padding-right: 0;
    }
    header .sp_nav{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        border-top: 2px solid #111;
        z-index: 10000;
    }  
     header .sp_nav {
         background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
         padding: 10px;
    }

    header .sp_nav li {
    font-size: 16px;
    flex-direction: column;
    height: auto;
        list-style: none;
        width: 22%;
    }
    header .sp_nav li a {
    color: #1a1a1a;
    font-weight: 900;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    position: relative;
    padding-bottom: 0;
        text-align: center;
    letter-spacing: 0.12em;

    }
    header .sp_nav li a img {
    width: 100px;
        max-width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin: 0 auto;
    }


    header .nav{
        display: none;
        
    }
    .wrap_visual h2 {
        width: 500px;
        max-width: 90%;
        height: 219px;
    }
        #contents .inner section.concept{
        margin-top: 40px;
    }
    #contents .inner .concept .top_visual{
        margin-bottom: 40px;
    }
    #contents .inner .f_container .headline{
        width: 190px;
    }
    #contents .inner .f_container .box_text{
        width: 70%;
    }
    #contents .inner section#profile{
        margin-top: 100px;
        padding: 100px 0;
    }
    #contents .inner section#about .box_profile .box_name {
        margin-left: 40px;
    }
    #contents .inner section#about .box_profile .box_name h4 {
        font-size: 24px;
        line-height: 1.5
    }
    
    #contents .inner section#flow .inner ol.pc{
        display: none;
    }
    #contents .inner section#flow .box_image.sp{
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 60px;
    }
    #contents .inner section#flow .box_image img{
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    section#footer .inner ul li {
        width: 300px;
        margin-right: 20px;
    }
     .pc_only{
        display: none;
    }
}
@media screen and (max-width: 689px) {
	/* 689px以下に適用されるCSS（タブレット用） */
    p{
        font-size: 14px;
    }
   
    header .sp_nav li{
        font-size: 14px;
    }
    #contents .inner section{
        margin-top: 60px;
    }
    #contents .inner .f_container{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #contents .inner .f_container .headline{
        width: 100%;
    }
    #contents .inner .f_container .box_text{
        width: 100%;
    }
    #contents .inner .headline h3{
        font-size: 20px;
    }
    #contents .inner .headline{
        margin-bottom: 20px;
    }

    #contents .inner section#profile .inner .box_about,
    #contents .inner section#profile .inner .box_profile{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 60px;
        
    }
    #contents .inner section#profile .inner .headline h4 {
        font-size: 20px;
    }

    #contents .inner section#profile .inner .box_profile{
        margin-bottom: 0;
    }
    #contents .inner section#profile{
        margin-top: 60px;
        background-position: center;
        position: relative;
        padding: 60px 0;
        overflow: hidden;
    }
   #contents .inner section#profile::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
    z-index: 0;
}

    #contents .inner section#profile .inner .box_img{
        height: 200px;
    }
    #contents .inner section#profile .inner .box_text{
        margin-left: 0;
    }
    #contents .inner section#profile .inner .box_profile .box_text{
        margin-right: 0;
    }
    #contents .inner section#service .inner .wrap_table{
        padding: 10px 5%;
        margin: 20px auto;
    }
    .readmore{
        margin-bottom: 40px;
    }
    #contents .inner section#flow  .box_image{
        padding: 40px;
    }

    #contents section.contact{
        padding: 5%;
    }
    #contents section.contact .headline h4{
        font-size: 18px;
        margin-bottom: 30px;
    }
    #contents section.contact .headline img{
        width: 60px;
    }
    #contents section.contact .headline p {
        margin-top: 20px;
    }
    #contents .inner section{
        padding: 0;
    }
    section#footer{
        display: none;
    }
    
    footer{
        margin-bottom: 127px;
    }
    
    section#footer .inner ul li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 400px;
    }
    section#footer .inner ul li:last-child {
        margin-bottom: 0;
    }
    #contents .inner #policy{
        margin: 100px auto;
    }
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    img {
    max-width: 480px;
  }
    header{
        padding-left: 20px;
    }
    header .logo{
        margin: 20px auto;
    }
    header .sp_nav li a span{
        font-size: 12px;
        letter-spacing: 0px;
    }

    .wrap_visual{
        height: 80vh;
    }
    .wrap_visual h2{
        height: 170px;
    }
    header .sp_nav li a img{
        width: 80px;
    }

    #contents .inner .headline h3 {
        font-size: 24px;
        line-height: 1.5;
        
    }
    #contents .inner .headline {
        margin-bottom: 30px;
    }
    #contents .inner .f_container .headline{
        margin-bottom: 30px;
    }
    #contents .inner .f_container .box_text p{
        line-height: 1.8;
    }
    #contents .inner section#about .box_profile{
        display: block;
    }
    #contents .inner section#about .box_profile .box_img {
        max-width: 300px;
        margin: 0 auto 20px;
    }
    #contents .inner section#about .box_profile .box_name{
        margin-left: 0;
    }
    #contents .inner section#about .box_profile .box_name h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #contents .inner section#about .box_profile .box_name p {
        font-size: 14px;
    }
  
    #contents .inner section#service .inner .wrap_table{
        margin: 40px auto;
    }
    #contents .inner section#flow .box_image.sp{
        padding: 30px;
    }
    #contents .inner .jp {
        font-size: 16px;
        margin-top: 20px;
    }
    footer{
        margin-bottom: 107px;
    }
    
    #contents .inner #policy .inner{
        padding: 60px 0;
    }
}



/*====================================================================
slick
====================================================================*/

html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 1000px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #111;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 1000px;
  margin: 0 auto;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


