﻿
section.main {
    height: 80vh !important;
    width: 100%;
    position: relative;
}


.vegas-overlay {
    background: none;
}

.main-wrap {
    width: 85%;
    margin: 0 0 0 auto;
    height:100%;
}

.read {
    position: absolute;
    bottom: 19%;
    width: 90%;
    z-index: 2;
    left: 5%;
}

.read dt {
    display: inline-block;
    width: 80%;
    max-width: 330px;
}

.read dt span:first-child {
    color: #df0615;
}

.read dt span:last-child {
    color: var(--blue);
    float: inline-end;
}

.read dd {
    font-size: 2.2em;
    letter-spacing: 0.03em;
    margin: 10px auto 0;
    color: var(--white);
    font-weight: var(--fw-black);
    text-shadow: 0 0 4px #000000;
    transform: skewX(166deg);
}

.scroll {
  cursor: pointer;
  position: absolute;
  width: 15%;
  height: 13%;
  bottom: 0;
  margin: auto;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background: var(--darkblue);
  box-sizing: border-box;
}

.scroll a:before {
  -moz-animation-name: anime1;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: anime1;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: anime1;
  -o-animation-duration: 5s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: anime1;
  -ms-animation-duration: 5s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  content: "";
  position: absolute;
  top: 40px;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  text-align: center;
  z-index: 100;
  display: block;
  overflow: hidden;
}

.scroll a {
  position: absolute;
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
  font-size: 0.9em;
  letter-spacing: 0.08em;
  font-family: var(
  --outfit);
  padding: 7px 7px;
  box-sizing: border-box;
  width: 100%;
}



@-moz-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--white);
  }
}

@-webkit-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--white);
  }
}

@-o-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--white);
  }
}

@-ms-keyframes anime1 {
  0% {
    width: 1px;
    height: 0;
    background-color: none;
  }

  100% {
    width: 1px;
    height: 100%;
    background-color: var(--white);
  }
}

.top__head .big {
    color: var(--blue);
    font-size: 2em;
    font-weight: var(--fw-black);
    letter-spacing: 0.05em;
    transform: skewX(166deg);
    line-height: 1.3;
}

.top__head h1 span {
    padding: 0 17px;
    position: relative;
    margin: 0 0 0 0;
}



.top__head h1 span:before,.top__head h1 span:after {
    border: 1px solid #e00000;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 13px;
    z-index: 1;
    left: -2px;
}

.top__head h1 span:after {
    left: inherit;
    right: -2px;
}


.top__head {
    text-align: center;
}

.top__head .big span {
    display: block;
}

.top__head .big span small {
    font-size: 68%;
}

.top__head .en {
    color: #949494;
    font-weight: 200;
}

.top__head h1 {
    color: #e00000;
    letter-spacing: 0.08em;
    margin: 3px auto 0;
    transform: skewX(166deg);
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-weight: var(--fw-black);
    margin: 12px auto 0;
    display: block;
}

.top__head h2 {
    color: var(--blue);
    letter-spacing: 0.08em;
    margin: 3px auto 0;
    margin: 0 auto;
    font-size: 1.8em;
    position: relative;
    font-weight: var(
    --fw-black);
    line-height: 1.5;
}
.top__head h1 b.color-red {
    width: 50%;
    display: block;
    text-align: center;
    margin: -30px auto 0;
}

.top__head h1 small {
    font-size: 70%;
    display: block;
    margin: 6px 0 7px 0;
}

/*about*/

.fig-wrap.sp {
    display: block !important;
}

.fig-wrap.pc {
    display: none !important;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.fig-text {
    position: relative;
    margin: -50px auto 0;
    z-index: 2;
    text-align: center;
    line-height: 1;
    width: 63%;
}

.fig-wrap b {
    display: block;
    margin: 0 auto;
}

.fig-wrap b.color-red {
    margin: -66px 0 0 auto;
    width: 47%;
}


/*サポート*/
.bg-blue {
    background: #f0f8ff;
    padding: 60px 0;
    position: relative;
}

.bg-cross > div {
    background: var(--white);
    padding-top: 0;
    padding-bottom: 20px;
}

.s-fig-wrap figure {
    width: 64%;
    margin: 0 auto 0 0;
}

.s-fig-wrap {
    position: relative;
    padding: 0 0 130px 0;
}

.s-fig-wrap figure.s02 {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
}

#support figure.s03,
#debut figure.s03{
    margin: auto;
    max-width: 767px;
}

.bg-nomal {padding: 60px 0;background: var(--white);}



#support .about-text .fig-wrap,#debut .about-text .fig-wrap {
    margin: 0 auto 40px;
}

#support .fig-text,
#debut .fig-text{
    margin: -50px auto 0;
    width: 68%;
}

#support .fig-wrap b.color-red {
    width: 62%;
    margin: -43px 0 0 auto;
}

#debut .fig-wrap .fig-text b.color-blue {
    width: 85%;
    margin: 0 0 0 0;
}


#debut .fig-wrap .fig-text b.color-red {
    width: 66%;
    margin: -41px 0 0 auto;
}

#benefits  .fig-wrap  .fig-text b.color-blue {
    width: 64%;
}

#benefits .fig-wrap .fig-text  b.color-red {
    width: 86%;
    margin: -41px 0 0 auto;
}

#benefits .fig-wrap .fig-text {
    width: 71%;
    margin: -50px auto 0;
}

/*環境*/
.tate-pic {
    position: relative;
    margin: 0 auto 20px;
}

ul.tate-pic-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

ul.tate-pic-list li small {
    color: var(--white);
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
    right: 10px;
    line-height: 1.2;
    top: 10px;
}

ul.tate-pic-list li {
    position: relative;
}

ul.tate-pic-list li:nth-child(3) small,ul.tate-pic-list li:nth-child(4) small {
    top: inherit;
    bottom: 10px;
    right: inherit;
    left: 10px;
}

.tate-pic-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

ul.icon-list li {
    background: #df0615;
    color: var(--white);
    text-align: center;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

ul.icon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 70px;
}

ul.icon-list li:nth-child(3),ul.icon-list li:nth-child(4),ul.icon-list li:nth-child(7),ul.icon-list li:nth-child(8) {
    background: var(--blue);
}

ul.icon-list li figcaption * {
    display: inline-block;
    line-height: 1.3;
}

ul.icon-list li figcaption {
    margin: 10px auto 0;
}

ul.icon-list li figcaption b {
    font-weight: var(--fw-bold);
    font-size: 130%;
    padding: 0 1px;
}

ul.icon-list li figcaption p {
    font-size: 0.9em;
    font-weight: var(--fw-bold);
}

ul.icon-list li figcaption small {
    font-size: 72%;
    line-height: 1.6;
    display: block;
}

ul.icon-list li figure img {
    height: 36px;
    vertical-align: bottom;
}

ul.icon-list li:nth-child(3) figure img {
    height: 44px;
}

ul.icon-list li:nth-child(4) figure img {
    height: 43px;
}

ul.icon-list li:nth-child(6) figure img {
    height: 39px;
}

ul.icon-list li:nth-child(8) figure img {
    height: 39px;
}


ul.icon-list li figure {
    width: 100%;
}

ul.icon-list li:nth-child(odd) {
    position: relative;
}

ul.icon-list li:nth-child(odd):before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 80%;
    background: var(--white);
}



/*教習*/
.training-fig-wrap .fig-list {
    display: flex;
}

/*インタビュー*/
.bg-nomal.person {
    padding: 60px 0 0;
}


.bg-cross {
    padding: 60px 0 0;
    position: relative;
    position: relative;
    background: linear-gradient(120deg, #df0615 50%, #005bac 0);
    padding: 5px;
}

.interview-wrap figcaption {
    margin: auto;
}

#interview {
    padding: 0 0 60px 0;
}

.interview-box {
    display: grid;
    gap: 30px;
}

.interview-box a figure img {transform: scale(1);transition: .3s;}

.interview-box a figure {
    overflow: hidden;
}

.interview-box a:hover figure img {
    transform: scale(1.05);
}

.i-head-wrap {
    position: absolute;
    bottom: 2px;
    left: 3%;
}

.i-head span {
    color: var(--white);
    line-height: 1;
    padding: 3px 0 5px;
    display: inline-block;
    transform: skewX(-160deg);
    font-size: 1.1em;
    font-weight: var(--fw-bold);
    letter-spacing: 0.08em;
}

.i-head{
    transform: skewX(160deg);
    background: #df0615;
    display: inline-block;
    line-height: 1.4;
    padding: 0 8px;
    margin: 0 0 5px 0;
}

.i-blue .i-head{
    background: var(--blue);
}

.interview-box figure {
    margin: 0 auto 0;
    position: relative;
}

.profile .name {
    font-size: 1em;
    font-weight: var(--fw-bold);
    border-bottom: 1px solid #df0615;
    margin: 0 auto 10px;
    color: var(--black);
    transition: .3s;
}

.i-blue .profile .name{
     border-bottom: 1px solid var(--blue);
}

.profile b {
    font-weight: var(--fw-bold);
    font-size: 0.9em;
    display: block;
    color: var(--black);
    transition: .3s;
}

.profile {
    background: var(--white);
    padding: 10px 5%;
    transition: .3s;
}

a:hover .profile {
    background: var(--darkblue);
}


a:hover .profile * {
    color: var(--white);
}

#interview a:hover span.p__icon {
    --icon-color: var(--white);
}

.interview-box .intro-text {
    margin: 0 auto;
    position: relative;
    background: linear-gradient(120deg, #df0615 50%, #005bac 0);
    padding: 5px;
}

#interview span.p__icon {
    --icon-color: var(--blue);
}

.bg-red {
    background: #df0615;
    padding: 60px 0;
}

.bg-red .h3__common{
    color:var(--white);
}

.bg-red .h3__common:before {
    background: #fff799;
}

ul.flow-list li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

ul.flow-list li:last-child {
    margin: 0;
}

ul.flow-list li .time {
    width: 50px;
    height: 50px;
    border: 1px solid var(--white);
    border-radius: 100%;
    text-align: center;
    padding: 9px 0;
    color: #fff799;
    font-weight: var(--fw-bold);
    font-family: 'Outfit';
    font-size: 1.1em;
}

ul.flow-list li dl {
    width: 81%;
}

ul.flow-list li dl dd {
    font-size: 0.9em;
}

ul.flow-list li dl dt {
    font-size: 1em;
    border-bottom: 1px solid;
    font-weight: var(--fw-bold);
    margin: 0 0 10px 0;
    position: relative;
}

ul.flow-list li dl figure {
    margin: 10px 0 0 0;
    width: 70%;
    max-width: 230px;
}

ul.flow-list li * {
    color: var(--white);
}

ul.flow-list li dl dt:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: var(--white);
    left: -15px;
    bottom: -1px;
}


/*研修まで*/
.bg-beige {
    background: #eeead9;
    padding: 60px 0;
}

#guide ul.flow-list li * {
    color: var(--black);
}

#guide ul.flow-list li .time {
    color: var(--white);
    position: relative;
    display: block;
    margin: 0 auto;
    border: none;
    background: var(--blue);
    border-radius: 0;
    width: 7%;
    height: auto;
}

.two-type {
    width: 100%;
    display: flex;
}

.two-type span {
    background: #e9e3c4;
    padding: 5px 10px;
    width: 50%;
    font-size: 0.9em;
    line-height: 1.6;
    cursor: pointer;
}

#guide ul.flow-list li {margin: 0 0 13px 0;}

#guide ul.flow-list li dl {
    background: hsl(0deg 0% 100% / 48%);
    padding: 10px;
}

#guide ul.flow-list li dl dt:before {
    content: none;
}

ul.flow-list li dl dd ol {
    padding: 0 0 0 22px;
}

#guide ul.flow-list li dl,#guide ul.flow-list li .two-type-wrap {
    width: 92%;
    margin: 0 0 0 1%;
}

#guide ul.flow-list li .two-type-wrap dl {
    width: 100%;
    margin: 0;
}

#guide ul.flow-list li .time:after{content: "";position: absolute;width: 0;height: 0;bottom: -10px;left: 0;border-style: solid;border-color: #005bac transparent transparent transparent;border-width: 10px 11px 0 12px;z-index: 1;}

#guide ul.flow-list li:last-child .time:after{content:none;}
#guide ul.flow-list li dl dd ol li {
    display: list-item;
    margin: 0 0 8px 0;
    border-bottom: 1px dashed var(--gray);
    list-style: circle;
    line-height: 1.6;
}


.tab-panel {
  display: none;
}

.two-type span.active {
  background-color: #f3de8a;
  font-weight: var(--fw-bold);
}

.tab-panel.active {
  display: block;
  padding: 3%;
  border-top: 2px solid #f3de8a;
}

/*募集要項*/

ul.recruitment-list {
    display: grid;
    gap: 20px;
}

ul.recruitment-list .r-content {
    display: none;
    gap: 10px;
    padding: 10px;
    background: var(--white);
    border-radius: 0 0 10px 10px;
}

ul.recruitment-list h6 {
    background: var(--white);
    letter-spacing: 0.08em;
    font-size: 0.95em;
    position:relative;
    padding: 15px 28px 15px 15px;
    border-radius: 5px 5px;
    cursor: pointer;
    font-weight: var(--fw-bold);
    line-height: 1.5;
}

ul.recruitment-list h6:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 0.9;
    text-align: center;
    width: 30px;
    height: 30px;
    color: var(--darkblue);
    transition: 0.4s;
}

ul.recruitment-list dl {
    width: 100%;
    display: grid;
    gap: 2px;
    border-bottom: 1px solid var(--gray);
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

ul.recruitment-list dl dt,ul.recruitment-list dl dd {
    font-size: 0.9em;
    color: var(--black);
    letter-spacing: 0.08em;
}

ul.recruitment-list dl dt {
    font-weight: var(--fw-bold);
    color: var(--blue);
    font-size: 0.95em;
}

ul.recruitment-list li {
    border-radius: 5px;
}

ul.recruitment-list h6.active {
    background: var(--blue);
    color: var(--white);
    border-radius: 5px 5px 0 0;
}

ul.recruitment-list li h6.active:after {
    transform: rotate(45deg) translateY(10%);
    color: var(--white);
    top: 30%;
}

.tel-wrap h5 {
    font-size: 0.95em;
    font-weight: var(--fw-bold);
    letter-spacing: 0.08em;
    color: var(--blue);
    position: relative;
    padding: 0;
}

.tel-wrap h5:before {
    content: "●";
    font-size: 10%;
    vertical-align: bottom;
    left: 0;
    position: relative;
    margin: 0 2px 0 0;
}

ul.recruitment-list li .tel-box {
    text-align: center;
    background: var(--lightgray);
    padding: 10px;
    border-radius: 5px;
    margin: 5px auto 0;
    letter-spacing: 0.08em;
    width: 100%;
}

ul.recruitment-list li .tel-box b {
    color: var(--black);
    font-weight: var(--fw-bold);
    font-size: 0.9em;
}

.tel-box span .tel {
    font-size: 1.5em;
}

ul.recruitment-list li span {
    margin: 8px auto 0;
    text-align: center;
}
ul.recruitment-list li span a{
    color: var(--blue);
}

ul.recruitment-list li span a i {
    font-size: 71%;
    margin: 0 3px 0 0;
}

a.entry-button {
    background: var(--blue);
    display: block;
    padding: 20px 20px 70px 20px;
    border-radius: 15px;
    transition: .3s;
}

a.entry-button:hover {
    background: var(--lightblue);
}

a.entry-button:hover *,
a.entry-button:hover .top__head .en{
    color:var(--blue);
}


a.entry-button * {
    color: var(--white);
    transition: .3s;
}

a.entry-button .top__head .en {
    color: var(--white);
    transition: .3s;
}

a.entry-button span.p__icon {
    --icon-color: var(--white);
    border: 1px solid;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

a.entry-button:hover span.p__icon {
    border: 1px solid var(--blue);
    background:var(--blue);
}

.bg-blue.recruitment {
    position: relative;
}

.bg-blue.recruitment:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    background: var(--white);
    bottom: 0;
    z-index: 0;
}

#recruitment {
    position: relative;
    z-index: 1;
}

.bg-blue.recruitment > div {
    position: relative;
    z-index: 1;
}

@media (min-width: 500px) {
    .fig-text {
        width: 55%;
    }
    
    .fig-wrap b.color-red {
        margin: -100px 0 0 auto;
    }
    
    .i-head {
        display: table;
    }

ul.flow-list li dl {
    width: 90%;
}


    /*サポート*/
    #support .fig-text, #debut .fig-text {
        width: 60%;
    }
    
    #support .fig-wrap b.color-red,
    #debut .fig-wrap .fig-text b.color-red{
        margin: -60px 0 0 auto;
    }
    
    /*福利厚生*/
    #benefits .fig-wrap .fig-text {
        width: 59%;
    }
    
    #benefits .fig-wrap .fig-text b.color-red {
        margin: -60px 0 0 auto;

    }
    
    /*流れ*/
    #guide ul.flow-list li dl {
    padding: 20px;
}



#guide ul.flow-list li .time:after {transform: scale(2.45);left: 0;right: 0;margin: auto;bottom: -17px;}

#guide ul.flow-list li {
    margin: 0 0 27px 0;
}

    a.entry-button {position: relative;padding: 50px 20px 80px;}

    a.entry-button span.p__icon {
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
        width: 70px;
        height: 70px;
    }
    
}

@media (min-width: 767px) {

    
    .fig-wrap b.color-red {
        margin: -70px 0 0 auto;
    }

    .top__head h1 {
        font-size: 1.6em;
        margin: 12px 0 0 auto;
        text-align: left;
        padding: 0;
    }

.top__head h1 span {
    margin: 0;
    line-height: 1;
    display: inline-block;
}

    .top__head h1 span:after {
    right: 0;
}
    
    .top__head .big {
        font-size: 2.4em;
    }
    
    .top__head {
        text-align: left;
        display: inline-block;
        left: 20px;
        position: relative;
    }

    .top__head h2{
        font-size: 2.2em;
    }

    #support .top__head h1, #debut .top__head h1 {text-align: left;}


    .top__head.pc {
        display: inline-block !important;
    }

    .fig-text {
        margin: -40px auto 0;
        width: 62%;
    }


    
    /*about*/
    #about .about-wrap {
        display: flex;
        align-items: center;
    }
    
    #about .about-text {
        width: 56%;
    }
    
    #about .fig-wrap.sp {
        width: 45%;
    }
    
    #about .about-text p.mb3 {
        margin: 0;
    }

    /*サポート*/
    #support .text-wrap ,
    #debut .text-wrap {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    #support .about-text .fig-wrap,
    #debut .about-text .fig-wrap{
        margin: 0;
        width: 42%;
    }
    
    .text-inner {
        width: 50%;
    }
    .s-fig-wrap figure {
        width: 48%;
    }

    #support .about-text .fig-wrap .s01,#support .about-text .fig-wrap .s02,
    #debut .about-text .fig-wrap .s01,#debut .about-text .fig-wrap .s02{
    width: 46%;
}

#support .about-text .fig-wrap .s02,
#debut .about-text .fig-wrap .s02{
    margin: 40px 0 0 6%;
}

#support .about-text .fig-wrap .s01,
#debut .about-text .fig-wrap .s01{
    margin: 0 0 -13px 50%;
    z-index: 1;
    position: relative;
}

     /*サポート*/
    #support .fig-text, #debut .fig-text {
        width: 74%;
    }
    
    #support .fig-wrap b.color-red,
    #debut .fig-wrap .fig-text b.color-red{
        margin: -44px 0 0 auto;
    }


        /*福利厚生*/
#debut .top__head h1 span {
    margin: 0;
}


ul.tate-pic-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.tate-pic-text {
    width: 24%;
    top: -30px;
    transform: rotateZ(17deg);
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tate-pic {
    margin: 0 auto 40px;
    padding: 0;
}

ul.tate-pic-list li small {
    top: inherit;
    bottom: 10px;
    left: 10px;
    right: inherit;
}

    

    #benefits .fig-wrap .fig-text {
        width: 32%;
    }
    
    #benefits .fig-wrap .fig-text b.color-red {
        margin: -42px 0 0 auto;
    }

    /*教習*/
    #training .about-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    #training .about-wrap .about-text {
        width: 48%;
    }
    
    .fig-wrap.training-fig {
        width: 48%;
        height: auto;
    }
    
    #training .about-wrap .about-text p.mb3 {
        margin: 0 0 20px 0;
    }

    .fig-wrap.training-fig figure {
    overflow: hidden;
    position: relative;
    height: 58vh;
}

.fig-wrap.training-fig figure img {
    max-width: max-content;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
        
    .fig-wrap.training-fig {
        margin: 0;
        position: relative;
        padding: 5% 0 5% 5%;
    }

   
    .training-fig-wrap .fig-list{
        display:block;
    }
    .training-fig-wrap .fig-list li {
    width: 50%;
}

    .training-fig-wrap .fig-list li {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
}

    .training-fig-wrap .fig-list li:nth-child(2) {
    right: 4%;
    top: inherit;
    bottom: 0;
    left: inherit;
}

    .training-fig-wrap .fig-list li figure{
        height: inherit;
    }

    .training-fig-wrap .fig-list li figure img{
        position: relative;
        max-width: 100%;
    }
    

    .s-fig-wrap figure {
    width: 47%;
}
        
    /*環境*/
    .bg-cross{
        padding:15px;
    }

    
    .bg-cross > div {
        padding-top: 0;
        padding-bottom: 60px;
    }
    
    ul.icon-list li figcaption p {
        font-size: 1em;
    }
    
    ul.icon-list li figcaption b {
        font-size: 155%;
    }
    
    ul.icon-list li figure img {
        height: 45px;
    }


     ul.icon-list li:nth-child(2) figure img {
        height: 48px;
    }
    
    ul.icon-list li:nth-child(3) figure img {
        height: 50px;
    }
    
    ul.icon-list li:nth-child(4) figure img {
        height: 49px;
    }
    
    ul.icon-list li:nth-child(6) figure img {
        height: 50px;
    }
    
    ul.icon-list li:nth-child(8) figure img {
        height: 50px;
    }


    
    ul.icon-list li {
        padding: 20px 10px;
        height: 150px;
    }
    
    /*インタビュー*/
    



    
    .profile {
        padding: 20px;
    }
    
    .profile .name {
        font-size: 1.1em;
    }

    ul.flow-list li {
    margin: 0 0 40px 0;
}

ul.flow-list li dl {
    width: 76%;
}

.person {
    display: flex;
    padding: 0;
}

.person .bg-red {
    width: 50%;
}



#oneday {
    padding: 0 5%;
}

#interview {
    padding: 60px 5% 150px 5%;
    position: sticky;
    height: 100%;
    width: 50%;
    top: 0;
}

#interview .common__padding{
    padding:0;
}

    
    .two-type span {
        padding: 15px;
        font-size: 0.95em;
    }
    
    /*募集要項*/
    
    ul.recruitment-list h6 {
        font-size: 1em;
    }
    
    ul.recruitment-list .r-content {
        padding: 20px;
    }
    
    ul.recruitment-list li .tel-box {
        padding: 20px;
    }

    .bg-blue.recruitment:after {
    height: 180px;
}




}
@media (min-width: 991px) {

    
    .read dd {
        font-size: 4.8em;
        line-height: 1;
    }
    
    .read dt {
        max-width: 500px;
    }


    .top__head h2 {
    font-size: 2.5em;
  }

     .top__head .big {
        font-size: 2.8em;
    }
    

ul.icon-list li:nth-child(even) {
    background: var(--blue);
}

ul.icon-list li:nth-child(odd) {
    background: #df0615;
}

#benefits .fig-wrap .fig-text {
    width: 35%;
    margin: 0 0 50px auto;
}


.icon-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap-reverse;
    margin: -210px auto 0;
}

ul.icon-list {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
}


ul.icon-list li {
    padding: 14px;
    align-items: center;
}

.icon-wrap .fig-wrap figure {
    overflow: hidden;
    height: 90%;
    position: relative;
}

.icon-wrap .fig-wrap figure img {
    max-width: max-content;
    object-fit: cover;
    margin: auto;
    left: -38%;
    position: absolute;
    text-align: center;
}



.benefits-wrap p.mb3 {
    margin: 0 0 40px 0;
    width: 66%;
}

    
    /*流れ*/
    
    ul.flow-list li .time {
        width: 70px;
        height: 70px;
        font-size: 1.4em;
        line-height: 2.2;
    }
    
    ul.flow-list li dl dt {
        font-size: 1.1em;
    }

    ul.flow-list li dl dt:before {
        width: 30px;
        left: -30px;
    }
    
#guide ul.flow-list li .time:after {transform: scale(3.45);left: 0;right: 0;margin: auto;bottom: -22px;}

/*募集要項*/
    ul.recruitment-list h6 {
    padding: 25px 28px 25px 25px;
    font-size: 1.1em;
}

ul.recruitment-list .r-content {
    padding: 30px;
}

ul.recruitment-list dl dt, ul.recruitment-list dl dd {
    font-size: 1em;
}

ul.recruitment-list dl {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
    
}



@media (min-width: 1100px) {	


    .main-wrap {
        width: 90%;
    }
    
    section.main {
        height: 100vh !important;
    }

    .scroll {
        height: 19%;
        width: 10%;
    }
    
    .read {
        bottom: 16%;
        left: 15%;
    }


    .scroll a {
        padding: 20px 0;
        font-size: 1em;
    }
    
    .scroll a:before {
      top: 55px;
    }
    
    /*運転士*/
    
    .fig-wrap.sp {
        display: none !important;
    }
    
    .fig-wrap.pc {
        display: block !important;
    }
        
    #about .about-wrap {
        display: flex;
        justify-content: space-between;
        max-width: 1522px;
        margin: 0 auto 0;
        box-sizing: border-box;
        width: 90%;
        align-items: center;
    }
    
    #about .about-wrap .about-text {
        width: 42%;
        padding: 0;
    }
    
    #about .about-wrap .about-text p.mb3{
        margin-bottom: 30px;
    }
    
    #about .about-wrap .fig-wrap {
        flex: 1;
        margin-right: calc(50% - 50vw);
        margin-left: 7%;
        position: relative;
        margin-bottom: 0;
        @a: 0;
    }
    
    #about ul.fig-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        position: relative;
    }
    
    
    #about .fig-text {
        width: 62%;
        margin: -40px auto 0;
    }
 
    .fig-wrap b.color-red {
        margin: -150px 0 0 auto;
    }
    
    ul.left-pic-wrap {
        position: absolute;
        width: 16%;
        top: 25%;
        left: 0;
    }
    
    #about .about-text .fig-wrap {
        margin: -90px auto 0;
    }

    #support .fig-text, #debut .fig-text {
    width: 78%;
}


    /*環境*/
    
#benefits .fig-wrap .fig-text {
    width: 68%;
}

#benefits .fig-wrap .fig-text b.color-red {
    margin: -50px 0 0 auto;
}

    .icon-wrap .fig-wrap {
        display: block !important;
    }
    
    .icon-wrap .fig-wrap figure img {
        left: -70px;
        right: 0;
        margin: auto;
        display: block;
    }

     .i-head span {
        font-size: 1.2em;
    }

    .interview-box a {
    display: flex;
}

.interview-box a figure {
    width: 70%;
    margin: 0;
}

.interview-wrap figcaption {
    width: 30%;
    margin: 0;
    height: 100%;
}

.interview-box .intro-text {
    height: 100%;
}

.profile {
    height: 100%;
    padding: 13px;
}

    #guide ul.flow-list li {
    margin: 0 0 37px 0;
}

}

@media (min-width: 1200px) {
      .scroll {
        height: 23%;
    }
    .scroll a {
        padding: 40px 0;
    }
    
    .scroll a:before {
        top: 80px;
    }
    .bg-nomal, .bg-blue, .bg-beige,.bg-red {
        padding: 100px 0;
    }
    
    .top__head .en{
            font-size:1.2em;
    }

    .top__head h2 {
        margin: 20px auto 0;
        font-size: 3.2em;
    }
        
    .read dd {
        font-size: 6.5em;
        line-height: 1;
        margin: 30px auto 0;
    }
    
    .read dt {
        max-width: 710px;
    }
    
    .read {
        bottom: 18%;
    }
    
    /*about*/
    
    
    
    #about .about-wrap .about-text,#training .about-wrap .about-text {
        width: 49%;
    }
    
    #about .about-wrap .fig-wrap {
        margin-left: 2%;
    }

    /*教習*/
    .fig-wrap.training-fig {
        width: 45%;
    }

    

     /*環境*/

.top__head .big {
    font-size: 3.4em;
}

.top__head h1 {
    font-size: 2em;
}

#support .fig-wrap b.color-red, #debut .fig-wrap .fig-text b.color-red {
    margin: -68px 0 0 auto;
}

#support .fig-text, #debut .fig-text {
    margin: -80px auto 0;
}

#debut .fig-wrap .fig-text b.color-blue {
    width: 76%;
}

ul.tate-pic-list {
    grid-template-columns: repeat(2, 1fr);
}

.tate-pic-text {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

ul.tate-pic-list li small {
    top: 10px;
    left: inherit;
    right: 10px;
}

.benefits-wrap p.mb3 {
    width: 100%;
    margin: 0 auto;
}

#benefits .fig-wrap .fig-text {
    width: 68%;
    margin: 0 auto 50px;
}
    
    #benefits figure.tate-pic {
        display: block;
        width: 48%;
        position: sticky;
        top: 100px;
        left: 0;
        height: 100%;
        margin: 0 6% 0 0;
    }

    .bg-cross > div {
        padding-top: 0;
        padding-bottom: 0;
    }

    #benefits {
        display: flex;
    }
    
    .icon-wrap .fig-wrap figure {
        display: none;
    }
    
    .icon-wrap {
        margin: 30px auto 0;
    }
    
    ul.icon-list {
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }
    
    .icon-wrap .fig-wrap {
        width: 100%;
    }



    ul.icon-list li figcaption b {
        font-size: 140%;
    }
    
    ul.icon-list li {
        height: 190px;
        align-items: anchor-center;
    }
    
    #benefits .fig-text {
        margin: 20px auto 0;
    }
    
    .benefits-wrap {
        width: calc(100% - 46%);
        padding: 100px 5% 100px 0;
        margin: 0 0 0 auto;
    }

.tate-pic .fig-wrap {
    position: absolute;
    bottom: 5%;
    left: 0%;
    width: 100%;
}

.tate-pic .fig-wrap b.color-red {
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

ul.icon-list li:nth-child(even) {
    background: var(--blue);
    position: relative;
}

ul.icon-list li:nth-child(odd) {background: #df0615;}

ul.icon-list li:nth-child(even):before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 80%;
    background: var(--white);
}

ul.icon-list li:nth-child(4n):before {
    content: none;
}

ul.icon-list li figure img {
    height: 42px;
}

    
     ul.icon-list li:nth-child(2) figure img {
        height: 39px;
    }
    
    ul.icon-list li:nth-child(3) figure img {
        height: 44px;
    }
    
    ul.icon-list li:nth-child(4) figure img {
        height: 47px;
    }
    
    ul.icon-list li:nth-child(6) figure img {
        height: 48px;
    }
    
    ul.icon-list li:nth-child(8) figure img {
        height: 46px;
    }

    /*インタビュー*/
    .bg-nomal.person {
        padding: 0;
    }
    
    .interview-box {
        gap: 5%;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile .name {
        font-size: 1.4em;
        padding: 0 0 6px 0;
    }
    
  
    
    .i-head-wrap {
        bottom: 4%;
    }

    .person .bg-red {
    width: 37%;
    padding: 0;
    background: var(--white);
}

#interview {
    width: 63%;
    padding: 100px 5% 150px 5%;
}

#oneday {
    max-width: 660px;
    background: #df0615;
    margin: 0 auto;
    padding: 150px 4%;
}

.interview-box a {
    display: block;
}

.interview-box a figure {
    width: 100%;
}

.interview-wrap figcaption {
    width: 100%;
    height: auto;
}

ul.flow-list li dl dt {
    font-size: 1.3em;
    padding: 0 0 6px 0;
    margin: 0 0 20px 0;
}

ul.flow-list li dl dd {
    font-size: 1em;
    font-weight: var(--fw-medium);
}

#guide ul.flow-list li .time:after {
    transform: scale(3.6);
    bottom: -23px;
}

#guide ul.flow-list li {
    margin: 0 0 38px 0;
}

#guide ul.flow-list li dl {
    padding: 30px;
}

.two-type span {
    font-size: 1em;
    padding: 20px;
}

ul.flow-list li dl {
    width: 79%;
}

#guide ul.flow-list li dl dd ol li {
    margin: 0 0 15px 0;
}

/*募集要項*/
    ul.recruitment-list dl {display: flex;}

ul.recruitment-list dl dt {
    width: 20%;
    font-size: 1.1em;
}

ul.recruitment-list dl dd {
    width: 80%;
}

ul.recruitment-list li .tel-box {
    width: 100%;
    text-align: center;
    padding: 40px;
}

ul.recruitment-list li span {
    text-align: center;
}

.tel-box span .tel {
    font-size: 2em;
    font-weight: var(--fw-semibold);
    letter-spacing: 0.08em;
}

ul.recruitment-list li .tel-box b {
    font-size: 1em;
    margin: 0 0 17px 0;
    display: block;
}

.tel-wrap h5 {
    font-size: 1.2em;
    margin: 30px auto 10px;
}

.tel-wrap h5:before{
    font-size: 80%;
    margin: 0 5px 0 0;
}


 .bg-blue.recruitment:after {
    height: 290px;
}
    

ul.recruitment-list .r-content {
    padding: 90px;
}

ul.recruitment-list h6 {
    font-size: 1.2em;
}

ul.recruitment-list {
    gap: 30px;
}

a.entry-button {
    padding: 110px 0 150px 100px;
    border-radius: 50px;
}

a.entry-button span.p__icon {
    width: 130px;
    height: 130px;
    right: 10%;
}

span.p__icon[data-type="wave"]::after {
  -webkit-mask-size: 1.8rem auto;
  mask-size: 1.8rem auto;
}

    
    
}

@media (min-width: 1499px) {
.top__head .big {
    font-size: 4em;
}

.top__head h1 {
    font-size: 2.2em;
    margin: 20px auto 0;
}
    

    .top__head .big span {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 -13px 0 0;
}

#about ul.fig-list li:nth-child(1) {
    margin: 150px 0 0 0;
}

#about ul.fig-list li:nth-child(2) {
    margin: 80px 0 0 0;
}



#about ul.fig-list li figure {
    position: relative;
}

    
    #about .about-wrap .about-text{
        width: 41%;
    }
    
    #about .fig-text{
        margin: -160px auto 0;
        width: 58%;
    }

    
    .fig-wrap b.color-red {
        font-size: 1.8em;
        justify-content: left;
        margin: -180px 0 0 auto;
    }

    /*サポート*/
    .text-inner {
        width: 57%;
    }

    #support .fig-text, #debut .fig-text {
        width: 90%;
    }

    #support .fig-wrap b.color-red, #debut .fig-wrap .fig-text b.color-red {
        margin: -96px 0 0 auto;
    }
    
    #support .about-text .fig-wrap,#debut .about-text .fig-wrap {
        width: 36%;
    }

    #support figure.s03{
        margin: 60px auto 0;
    }
    
    #support .about-text .fig-wrap .s01, #support .about-text .fig-wrap .s02,
    #debut .about-text .fig-wrap .s01, #debut .about-text .fig-wrap .s02{
        width: 43%;
    }
    
    #debut .about-text .fig-wrap .s02{
        position: absolute;
        top: 47px;
        width: 17%;
        margin: 0 0 0 -40px;
    }

    #support .about-text .fig-wrap .s01{
        width: 40%;
        top: 0;
        margin: 0 0 0 45%;
    }

    #support .about-text .fig-wrap .s02{
        top: 16%;
        position: absolute;
        width: 14%;
        left: 3%;
        margin: 0 0 0 0;
    }
    
    #debut .about-text .fig-wrap .s01{
        margin: 0 0 30px 54%;
    }

    /*教習*/
    #training .about-wrap .about-text {
        width: 37%;
    }
    
    .fig-wrap.training-fig {
        width: 57%;
        margin: 0;
        padding: 5% 0 0 5%;
    }
    .training-fig-wrap .fig-list li {
    width: 40%;
}

    .training-fig-wrap .fig-list li {
    width: 31%;
    position: absolute;
    top: 0;
}


.training-fig-wrap .fig-list li:nth-child(2) {
    right: 4%;
    top: inherit;
    bottom: -19%;
}

.training-fig-wrap .fig-list {
    gap: 30px;
}

#training .about-wrap .about-text p.mb3 {
    margin: 0 0 40px 0;
}

.fig-wrap.training-fig figure img {
    max-width: 100%;
    position: relative;
}

.fig-wrap.training-fig figure {
    height: auto;
}
    
     /*環境*/

    .benefits-wrap p.mb3 {width: 60%;margin: 0;}

    .icon-wrap {
        margin: -320px auto 0;
    }
    
    #benefits .fig-wrap .fig-text {
        margin: 0 0 190px auto;
    }

    #benefits .fig-wrap .fig-text {
        width: 43%;
    }

    .bg-cross{
        padding:20px;
    }
    
    #benefits figure.tate-pic {
        width: 39%;
        margin-right: 5%;
    }
    
    ul.icon-list li {
        height: 200px;
    }

    /*インタビュー*/
      .i-head span {
        font-size: 1.3em;
    }

    #interview {
    width: 55%;
}

.person .bg-red {
    width: 40%;
}

#oneday {
    padding: 150px 8%;
    max-width: 610px;
}

    
}

@media (min-width: 1699px) {

    .bg-nomal, .bg-blue, .bg-beige {
        padding: 150px 0;
    }

     /*環境*/

 ul.icon-list li {
        height: 145px;
    }

        
     ul.icon-list li:nth-child(2) figure img {
        height: 52px;
    }
    
    ul.icon-list li:nth-child(3) figure img {
        height: 50px;
    }
    
    ul.icon-list li:nth-child(4) figure img {
        height: 51px;
    }
    
    ul.icon-list li:nth-child(6) figure img {
        height: 55px;
    }
    
    ul.icon-list li:nth-child(8) figure img {
        height: 52px;
    }

}

