@charset "UTF-8";
/* 共通部分（header部分） */
.html{
    font-size: 100%;
    scroll-padding-top: 150px;
    padding-top: 100px;
}
.scroll-c{
    padding-top: 100px;
    margin-top:-100px;
}
body,html {
    scroll-behavior: smooth;
    font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
.wrapper{
	margin: 0 auto;
	padding: 0 4%;
    max-width: 1100px;
}
a{
    text-decoration: none;
}

/* header部分 */
.header {
    width:100%;
    height: 85px;
}
.header_fixed {
    width: 100%;
    position: fixed; 
    top: 0; 
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
.header-dis{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-dis img {
    width: 85px;
}
.header_space{
    height: 85px;
} 
.menu{
    display: none;
}
/* 以下ハンバーガーメニュー */

    #globalMenuSp {
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
        padding-top:-100px;
    }
    
    #globalMenuSp ul {
        background: #FFFFFF;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display:inherit;
        height: 100vh;
    }
    
    #globalMenuSp ul li {
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #fff;
    }
    
    /* 最後はラインを描かない */
    #globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        width: 60%;
        margin: 0 auto;
    }
    
    #globalMenuSp ul li a {
        display: block;
    }
    
    /* このクラスを、jQueryで付与・削除する */
    #globalMenuSp.active {
        transform: translateY(0%);
    }
    
    .hamburger {
        display: block;
        position: fixed;  
        right: 13px;
        top: 20px;
        width: 42px;
        height: 51px;
        cursor: pointer;
        z-index: 5;
        text-align: center;
    }
    
    .hamburger span {
        display: block;
        position: absolute;    /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px rgb(28, 92, 145);
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
    }
    
    .hamburger span:nth-child(1) {
        top: 9px;
    }
    
    .hamburger span:nth-child(2) {
        top: 18px;
    }
    
    .hamburger span:nth-child(3) {
        top: 27px;
    }

    .hamburger span:nth-child(4) {
        border: none;
        color: #eee;
        font-size: 9px;
        font-weight: bold;
        top: 34px;
    }
    
    /*ハンバーガーメニュータップ後CSS*/
    .hamburger.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        border-bottom: solid 3px #eee;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 18px;
        border-bottom: solid 3px #eee;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .c-link{
        font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
        color: #02B0E2;
        font-size: 20px;
        padding: 1.5em 0;
        font-weight: bold;
    }
    .c-contact{
        background-color: #02B0E2;
        color: #FFFFFF;
        border-radius: 2em;
        margin-top: 1em;
        text-align: center 
        
    }
    .c-contact_link{
        font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
        margin: 5% 0;
        font-size: 2rem;
        text-decoration: none;
        color: #FFFFFF;
        text-align: center;
        font-weight: bold;
    }

/* 以上ハンバーガーメニュー */

/* 以下コンテンツ */

/* 以下firstview */
.all{
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-bottom: 0;
    min-width: 320px;
}

.visual.active {
    opacity: 1;
}
.visual > .allinfo {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    width: auto;
    margin: 0 auto;
    position: relative;
}
.info {
    display: none;
}
.spfv{
    display: block;
}
.spfv img{
    display: block;
    max-width: 100%;
    height: auto;
}
.visual .bt_request {
	padding: 0;
	border-radius: 100px;
	color: #ffffff;
	font-family: inherit;
	line-height: 50px;
	-webkit-appearance: none;
	border: none;
	margin: 0;
	display: block;
	background: #1B9FD0;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	width: 90%;
	transition: opacity 1s +1s ease, transform 0.3s ease;
	cursor: pointer;
	text-align: center;
	background: #02B0E2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95321', endColorstr='#d01b7c',GradientType=1 );
	letter-spacing: 0.05em;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.visual .bt_request::before {
	content: "";
	background: url(../images/icon_arrow.png) no-repeat center center;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translate(0, -50%) rotate(0deg);
	z-index: 100;
}
.visual.active .bt_request {
	opacity: 1;
	margin-bottom: 0px;
}
.visual.active .bt_request:hover {
	transform: scale(1.03);
}




/* 以下solution */
.solution_text{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution_text span{
    color: #02B0E2;
}


.problems{
    margin-top: 30px;
}
.problem{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}
.problem p{
    margin-top: 30px;
    font-weight: bold;
    font-size:large;
}
.problem_example{
    display: flex;
}
.problem{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.desktop_hidden{
    display: block;
}
@media(max-width: 470px){

.problem p {
        margin-top: 30px;
        font-weight: bold;
        font-size: small;
}
.problem img{
    width: 85%;
} 
}

.timing02{
    animation-delay: .5s;
}
.timing03{
    animation-delay: .7s;
} 

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}


@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}


.problem img{
    width: 80%;
} 
.heckle{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.heckle img{
    width: 30%;
}

.fraise img{
    width: 100%;
    margin: 20px 0;
}


/* 以下service */

.service_title{
    text-align: center; 
    margin-top: 10px;
    background-color: #02B0E2;
}
.service_title h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin: 0;
}
.service_content{
    color:#175C59;
}
.service_content1{
    text-align: center; 
    background-color: #8CE3E6;
    height: 400px;
}
.service_content1 img{
    margin-top: 20px;
    margin-left: 10px;
}
.service_content1 h3{
    font-size: 24px;
    margin: 25px 0;
}
.service_content1 h4{
    padding-bottom: 25px;
}
.service_content2{
    text-align: center; 
    background-color: #ffffff;
    height: 400px;
}
.service_content2 img{
    margin-top: 85px;
}
.service_content2 h3{
    font-size: 24px;
    margin: 25px 0;
}
.service_content2 h4{
    padding-bottom: 25px;
}
.service_content3{
    text-align: center; 
    background-color: #8CE3E6;
    height: 400px;
}
.service_content3 img{
    margin-top: 45px;
    margin-left: 10px;
}
.service_content3 h3{
    font-size: 24px;
    margin: 25px 0;
}
.service_content3 h4{
    padding-bottom: 25px;
}

/* 以下contact_move */
.contact_move {
    text-align: center; 
    margin-top: 30px;
}
.contact_move_title {
    text-align: center;
    font-size: 17px;
}
.contact_move_title h3{
    margin-top: 20px;
}
.contact_move_button {
    background-color: #02B0E2;
    width: 170px;
    height: 50px;
    border-radius: 30px;
    margin-top: 10px;
}
.contact_move_a {
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.contact_move_button h4 {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.it_image{
    max-width: 1100px;
    margin-bottom: 40px;
}
.it_image img{
    width: 100%;
}

/* 以下usecase */
.usecase_title {
    text-align: center; 
    margin-top: 10px;
    background-color: #02B0E2;
}
.usecase_title h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: 0;
}
.usecase_detail{
    color: #004AAD;
}
.usecase1{
    border: solid 3px #6091d3;
    border-radius: 10px;
    margin: 12px;
    padding-bottom: 5%;
}
.usecase1_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: larger;
    flex-direction: column;
    color: #1c273e;
}
.usecase1_title h3{
    font-size: larger;
}
.usecase1_title h4{
    font-size: small;
}
.usecase1 img{
    width: 100%;
}
.usecase_text{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    color: #1c273e;
}
.usecase_text h4{
    text-align: center;
    font-size: large;
    margin-bottom: 10px;
}
.usecase_text p{
    margin-top: 10px;
    font-size: medium;
    font-family: sans-serif;
}

/* 以下portfolio */
.portfolio_title {
    text-align: center; 
    margin-top: 10px;
    background-color: #02B0E2;
}
.portfolio_title h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: 0;
}
/* 以下portfolio　システム */

.portfolio_sysytem{
    font-family:"Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
.portfolio_sysytem_title{
    font-size: x-large;
}
.portfolio_sysytem h3{
    margin: 20px 0;
}
.portfolio_sysytem h4{
    margin: 10px 0;
    font-size: x-large;
}
.portfolio_sysytem_top{
    margin-bottom: 20px;
}
.portfolio_sysytem_top p{
    font-family: sans-serif;
}


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
/* .accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(2 176 226), rgb(153 192 231));
    border-radius: 20px;
} */

/*アコーディオンタイトル*/
/* .title {
    position: relative;+マークの位置基準とするためrelative指定 */
    /* cursor: pointer;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    font-size: x-large;
    color: #ffff;
} */

/*アイコンの＋と×*/
/* .title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

} */
/*　closeというクラスがついたら形状変化　*/
/* .title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
} */

/*アコーディオンで現れるエリア*/
/* .box {
    display: none;/*はじめは非表示*/
    /* background: #f3f3f3;
    margin:0 3% 3% 3%;
    padding: 3%; */
/* } */ 

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

.mistumori{
    margin-top: 10px;
}
.mitsumori_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    padding: 2%;
}
.mitsumori_top{
    padding: 10px 0px 10px 5px;
    color: #ffffff;
    font-size: x-large;
    max-width: 375px;
    background: linear-gradient(90deg, rgb(2 176 226), rgb(153 192 231));
    border-radius: 10px;
}
.text_box{
    background: #f3f3f3;
    padding: 3%;
}
.mistumori_sys_h2{
    font-size: x-large;
    font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    color: #02b0e2;
    margin-bottom: 10px;
}
.mistumori_sys_p{
    font-family: sans-serif;
    font-size: large;
}

.mistumori_sys_imgs{
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}
/* .mistumori_sys_img{
    margin: 10px 0 20px;
} */
.mistumori_sys_img p{
    font-family: sans-serif;
    font-size:medium;
    margin-bottom: 10px;
}
.mistumori_sys_img img{
    width: 80vw;
    box-shadow: 0px 0px 15px -3px #aac1c7;
    border-radius: 0px;
}

.kintai{
    margin-top: 30px;
}

.text-back{
    width: 100%;
    display: block;
    padding: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.5);
    margin-bottom: 5%;
    text-align: center;
}
.text-back p{
    font-family:"Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: xx-large;
}
.portfolio_design h3{
    margin: 30px 0;
    font-size: x-large;
}
/*スライダーcss*/
.slider {
    width:85%;
    margin:0 auto;
}

.slider img {
    width:60vw;
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);
	transition: all .8s;
	opacity: 0.5;
}

.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;
}

.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}

.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}


/* 以下footer */
.contactWrap{
    margin: 50px 0 0;
    background: -webkit-linear-gradient(top, #ffffff, #02b0e2);
}
.inner{
    text-align: left;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1100px;
}
.titleContact{
    text-align: center;
    font-size: 20px;
}
.oswald{
    font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
}
.topContactWrap{
    margin-bottom: 40px;
}
.topContact{
    text-align: center;
    margin-top: 20px;
}
.topContact span{
    display: block;
    font-size: 12px;
}
.topContact span:nth-child(3){
    line-height: 28px;
    margin-top: 10px;
}
.topContact img{
    width: 16px;
    height: 28px;
    vertical-align: top;
}
.topContact span a{
    color: #004b78;
    font-size: 18px;
    font-weight: bold !important;
    font-style: normal;
}
.topContact span:nth-child(4){
    font-weight: bold;
}


.contact-form{
    text-align: center;
}
.contact-form h3{
    margin-bottom: 20px;
    font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}


.footer{
    color: #ffffff;
    background-color: #02B0E2;
	text-align: center;
    font-size: medium;
    width: 100%;
    padding-bottom: 50px;
    bottom: 0; /*下に固定*/
}
.footer-info{
    font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
.address{
    padding-top: 20px;

}
.contact-info{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.contact-info a{
    color: #fff;
}
.c-info-logo{
    margin:0 20px;
}
.contact-info img{
    width:60px;
}
.info_desktop_hidden{
    display: none;
}



@media(min-width:600px){
    .contact1{
        background-color: #02B0E2;
        border-radius: 30px;
    }
    .contact1 span{
        color: #ffffff;
    }
    .contact img{
        width: 25%;
        position:absolute;
        top: 90%;
        left: 8%;
    }

    .solution_text{
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: larger;
    }

    .problem_example{
        display: flex;
    }
    .problem{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .problem img{
        width: 60%;
        margin-top: 40px;
    } 
    .desktop_hidden{
        display: none;
    }

    .service_content {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
        align-items: center;
    }
    .service_content1{
        text-align: center; 
        background-color: #8CE3E6;
    }
    .service_content2{
        text-align: center; 
        background-color: #ffffff;
    }

/* 以下contact_move */
    .contact_move_title {
        text-align: center;
        font-size: 25px;
    }
    .contact_move {
        text-align: center; 
        margin-top: 50px;
    }
    .contact_move_title {
        text-align: center;
        font-size: 22px;
    }
    .contact_move_title h3{
        margin-top: 20px;
    }
    .contact_move_button {
        background-color: #02B0E2;
        width: 280px;
        height: 50px;
        border-radius: 30px;
        margin-top: 20px;
    }
    .contact_move_button :hover{
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
        border-color: transparent;
        border-radius: 30px;
    }
    .contact_move_a {
        text-decoration: none;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .contact_move_button h4 {
        font-size: 30px;
        text-align: center;
        line-height: 50px;
        font-weight: bold;
    }
    .it_image img{
    width: 100%;
    margin-top: -10px;
    }
    
    .oswald{
        font-family: "Oswald", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
        letter-spacing: 0.05em;
        font-size: larger;
    }
    .double{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .topContact span{
        display: block;
        font-size: 15px;
    }
    .topContact span a{
        color: #004b78;
        font-size: 25px;
        font-weight: bold !important;
        font-style: normal;
    }
    .info_desktop_hidden{
        display: flex;
        align-items: center;
    }
    .info_desktop_hidden a{
        margin-left: 10px;
        margin-right: 20px;
    }
    .c-info-logo{
        display: none;
    }
    .contact-info{
        display: flex;
        margin-top: 20px;
        align-items: center;
        justify-content:center;
    }
    
    .slider img {
        width:50vw;
        height:auto;
    }

    /* 以下portfolio */
    /* .mitsumori_box{
        display: flex;
        align-items: center;
        background: #f3f3f3;
        padding: 2%;
    }
    .mistumori_sys_imgs{
        display: flex;
    }
    .mistumori_sys_img img{
        width: 25vw;
        box-shadow: 0px 0px 15px -3px #aac1c7;
        border-radius: 0px;
    } */


    /* 以下アコーディオン */
    /* .title {
        position: relative;+マークの位置基準とするためrelative指定 */
        /* cursor: pointer; */
        /* font-size:1rem;
        font-weight: normal; */
        /* padding: 3% 3% 3% 50px;
        transition: all .5s ease;
        font-size: xx-large;
        color: #ffff;
    } */

    }

@media(min-width:895px) {
    .usecase_detail{
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    }
}
@media(min-width:770px) {
    .all{
        position: relative;
        width: auto;
        margin: 0 auto;
        padding-bottom: 0;
        min-width: 320px;
        overflow: hidden;
    }
    .spfv{
        display: none;
    }
    .info{
        display: block;
    }
    .visual {
        background: url(../img/firstview5.png) no-repeat center center;
        background-size: 1250px auto;
        margin-top: 12px;
    }
    .visual.active {
        opacity: 1;
    }
    .visual > .allinfo {
        height: 430px;
        box-sizing: border-box;
        padding-top: 28px;
        max-width: 1100px;
        width: 94%;
        margin: 0 auto;
        position: relative;
    }
    .visual .allinfo {
        position: relative;
        left: 20px;
        transition: all 1s +0.6s ease;
    }
    .visual.active .info {
        left: 0;
        opacity: 1;
    }
    .visual .info .copy {
        font-size: 48px;
        font-weight: 900;
        line-height: 1.4em;
    }
    .visual .info .lead {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.8em;
        margin-top: 10px;
        color: #777;
    }
    .visual .info h1 {
        width: 334px;
        margin-top: 16px;
        line-height: inherit;
        font-weight: normal;
    }
    .visual .info .credit {
        position: absolute;
        width: 283px;
        bottom: -2px;
        left: 350px;
    }
    .visual .bt_request {
        padding: 0;
        border-radius: 100px;
        color: #ffffff;
        font-family: inherit;
        line-height: 80px;
        -webkit-appearance: none;
        border: none;
        width: auto;
        margin: 40px 0 0 0px;
        display: block;
        background: #1B9FD0;
        position: relative;
        font-size: 20px;
        font-weight: bold;
        width: 400px;
        transition: opacity 1s +1s ease, transform 0.3s ease;
        cursor: pointer;
        text-align: center;
        background: #02B0E2;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95321', endColorstr='#d01b7c',GradientType=1 );
        letter-spacing: 0.05em;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    }
    .visual .bt_request::before {
        content: "";
        background: url(../images/icon_arrow.png) no-repeat center center;
        background-size: 32px auto;
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translate(0, -50%) rotate(0deg);
        z-index: 100;
    }
    .visual.active .bt_request {
        opacity: 1;
        margin-bottom: 0px;
    }
    .visual.active .bt_request:hover {
        transform: scale(1.03);
    }

    .slider img {
        width:40vw;
        height:auto;
    }

    .mitsumori_box{
        display: flex;
        flex-direction: row;
        align-items: center;
        background: #f3f3f3;
        padding: 2%;
    }
    .mistumori_sys_imgs{
        display: flex;
    }
    .mistumori_sys_img img{
        width: 25vw;
        box-shadow: 0px 0px 15px -3px #aac1c7;
        border-radius: 0px;
    }

}

@media(min-width:600px) and (max-width:800px){
    .service_content1 h3{
        font-size: 18px;
    }
    .service_content1 h4{
        font-size: 13px;
    }
    .service_content2 h3{
        font-size: 18px;
    }
    .service_content2 h4{
        font-size: 13px;
    }
    .service_content3 h3{
        font-size: 18px;
    }
    .service_content3 h4{
        font-size: 13px;
    }

    
}

@media(min-width:800px) {
    .header {
        width:100%;
        height: 100px;
    }
    .header-dis img {
        width: 100px;
    }
    .hamburger{
        display: none;
    }
    .menu{
        display: block;
    }
    .header-dis img {
        width: 100px;
    }
    .spmenu_nav{
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: space-between;
    }
    .spmenu_navlist{
        width:8vw;
        font-size: medium;
        padding: 0px 0px;
        text-align: center;
        font-weight: bolder;
        margin-left: 10px;
    }
    .spmenu_navlist a{
        text-decoration: none;
        color: #02B0E2;
    }
}
