@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0B2C33;
  background: #F1F9F0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
html { scroll-behavior: smooth;}

/* HEADER */
header{
    background-color: #fff;
}
.header__wrapper{
    display: flex;
max-width: 960px;
padding: 16px 0px;
justify-content: space-between;
align-items: center;
gap: 10px;
margin: 0 auto;
}
.header__right{
    display: flex;
    align-items: center;
}
.header__right img{
    margin: 0 8px 0 0;
}
.header__left{
    font-size: 14px;
    letter-spacing: 0.7px;
}
@media(max-width:960px){
    .header__wrapper{
        display: block;
        padding: 8px 10px;
        font-size: 10px;
    }
    .header__right p{
        margin: -16px 0 0 0;
    }
    .header__right img{
        width: 65px;
    }
    .header__left{
        margin: -17px 0 4px 74px;
        font-size: 10px;
    }
}


/* FV */
.fv{
    background: #F1F9F0;
    min-height: 660px;
    position: relative;
}
.fv__image__bg-1{
    position: absolute;
    top: 34%;
    left: 41%;
}
.fv__image__bg-2{
    position: absolute;
    top: 26%;
}
.fv__image__bg__box{
    position: absolute;
    bottom: 0;
    left: 38%;
}
.fv__image__bg-3{
    margin: 0 -27px 0 0;
    z-index: 2;
    position: sticky;
}
.fv__wrapper{
    display: flex;
max-width: 960px;
justify-content: space-between;
margin: 0 auto;
padding: 36px 10px 0 10px;
z-index: 2;
position: inherit;
}
.fv__right{
    margin: 22px 0 0 0;
}
.fv__right__box-1 h2{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.fv__right__box-1 h2 span{
    font-size: 24px;
}
.fv__right__box-1 p{
    margin: 11px 0 0 0;
    letter-spacing: 0.3px;
    line-height: 1.7;
}
.fv__right__box-1 p span{
    color: #D95F2D;
}
.fv__right__box-2{
    background: #FFF;
    margin: 40px 0 0 0;
    max-width: 340px;
padding: 24px 40px;
}
.fv__right__box-2-image{
    margin: 0 auto;
    display: block;
    margin: 0 auto 5px auto;
}
.fv__right__box-2 ul li{
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.3px;
    gap: 3px;
    padding: 0 0 4px 0;
}
.fv__left{
    border-radius: 8px;
background: #FFF;
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
width: 380px;
padding: 44px 0 35px 0;
}
.fv__left__title{
color: #D95F2D;
font-size:20px;
text-align: center;
padding: 0 0 13px 0;
}
.fv__left__title span{
    display: none;
}
.fv__right__box-1-responsive{
    display: none;
}
.fv__image__bg-1-responsive,.fv__image__bg-2-responsive{
    display: none;
}
@media(max-width:960px){
    .fv{
        max-width: 400px;
        margin: 0 auto;
    }
    .fv__wrapper{
        flex-direction: column;
        align-items: center;
        padding: 6px 10px 0 10px;
        position: relative;
    }
    .fv__right__box-1{
        display: none;
    }
    .fv__right__box-1-responsive{
        display: inline;
    }
    .fv__right__box-1-responsive h2{
        font-size: 24px;
        text-align: center;
        margin: 0 0 12px 0;
    }
    .fv__right__box-1-responsive h2 span{
        font-size: 20px;
    }
    .fv__right__box-1-responsive img{
        width: 255px;
        display: block;
        margin: 0 auto;
    }
    .fv__right__box-1-responsive p{
        font-size: 15px;
        text-align: center;
    }
    .fv__right__box-1-responsive p span{
        color: #D95F2D;
    }
    .fv__right__box-1-responsive p:first-of-type{
        margin: 16px 0 23px 0;
    }
    .fv__right__box-2{
        margin: 161px 0 0 0;
    }
    .fv__image__bg-1,.fv__image__bg-2{
        display: none;
    }
    .fv__image__bg-1-responsive,.fv__image__bg-2-responsive{
        display: inline;
    }
    .fv__image__bg-1-responsive{
        position: absolute;
        right: 0;
        top: 25%;
    }
    .fv__image__bg-2-responsive{
        position: absolute;
        left: 0;
        top: 23%;
    }
    .fv__image__bg__box img{
        width: 34%;
    }
    .fv__image__bg__box{
        top: 30%;
        top: 24%;
        left: 25%;
        z-index: 1;
    }
    .fv__image__bg-3 {
        z-index: 0;
        margin: 0 0 0 0;
    }
    .fv__right__box-2 ul li {
        font-size: 15px;
    }
    .fv__left{
        margin: 22px 0 0 0;
    padding: 24px 0 0 0;
    }
    .fv__left__title{
        padding: 0 0 5px 0;
    }
    .fv__left__title span{
        display: inline;
    }
}




/* 電力・エネルギー業界の適職診断 */
.diagnosis{
    background: #F1F9F0;
    padding: 95px 0 144px 0;
}
.section__wrapper{
    max-width: 940px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 16px;
    padding: 45px 10px 0 10px;
}
.diagnosis__inner{
    max-width: 880px;
    margin: 0 30px;
}
.diagnosis__title__box-1{
    border-radius: 16px;
    background: #3D9133;
    text-align: center;
    color: #fff;
    padding: 26px 0 14px 0;
    font-weight: 600;
    margin: 0 0 40px 0;
}
.diagnosis__title__box-2{
    border-radius: 16px;
border: 4px solid #3D9133;
background: #FFF;
text-align: center;
color: #3D9133;
margin: 32px 0 40px 0;
padding: 11px 0 9px 0;
}
.diagnosis__title__box-1 p{
    font-size: 24px;
    letter-spacing: 0.5px;
}
.diagnosis__title {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.7;
}
@media(max-width:960px){
    .section__wrapper{
        padding: 0;
        margin: 0 10px;
    }
    .diagnosis {
        padding: 138px 0 80px 0
    }
    .diagnosis__inner {
        padding: 5px 0 0 0;
    }
    .diagnosis__title__box-1 p{
        font-size: 20px;
    }
    .diagnosis__title {
        font-size: 32px;
        line-height: 1.4;
    }
    .diagnosis__title__box-1 {
        margin: 20px 0 0;
        text-align: center;
    padding: 11px 5px 17px 7px;
    }
    .diagnosis__title__box-2{
        margin: 24px 0 26px 0;
    }
}
/*フローチャート*/
.flowchart__box{
    background: #F1F9F0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 35px 0 40px 0;
}
.flowchart__tipe{
    width: 334px;
    border-radius: 8px;
border: 3px solid #D95F2D;
background: #FFF;
color: #D95F2D;
padding: 24px;
margin: 8px 0 0 0;
}
.flowchart-1{
    border-radius: 8px;
background: #FFF;
max-width: 751px;
margin: 0 auto;
padding: 28px 5px 22px 5px
}
.flowchart__text{
    line-height: 1.7;
    letter-spacing: 0.4px;
}
.flowchart__text-span{
    color: #3D9133;
}
.flowchart-2{
    display: flex;
    gap: 140px;
    margin: 14px 0 10px 10%;
}
.flowchart__tipe__box img{
    display: block;
    margin: 0 auto;
}
.flowchart-2__left{
    display: flex;
}
.flowchart-2__left span{
    color: #3D9133;
}
.flowchart-3{
    border-radius: 8px;
    background: #FFF;
    padding: 0 0 0 0;
    max-width: 574px;
    margin: 0 auto;
    padding: 28px 0 22px 
}
.flowchart-4{
    display: flex;
    gap: 29px;
    margin: 14px 0 10px 11%;
}
@media(max-width:960px){
    .flowchart__box {
        padding: 10px 10px 11px 10px;
        margin: 25px 0 0 0;
    }
    .flowchart__text{
        font-size: 14px;
    }
    .flowchart__text span{
        display: inline-block;
    }
    .flowchart-1{
        padding: 10px 5px 12px 5px;
    margin: 0 17px;
    }
    .flowchart__tipe{
        width: 115px;
        padding: 10px;
        font-size: 14px;
        border: 1.033px solid #D95F2D;
        border-radius: 2.755px;
    }
    .flowchart__tipe__box img{
        width: 24%;
    }
    .flowchart-2 {
        display: flex;
        gap: 60px;
        margin: 7px 0 10px 8%;
        justify-content: center;
    }
    .flowchart-2__left img{
        width: 30%;
    }
    .flowchart-2__left span{
        font-size: 14px;
    }
    .flowchart-3{
        padding: 10px 5px 12px 5px;
    margin: 0 auto;
    }
    .flowchart-4 {
        gap: 15px;
        margin: 3px 0 10px 8%;
        justify-content: center;
    }
}


/*診断結果*/
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 800px;
    margin: 0 auto;}
  
  /*タブのスタイル*/
  .tab_item {
    width: 173px;
    border-radius: 8px 8px 0px 0px;
    background: #99A9B0;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 5px 0 0
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 50px 40px 50px;
    clear: both;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
  }
  .type__title{
    font-size: 24px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.6px;
text-align: center;
  }
.type__title-span{
    font-size: 16px;
    text-align: center;
}
.type__box__wrapper{
    display: flex;
    max-width: 720px;
    background: #F1F9F0;
    margin: 20px 0 0 0;
    padding: 22px 0 0 29px;
    gap: 24px;
}
.type__box__wrapper-2{
    padding: 22px 0 0 50px;
    gap: 60px;
}
.type__box__title{
    background: #3D9133;
    color: #fff;
    font-size: 14px;
    width: 117px;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 15px 0;
}
.type__box__title-small-1{
    width: 89px;
}
.type__box__title-small-2{
    width: 77px;
}
.type__box__text{
    font-weight: 300;
    margin: 0 0 19px 0;
}
.type__box__text span{
    font-size: 14px;

}

  
  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    border-radius: 8px 8px 0px 0px;
    background: #D95F2D;
    color: #fff;
  }
.type__box__img-responsive{
    display: none;
}
@media(max-width:960px){
    .tabs{
        width: auto;
        padding-bottom: 28px;
    }
    .tab_item{
        width: 90px;
        font-size: 15px;
        line-height: 38px;
    }
}
@media(max-width:700px){
    .type__title{
        font-size: 20px;
    }
    .type__title-span{
        font-size: 15px;
        text-align: left;
        padding: 6px 0 0 0;
        line-height: 1.7;
        font-weight: 200;
        margin: 0 auto 20px auto;
        display: table;
    }
    .type__title span{
        display: inline-block;
    }
    .tab_content{
        padding: 14px 20px 20px;
    }
    .type__box__wrapper{
        flex-direction: column;
        padding: 15px 0 0 14px;
        gap: 13px;
        max-width: 300px;
        margin: 0 auto;
    }
    .type__box__wrapper-2{
        padding: 19px 0 17px 14px;
        margin: 45px auto 0;
    }
    .type__box__img{
        display: none;
    }
    .type__box__img-responsive{
        display: inline;
        margin: 0 auto;
    }
    .type__box__title{
        font-size: 10px;
        width: 89px;
        margin: 0 0 9px 0;
    }
    .type__box__title-small-1{
        width: 66px;
    }
    .type__box__title-small-2{
        width: 57px;
    }
    .type__box__text{
        font-size: 12px;
        margin: 0 0 15px 0;
        letter-spacing: -0.1px;
    }
    .type__box__text span {
        font-size: 10px;
        display: inline-block;
    }
}

  /*contact*/
  .contact{
    text-align: center;
    border: 1px solid #3D9133;
    padding: 37px 15px 42px 15px;
    margin: -3px 0 0 0;
  }
  .contact h3{
    font-size: 32px;
    color: #3D9133;
    letter-spacing: 0.7px;
    margin: 0px 0 26px 0;
    line-height: 1.3;
  }
  .contact span{
    letter-spacing: 0.3px;
    line-height: 1.7;
  }
  .contact__text{
    background: #EEE;
    max-width: 630px;
    margin: 24px auto;
    font-size: 14px;
    padding: 25px 0 30px ;
    letter-spacing: 0.3px;
  }
.button{
    display: inline-flex;
    font-size: 24px;
    border-radius: 59px;
background: #D95F2D;
color: #fff;
font-weight: 700;
padding: 10px 50px 10px;
gap: 17px;
}
.button img{
    display: inline-block;
    margin: 5px 0 0 0;
}
.button__wrapper{
    display: flex;
    justify-content: center;
    margin: 17px 0 0 0;
}
@media(max-width:960px){
    .contact{
        padding: 37px 15px 35px 15px;
    }
    .contact h3{
        font-size: 24px;
    }
    .contact h3 span{
        display: inline-block;
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: -0.3px;
    }
    .contact span{
        display: inline-block;
        line-height: 1.6;
        font-weight: 300;
    }
    .contact__text{
        padding: 17px 15px 16px 15px;
        letter-spacing: 0.3px;
        line-height: 1.7;
    }
    .button{
        font-size: 20px;
        padding: 8px 32px;
        gap: 8px;
    }
}


/*電力・エネルギー業界が注目産業である3つの理由*/
.about{
    position: relative;
    background-color: #fff;
    min-height: 1188px;
}
.about__title{
    text-align: center;
    font-weight: 600;
    margin: 45px 0 43px 0
}
.about__title p{
    font-size: 24px;
    color: #3D9133;
    letter-spacing: 0.6px;
    margin: 0 0 7px 0;
}
.about__title h3{
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.4;
}
.about__title h3 span{
    color: #3D9133;
}
.about__box__wrapper{
    display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
z-index: 2;
position: sticky;
padding: 0 0 95px 0;
}
.about__box{
    background: #FFF;
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
padding: 40px;
}
.about__box__title{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.about__box__text{
    padding: 13px 0 0 0;
    letter-spacing: 0.2px;
    font-weight: 300;
    line-height: 1.6;
}
.about__box__text-small{
    font-size: 12px;
    letter-spacing: 0.1px;
    padding: 13px 0 0 0;
}
.about__image__bg-1{
    position: absolute;
    top: 30%;
}
.about__image__bg-2{
    position: absolute;
    top: 50%;
    right: 0;
}
.about__image__bg-responsive{
display: none;
}
@media(max-width:960px){
    .about__box__wrapper {
        gap: 22px;
    }
    .about__title {
        z-index: 2;
        position: sticky;
    }
    .about__title p {
        font-size: 20px;
        padding: 78px 0 0 0;
    }
    .about__title h3 {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 1.3;
    }
    .about__box {
        padding: 24px;
    }
    .about__box__title {
        font-size: 20px;
        margin: -4px 0 -5px 0
    }
    .about__box__text {
        letter-spacing: 0.1px;
    }
    .about__image__bg-responsive{
        display: inline;
        }
        .about__image__bg{
            display: none;
            }
    .about__image__bg-1-responsive{
        position: absolute;
        top: 0;
    }
    .about__image__bg-2-responsive{
        position: absolute;
        right: 0;
        bottom: 0;
    }
}





/*今ならキャリア面談実施で特典をプレゼント！*/
.present{
    background-image: url(../image/bg.jpg);
    background-size: cover;
}
.section__wrapper__bg-none{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37px 0 85px 0;
}
.present__title{
    text-align: center;
    font-size: 32px;
    color: #FFF;
    margin: 70px 0 60px 0;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.3;
}
.present__box__wrapper{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.present__box__title{
    border: 2px solid #FFF;
    padding: 8px 10px;
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    margin: 0 0 28px 0;
    text-align: center;
    max-width: 264px;
}
.present__box li{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}
.present__box__text{
    font-size: 24px;
    color: #FFF;
    padding: 26px 0 0 0;
    line-height: 1.6;
}

@media(max-width:960px){
    .present {
        background-position-x: -235px;
    }
    .present__title {
        font-size: 24px;
        margin: 32px 0 23px 0;
    }
    .present__box__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .present__box__title {
        padding: 0;
        font-size: 20px;
        text-align: center;
        margin: 0 auto 15px auto
    }
    .present__box li {
        font-size: 18px;
    }
    .present__box__text {
        font-size: 20px;
        padding: 17px 0 0 0;
        line-height: 1.4;
        text-align: center;
    }
    .present__img{
        width: 200px;
    }
}


/*簡単３ステップで求人をご紹介！*/
.recruit{
    background: #F1F9F0;
}
.recruit__title{
    font-size: 32px;
    text-align: center;
    margin: 0 0 0 0;
    margin: 65px 0 38px 0;
    letter-spacing: 0.7px;
    font-weight: 500;
}
.recruit__title-span{
    color: #3D9133;
}
.recruit__box__wrapper{
    display: flex;
    gap: 20px;
}.recruit__box{
    background-color: #fff;
    padding: 40px;
    width: 310px;
}
.recruit__box__title{
    text-align: center;
font-size: 24px;
font-weight: 600;
margin: 0 0 18px 0;
}
.recruit__box__text{
    letter-spacing: -0.5px;
    line-height: 1.6;
    margin: 0 0 44px 0;
}
.recruit__box__text-2{
    margin: 0 0 13px 
}
@media(max-width:960px){
    .recruit__title{
        font-size: 24px;
        margin: 27px 0 35px 0;
    }
    .recruit__title span{
        display: inline-block;
    }
    .recruit__box__wrapper{
        flex-direction: column;
        align-items: center;
                gap: 10px;
    }
    .recruit__box {
        padding: 24px;
        width: 343px;
    }
    .recruit__box__title{
          margin: 0 0 8px 0;
        font-size: 20px;
    }
    .recruit__box__text {
        margin: 0 0 10px 0;
    }
    .recruit__box img:last-child {
        width: 100%;
                height: 142px;
    }
}


/*キャリアアドバイザー紹介*/
.advisor{
    padding: 0 0 101px 0;
    background-color: #fff;
}
.advisor__title{
    text-align: center;
    font-size: 32px;
    margin: 60px 0 40px 0;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.advisor__title span{
    color: #3D9133;
}
.advisor__box__wrapper{
    display: flex;
    gap: 20px;
}
.advisor__box{
    background-color: #FFF;
    padding: 40px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}
.advisor__introduction{
    display: flex;
    gap: 10px;
}
.advisor__box__introduction__text span{
    background: #3D9133;
    font-size: 12px;
    color: #FFF;
    padding: 0px 4px;
    text-align: center;
}
.advisor__box__introduction__name{
    font-weight: 600;
    line-height: 2;
}
.advisor__box__introduction__about{
    line-height: 1.6;
    letter-spacing: -0.2px;
}
.advisor__box__biography{
    margin: 26px 0 49px 0;
    line-height: 1.67;
    letter-spacing: -0.3px;
}
.advisor__box__biography span{
    font-weight: 600;
}
.advisor__box__message{
    background: #F1F9F0;
    padding: 24px;
    line-height: 1.7;
    letter-spacing: -0.4px;
}
@media(max-width:960px){
    .advisor {
    margin: -76px 0 0 0;
    padding: 75px 0 0 0
}
.advisor__title {
    font-size: 24px;
    margin: 67px 0 40px 0
}
    .advisor__box__wrapper {
    flex-direction: column;
    gap: 14px;
            padding: 0 0 68px 0;
}

.advisor__box{
    padding: 24px;
        max-width: 450px;
    margin: 0 auto;
}
.advisor__introduction img{
    width: 112px ;
    height: 105px ;
}
.advisor__box__introduction__about {
    line-height: 1.7;
    font-size: 10px;
}
.advisor__box__biography {
    margin: 14px 0 39px 0;
            letter-spacing: 0.1px;
                    line-height: 1.64;
                            font-weight: 300;
}
.advisor__box__message {
    padding: 16px;
            font-weight: 300;
}
.advisor__box__introduction__text span{
    font-size: 10px;
}
}


/*理想のキャリアを支援します。まずは無料でキャリア相談してみませんか？*/
.contact-2{
    background-image:url(../image/bg-2.jpg) ;
    background-size: cover;
}
.contact-2__title{
    text-align: center;
    color: #FFF;
    margin: 65px 0 0 0;
}
.contact-2__title-span{
    letter-spacing: 0.7px;
}
.contact-2__title-span-responsive{
    display: none;
}
.contact-2__text {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.4;
    margin: 32px 0 0 0;
}
.button__wrapper-2{
    text-align: center;
    margin: 39px 0 17px 0;
}
@media(max-width:960px){
    .contact-2__title-span-responsive{
        display: inline;
    }
    .contact-2__title-span{
        display: none;
    }
    .contact-2__title {
    margin: 43px 0 0 0;
            line-height: 1.6;
}
.contact-2__text {
    font-size: 20px;
    margin: 24px 0 0 0;
}
.contact-2__text p:last-child{
    margin: 23px 0 0 0;
}
.contact-2__text span{
    display: inline-block;
}
.button__wrapper-2 {
    margin: 23px 0 3px 0;
}
}


/*FOOTER*/
footer{
    background: #0B2C33;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
}

