/* ====================
各見出し
======================= */
.service__topic,
.contact__topic {
    position: relative;
    text-align: center; /* 文字の中央寄せ */
}
.service__topic::before {
    background: linear-gradient(90deg, #236194 0%, rgba(35, 97, 148, 0.40) 100%);
    bottom: -10px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}
.contact__topic::before {
    background: linear-gradient(90deg, #236194 0%, rgba(35, 97, 148, 0.40) 100%);
    bottom: -10px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}

.section__topic--news,
.section__topic--about,
.section__topic--recruit,
.section__topic--faq {
    border-left: solid 5px ;/*左線*/
    border-image:linear-gradient(180deg, rgba(35, 97, 148, 0.80) 0%, rgba(35, 97, 148, 0.32) 100%);
    border-image-slice: 1;
}
.section__topic--news,
.section__topic--about,
.section__topic--recruit,
.section__topic--faq {
    text-align: left;
    padding-left: 16px;
    margin-left:20px ;
}


/* pc__title */
@media screen and (min-width:769px) {

    .section__topic--about,
    .section__topic--recruit,
    .section__topic--faq {
        text-align: left;
        padding-left: 16px;
        margin-left:0px ;
}    
}
/* title__375px */


 /* ====================
FV
======================= */
.fv {
    position: relative;
}

.fv__copy span {
    display: inline-block;
    background-color: var(--primary-blue);
    margin-top: 13px;
    margin-left: 20px;
    padding:4px 10px ;
}


.fv__copy {
    color: var(--primary-white);
    text-shadow: 7px 8px 6px rgba(0, 0, 0, 0.25);
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.firstviewbtn {
    display: block;
    margin: 0 auto;
    margin-top: 300px;

}
.fv__btn {
    background: linear-gradient(90deg, #85CAE5 0%, #d4a3f2 100%);
    display: block;
    width: 280px;
    height: 90px;
    padding: 24px 26px;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    color: #404040;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 20px;
    transition: all .2s;
}

.fv__btn::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 18px;
    background-image: url(../images/arrouw_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.fv__btn:hover{
    transform: scale(1.1, 1.1);
}


.fv__btn span {
    font-size: 1.9rem;
    font-weight: 400;
    margin: 0 auto;
}

.fv__btn--driver {
    margin-top: 23px;
    background: linear-gradient(-90deg, #85CAE5 0%, #7DF07E 100%);

}
/* pc__SERVICE */
@media screen and (min-width:769px) {
    .fv__copy {
        color: var(--primary-white);
        text-shadow: 7px 8px 6px rgba(0, 0, 0, 0.25);
        font-size: 7.0rem;
        font-weight: 700;
        letter-spacing: 1.8px;
        position: absolute;
        top: 8%;
    }
    .fv__copy span {
        display: inline-block;
        background-color: var(--primary-blue);
        margin-top: 73px;
        margin-left: 20px;
        padding: 10px 50px;
    }
    .firstviewbtn {
        display: block;
        margin: 0 auto;
        margin-top: 315px;
        position: absolute;
        top: 33%;
        right: 2%;
        z-index: 1;
        position: fixed;
    }
       
  
}
/* service__375px */


/* ====================
movie
======================= */
#video-area {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }

.pcVideo {
    display: none;
}


#spvideo {
    position: absolute;
    z-index: -1;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 68%;
    min-width: 100%;
}

/* pc__SERVICE */
@media screen and (min-width:769px) {
    .spVideo {
        display: none;
    }
    .pcVideo {
        display: inline;
    }
    #pcvideo {
        position: absolute;
        z-index: -1;
        top: 16%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 177.77777778vh;
        height: 56.25vw;
        min-height: 24%;
        min-width: 100%;
    }
    #video-area {
        position: relative;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
      }
  
  
    
  
}
/* service__375px */

/* ====================
SERVICE
======================= */

.service__content {
    margin-top: 23px;
    padding: 56px 20px;
    background-color: var(--background-color--gray);
}

.service__inner {
    background-color:var(--background-color--white);
    text-align: center;
    padding: 27px 0;
}

.section__copy {
    margin-top: 40px;
}
.amazon {
    display: block;
    margin: 0 auto;
}
.partner {
    color: #236194;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
}
.service__txt {
    margin-top: 30px;
    color: var(--primary-black);
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8; /* 27px */
}
.service__terms {
  margin-top: 20px;
  color: var(--primary-black);
  text-align: center;
  font-size: 1.0rem;
}

.amazon {
    animation: amazon-logo 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes amazon-logo {
    0% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(12px);
    }
}


/* pc__SERVICE */
@media screen and (min-width:769px) {
    .service__content {
        min-width: 896px;
        background-color: var(--background-color--white);
    }
    .service__inner {
        margin: 0;
        max-width: 1085px;
        position: absolute;
        top: -2%;
        left: 15%;
        padding: 67px 262px;
    
    }
    .partner {
        margin-top: 10px;
        font-size: 3.0rem;
    }
    .service__txt {
        margin-top: 50px;
        font-size: 2.0rem;
    }
  
}
/* service__375px */


/* ====================
NEWS
======================= */
.news__content {
    margin-top: 50px;
}

.news_list {
    margin: 30px 20px 0;
}

.news_list_item {
    padding: 25px 0;
    border-bottom: 1px dashed var(--primary-black);
}

.news_list_item:first-child {
    border-top: 1px dashed var(--primary-black);
}
.news_list_item a {
    display: flex;
    padding-right: 30px;
 
}

.news_list_date {
    display: block;
    color: var(--primary-black);
    font-family: Roboto;
    font-size: 1.6rem;
    line-height: normal;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
}

.news_item {
    background:#4E4B4B;
    padding: 1px 8px;
    width: 5em;
    margin-top: 12px;
    color: var(--primary-white);
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
}

.news_list_item  {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: normal;
  
}

.news_txt {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: normal;
    margin-top: 12px;
}

.news_link {
    text-align: end;
}
.news_link:hover{
    color: var(--primary-blue);
}


.news__top {
    display: block;
    font-size: 1.6rem;
    text-align: right;
    margin: 25px 20px 0 0;
}
.news__top:hover{
    color: var(--primary-blue);
}

/* pc__NEWS */
@media screen and (min-width:769px) {
    .news__content {
        margin-top: 350px;
    }
    .news__inner {
        margin: 0 auto;
        max-width: 1085px;
    }
    .news_list_date {
        display: flex;
        margin: 0;
        gap: 32px;
        font-size: 1.8rem;
    }
    .news_item {
        font-size: 1.8rem;
        margin: 0;
    }
    .news_txt {
        font-size: 1.8rem;
        margin: 0;
    }
    .news__top {
        margin: 0 auto;
        margin-top: 25px;
        max-width: 1050px;
        text-align: right;
        font-size: 1.8rem;
    }

    
  
}
/* service__375px */


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 1.6rem;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}

/* ====================
ABOUT US
======================= */

.about__inner {
    background-color:var(--background-color--gray);
    padding-top: 52px;
    padding-bottom: 269px;
}

.about__content {
    margin-top: 50px;
}
.about__table {
    margin-top: 31px;
}
.about__spImg {
    position: relative;
}
.about__pcImg {
    display: none;
}
.about__box {
    position: absolute;
    left: 5%;
    width: 90%;
    background-color: var(--background-color--gray);
    margin: 0 auto;
    margin-top: -91px;
    padding: 32px 0;
}
 
.about__title {
    color: var(--primary-blue);
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5; /* 30px */
    margin: 0 16px ;
}
.about__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5; /* 24px */
    margin: 16px 16px 0 ;
}
.view__btn {
    display: flex;
    position: relative;
    margin: 0 auto;
    margin-top: 32px;
    width: 250px;
    padding: 10px 40px;
    align-items: center;
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    border-radius: 50px;
    background: #1E1E1E;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    transition: all .2s;  
}

 
.view__btn::after {
    content: "";
    display: block;
    width: 40px;
    height: 13px;
    position: absolute;
    background-image: url(../images/viewmore_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    top: 17px;
    text-align: center;
}
.view__btn:hover{
    transform: scale(1.1, 1.1);
  }

.about__table {
    overflow: hidden;
}
.about__spImg:hover,
.about__pcImg:hover {
    transform: scale(1.3);
    transition: 0.3s;
}


/* pc__About */
@media screen and (min-width:769px) {
    .about__content {
        margin-top: 100px;
        background-color: var(--background-color--gray);
    }
    .about__inner {
        margin: 0 auto;
        max-width: 1085px;
    }
    .about__spImg {
        display: none;
    }
    .about__pcImg {
        display: block;
        position: relative;
    }
    .about__box {
        position: absolute;
        right: -475px;
        width: 41%;
        background-color: var(--background-color--gray);
        margin: 0 auto;
        margin-top: -91px;
        padding: 32px 32px;
        max-width: 540px;
    }
    .about__title {
        font-size: 2.4rem;
        margin: 0 
        ;
    }
    .about__txt {
        font-size: 1.8rem;
        margin: 0 auto;
        margin-top: 16px;
    }
    .view__btn {
        display: block;
        width: 280px;
        height: 47px;
        border-radius: 50px;
        background: #1e1e1e;
        padding: 9px 104px 9px 40px;
        text-align: center;
        position: relative;
        color: #FFF;
        font-family: Roboto;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
        margin: 0 auto;
        margin-top: 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid transparent;
        outline: 1px solid;
        outline-color: #878787;
        outline-offset: 0px;
        text-shadow: none;
        transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    }
    .view__btn::after {
        content: "";
        display: block;
        width: 40px;
        height: 13px;
        position: absolute;
        background-image: url(../images/viewmore_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: 37px;
        top: 17px;
        text-align: center;
    }
    .view__btn:hover {
        border-color: #FFF;
        box-shadow: inset 0 0 20px 
        rgba(255, 255, 255, 0.5), 0 0 20px 
        rgba(255, 255, 255, 0.2);
        outline-color: transparent;
        outline-offset: 12px;
        text-shadow: 2px 2px 3px #000;
        cursor: pointer;
    }
    
  
}
/* service__375px */

/* ====================
RECRUIT
======================= */
.recruit__content {
  margin-top: 50px;
  
 
}

.recruit__table {
  margin-top: 31px;

}
.recuruit__spImg {
    position: relative;
}
.recruit__pcImg {
    display: none;
}

.recruit__box {
    position: absolute;
    left: 5%;
    width: 90%;
    background-color: var(--background-color--white);
    margin: 0 auto;
    margin-top: -91px;
    padding: 32px 0;
}
 
.recruit__title {
    color: var(--primary-blue);
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5; /* 30px */
    margin: 0 16px ;
}
.recruit__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5; /* 24px */
    margin: 16px 16px 0 ;
}
.recruit__table {
    overflow: hidden;
}
.recruit__spImg:hover,
.recruit__pcImg:hover {
    transform: scale(1.3);
    transition: 0.3s;
}


/* pc__RECRUIT */
@media screen and (min-width:769px) {
    .recruit__content {
        margin-top: 100px;
        background-color: var(--background-color--white);
    }
    .recruit__inner {
        margin: 0 auto;
        max-width: 1085px;
    }
    .recruit__spImg {
        display: none;
    }
    .recruit__pcImg {
        display: block;
        position: relative;
    }
    .recruit__box {
        position: absolute;
        left: 177px;
        width: 41%;
        background-color: var(--background-color--white);
        margin: 0 auto;
        margin-top: -91px;
        padding: 32px 32px;
        max-width: 540px;
    }
    .recruit__title {
        font-size: 2.4rem;
        margin: 0;
    }
    .recruit__txt {
        font-size: 1.8rem;
        margin: 0 auto;
        margin-top: 16px;
    }
    .view__btn {
        display: block;
        width: 280px;
        height: 47px;
        border-radius: 50px;
        background: #1e1e1e;
        padding: 9px 104px 9px 40px;
        text-align: center;
        position: relative;
        color: #FFF;
        font-family: Roboto;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
        margin: 0 auto;
        margin-top: 32px;
    }
    .view__btn::after {
        content: "";
        display: block;
        width: 40px;
        height: 13px;
        position: absolute;
        background-image: url(../images/viewmore_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: 37px;
        top: 17px;
        text-align: center;
    }
    
  
}
/* service__375px */


/* ====================
FAQ
======================= */
.section__faq {
    position: relative;
}
.faq__content {
    margin-top: 290px;
}

.faq__inner {
    padding: 52px 0 180px 0;
    background-image: url(../images/background_top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
}

.accordion {
    display: block;
    position: relative;
    background-color: var(--background-color--white);
    margin-bottom: 7px;
    border: 1px solid #000000;
    margin: 16px 20px 0 20px;
}
.accordion::before {
    position: absolute;
    left: 20px;
    top: 24px;
    content: "Q.";
    color: #236194;
    font-family: Roboto;
    font-size: 2.5rem;
    font-weight: 700;
}


.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2em 4em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23000000%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}


.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    position: absolute;
    right: calc(2em + 2.5px);
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion summary::before {
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion p {
    display: block;
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2em 4em;
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    transition: transform .5s, opacity .5s;
}
.accordion p::before {
    position: absolute;
    left: 20px;
    top: 24px;
    content: "A.";
    color: red;
    font-family: Roboto;
    font-size: 2.5rem;
    font-weight: 700;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
}

/* pc__NEWS */
@media screen and (min-width:769px) {


    .faq__inner {
        margin: 0 auto;
        margin-top: 100px;
        max-width: 1085px;
        background-image: none;
        padding-bottom: 277px;
    }
    .fap__topic {
        max-width: 1085px;
    }
    
 
   
    .news__inner {
        margin: 0 auto;
        max-width: 1085px;
    }
    .news_list_date {
        display: flex;
        margin: 0;
        gap: 32px;
    }
    .news__top {
        margin: 0 auto;
        margin-top: 25px;
        max-width: 1050px;
        text-align: right;
    }

    .accordion {
        margin: 0 auto;
        margin-top: 40px;
    }
    .accordion::before {
            top: 27px;
    }
    .accordion p::before {
        top: 27px;
    }
    
    
    
  
}
/* service__375px */

