@charset "UTF-8";
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img, figure, figcaption, i, b {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #000;
    letter-spacing: .06rem;
    font-size: 2rem;
    font-family:"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
}

a:link, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a img {
    transition: all .3s ease-in-out;
}

#wrapper {
	position: relative;
}

.header {
	position: absolute;
	left: 1.302%;
    top: 15px;
}

.spShow {
    display: none;
}

.style {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.logo {
   /* position: fixed;*/
    z-index: 100;
    width: 140px;
    height: 33px;
    /*left: 1.302%;
    top: 20px;*/
}

@media screen and (min-width: 769px) {
  .logo img {
    max-width: 180px;
    width: 180px;
  }
  .logo {
       /* position: fixed;*/
        width: 180px;
        height: 42px;
        /*left: 1.302%;
        top: 20px;*/
    }
}
.mv {
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/mv_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    /* padding-top:35.521%; */
    z-index: 1;
}

.mv .inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 45%;
    z-index: 1;
}

.left-b {
    position: absolute;
    width: 28%;
    left: 10%;
    top: 60%;
    transform: translateY(-50%);
}

.left-t {
    position: absolute;
    width: 40%;
    left: 5%;
    top: 40%;
    transform: translateY(-50%);
}


.right-t {
    position: absolute;
    width: 40%;
    right: 5%;
    top: 40%;
    transform: translateY(-50%);
}

.right-b {
    position: absolute;
    width: 28%;
    right: 10%;
    top: 60%;
    transform: translateY(-50%);
}

.sp-img {
        display:none;
    }


/*.mv figure:before {
    content: "";
    display: block;
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/tag_achieve.svg) no-repeat;
    background-size: 100% auto;
    width: 34.246%;
    height: 45.246%;
    z-index: -1;
    position: absolute;
    right: 10%;
    top: -21%;
}*/

/* .mv figure:after {
    content: "";
    display: block;
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/onenidec.svg) no-repeat;
    background-size: 100% auto;
    width: 44.89%;
    height: 49%;
    z-index: -1;
    position: absolute;
    top: 5%;
    left: -21%;
}*/




.mv h1 img {
    position: absolute;
    max-width: 550px;
    height: auto;
    width: 34%;
    right: 12.5%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mv__text {
    background: #23ac39;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 0 10px 40px;
    font-weight: bold;
}

.mv__text__catch {
    display: block;
    font-size: 2.1rem;
}

.applySec {
    background: #ffffff;
    padding: 6rem 2rem 10rem;
}

.applySec .inner {
    max-width: 1170px;
    margin: 0 auto;
}

.applySec h2 {
    color: #007A2F;
    text-align: center;
    font-size: 6rem;
    margin-bottom: 11rem;
}

.step__list {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 3rem;
}

.step__list li {
    color: #ffffff;
    width: calc((100% - 4rem) / 2);
    background: #23ac39;
    padding: 5rem 2rem;
    position: relative;
}

.step__list li:after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: -80px;
}


.step__list .step__item--01:after {
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/ic_step01.png) no-repeat;
    background-size: 95% auto;

}

.step__list .step__item--02:after {
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/ic_step02.png) no-repeat;
    background-size: 95% auto;
}

.step__list .step__item--03:after {
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/ic_step03.svg) no-repeat;
    background-size: 95% auto;
}

.step__list a {
    background: #ffffff;
    color: #23ac39;
    font-weight: 600;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    border-radius: 3rem;
    margin-top: 1.5rem;
    position: relative;
}



.step__list img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}


.step__list a:hover {
    opacity: .7;
}

.step__list a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.step__info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.step__info__title {
    flex: 0 0 135px;
}

.step__info__title.-long {
    flex: 0 0 168px;
}

.step__info__text {
    flex: 1;
}

.line {
    font-weight: 800;
    background: linear-gradient(transparent 85%, #EEFF00 85%);
}

.notionSec {
    background: #fff;
    padding: 4rem;
    margin-bottom: 3rem;
}

.note__list {
    margin-left: 1.5rem;
    margin-bottom: 2rem;
}

.note__list li {
    text-indent: -1.5rem;
    margin-bottom: .5rem;
}

.note__list li:last-child {
    margin-bottom: 0;
}

.note__list li:before {
    content: "";
    display: inline-block;
    background: #23AC39;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: 3px;
    margin-right: 7px;
}

.note {
    display: block;
    font-size: 1.6rem;
    margin-top: 1rem;
}

.btn__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn__list li {
    width: calc((100% - 2rem) / 2);
}

.btn__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background: #23AC39;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    border-radius: 1.5rem;
    position: relative;
    border-bottom: 10px solid #007A2F;
}

.btn__list li a:hover {
    opacity: .7;
}

.btn__list li a:after {
    content: "";
    display: inline-block;
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/ic_window_01.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn__list li a .small {
    font-size: 2rem;
}

.form-btn {
    margin-bottom: 2rem;
}

.form-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    background: #008000;
    height: 120px;
    border-radius: 1.5rem;
    position: relative;
}

.form-btn a:hover {
    opacity: .7;
}

.form-btn a:after {
    content: "";
    display: inline-block;
    background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/ic_window_02.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form__note li {
    margin-bottom: .5rem;
}

.form__note li:last-child {
    margin-bottom: 0;
}

footer {
    background: #23AC39;
}

.copyright {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
}


@media screen and (max-width: 1023px) {

    .mv__text {
        padding: 6px 0 6px 15px;
        font-size: 1.6rem;
    }

    .mv__text__catch {
        font-size: 1.4rem;
    }

    .applySec {
        padding: 6rem 2rem 8rem;
    }

    .applySec h2 {
       font-size: 4.5rem;
       margin-bottom: 7rem;
    }

    /***** 応募方法 *****/
    .step__list {
        flex-direction: column;
        gap: 7rem;
    }

    .step__list li {
        width: 100%;
        margin-top: 4rem;
    }

    .step__list li:after {
        width: 80%;
        height: 80%;
        top: -62px;
    }

    .step__list a {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn__list {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .btn__list li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem;
    }
    .spShow {
        display: block;
    }

    .pcShow {
        display: none;
    }
    /***** MV *****/
    .mv {
        background: url(/files/user/www-nidec-com/nidec-kyoto-tower/img/mv_bg_sp.png) no-repeat;
        background-size: cover;
        padding-top: 0;
    }

    .mv .inner {
        padding-top: 150%;
    }
    
    
    .left-b {
        display:none;
    }

    .left-t {
        display:none;
    }


    .right-t {
        display:none;
    }

    .right-b {
        display:none;
    }

    .sp-img {
    display: block;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 80%;
    transform: translateY(-50%);
    }

    .mv h1 img {
        max-width: initial;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 5%;
        transform: translateX(-50%);
        width: 80%;
        margin: 0;
    }

    .applySec {
        padding: 6rem 4vw 8rem;
    }

    .step__list a:hover {
        opacity: 1;
    }

    .notionSec {
        padding: 4vw;
    }
    
    .btn__list li a,
    .form-btn a {
        font-size: 1.8rem;
        text-align: center;
    }

    .btn__list li a:hover,
    .form-btn a:hover {
        opacity: 1;
    }

    .step__info__title {
        flex: 0 0 104px;
    }

    .step__info__title.-long {
        flex: 0 0 135px;
    }

    .btn__list li a .small {
        font-size: 1.4rem;
    }

    .btn__list li a:after,
    .form-btn a:after {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 375px) {

    .copyright {
        font-size: 1rem;
    }
}