@charset "UTF-8";
/* CSS Document */
section {
  padding-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    section {
      padding-bottom: 8rem; } }
  @media screen and (max-width: 767px) {
    section {
      padding-bottom: 6rem; } }

@media screen and (max-width: 991px) {
  #ul-header .ul-img img {
    object-position: 65% center; } }
@media screen and (max-width: 575px) {
  #ul-header .ul-img img {
    object-position: 75% center; } }
#ul-header .recruit-bg {
  background-color: #eef7f1;
  padding: 16rem 0 8rem;
  margin-top: -8rem; }
  @media screen and (max-width: 991px) {
    #ul-header .recruit-bg {
      padding: 14rem 0 6rem;
      margin-top: -7rem; } }
  @media screen and (max-width: 575px) {
    #ul-header .recruit-bg {
      padding: 12rem 0 4rem;
      margin-top: -6rem; } }
  #ul-header .recruit-bg dl {
    letter-spacing: 0.04em; }
    #ul-header .recruit-bg dl dt {
      font-size: 30px;
      font-size: 3rem;
      color: #289c4c;
      line-height: 1.4;
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 991px) {
        #ul-header .recruit-bg dl dt {
          font-size: 27px;
          font-size: 2.7rem; } }
      @media screen and (max-width: 991px) {
        #ul-header .recruit-bg dl dt {
          font-size: 24px;
          font-size: 2.4rem;
          margin-bottom: 1.5rem; } }
    #ul-header .recruit-bg dl dd {
      line-height: 2.25; }
      @media screen and (max-width: 575px) {
        #ul-header .recruit-bg dl dd {
          line-height: 2; } }

#person .person-img {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 991px) {
    #person .person-img {
      column-gap: 3rem; } }
  @media screen and (max-width: 767px) {
    #person .person-img {
      column-gap: 2rem; } }
  @media screen and (max-width: 575px) {
    #person .person-img {
      flex-wrap: wrap;
      margin-bottom: 2rem; } }
  #person .person-img img {
    width: 250px; }
    @media screen and (max-width: 991px) {
      #person .person-img img {
        width: 200px; } }
    @media screen and (max-width: 767px) {
      #person .person-img img {
        width: 150px; } }

#interview .interview-content {
  margin-bottom: 6rem; }
  #interview .interview-content:nth-of-type(1) .interview-header {
    background-image: url("../img/recruit-interview1-1.jpg"); }
  #interview .interview-content:nth-of-type(2) .interview-header {
    background-image: url("../img/recruit-interview2-1.jpg"); }
  #interview .interview-content:nth-of-type(3) {
    margin-bottom: 0; }
    #interview .interview-content:nth-of-type(3) .interview-header {
      background-image: url("../img/recruit-interview3-1.jpg"); }
#interview .interview-header {
  position: relative;
  height: 315px;
  background-size: cover;
  background-position: center;
  margin-bottom: 5rem; }
  @media screen and (max-width: 991px) {
    #interview .interview-header {
      height: 250px; } }
  @media screen and (max-width: 767px) {
    #interview .interview-header {
      height: 230px;
      margin-bottom: 3rem; } }
  @media screen and (max-width: 575px) {
    #interview .interview-header {
      height: 180px;
      margin-bottom: 1rem;
      background-position: 45%; } }
  #interview .interview-header .interview-header__info {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
    padding: 4rem;
    background-color: #fff;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 1199px) {
      #interview .interview-header .interview-header__info {
        width: 35%; } }
    @media screen and (max-width: 991px) {
      #interview .interview-header .interview-header__info {
        width: 37%;
        padding: 3rem 1rem 3rem 3rem; } }
    @media screen and (max-width: 767px) {
      #interview .interview-header .interview-header__info {
        width: 45%;
        padding: 2rem 1rem 2rem 2rem; } }
    @media screen and (max-width: 575px) {
      #interview .interview-header .interview-header__info {
        width: 60%;
        padding: 1rem 0rem 0 1.5rem; } }
    @media screen and (max-width: 575px) {
      #interview .interview-header .interview-header__info .interview-header__dept {
        font-size: 14px;
        font-size: 1.4rem; } }
    #interview .interview-header .interview-header__info .interview-header__name {
      position: relative;
      color: #289c4c;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 2rem; }
      @media screen and (max-width: 575px) {
        #interview .interview-header .interview-header__info .interview-header__name {
          margin-bottom: 1.5rem; } }
      #interview .interview-header .interview-header__info .interview-header__name .initial {
        font-size: 26px;
        font-size: 2.6rem; }
        @media screen and (max-width: 575px) {
          #interview .interview-header .interview-header__info .interview-header__name .initial {
            font-size: 21px;
            font-size: 2.1rem; } }
      #interview .interview-header .interview-header__info .interview-header__name .career {
        color: #000;
        font-weight: 400; }
        @media screen and (max-width: 575px) {
          #interview .interview-header .interview-header__info .interview-header__name .career {
            font-size: 14px;
            font-size: 1.4rem; } }
      #interview .interview-header .interview-header__info .interview-header__name::after {
        content: '';
        width: 70px;
        height: 1px;
        display: inline-block;
        background-color: #289c4c;
        position: absolute;
        bottom: -1rem;
        left: 0; }
        @media screen and (max-width: 575px) {
          #interview .interview-header .interview-header__info .interview-header__name::after {
            bottom: -0.5rem; } }
    #interview .interview-header .interview-header__info .interview-header__comment {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        #interview .interview-header .interview-header__info .interview-header__comment {
          font-size: 17px;
          font-size: 1.7rem; } }
      @media screen and (max-width: 575px) {
        #interview .interview-header .interview-header__info .interview-header__comment {
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0;
          line-height: 1.6; } }
#interview .interview-qa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #interview .interview-qa dl {
    width: 50%;
    margin-bottom: 5rem; }
    @media screen and (max-width: 767px) {
      #interview .interview-qa dl {
        width: 100%;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 575px) {
      #interview .interview-qa dl {
        width: 100%;
        margin-bottom: 2rem; } }
    #interview .interview-qa dl dt {
      display: flex;
      align-items: center;
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 1.4; }
      @media screen and (max-width: 991px) {
        #interview .interview-qa dl dt {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 575px) {
        #interview .interview-qa dl dt {
          font-size: 17px;
          font-size: 1.7rem; } }
      #interview .interview-qa dl dt span {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 43px;
        font-size: 4.3rem;
        font-weight: 500;
        color: #289c4c;
        letter-spacing: 0;
        margin-right: 1rem; }
        @media screen and (max-width: 991px) {
          #interview .interview-qa dl dt span {
            font-size: 40px;
            font-size: 4rem; } }
        @media screen and (max-width: 575px) {
          #interview .interview-qa dl dt span {
            font-size: 32px;
            font-size: 3.2rem; } }
    #interview .interview-qa dl dd {
      margin-bottom: 4rem; }
      @media screen and (max-width: 991px) {
        #interview .interview-qa dl dd {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) {
        #interview .interview-qa dl dd {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 575px) {
        #interview .interview-qa dl dd {
          font-size: 15px;
          font-size: 1.5rem;
          margin-bottom: 1rem; } }
  #interview .interview-qa .interview-qa__img {
    width: 45%;
    height: 310px;
    overflow: hidden;
    margin-bottom: 5rem; }
    @media screen and (max-width: 991px) {
      #interview .interview-qa .interview-qa__img {
        height: 280px; } }
    @media screen and (max-width: 767px) {
      #interview .interview-qa .interview-qa__img {
        width: 100%;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 575px) {
      #interview .interview-qa .interview-qa__img {
        width: 100%;
        height: 200px;
        margin-bottom: 2rem; } }
    #interview .interview-qa .interview-qa__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

#gallery .gallery-content {
  margin-bottom: 4rem; }
  #gallery .gallery-content h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #289c4c;
    letter-spacing: 0.04em;
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      #gallery .gallery-content h4 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0.25rem; } }
  #gallery .gallery-content p {
    margin-bottom: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.6; }
  #gallery .gallery-content .gallery-content__img {
    display: flex;
    gap: 1rem; }
    @media screen and (max-width: 767px) {
      #gallery .gallery-content .gallery-content__img {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      #gallery .gallery-content .gallery-content__img .img-box {
        width: calc(50% - 0.5rem); } }
    @media screen and (max-width: 575px) {
      #gallery .gallery-content .gallery-content__img .img-box {
        width: 100%;
        height: 200px;
        overflow: hidden; }
        #gallery .gallery-content .gallery-content__img .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }

#faq .faq-bg {
  background-color: #fef8e5;
  padding: 8rem 0; }
  @media screen and (max-width: 991px) {
    #faq .faq-bg {
      padding: 6rem 0; } }
  @media screen and (max-width: 575px) {
    #faq .faq-bg {
      padding: 4rem 0; } }
#faq .accordion .accordion-item {
  margin-bottom: 2.5rem;
  border: none;
  border-radius: 0.5rem;
  padding: 0 3rem 0 4rem;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    #faq .accordion .accordion-item {
      padding: 0 1rem 0 2rem; } }
  @media screen and (max-width: 575px) {
    #faq .accordion .accordion-item {
      padding: 0 1rem; } }
#faq .accordion .accordion-button {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: color 0.2s;
  cursor: pointer; }
  #faq .accordion .accordion-button span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 43px;
    font-size: 4.3rem;
    color: #289c4c;
    margin-right: 2rem;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 575px) {
      #faq .accordion .accordion-button span {
        font-size: 35px;
        font-size: 3.5rem;
        margin-right: 1rem; } }
  #faq .accordion .accordion-button:hover {
    color: #aaa; }
  #faq .accordion .accordion-button:focus {
    box-shadow: none; }
  #faq .accordion .accordion-button::after {
    content: "\f13a";
    /* Font Awesome 上矢印 fa-angle-up */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    font-size: 2.5rem;
    transition: transform 0.3s ease;
    color: #fabe00;
    margin-left: auto;
    flex-shrink: 0; }
    @media screen and (max-width: 575px) {
      #faq .accordion .accordion-button::after {
        font-size: 20px;
        font-size: 2rem; } }
  #faq .accordion .accordion-button.collapsed::after {
    transform: rotate(0deg); }
  #faq .accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg); }
#faq .accordion .accordion-body {
  padding: 2rem 0;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 575px) {
    #faq .accordion .accordion-body {
      padding: 1.5rem 0;
      line-height: 1.6; } }

#description .description-content {
  display: flex;
  margin-bottom: 7.5rem; }
  @media screen and (max-width: 991px) {
    #description .description-content {
      margin-bottom: 5.5rem; } }
  @media screen and (max-width: 575px) {
    #description .description-content {
      display: block;
      margin-bottom: 3.5rem; } }
  #description .description-content .jobtype {
    background-color: #eef7f1;
    writing-mode: vertical-rl;
    padding: 2rem 1rem;
    margin-right: 3.5rem; }
    @media screen and (max-width: 767px) {
      #description .description-content .jobtype {
        margin-right: 2.5rem; } }
    @media screen and (max-width: 575px) {
      #description .description-content .jobtype {
        writing-mode: inherit;
        margin: 0 0 1.5rem 0;
        padding: 1rem; } }
    #description .description-content .jobtype h4 {
      font-size: 30px;
      font-size: 3rem;
      margin: 0; }
      @media screen and (max-width: 991px) {
        #description .description-content .jobtype h4 {
          font-size: 27px;
          font-size: 2.7rem; } }
      @media screen and (max-width: 991px) {
        #description .description-content .jobtype h4 {
          font-size: 24px;
          font-size: 2.4rem; } }
      #description .description-content .jobtype h4 span {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 20px;
        font-size: 2rem;
        color: #289c4c;
        margin-top: 2rem; }
        @media screen and (max-width: 575px) {
          #description .description-content .jobtype h4 span {
            font-size: 16px;
            font-size: 1.6rem;
            margin-top: 0;
            margin-left: 1rem; } }
  #description .description-content dl {
    width: 100%;
    display: grid;
    grid-template-columns: 150px 1fr; }
    @media screen and (max-width: 991px) {
      #description .description-content dl {
        grid-template-columns: 100px 1fr; } }
    @media screen and (max-width: 575px) {
      #description .description-content dl {
        grid-template-columns: 1fr; } }
    #description .description-content dl dt {
      width: 150px;
      font-weight: 500;
      border-bottom: solid 1px rgba(40, 156, 76, 0.6);
      padding: 1.5rem 0 1.5rem 2rem; }
      @media screen and (max-width: 991px) {
        #description .description-content dl dt {
          width: 100px;
          padding: 1.25rem 0 1.25rem 1rem; } }
      @media screen and (max-width: 575px) {
        #description .description-content dl dt {
          width: 100%;
          padding: 0 1rem; } }
    #description .description-content dl dd {
      border-bottom: solid 1px rgba(200, 200, 200, 0.6);
      padding: 1.5rem 0 1.5rem 2rem; }
      @media screen and (max-width: 991px) {
        #description .description-content dl dd {
          padding: 1.25rem 0 1.25rem 1rem; } }
      @media screen and (max-width: 767px) {
        #description .description-content dl dd {
          padding: 1.25rem 0 1.25rem 1.25rem; } }
      @media screen and (max-width: 575px) {
        #description .description-content dl dd {
          padding: 0.5rem 1rem;
          border-bottom: none;
          margin-bottom: 1.5rem; } }
      #description .description-content dl dd div {
        display: flex;
        flex-wrap: nowrap; }
        @media screen and (max-width: 991px) {
          #description .description-content dl dd div {
            flex-wrap: wrap; } }
        #description .description-content dl dd div p {
          margin-right: 1em;
          margin-bottom: 0;
          line-height: 1.8; }
#description .stop {
  position: relative; }
  #description .stop::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    /* 半透明レイヤー */
    z-index: 1; }
  #description .stop::after {
    content: "現在募集を\A行っておりません";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 中央配置 */
    white-space: pre-line;
    text-align: center;
    color: #808080;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 600;
    border: 2px solid #808080;
    padding: 2rem 3rem;
    background: #fff;
    z-index: 2;
    line-height: 1.4;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #description .stop::after {
        width: 70%;
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 575px) {
      #description .stop::after {
        width: 70%;
        font-size: 25px;
        font-size: 2.5rem;
        padding: 2rem; } }
#description .recruit-contact a {
  display: flex;
  align-items: center;
  background-image: url("../img/recruit-contact-pc.jpg");
  background-size: cover;
  background-position: center;
  width: 90%;
  height: 150px;
  margin: 0 auto;
  padding: 0 4rem; }
  #description .recruit-contact a:hover {
    opacity: 0.7; }
  @media screen and (max-width: 991px) {
    #description .recruit-contact a {
      height: 130px; } }
  @media screen and (max-width: 767px) {
    #description .recruit-contact a {
      width: 100%;
      padding: 0 3rem; } }
  @media screen and (max-width: 575px) {
    #description .recruit-contact a {
      background-image: url("../img/recruit-contact-sp.jpg");
      height: 100px;
      padding: 0 1.5rem; } }
#description .recruit-contact img:first-child {
  width: 70px;
  margin-right: 4rem; }
  @media screen and (max-width: 991px) {
    #description .recruit-contact img:first-child {
      width: 50px;
      margin-right: 3rem; } }
  @media screen and (max-width: 575px) {
    #description .recruit-contact img:first-child {
      width: 40px;
      margin-right: 1rem; } }
#description .recruit-contact img:last-child {
  width: 55px;
  margin-left: auto; }
  @media screen and (max-width: 991px) {
    #description .recruit-contact img:last-child {
      width: 45px; } }
  @media screen and (max-width: 575px) {
    #description .recruit-contact img:last-child {
      width: 35px; } }
#description .recruit-contact p {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5; }
  @media screen and (max-width: 991px) {
    #description .recruit-contact p {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 575px) {
    #description .recruit-contact p {
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0; } }
