@charset "utf-8";

/*animation*/
.fade {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: .5s;
    transition-delay: 0.5s;
}

.mv-fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


#wrapper {
    background: #f9f9f9;
}

.recruit.box {
    z-index: 1;
    position: relative;
    background: #fff;
    max-width: none;
    width: 100%;
    margin: 0;
}

/*右側*/
.content-inner {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 100%;
}

.content-inner>section {
    border-radius: 0;
    background: #ededed;
    padding: 0;
}

h1 {
    font-size: 3.15em;
    font-weight: 600;
    line-height: 1;
}


.r-head-box .en {
    margin: 15px 0 0 0;
    font-size: 1.3em;
    display: block;
}


.en {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.03em;
}

.content-inner h3 {
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    /* color: #183d5d; */
}


.more {
    display: block;
    margin: 80px auto 0;
    max-width: 340px;
}

.recruit .button2 {
    /* border: 1px solid #ccc; */
    padding: 20px 50px;
    border-radius: 100px;
    background: #005bac;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
    transition: .3s;
    display: block;
    text-align: center;
    border: none;
}

.recruit .button2:hover {
    background: #b8d3e0;
    color: #000;
}

.recruit .button2:before,.recruit .button3:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10px;
    transition: .3s;
}

.recruit .button2:hover:before {
    background: url(../../images/common/arrow_b.svg) no-repeat center center;
    right: 5%;
    background-size: 10px;
}

.button4 {
    border-radius: 5px;
    font-size: 1em;
    font-weight: 500;
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    transition: .3s;
    width: 60px;
    height: 60px;
}

.button4:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    background-size: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    margin: auto;
    right: 0;
    left: 0;
    border: 1px solid #ffffff;
}

h2.mid-head {
    position: relative;
    padding: 14px 0 0 0;
}

h2.mid-head:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 48px;
    background: linear-gradient(90deg, #b8d3e0 31%, rgb(251 135 144)81%);
    top: 0;
    display: block;
    border-radius: 10px;
}

/*++++++++++++++
    詳細
 ++++++++++++++*/
   .shippori {
    font-family: 'Shippori Mincho', serif;
}


.first-wrap {
    display: flex;
    align-items: center;
    position: relative;
}


.r-a-wrap {
    position: absolute;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
    background: linear-gradient(90deg, hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%), hsl(0deg 0% 92.94% / -1%));
}

.r-head-box {
    width: 100%;
    padding: 0 0 0 5%;
}

.first-wrap figure{
    margin:0 0 0 auto;
}


.first-img {
    position: relative;
}


.first-img .title {
    position: absolute;
    bottom: 110px;
    left: -3%;
}


.first-img .title h2 {
    background: linear-gradient(transparent 0%, #fff 0%);
    color: #c1c1c1;
    display: inline;
    line-height: 2;
    padding: 0 2px;
}

/*沿革*/
.history-box {
    padding: 80px;
    background: #fff;
}

.history-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0 60px 0;
}

.history-wrap .year {
    width: 51%;
}

.history-wrap figure {
    width: 45%;
    padding: 38px 0 0 0;
    margin-bottom: 20px;
}

.history-wrap .year span {
    display: block;
    font-size: 4em;
    font-weight: 400;
    letter-spacing: 8px;
    position: relative;
    color: #005bac;
}

.history-wrap .year b {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 2;
    width: 90%;
    position: relative;
    display: block;
}

.history-wrap .year p {
    width: 90%;
    position: relative;
    display: block;
}

.history-wrap .year span:before {
    content: "";
    position: absolute;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #005bac;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 1.5px solid #005bac;
}

.history-wrap .year span:after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 360px;
    height: 1px;
    right: 0;
    z-index: 0;
    border-top: 4px dotted hwb(207.27deg 87.06% 4.31% / 59%);
}

.history-wrap:after {
    content: "";
    top: 40px;
    position: absolute;
    width: 4px;
    height: 100%;
    background: hsl(208.26deg 100% 33.73% / 13%);
    right: 0;
    left: 0;
    margin: auto;
}

.history-wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.history-wrap:nth-child(even) .year span {
    text-align: right;
}

.history-wrap:nth-child(even) .year span:before {
    right: inherit;
    left: 0;
}

.history-wrap:nth-child(even) .year span:after {
    right: inherit;
    left: 0;
}

.history-wrap:nth-child(even) .year b{
    margin: 0 0 0 auto;
}

.history-wrap:nth-child(even) .year p {
    margin: 10px 0 0 auto;
}

.now {
    display: block;
    background: #f7f7f7;
    position: relative;
    margin: 70px auto 0;
    padding: 20px;
    text-align: center;
}

/*data*/
.data-wrap {
    width: 49%;
    background: #fff;
    padding: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.data-wrap:nth-last-child(-n+2){
    margin-bottom:0;
}

.data-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.data-item {
    display: flex;
    align-items: center;
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
}

.data-item figure {
    width: 30%;
}

.data-item figcaption {
    width: 64%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.data-item figcaption .num {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.data-item figcaption .num b {
    font-size: 7em;
    font-weight: 400;
    line-height: 0.7;
}

.data-item figcaption .num span {
    font-size: 2em;
    font-weight: 600;
}

.data-item figcaption:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: hwb(225.28deg 49.81% 8.63% / 15%);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 265px;
    z-index: -1;
}

.data-wrap p b {
    color: #7f99e9;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 500;
    padding: 0 2px;
}

/*事業内容*/

.business-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
}

.business-box {
    position: relative;
    width: calc(100% + (100vw - 1200px) / 2);
    overflow: hidden;
    padding-right: calc((100% - 95%) / 2);
    margin-right: 0;
}

ul.business-list {
    padding: 110px 0 0 0;
}

ul.business-list li {
    width: 48%;
    padding: 0;
    position: relative;
}


.ex-sub figure {
    width: 100%;
    margin: 0 auto;
}

.ex-sub {
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    top: 0px;
    margin-top: 0 !important;
}

.swiper-button-prev {
    right: 31.5% !important;
    left: inherit !important;
}

.swiper-button-next {
    right: 27%;
}

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

}

@media screen and (max-width: 1399px) {
    /*沿革*/
    .history-wrap .year span:after {
        width: 68%;
    }
    
    /*事業*/
    .swiper-button-prev {
        right: 14.5% !important;
        left: inherit !important;
    }
    
    .swiper-button-next {
        right: 9%;
    }
 
}
@media screen and (max-width: 1299px) {
    /*沿革*/
    .history-box {
        padding: 50px;
    }
    
    .history-wrap .year span {
        font-size: 3.5em;
        letter-spacing: 4px;
    }

    .history-wrap .year span:after {
        width: 73%;
        max-width: 320px;
    }

    .history-wrap .year b {
        font-size: 1.1em;
    }

    /*data*/
    .data-wrap {
        padding: 30px;
    }
    
    .data-item figcaption .num b {
        font-size: 5.5em;
    }
    
    .data-item figcaption .num span {
        font-size: 1.8em;
    }

    
    /*事業内容*/
    .swiper-button-next {
        right: 6%;
    }
    
    .swiper-button-prev {
        right: 13% !important;
    }

    .business-box {
        padding: 0 5%;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.85em;
    }


    .r-head-box .en {
        font-size: 1em;
    }

    /*沿革*/
    .history-wrap .year span:after {
        width: 65%;
        max-width: 250px;
    }

	
}
@media screen and (max-width: 1023px) {
    h1 {
        font-size: 2.6em;
    }
    
    h2 {
        font-size: 1.8em;
    }

    .name-box {
        width: 220px;
        height: 220px;
    }

    
    /*沿革*/
    .history-wrap .year span {
        font-size: 3.2em;
    }
    
    .history-wrap {
        padding: 0 0 30px 0;
    }
    
    /*data*/
    .data-item figcaption .num b {
        font-size: 5.2em;
    }
    
    .data-item figcaption:after {
        width: 170px;
        height: 170px;
    }
    
    .data-item {
        max-width: 300px;
    }
    
    .data-item figure {
        width: auto;
    }
    
    .data-item figcaption {
        width: 76%;
    }
    
    .data-item figure img {
        height: 80px;
    }
    
    .data-wrap:first-child figure img {
        height: 70px;
    }
    
    .data-wrap:nth-child(3) figure img {
        height: 55px;
    }

    /*事業*/
    .business-box {
        padding: 0 5%;
        width: 100%;
    }
    


  
}
@media screen and (max-width: 991px) {
     
    h1 {
        font-size: 2.5em;
    }


    .first-img .title {
        bottom: 20px;
    }

    /*沿革*/
    .history-wrap .year b {
        font-size: 1em;
    }

    .history-box {
        padding: 30px;
    }
    
    /*data*/
    .data-item figcaption .num b {
        font-size: 4.5em;
    }

    .data-wrap {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .data-item figcaption:after {
        width: 150px;
        height: 150px;
    }
    

	
}


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

  h1 {
      font-size: 1.8em;
  }
  
  .r-head-box .en {
          margin: 8px 0 0 0;
  }

  .content-inner>section {
      padding: 0;
  }

  /**/

  
  .first-img .title {
        position: relative;
        bottom: inherit;
        left: 0;
        margin: -30px auto 20px;
        width: 90%;
    }
    
    .first-img .title h2 br {
        display: none;
    }
    
    
    .more {
        margin: 30px auto 0;
    }
    
      .recruit .button2 {
        font-size: 1em;
        padding: 18px 0;
    }
    
    
    /*一覧*/
    
    .first-wrap {
        flex-wrap: wrap;
    }
    
    .r-a-wrap {
        position: relative;
        background: none;
        margin: 0 0 30px 0;
        width: 100%;
    }
    
    .r-head-box {
        padding: 0 0 0 5%;
    }
    
    .content-inner>section {
        padding: 50px 0 0 0;
    }
    
    h2.mid-head:before {
        width: 30px;
        height: 3px;
    }
    
    h2.mid-head {
        padding: 4px 0 0 0;
        font-size: 1.4em;
    }
    
    /*沿革*/
    .history-box {
        padding: 10px;
    }
    
    .history-wrap {flex-wrap: wrap;padding: 0 0 20px 0;}
    
    .history-wrap .year {
        width: 100%;
    }
    
    .history-wrap .year b {
        width: 100%;
        font-size: 0.95em;
        padding: 0 0 0 10%;
        line-height: 1.8;
    }

    .history-wrap .year p,
    .history-wrap:nth-child(even) .year p{
        width: 100%;
        padding: 0 0 0 10%;
        margin: 5px 0 0 auto;
        font-size: 0.85em;
    }
    
    .history-wrap .year span {
        font-size: 2.3em;
        padding: 0 0 0 37px;
        letter-spacing: 2px;
    }
    
    .history-wrap .year span:before {
        width: 10px;
        height: 10px;
        right: inherit;
        left: 0;
    }
    
    .history-wrap .year span:after {
        width: 16px;
        left: 15px;
        border-width: 3px;
    }
    
    .history-wrap:after {
        right: inherit;
        left: 4px;
        top: 23px;
        width: 3px;
    }
    
    .history-wrap figure {
        width: 100%;
        padding: 10px 0 0 30px;
        margin-bottom: 0;
    }
    
    .history-wrap:nth-child(even) .year span {
        text-align: left;
    }
    
    .history-wrap:nth-child(even) .year span:after {
        left: 15px;
    }
    
    .now {
        margin: 40px auto 0;
        padding: 10px;
        text-align: left;
    }
        
    /*data*/
    .data-wrap {
        width: 100%;
        padding: 10px;
    }
    
    .data-item figcaption .num b {
        font-size: 3em;
    }
    
    .data-item figcaption .num span {
        font-size: 1.3em;
    }
    
    .data-item {
        max-width: 230px;
    }
    
    .data-item figcaption:after {
        width: 110px;
        height: 110px;
    }
    
    .data-wrap:nth-last-child(2) {
        margin-bottom: 20px;
    }
    
    /*事業内容*/
    .swiper-button-next, .swiper-button-prev {
        top: 23%;
    }
    
    .swiper-button-next {
        right: 5%;
    }
    
    .swiper-button-prev {
        right: inherit !important;
        left: 1%;
    }
    
    ul.business-list {
        padding: 0;
    }
    
    .business-wrap {
        margin-top: inherit;
    }

    ul.business-list li h4,
    ul.business-list li p,
    ul.business-list li small{
        width:95%;
        margin-left:auto;
        margin-left:right;
    }

}


@media screen and (max-width: 480px) {
    .first-wrap figure {
        overflow: hidden;
    }
    
    .first-wrap figure img {
        max-width: 130%;
        text-align: center;
    }


}