@charset "UTF-8";
/* img{
    width: 100%;
} */
/*------------------------ 
共通
-------------------------*/
.pc_on{
display: block!important;
}
.pc_on896{
display: none!important;
}
.sp_2{
    display: none;
}
.pc_on480{
    display: block;
}
.sp_on480{
    display: none;
}
.din{
	font-family: din-2014, sans-serif;
 }

/*------------------------ 
mv 
-------------------------*/
.mv-n img{
width: 100%;
}
.mv-n{
    width: 100%;
    background-color: #fff;
    color: #000;
    min-width: 1040px;
}
.mv-boxContent-n{
    display: flex;
    justify-content: space-between;
    height: 100vh;
    min-height: 600px;
}

.mv-titleAria-n {
    width: 50%;
    max-width: 800px;
    margin: 0 0 0 auto;
    padding: 0 0 0px;
    position: relative;
    display: flex;
    align-items: center;
}
.mv-titleAriaIn-n{
    margin: 0 0 0 11%;
}
.mv-titleBox-n{
    width: 80%;
    max-width: 420px;
    margin: 0px 0 0;
    padding: 0;
    float: none;
}

.mv-copyTitle-n{
    width: 50%;
    padding: 78px 0 0;
    max-width: 470px;

}
.mv_h3-n{
    font-size: 38px;
    margin: 25px 0 0;
    letter-spacing: 0.1em;
}
.header-menuArea-n{
    float: none;
    margin: 15px 0 0;
}
.header-menu-n{
    /* display: flex;
    align-items: center; */
}
.menu_img-n img{
    width: 100%;
}
.menu_img-n{
    width: 104px;
    margin: 0 18px 0 0;
    line-height: 125%;
    display: inline-block;
}
.header_menu_text-n{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 22px 0 0;
    white-space: nowrap;
    display: inline-block;
    line-height: 100%;
}
.header_menu_text-n a{
    letter-spacing: 0.05em;
}
.menu_textUnder-n{
position: relative;
}
.menu_textUnder-n::after{
   /* border-bottom: solid 1px #000; */
   content: '';
   display: inline-block;
    width: 10px;
   height: 6px;
   background-image: url(../new_img/common/menuArrow.png);
   background-size: contain;
   vertical-align: middle;
   position: absolute;
   right: -13px;
   top: calc(50% - 2px);
   z-index: 50;
   background-repeat: no-repeat;
}
.header-menu.header-menu2{
    /* display: flex;
    align-items: center; */
    margin: 10px 0 0;
}
.header-menu.header-menu2 .header_menu_text-n{
    font-size: 14px;
    font-weight:normal;
}

.mv-boxContent-move{
    width: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    /* background-image: url(../new_img/mv/mv_img.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
}
.depo_move{
   
    height: 100%;
}

.bg-parts-u {
    position: absolute;
    top: 0;
    left: 20%;
    width: 443px;

}
@media (width <= 480px) {
    .bg-parts-u {
        width: 217px;
        right: 0;
        left:auto;
    }
}

.bg-parts-u > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*------------------------ 
mv サブ
-------------------------*/
.mvSubArea-n img{
    width: 100%;
    }
.mvSubArea-n{
    width: 100%;
    color: #000;
    position: relative;
    /* overflow: hidden; */
    min-width: 1040px;
    
}
.mvSubBox-n{
    /* display: flex;
    justify-content: space-between; */
    overflow: hidden;
}
.mvSub_imgBox-n{
    width: 50%;
    background-color: #FEF64A;
    position: relative;
    padding: 100px 0 0;
}
.mvSub_fix-n{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 25px;
}
.mvSubBox_Logo-n{
    width: 140px;
    position: relative;
    margin: 30px 0 0 0px;
    /* top: 30px;
    left: 25px; */
    z-index: 1000;
}
.mvSubBox_img1-n{
    width: 35px;
    position: relative;
    margin: 20px 0 0 0px;
    /* top: 90px;
    left: 25px; */
    z-index: 1000;
}
/* 左上タグのアニメーション */
.mvSubBox_anime-n1::before {
    content: '';
    display: inline-block;
     width: 100%;
    height: 0%;
    /* background-image: url(); */
    /* background-size: contain;
    vertical-align: middle; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index: 1001;
}
.mvSubBox_anime-n1::before {
    animation-name:yellow_ani;
    /* animation-delay: */
    /* animation-direction: */
    animation-duration:600ms;
    animation-fill-mode:forwards;
    /* animation-iteration-count: */
    /* animation-play-state: */
    animation-timing-function:ease-in;
}
@keyframes yellow_ani{
    0% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
.mvSubBox_anime-n2::before {
    content: '';
    display: inline-block;
     width: 100%;
    height: 0%;
    /* background-image: url(); */
    /* background-size: contain;
    vertical-align: middle; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index: 1001;
}
.mvSubBox_anime-n2::before {
    animation-name:yellow_ani2;
    /* animation-delay: */
    /* animation-direction: */
    animation-duration:600ms;
    animation-fill-mode:forwards;
    /* animation-iteration-count: */
    /* animation-play-state: */
    animation-timing-function:ease-in;
}
@keyframes yellow_ani2{
    0% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
/* 左上タグのアニメーション end*/
.whats-n{
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
/* transition: all 0.3s; */
}
.how_to-n{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    /* transition: all 0.3s; */
}
.mvSub_img1-n{
    width: 100%;
}

.mvSubTextarea-n{
    width: 100%;
    position: relative;
    padding: 180px 0 48px;
    overflow: hidden;
    background-color: #ECEEEF;
}
.mv_menuArea-n {
    position: absolute;
    top: 0;
    right: 0;
    width: 760px;
}
.mv_menuBox-n{
    display: flex;
    align-items: center;
    width: 760px;
    height: 88px;
    background-color: #000;
    position: absolute;
    right: calc(-100% + 94px);
    transition: all 0.4s ease;
}
.mv_menu_animeR-n{
    right: 0;
}
.navBtn-n{
    width: 94px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.navBtn-n:hover{
    opacity: 1;
}
/* ボタンアニメーション */
.navBtnIn-n.onBtn span {
    top: 50%;
    bottom: auto;
    background-color: #fff;
    transition: 0.4s ease
  }
  .navBtnIn-n.onBtn span:nth-of-type(1) {
    transform: rotateZ(-135deg);
    position: relative;
  }
  .navBtnIn-n.onBtn span:nth-of-type(2) {
    transform: rotateZ(135deg);
    position: relative;
    top: -4px;
  }
  /* ボタンアニメーション end*/
.navBtnIn-n{
    width: 30px;
    height: 10px;
}
.navBtn_line-n{
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: block;
}
.navBtn_line2-n{
    margin-top: 8px;
}
.mv_menuBox-n .header_menu_text-n{
color: #fff;
}
.mv_menuBox-n .header-menu.header-menu2{
    margin: 0;
}

.mv_menuBox-n .header-menuArea-n { 
    margin: 0 0 0 20px;
}
.menuBox2-n{
    width: 94px;
    padding: 15px 0;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    /* margin: 0 0 0 auto; */
}
.menuAbu1-n{
    position:absolute;
    right: 0;
    top: 88px;
    background-color: #6DC4C8;
}
.menuAbu2-n{
    position:absolute;
    right: 0;
    top: 88px;
    background-color:#00A0E9 ;
}
.menuBox2-n::after{
    content: '';
    display: inline-block;
     width: 10px;
    height: 10px;
    background-image: url(../new_img/common/triangle.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top:0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    background-repeat: no-repeat;
}
/* .menuBox2-n:first-of-type{
background-color: #6DC4C8;
}
.menuBox2-n:nth-of-type(2){
    background-color:#FE5C5C ;
} */
.mvSubText_content-n{
    padding: 0;
    width: 600px;
}
.mvSubTextarea__letter-n{
    font-size: 33px;
    font-weight: bold;
    line-height: 190%;
    text-align: left;
}
.bold-n{
    font-weight: 900;
}
.bold2-n{
    font-weight: 900;
    color: #FE5C5C;
}
.mvSubText_in{
    margin: 20px 0 0;
}
.mvSub-price{
    width: 390px;
    margin: 40px 0 0;
}
.mvSub_cate_text-n{
    margin: 30px 0 0;
    font-size: 16px;
}

.clients_title {
width: 135px;
margin: 0 auto;
}

.logo_box {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
box-sizing: border-box;
}

.logo_clients {
    background: #fff;
    width: 165px;
    height: 105px;
    display: grid;
    place-content: center;
}

.MV_slideArea-n{
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px;
    /* background: linear-gradient(0deg, rgba(254,246,74,1) 0%, rgba(254,246,74,1) 75%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%); */
    z-index: 10;
}
.MV_slideAreaBox_img-n{
    width: 205px;
    margin: 0 10px 0 0;
}
.MV_slideAreaBox_img-n img{
    width: 100%;
}
.mvSubText_content-wrap {
    display: flex;
    align-items: center;
    gap: 12%;
}

.includeCompany_title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 48px;
}

.includeCompany_text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 14px;
}

.includeCompany_smallText {
    font-size: 12px;
    color: #9c9c9c;
    text-align: center;
    display: block;
}
/*------------------------ 
サービス(3つのポイント)
-------------------------*/
#contentsWhats{
    margin-top: -50px;
    padding-top: 50px;
}
.point3-n img{
    width: 100%;
}
.point3-n{
  background-color: #ECEEEF;  
  padding: 280px 0 0;
  color: #000;
  position: relative;
  min-width: 1040px;
}
.point3_in-n{
    display: flex;
    width: 1000px;
    margin: 0 auto;
    gap: 50px;
    position: relative;
}

.points-copy-image {
    width: 414px;
}

/* コブシのエリア */
.point3Area-n{
width: 40%;
/* padding: 0 0 0 60px; */
}
.fist_area-n{
width:fit-content;
margin:0 auto;
}
.point3_fist-n{
    width: 105px;
    margin: 0 auto;
}
.point3_title-n{
    margin: 30px 0 0;
    line-height: 45px;
}
.point3_title1-n{
    font-size: 28px;
}
.point3_title2-n{
    font-size: 48px;
    font-weight: bold;
  white-space: nowrap;
}

/* ３つのボックス */
.point3Box-n {
    width: 60%;
    position: relative;
    z-index: 200;
}
.point3Box_in-n{
    position: relative;
}
.point3Box_in-n:not(:first-of-type){
    margin: 15px 0 0;
}
/* -----最初表示されているやつ----- */
/*共通と一個目 */
.point3Box_in_first{
    width: 600px;
    height: 240px;
    background-color: #FFF;
    padding: 0 20px 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.point3_bottn-n{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}
/* ボタンアニメーション */
.point3Box_in_first:hover .point3_bottn-n{
opacity: 0.5;
transform:rotate(180deg);
}
.hover_op_none-n,.hover_op-n{
  transition-duration: 300ms;
}
.hover_op-n:hover .point3Box_in_text-n,.hover_op-n:hover .point3_no,.hover_op-n:hover .point3Box_inContent-n  {
    opacity: 0.5;
    transition-duration: 300ms;
    }
    .point3Box_inContent-n , .point3Box_in_text-n,.point3Box_inContent-n{
        transition-duration: 300ms;
    }
    .hover_op-n:hover .point3_ttreatment-n {
        opacity: 0.5;
        transition-duration: 300ms;
    }
/* .hover_op_none-n:hover{
    opacity: 1!important;
    transition-duration: 300ms;
} */
/* ボタンアニメーション */
.point3_no{
    width: 27px;
    position: relative;
    height: 100%;
    img {
        position: absolute;
        top: 24px;
    }
}
.point3Box_in_text-n{
    font-size: 26px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    text-align: center;
}
.point3_ttreatment-n{
    width: 15px;
}
.point3_bottn-n{
}
/* 2個目 */
.point3Box_inContent_inner-n{
    display: flex;
    justify-content: space-between;
    width: 374px;
}
.point_innerBOX-n{
    width: 182px;
    background-color: #000;
    padding: 5px 0 ;
}
.point_innerBOX_text-n{
    text-align: center;
    color:#FEF64A;
}
.point_innerBOX_title-n{
    text-align: center;
    color:#FEF64A;
    margin: -5px 0 0 0;
}
/* 3個目 */
.sub-copy-image {
    width: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* -----隠れているやつ----- */
/* 一個目と共通 */
.point3Box_in_second-n{
    position: relative;
    width: 600px;
    height: 240px;
    color: #fff;
    background-color: #4B4B4B;
    padding: 0px 20px 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   /*  display: none; */ /* とりあえず消す */
}

.point3_treatment2-n{
    width: 15px;
}
.point3Box_in_second_text-n{
    width: 490px;
    letter-spacing: 0.02em;
    font-size: 16px;
}
.yext_blue-n{
    color: #00A0E9;
}
.point3Box_second_link-n{
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin: 10px 0 0;
    float: right;
    padding: 0 40px 0 0;
    position: relative;
    line-height: 30px;
}
.point3Box_second_link-n::after{
    content: '';
    display: inline-block;
     width: 15px;
    height: 8px;
    background-image: url(../new_img/common/arrow_w.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    background-repeat: no-repeat;
}
/* ボタンアニメーション */
.sec_hover-n{
    transition: all 0.3s;
}
.sec_hover-n:hover{
    opacity: 0.7;
    transform:rotate(180deg);
}

/* ２個目 */
.point3Box_in2-n:nth-of-type(2){
    margin: 15px 0 0;
}
.point3Box_in2_text-n{
    font-size: 16px;
}
.point3Box_in2_box-n{
    font-size: 21px;
    font-weight: bold;
    border: solid 1px #fff;
    width: 100%;
    display: block;
text-align: center;
line-height: 30px;
margin: 5px 0 0;
position: relative;
}
.point3Box_in2_box-n::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
  }
.point3Box_in2_box-n span{
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding: 0 15px 0 0;
}
.point3Box_in_second_sup-n{
   margin: 15px 0 0;
}


/* 動画部分 */
.point3_move-n {
    position: absolute;
    width: 50%;
    top: 69%;
    left: 0;
    z-index: 190;
}
.depo_move2{
    width: 100%;
}
/*------------------------ 
モーダルウィンドウ ビフォーアフター
-------------------------*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(34,34,2,0.9);
    /* background-color: #65652C; */
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1100px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	/* display: flex;
    align-items: center;
    justify-content: center; */
	top: 40px;
	right: 40px;
	color: #fff;
	cursor: pointer;
    width: 22px;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	/* background: #fff; */
	text-align: left;
	padding: 30px;
}

/*------------------------ 
EXAMPLE 制作事例
-------------------------*/
#examole{
    margin-top: -50px;
    padding-top: 50px;
}
.exmple-n{
background-color: #fff;
margin-top: -120px;
position: relative;
z-index: 100;
padding: 310px 0 150px;
letter-spacing: 0;
min-width: 1040px;
}
.exmple_text-n{
    font-size: 24px;
    text-align: center;
}
.exmple_area-n{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    background-color: #fff;
    margin: 0 auto;
    /* overflow: hidden; */
    height: 478.695px;
    z-index: 100;
}
.exmple_area-n img{
    width: 100%;
}
/* .exmple_animeArea-n{
     position: absolute;
    top:0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
} */
.exmple_areaBox-n{
    width: 325px;
    background-color: #ECEEEF;
    transition: all 0.3s;
    /* transition-duration: 300ms; */
    z-index: 200;
}
.vertical-n {
    transform: rotate(90deg);
    position: absolute;
    top: 55px;
    right: -30px;
    z-index: 1000;
    font-size: 16px;
    font-weight: 300;
}
.vertical2-n {
    transform: rotate(90deg);
    position: absolute;
    top: 45px;
    right: -16px;
    z-index: 1000;
    font-size: 16px;
    font-weight: 300;
}
.exmple_areaBox1-n{
position: absolute;
top: 0;
left: 0;
}
.exmple_areaBox2-n {
    position: absolute;
    top: 0;
    left: calc(50% - (325px / 2));
    /* right: 0; */
    /* margin: auto; */
    transition: all 0.4s;
    transition-timing-function: ease;
}
.exmple_areaBox3-n {
    position: absolute;
    top: 0;
    left: calc(100% - 325px);
    transition-timing-function: ease;
    transition: all 0.4s;
}
.exmple_areaBox_textarea-n{
    padding: 0px 0 0 20px;
}
.exmple_areaBox_title-n{
    font-size: 28px;
    font-weight: bold;
   line-height: 36px;
   height: 155px;
   display: flex;
   align-items: center;
}
.exmple_areaBox_tagArea-n{
    margin: 0px 0 0;
    line-height: 27px;
}
.exmple_areaBox_tag-n{
    font-size: 14px;
    border: solid 1px #000;
    display: inline-block;
    padding: 0 3px;
    line-height: 20px;
    letter-spacing: 0;
}
.exmple_areaBox_tag-n:last-of-type{
    margin: 0 10px 0 0;
}
.etc-n{
    display: inline-block;
   
}
.exmple_areaBox_btnArea{
position: relative;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 0 10px 8px 0;
margin: 30px 0 0;
color: #000;
}
.More-n{
    font-size: 14px;
    font-weight: bold;
    /* color: #000; */
    text-align: right;
    padding: 0 28px 0 0;
}
.More_op_n{
    opacity: 1;
    display: block;
}
.Close_op-n{
    opacity: 0;
    display: none;
}
.exmple_btn-n{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s;
}

/* ボタンアニメーション */
.exmple_areaBox_img{
    position: relative;
    overflow: hidden;
}
 .exmple_areaBox_img::before{
    content: '';
    display: inline-block;
     width: 100%;
    height: 100%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.exmple_areaBox_on-n .exmple_areaBox_img::before{
    background-color: rgba(0,0,0,0.7);
}
.exmple_areaBox_img img {
    transition: all 0.3s;
}
.exmple_imgLap1{
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.exmple_imgLap2 {
    position: relative;
    opacity: 0;
    z-index: 50;
}

.exmple_btn1-n {
    z-index: 100;
    opacity: 1;
}
.exmple_btn2-n {
    z-index: 50;
    opacity: 0;
}

.exmple_areaBox-n:hover{
    opacity: 1;
}

.exmple_areaBox-n:hover .exmple_btn-n{
    /* opacity: 0.7; */
    transform:rotate(180deg);
}
/* 画像ホバーで拡大 */
.exmple_areaBox-n:hover .exmple_areaBox_img img{
transform: scale(1.04);
}
.More_op0_n{
    opacity: 0;
    display: none;
}
.Close_op1-n{
    opacity: 1;
    display: block;
}
/* ボタンアニメーション end*/
.exmple_itemLink-n{
    width: 1000px;
    margin: 0 auto;
    font-size:28px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    display:block ;
    margin: 80px auto 0;
    /* border-bottom: solid 1px #000; */
    padding: 15px 0 ;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.exmple_itemLink-n span{
    position: relative;
}
.exmple_itemLink-n span::after{
    content: '';
    display: inline;
     width: 23px;
    height: 12px;
    background-image: url(../new_img/common/arrow_w.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.exmple_itemLink-n:hover{
color: #000;
background-color: #ECEEEF;
opacity: 1;
}
.exmple_itemLink-n:hover span::after{
    background-image: url(../new_img/common/arrow_b.png);
}
/* スライダー */
.exmple_areaSlide-n{
    position: relative;
    background-color: #fff;
    transition: all 0.4 ease;
    overflow: hidden;
    margin:30px auto 0;
    min-width: 1040px;
}
.exmple_areaSlide-n::after {
    content: "";
    display: block;
    width: calc((100vw - 1000px) / 2);
    height: 100%;
    background-color: #ECEEEF;
    position: absolute;
    top: 0;
    left: calc((100vw - 1000px) / 2);
    z-index: 10;
    transition: all 0.4s ease;
    visibility: hidden;
}
@media screen and (max-width:1040px) {
    .exmple_areaSlide-n::after {
        width: calc((100vw - 900px) / 2);
    }
}
.exmple_slideHiden-n{
    /* スライダーの左が見え無いように制御 */
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 10000; */
    overflow: hidden;
    width: 100vw;
    height: 478.695px;
    /* z-index: 10; */
}
.exmple_slideArea-n{
    width: 1479px;
position: absolute;
top: 0;
left: -115%;
transition: left 1.3s ;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
/* opacity: 0; */
pointer-events: none;
z-index: 100;
}
.exmple_slide_img-n{
/* height: 478px; */
width: fit-content!important;
margin: 0 0 0 10px;
height: 478.695px;
}
.exmple_slide_img-n img{
width: auto;
height: 100%;
}
/* スライダー end*/
/* -----スライダーアニメーション----- */
.exmple_slideanime1-n{
visibility: hidden;
}
.exmple_slideanime2-n{
visibility: hidden;
}
.exmple_slideanime3-n{
visibility: hidden;
}
.exmple_slideVisi-n{
    visibility: visible;
}


.exmple_areaBox_on-n{
    background-color: #000;
    color: #fff;
}
.exmple_img_op0-n{
opacity: 0;
/* display: none; */
}
.exmple_img_op1-n {
    opacity: 1;
    display: block;
}
.exmple_areaBox_tag_on-n{
color: #fff;
border:#fff 1px solid;
}
.text_white-n{
color: #fff;
}
.slideLeft-n{
    left: 335px!important;
}
.slidePointer-n{
    pointer-events: painted;
}
/* ブロックの移動 */
/* .exmple_Box_right-n{
    position: absolute;
    right: -280%;
    transition: 0.4s;
} */
.exmple_Box_opa-n{
    opacity: 0!important;
    transition: 0.2s;
    pointer-events: none;
}
/* 黄色の背景の移動 */
.exmple_areaSlideLeft-n::after{
    left: 0;
    visibility: visible;
}
/* カーソルアニメーション */
.slide_cursor {
    position: fixed;
    /*丸の大きさと色の指定*/
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    /*真ん中にくるようにマイナスマージンで調整*/
    z-index: 1000;
    /*一番手前に来るように*/
    pointer-events: none;
    /*クリックできなくなるのを防ぐため。noneで対応*/
    opacity: 0;
}
.slide_cursor img{
width: 100%;
height: 100%;
}
/* 2個目、3個目のブロック移動 */
.exmple_areaBox_left-n{
    left: 0;
    }

/* -----スライダーアニメーション----- emd*/


/*------------------------ 
CASE STUDY 
-------------------------*/
.case-n{
    padding: 140px 0 150px;
    background-color: #ECEEEF;
    min-width: 1040px;
}
/* .case_h2-n{
} */
.case_wrap-n{
    width: 1000px;
    margin: 0 auto;
    letter-spacing: 0;
}
.case_box-n img{
width: 100%;
}
/* 共通と三省 */
.case_box-n{
    display: flex;
}
.case_box-n:not(:first-of-type){
    margin: 20px auto 0;
}
.case_box_img-n{
    width: 50%;
     background-repeat: no-repeat;
     background-size: cover;
     overflow: hidden;
     position: relative;
}
.case_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* .case_box_img1-n{
    background-image: url(../new_img/case_study/case1.png);
} */
.case_box_textArea-n{
    width: 50%;
    background-color: #fff;
    padding: 75px 60px 50px 50px;
    position: relative;
}
.case_box_title-n{
    width: 200px;
}
.case_box_copy-n{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 0;
}
.case_box_tname-n{
    font-size: 14px;
    text-align: right;
    margin: 15px 0 0;
    font-weight: 600;
}
.case_box_text-n{
    font-size: 16px;
    margin: 15px 0 0;
}
.case_box_supplement-n{
    margin: 20px 0 0;
    padding: 25px 0 0px;
    position: relative;
    width: 100%;
}
.case_box_supplement-n::before{
    content: '';
    display: inline-block;
     width: 100%;
    height: 3px;
    background-image: url(../new_img/case_study/dot.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-repeat: repeat-x;
}
.case_box_supplementName-n{
    font-size: 14px;
}
.case_box_supplementText-n{
    font-size: 16px;
    font-weight: bold;
}
.case_box_verticalImg-n{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    z-index: 10;
    width: 15px;
    height: 115px;
    margin:auto 0 ;
}
/* ウイングアーク */
/* .case_box_img2-n{
    background-image: url(../new_img/case_study/case2.png);
} */
.case_box-n:nth-of-type(2) .case_box_verticalImg-n{
right: auto;
left: 15px;
}
/* メディアリンク */
/* .case_box_img3-n{
    background-image: url(../new_img/case_study/case3.png);
} */
/* 補足の事例 */
.caseSub_area-n{
    width: 1000px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
}
.caseSub_area-n img{
    width: 100%;
}
.caseSub_box-n{
    width: 325px;
    letter-spacing: 0;
}
.caseSub_box_textBox-n{
    background-color: #fff;
    padding: 35px;
    height: 300px;
}
.caseSub_box_title-n{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
}
.caseSub_box_text-n{
    font-size: 16px;
    line-height: 1.7em;
    margin: 20px 0 0;
}
.caseSub_boxIn-n{
    background-color: #FFFF6F;
    /* display: flex; */
    height: 120px;
    position: relative;
}
.caseSub_content-n{
    width: 200px;
    margin: 0px 0 0 auto;
    padding: 15px 10px 0 0;
    position: relative;
}
.caseSub_content-n::before{
    content: '';
    display: inline-block;
     width: 25px;
    height: 27px;
    background-image: url(../new_img/case_study/hukidasi.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 10;
    background-repeat: no-repeat;
}
.caseSub_boxIn-n figure{
    width: auto;
    height: 130px;
    position: absolute;
    left: 5px;
    bottom: 0;
}
.caseSub_boxIn-n figure img{
    width: auto;
    height: 100%;
}
.caseSub_content_title-n{
    font-size: 13px;
}
.caseSub_content_text-n{
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: bold;
}
.caseSub_name-n{
    font-size: 12px;
}
/*------------------------ 
PLAN
-------------------------*/
.plan-n{
    padding: 120px 0 ;
    letter-spacing: 0;
    min-width: 1040px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.plan_wrap-n{
width: 1000px;
margin: 0 auto;
display: flex;
justify-content: center;
}
.plan_wrap-n img{
    width: 100%;
}
.plan_area-n{
    width: 495px;
}
.plan_box1-n{
    background-color: #ECEEEF;
    border-bottom: solid 1px #484848;
    padding: 33px 0 ;
    display: flex;
    justify-content: center;
}
.plan__title-n{
    font-size: 36px;
    font-weight: bold;
    align-items: center;
    display: flex;
    @media(width <= 480px) {
        flex-direction: column;
    }
}
.planSpace-n{
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 0 25px 0 0;
}
.plan_box-n{
    background-color: #ECEEEF;
    border-bottom: solid 1px #484848;
    padding: 30px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan_boxIn-n{
    width: 45px;
    margin: 0 20px 0 0;
}
.plan_boxIn_ma-n{
    margin: 0 50px 0 0;
}
/* .plan_period-n{
    font-size: 11px;
    font-weight: bold;
    line-height: 0;
} */
/* .plan_period_month-n{
    font-size: 18px;
    font-weight: bold;
    line-height: 0;
} */
/* .plan_period_month-n span{
    font-size: 12px;
    font-weight: bold;
} */
.plan_period_month2-n{
}
.plan_contract-n{
}
.plan_img-n{
    width: auto;
    height: 51px;
    position: relative;
    top: 5px;
}
.plan_img-n img{
    width: auto;
    height: 100%;
}
.plan_box_lead-n{
font-size: 16px;
}
.plan_black-n{
    background-color: #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}
.plan_blackText-n{
}
.plan_glay1-n{
    background-color: #454545;
    /* color: #FFFF6F ; */
    text-align: center;
    padding: 20px 0;
}
.plan_textYellow-n{
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    span{
        font-size: 32px;
    }
}
.plan_glay2-n{
    background-color: #454545;
padding: 25px 45px;
color: #fff;
height: 210px;
}
.plan_glayTitle-n{
    font-size: 26px;
    font-weight: bold;
    color: #fff ;
    text-align: center;
}
.plan_glayText-n{
    font-size: 14px;
    margin: 10px 0 0;
}
.plan_glayText-n:nth-of-type(2){
    margin: 5px 0 0;
    line-height: 1.5em;
}
/* ライト */
.plan_area-n:nth-of-type(2) .plan_box-n,.plan_area-n:nth-of-type(2) .plan_box1-n{
    background-color: #FFFF6F;
}
.plan_glayText2-n{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.plan_glayText2-n span{
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px 0 0;
}
.plan_glayText_ma-n{
    margin: 0;
}
/* 補足 */
.plan_supplement-n{
    width: 1000px;
    margin: 80px auto 0;
    letter-spacing: 0;
}
.plan_supplementArea-n{
    display: flex;
    width: 100%;
    margin: 20px 0 0;
    border-left: solid 10px #000;
}
.plan_supplementBox-n{
    width: 35%;
    padding:30px 40px 0 20px ;
    /* border-left: solid 10px #000; */

}
.plan_supplementText-n{
    font-size: 16px;
}
.plan_supplementTitle-n{
    font-size: 30px;
    font-weight: bold;
}
.plan_supplementBox2-n{
    width: 65%;
    padding: 30px 0 0;
}
.btn_con-n{
    margin: 65px auto 0;
    text-align: center;
    display: block;
    width: 310px;
}
/* 区切りの動画 */
.separation{
    width: 100%;
    height: 600px;
    min-width: 1040px;
    overflow: hidden;
    position: relative;
}
.separation_in{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .separation img{
    width: 100%;
} */
.depo_move3{
    vertical-align: top;
    height: 170%;
}

/* こんなお悩みありませんか微調整 */
#contentsAbout h2 {
    text-align: center;
}
.issue_text-n {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
}
.issue_lead-n{
    text-align: center;
}
/* ----------------------------------------
PCレスポンシブ 
---------------------------------------- */
@media screen and (max-width:1200px){
    .mv_h3-n {
        font-size: 30px;
    }
    /* .mvSubText_content-n {
        padding: 8% 0 0 8%;
    } */
    .mvSubTextarea__letter-n {
        font-size: 28px;
    }
    .exmple_slideArea-n {
        left: -150%;
    }
}

@media screen and (max-width:896px) {
/*------------------------ 
共通
-------------------------*/
    .pc_on {
        display: none!important;
    }
    .pc_on896{
        display: block!important;
        }
/*------------------------ 
MV
-------------------------*/
    .mv-boxContent-n {
        display: block;
        height: auto;
    }
/*------------------------ 
メニュー
-------------------------*/
.menu_img-n {
    width: 170px;
    margin: 0 auto 0;
    line-height: 125%;
    display: inline-block;
}
.menu_img-n2{
    margin: 30px auto 0;
}
.mainNav li {
    padding: 12px 10px;
}
.menuBox2-n:first-of-type {
    /* background-color: #6DC4C8; */
    background-color: #373737;
    width: 230px;
    margin: 40px auto 0;
    font-size: 15px;
    position: relative;
}
.menuBox2-n:nth-of-type(2) {
    /* background-color: #FE5C5C; */
    width: 230px;
    margin: 15px auto 0;
    font-size: 15px;
    position: relative;
}
.menuBox1-n::after {
    right: 10px;
}
.menuBox2-n::after {
    right: 10px;
}
/*------------------------ 
MV
-------------------------*/
.mv-n {
    min-width: inherit;
}
.mv-boxContent-n {
    flex-direction: column;
}
.mv-titleAria-n {
    width: 100%;
    max-width: none;
    margin: inherit;
    padding: 0 0 50px;
    position: relative;
    min-height: 100%;
}
.mv-titleBox-n {
    width: 100%;
    margin: 40px 0 0;
}
.mv-boxContent-move {
    width: 100%;
    height: 70vh;
}
/*------------------------ 
mv サブ
-------------------------*/
.mvSubArea-n{
    min-width: inherit;
}
.mvSubBox-n {
    display: block;
    justify-content: space-between;
}
.mvSub_imgBox-n {
    width: 100%;
    background-color: #FEF64A;
    position: relative;
    padding: 60px 0 0;
}
.mvSubTextarea-n {
    width: 100%;
}
.mvSub-price {
    width: 400px;
    margin: 40px auto 0;
}
.mvSubText_in {
    display: block;
}
.mvSubTextarea__letter-n {
    padding: 0 6%;
}
.logo_box {
    width: 100%; 
    padding: 0 20px;
    gap:30px 8%;
}

.logo_clients {
    width: 28%;
}
/* .mvSubBox_Logo-n {
    top: 20px;
    left: 20px;
}
.mvSubBox_img1-n {
    top: 70px;
    left: 18px;
} */
.mvSubText_content-n {
    padding: 0% 20px 0% 20px;
    width: 100%;
}

/*------------------------ 
サービス(３つのポイント)
-------------------------*/
.point3-n {
    min-width: inherit;
}
.point3_in-n {
    display: block;
    width:100%;
}
.point3Area-n {
    width: 100%;
}
.point3_title-n {
    margin:25px 0 0;
    line-height: 2.2em;
    text-align: center;
}
.point3Box-n {
    width: 100%;
    margin: 30px 0 0;
}
.point3Box_in_first {
    width: 500px;
    margin: 0 auto;
    padding: 0 50px 0 25px;
}
.point3_ttreatment-n {
    width: 15px;
    position: absolute;
    right: 15px;
}
.point3Box_in_second-n {
    width: 500px;
    margin: 0 auto;
}
.point3Box_in_text-n {
    font-size: 24px;
    text-align: center;
}
.point3Box_inContent_inner-n {
    width: 334px;
}
.point_innerBOX-n {
    width: 162px;
}
.point3Box_in_second_text-n {
    width: 100%;
    letter-spacing: 0.02em;
    font-size: 15px;
}
.point3_treatment2-n {
    width: 15px;
    position: absolute;
    right: 15px;
}
.point3Box_in_second_in-n{
    width: 90%;
}
.point3Box_in2_text-n {
    font-size: 15px;
}
.point3Box_in_second_sup-n{
    font-size: 12px;
}
.point3_move-n {
    position: absolute;
    /* bottom: -370px; */
    top: 100%;
    width: 75%;
    left: 0;
    z-index: 190;
}
/*------------------------ 
EXAMPLE 制作事例
-------------------------*/

.exmple-n {
    min-width: inherit;
    margin-top: 150px;
    padding:275px 0px 110px
}
.exmple_area-n {
    width: 100%;
    display: block;
    position: relative;
}
.exmple_text-n {
    padding: 0 20px;
}
.exmple_areaSlide-n {
    min-width: inherit;
}
/* .exmple_animeArea-n{
    position: relative;
   top:inherit;
   right: inherit;
   z-index: 100;
   width: 100%;
} */
.exmple_areaBox1-n {
    position: relative;
}
.exmple_areaBox2-n {
    position: relative;
    left: auto;
}
.exmple_areaBox3-n {
    position: relative;
    left: auto;
}
.exmple_areaBox-n {
    width: calc((100vw - 40px) * 0.85);
    display: block;
    margin: 0 auto;
}
.exmple_areaBox_textarea-n {
    padding: 0px 20px;
}
/* .exmple_areaBox-n:not(:last-of-type) {
    margin: 0px auto 30px;
} */
.exmple_areaBox-n {
    margin: 0px auto 30px;
}
.exmple_area-n{
    height: auto;
}
.exmple_slideHiden-n{
    height: auto;
}
.exmple_slide_img-n{
    height: auto;
    }
    .exmple_areaBox_btnArea {
        padding: 0px 10px 15px 0;
    }
    .exmple_btn-n {
        bottom: 18px;
        right: 0px;
    }
    .More-n {
        padding: 0 20px 0 0;
    }
/* -----スライダーアニメーション調整----- */
.exmple_Box_opa-n{
    opacity: 1;
    pointer-events:painted;
}
/* スライダー */
.exmple_slideHiden2-n{
	position: relative;
    /* display: none; */
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
}
.exmple_slide_img2-n{
    /* width: 240px!important; */
    margin: 0 5px 0;
}
.exmple_slideHiden2_on-n{
    margin: 0px 0 80px;
    /* display: none; */
    height: calc(100vw * 0.5);
}
.exmple_pointer-n{
    pointer-events: painted!important;
}
.exmple_itemLink-n {
    margin: 25px auto 0;
    width: 90%;
}

/* ボックスの中のアニメーション調整 */
.exmple_areaBox-n:hover .exmple_areaBox_img img{
    transform: none;
    }
    .exmple_areaBox_on-n {
        background-color: #ECEEEF;
        color: #000;
    }
    .exmple_animeArea_bg-n{
        background-color: #ECEEEF;
    }
    .exmple_areaBox_tag_on-n {
        color: #000;
        border: #000 1px solid;
    }
    .text_white-n {
        color: #000;
        opacity: 0.5;
    }
    .exmple_areaBox_on-n .exmple_areaBox_title-n,.exmple_areaBox_on-n .exmple_areaBox_tagArea-n{
opacity: 0.5;
    }
    .exmple_areaBox_on-n .vertical-n{
color: #fff;
    }
    .exmple_areaBox_on-n .vertical2-n{
        color: #fff;
            }
    .exmple_Box_opa-n {
        opacity: 1!important;
    }
/*------------------------ 
CASE STUDY 
-------------------------*/
.case-n {
    min-width: inherit;
    padding: 140px 20px 150px;
}
.case_wrap-n {
    width: 100%;
}
.case_box-n {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.case_box-n:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;

}
.case_box_img-n {
    width: 100%;
    height: 400px;
    background-position: center -70px;
}
.case_bg {
    position: absolute;
    top: -40%;
    bottom: 0;
    margin: inherit;
}
.case_bg_wing{
    top: -66%;
}
/* .case_bg_media{
} */
.case_box_textArea-n {
    width: 100%;
    background-color: #fff;
    padding: 75px 60px 50px 50px;
    position: relative;
}
.caseSub_box_textBox-n {
    height: auto;
}
.caseSub_area-n {
    width: 100%;
    display: block;
}
.plan_supplement-n {
    width: 100%;
}
.caseSub_box-n {
    width: 85%;
    margin: 0 auto;
}
.caseSub_box-n:not(:first-of-type){
    margin: 30px auto 0;
}
/*------------------------ 
PLAN
-------------------------*/
.plan-n {
    min-width: inherit;
    padding: 120px 20px ;
}
.plan_area-n {
    width: 100%;
    margin: 0 auto;
}
.plan_area-n:nth-of-type(2){
    margin: 30px 0 0;
}
.separation {
    min-width: inherit;
}
.plan_wrap-n {
    width: 100%;
    display: block;
}
.plan_supplementArea-n {
    display: block;
}
.plan_supplementBox-n {
    width: 100%;
    padding: 20px 40px 0 20px;
    /* border-left: solid 10px #000; */
}
.plan_supplementBox2-n {
    width: 100%;
    padding: 30px 0 20px 20px;
}


/* こんなお悩みありませんか微調整 */
.issue_text-n {
    font-size: 20px;
    font-feature-settings: "palt";
    margin-bottom: 20px;
}

/* 区切りの動画 */
.separation{
    min-width: inherit;
}

/* ルール微調整 */
.wrapperRule-n{
    margin: 30px 0 0;
}
}

@media screen and (max-width:480px) {
.sp_2{
    display: block;
}
.pc_on480{
    display: none;
}
.sp_on480{
    display: block;
}
/*------------------------ 
MV
-------------------------*/
.mv-titleAriaIn-n {
    margin: 9% 0 0 10%;
}
.mv-titleBox-n {
    width: 80%;
    margin: 0px 0 0;
}
.mv_h3-n {
    font-size: 6vw;
    margin: 23px 0 0;
}
.mv-copyTitle-n {
    width: 80%;
    padding: 30px 0 0;
}
.mv-titleAria-n {
    padding: 0 0 10%;
}
/*------------------------ 
mv サブ
-------------------------*/
.mvSubBox_img1-n {
    width: 25px;
    /* position: absolute; */
    /* top: 70px;
    left: 10px; */
    margin: 10px 0 0 0px;
}
.mvSub_fix-n {
    padding: 0 0 0 10px;
}
.mvSubBox_Logo-n {
    margin: 20px 0 0 0px;
}
/* .mvSubBox_Logo-n {
    top: 20px;
    left: 10px;
} */
.mvSubTextarea__letter-n {
    font-size: 6vw;
    padding: 0 ;
}
.mvSub-price {
    width: 100%;
    margin: 20px 0 0;
}
.mvSubText_content-n {
    padding: 0% 20px 20% 20px;
}
.MV_slideArea-n {
    bottom: -9%;
}
.mvSubTextarea-n {
    padding: 80px 0 100px;
}
.mvSubTextarea__letter-n {
    text-align: left;
}
.logo_area {
    margin: 0px auto 0;
}
/*------------------------ 
サービス(3つのポイント)
-------------------------*/
.point3_fist-n {
    width: 22%;
    margin: 0 auto;
}
.point3_title1-n {
    font-size: 6.5vw;
}
.point3_title2-n {
    font-size: 11vw;
}

.point3-n {
    padding: 20% 20px 30%;
}
    .point3Box_in_first {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px 0 20px;
    }
    .point3Box_in_second-n {
        width: 100%;
        margin: 0 auto;
    }
    .point3_move-n {
        bottom: -11%;
        width: 87%;
    }
/* ボックス黄色 */
.point3Box_in_first {
    height: 325px;
}
.point3_ttreatment-n {
    position: absolute;
    right: auto;
    left: 20px;
    top: 5%;
}
.point3_no {
    width: 9%;
    img{
        top: 50%;
        transform: translateY(-50%)
    }
}

.point3_ttreatment_1-n{
    width: 84px;
}
.point3_ttreatment_2-n{
    width: 72px;
}
.point3_ttreatment_3-n{
    width: 67px;
}
.point3Box_in_text-n {
    font-size: 6vw;
    text-align: left;
    width: 65%;
}
.point3Box_inContent_inner-n {
    display: block;
    width: 100%;
}
.point_innerBOX-n {
    width: 100%;
    margin: 10px 0;
}
/* ボックスグレー */
    .point3_treatment2-n {
        position: absolute;
        right: auto;
        left: 20px;
        top: 5%;
    }
    .point3_treatment2_1-n{
        width: 84px;
    }
    .point3_treatment2_2-n{
        width: 72px;
    }
    .point3_treatment2_3-n{
        width: 67px;
    }
    .point3Box_in_second-n {
        height: 325px;
        padding: 0px 20px 0 20px;
    }
    .point3Box_in_second_in-n {
        width: 100%;
        margin: 15px 0 0;
    }
    .point3Box_second_link-n {
        font-size: 3.5vw;
    }
    .point3Box_second_link-n {
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin: 0px 0 15px;
        padding: 0 30px 0 0;
        position: relative;
        line-height: 30px;
    }
    .point3Box_in2_box-n {
        font-size: 18px;
    }
/*------------------------ 
モーダルウィンドウ
-------------------------*/ 
.modal-container {
    padding: 50px 0px;
}
.modal-content {
    /* background: #fff; */
    text-align: left;
    padding: 0px;
}
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1100px;
    width: 90%;
    /* top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto; */
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
/*------------------------ 
EXAMPLE
-------------------------*/
.exmple-n {
    margin-top: 0px;
    padding: 275px 0px 70px;
}
.exmple_text-n {
    font-size: 20px;
}
.exmple_areaBox-n {
    width: 100%;
}
.exmple_itemLink-n {
    width: 89%;
    font-size: 6vw;
    margin: 25px auto 0;
}
.exmple_slideHiden2_on-n{
    margin: 0px 0 60px;
    /* display: none; */
    height: calc(100vw * 0.9);
}
/* アニメーション調整 */
/* .exmple_areaBox-n:hover .exmple_areaBox_img img{
    transform: none;
    }
    .exmple_areaBox_on-n {
        background-color: #FFFF6F;
        color: #000;
    }
    .exmple_animeArea_bg-n{
        background-color: #FFFF6F;
    }
    .exmple_areaBox_tag_on-n {
        color: #000;
        border: #000 1px solid;
    }
    .text_white-n {
        color: #000;
        opacity: 0.5;
    }
    .exmple_areaBox_on-n .exmple_areaBox_title-n,.exmple_areaBox_on-n .exmple_areaBox_tagArea-n{
opacity: 0.5;
    } */
/*------------------------ 
CASE STUDY
-------------------------*/
.case-n {
    padding: 70px 20px 70px;
}
.case_box-n {
    width: 100%;
}
.case_box_textArea-n {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px 35px;
    position: relative;
}
.case_box_img-n {
    height: 300px;
}
.case_bg_wing {
    top: -40%;
    }
    .case_bg_media {
        top: -22%;
        }
.case_box_copy-n {
    font-size: 5vw;
    width: 95%;
}
.case_box_verticalImg-n {
    position: absolute;
    top: 8px;
    right: 5px;
    bottom: auto;
    z-index: 10;
    width: 15px;
    height: 115px;
    margin:inherit;
}
.case_box-n:not(:first-of-type) {
    margin: 10px auto 0;
}
.caseSub_area-n {
    margin: 50px auto 0;
}
.case_box_tname-n {
    text-align: left;
}
.case_box-n:nth-of-type(2) .case_box_verticalImg-n {
    left: auto;
    right: 5px;
}
.caseSub_box-n {
    width: 100%;
    margin: 0 auto;
}
.caseSub_box_textBox-n {
    padding: 25px 20px;
}
.caseSub_box-n:not(:first-of-type) {
    margin: 15px auto 0;
}

/*------------------------ 
PLAN
-------------------------*/
.plan-n {
    padding: 70px 20px;
}
.plan_box1-n {
    padding: 25px 20px;
}
.plan__title-n {
    font-size: 7vw;
}
.planSpace-n {
    font-size: 4vw;
    margin-right: 0;
}
.plan_box-n {
    padding: 25px 20px;
}
.plan_textYellow-n {
    font-size: 6.5vw;
}
.plan_glay2-n {
    padding: 22px 20px 30px;
    color: #fff;
    height: auto;
}

.plan_img-n {
    width: 55%;
    height: auto;
    position: relative;
    top: 5px;
}
.plan_img-n img {
    width: 100%;
    height: auto;
}
.plan_boxIn-n {
    width: 15%;
    margin: 0 20px 0 0;
}
.plan_supplement-n {
    margin: 50px auto 0;
}
.plan_supplementBox-n {
    padding: 20px 0px 0 15px;
}
.plan_supplementBox2-n {
    padding: 30px 0 20px 15px;
}

/* -----最後の動画----- */
.separation{
    height:50vh;
}
.separation_in {
    top: -80%;
}
.depo_move3 {
    height: 185%;
}
}

@media screen and (max-width:320px) {
    .btn_con-n{
        width: 270px;
    }
}
.point3Box_in2_box-n {
    font-size: 14px;
}
.point3Box_in2_box-n span {
    font-size: 12px;
}
.caseSub_content-n {
    width: fit-content;
}
.caseSub_boxIn-n figure {
    height: 110px;
}
/* ===================================================
下層ページ
=================================================== */
/* -------------------------------
共通箇所
------------------------------- */
.under_fixed-n{
    position: fixed;
    top: 0;
    z-index: 1000;
}
.under_h1-n{
    position: fixed;
    top: 0;
    left: 0;
    float: none;
z-index: 10;
    }
/* @media screen and (max-width:480px){
.under_h1-n{
    position: fixed;
    top: 0;
    left: 0;
    float: none;
z-index: 10;
    }
} */
/* -------------------------------
サンクスページ
------------------------------- */
.privacy.contentsBox.contact.thanks-n{
    padding: 200px  0 100px;
}
/* -------------------------------
アイテム
------------------------------- */
.inner_po{
    position: relative;
}
.item_topLink{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    padding: 0 0 3px 28px;
}
.item_topLink::before{
content: '';
display: inline-block;
 width: 23px;
height: 12px;
background-size: contain;
vertical-align: middle;
position: absolute;
left: 0;
top: 0;
bottom:0;
margin: auto;
background-repeat: no-repeat;
background-image: url("../new_img/item/arrow_b2.png");
transform: rotate(180deg);
}
.itemArea-n{
    padding: 170px 0 100px;
}
.item_text-n{
    text-align: center;
    margin: 0 0 80px;
    line-height: 2.2em;
}
.itemBox_title-n{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px;
}
.itemBox-n{
    margin: 0 0 100px;
}
/* .listItem-n {
    justify-content: flex-start;
} */

/* .listItem-n li:nth-of-type(6){
    margin-right: 0 ;
} */
.fade-in2-n {
    opacity: 0.1;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .fade-in2-1-n,.fade-in2-2-n,.fade-in2-3-n,.fade-in2-4-n,.fade-in2-5-n {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-timing-function: cubic-bezier(0,
      0.535,
      0.07,
      1);
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.fade-in2-n.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
.fade-in2-1-n.scrollin,.fade-in2-2-n.scrollin,.fade-in2-3-n.scrollin,.fade-in2-4-n.scrollin,.fade-in2-5-n.scrollin{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.itemLink2-n:hover{
    background-color: #fff;
}
.itemLink2-n span::after {
    left: -40px;
    transform: rotate(180deg);
}
@media screen and (max-width:480px) {
    .itemArea-n {
        padding: 140px 0 100px;
    }
    .listItem-n {
        justify-content:space-between;
    }
    .listItem-n li {
        margin: inherit;
    }
    .item_topLink {
        position: absolute;
        top: -55px;
        left: 20px;
        font-size: 14px;
        padding: 0 0 0px 24px;
    }
    .item_topLink::before {
        width: 19px;
    }
}
/* -------------------------------
コンタクト
------------------------------- */
#plan1,#plan2,#plan3,#plan4{
    margin: 0 7px 0 0px;
}
.contact-n label{
    margin: 0 30px 0 0;
}
.contact-n .s_text-n{
font-size: 12px;
}