body{
    line-height: 1.6;
    font-size: 18px;
    font-family: 'BIZ UDPGothic', sans-serif;
}

h2{
    background: rgb(37,73,156);
background: linear-gradient(90deg, rgba(37,73,156,1) 0%, rgba(73,187,188,1) 100%);
border-radius: 5px;
padding: 10px 20px;
width: 100%;
text-align: center;
margin-bottom: 20px;
color:white;
font-size:1.5rem;
}

.noto-bold800{

    font-family: 'Noto Sans JP','sans-serif';
    font-weight: 800;

}

.container{
    max-width: 1000px;
}

#page_top{
        position: fixed;
        /* background: #7dffc7; */
        background: rgb(37,73,156);
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        color:white;
    right: 0;
    bottom: 0;
}

.l-green{
    color:#7dffc7;
}

.bg-line{
    /* background-color: #7dffc7; */
    background-color:#91f7c3;
    background-image:
	 repeating-linear-gradient(-45deg,#d8ffee, #d8ffee 7px,transparent 0, transparent 14px);
}

.bg-dot{
    background-image:url('../images/dot.png');
    background-size: 22px 22px;
}

.bg-dot-sm{
    background-image:url('../images/dot.png');
    background-size: 10px 10px;
}

header{
    position:fixed;
    z-index: 1000;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 0 10px 0px #ccc;
}

footer{
        background: rgb(37,73,156);
background: linear-gradient(90deg, rgba(37,73,156,1) 0%, rgba(73,187,188,1) 100%);

}

.fookate-black{

    background-color: #231815;
    /* box-shadow: 3px 0px 18px 18px rgb(106 173 144 / 50%); */
    height: 80px;
}

.logo{
    height: 40px;

}

.mainvisual{
    margin-top: 70px;
    width: 100vw;
    background-image: url(../images/mainvisual2.jpg);
    background-color: #013d66;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* width: 100vw; */
    height: 700px;
    box-shadow: 0 8px 3px -3px #000000 inset;
}

span.br{
    display: block;
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background:#25499d;
  	width: 70%;
  }

.openbtn span:nth-of-type(1) {
	top:10px;	
}

.openbtn span:nth-of-type(2) {
	top:20px;
	/* top:23px; */
}

.openbtn span:nth-of-type(3) {
	top:30px;
	/* top:36px; */
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 24px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
/* --------- */

.serif{
  font-family: "typegothic";
}

.solution-box{
    letter-spacing:0.5rem;
	/* background: #7dffc7; */
    background: #91f7c3;
    width: 100%;
    max-width: 700px;
    margin:auto;
    padding: 10px;
}

.nayami-svg{
    max-width: 350px;
    margin:auto;
    /* height: 180px; */
    /* width: 50%; */
}

.serif-svg{
    height: 120px;
}

.arrow_box1+.serif-svg{
    margin-left: 60px;
}

.serif-svg:has(+.arrow_box2){
    margin-right: 60px;
}


.company-tel-box{
    padding: 5px 20px;
    border:1px solid #fff;
    margin-top: 20px;
    max-width: 500px;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

.gmap{  
    filter: grayscale(100%);
    width: 100%;
    max-width: 600px;
    height: 460px;
}

    .under-yellow{
        border-bottom: 8px solid #ffff3a;
        padding-bottom: 5px;
    }

    .under-yellow2{
        border-bottom: 8px solid #ffff3a;
    }


    .fookate-green-box{
        /* border:8px solid #7dffc7; */
        border:8px solid #91f7c3;
        
        /* display: inline-block; */
        margin: auto;
        max-width: 850px;
        width: 90%;
    }


    .answer-box{
        padding: 20px 30px;
        margin:20px auto;
        font-weight:bold;
        text-align: center;
        max-width: 700px;
        width: 90%;
        height: 100px;
    }

    .triangle{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 20px 0 20px;
        /* border-color: #7dffc7 transparent transparent transparent; */
        border-color: #91f7c3 transparent transparent transparent;
        margin:auto;
    }


    .sales-up-text{
        line-height: 4.5rem;
    }


.arrow_box1{
    position:relative;
    width:80%;
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    border:3px solid #555555;
    color:#333333;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    margin:30px 0;
}
.arrow_box1:after,.arrow_box1:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box1:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -8px;
    margin-left: -1px;
    border-left-color:#FFFFFF;
}
.arrow_box1:before{
    border-color: rgba(85, 85, 85, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:41px;
    border-right-width:41px;
    margin-top: -11px;
    margin-left: 3px;
    border-left-color:#555555;
}



.arrow_box2{

  position:relative;
    width:80%;
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    border:3px solid #555555;
    color:#333333;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    margin:30px 0;


}
.arrow_box2:after,.arrow_box2:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box2:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -8px;
    border-right-color:#FFFFFF;
}
.arrow_box2:before{
    border-color: rgba(85, 85, 85, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:41px;
    border-right-width:41px;
    margin-top: -11px;
    margin-right: 3px;
    border-right-color:#555555;
}

.tracking-extra{
    letter-spacing: 0.7rem;
}

.tracking-widest2{
    letter-spacing: 0.3rem;

}

.flow-white-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top:-10px;
    left:-10px;
    z-index: 0;
}

.fookate-green-box2:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  content: '';
    border:4px solid #91f7c3;
}


.fookate-green-box2{
    background-color: white;
    /* border:4px solid #91f7c3; */        
    margin: auto;
    max-width: 850px;
    width: 90%;
    z-index: 100;
}




    .triangle2{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 15px 0 15px;
        /* border-color: #7dffc7 transparent transparent transparent; */
        border-color: #91f7c3 transparent transparent transparent;
        margin:auto;
        margin-top: 10px;
    }

    .flow1-svg{
        height: 200px;
    }

    .three-line-svg{
        height: 180px;
    }

    .green-btn{
        background-color:#91f7c3;
        display: inline-block;
        border-radius: 10px;
    }

    .white-btn{
        background-color:#fff;
        display: inline-block;
        border-radius: 10px;
    }

    .black-btn{
        background-color:#333;
        color: white;
        display: inline-block;
        border-radius: 10px;
    }


    .fookate-green-box3{
        border:4px solid #91f7c3;        
        margin: auto;
        max-width: 850px;
        width: 80%;
        z-index: 100;
        margin-top: 10px;
    }

    .triangle3{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 15px 0 15px;
     
        border-color: #91f7c3 transparent transparent transparent;
        margin:auto;
    }

    .step-svg{
        height: 180px;
        width: 180px;
        margin-left: -140px;
        margin-top: -15px;
    }

    .news-box{
        background-image: url(../images/news-back.jpg);
        background-position: center center;
        background-size: cover;
        height: 500px;
        margin-top: 50px;
    }

    .datetime{
        display: inline-block;
        margin-right: 30px;
        background-color: black;
        color:white;
        padding: 2px 5px;
    }

    .news-box-inner{
        max-width: 800px;
        width: 90%;
        margin:20px auto;
        background-color: rgba(255,255,255,0.8);
        padding: 20px 40px;
        font-size:0.9rem;
        min-height: 200px;
    }

    .news-title{
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
    }

    .news-list{
        margin-top: 40px;
    }

    .cafe-box{
        background-image: url(../images/cafe.jpg);
        background-position: top center;
        background-size: cover;
        height: 50vw;
    }

.leading-5xl{
    line-height: 4rem;
}

.apeal-title{
 border-left:4px solid black;
 padding-left: 10px;
 font-size:1rem;   
 margin-bottom: 20px;
}

.sample-svg{
    height: 400px;
}

.white-memo{
 margin-top: 20px;
    background-color: white;
    padding: 20px;
    box-shadow:5px 5px 0 0 #bedbbb;
}

.price-title{
    background-color: #91f7c3;
    padding: 10px 20px;
    letter-spacing: 0.7rem;
    margin-top: 20px;
    font-size:1.2rem;
    font-weight: bold;
    display: inline-block;
}

.faq-title{
    border-left:5px solid #000;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 0.5rem;
    margin-bottom: 15px;
}

.fig-svg{
    height: 350px;
}

.serif-yellow{
    position:relative;
    width:100%;
    background:#FFFFFF;
    padding:20px;
    border-bottom:2px solid #EFEA3A;
    border-left:2px solid #EFEA3A;
    /* font-weight:bold; */
    font-size:0.8rem;
}
.serif-yellow:after,.serif-yellow:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.serif-yellow:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-right-color:#FFFFFF;
}
.serif-yellow:before{
    border-color: rgba(239, 234, 58, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:25px;
    border-right-width:25px;
    margin-top: -10px;
    margin-right: 2px;
    border-right-color:#EFEA3A;
}

.white-transparent{
    background-color: rgba(255,255,255,0.7);
}

.main1-svg{
    width: 50%;
    /* min-width: 400px; */
    max-width: 400px;
}

.main2-svg{
    width: 50%;
    /* min-width: 300px; */
    max-width: 400px;
}

.main-shadow{
    filter:drop-shadow( 2px 2px 4px #000);
}

.blue-grad{
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    background-image: linear-gradient(90deg,#003d66 20%,transparent);
    height: 100%;
    z-index: 0;
}

.main-top-shadow{
    height: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    box-shadow: 8px 0 8px 12px rgba(66,161,139,0.4);

}

.section-wrapper{
    
    position: relative;

}

.bgshape{
    width: 1400px;
    height: 500px;
    left: 50%;
    margin-left: -700px;
    background-repeat: no-repeat;
    position: absolute;

}

.bgshape1{
    top: 180px;
    background-image: url(../images/bgshape1.svg);

}

.bgshape2{
    top: 1080px;
    background-image: url(../images/bgshape2.svg);

}

.bgshape3{
    top: -250px;
    left: 50%;
    margin-left: -800px;
    background-image: url(../images/bgshape3.svg);
    background-repeat: no-repeat;
    z-index:-1;
    width: 1600px;
    height: 1600px;

}


.bgshape4{
    top: -30px;
    left: 50%;
    margin-left: -600px;
    background-image: url(../images/bgshape4.svg);
    background-repeat: no-repeat;
    z-index:10;
    width: 1200px;
    height: 1200px;
}

.bgshape5{
    top: 0px;
    background-image: url(../images/bgshape5.png);
    background-repeat: no-repeat;
    background-position: top right;
    z-index:50;
    width: 100%;
    margin-left: -50%;
}

.bgshape6{
    bottom: 0px;
    background-image: url(../images/bgshape6.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index:50;
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 488px;
}

.bgshape7{
    background-image: url(../images/bgshape7.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index:0;
    left: 50%;
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    top: 50px;
}


.bgshape8{
    background-image: url(../images/bgshape8.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index:0;
    left: 50%;
    width: 1200px;
    height: 1200px;
    margin-left: -600px;
    top: 1450px;
}


.overflow{
    overflow: hidden;
    width: 100%;
}



.bg-dot-index{
    z-index:1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.serial-index{
    z-index: 60;
}

table.table{
    width: 100%;
    max-width: 800px;
    margin:auto;
}

table.table td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

table.table td input,
table.table td textarea{
    border-radius: 5px;
    padding: 5px;
    border:1px solid #aaa;
}

.inquiry{
    font-size:0.6rem;
    color:white;
    background-color: #a00;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
}

a[href="#contact"]{
    display: block;
    width: 100%;
    height: 100%;
}

.menu-box{
    position: fixed;
    z-index: 1000;
    transition: .5s;
    overflow: hidden;
    
    top: 82px;
    /* left: 0; */
    display: inline-block;
    padding: 20px;
    background-color: #333;
    color:white;
    right: -800px;
    display: inline-block;
background: rgb(37,73,156);
background: linear-gradient(30deg, rgba(37,73,156,1) 1%, rgba(73,187,188,1) 100%);

}


.menu-box.active{
        right: 0;
}

.menu-box li{
    text-align: center;
    padding: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.menu-box li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.white-memo .after-br{
    display: inline;
    margin-left: 25px;
}

    .price-svg{
        display: block;
    }

    .price-svg-sm{
        display: none;
    }

/* スクロール連動アニメーション表示表示関連 */


/*1.フェードインアニメーションの指定*/
.scrollanime {
    opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

/*横スクロールバーを隠す*/
.slide-right {
    transform: translateX(200px);
}

.slide-left {
    transform: translateX(-200px);
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/*2.上下の動きを指定*/
.updown {
    transform: translateY(-100px);
}

.downup {
    transform: translateY(100px);
}


@media screen and (max-width: 1222px) {
    .text-per-5xl{
        font-size: 3.8vw;
    }
}

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

.serif-yellow{
    position:relative;
    width:100%;
    max-width: 600px;
    margin:40px auto 0 auto;
    background:#FFFFFF;
    padding:20px;
    text-align:center;
    border:0px;
    border-top:2px solid #EFEA3A;
    font-size:1rem;
}
.serif-yellow:after,.serif-yellow:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    /* bottom:100%; */
    left:50%;
    top: -38px;
}
.serif-yellow:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:11px;
    border-right-width:11px;
    margin-top: 0;
    margin-left: -11px;
    border-bottom-color:#FFFFFF;
    border-right-color:transparent;
}
.serif-yellow:before{
    border-color: rgba(239, 234, 58, 0);
    border-top-width:23px;
    border-bottom-width:23px;
    border-left-width:13px;
    border-right-width:13px;
    /* margin-top: 0; */
    /* margin-right: 0; */
    margin-left: -13px;
    margin-bottom: 2px;
    border-bottom-color:#EFEA3A;
    border-right-color:transparent;
}

}


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

    .main1-svg,
    .main2-svg{
        width: 90%;
        margin:auto;
    }

    .main1-svg{
        margin-bottom: 30px;
        margin-top: 30vw;
    }

    .mainvisual{
        background-position: top center;
        background-size: 100%;
    }


    .bgshape3{
        top: -50px;
        left: 50%;
        margin-left: -40%;
        width:80%;
        /* height: 1600px; */

    }
}


@media screen and (max-width: 800px) {
    .about-serial-code span.br{
        display: inline;
    }
}

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

    .arrow_box1+.serif-svg{
        margin-left: auto;
        margin-right:auto;
    }

    .serif-svg:has(+.arrow_box2){
        margin-left:auto;
        margin-right: auto;
    }

    .arrow_box1,.arrow_box2{
        width: 100%;
    }

    .arrow_box1:after,.arrow_box1:before,
    .arrow_box2:after,.arrow_box2:before{
        left:50%;
        top:100%;
    }


    .arrow_box1:after,
    .arrow_box2:after{
        border-color: rgba(255, 255, 255, 0);
        border-top-width:20px;
        border-bottom-width:20px;
        border-left-width:11px;
        border-right-width:11px;
        margin-left: -11px;
        margin-top: -1px;
        border-top-color:#FFFFFF;
    }

    .arrow_box1:before,
    .arrow_box2:before{
        border-color: rgba(239, 234, 58, 0);
        border-top-width:23px;
        border-bottom-width:0px;
        border-left-width:13px;
        border-right-width:13px;
        margin-left: -13px;
        margin-top:2px;
        border-top-color:#555;
    } 

    .zehi-catch span.br{
        display: inline;
    }

    .step-svg{
        height: 180px;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        /* margin-top: auto; */
    }

    .fookate-green-box3{
        width: 100%;
    }


    .after-br{
        display: block;
    }

    .text-per-5xl{
        font-size:5vw;
    }


}

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

    .text-per-md{
        font-size:3.2vw;
    }
    .text-per-xl{
        font-size:3.5vw;
    }

    .text-per-2xl{
        font-size:4vw;
    }

    .text-per-4xl{
        font-size:5.5vw;
    }

    .text-per-5xl{
        font-size:6vw;
    }


  

    .table td{
        display: block;
    }
    span.br{
        display: inline;
    }

    .three-line-svg{
        height: 130px;
    }

    .fookate-green-box2 div.text-center{
        padding: 10% 10% 10% 12%;
    }
}

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

    .mainvisual{
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sales-up-text{
        line-height: 3.5rem;
    }

}

@media screen and (max-width: 500px) 
{
    .price-svg{
        display: none;
    }

    .price-svg-sm{
        padding: 0 20px;
        display: block;
    }
    .price-title .after-br{
        display: block;
    }

  .logo{
        width: 180px;
    }

}

@media screen and (max-width: 477px) 
{
    .white-memo .after-br{
        display: block;
        margin-left: 0;
    }
}

@media screen and (max-width: 467px) {
        .three-line-svg{
        height: 80px;
    }

}

#waves{
    /* height: 50vh; */
    margin-bottom: 50px;
    position: relative;
}

.catch{
    font-size: 1.5rem;
    color:white;
    margin-top: 80px;
}

.grad-blue{  
    height: 100%;
    width: 100%;
background: rgb(37,73,156);
background: linear-gradient(90deg, rgba(37,73,156,1) 0%, rgba(73,187,188,0.2) 100%);

}

.service-box li{
     background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="Steelblue"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /></svg>') no-repeat left center;
     padding-top: 5px;
     padding-bottom: 5px;
     padding-left: 45px;
}

.clients-logo img{
    max-width: 200px;
    width: 100%;
}

.send-btn{
    background-color: rgb(37,73,156);
    border-radius: 10px;
    color:white;
}