#contents h1{
    display: none;
}
#contents .top{
    position: relative;
    width: 100%;
}
#contents .top .main-image{
    display: flex;
    width: 60vw;
    height: calc(100vh - 211px);
    margin-left: 5vw;
}
#contents .top .main-image .image1,
#contents .top .main-image .image2{
    width: calc(50% - 40px);
    margin: 0;
    filter:blur(10px);
    transform: translateY(50px) scale(0.9);
    opacity: 0;
    transition: all 1.25s cubic-bezier(0.253, 0.85, 0.344, 1);
}
#contents.in .top .main-image .image1,
#contents.in .top .main-image .image2{
    transform:none;
    filter:blur(0);
	opacity: 1;
    position: relative;
}
#contents .top .main-image .image1{
    margin-right: 50px;
    margin-left: 30px;
    background: url(../img/index/top-image1.jpg) center / cover no-repeat;
}
#contents .top .main-image .image2{
    background: url(../img/index/top-image2.jpg) center / cover no-repeat;
}


/*背景フェードインフェードアウトスライドショー*/
.image1 .slide,
.image2 .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.image1 .slide.active,
.image2 .slide.active {
  opacity: 1;
}
.slide1a {
  background-image: url("../img/index/top-image1-a.jpg");
}
.slide1b {
  background-image: url("../img/index/top-image1-b.jpg");
}
.slide1c {
  background-image: url("../img/index/top-image1-c.jpg");
}
.slide1d {
    background-image: url("../img/index/top-image1-d.jpg");
  }
.slide2a {
  background-image: url("../img/index/top-image2-a.jpg");
}
.slide2b {
  background-image: url("../img/index/top-image2-b.jpg");
}
.slide2c {
  background-image: url("../img/index/top-image2-c.jpg");
}
.slide2d {
    background-image: url("../img/index/top-image2-d.jpg");
  }


/* canvasスライドショー　image1, image2 を重ね表示のため relative に 
.image1, .image2 {
  position: relative;
  overflow: hidden;
}
.slideshow canvas {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
.slideshow img {
    display: none;
}*/





#contents .top .main-cap{
    position: absolute;
    right: 0;
    top: 0;
    width: 40vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: translate(0%, 0%);
}
#contents .top .main-cap h2{
    font-size: 1.1vw;
    font-weight: normal;
    line-height: 2.7;
    letter-spacing: .85em;
}
#contents .top .main-cap h2{
	transition: all 1.25s cubic-bezier(0.253, 0.85, 0.344, 1);
	transform:rotateY(-5deg) translateY(20px) scaleY(1) skew(-6deg);
    filter:blur(10px);
	opacity: 0;
}
#contents.in .top .main-cap h2{
    transform:none;
    filter:blur(0);
	opacity: 1;
}

#contents section{
    width: 100%
}
#contents .sec1,
#contents .sec3,
#contents .sec4 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}
#contents .sec2,
#contents .sec{
    margin-top: 200px;
}
#contents .sec1 .text-box,
#contents .sec2 .text-box,
#contents .sec3 .text-box{
    font-size: 1.1em;
    width: 600px;
    margin-left: auto;
}
#contents .sec4 .text-box{
    font-size: 1.1em;
    width: 1200px;
    margin: 0 auto;
}
#contents .sec1 .text-box .title,
#contents .sec2 .text-box .title,
#contents .sec3 .text-box .title,
#contents .sec4 .text-box .title,
#contents .sec5 .text-box .title{
    font-family: "Bodoni Moda", serif;
    font-size: 1.5em;
    letter-spacing: .3em;
    line-height: 1;
    color: #ac682a;
}
#contents .sec1 .text-box .in-box,
#contents .sec2 .text-box .in-box,
#contents .sec3 .text-box .in-box,
#contents .sec4 .text-box .in-box{
    display: flex;
    margin: 70px 0 0 10px;
}
#contents .sec1 .text-box .title-tate,
#contents .sec2 .text-box .title-tate,
#contents .sec3 .text-box .title-tate,
#contents .sec4 .text-box .title-tate{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .3em;
    font-size: 1.2em;
    margin-top: 0.75em;
    color: #4d535c;
    font-weight: 700;
}
#contents .sec1 .in-box .text,
#contents .sec2 .in-box .text,
#contents .sec3 .in-box .text,
#contents .sec4 .in-box .text{
    margin: 0 0 0 130px;
}
#contents .sec1 .in-box .text h2,
#contents .sec2 .in-box .text h2,
#contents .sec3 .in-box .text h2,
#contents .sec4 .in-box .text h2{
    font-size: 2em;
    line-height: 1.7;
}
#contents .sec1 .in-box .text p,
#contents .sec1 .in-box .text a.top-f,
#contents .sec2 .in-box .text p,
#contents .sec2 .in-box .text a,
#contents .sec3 .in-box .text p,
#contents .sec3 .in-box .text a,
#contents .sec4 .in-box .text p,
#contents .sec4 .in-box .text a{
    margin-top: 70px;
}
#contents .sec1 .in-box .text a{
    margin-top: 25px;
}
#contents .sec1 .image-box {
    width: calc(50% - 100px);
    height: 50vw;
    max-height: 900px;
    margin-left: 100px;
}
#contents .sec1 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/index/sec-about.jpg) bottom / cover no-repeat;
}
#contents .sec2{
    align-items: end;    
}
#contents .sec2 .text-box{
    font-size: 1.1em;
    width: 1200px;
    margin: 0 auto;
}
#contents .sec2 .service-box {
    margin-left: auto;
    margin-top: 100px;
    width: 90vw;
}
#contents .sec2 .service-box ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    background: #fff;
}
#contents .sec2 .service-box ul li {
    background: #fff;
    display: flex;
    width: 33.3333%;
    padding: 100px 50px 100px 70px;
    position: relative;
    align-items: start;
    flex-direction: column;
}
#contents .sec2 .service-box ul li:nth-child(4),
#contents .sec2 .service-box ul li:nth-child(5),
#contents .sec2 .service-box ul li:nth-child(6){
    background: #e9e9e9;
}
#contents .sec2 .service-box ul li h3{
    position: absolute;
    white-space: nowrap;
    left: -35px;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.1rem;
    letter-spacing: .2em;
    margin-right: 20px;
}
#contents .sec2 .service-box ul li h4 {
    font-size: 1.1rem;
    letter-spacing: .1em;
    margin: 20px 0 30px;
    line-height: 1.5;
    font-weight: normal;
}
#contents .sec2 .service-box ul li p {
    font-size: 1rem;
    letter-spacing: .1em;
    margin: 0 0 30px;
    line-height: 2.5;
}
#contents .sec2 .service-box ul li .image{
    position: relative;
    width: 100%;
    height: 22vw;
    min-height: 300px;
}
#contents .sec2 .service-box ul li .image span{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 20px;
    font-size: .9em;
    letter-spacing: .4em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#contents .sec2 .service-box ul li:nth-child(1) .image{
    background: url(../img/index/service-tokuyou.jpg) center / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(2) .image{
    background: url(../img/index/service-syoukibo.jpg) center / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(3) .image{
    background: url(../img/index/service-ones.jpg) center / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(4) .image{
    background: url(../img/index/service-carehouse.jpg) center / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(5) .image{
    background: url(../img/index/service-day.jpg) center / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(6) .image{
    background: url(../img/index/service-short.jpg) center / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(7) .image{
    background: url(../img/index/service-helper.jpg) 50% 33% / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(8) .image{
    background: url(../img/index/service-consultation.jpg) center / cover no-repeat;
}
#contents .sec2 .service-box ul li:nth-child(9) .image{
    background: url(../img/index/service-support.jpg) 50% 20% / cover no-repeat;
}
#contents .sec2 .service-box ul li a.link{
    margin-top: auto;
}
#contents .sec2 .service-box ul li a.image-link{
    width: 100%;
    height: auto;
    color: #343131;
}
#contents .sec3 .image-box {
    width: calc(50% - 100px);
    margin-left: 100px;
    padding: 0;
    position: relative;
}
#contents .sec3 .image-box .image{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 35vw;
    max-height: 900px;
    background: url(../img/index/sec-staff.jpg) center / cover no-repeat;
}

#contents .sec4{
    align-items: end;
    position: relative;
    padding-bottom: 40px;
}
#contents .sec4 .right-box{
    width: calc(50% - 120px);
    margin-left: 120px;
}
#contents .sec4:after{
    left: 0;
    right: inherit;
}
#contents .sec4 .image-box{
	margin:80px auto 0;
	width:70vw;
	display:flex;
}
#contents .sec4 .image-box li{
	width:calc(33.3333333% - 40px);
	box-sizing:border-box;
	margin:0 20px;
	height:70vh;
}
#contents .sec4 .image-box li .image{
	width:100%;
	height:100%;
}
#contents .sec4 .image-box li:nth-of-type(1) .image{
	background:url(../img/index/sec-review1.jpg) center / cover no-repeat;
}
#contents .sec4 .image-box li:nth-of-type(2) .image{
	margin-top:10%;
	background:url(../img/index/sec-review2.jpg) center / cover no-repeat;
}
#contents .sec4 .image-box li:nth-of-type(3) .image{
	background:url(../img/index/sec-review3.jpg) center / cover no-repeat;
}

#contents .sec5{
    margin-top: 200px;
    font-size: 1.1em;
}
#contents .sec5 .in-box{
    position: relative;
    display: flex;
    overflow-x: hidden;
    margin: 70px 0 0 0;
    background:linear-gradient(90deg, #f5f4eb 50%, #fff 50%);
}
#contents .sec5 .in-box:before{
    content: "";
    width: calc(100vw - 5vw);
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 5vw;
    z-index: 0;
    background:linear-gradient(90deg, #e9e9e9 50%, #fff 50%);
}
#contents .sec5 .news-box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#contents .sec5 .title{
    font-family: "Bodoni Moda", serif;
    font-size: 1.5em;
    letter-spacing: .3em;
    line-height: 1;
    color: #ac682a;
    width: 1200px;
    margin: 0 auto; 
}
#contents .sec5 .title-tate{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    font-size: 1.2em;
    color: #4d535c;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
#contents .sec5 .news-box .news-in{
    background: #fff;
    width: 100%;
    margin-left: 100px;
    padding: 60px 80px 80px;
}
#contents .sec5 .news-box .news-in dl{
    width: 100%;
    padding: 20px 0;
    border-bottom:1px solid #e2e2e2;
}
#contents .sec5 .news-box .news-in dl a.link{
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    color: #6c6262;
    font-weight: 700;
    border-bottom: none;
    font-size: 1rem;
}
#contents .sec5 .news-box .news-in dl dt{
    transition: all .3s ease;
}
#contents .sec5 .news-box .news-in dl dd{
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 50px;
    letter-spacing: .2em;
    transition: all .3s ease;
}
#contents .sec5 .news-box .news-in dl a.link:hover dt,
#contents .sec5 .news-box .news-in dl a.link:hover dd{
    opacity: 0.5;
}
#contents .sec5 .news-box .news-in dl dd img{
    margin-left: auto;
    display: block;
    width: 25px;
}
#contents .sec5 .news-box .news-in dl a.link span.line-box{
    margin-left: auto;
    display: block;
}
#contents .sec6{
    position: relative;
    overflow-x: hidden;
}
#contents .sec6:before{
    content: "";
    position: absolute;
    left: 5vw;
    top: 0;
    background: #e9e9e9;
    width: calc(100vw - 5vw);
    height: 100%;
}
#contents .sec6 .text-box{
    position: relative;
    display: table;
    width: 840px;
    margin: 0 auto;
    padding: 150px 0;
}
#contents .sec6 .text-box .text-box-in{
    display: flex;
}
#contents .sec6 .text-box .text{
    display: table;
    margin-left: auto;
}
#contents .sec6 .text-box .text:nth-child(2){
    margin-left: 150px;
    margin-right: auto;
}
#contents .sec6 .text-box .text h2{
    font-size: 1.5em;
    line-height: 1.9;
    font-weight: 700;
}
#contents .sec6 .text-box .text p{
    margin-top: 40px;
}
#contents .sec6 .text a{
    margin-top: 40px;
}
#contents .sec7 .in-box{
    position: relative;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    background:linear-gradient(90deg, #f5f4eb 50%, #fff 50%);
}
#contents .sec7 .in-box:before{
    content: "";
    width: 95vw;
    height: 50%;
    position: absolute;
    top: 0;
    left: 5vw;
    z-index: 0;
    background:linear-gradient(90deg, #e9e9e9 50%, #fff 50%);
}
#contents .sec7 .reqruit-box{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 60px 80px 80px;
    background: #fff;
}
#contents .sec7 .reqruit-box h2{
    width: 200px;
    font-size: 1.5em;
    padding-right: 50px;
    line-height: 1.9;
    font-weight: 700;
}
#contents .sec7 .reqruit-box .text{
    width: 500px;
}
#contents .sec7 .reqruit-box .text p{
    margin-bottom: 30px;
}
#contents .sec7 .in-box a.image-link {
    display: block;
    width: 100%;
    height: auto;
}
#contents .sec7 .in-box .image{
    width: calc(50% - 400px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../img/index/reqruit.jpg) center / cover no-repeat;
}

@media screen and (max-width: 1680px) {
    #contents .sec1 .in-box .text h2,
    #contents .sec2 .in-box .text h2,
    #contents .sec3 .in-box .text h2,
    #contents .sec4 .in-box .text h2{
        font-size: 2em;
    }

    #contents .sec7 .reqruit-box {
        width: 70vw;
    }
    #contents .sec7 .reqruit-box .text {
        width: 400px;
    }
    #contents .sec7 .in-box .image {
        width: calc(70vw - 500px);
    }
}
@media screen and (max-width: 1400px) {
    #contents .top .main-cap h2{
        font-size: 1.3em;
    }
    #contents .sec1,
    #contents .sec2,
    #contents .sec3,
    #contents .sec4,
    #contents .sec5 {
        margin-top: 200px;
    }
    #contents .sec1 .text-box,
    #contents .sec2 .text-box,
    #contents .sec3 .text-box,
    #contents .sec4 .text-box{
        width: 80vw;
        margin: 0 auto;
    }
    #contents .sec2 .text-box{
        margin-bottom: 70px;
    }
    #contents .sec1 .in-box .text,
    #contents .sec2 .in-box .text,
    #contents .sec3 .in-box .text,
    #contents .sec4 .in-box .text {
        margin: 0 0 0 80px;
    }
    #contents .sec1 .in-box .text h2,
    #contents .sec2 .in-box .text h2,
    #contents .sec3 .in-box .text h2,
    #contents .sec4 .in-box .text h2{
        font-size: 1.7em;
    }
    #contents .sec1 .in-box .text h2 br.bp,
    #contents .sec3 .in-box .text h2 br.bp{
        display: none;
    }
    #contents .sec1 .in-box .text p,
    #contents .sec1 .in-box .text a,
    #contents .sec2 .in-box .text p,
    #contents .sec2 .in-box .text a,
    #contents .sec3 .in-box .text p,
    #contents .sec3 .in-box .text a,
    #contents .sec4 .in-box .text p,
    #contents .sec4 .in-box .text a{
        margin-top: 40px;
    }
    #contents .sec1 .image-box {
        position: relative;
        height: 1000px;
        width: 80vw;
        margin: 70px auto 0;
        background: none;
    }
    #contents .sec1 .image-box .image{
        position: relative;
        z-index: 1;
    }
    #contents .sec2 .service-box{
        width: 95vw;
    }
    #contents .sec2 .service-box ul li{
        width: 50%;
        padding: 100px 3vw 100px calc(8vw - 1.1rem);
    }
    #contents .sec2 .service-box ul li h3 {
        left: -3.5vw;
        font-size: 1rem;
    }
    #contents .sec2 .service-box ul li:nth-child(5),
    #contents .sec2 .service-box ul li:nth-child(6) {
        background: #fff;
    }
    #contents .sec2 .service-box ul li:nth-child(3),
    #contents .sec2 .service-box ul li:nth-child(7),
    #contents .sec2 .service-box ul li:nth-child(8) {
        background: #e9e9e9;
    }
    #contents .sec2 .service-box ul li p {
        font-size: .95rem;
    }
    #contents .sec2 .service-box ul li a{
        font-size: .95em;
    }
    #contents .sec3 .image-box {
        width: 80vw;
        margin: 50px auto 0;
        padding: 0 15px 0 95px;
        height: 500px;
        background: none;
    }
    #contents .sec4 .image-box {
        width: 90vw;
    }
    #contents .sec5 .title,
    #contents .sec5 .news-box{
        width: 80vw;
    }
    #contents .sec6 .text-box{
        width: 80vw;
        margin: 0 0 0 auto;
        padding: 150px 80px 150px 0;
    }
}
@media screen and (max-width: 1300px) {
    #contents .top .main-image{
        margin-left: 0;
        width: 65vw;
    }
    #contents .top .main-cap{
        width: 35vw;
    }
    #contents .sec7 .reqruit-box {
        width: 78vw;
        display: block;
    }
    #contents .sec7 .reqruit-box h2{
        padding-bottom: 30px;
    }
    #contents .sec7 .in-box .image {
        width: calc(70vw - 300px);
    }
}
@media screen and (max-width: 1150px) {
    #contents .top .main-image{
        height: calc(100vh - 115px);
    }
    #contents .sec7 .reqruit-box {
        order: 2;
        width: 80vw;
        margin: 0 0 0 auto;
        display: block;
    }
    #contents .sec7 .in-box .image {
        order: 1;
        width: 80vw;
        height: 300px;
        margin-left: auto;
        position: relative;
    }
    #contents .sec7 .in-box:before {
        height: 70%;
    }
    #contents .sec1 .image-box .image,
    #contents .sec4 .image-box li .image{
        background-position-y: 50% !important;
    }
    #contents .sec3 .image-box .image{
        min-height: 500px;
        background-position-y: 50% !important;
    }
    #contents .sec4 .image-box li:nth-of-type(1) .image{
        background-position-y: 40% !important;
    }
}
@media screen and (max-width: 1000px) {
    
    #contents .top .main-image .image1 {
        margin-right: 30px;
    }
    #contents .top .main-image .image1,
    #contents .top .main-image .image2 {
        width: calc(50% - 20px);
    }
    #contents .sec6 .text-box {
        width: 80vw;
        padding: 100px 80px 100px 0;
    }
    #contents .sec6 .text-box .text-box-in {
        display: table;
        margin: 0 auto;
    }
    #contents .sec6 .text-box .text {
        display: table;
        margin: 0;
    }
    #contents .sec6 .text-box .text:nth-child(2) {
        margin-top: 100px;
        margin-left: 0;
    }
    #contents .sec6 .text-box .text p {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    #contents .top .main-image{
        width: 100%;
        height: 450px;
        margin: 0 auto 0 0;
    }
    #contents .top .main-image .image1{
        width: 47vw;
        margin-right: 2vw;
        margin-left: 2vw;
    }
    #contents .top .main-image .image2 {
        width: 47vw;
    }
    #contents .top .main-cap {
        position: relative;
        margin: 70px auto 0;
        height: auto;
    }
    #contents .top .main-cap h2 {
        font-size: 1.2em;
    }
    #contents .sec1,
    #contents .sec2,
    #contents .sec3,
    #contents .sec4,
    #contents .sec5 {
        margin-top: 100px;
    }
    #contents .sec1 .text-box,
    #contents .sec2 .text-box,
    #contents .sec3 .text-box,
    #contents .sec4 .text-box{
        width: 86vw;
    }
    #contents .sec1 .text-box .in-box,
    #contents .sec2 .text-box .in-box,
    #contents .sec3 .text-box .in-box,
    #contents .sec4 .text-box .in-box,
    #contents .sec5 .text-box .in-box{
        margin: 50px 0 0 10px;
    }
    #contents .sec1 .in-box .text,
    #contents .sec2 .in-box .text,
    #contents .sec3 .in-box .text,
    #contents .sec4 .in-box .text,
    #contents .sec5 .in-box .text {
        margin: 0 0 0 40px;
    }
    #contents .sec1 .in-box .text h2,
    #contents .sec2 .in-box .text h2,
    #contents .sec3 .in-box .text h2,
    #contents .sec4 .in-box .text h2,
    #contents .sec5 .in-box .text h2{
        font-size: 1.3em;
        line-height: 1.6;
        letter-spacing: .05em;
    }
    #contents .sec1 .in-box .text h2 br,
    #contents .sec2 .in-box .text h2 br,
    #contents .sec3 .in-box .text h2 br,
    #contents .sec4 .in-box .text h2 br{
        display: none;
    }
    #contents .sec1 .text-box .title-tate,
    #contents .sec2 .text-box .title-tate,
    #contents .sec3 .text-box .title-tate,
    #contents .sec4 .text-box .title-tate,
    #contents .sec5 .title-tate{
        font-size: .9em;
        margin-top: 0.5em;
    }
    #contents .sec1 .in-box .text p,
    #contents .sec2 .in-box .text p,
    #contents .sec3 .in-box .text p,
    #contents .sec4 .in-box .text p{
        font-size: .95em;
        margin-top: 30px;
    }
    #contents .sec2 .in-box .text p br{
        display: none;
    }
    #contents .sec1 .in-box .text a,
    #contents .sec1 .in-box .text a.top-f,
    #contents .sec2 .in-box .text a,
    #contents .sec3 .in-box .text a,
    #contents .sec4 .in-box .text a {
        margin-top: 20px;
    }
   
    #contents .sec1 .image-box {
        position: relative;
        height: 500px;
        width: 86vw;
        padding-left: 0;
        margin: 30px auto 0;
    }
    #contents .sec2 .service-box{
        margin-top: 50px;
    }
    #contents .sec2 .slide-box .cal-image .flickity-viewport li{
        width: 84vw;
        padding: 0;
        margin: 0 2vw;
        height: 300px;
    }
    #contents .sec2 .service-box ul{
        padding: 0;
    }
    #contents .sec2 .service-box ul li {
        width: 100%;
        padding: 40px 5vw 40px calc(18vw - .9rem);
    }
    #contents .sec2 .service-box ul li:nth-child(7) .image{
        background: url(../img/index/service-helper.jpg) 50% 27% / cover no-repeat;
    }
    #contents .sec2 .service-box ul li:nth-child(odd){
        background: #fff;
    }
    #contents .sec2 .service-box ul li:nth-child(even){
        background: #e9e9e9;
    }
    #contents .sec2 .service-box ul li h3{
        font-size: .93rem;
        left: -8vw;
    }
    #contents .sec2 .service-box ul li h4 {
        font-size: 1.1rem;
    }
    #contents .sec2 .service-box ul li p {
        font-size: 1rem;
        letter-spacing: 0;
        margin: 0 0 20px;
        line-height: 2.1;
    }
    #contents .sec3 .image-box {
        width: 86vw;
        margin: 30px auto 0;
        padding: 0;
        height: 500px;
    }
    #contents .sec3 .image-box .image{
        height: 500px;
        min-height: 500px;
    }
    #contents .sec4 .image-box {
        width: 90vw;
        display: block;
        margin: 30px auto 0;
    }
    #contents .sec4 .image-box li {
        width: 100%;
        margin: 0;
        height: 300px;
    }
    #contents .sec4 .image-box li:nth-of-type(2) .image ,
    #contents .sec4 .image-box li:nth-of-type(3) .image {
        margin-top: 10%;
    }
    #contents .sec4:after{
        content: inherit;
    }
    #contents .sec5 .in-box {
        margin: 30px 0 0 0;
    }
    #contents .sec5 .title-tate{
        margin-left: 10px;
    }
    #contents .sec5 .title,
    #contents .sec5 .news-box {
        width: 86vw;
    }
    #contents .sec5 .news-box .news-in {
        margin-left: 40px;
        padding: 0 4vw;
        width: calc(100% - 7vw);
    }
    #contents .sec5 .news-box .news-in dl:last-child{
        border-bottom: none;
    }
    #contents .sec5 .news-box .news-in dl a.link{
        display: block;
        padding: 8px;
        font-size: .95rem;
    }
    #contents .sec5 .news-box .news-in dl dt {
        font-size: .8em;
    }
    #contents .sec5 .news-box .news-in dl dd{
        padding-left: 0;
        letter-spacing: .1em;
        font-size: .95em;
        margin-top: 10px;
    }
    #contents .sec6 .text-box {
        width: 86vw;
        padding: 50px 7vw 50px 0;
    }
    #contents .sec6 .text-box .text h2 {
        font-size: 1.2em;
    }
    #contents .sec6 .text a{
        margin-top: 10px;
    }
    #contents .sec6 .text-box .text{
        margin: 0;
    }
    #contents .sec6 .text-box .text:nth-child(2) {
        margin-top: 50px;
        margin-left: 0;
    }
    #contents .sec6 .text-box .text p {
        font-size: 1em;
        margin-top: 10px;
        line-height: 1.5;
    }
    #contents .sec7 .reqruit-box {
        width: 86vw;
        padding: 40px 7vw;
    }
    #contents .sec7 .in-box .image {
        width: 86vw;
    }
    #contents .sec7 .reqruit-box .text{
        width: auto;
    }
    #contents .sec7 .reqruit-box h2 {
        width: auto;
        font-size: 1.2em;
    }
    #contents .sec7 .reqruit-box .text p{
        font-size: 1em;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 375px) {
    #contents .sec1 .in-box .text h2,
    #contents .sec2 .in-box .text h2,
    #contents .sec3 .in-box .text h2,
    #contents .sec4 .in-box .text h2,
    #contents .sec5 .in-box .text h2{
        font-size: 1.15em;
    }
    #contents .sec1 .in-box .text p,
    #contents .sec2 .in-box .text p,
    #contents .sec3 .in-box .text p,
    #contents .sec4 .in-box .text p{
        font-size: .85em;
    }
    #contents .sec2 .service-box ul li h4 {
        font-size: 1rem;
    }
    #contents .sec2 .service-box ul li p {
        font-size: .95rem;
    }
    #contents .sec5 .news-box .news-in dl a.link {
        font-size: .9rem;
    }
    #contents .sec6 .text-box .text h2 {
        font-size: 1.1em;
    }
    #contents .sec6 .text-box .text p {
        font-size: .9em;
    }
    #contents .sec7 .reqruit-box h2 {
        font-size: 1.1em;
    }
    #contents .sec7 .reqruit-box .text p {
        font-size: .9em;
    }
}