
/*=============================*/
/* PC & タブレット */
/*=============================*/
@media screen and (min-width: 768px) {

    body {
        margin: auto;
    }

    .hero,
    .message,
    .awardhistory,
    .entry {
        max-width: 1366px;
        margin: 0 auto;
    }
    .company {
        max-width: 1366px;
        margin: 0 auto;
    }
    .entry__btn-fixed.isActive {
        margin: 3rem;
    }

    /*=========hero==========*/

    .hero__award-logo {
        width: 10%;
    }
    .hero__main-inner {
        margin: 24vh auto auto;
        width: 40%;
    }
    .hero__company-logo {
        width: 10%;
        margin: 10vh auto auto;
    }
    .hero__head {
        margin: 4.5vh auto auto;
        border-top: solid 1px rgb(182,0,47);
        border-bottom: solid 1px rgb(182,0,47);
        padding: 0.3em 0;
        font-size: 2.6rem;
    }
    .hero__main-back {
        width: 100vw!important;
        left: 0;
    }
    .entry__btn-fixed {
        width: 14rem;
    }


    /*=========question==========*/
    .question__head {
        font-size: 1.8rem;
    }
    .question__head--bigfonts {
        font-size: 2.8rem;
        line-height: 4.6rem;
    }
    .question-outer {
        width: 30%;
    }
    .question__inner {
        height: 545px;
    }
    .display_on {
        height: 100%;
        overflow: visible;
        transition: .5s;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .display_off {
        opacity: 0;
        transition: .5s;
    }
    .question__q {
        width: 100%;
        text-align: center;
        font-size: 2.2rem;
        padding: 2.2rem 1.5rem;
    }
    .question__q .small-font {
        font-size: 1.6rem;
    }
    .question__a {
        width: 100%;
        height: 550px;
    }
    .question__a--panel {
        padding-top: 0;
        padding-bottom: 7rem;
        height: 550px;
    }
    .panel__align {
        margin-bottom: 2rem;
    }
    .question-a-panel__text-q {
        font-size: 3rem;
    }
    .question-a-panel__text-a {
        font-size: 30px;
    }
    .question__a--head {
        font-size: 2.5rem;
        margin: 1rem 1.5rem 2rem;
    }
    .question__a--head .small-font {
        font-size: 1.9rem;
    }
    .question__a-description {
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .question__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1366px;
        margin: auto auto 3rem;
    }
    .question__img {
        width: 100%;
        margin: auto auto 0;
    }
    .question__img.no2 {
        width: 75%;
    }
    .question-outer:first-of-type {
        margin: 2rem auto auto;
    }



    /*=========question==========*/
    .message__head {
        font-size: 2.4rem;
        line-height: 4rem;
        margin-top: 6rem;
    }

    .message__text-shinsotsu,
    .message__text-shinsotsu-red {
        font-size: 2rem;
        margin-top: 5.5rem;
        line-height: 3.5rem;
    }
    .message__text-shinsotsu-large {
        font-size: 2.2rem;
        margin-top: 5.5rem;
    }


    .message__text-daini-shinsotsu,
    .message__text-daini-shinsotsu-red {
        font-size: 2rem;
        margin-top: 5.5rem;
        line-height: 3.5rem;
    }
    .message__text-daini-shinsotsu-large {
        font-size: 2.2rem;
        margin-top: 5.5rem;
    }

    .message__text-chuto,
    .message__text-chuto-red {
        font-size: 2rem;
        margin-top: 5.5rem;
        line-height: 3.5rem;
    }
    .message__text-chuto-large {
        font-size: 2.2rem;
        margin-top: 5.5rem;
    }

    /*=========company==========*/
    .sp_br {
        display: none;
    }
    .pc_br {
        display: inline;
    }
    .company__head {
        font-size: 2.4rem;
        line-height: 4rem;
    }
    .company__description {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .company__outer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .company-wrap {
        width: 42rem;
        height: 32rem;
        margin: 3rem 0;
        flex-direction: column;
        padding: 1rem;
        justify-content: flex-start;
    }
    .company-wrap__logo {
        height: 140px;
        width: 140px;
        margin: 0;
    }
    .company-wrap__head {
        font-size: 2rem;
    }
    .company-wrap__text {
        font-size: 2rem;
        line-height: 3rem;
    }

    .company__read-more {
        margin: 1rem 0%;
        font-size: 1.8rem;
    }




    /*=========swiper==========*/
    .swiperwantedly {
        padding: 8rem 0 3rem;
    }
    .swiper-slide {
        transform: scale(0.6); /* スライドの大きさ調整 */
    }
    .swiper-slide-active {
        transform: scale(1.3)!important; /* スライドの大きさ調整 */
    }
    .swiper-slide-next {
        transform: scale(0.8)!important; /* スライドの大きさ調整 */
    }
    .swiper-slide-prev {
        transform: scale(0.8)!important; /* スライドの大きさ調整 */
    }
    .swiper__nav {
        margin-top: 10rem;
        display: flex;
        justify-content: row;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: relative;
        margin: 0;
        color: black;
        display: block;
        height: auto;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 3rem!important;
    }
    /*=========note==========*/
    .swipernote {
        padding: 10rem 0 3rem;
    }
    .note__head {
        font-size: 2.4rem;
    }
    .note__description {
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .note__icon {
        width: 11rem;
        margin-top: 4.2rem;
    }
    .swiper-slide.thumsnote {
        line-height: 3.5rem;
        padding: 0;
    }
    .swiper-pagination-bullets {
        margin: 0 4rem;
        width: auto!important;
    }
    
    /*=========wantedly==========*/
    .wantedly__head {
        font-size: 2.4rem;
    }
    .wantedly__description {
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .swiperwantedly {
        margin: 0 auto;
    }

    /*=========media==========*/
    .media__description {
        font-size: 2rem;
        line-height: 3.5rem;
        margin-top: 4.2rem;
    }
    .media__slider {
        margin-top: 3.2rem;
    }
    .swiper-slide.thumsmedia {
        line-height: 3.5rem;
        padding: 0;
    }
    .swipermedia {
        padding: 8rem 0 3rem;
    }
    .media {
        margin-top: 10rem;
    }

    /*=========awardhistory==========*/
    .awardhistory__description {
        font-size: 2rem;
        margin-top: 3rem;
        line-height: 3.5rem;
    }
    .awardhistory__img {
        width: 185px;
        margin: 6rem auto auto;
    }

    /*=========entry==========*/
    .entry__logo {
        width: 10.5rem;
    }
    .entry__description {
        font-size: 2.8rem;
        line-height: 4.9rem;
    }
    .entry__btn {
        width: 28rem;
        height: 6.5rem;
        line-height: 6.5rem;
        display: flex;
        margin: 2rem auto;
        justify-content: center;
        align-items: center;
        outline: none;
        outline-offset: 0px;
    }
    a.btn-flat:before { 
        display: block;
    }
    .entry__outer {
        width: 79rem;
        height: 30rem;
    }
    .copyright {
        font-size: 1.2rem;
        margin: 5rem auto 2rem;
        text-align: center;
    }

.btn:hover {
    color: rgb(182,0,47);
    border: solid 1px rgb(182,0,47);
    opacity: 1;
}

a.btn-flat {
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  background-color: rgb(182,0,47);
  margin: 2rem auto;
  padding: 0;
  font-size: 2rem;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



}



