* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #1d2d35;
    background: #f7f5f1;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
  
  img {
    max-width: 100%;
    display: block;
  }

  
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 56px;
  }
  
  .header__logo {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .banner_jp_brand{
    display:none;
  }

  @media screen and (max-width: 767px) {
    footer .fix ul li img {
        margin: 0 auto;
    }

    footer .fix ul {
        padding:10px;
    }

    .recruit-br{
        display:none;
    }
  }
  
  .logo-mark {
    font-size: 20px;
  }
  
  .header__menu {
    border: none;
    background: transparent;
    font-size: 26px;
    cursor: pointer;
  }
  
  .fv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    background: white;
    padding-bottom: 0 !important;
  }
  
  .fv__text {
    padding: 150px 0 80px 72px;
  }
  
  .fv .en {
    color: #B7A283;
    font-size: 25px;
    letter-spacing: 0.22em;
    margin: 0;
    font-weight: bold;
    line-height: 35px;
  }
  
  .fv .sub {
    font-size: 13px;
    margin: 0 0 22px;
    color: #646464;
  }
  
  .fv h1 {
    line-height: 1.45;
    font-size: 45px;
    margin: 0 0 28px;
    color: #222222;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;
  }
  
  .fv .lead {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 32px;
    color:#646464;
  }
  
  .fv__buttons {
    display: flex;
    gap: 12px;
  }
  
  .fv__buttons a {
    display: inline-block;
    padding: 13px 24px;
    border: 1.5px solid #646464;
    color: #1d2d35;
    text-decoration: none;
    font-size: 13px;
    background: #fff;
    border-radius: 3px;
    text-decoration: none !important;
  }
  
  .fv__buttons a:first-child {
    background: #646464;
    color: #fff;
  }
  
  .fv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .buttons-braun{
    border-color:#B7A283 !important;
  }
  
  .interview {
    padding: 70px 0 40px;
    background: #F7F5F2;
    max-width: 1050px;
    margin: 0 auto;
  }
  
  .interview__inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 5px;
    align-items: start;
  }

  iframe{
    height: 352px;
    width: 100%;
  }
  
  .interview__text .label {
    display: inline-block;
    font-size: 12px;
    background: #E0D5C4;
    padding: 5px 18px;
    margin-bottom: 25px;
    border-radius: 2px;
    color: #222222;
    font-weight: bold;
  }
  
  .interview__text h2 {
    font-size: 28px;
    line-height: 1.8;
    margin: 0 0 25px;
    text-align: left;
    letter-spacing: normal;
    padding: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;

  }
  
  .interview__text p {
    font-size: 15px;
    line-height: 32px;
    max-width: 380px;
  }
  
  .movie img {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
  }

  .movie{
    padding-left: 30px;
  }
  
  .movie-menu {
    max-width: 940px;
    margin: 28px 110px 20px;
    border: 1px solid #707070;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 18px 32px;
    font-size: 12px;
    justify-content: flex-start;
    width: 100%;
  }
  
  .movie-menu span {
    text-align: center;
    border-right: 1px solid #707070;
    font-size: 16px;
    line-height: 27px;
    padding: 10px;
    padding-right: 50px;
    margin-right: 25px;
  }
  
  .movie-menu ul {
    list-style: square;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 130px;
    margin: 0;
    padding-left: 45px;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
  }

  .movie-menu ul li{
    position: relative;
    list-style: none;
  }

  .movie-menu ul li:before{
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    background: url(../../img/recruit/icon-check.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  
  .content-text {
    max-width: 940px;
    margin: 20px 0px 34px 110px;
  }
  
  .content-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 34px;
    text-align: left;
    color: #222222;
    font-weight: bold;
  }
  
  .content-text p {
    font-size: 15px;
    line-height: 32px;
  }
  
  .reason {
    background: #fff;
    padding: 60px 0;
    text-align: center;
  }
  
  .reason h2,
  .person h2,
  .requirements h2 {
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 50px;
    padding: 0;
    padding-top: 20px;
    letter-spacing: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;
  }
  
  .reason__list {
    width: min(980px, 88%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    text-align: left;
  }
  
  .reason__item h3 {
    font-size: 16px;
    margin: 16px 0 0px;
    text-align: center;
    line-height: 27px;
  }
  
  .reason__item p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
  }
  
  .reason__item img {
    aspect-ratio: 4 / 2.6;
    object-fit: cover;
  }
  
  .person {
    padding: 55px 0;
    text-align: center;
    background: #f7f5f1;
  }

  .person_wrapper{
    width: min(980px, 88%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  
  .person__boxes {

  }
  
  .person__box {
    border: 1px solid #707070;
    background: #fff;
    padding: 20px 20px 20px 45px;
    text-align: center;
    position: relative;
    min-height: 170px;
  }
  
  .person__boxes h3 {
    background: #E0D5C4;
    padding: 2px 28px;
    font-size: 16px;
    border-radius: 2px;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 25px;
  }

  .person__box ul li{
    position: relative;
    list-style: none;
    text-align: left;
    line-height: 32px;
  }

  .person__box ul li:before{
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    background: url('../../img/recruit/icon-check.png');
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  
  .person__box ul {
    margin: 0;
    padding-left: 22px;
    font-size: 14px;
    list-style: square;
    line-height: 24px;
    color: #646464;
    overflow: unset;
  }
  
  .requirements {
    padding: 70px 0;
    background: #fff;
    text-align: center;
  }
  
  .requirements table {
    width: min(1060px, 88%);
    margin: 0 auto !important;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px;
    background: #fff;
  }
  
  .requirements th,
  .requirements td {
    border: 1px solid #707070;
    padding: 16px;
    vertical-align: top;
  }
  
  .requirements th {
    min-width: 100px;
    background: #f4f1ec;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
  }
  
  .requirements td {
    font-size: 15px;
    line-height: 26px;
    width: 42%;
    padding: 16px 10px;
  }

  @media print, screen and (min-width: 768px) {
    footer .fix ul li a {
        display: flex !important;
        align-items: center;
    }
  }
  
  @media (max-width: 768px) {

    .header {
      padding: 20px;
    }
  
    .fv {
      grid-template-columns: 1fr;
    }
  
    .fv__text {
      padding: 100px 24px 50px;
    }
  
    .fv h1 {
      font-size: 28px;
    }
  
    .fv__buttons {
      flex-direction: column;
    }
  
    .interview__inner {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  
    .movie-menu {
      grid-template-columns: 1fr;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      width: 100%;
      display: block;
    }
  
    .movie-menu span {
      border-right: none;
      border-bottom: 1px solid #999;
      padding-bottom: 12px;
      margin-bottom: 12px;
    }

    .movie {
        width: 100%;
      }
      
      video {
        width: 100%;
        aspect-ratio: 16 / 8.5;
        object-fit: cover;
        display: block;
      }

    .reason h2{
        font-size: 21px;
    }

    .person_wrapper{
        display: block;
    }

    .person__boxes{
        margin-bottom: 50px;
    }
    .movie-menu ul li{
        text-align: left;
    }
  
    .movie-menu ul {
      grid-template-columns: 1fr;
      padding-left: 24px;
    }
  
    .reason__list,
    .person__boxes {
      grid-template-columns: 1fr;
    }
  
    .requirements table,
    .requirements tbody,
    .requirements tr,
    .requirements th,
    .requirements td {
      display: block;
      width: 100%;
    }
  
    .requirements th {
      border-bottom: none;
    }
  }

  .faq {
    padding: 60px 0 100px;
    background: #f3f1ee;
  }
  
  .faq h2 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 35px;
    color: #1d2d35;
    line-height: 50px;
    padding: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;
  }
  
  .faq__list {
    width: min(940px, 88%);
    margin: 0 auto;
  }
  
  .faq__item {
    background: #fff;
    margin-bottom: 28px;
    border-radius: 5px;
    padding: 0;
  }
  
  .faq__item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 15px 48px 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  
  .faq__item summary::-webkit-details-marker {
    display: none;
  }
  
  .faq__item summary::after {
    content: "▼";
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    color: #6d6d6d;
    font-size: 18px;
  }
  
  .faq__item[open] summary::after {
    content: "▲";
  }
  
  .faq__q {
    font-size: 30px;
    color: #6d6d6d;
    font-weight: bold;
  }
  
  .faq__answer {
    padding: 0 64px 32px 96px;
  }
  
  .faq__answer::before {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    background: #646464;
    margin-bottom: 22px;
  }
  
  .faq__answer p {
    margin: 0;
    font-size: 15px;
    line-height: 2.1;
    max-width: 690px;
  }
  
  @media (max-width: 768px) {
    .faq {
      padding: 70px 0;
    }
  
    .faq h2 {
      font-size: 22px;
    }
  
    .faq__item summary {
      padding: 20px 48px 20px 24px;
      font-size: 15px;
      gap: 14px;
    }
  
    .faq__item summary::after {
      right: 22px;
    }
  
    .faq__answer {
      padding: 0 24px 28px 62px;
    }
  
    .faq__answer::before {
      width: 130px;
    }

    .requirements{
        padding: 70px 9px;
    }

    .interview{
        padding: 70px 15px 40px;
    }

    .person__box ul li{
        line-height: 27px;
        margin-bottom: 7px;
    }

    .interview__text h2{
        font-size: 24px;
    }

    .movie-menu{
        display: block;
    }

    .movie-menu span{
        padding-right: 0;
        margin-right: 0;
        display: block;
    }

    .requirements td {
        margin-bottom: 9px;
    }

    .movie{
        padding-left: 0px;
    }

    .content-text{
        margin:0;
    }

    .person__box{
        padding: 20px 10px 20px 15px;
    }

    .person_wrapper{
        gap: 10px;
    }
  }
  .play-btn.is-hidden{
    opacity:0 !important;
}