@charset "UTF-8";

*, *::after, *::before, a:hover{
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: Gothic Medium BBB;
}
p{
    padding: 5px 0;
    font-family: Gothic Medium BBB;
}

.left{
    float: left;
}

/*-------------スライダー部分-----------------------*/
.slider{
    background-color: rgba(255, 127, 80, 0);
    height: 500px;
}

.sliderp{
    color: white;
    margin-top: 200px;
    margin-left: 10vw;
    font-size: 30px;
    font-family: Shin Go Bold;
}
@media screen and (max-width:992px){
    .sliderp{
        color: white;
        margin-top: 200px;
        margin-left: 10vw;
        font-size: 24px;
    }
}
@media screen and (max-width:820px){
    .slider{
        margin-top: -50px;
    }
}
@media screen and (max-width:768px){
    .sliderp{
        color: white;
        margin-top: 200px;
        margin-left: 10vw;
        font-size: 20px;
    }


}
.topWhat {
    height: 550px;
    margin-top: 95px;
    padding-bottom: 0; 
    z-index: 1;
    background-color: rgba(167, 167, 115, 0);
}
.topWhat .gridContents {
      padding-right: 20px; 
}
.topWhat .topWhat__bg--img {
      height: 500px;
      z-index: 1;
}
.topWhat .topWhat__bg--img ul{
    height: 500px;
    z-index: 1;
}

.topWhat .topWhat__bg--img ul li{
    height: 500px;
    z-index: 1;
}

.topWhat .topWhat__bg--img ul li:nth-child(1) span {
    background-image: url("/image/2505733_s_ms_5500.jpg"); 
    background-size: contain;
    background-position: center center;
    z-index: 1;
    
}
.topWhat .topWhat__bg--img ul li:nth-child(2) span {
    background-image: url("/image/FG-sticker5_ms_5500_fix1.jpg");
    background-size: contain;
    background-position: center center;
    z-index: 1;
}
.topWhat .topWhat__bg--img ul li:nth-child(3) span {
    background-image: url("/image/iStock-530606869_ms_5500.jpg");
    background-size: contain;
    background-position: center center;
    z-index: 1;
}

.topWhat .topWhat__bg--img ul li > span{
    height: 500px;
    z-index: 1;
}
@media screen and (max-width:1400px){
    .topWhat .topWhat__bg--img ul li:nth-child(1) span {
        background-image: url("/image/2505733_s_ms2.jpg"); 
        background-size: contain;
        background-position: center center;
        z-index: 1;
    }
    .topWhat .topWhat__bg--img ul li:nth-child(2) span {
        background-image: url("/image/FG-sticker5_ms2.jpg");
        background-size: contain;
        background-position: center center;
        z-index: 1;
    }
    .topWhat .topWhat__bg--img ul li:nth-child(3) span {
        background-image: url("/image/iStock-530606869_ms.jpg");
        background-size: contain;
        background-position: center center;
        z-index: 1;
    }
}


@media screen and (max-width:414px){
    .topWhat .topWhat__bg--img ul li:nth-child(1) span {
        background-image: url("/image/2505733_s_ms_sp.jpg"); 
        background-size: contain;        
        z-index: 1;
}
.topWhat .topWhat__bg--img ul li:nth-child(2) span {
        background-image: url("/image/FG-sticker5_ms_sp.jpg");
        background-size: contain;
        background-position: center center;
        z-index: 1;
}
.topWhat .topWhat__bg--img ul li:nth-child(3) span {
        background-image: url("/image/iStock-530606869_ms_sp.jpg");
        background-size: contain;
        background-position: center center;
        z-index: 1;
}
}
.topWhat .topWhat__title {
      top: 30px;
      font-size: 30px; 
      z-index: 1;
}
.topWhat .topWhat__bg--img ul li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	/* background-position: center center; */
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	height: 100%;
    z-index: 1;
}
.topWhat .topWhat__bg--img ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
    z-index: 1;
	display: none;
}
@media screen and (max-width:768px){
    
}

/*----------------------------------------*/

.img-wrap {
    overflow: hidden;
    position: relative;
  }
  
  .img-wrap:before {
    animation: img-wrap 2.6s cubic-bezier(.4, 0, .2, 1) forwards;
    background: rgb(255, 255, 255);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  @keyframes img-wrap {
    100% {
      transform: translateX(100%);
    }
  }

  .img-wrap2 {
    overflow: hidden;
    position: relative;
  }
  
  .img-wrap2:before {
    animation: img-wrap 2.6s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  @keyframes img-wrap2 {
    100% {
      transform: translateX(100%);
    }
  }

  .img-wrap3 {
    overflow: hidden;
    position: relative;
  }
  
  .img-wrap3:before {
    animation: img-wrap 2.6s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  @keyframes img-wrap3 {
    100% {
      transform: translateX(100%);
    }
  }

  .text {
    opacity: 0;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }
  .text.is-active {
    opacity: 1;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }
  .an2-fadeup {
    background-color:#ff7f5000;
    animation-name: fadeup;
    animation-duration: 2s;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(60px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.ar1{
    color: rgb(255, 255, 255);
    background-color: #f8d1e2;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    width: 20vw;
    border-radius: 10px;
    font-size: 19px;
}

.ar2{
    color: rgb(255, 255, 255);
    background-color: #f8d1e2;
    padding: 10px;
    font-size: 20px;
    margin-left: 5vw;
    text-align: center;
    margin-top: -16px;
    border-radius: 10px;
    font-size: 19px;
}
.blue{
    background-color: #bae3f9;
}

.purple{
    background-color: #d2d6ec;
}
.sentence{
    font-size: 16px;
    padding-top: 30px;
}

.cover{
    background-color: rgba(220, 20, 60, 0);
    height: 260px;
    margin-top: 60px;
}

.slide2{
    z-index: 2;
    margin-top: -110px;
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 20px;
}

.sl2li{
    width: 13vw;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    color: white;
    z-index: 4;
    background-color: rgb(245, 177, 230);
}

.vimo{
    position:relative;
    width: 100%;
    height:300px;
    padding-top:10%;
    margin-top: -440px;
    z-index: 3;
    margin-left: -40px;
}

.vimo iframe{
        position:absolute;
        top:390px;
        left:0;
        width:30vw;
        height:260px;
        margin-left: 60px;
}

.vimo video{
        position:absolute;
        top:390px;
        left:0;
        width:30vw;
        height:260px;
        margin-left: 60px;
}

.wtli{
    margin-top: 0px;
    margin-left: 80px;
    z-index: 4;
}

@media screen and (max-width:1366px){
    .ar2, .ar1{
        font-size: 17px;
    }  
    .sentence{
        font-size: 14px;
    }
    .sl2li{
        font-size: 14px;
    }
}

@media screen and (max-width:1057px){
    .ar2, .ar1{
        font-size: 15px;
    }  
    .sentence{
        font-size: 13px;
    }
    .sl2li{
        font-size: 13px;
    }
}

@media screen and (max-width:992px){
    .slib1{
        display:none;
    }
    .ar1{
        width: 50vw;
        margin-left: 16vw;
    }

    .ar2{
        width: 50vw;
        margin-left: 16vw;
    }

    .sentence{
        padding: 0 90px;
        margin-left: -40px;
        margin-bottom: 100px;
    }
    .vimo{
        position:relative;
        width: 100%;
        height:300px;
        padding-top:10%;
        margin-top: -460px;
        z-index: 3;
        margin-left:0px;
    }
    
    .vimo iframe{
        position:absolute;
        top:390px;
        left:0;
        width:100%;
        height:260px;
        margin-left: 0px;
    }
    
    .vimo video{
        position:absolute;
        top:390px;
        left:0;
        width:100%;
        height:260px;
        margin-left: 0px;
    }
    .sl2li{
        width: 30vw;
        margin-left: 5vw;
    }
    .wtli{
        margin-top: 230px;
    }
}
@media screen and (max-width:768px){
    .vimo{
        margin-top: -430px;
    }
    .vimo iframe{
        position:absolute;
        top:390px;
        left:0;
        width:100%;
        height:260px;
        margin-left: 0px;
    }
    .vimo video{
        position:absolute;
        top:390px;
        left:0;
        width:100%;
        height:260px;
        margin-left: 0px;
    }
    .ar1{
        width: 50vw;
        margin-left: 10vw;
    }

    .ar2{
        width: 50vw;
        margin-left: 10vw;
    }

    .sentence{
        padding: 0 90px;
        margin-left: -30px;
        margin-bottom: 100px;
    }
    .sl2li{
        width: 30vw;
        margin-left: 0vw;
    }
    .sentence{
        padding: 30px 0;
    }
}

@media screen and (max-width:414px){
    
    .sentence{
        padding: 0 5px;
        margin-left: -30px;
        margin-bottom: 100px;
    }

    .sentence{
        padding: 30px 0;
    }
}

/*-------------------------------*/

/*---------------固定費は----------*/

.koteihi{
    margin-top: 70px;
    background-image: url(/image/koteihi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    margin-bottom: 70px;
    padding-top: 60px;
}

.koteip{
    font-size: 26px;
    margin-left: 20vw;
    margin-top: -30px;
    padding-bottom: 25px;
}

.koteihi p{
    margin-bottom: 30px;
}
@media screen and (max-width:992px){
    .koteihi{
        margin-top: 70px;
        background-image: url(/image/koteihi.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 350px;
        margin-bottom: 70px;
        padding-top: 50px;
    }
    
    .koteip{
        font-size: 20px;
        margin-left: 20vw;
    }
}

@media screen and (max-width:768px){
    
    .koteip{
        font-size: 17px;
        margin-left: 20vw;
    }
}

@media screen and (max-width:414px){
    
    .koteip{
        font-size: 17px;
        margin-left: 0vw;
        text-align: center;
    }
}

/*---------------------------*/

.servicep{
    color: rgb(245, 177, 230);
    font-size: 20px;
}
.servicep2{
    color: rgb(245, 177, 230);
    font-size: 100px;
    margin-top: -60px;
    font-weight: bolder;
    background-color: rgba(0, 0, 139, 0);
    padding: 0;
}

.sar1{
    border: 10px solid rgb(245, 177, 230);
    margin-top: -280px;
    border-radius: 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ar3wp1{
    background-image: url(/image/78753_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    opacity: 0.1;
    background-position-x: 30px;
    background-position-y: 30px;
    margin-top: 0px;
}
.mittu{
    font-size: 27px;
    margin-left: 4vw;
    margin-top: 50px;
    font-weight: bold;
}
.mittu3{
    font-size: 50px;
    color:rgb(245, 177, 230);
}

.s30{
    font-size: 30px;
    margin-left: 5vw;
    margin-top: 30px;
    font-weight: bold;    
}

.s28{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.kkkn{
    display: none;
}
.imamade{
    margin-left: 50px;
    text-align: center;
}
.ona{
    font-size: 20px;
}

.ona2{
    width: 18vw;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    color: white;
    background-color: rgb(245, 177, 230);
}

@media screen and (max-width:1366px){
    .servicep2{
        font-size: 100px;
    }
    .mittu{
        font-size: 22px;
        margin-left: 4vw;
        margin-top: 50px;
    }
    .mittu3{
        font-size: 40px;
        color:rgb(245, 177, 230);
    }
    
    .s30{
        font-size: 22px;
        margin-left: 5vw;
    }
    
    .s28{
        font-size: 18px;
        text-align: center;
    }
    .imamade{
        margin-left: 50px;
        text-align: center;
    }
    .ona{
        font-size: 18px;
    }
}

@media screen and (max-width:1057px){
    
}

@media screen and (max-width:992px){
    .sar1{
        border: 10px solid rgb(245, 177, 230);
        margin-top: -250px;
    }
    .servicep2{
        font-size: 100px;
        margin-bottom: 40px;
    }
    .mittu{
        font-size: 18px;
        margin-left: 4vw;
        margin-top: 50px;
    }
    .mittu3{
        font-size: 32px;
        color:rgb(245, 177, 230);
    }
    
    .s30{
        font-size: 18px;
        margin-left: 30px;
    }
    
    .s28{
        font-size: 14px;
        text-align: center;
    }
    .imamade{
        margin-left: 2px;
        text-align: center;
    }
    .ona{
        font-size: 14px;
        margin-left: 30px;
    }
    .ona2{
        font-size: 13px;
    }

    .ar3wp1{
        background-image: url(/image/78753_l.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        opacity: 0.1;
        background-position-x: 30px;
        background-position-y: 0px;
        margin-top: 0px;
    }
}

@media screen and (max-width:768px){
    .sar1{
        border: 8px solid rgb(245, 177, 230);
        margin-top: -250px;
    }
    .servicep{
        font-size: 18px;
        padding-bottom: 20px;
    }
    .servicep2{
        font-size: 80px;
        margin-bottom: 30px;
    }
    .mittu{
        font-size: 18px;
        margin-left: 0vw;
        margin-top: 30px;
        text-align: center;
    }
    .mittu3{
        font-size: 32px;
        color:rgb(245, 177, 230);
    }
    
    .s30{
        font-size: 18px;
        margin-left: 0px;
        text-align: center;
    }
    .s30 br{
        display: none;
    }
    
    .s28{
        font-size: 14px;
        text-align: center;
    }
    
    .imamade{
        margin-left: 2px;
        text-align: center;
    }
    .ona{
        font-size: 14px;
        margin-left: 30px;
    }
    .ona2{
        font-size: 13px;
        width: 40vw;
        margin-left: 15vw;
    }

    .ar3wp1{
        background-image: url(/image/78753_l.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        opacity: 0.1;
        background-position-x: 30px;
        background-position-y: -50px;
        margin-top: 0px;
    }
}

.numansin{
    font-size: 80px;
    font-weight: bolder;
    margin-left: -10px;
    color: rgba(151, 151, 151, 0.712);
}

.box3{
    margin-top: -90px;
    margin-left: 20px;
}

.kocerju{
    display: none;
}
.thm1{
    font-size: 23px;
    color:rgb(245, 177, 230);
    margin-left: 30px;
    height: 40px;
}

.ar3p4{
    font-size: 18px;
    margin-left: 30px;
}
@media screen and (max-width:1260px){
    .numansin{
        font-size: 60px;
        font-weight: bolder;
        margin-left: -10px;
        color: rgba(151, 151, 151, 0.712);
    }
    
    .box3{
        margin-top: -80px;
        margin-left: 20px;
    }
    
    .kocerju{
        display: none;
    }
    .thm1{
        font-size: 22px;
        color:rgb(245, 177, 230);
        margin-left: 30px;
        height: 40px;
    }
    
    .ar3p4{
        font-size: 17px;
        margin-left: 30px;
    }
}
@media screen and (max-width:1130px){
    .numansin{
        font-size: 58px;
        font-weight: bolder;
        margin-left: -10px;
        color: rgba(151, 151, 151, 0.712);
    }
    
    .box3{
        margin-top: -70px;
        margin-left: 20px;
    }
    
    .kocerju{
        display: none;
    }
    .thm1{
        font-size: 20px;
        color:rgb(245, 177, 230);
        margin-left: 30px;
        height: 40px;
    }
    
    .ar3p4{
        font-size: 16px;
        margin-left: 30px;
    }
}
@media screen and (max-width:992px){
    .numansin{
        font-size: 52px;
        font-weight: bolder;
        margin-left: -16px;
        color: rgba(151, 151, 151, 0.712);
    }
    
    .box3{
        margin-top: -60px;
        margin-left: 10px;
    }
    
    .kocerju{
        display: none;
    }
    .thm1{
        font-size: 17px;
        color:rgb(245, 177, 230);
        margin-left: 10px;
        height: 40px;
    }
    
    .ar3p4{
        font-size: 16px;
        margin-left: 10px;
    }
}
@media screen and (max-width:800px){
    .numansin{
        font-size: 50px;
        font-weight: bolder;
        margin-left: -10px;
        color: rgba(151, 151, 151, 0.712);
    }
    
    .box3{
        margin-top: -60px;
        margin-left: 10px;
    }
    
    .kocerju{
        display: none;
    }
    .thm1{
        font-size: 14px;
        color:rgb(245, 177, 230);
        margin-left: 10px;
        height: 40px;
    }
    
    .ar3p4{
        font-size: 12px;
        margin-left: 10px;
    }
}
@media screen and (max-width:768px){
    .box3{
        margin-top: -170px;
        background-color: rgba(0, 139, 139, 0);
    }

    .numansin{
        font-size: 130px;
        font-weight: bolder;
        margin-left: 10px;
        color: rgba(151, 151, 151, 0.712);
    }

    .thm1{
        text-align: center;
        font-size: 30px;
        height: auto;
    }

    .kocerju{
        display: none;
    }
    .ar3p4{
        text-align: center;
    }

    .ar3p4{
        font-size: 16px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .ar3p4 .br55{
        display: none;
    }
    
}
@media screen and (max-width:640px){
    .box3{
        margin-top: -170px;
        background-color: rgba(0, 139, 139, 0);
    }

    .numansin{
        font-size: 130px;
        font-weight: bolder;
        margin-left: 10px;
        color: rgba(151, 151, 151, 0.712);
    }

    .thm1{
        text-align: center;
        font-size: 30px;
        height: auto;
    }

    .kocerju{
        display: none;
    }
    .ar3p4{
        text-align: center;
    }


    .ar3p4{
        font-size: 16px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .ar3p4 .br55{
        display: none;
    }
}
@media screen and (max-width:610px){
    .box3{
        margin-top: -140px;
        background-color: rgba(0, 139, 139, 0);
    }

    .numansin{
        font-size: 100px;
        font-weight: bolder;
        margin-left: 10px;
        color: rgba(151, 151, 151, 0.712);
    }

    .thm1{
        text-align: center;
        font-size: 22px;
        height: auto;
    }

    .kocerju{
        display: none;
    }
    .ar3p4{
        text-align: center;
    }


    .ar3p4{
        font-size: 15px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .ar3p4 .br55{
        display: none;
    }
}
@media screen and (max-width:530px){
    .box3{
        margin-top: -120px;
        margin-left: 20px;
        background-color: rgba(0, 139, 139, 0);
    }

    .numansin{
        font-size: 80px;
        font-weight: bolder;
        margin-left: -20px;
        color: rgba(151, 151, 151, 0.712);
    }

    .thm1{
        text-align: center;
        font-size: 17px;
        height: auto;
    }

    .kocerju{
        display: none;
    }
    .ar3p4{
        text-align: center;
    }

    .ar3p4{
        font-size: 12px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .ar3p4 .br55{
        display: none;
    }
}
@media screen and (max-width:414px){
    .servicep{
        font-size: 17px;
        text-align: center;
    }
    .servicep2{
        font-size: 60px;
        margin-bottom: 40px;
        text-align: center;
    }
}
@media screen and (max-width:375px){
    .servicep2{
        font-size: 60px;
        margin-bottom: 30px;
        text-align: center;
    }

    .servicep{
        font-size: 14px;
        text-align: center;
    }
    .ar3p4{
        font-size: 10px;
        margin-left: 20px;
        margin-top: 0px;
    }
    .box3{
        margin-top: -120px;
        margin-left: 0px;
        background-color: rgba(0, 139, 139, 0);
    }

    .box3{
        margin-top: -110px;
        margin-left: 40px;
        background-color: rgba(0, 139, 139, 0);
    }

    .numansin{
        font-size: 80px;
        font-weight: bolder;
        margin-left: -20px;
        color: rgba(151, 151, 151, 0.712);
    }

    .thm1{
        text-align: center;
        font-size: 15px;
        height: auto;
    }

    .kocerju{
        display: none;
    }
    .ar3p4{
        text-align: center;
    }

    .ar3p4{
        font-size: 14px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .ar3p4 .br55{
        display: none;
    }
}
@media screen and (max-width:320px){
    
    .servicep2{
        font-size: 60px;
        margin-bottom: 30px;
    }
    .servicep2{
        font-size: 60px;
        margin-bottom: 30px;
        text-align: center;
    }

    .servicep{
        font-size: 14px;
        text-align: center;
        margin-left: 60px;
    }

    .ar3p4{
        font-size: 10px;
        margin-left: 20px;
        margin-top: 0px;
    }
    .box3{
        margin-top: -120px;
        margin-left: 0px;
        background-color: rgba(0, 139, 139, 0);
    }

    .box3{
        margin-top: -120px;
        margin-left: 20px;
        background-color: rgba(0, 139, 139, 0);
    }

    .numansin{
        font-size: 80px;
        font-weight: bolder;
        margin-left: -20px;
        color: rgba(151, 151, 151, 0.712);
    }

    .thm1{
        text-align: center;
        font-size: 15px;
        height: auto;
    }

    .kocerju{
        display: none;
    }
    .ar3p4{
        text-align: center;
    }

    .ar3p4{
        font-size: 11px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .ar3p4 .br55{
        display: none;
    }

    .sar1{
        margin-left: 25px;
    }
}
/*------------------------------------*/

.mp1{
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.meritp{
    color: rgb(245, 177, 230);
    font-size: 20px;
    text-align: right;
}
.meritp2{
    color: rgb(245, 177, 230);
    font-size: 100px;
    margin-top: -60px;
    font-weight: bolder;
    background-color: rgba(0, 0, 139, 0);
    padding: 0;
    text-align: right;
}
.mwp1{
    background-image: url(/image/pinkwp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media screen and (max-width:1366px){
    .meritp2{
        font-size: 100px;
    }

}

@media screen and (max-width:1057px){
    
}

@media screen and (max-width:992px){
    .meritp2{
        font-size: 100px;
        margin-bottom: 40px;
    }

}

@media screen and (max-width:768px){

    .meritp{
        font-size: 17px;
        padding-bottom: 30px;
        text-align: center;
    }
    .meritp2{
        font-size: 80px;
        margin-bottom: 30px;
        text-align: center;
    }

}

@media screen and (max-width:375px){

    .meritp{
        font-size: 17px;
        padding-bottom: 30px;
        text-align: center;
    }
    .meritp2{
        font-size: 60px;
        margin-bottom: 30px;
        text-align: center;
    }

}
/*------------------------------*/

.before{
    font-size: 26px;
    text-align: center;
    color:rgb(245, 177, 230);
    height: 150px;
    padding-top: 60px;
}

.bils{
    height: 150px;
}

.bil1{
    background-image: url("../image/dad.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bil2{
    background-image: url("../image/510521.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bil3{
    background-image: url("../image/dad2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bil4{
    background-image: url("../image/510424.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.blinking{
        -webkit-animation:blink 2s ease-in-out infinite alternate;
        -moz-animation:blink 2s ease-in-out infinite alternate;
        animation:blink 2s ease-in-out infinite alternate;
}

    @-webkit-keyframes blink{
        0% {opacity:0;}
        100% {opacity:1;}
    }
    @-moz-keyframes blink{
        0% {opacity:0;}
        100% {opacity:1;}
    } 

    @keyframes blink{
        0% {opacity:0;}
        100% {opacity:1;}
    }
    
.delay {
    animation-delay: 2s;
}

.before2{
    color:rgb(0, 0, 0);
}

.bep1{
    text-align: center;
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
}

.afp1{
    font-size: 20px;
    color:rgb(245, 177, 230);
    border: 4px solid rgb(245, 177, 230);
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}


.yutori{
    text-align: center;
    font-size: 24px;
    padding: 50px 0;
}

.yutori2{
    text-align: center;
    font-size: 28px;
    color:rgb(245, 177, 230);
}

.arp{
    text-align: center;
    margin-top: 50px;
    font-size: 200px;
    color: rgb(187, 187, 187);
}
.arp2{
    display: none;
    text-align: center;
}
@media screen and (max-width:1366px){
    .bep1{
        font-size: 17px;
    }
    
    .afp1{
        font-size: 18px;
    }
}

@media screen and (max-width:1057px){
    .bep1{
        font-size: 15px;
    }
    
    .afp1{
        font-size: 16px;
    }

    .arp{
        text-align: center;
        margin-top: 50px;
        font-size: 180px;
        color: rgb(187, 187, 187);
    }
}

@media screen and (max-width:992px){
    .bep1{
        font-size: 14px;
    }
    
    .afp1{
        font-size: 15px;
    }

    .arp{
        text-align: center;
        margin-top: 50px;
        font-size: 160px;
        color: rgb(187, 187, 187);
    }
}

@media screen and (max-width:768px){
    .bep1{
        font-size: 15px;
    }
    
    .afp1{
        font-size: 15px;
        font-weight: bold;
    }

    .arp{
        display:none
    }
    .arp2{
        display: block;
        text-align: center;
        font-size: 50px;
        color: rgb(187, 187, 187);
    }
    .yutori{
        font-size: 18px;
    }
    
    .yutori2{
        font-size: 22px;
    }
}

/*-------------------*/

.maintnwp1{
    background-image: url(/image/3962791_l.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 300px;
    opacity: 0.4;
    margin-top: 0px;
    background-position-y: 50px;
}

.maintenanc{
    border: 10px solid rgb(245, 177, 230);
    border-radius: 20px;
    margin-top: -310px;
    margin-bottom: 100px;
    padding: 30px 30px;
}
.manp1{
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.manp13{
    opacity: 0;
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.manlist{
    font-size: 16px;
    text-align: center;
    border: 1px black solid;
    border-radius: 10px;
}

.manp2{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: -40px;
    margin-left: 50px;
}
.nji0{
    height: 160px;
}

.sbgm{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    color: white;
    background-color: rgb(245, 177, 230);
    height: 50px; 
}
.sbgm:hover{
    color: white;

}
.sbgm p{
    text-align: center;
    padding-bottom: 10px;
}
@media screen and (max-width:1366px){
    .manp2{
        font-size: 26px;
    }
}

@media screen and (max-width:1090px){
    .manlist{
        padding: 2px;
    }
}
@media screen and (max-width:1057px){
    .manp2{
        font-size: 22px;
    }
    .manp1{
        text-align: center;
    }
}
@media screen and (max-width:950px){
    .manlist{
        height: 50px;
    }
}
@media screen and (max-width:992px){
    .manp2{
        font-size: 20px;
    }

    .sisan2{
        display:none;
    }
    .manp1{
       font-size: 20px;
    }
}

@media screen and (max-width:768px){
    .manp2{
        font-size: 20px;
        margin-top: 0px;
    }

    .maintenanc{
        border: 8px solid rgb(245, 177, 230);
        border-radius: 20px;
        margin-top: -310px;
        margin-bottom: 100px;
        padding: 30px 30px;
    }
    .nji1{
        margin-bottom: 150px;
    }
    .manp1{
        margin: 0;
        padding: 10px 0;
    }

    .manp13b{
        display: none;
    }
    .sisan{
        display:none;
    }

    .manp2{
        text-align: center;
        margin-left: 0px;
    }
    .manp1{
        text-align: center;
    }
    
    .manlist{
        text-align: center;
        border: 1px black solid;
        height: auto;
    }
    
    .kesu{
        display: none;
    }
    .manp2{
        text-align: center;
    }

    .sbgm{
        width: 100%;
        font-size: 13px;
    }
    .maintnwp1{
        background-image: none;
    }
    .maintnwp1{
        display: none;
    }

    .koko{
        display: none;
    }
    .maintenanc{
        background-image: url(/image/seed2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        opacity: 0.1;
        margin-top: 60px;
    }
}


/*-----------------------------------*/
.aboutus{
    color: rgb(245, 177, 230);
    font-size: 20px;
}
.abb{
    margin-bottom: 50px;
}
.aboutus2{
    color: rgb(245, 177, 230);
    font-size: 100px;
    margin-top: -60px;
    font-weight: bolder;
    background-color: rgba(0, 0, 139, 0);
    padding: 0;
}

.aboutwp1{
    height: 450px;
    background-image: url(/image/sakura.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-bottom: 80px;
}
.ring, .ring22{
    font-size: 24px;
    font-weight: bold;
}

.ring12{
    margin-left: 50px;
}
.ring23{
    margin-left: 50px;
}
.ring22{
    margin-left: 100px;
}
.aboutbtn{
    text-align: center;
    width: 18vw;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    color: white;
    margin-left: 60vw;
    background-color: rgb(245, 177, 230);
}

@media screen and (max-width:1366px){
    .aboutus2{
        font-size: 100px;
    }
}

@media screen and (max-width:1057px){
    
}

@media screen and (max-width:992px){
    .aboutus2{
        font-size: 100px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:768px){

    .aboutus{
        font-size: 17px;
        padding-bottom: 30px;
    }
    .aboutus2{
        font-size: 80px;
        margin-bottom: 30px;
    }

    .aboutbtn{
        text-align: center;
        width: 30vw;
        text-align: center;
        font-size: 13px;
        margin-left: 40vw;
    }

    .ring, .ring22{
        font-size: 17px;
        font-weight: bold;
    }

}
@media screen and (max-width:375px){

    .aboutus{
        font-size: 17px;
        padding-bottom: 30px;
    }
    .aboutus2{
        font-size: 60px;
        margin-bottom: 30px;
    }

}

/**/

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein2 {
	opacity : 0.03;
	transform : translate(0, 50px);
	transition : all 700ms;
	}

/* 画面内に入った状態 */
.fadein2.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}



.fadein3 {
	opacity : 0;
	transform : translate(0, 0px);
	transition : all 10ms;
	}

/* 画面内に入った状態 */
.fadein3.scrollin {
	opacity : 1;
	transform : translate(0, 0);
    transition-duration: 0s;
}


.fadein4 {
	opacity : 0.03;
	transform : translate(0, 80px);
	transition : all 700ms;
	}

/* 画面内に入った状態 */
.fadein4.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


.fadein5 {
	opacity : 0.03;
	transform : translate(0, 80px);
	transition : all 2000ms;
	}

/* 画面内に入った状態 */
.fadein5.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein6 {
	opacity : 0.03;
	transform : translate(0, 80px);
	transition : all 5000ms;
	}

/* 画面内に入った状態 */
.fadein6.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


.fadein7 {
	opacity : 0.03;
	transform : translate(-80px, 0);
	transition : all 1100ms;
	}

/* 画面内に入った状態 */
.fadein7.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein8 {
	opacity : 0.03;
	transform : translate(0, 80px);
	transition : all 1200ms;
	}

/* 画面内に入った状態 */
.fadein8.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein9 {
	opacity : 0.03;
	transform : translate(-80px, 0);
	transition : all 2900ms;
	}

/* 画面内に入った状態 */
.fadein9.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein10 {
	opacity : 0.03;
	transform : translate(0, 80px);
	transition : all 3100ms;
	}

/* 画面内に入った状態 */
.fadein10.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein11 {
	opacity : 0.03;
	transform : translate(-80px, 0);
	transition : all 4800ms;
	}

/* 画面内に入った状態 */
.fadein11.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein12 {
	opacity : 0.03;
	transform : translate(0, 80px);
	transition : all 5600ms;
	}

/* 画面内に入った状態 */
.fadein12.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein20 {
	opacity : 0;
	transform : translate(0, 0px);
	transition: all 1400ms;
}

/* 画面内に入った状態 */
.fadein20.scrollin {
	opacity : 0.6;
    transform : scale(0.92);
	transition : all 1000ms;
}

.fadein21 {
	opacity : 0;
	transform : translate(0, 0px);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.fadein21.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein22 {
	opacity : 0;
	transform : translate( 0px, 0);
	transition : all 2000ms;
    transition: all 5s ease-out; opacity: 0;
    overflow: hidden;
	}

/* 画面内に入った状態 */
.fadein22.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein23 {
	opacity : 0;
	transform : translate(0, 80px);
	transition : all 5000ms;
	}

/* 画面内に入った状態 */
.fadein23.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein30 {
	opacity : 0;
	transform : translate( 500px, 0);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.fadein30.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein31 {
	opacity : 0;
	transform : translate( -100px, 0);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.fadein31.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/**---------------*/
@media screen and (max-width:415px){
    .sliderp{
        font-size: 17px;
        margin-left: 5vw;
        text-align: left;
        margin-top: 170px;
    }
    .manp1{
        font-size: 15px;
        font-weight: bold;
    }

    .manlist{
        font-weight: bold;
    }
    .manp2{
        font-weight: bold;
    }

    .sbgma{
        width: 100%;
    }

    .sbgm{
        width: 100%;
    }
    .maintnwp1{
        display: none;
    }

    .koko{
        display: none;
    }
    .kkkn0{
        display: none;
    }

    .kkkn{
        display: block;
    }

    .knp{
        margin-bottom: -4px;
    }
    .tar3{
        text-align: right;
        width: 269px;
    }

    .s28{
        font-size: 14px;
        text-align: left;
    }
    .s282{
        font-size: 14px;
        text-align: right;
        margin-top: -12px;
    }

    .ona2{
        font-size: 13px;
        width: 40vw;
        margin-left: 7vw;
    }
}

@media screen and (max-width:375px){
   .s28{
       font-size: 14px;
   }
   .ona2{
       margin-left: 0;
       margin-left: 34px;
   }

   .yutori{
       font-size: 14px;
   }

   .maintenanc{
       margin-top: 0px;
   }
   
   .maintnwp1{
       display: none;
   }

   .manp1{
    font-size: 15px;
    font-weight: bold;
   }
   .manp2{
       font-size: 17px;
       font-weight: bold;
   }
   .manlist{
        font-weight: bold;
    }
   .aboutus, .aboutus2{
       text-align: center;
   }

   .aboutus{
       margin-top: 30px;
   }
   .ring, .ring22, .ring12, .ring23{
       margin: 0;
       text-align: center;
   }

   .aboutbtn{
       width: 50vw;
       margin-left: 75px;
       margin-top: 50px;
   }

   .ar2, .ar1{
       width: 80vw;
       margin: 0;
       margin-left: -10vw;
   }
   .sentence{
       margin-left: -37px;
   }

   .sl2li{
       width: 60vw;
       margin-left: -20px;
   }

   .servicep2, .servicep{
      text-align: center;
      width: 100%;
   }

   .sbgma{
    width: 100%;
   }

   .sbgm{
    width: 100%;
}

.servicep{
   font-size: 16px;
 }
   

}

@media screen and (max-width:320px){
    

    .ar1, .ar2{
        width: 80vw;
        margin-left: -34px;
    }
    .vimeo{
        margin-left: 5px;
    }
    .sl2li{
        width: 70vw;
        margin-left: -40px;
    }

    .koteihi{
        margin-left: 5px;
    }

    .manp1{
        font-size: 15px;
        font-weight: bold;
    }
    .manp2{
        font-size: 17px;
        font-weight: bold;
    }
    .manlist{
        font-weight: bold;
    }

    .servicep{
        width: 100px;
    }
    .servicep2{
        margin-left: -25px;
    }
    .sbgma{
        width: 100%;
    }
    .sbgm{
        width: 100%;
    }
    
    .aboutbtn{
        margin: 0;
        margin-left: 70px;
    }
}