@charset "utf-8";

/* ==============================
main
============================== */

.mainTopics__title {
    color: var(--primary-navy-blue);
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin: 65px auto 0px;
    max-width: 224px;
    text-align: center;
    
}

.movie {
    width: 100%;
}

.movie__pc {
    display: none;
}

.img--mainSp {
    display: block;
    margin: 53px auto 0;
    width: 58%;
}

.mainTopics__txt {
    max-width: 86.6%;
    margin: 50px auto 20px;
    color: var(--primary-black);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.24px;
}

.mainTopics__second_txt {
    color: var(--primary-black);
    margin: 100px 0 36px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.27px;
}

.img--mainPc,
.img--mainTab {
    display: none;
}

.mainTopics__secondPc_txt {
    display: none;
}

/* 背景 */

.background__spTab {
    background-color: #EBF3F6;
    padding: 50px 0;
    position: relative;
}

.background__spTab::after {
    content:"";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width:0;
    height:0;
    border-style:solid;
    border-width: 60px 50vw 0 50vw;
    border-color: #EBF3F6 transparent transparent transparent;
    z-index: -1;
}


/* main tab */
@media screen and (min-width: 767px) {
    .mainTopics__title {
        max-width: 470px;
        margin-top: 145px auto;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.5;
        
        letter-spacing: 0.4px;
    }

    .mainTopics__txt {
        color: #333;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.27px;
        margin:  0 auto;
        text-align: left;
    }

    .spBr {
        display: none;
    }

    .img--mainSp,
    .img--mainPc {
        display: none;
        margin: 0;

    }

    .img--mainTab {
        display: block;
    }

    .mainTopics__second_txt {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.27px;
        margin: 110px 0 30px 0;
    }

    .mainTopics__secondPc_txt {
        display: none;
    }

    .btn--main {
        margin-top: 20px;
    }  
    
    .mainTopics__item {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 3.9%;
        margin-top: 40px;
        padding: 0 5.4%;
    }
    
    .svg__animate {
        width: 73%;
        margin: 0 auto;
    }

    .movie__pc {
        display: block;
    }

    .movie__sp {
        display: none;
    }

}


/* main pc */
@media screen and (min-width: 959px) {
    .mainTopics__title {
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: 0.54px;
        margin: 80px auto 0;
        max-width: none;
    }

    .img--mainSp,
    .img--mainTab {
        display: none;
    }

    .background__spTab {
        background-color: #F3F9FB;
        padding: 0;
    }

    .background__spTab::after {
        display: none;
    }
    
    .img--mainPc {
        display: block;
    }

    .mainTopics__second_txt {
        display: none;
    }

    .mainTopics__secondPc_txt {
        display: block;
        color: #333;
        text-align: center;
        font-size: 2.2rem;
        font-weight: 900;
        letter-spacing: 0.36px;
    }

    .mainTopics__txt {
        margin-top: 27px;
        position: relative;
    }
    
    .mainTopics__contents {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 50px;
    
    }

    .mainTopics__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section--main {
        background-color: #EBF3F6;
    }


    .background {
        padding: 80px 10px;
        clip-path: polygon(0 0, 100% 0, 100% calc(90% - 6vw), 0 100%);
        background-color: #EBF3F6;
    }

    .mainTopics__answer {
        padding-bottom: 80px;
    }

    .btn--link {
        margin: 80px auto 0;
    }

    .svg__animate {
        width: 100%;
    }



}

/* ==============================
aboutus service
============================== */

.aboutus {
    padding: 10px 4.8%;
    max-width: 375px;
    margin: 130px auto 0;
}

.service {
    padding: 10px 4.8%;
    max-width: 375px;
    margin: 80px auto 0;
}

.topic {
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 6.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.24px;
    background: linear-gradient(90deg, #003B79 12.25%, #005CBD 48.68%, #48AED2 89.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub__topic {
    display: block;
    color: #384E7A;
    max-width: 94%;
    border-bottom: 2px solid #2D8BBA;
    text-align: right;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 7px 0 35px auto;

}

.contents__text {
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.24px;
    margin: 35px auto;
    max-width: 308px;
}


.img__tab,
.img__pc {
    display: none;
}

.svg__tab,
.svg__pc {
    display: none;
}

.sp--green {
    position: absolute;
    transform: translate(0px, -680px);
    z-index: -3;
    left: 0;
}
.sp--blue {
    position: absolute;
    transform: translate(0px, -668px);
    z-index: -2;
    right: 0;
}

.sp--greenUnder {
    position: absolute;
    transform: translate(0px, 10px);
    z-index: -3;
    left: 0;
}
.sp--blueUnder {
    position: absolute;
    transform: translate(0px, 8px);
    z-index: -2;
    right: 0;
}

/* ボタン　共通　PC */

.service--contentsBtn {
    margin-left: 7%;
}

.contents__btn {
    color: #333333;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1.8px;
}

.contents__btn {
    /*丸の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/  
    display: inline-block;
    padding:0 0 0 33px;
    line-height: 50px;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: 0;
}

    /* 丸が動く */
.contents__btn:before{
    content:'';
      /*絶対配置で丸の位置を決める*/
    position:absolute;
    top: 2px;
    left:0;
    z-index: -1;
      /*丸の形状*/
    width:50px;
    height:50px;
    background: rgba(1, 66, 135, 0.38);
    border-radius:50px;
    /*アニメーションの指定*/
    transition:.3s ease-out;
}
  
  /*hoverした際の形状*/
.contents__btn:hover::before{
    width:210px;
}
  
  /* 矢印の形状 */
.contents__btn::after{
    position: absolute;
    content: '';
    top: 25px;
    right: -30px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

/* 背景　425px */


@media screen and (min-width: 425px) {

    .svg__sp {
        display: none;
    }

    .svg__tab {
        display: block;
    }
    .tab--green {
        position: absolute;
        transform: translate(0px, -680px);
        z-index: -3;
        left: 0;
    }
    .tab--blue {
        position: absolute;
        transform: translate(0px, -668px);
        z-index: -2;
        right: 0;
    }

    .tab--greenUnder {
        position: absolute;
        transform: translate(0px, 10px);
        z-index: -3;
        left: 0;
    }
    .tab--blueUnder {
        position: absolute;
        transform: translate(0px, 8px);
        z-index: -2;
        right: 0;
    }

    
}

/* about us tab */
@media screen and (min-width: 767px) {
    .aboutus--topic {
        margin-top: 140px;
        text-align: right;
        font-size: 6.4rem;
        font-weight: 600;
        line-height: 1.5;
        padding-right: 6%;
    }

    .aboutus {
        max-width: 900px;
        padding: 0;
        max-width: none;
        display: flex;
        justify-content: flex-end;
        position: relative;
    }

    
    .subTopic--aboutus {
        text-align: right;
        padding-right: 9%;
    }
    
    .sub__topic {
        max-width: 100%;
        margin: 7px 0 35px 0 0;
    }

    .img__sp,
    .img__pc {
        display: none
    }

    .img__tab {
        display: block;
        position: absolute;
        left: 0;
        width: 54%;
        top: -17px;
    }

    .svg__sp {
        display: none;
    }

    .svg__tab {
        display: block;
    }

    .tab--greenUnder,
    .tab--blueUnder {
        display: none;
    }

    .tab--green {
        position: absolute;
        transform: translate(0px, -180px);
        z-index: -3;
        left: 0;
    }
    .tab--blue {
        position: absolute;
        transform: translate(0px, -68px);
        z-index: -2;
        right: 0;
    }


    .aboutus--text {
        margin: 30px 8% 35px 0;
        max-width: 315px;
    }

    /* ボタン　共通　PC */

    .service--contentsBtn {
        margin-left: 7%;
    }

    .contents__btn {
        color: #333333;
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 1.8px;
    }
    
    .contents__btn {
        /*丸の基点とするためrelativeを指定*/
        position: relative;
        /*ボタンの形状*/  
        display: inline-block;
        padding:0 0 0 33px;
        line-height: 50px;
        color: #333;
        text-decoration: none;
        outline: none;
        margin-top: 0;
    }
    
        /* 丸が動く */
    .contents__btn:before{
        content:'';
          /*絶対配置で丸の位置を決める*/
        position:absolute;
        top: 2px;
        left:0;
        z-index: -1;
          /*丸の形状*/
        width:50px;
        height:50px;
        background: rgba(1, 66, 135, 0.38);
        border-radius:50px;
        /*アニメーションの指定*/
        transition:.3s ease-out;
    }
      
      /*hoverした際の形状*/
    .contents__btn:hover::before{
        width:210px;
    }
      
      /* 矢印の形状 */
    .contents__btn::after{
        position: absolute;
        content: '';
        top: 25px;
        right: -30px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
    }


/* about us tab2 */
@media screen and (min-width: 819px) {

    .img__tab {
        left: 0;
        width: 55%;
        top: -25px;
    }

    .aboutus--text,
    .service--text {
        max-width: 330px;
    }
}


/* service us tab */

    .service {
        max-width: 900px;
        margin-top: 140px;
        padding: 0;
        max-width: none;
        display: flex;
        flex-direction: row;
        position: relative;
    }

    .service--imgTab {
        left: auto;
        right: 0;
    }

    .topic--service {
        padding: 0 0 0 21%;
    }
    
    .subTopic--service {
        text-align: left;
        padding-left: 9%;
    }

    .service--text {
        margin: 30px 0 35px 8%;
        max-width: 315px;
    }

    .section--aboutus,
    .section--service {
        max-width: 900px;
        margin: 0 auto;

    }    
}

/* about us PC 821px*/

@media screen and (min-width: 821px) {

    .aboutus {
        margin-top: 150px;
    }

    .section--aboutus,
    .section--service {
        max-width: 900px;
    }
    
    .topic {
        font-size: 6.4rem;
        font-weight: 600;
        letter-spacing: 1.92px;
    }

    .sub__topic {
        font-size: 2rem;
        letter-spacing: 0.68px;
        letter-spacing: 0.4px;
        margin: 3px 0 25px auto;
    }

    .subTopic--aboutus {
        padding-right: 10%;
    }

    .contents__text {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.24px;
        max-width: 350px;
    }

    .aboutus--text {
        margin: 25px 8% 20px 0;
    }

    .img__pc {
        display: block;
        position: absolute;
        left: 0;
        width: 54%;
        top: -6px;
    }

    .img__tab {
        display: none;
    }

/* service PC */

    .service {
        margin-top: 200px;
    }

    .service--imgPc {
        left: auto;
        right: 0;
    }

    .topic--service {
        padding: 0 0 0 30%;
    }

    .subTopic--service {
        padding-left: 9%;
    }

/* ボタン　PC */

    .service--contentsBtn {
        margin-left: 7%;
    }

    .contents__btn {
        color: #333333;
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 1.8px;
    }
    
    .contents__btn {
        /*丸の基点とするためrelativeを指定*/
        position: relative;
        /*ボタンの形状*/  
        display: inline-block;
        padding:0 0 0 45px;
        line-height: 50px;
        color: #333;
        text-decoration: none;
        outline: none;
        margin-top: 0;
    }
    
        /* 丸が動く */
    .contents__btn:before{
        content:'';
          /*絶対配置で丸の位置を決める*/
        position:absolute;
        top: -6px;
        left:0;
        z-index: -1;
          /*丸の形状*/
        width:65px;
        height:65px;
        background: rgba(1, 66, 135, 0.38);
        border-radius:50px;
        /*アニメーションの指定*/
        transition:.3s ease-out;
    }
      
      /*hoverした際の形状*/
    .contents__btn:hover::before{
        width:300px;
    }
      
      /* 矢印の形状 */
    .contents__btn::after{
        position: absolute;
          content: '';
          top: 26px;
          right: -30px;
          width: 7px;
          height: 7px;
          border-top: 1px solid #333;
          border-right: 1px solid #333;
          transform: rotate(45deg);
    }
}

/* about us PC 959px*/

@media screen and (min-width: 959px) {
    .aboutus {
        margin-top: 40px;
    }
    
    .svg__tab {
        display: none;
    }

    .svg__pc {
        display: block;
    }
    
    .pc--green {
        position: absolute;
        transform: translate(0px, -380px);
        z-index: -3;
        left: 0;
    }
    .pc--blue {
        position: absolute;
        transform: translate(0px, -157px);
        z-index: -2;
        right: 0;
    }

    
}



/* about us PC 1000px*/

@media screen and (min-width: 1000px) {

    .aboutus {
        margin-top: 60px;
    }

    .section--aboutus,
    .section--service {
        max-width: 1150px;
    }

    .contents__btn {
        margin-top: 0;
    }
    .topic {
        font-size: 8rem;
        font-weight: 600;
        letter-spacing: 1.92px;

    }

    .sub__topic {
        font-size: 2.2rem;
        font-weight: 600;
        letter-spacing: 0.68px;
        max-width: none;
        margin: 0px 0 25px auto;
    }

    .subTopic--aboutus {
        padding-right: 2%;
    }

    .contents__text {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.24px;
        max-width: 400px;
    }

    .aboutus--text {
        margin: 25px 1% 25px 0;
    }

    .img__pc {
        display: block;
        position: absolute;
        left: 0;
        width: 54%;
        top: -17px;
    }

    .img__tab {
        display: none;
    }

    /* service PC */

    .service {
        margin-top: 290px;
    }

    .service--imgPc {
        left: auto;
        right: 0;
    }

    .topic--service {
        padding: 0 0 0 17%;
    }

    .subTopic--service {
        padding-left: 9%;
    }
    
    .service--text {
        margin: 25px 0 25px 8%;
    }

}


/* about us PC 959px*/

@media screen and (min-width: 1100px) {
    .aboutus {
        margin-top: 100px;
    }

    .section--aboutus,
    .section--service {
        max-width: 1440px;
    }
    
    .aboutus--topic {
        text-align: right;
        font-size: 6.4rem;
        font-weight: 600;
        line-height: 1.5;
        padding-right: 6%;
    }

    .topic {
        font-size: 10rem;
        font-weight: 600;
        letter-spacing: 3.3px;

    }

    .sub__topic {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 0.68px;
        max-width: none;
        margin: 12px 0 45px auto;
    }

    .subTopic--aboutus {
        padding-right: 8%;
    }

    .contents__text {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 0.345px;
        max-width: 500px;
    }

    .aboutus--text {
        margin: 37px 8% 37px 0;
    }

    .img__pc {
        display: block;
        position: absolute;
        left: 0;
        width: 54%;
        top: -18px;
    }

    .img__tab {
        display: none;
    }

/* service PC */

    .service {
        margin-top: 290px;
    }

    .service--imgPc {
        left: auto;
        right: 0;
    }

    .topic--service {
        padding: 0 0 0 26%;
    }

    .subTopic--service {
        padding-left: 9%;
    }

/* ボタン　PC */

    .service--contentsBtn {
        margin-left: 7%;
    }

    .contents__btn {
        color: #333333;
        font-size: 3rem;
        font-weight: 400;
        letter-spacing: 1.8px;
    }
    
    .contents__btn {
        /*丸の基点とするためrelativeを指定*/
        position: relative;
        /*ボタンの形状*/  
        display: inline-block;
        padding:0 0 0 45px;
        line-height: 50px;
        color: #333;
        text-decoration: none;
        outline: none;
        margin-top: 30px;
    }
    
        /* 丸が動く */
    .contents__btn:before{
        content:'';
          /*絶対配置で丸の位置を決める*/
        position:absolute;
        top: -17px;
        left:0;
        z-index: -1;
          /*丸の形状*/
        width:90px;
        height:90px;
        background: rgba(1, 66, 135, 0.38);
        border-radius:50px;
        /*アニメーションの指定*/
        transition:.3s ease-out;
    }
      
      /*hoverした際の形状*/
    .contents__btn:hover::before{
        width:300px;
    }
      
      /* 矢印の形状 */
    .contents__btn::after{
        position: absolute;
          content: '';
          top: 26px;
          right: -30px;
          width: 10px;
          height: 10px;
          border-top: 2px solid #333;
          border-right: 2px solid #333;
          transform: rotate(45deg);
    }

    
    .pc--green {
        position: absolute;
        transform: translate(0px, -491px);
        z-index: -3;
        left: 0;
    }
    
    .pc--blue {
        position: absolute;
        transform: translate(0px, -177px);
        z-index: -2;
        right: 0;
    }


}



/* ==============================
recruit
============================== */

.topic--recruit {
    text-align: left;
    font-family: "Josefin Sans";
    font-size: 6.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.24px;
    background: linear-gradient(53deg, #003B79 12.25%, #005CBD 29.68%, #48AED2 44.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto;
}

.subTopic--recruit {
    border-bottom: none;
    border-bottom: 2px solid #2D8BBA;
    text-align: left;
    margin: 0;
}

.recruit {
    padding: 34px 4.5%;
    background-image: url(../images/top_recruit_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px;
}

.recruit--text {
    margin: 9px 4% 18px 0;
}

.btn--recruit {
    margin-top: 34px;
}

/* recruit tab */
@media screen and (min-width: 767px) {
    .recruit {
        margin-top: 163px;
        padding: 18px 5.1%;
        background-image: url(../images/top_recruit_tab.png);
    }

    .subTopic--recruit {
        border-bottom: 2px solid #2D8BBA;
        max-width: 314px;
        
    }

    .btn--recruit {
        margin-left: 0;
    }
}

/* recruit PC */
@media screen and (min-width: 959px) {
    .recruit {
        margin-top: 290px;
        padding: 68px 8.1% 74px;
        background-image: url(../images/top_recruit_pc.png);
    }

    .topic--recruit {
        font-size: 10rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 3.3px;
        background: linear-gradient(53deg, #003B79 12.25%, #005CBD 29.68%, #48AED2 44.58%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 auto;

    }


    .subTopic--recruit {
        border-bottom: 2px solid #2D8BBA;
        max-width: 370px;
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 0.68px;  
    }

    .recruit--text {
        max-width: none;
    }


}