@charset "utf-8";



/* ==========================================================================
	intro
========================================================================== */
/*
#hasei_main .hasei_tit{letter-spacing: 0.15em;}
*/
.intro{
    padding-top: 125px;
}
.intro .txt_box {
    width:calc(100% - var(--rt-tit-width));
    padding-left: 5.55vw;
    box-sizing:border-box;
}
.intro .txt_box h3 {
    position: relative;
    display:inline-block;
    margin-bottom: 4px;
    height: 95px;
    overflow: hidden;
    z-index:10;
}
.intro .txt_box h3.bw{height:0;}
.intro .txt_box h3 {
    height: 66px;
}
    
.intro .txt_box h3.en {
    margin-top: 11px;
    height: 54px;
    animation-delay: .2s;
    
}


.intro .txt_box h3.bw02{
    animation-delay: .2s;
}
@keyframes b-txt-views {
  0% {
    width: 0;
  }
  100% {
    width:410px;
  }
}

.intro .txt_box h3:before{
    content:"";
    display: block;
    width: 0;
    height: 2px;
    background:#222;
    position: absolute;
    left: 0;
    bottom:0px;
    z-index:1;
    animation: a-txt-views .5s var(--easeInOutCubic) forwards;
}

.intro .txt_box h3 span{
    display:inline-block;
    font-size: 70px;
    font-weight: 700;
    animation: a-t-views 1s var(--easeInOutCubic) forwards;
    animation-delay:.5s;
    letter-spacing: 0.1em;
    top:100%;
    position: relative;
    
}
.intro .txt_box h3 span.en{
    font-size: 64px;
    letter-spacing: 0.03em;
    
}

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

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



.intro .txt_box p{
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    margin-top: 65px;
    letter-spacing: 0.1em;
}



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

    .intro .txt_box h3 {height:0;}
    .intro .txt_box h3.en{height: 54px;margin-top: 25px;}
    .intro .txt_box h3.bw{height: 67px;}
    .intro .txt_box.move h3.bw02{
        margin-top: 10px;
    }
    
}


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

    
    .intro .txt_box h3.en{height: 51px;}
    .intro .txt_box h3.bw{height: 60px;}    
    .intro .txt_box h3.en{margin-top: 25px;}
    /*
    .intro .txt_box h3.bw02{margin-top: 30px;}
    */
    .intro .txt_box h3 span{font-size: 65px;}
    .intro .txt_box h3 span.en{font-size: 59px;}
    
}

@media screen and (max-width : 1050px ){
    .intro .txt_box{width: 100%;}
    .intro.rt_box .tit_area{display:none;}
}

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

    
    .intro .txt_box h3.en{height: 45px;}
    .intro .txt_box h3.bw{height: 53px;}    
    .intro .txt_box h3.en{margin-top: 25px;}
    .intro .txt_box h3 span{font-size: 60px;}
    .intro .txt_box h3 span.en{font-size: 51px;}
    

}


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

    #hasei_main .hasei_tit{letter-spacing: 0.1em;}
    .intro{
        padding-top: 50px;
    }
    .intro .txt_box {
        width:calc(100% - 11.75vw);
        padding-left:0;
        box-sizing:border-box;
        margin:0 auto;
    }
    

    
    .intro .txt_box h3.en{height: 38px;}
    .intro .txt_box h3.bw{height:47px;}
    .intro .txt_box h3.bw02{margin-top: 0;}
    .intro .txt_box h3.en{margin-top: 10px;}
    
    .intro .txt_box h3 span{font-size: 50px;}
    .intro .txt_box h3 span.en{font-size: 43px;}
    
    .intro .txt_box p{
        font-size: 13px;
        line-height: 26px;
        margin-top: 25px;
    }

}

@media screen and (max-width : 745px ){
    .intro .txt_box h3.en{height: 29px;}
    .intro .txt_box h3.bw{height: 40px;}    
    .intro .txt_box h3 span{font-size: 40px;}
    .intro .txt_box h3 span.en{font-size: 33px;}
    
}


@media screen and (max-width : 610px ){
    .intro .txt_box h3.en{height: 25px;}
    .intro .txt_box h3.bw{height: 34px;}    
    .intro .txt_box h3 span{font-size: 35px;}
    .intro .txt_box h3 span.en{font-size: 28px;}
    }
@media screen and (max-width : 530px ){
    .intro .txt_box h3.en{height: 18px;}
    .intro .txt_box h3.bw{height: 28px;}    
    .intro .txt_box h3 span{font-size: 29px;}
    .intro .txt_box h3 span.en{font-size: 20px;}
    }

@media screen and (max-width : 410px ){
    .intro .txt_box h3.en{height: 18px;}
    .intro .txt_box h3.bw{height: 28px;}    
    .intro .txt_box h3 span{font-size: 29px;letter-spacing: 0.06em;}
    .intro .txt_box h3 span.en{font-size: 20px;}
    
}


/* ==========================================================================
	staff
========================================================================== */


.staff {
    padding:80px 0 70px;
    margin-top: 128px;
}
.staff.rt_box .tit_area{
    height: 330px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.staff .staff_area {
    position: relative;    
    width:calc(100% - var(--rt-tit-width));
    padding-left: 5.55vw;
    box-sizing:border-box;
}
.staff .staff_area:before{
    content:"";
    display: block;
    position: absolute;
    width: calc(100% - 5.55vw);
    height: 1px;
    left: 5.55vw;
    top: -80px;
    background:#eee;
}
.staff .box {
    -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;
    margin-bottom: 50px;
}
.staff .img_area {
    position: relative;
    width: calc(370px + 11.11vw);
    padding-left: 11.11vw;
    box-sizing:border-box;
}
.staff .img_area .name_area {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 140px;
    z-index:10;
}

.staff .img_area .name_area:before{
    content:"";
    display: block;
    width: 50px;
    height: 1px;
    background:#222;
    position: absolute;
    left: 0;
    top: 70px;
    z-index:10;
}
.staff .img_area .name_area h3 {
    font-size: 32px;
    font-weight: 700;
}
.staff .img_area .name_area .enb {
    font-size: 18px;
    display: block;
    margin:10px 0 45px;
}
.staff .img_area .name_area .en {
    font-size: 13px;
}
.staff img {
    border-radius:3px;
}

.staff .text_area {
    width: calc(100% - 370px - 11.11vw - 3.47vw);

    display: flex;
    align-items: center;
    justify-content: center; 
}
.staff .text_area div {
}
.staff .text_area p {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.08em;
}


@media screen and (max-width : 1050px ){
    .staff{margin-top: 50px;padding-bottom: 0;}
    .staff.rt_box .tit_area{
        position:absolute;
        top:0;
    }
    .staff .staff_area{
        width: 100%;
    }
    .staff .staff_area:before{display:none;}
    .staff .box {
        display: block;
        margin-bottom: 50px;
        width: 370px;
        margin-right: 50px;
    }
    .staff .img_area {
        width:100%;
        padding-left:0;
    }
    .staff .img_area .name_area {
        position:relative;
        left: 0;
        top: 0;
        padding-top: 40px;
        margin-bottom: 80px;
    }

    .staff .img_area .name_area:before{
        top:auto;
        bottom:-40px;
    }
    .staff .img_area .name_area h3 {
        font-size: 32px;
        font-weight: 700;
    }
    .staff .img_area .name_area .enb {
        font-size: 18px;
        display: block;
        margin:10px 0 25px;
    }
    .staff .img_area .name_area .en {
        font-size: 13px;
    }
    .staff img {
        border-radius:3px;
    }

    .staff .text_area {
        width: 100%;
        display: block;
    }
    .staff .text_area p {
        font-size: 15px;
        line-height: 36px;
        letter-spacing: 0.08em;
    }
}

@media screen and (max-width : 800px ){
    .staff{margin-top: 30px;}
    .staff .box {
        margin-bottom: 0;
        width: 267px;
        margin-right: 30px;
    }
    .staff .img_area .name_area {
        padding-top: 27px;
        margin-bottom: 50px;
    }

    .staff .img_area .name_area:before{
        bottom:-30px;
        width: 15px;
    }
    .staff .img_area .name_area h3 {
        font-size: 19px;
    }
    .staff .img_area .name_area .enb {
        font-size: 12px;
        margin:7px 0 18px;
    }
    .staff .img_area .name_area .en {
        font-size: 10px;
    }
    .staff .text_area p {
        font-size: 13px;
        line-height: 26px;
    }
}


/* ==========================================================================
	c_staff
========================================================================== */


.c_staff {
    padding:93px 0 48px;
    /*
    margin-top: 70px;
    */
}
.c_staff.rt_box .tit_area{
    height: 720px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.c_staff .staff_area {
    position: relative;    
    width:calc(100% - var(--rt-tit-width));
    padding-left: 5.55vw;
    box-sizing:border-box;
}

.c_staff .b_txt{
    position: relative;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 0.15em;
    z-index:10;
}
.c_staff .staff_area:before{
    content:"";
    display: block;
    position: absolute;
    width: 71.52vw;
    width: calc(100% - 18.55vw);
    height: calc(100% + 280px);
    left:0;
    top: -100px;
    background:#f6f6f6;
    border-radius:0 3px 3px 0;
    z-index:1;
}
.c_staff .box_wrap{
    position: relative;
	-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;
    z-index:10;
}
.c_staff .box {
    position: relative;
    width: 47%;
    margin-bottom: 70px;
    
}
.c_staff .img_area {
    position: relative;
    width: cal(100% - 14.58vw);
    padding-left: 14.58vw;
    box-sizing:border-box;
}
.c_staff .img_area .name_area {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 136px;
    z-index:10;
}

.c_staff .img_area .name_area:before{
    content:"";
    display: block;
    width: 50px;
    height: 1px;
    background:#222;
    position: absolute;
    left: 0;
    top: 70px;
    z-index:10;
}
.c_staff .img_area .name_area h3 {
    font-size: 32px;
    font-weight: 700;
}
.c_staff .img_area .name_area .enb {
    font-size: 18px;
    display: block;
    margin:10px 0 45px;
}
.c_staff .img_area .name_area .en {
    font-size: 13px;
}
.c_staff img {
    border-radius:3px;
}
.c_staff .box p {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.08em;
    margin-top: 50px;
}
@media screen and (min-width : 1920px ){
.c_staff .staff_area:before{width:84%;}
}    
@media screen and (max-width : 1050px ){
    .c_staff {
        padding:70px 0 40px;
        margin-top: 70px;
        margin-bottom: 80px;
        background:#f6f6f6;
    }
    .c_staff.rt_box .tit_area{
        height: 380px;
        position: absolute;
        top: -65px;
        width: 110px;
    }

    .c_staff .slick-list{z-index:10;}
    .c_staff .staff_area {    
        width:100%;
        padding-left: 5.55vw;
        box-sizing:border-box;
    }

    .c_staff .b_txt{
        position: relative;
        font-size: 20px;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 60px;
        z-index:10;
    }
    .c_staff .staff_area:before{
        display:none;
    }
    .c_staff .box_wrap{
        display: block;
    }
    .c_staff .box {
        display: block;
        margin-bottom: 50px;
        width: 370px;
        margin-right: 50px;
    }
    .c_staff .img_area {
        width: 100%;
        padding-left: 0;
    }
    .c_staff .img_area .name_area {
        position:relative;
        left: 0;
        top: 0;
        padding-top: 40px;
        margin-bottom: 80px;
    }

    .c_staff .img_area .name_area:before{
        top:auto;
        bottom:-40px;
    }
    .c_staff .img_area .name_area h3 {
        font-size: 32px;
        font-weight: 700;
    }
    .c_staff .img_area .name_area .enb {
        font-size: 18px;
        display: block;
        margin:10px 0 25px;
    }
    .c_staff .img_area .name_area .en {
        font-size: 13px;
    }
    
    .c_staff .box p {
        font-size: 15px;
        line-height: 36px;
        letter-spacing: 0.08em;
        margin-top: 50px;
    }
    
}

@media screen and (max-width : 800px ){
    .c_staff {
        padding:47px 0 45px;
        margin-top: 105px;
        margin-bottom: 30px;
    }
    .c_staff.rt_box .tit_area{
        width: 85px;
        top: -61px;
    }
    .c_staff .staff_area {    
        padding-left: 5.875vw;
    }

    .c_staff .b_txt{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .c_staff .box {
        margin-bottom: 0;
        width: 267px;
        margin-right: 30px;
    }
    .c_staff .img_area {
        width: 100%;
        padding-left: 0;
    }
    .c_staff .img_area .name_area {
        padding-top: 27px;
        margin-bottom: 50px;
    }

    .c_staff .img_area .name_area:before{
        bottom:-30px;
        width: 15px;
    }
    .c_staff .img_area .name_area h3 {
        font-size: 19px;
    }
    .c_staff .img_area .name_area .enb {
        font-size: 12px;
        margin:7px 0 18px;
    }
    .c_staff .img_area .name_area .en {
        font-size: 10px;
    }
    
    .c_staff .box p {
        font-size: 13px;
        line-height: 26px;
        margin-top: 0;
    }
    
}

/* ==========================================================================
	company
========================================================================== */

.company {
    position: relative;
    z-index:50;
}
.company.rt_box .tit_area{    
    height: 395px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.company .text_area{
    position: relative;    
    width:calc(100% - var(--rt-tit-width));
    box-sizing:border-box;
    padding-bottom: 120px;
    
}
.company .slide {
    position: relative;
    width: 100%;
    height: 410px;
    z-index:1;
    background: url(../image/about/slide_img.jpg) repeat-x 0 0;
    background-size: 1980px 410px;
    overflow: hidden;
    -moz-animation: loop 120s linear infinite;
    animation: loop 120s linear infinite;
    z-index:5;
    margin-bottom: 85px;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1980px 0;
  }
}
.company .text_box{
    padding-left: 5.55vw;
    box-sizing:border-box;
}
.company ul{
    margin-bottom: 75px;
}
.company ul li {
    -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:17px 0;
    border-bottom:1px solid #eee;    
}
.company ul li:first-child{
    border-top:1px solid #eee;
}
.company ul h4 {
    width: 130px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
}    
.company ul p {
    width: calc(100% - 130px);
    padding-left: 9.02vw;
    padding-left: clamp(10px,9.02vw,172px);
    box-sizing:border-box;
    font-size: 15px;
    line-height: 35px;
}
.company ul p .en {
    font-size: 15px;
    line-height: 35px;
    color:#222;
}
.company ul p a:hover{
    color:var(--base-link-color);
}
.company .bnr_link {
    display: block;
    width: 360px;
    margin-top: 12px;
}

.company .bnr_link:hover{
    opacity: .8;
}

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

    .company.rt_box .tit_area{ 
        position: absolute;
        top: 0px;
    }
    .company .text_area{    
        width:100%;
    }
    .company .slide {
        background-image: url(../image/about/slide_img02.jpg);
    }
}
@media screen and (max-width : 800px ){


    .company{padding-right: 0;}
    .company .text_area{
        position: relative;    
        width:100%;
        box-sizing:border-box;
        padding-bottom: 65px;

    }
    .company .slide {
        height: 210px;
        width: 100%;
        background-size: 1014px 210px;
        -moz-animation: loop 90s linear infinite;
        animation: loop 90s linear infinite;
        margin-bottom: 45px;
    }

    @keyframes loop {
      0% {
        background-position: 0 0;
      }

      100% {
        background-position: -1014px 0;
      }
    }
    .company .text_box{
        padding-left: 0;
        width: calc(100% - var(--con-pd));
        box-sizing:border-box;
        margin:0 auto;
    }
    .company ul{
        margin-bottom: 45px;
    }
    .company ul li {
        display: block;
        padding:14px 0;
    }
    .company ul h4 {
        width: 100%;
        font-size: 13px;
        line-height: 21px;
    }    
    .company ul p {
        width: 100%;
        padding-left: 0;
        font-size: 12px;
        line-height: 21px;
    }
    .company ul p .en {
        font-size: 12px;
        line-height: 21px;
    }
    .company .bnr_link {
        display: block;
        width: 100%;
        margin-top: 0;
    }
}