@charset "utf-8";



/* ==========================================================================
	mv
========================================================================== */
#mv{
    position: relative;
    width: 100%;
    height: 100vh;
    position: relative;
}

.load {
    width: 100%;
    height: 100vh;
    z-index:99999999;
    background:#222;
    position:fixed;
    display: flex;
    align-items: center;
    justify-content: center; 
    
    
    animation: outview 4s cubic-bezier(0.5, 0, 0.75, 0) forwards;
}

.ie .load{
    
    animation: ie-outview 4s cubic-bezier(0.5, 0, 0.75, 0) forwards;
}

@keyframes outview {
    80%{
    top:0;
    }

    100%{
    top:-105vh;
    }
}

@keyframes ie-outview {
    80%{
    opacity:100;
    }

    100%{
        opacity:0;
        z-index:-1;
        top:-100%;
    }
}

.load .text_area {
    display: block;
    position: relative;
    width: 820px;
    width: clamp(700px,90%,820px);
}
.load .text_area {
    
}
.load h2 {
    position: relative;
    display:block;
    width: 765px;
    height: 145px;
    animation: views 4s var(--easeInOutCubic) forwards;
    overflow: hidden;    
    
}
.load h2:before{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background:#fff;
    position: absolute;
    left: 0;
    bottom:4px;
    z-index:1;
}
.load h2:after{
    content:"";
    display: block;
    width: 100%;
    height: 110%;
    background:#222;
    position: absolute;
    left: 0;
    top:110%;
    z-index:50;
    animation: out-views 4s forwards;
}
@keyframes views {
  0% {
    width: 0;
  }
  15% {
    width:775px;
  }
}
@keyframes views2 {
  0% {
    width: 0;
  }
  15% {
    width:535px;
  }
}
@keyframes views3 {
  0% {
    width: 0;
  }
  15% {
    width:825px;
  }
}


.load h2:nth-child(2){
    margin:70px 0;
    width: 535px;
    animation: views2 4s var(--easeInOutCubic) forwards;
}
.load h2:nth-child(3){
    width: 825px;
    animation: views3 4s var(--easeInOutCubic) forwards;
}
.load .enb {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 150px;
    color:#fff;
    top:100%;
    animation: t-views 4s var(--easeInOutCubic) forwards;
    z-index:5;
    letter-spacing: 0.06em;
}

@keyframes t-views {
  0% {
    top:100%;
  }
  11% {
    top:100%;
  }
  30% {
    top:15px;
  }
    100%{
    top:15px;
    }
}
@keyframes out-views {
  0% {
    top:110%;
  }
  15% {
    top:110%;
  }
  65% {
    top:110%;
  }
    85%{
    top:5%;
    }

    100%{
    top:5%;
    }
}

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


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

    
    .load .text_area{
        width: 90%;
    }
    .load h2 {
        width:700px;
        animation: views 4s var(--easeInOutCubic) forwards;
    }

    .load h2:nth-child(2){
        width: 470px;
        animation: views2 4s var(--easeInOutCubic) forwards;
        margin:55px 0;
    }
    .load h2:nth-child(3){
        width:720px;
        animation: views3 4s var(--easeInOutCubic) forwards;
    }
    @keyframes views{
      0% {
        width: 0;
      }
      15% {
        width:700px;
      }
    }
    @keyframes views2 {
      0% {
        width: 0;
      }
      15% {
        width:470px;
      }
    }
    @keyframes views3 {
      0% {
        width: 0;
      }
      15% {
        width:720px;
      }
    }
    .load .enb {
        font-size: 130px;
    }

}
@media screen and (max-width : 800px ){
.iPhone .load .text_area,
.Android .load .text_area {
    transform: translateY(-45px);
    }
    
    .load h2 {
        width:540px;
        animation: views 4s var(--easeInOutCubic) forwards;
        height: 105px;
    }

    .load h2:nth-child(2){
        width: 370px;
        animation: views2 4s var(--easeInOutCubic) forwards;
        margin:40px 0;
    }
    .load h2:nth-child(3){
        width:550px;
        animation: views3 4s var(--easeInOutCubic) forwards;
    }
    @keyframes views{
      0% {
        width: 0;
      }
      15% {
        width:540px;
      }
    }
    @keyframes views2 {
      0% {
        width: 0;
      }
      15% {
        width:370px;
      }
    }
    @keyframes views3 {
      0% {
        width: 0;
      }
      15% {
        width:550px;
      }
    }
    .load .enb {
        font-size: 100px;
    }


}

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

    .load h2 {
        width:430px;
        animation: views 4s var(--easeInOutCubic) forwards;
        height: 87px;
    }

    .load h2:nth-child(2){
        width: 296px;
        animation: views2 4s var(--easeInOutCubic) forwards;
        margin:30px 0;
    }
    .load h2:nth-child(3){
        width:430px;
        animation: views3 4s var(--easeInOutCubic) forwards;
    }
    @keyframes views{
      0% {
        width: 0;
      }
      15% {
        width:430px;
      }
    }
    @keyframes views2 {
      0% {
        width: 0;
      }
      15% {
        width:296px;
      }
    }
    @keyframes views3 {
      0% {
        width: 0;
      }
      15% {
        width:430px;
      }
    }
    .load .enb {
        font-size: 80px;
    }
}


@media screen and (max-width : 480px ){
    
    .load h2 {
        width:320px;
        animation: views 4s var(--easeInOutCubic) forwards;
        height: 70px;
    }

    .load h2:nth-child(2){
        width: 236px;
        animation: views2 4s var(--easeInOutCubic) forwards;
        margin:30px 0;
    }
    .load h2:nth-child(3){
        width:330px;
        animation: views3 4s var(--easeInOutCubic) forwards;
    }
    @keyframes views{
      0% {
        width: 0;
      }
      15% {
        width:320px;
      }
    }
    @keyframes views2 {
      0% {
        width: 0;
      }
      15% {
        width:236px;
      }
    }
    @keyframes views3 {
      0% {
        width: 0;
      }
      15% {
        width:330px;
      }
    }
    .load .enb {
        font-size: 60px;
    }
    
}

/* ==========================================================================
	main
========================================================================== */
/*
#mv {
    position: relative;
    width:100%;
    height: auto;
    z-index:60;
    overflow: hidden;
    max-height:1100px;
}

*/
/*
#main:before{
     content:"";
    display: block;
    padding-top: 56.25%;
}
*/

#mv:after{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background:url(../image/mesh.png);
    background-size: 4px 4px;
    position: absolute;
    left: 0;
    top: 0;
    z-index:2;
    opacity: 0.2;
}
/*
.main_inr{
    position: relative;
    width: 100%;
    max-width:1970px;
    margin:0 auto;
    min-height: 720px;
    max-height: 1100px;
}
.main_inr:before{
     content:"";
    display: block;
    padding-top: 56.25%;
}
*/

#mv .main_inr{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index:50;
}



#mv .main_inr .text_area {
    display: block;
    position: relative;
    width: 830px;
    width: clamp(700px,90%,830px);
    position: absolute;
    left: var(--base-size60);
    bottom:9.375vw;
}
#mv .main_inr h1 {
    position: relative;
    display: inline-block;
    height: 85px;
    overflow: hidden;    
    letter-spacing: 0.1em;
}
#mv .main_inr h1:before {
    content:"";
    display: block;
    width: 0;
    height: 2px;
    background:#fff;
    position: absolute;
    left: 0;
    bottom:0px;
    z-index:1;
    animation: txt-views .5s var(--easeInOutCubic) forwards;
    animation-delay:4.2s;
}


#mv .main_inr h1:nth-child(2){
    margin-top:5px;
}
#mv .main_inr h1 span {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 76px;
    color:#fff;
    top:115%;
    animation: t-views2 1s var(--easeInOutCubic) forwards;
    animation-delay:4.5s;
    z-index:5;
    letter-spacing: 0.06em;
    font-weight: 700;
}

@keyframes txt-views {
  0% {
    width: 0;
  }
  100% {
    width:100%;
  }
}


@keyframes t-views2 {
  0% {
    top:100%;
  }
    100%{
    top:15px;
    }
}


.scroll{
  display: inline-block;
  position: absolute;
  /*right: 75px;*/
    right: 4.5vw;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 130px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
    font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    animation: s-views 1s var(--easeInOutCubic) forwards;
    animation-delay:5s;
    opacity:0;
    transform: translateY(50px);
}
@keyframes s-views {
  0% {
    opacity:0;
    transform: translateY(50px);
  }
    100%{
    opacity:100;
    transform: translateY(0);
    }
}
.scroll:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



#keyvisual-movie {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
    z-index: 1;
}
#keyvisual-movie video {
 position: absolute;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
    /*
 background: url('poster.jpg') no-repeat;
*/
    background-size: cover;
}


/*
#keyvisual-movie:not(.js_active)::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background:url(../image/postar.jpg);
    background-size:cover;
}

#keyvisual-movie:not(.js_active)::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 27px;
    height: 27px;
    background-image: url(../image/common/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    z-index:10;
}
*/

@media screen and (max-width : 1200px ){
    
    /*
    #keyvisual-movie video {
      top: 50%;
      left: 10%;
      -webkit-transform: translate(-10%, -50%);
      -moz-transform: translate(-10%, -50%);
      transform: translate(-10%, -50%);
    }
    #keyvisual-movie:not(.js_active)::before {
        background-image:url(../image/postar-sp.jpg);
    }
    */
    
}


@media screen and (max-width : 1080px ){
    
    .scroll{right: 1.5vw;}
}
@media screen and (max-width : 980px ){

    #mv .main_inr .text_area {
        display: block;
        position: relative;
        width: 830px;
        width: clamp(700px,90%,830px);
        position: absolute;
        left: var(--base-size60);
        bottom:9.375vw;
    }
    #mv .main_inr h1 {
    height: 80px;
    }
    #mv .main_inr h1 span {
        font-size: 61px;
    }



}

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

#keyvisual-movie video {
    /*
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    left: auto;
    width: 100%;
    min-height: 100%;
    }
    
    #mv,
    #mv .main_inr{
        height:calc(100vh - 135px);
    }
    .iPhone #mv,
    .iPhone #mv .main_inr,
    .Android #mv,
    .Android #mv .main_inr{
        height:calc(100vh - 195px);
        
    }
    .scroll{
        display:none;
    }
    
    #mv .main_inr .text_area {
        width: 100%;
        bottom:20vw;
    }
    #mv .main_inr h1 {
        height: 69px;
    }
    #mv .main_inr h1:nth-child(2){
    }
    #mv .main_inr h1 span {
        font-size: 50px;
    }

}


@media screen and (max-width : 615px ){
    
    #mv .main_inr h1 {
        height: 51px;
    }
    #mv .main_inr h1:nth-child(2){
    }
    #mv .main_inr h1 span {
        font-size: 39px;
    }
    
}
@media screen and (max-width:580px) and ( min-height:1050px){
#keyvisual-movie video {
    height: 100%;
    width: auto;
    }
    
}
@media screen and (max-width : 450px ){
    
    #mv .main_inr h1 {
        height: 48px;
    }
    
    #mv .main_inr h1 span {
        font-size: 34px;
    }

#keyvisual-movie video {
    left: 0;
    height: auto;
    width: 100%;
    /* min-height: 100%; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    }
    
}
/* ==========================================================================
	works
========================================================================== */
.works {
    position: relative;
    margin:100px auto 42px;
    padding-bottom: 55px;
}


.works ul {
    width:calc(100% - var(--rt-tit-width));
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    padding-left: 10px;
    box-sizing:border-box;
    margin-bottom: 70px;
}
.works li {
    position: relative;
    width: calc(100% / 3 - 6.66px);
    margin-bottom: 0px;
}
.works li:first-child,
.works li:nth-child(2){
    width: calc(50% - 5px);
    margin-bottom: 30px;
}
.works li a {
    display: block;
    position: relative;
    width: 100%;
    border-radius:3px;
}
/*


.works li a:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#000;
    opacity:.2;
    z-index:5;
    transition: opacity .3s var(--easeInOutCubic);
    
}

.works li a:hover:before{
    transition: opacity .3s var(--easeInOutCubic);
    opacity:0;
}*/

.works .text_area {
    position: relative;
    width:100%;
    padding:27px 10px 0 10px;
    box-sizing:border-box;
    z-index:20;
}
.works li a img{    
    border-radius:3px;
    transition: transform .3s var(--easeInOutCubic);
}
.works li a p {
    font-size: 22px;
    font-weight: 700;
    color:#222;
    margin-bottom: 11px;
    transition: color .3s var(--easeInOutCubic);
}

.works li a:hover p{
    color:var(--base-link-colo);
    transition: color .3s var(--easeInOutCubic);
} 

.works li .text_area span.tag {
    display:inline-block;
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    color:#222;
    padding-left: 30px;
    transition: color .3s var(--easeInOutCubic);
}

.works li a:hover .text_area span.tag{
    color:var(--base-link-color);
    transition: color .3s var(--easeInOutCubic);
    
}


.works li .text_area span.tag:before{
     content:"";
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background:#222;
    transition: background .3s var(--easeInOutCubic);
}

.works li a:hover .text_area span.tag:before{
    background:var(--base-link-color);
    transition: background .3s var(--easeInOutCubic);
   
}


.works li a .text_area span.tag span{
    position: relative;
    font-size: 13px;
    margin-right: 8px;
    
}
.works li a .text_area span.tag span:before{
    content: ",";
    display: block;
    position: absolute;
    left: -9px;
    top: 0;
    font-size: 13px;
    color: #222;
    font-weight: 500;
    
}
.works li a .text_area span.tag span:first-child:before{
    display:none;
}



.works li .img_area{
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius:3px;
}
.works li:first-child .img_area,
.works li:nth-child(2) .img_area{
    height: 360px;
}

.works li a .img_area:before{
    
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .2;
    z-index: 15;
    transition: opacity .3s var(--easeInOutCubic);
}
.works li a:hover .img_area:before{
    transition: opacity .3s var(--easeInOutCubic);
    opacity:0;
}
.works li a:hover .img_area img{    
    transform: scale(1.1);
}


.works li a .img_area .cate{
    display:inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding:4px 9px;
    background:#222;
    font-size: 12px;
    color:#fff;
    z-index:20;
}

.works li a .ar{
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    right: 30px;
    bottom:26px;
    margin:auto;
    border-radius:46px;
    border:1px solid #fff;
    z-index:10;
    box-sizing:border-box;
    transition:all .3s var(--easeInOutCubic);
    
}
.works li a .ar:before{
    content:'';
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 25px;
    height: 1px;
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}
.works li a .ar:after{
    content: '';
    position: absolute;
    top: 19px;
    right: 9px;
    width: 10px;
    height: 1px;
    transform: rotate(35deg);
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}

.works li a:hover .ar{
    background:var(--base-link-color);
    border-color:var(--base-link-color);
    transition:all .3s var(--easeInOutCubic);
}
.works li a:hover .ar:before,
.works li a:hover .ar:after{
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}


@media screen and (max-width : 1050px ){
    
    .works ul {width: 100%;}
}



@media screen and (max-width : 850px ){
    
    .works {padding-bottom: 125px;}
    .works li {
        width: 100%;
        /*
        height: 180px;
        */
        margin-bottom: 20px;
    }
    .works li:first-child,
    .works li:nth-child(2){
        width: 100%;
        margin-bottom: 20px;
        /*
        height: 250px;
        */
    }
    .works li a .img_area{
        height: 180px;
    }

    .works li:first-child a .img_area,
    .works li:nth-child(2) a .img_area{
        height:250px;
    }

}

/*
@media screen and (max-width : 850px ){
    

    .works .text_area {
        width: calc(100% - 70px);
        left: 20px;
        bottom: 16px;
    }

    .works li a .ar{
        width: 30px;
        height: 30px;
        right: 20px;
        bottom:16px;
        margin:auto;

    }
    .works li a .ar:before{
        width: 13px;
    }
    .works li a .ar:after{
        top: 12px;
        right: 8px;
        width: 5px;
    }
}
*/
@media screen and (max-width : 800px ){
    
    .works {
        margin:25px auto 30px;
        padding-bottom: 90px;

    }
    .works ul {
        padding-left: 5px;
        margin-bottom: 0;
    }
    
    .works li {
        /*
        height: 160px;
        */
        margin-bottom: 20px;
    }
    .works li:first-child, .works li:nth-child(2){
        margin-bottom: 20px;
    }
    .works li:last-child{margin-bottom: 0;}
    .works li:first-child .img_area,
    .works li:nth-child(2) .img_area{
        height: 190px;
    }
    .works li a .img_area{
        height: 160px;
    }

    .works li:first-child a .img_area,
    .works li:nth-child(2) a .img_area{
        height:190px;
    }
    .works .text_area {
        width: calc(100% - 80px);
        /*
        left: 4.25vw;
        bottom: 14px;
        */
        padding-top: 17px;
    }
    
    .works li a p {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .works li .text_area span.tag {
        font-size: 11px;
        padding-left: 25px;
    }
    .works li .text_area span.tag:before{
        width: 15px;
        top: 8.5px;
    }



    .works li a .ar{
        width: 30px;
        height: 30px;
        right: 35px;
        right: 4.3vw;
        bottom:16px;
        border-radius:30px;

    }
    .works li a .ar:before{
        width: 14px;
    }
    .works li a .ar:after{
        top: 12px;
        right: 8px;
        width: 6px;
    }

}

/* ==========================================================================
	about
========================================================================== */
.about {
    position: relative;
}

.about.rt_box .tit_area{
    padding-top: 166px;
}
.about.rt_box .tit_area:before{
    top: 39px;
}

.about .text_area{
    position: relative;
    width:calc(100% - var(--rt-tit-width));
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
    justify-content: flex-end;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    padding-top: 145px;
    padding-bottom: 146px;
}

.about .bg_txt{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 160px;
    font-size: clamp(160px,11.11vw,180px);
    line-height: 160px;
    line-height: clamp(160px,11.11vw,180px);
    
    color:#f6f6f6;
    z-index:1;
}

.about .bg_txt.txt02{
    top: 538px;
    top:clamp(538px,32.5vw,630px);
}
.about .bg_txt.txt02:before{
    content:"";
    display: block;
    width: 890px;
    width: clamp(500px,61.8vw,1186px);
    height: 925px;
    position: absolute;
    left: 0;
    top:calc(100% - 30px);
    z-index:1;
    border-radius:0 3px 3px 0;
    background:#f6f6f6;
}





.about .txt_box{
    position: relative;
    width: 95%;
    max-width:890px;
    
}
.about h3 {
    position: relative;
    display:inline-block;
    margin-bottom: 4px;
    height: 88px;
    overflow: hidden;
    z-index:10;
}
.about .txt_box.move h3{
    /*
    animation: a-txt-views .4s var(--easeInOutCubic) forwards;
    animation-delay:.4s;    
    */
}
    
.about h3:before{
    content:"";
    display: block;
    width: 0;
    height: 2px;
    background:#222;
    position: absolute;
    left: 0;
    bottom:8px;
    z-index:1;
}
    
.about h3 span {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 70px;
    letter-spacing: 0.1em;
    font-weight: 700;
    top: 115%;
    z-index:5;
    font-weight: 700;
}

.about .txt_box.move h3 span{
    animation: a-t-views .8s var(--easeInOutCubic) forwards;
    animation-delay:.4s;
    
}
.about .txt_box.move h3:before{
    animation: a-txt-views .4s var(--easeInOutCubic) forwards;
    
}


@keyframes a-txt-views {
  0% {
    width: 0;
  }
  100% {
    width:100%;
  }
}

@keyframes a-t-views {
  0% {
    top:100%;
  }
    100%{
    top:15px;
    }
}


.about .b_txt {
    position: relative;
    width: 90%;
    max-width:890px;
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    margin-top: 69px;
    z-index:10;
    letter-spacing: 0.1em;
}


@media screen and (min-width : 1450px ){
    .about .bg_txt.txt02:before{
        height: 850px;
    }
}

@media screen and (max-width : 1050px ){
    .about .text_area{width: 100%;}
    .about.rt_box .tit_area{padding-top: 0;}
    .about.rt_box .tit_area:before{top: 0;}
    .about h3 {
        height: 83px;
    }

    .about h3 span {
        font-size: 65px;
    }
}

@media screen and (max-width : 940px ){
    .about h3 {
        height: 83px;
    }

    .about h3 span {
        font-size: 65px;
    }


}
@media screen and (max-width : 880px ){
    .about h3 {
        height: 80px;
    }

    .about h3 span {
        font-size: 60px;
    }
    .about h3:before{bottom:3px;}

}


@media screen and (max-width : 800px ){
    
    .about {
        width: 100%;
        padding-right:0;
    }
    .about .tit_area{
        width: 80px;
    }
    .about .text_area{
        display: block;
        width:calc(100% - 10vw);
        padding-top: 20px;
        padding-bottom: 88px;
        margin:0 auto;
    }

    .about .bg_txt{
        position: absolute;
        left: calc(-5vw - 10px);
        top: 0;
        font-size: 80px;
        font-size: clamp(80px,18vw,150px);
        line-height:1.125;
    }

    .about .bg_txt.txt02{
        top: 70vw;
        top: clamp(310px,60vw,500px);
    }
    .about .bg_txt.txt02:before{
        display:none;
    }





    .about .txt_box{
        width: 100%;
    }
    
    .about h3 {
        height: 77px;
    }

    .about h3 span {
        font-size: 55px;
    }



    .about .b_txt {
        width: 100%;
        font-size: 13px;
        line-height: 26px;
        margin-top: 30px;
    }


}
@media screen and (max-width : 750px ){
    
    .about h3 {
        height: 64px;
    }

    .about h3 span {
        font-size: 50px;
    }

}
@media screen and (max-width : 710px ){
    
    .about h3 {
        height: 63px;
    }

    .about h3 span {
        font-size: 43px;
    }


}
@media screen and (max-width : 610px ){
    
    .about h3 {
        height: 53px;
    }
    .about h3 span {
        font-size: 36px;
    }


}

@media screen and (max-width : 510px ){
    
    .about h3 {
        height: 46px;
    }
    .about h3 span {
        font-size: 29px;
    }


}
@media screen and (max-width : 430px ){
    
    .about h3 {
        height: 41px;
    }

    .about h3 span {
        font-size: 24px;
    }

}

/* ==========================================================================
	service
========================================================================== */
.service {
    position: relative;
    z-index:50;
    margin-top:120px;
    margin-bottom: 120px;
    padding-bottom: 129px;
}
/*
.service.rt_box .tit_area{
    padding-top: 177px;
}
*/
.service.rt_box .tit_area h2{
    letter-spacing: 0.1em;
}
.service.rt_box .tit_area span{
    transform: translateY(30px);
}
.service .tit_area #arrow{
     position: relative;
    width:100%;
    margin:112px auto 0;
    z-index:100;
}
.service .tit_area #arrow .slick-next,
.service .tit_area #arrow .slick-prev{
     width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    background:url(../image/slide_ar01.png);
    background-size:cover;
    border:1px solid #222;
    border-radius:60px;
    z-index:100;
}
.service .tit_area #arrow .slick-prev{
    top: 80px;
    background-image:url(../image/slide_ar02.png);
}

.service .tit_area #arrow .slick-next.slick-disabled,
.service .tit_area #arrow .slick-prev.slick-disabled{
    opacity:.5;
}

.service .tit_area #arrow .slick-prev.slick-arrow{
    z-index:300;
}

.service .link_area{
    position: relative;
    width:calc(100% - var(--rt-tit-width));
    padding-left: 10px;
    box-sizing:border-box;
}
.service .link_area ul{
     width: 100%;   
}
.service li {
    width: 310px;
    max-width:310px;
    /*
    height: 640px;
    */
    margin-right: 10px;
}
.service li a {
    display: block;
    position: relative;
    height: 420px;
    width: 100%;
}
.service li a:first-child{
    margin-bottom: 20px;
}

.service li a.pc_off{
     display:none;   
}
.service li a .img_area{
    position: relative;    
    height: 310px;
    overflow: hidden;
    border-radius:3px;
}
.service li a .img_area:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius:3px;
    background:#000;
    opacity:.2;
    z-index:5;
    transition: opacity .3s var(--easeInOutCubic);
    
}

.service li a:hover .img_area:before{
    transition: opacity .3s var(--easeInOutCubic);
    opacity:0;
}

.service li a .text_area {
    position: relative;
    width: calc(100% - 30px);
    padding-top: 25px;
    padding-left: 30px;
    box-sizing:border-box;
    z-index:20;
}

.service li a img{    
    border-radius:3px;
    transition: transform .3s var(--easeInOutCubic);
}
.service li a p {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color:#222;
    margin-bottom: 10px;
    transition: color .3s var(--easeInOutCubic);
}

.service li a p.s_txt{
    font-size: 21px;
}
.service li a span {
    position: relative;
    font-size: 13px;
    color:#222;
    transition: color .3s var(--easeInOutCubic);
}

.service li a p:before{
     content:"";
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    left: -30px;
    top: 9px;
    background:#222;
    transition: background .3s var(--easeInOutCubic);
}
/*
.service li a:hover .text_area p:before{
    background:var(--base-link-color);
    transition: background .3s var(--easeInOutCubic);
}
*/


.service li a:hover img{    
    transform: scale(1.1);
}*
.service li a:hover p,
.service li a:hover span{  
    color:var(--base-link-color);
    transition: color .3s var(--easeInOutCubic);
}

.service li a:hover p:before{
    background:var(--base-link-color);
    transition: background .3s var(--easeInOutCubic);
    
}
@media screen and (min-width : 1920px ){
    
    .service .link_area{
        padding-left: 0;
    }
}


@media screen and (max-width : 1050px ){
    .service{padding-top: 0;}
    
    .service.rt_box{
        padding-right:0;
    }
    .service.rt_box .link_area{
        width: calc(100% - 11.1111vw);
    }
    .service.rt_box .tit_area{
        width: 11.1111vw;
        right:0;
    }
    .service.rt_box .tit_area:before{
        left:0;
    }
    .service.rt_box .tit_area span{
        display:inline-block;
        
    }
}


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

    .service {
        padding-top: 65px;
        margin-top:32px;
        margin-bottom: 32px;
        padding-bottom: 90px;
    }
    
    .service.rt_box{
        padding-right: var(--rt-pd);
        
    }
    .service.rt_box .link_area{
        width: 100%;
    }
    .service.rt_box .tit_area{
        right: var(--rt-pd);
        top: 0;
        padding-top: 0;
         width: var(--rt-tit-width); 
    }
    .service.rt_box .tit_area h2{
        font-size: 23px;
        
    }
    .service.rt_box .tit_area:before{
        height: 60px;
        left: auto;
    }
    .service.rt_box .tit_area span{
        display:block;
        display: block;
        transform: translateY(2px);
        text-align: left;
        margin-right: 3px;
    
    
    }
    
    
    
    
    .service .tit_area #arrow{display:none;}

    .service .link_area{
        position: relative;
        width:100%;
        padding-left: 5px;
        box-sizing:border-box;
    }
    .service .link_area ul{
         width: 100%;   
    }
    .service li {
        width: 100%;
        max-width:800px;
        margin-right: 0;
        margin-bottom: 5px;
        -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .service li a {
        width: calc(50% - 2px);
        height: auto;
        margin-bottom: 15px;
    }
    .service li:last-child a{margin-bottom: 0;}
    .service li a:first-child{margin-bottom: 15px;}
    .service li a.sp_off{display:none;}
    .service li a.pc_off{display:block;}

    
    .service li a .img_area{    
        height: 43.5vw;
        height:clamp(175px,43.5vw,280px);
    }
    .service li a .text_area {
        width: calc(100% - 10px);
        left: 0;
        padding-left: 17px;
        padding-top: 10px;
    }
    .service li a p{
        margin-bottom: 5px;
    }
    .service li a p,
    .service li a p.s_txt {
        font-size: 14px;
    letter-spacing: 0.06em;
    }
    .service li a span {
        position: relative;
        font-size: 10px;
    }

    .service li a p:before{
        width: 12px;
        left: -17px;
        top: 6px;
    }

}

/* ==========================================================================
	blog
========================================================================== */
.blog {
    position: relative;
    padding-bottom: 140px;
    margin-bottom: 120px;
}
.blog .link_area {
    position: relative;
    width:calc(100% - var(--rt-tit-width));
    /*
    padding-left: 80px;
    padding-left: clamp(10px,5.5vw,80px);
    */
    box-sizing:border-box;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog .link_area a {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width:calc(100% - 5.5vw);
    padding:30px 0 30px;
    border-top:1px solid #eee;
    transform: translateY(100px);
    transition-delay: .3s;
    opacity:0;
}
.blog .link_area a:first-child{
    padding-top: 40px;
}
.blog .link_area a:last-child{
    border-bottom:1px solid #eee;
}
/*
.blog a:after{
    content:"";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 2.75vw;
    top: 0;
    bottom: 0;
    margin:auto;
    background:url(../image/slide_ar01.png);
    background-size:cover;
    border-radius:48px;
    border:1px solid #222;
    z-index:10;
    box-sizing:border-box;
}
*/
.blog .link_area a.move{
    transform: translateY(0);
    opacity:100;
    
}
.blog .img_area {
    position: relative;
    width: 330px;
    height: 180px;
    border-radius:3px;
    overflow: hidden
}


.blog a .img_area img{ 
    transition: transform .3s var(--easeInOutCubic);
}
.blog a:hover .img_area img{     
    transform: scale(1.1);
    transition: transform .3s var(--easeInOutCubic);
}
.blog a .text_area{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
    width: calc(100% - 330px - 5.5vw);
}
.blog a .text_area div{
    position: relative;
    width: 100%;
    padding-right: calc(48px + 5.5vw);
    box-sizing:border-box;
}
.blog a .text_area h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin:9px 0 26px;
    color:var(--base-text-color);
    transition: color .3s var(--easeInOutCubic);
}
.blog a .text_area p {
    position: relative;
    font-size: 13px;
    color:var(--base-text-color);
    padding-left: 30px;
    box-sizing:border-box;
    font-weight: 500;
    transition: color .3s var(--easeInOutCubic);
}

.blog a .text_area p:before{
     content:"";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom:0;
    margin:auto;
    background:var(--base-text-color);
    transition: background .3s var(--easeInOutCubic);
    transition: background .3s var(--easeInOutCubic);
}

.blog a .text_area .enb {
    position: relative;
    font-size: 14px;
    color:#aaa;
    transition: color .3s var(--easeInOutCubic);
}

.blog a:hover .text_area p,
.blog a:hover .text_area .enb,
.blog a:hover .text_area h3{  
    color:var(--base-link-color);
    transition: color .3s var(--easeInOutCubic);
}
.blog a:hover .text_area p:before{    
    background:var(--base-link-color);
    transition: background .3s var(--easeInOutCubic);
}


.blog a .text_area .ar{
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 2.75vw;
    top: 0;
    bottom: 0;
    margin:auto;
    border-radius:48px;
    border:1px solid #222;
    z-index:10;
    box-sizing:border-box;
    transition:all .3s var(--easeInOutCubic);
    
}
.blog a .text_area .ar:before{
    content:'';
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 25px;
    height: 1px;
    background:var(--base-text-color);
    transition:all .3s var(--easeInOutCubic);
}
.blog a .text_area .ar:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 9px;
    width: 10px;
    height: 1px;
    transform: rotate(35deg);
    background:var(--base-text-color);
    transition:all .3s var(--easeInOutCubic);
}


.blog a:hover .text_area .ar{
    background:var(--base-link-color);
    border-color:var(--base-link-color);
    transition:all .3s var(--easeInOutCubic);
}
.blog a:hover .text_area .ar:before,
.blog a:hover .text_area .ar:after{
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}


@media screen and (max-width : 1050px ){
    .blog .link_area {
        width:100%;
    }
}
@media screen and (max-width : 800px ){

    .blog {
        padding-bottom: 80px;
        margin-bottom: 65px;
    }
    .blog .link_area {
        display: block;
        position: relative;
        width:100%;
        padding-left: 6vw;
    }
    .blog .link_area a {
        display: block;
        width: 100%;
        padding:25px 0 22px;
        border-top:1px solid #eee;
    }
    .blog .link_area a:first-child{
        border-top:none;
        padding-top: 0;
    }
    .blog .link_area a:last-child{
        border-bottom:none;
    }
    .blog .img_area {
        position: relative;
        width: 100%;
        height: 170px;
    }


    .blog a .text_area{
        position: relative;
       display: block;
        width: 100%;
        margin-top: 17px;
    }
    .blog a .text_area div{
        padding-right: 0;
    }
    .blog a .text_area h3 {
        font-size: 15px;
        line-height: 21px;
        margin:11px 0 16px;
    }
    .blog a .text_area p {
        font-size: 12px;
        padding-left: 18px;
}

    .blog a .text_area p:before{
        width: 11px;
    }

    .blog a .text_area .enb {
        font-size: 11px;
    }



    .blog a .text_area .ar{display:none;
    }

    
}
/* ==========================================================================
	interview
========================================================================== */
.interview {
    position: relative;
    padding:3.8vw 0;
    background-image:url(../image/interview_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.interview .text_area {
    position: relative;
    width: 600px;
    background:#fff;
    padding:78px 0 50px;
    border-radius:10px;
    margin:0 auto;
}
.interview .interview_icon {
    display: block;
    width: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin:auto;
    z-index:10;
}

.interview h2 {
    position: relative;
    display: block;
    width: 305px;
    margin:0 auto;
    z-index:10;
    text-align: center;
}

.interview h2:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin:auto;
    z-index:1;
    width: 305px;
    height: 55px;
    background:url(../image/interview_tit_bg.png);
    background-size:cover;
}
.interview h2 img {
    position: relative;
    width: 219px;
    z-index:10;
}
.interview .noto {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin:10px auto 30px;
    z-index:15;
    text-align: center;
}
.interview p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.interview .link_btn {
    margin:26px auto 0;
}






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


    .interview {
        padding:60px 5.3vw;
    }
    .interview .text_area {
        width: 100%;
        background:#fff;
        padding:44px 0 40px;
    }
    .interview .interview_icon {
        width: 76px;
        top: -14px;
    }

    .interview h2 {
        width: 210px;
    }

    .interview h2:before{
        top: 20px;
        width: 210px;
        height: 38px;
        background-image:url(../image/interview_tit_bg_sp.png);
    }
    .interview h2 img {
        width: 150px;
    }
    .interview .noto {
        font-size: 12px;
        margin:7px auto 25px;
    }
    .interview p {
        font-size: 14px;
        line-height: 25px;
    }
    .interview .link_btn {
        margin:25px auto 0;
    }


}
