@charset "UTF-8";

.g-main {
  background-image: url(../img/cmn/earth.png);
  background-position: -1000px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 130px;
}

#about {
  display: flex;
  margin-top: 50px;

}
@media (min-width: 769px) {
  #about {
      /* background-image: url(https://dym.bz/wp-content/themes/theme02/img/recruit-detail/generalist-position-mv.webp); */
      /* background-repeat: no-repeat; */
      /* background-size: 70%; */
      /* background-position: calc(100% + 60%) top; */
  }
}
#about .flex-item {
  width: 50%;
}
#about #description .occupation-logo {
  width: 100%;
}
#about #description {
  position: relative;
  padding-left: 10%;
  z-index: 1;
}
#about #description .title{
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #001E4D;
  font-weight: bold;
}
#explain details {
  font-size: 0.85rem;
  font-weight: 400;
}
#explain summary {
    position: relative;
    display: block;
    list-style: none;
    margin: auto;
    font-weight: 400;
  }
#explain summary .explain_intro{
  position: relative;
  display: block;
  margin: 15px 0;
}
#explain summary .explain_intro::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
}
#explain summary::-webkit-details-marker {
    display:none;
  }
#explain p {
  color:#151517;
}
#explain {
  font-size: 0.8625rem;
  color: #000000;
}
#explain h2{
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: #001E4D;
    padding-bottom: 2px;
}
.accordion-hint {
    display: block;
    font-size: 1rem;
    margin-top: 4px;
    width: fit-content;
    border-radius: 25px;
    position: relative;
    padding: 0;
}
details[open] .accordion-hint {
  display: none;
}
#explain details p{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s ease-in;
}
#explain details[open] p{
    transform: none;
    opacity: 1;
}
details .close-hint {
  display: none;
  margin-top: 24px;
  cursor: pointer;
  width: fit-content;
}
details[open] .close-hint {
  display: block;
}
@media screen and (min-width: 769px){
  #about #image img{
      width: 130%;
      max-width: 200%;
      position: relative;
      right: 30%;
  }
  #explain{
    width: 90%;
    margin-top: 30px;
    padding-left: 10%;
  }
  #explain h2{
      font-size: 1.3rem;
  }
  #explain details{
    font-size: 1rem;
  }
  #explain summary .explain_intro{
    padding-left: 80px;
    font-size: 1.05rem;
    margin: 10px 0;
  }
  #explain summary .explain_intro::before{
    top: 50%;
    left: 0;
    width: 80px;
  }
  .accordion-hint,.close-hint {
      margin: 0;
  }
}
@media screen and (max-width: 768px){
  #explain summary .explain_intro::before{
    display: none;
  }
}
#about #image img {
  width: 130%;
  max-width: 200%;
  position: relative;
}
/* tuika */
  #job_description {
      width: 100%;
      margin: 35px auto;
      background-color: rgba(242,249,255,0.7);
      box-shadow: 0 2px 15px rgba(77, 77, 77, 4%);
    }
  #job_description h2{
      font-size: 1.1rem;
      letter-spacing: 0.06em;
      color: #001E4D;
      font-weight: bold;
      padding: 30px 0;
  }  
  #job_description .job_description_box > p{
      margin-top: 40px;
  }
  #job_description .job_description_box{
      width: 85%;
      margin: auto;
      padding-bottom: 40px;
      border-collapse: separate;
      border-spacing: 10px 0px;
      font-weight: 400;
  }
  #job_description .job_description_box > div:has(h4){
      margin-top: 30px;
      border-bottom: 1px solid #003366;
      padding-bottom: 30px;
  }
  #job_description .job_description_box div:has(h4):first-of-type{
      margin-top: 0;
  }
  #job_description .job_description_box div:has(a) .more_btn{
      margin: 15px auto 0;
      display: block;
      width: fit-content;
  }  
  #job_description .job_description_box div h4{
      font-size: 1rem;
      letter-spacing: 0.06em;
      color: #001E4D;
      padding-bottom: 2px;
      font-weight: bold;
  }
@media (min-width:769px) {
    #job_description {
      width: 80%;
      margin: 80px auto;
      background-color: rgba(242,249,255,0.7);
      box-shadow: 0 2px 15px rgba(77, 77, 77, 4%);
    }
    #job_description .job_description_box > p{
        margin-top: 10px;
    }    
    #job_description summary,
    #job_description .job_description_box{
      width: 77%;
    }
    #job_description .job_description_box{
      padding-bottom: 100px;
    }
    #job_description h2{
      padding: 50px 0;
      font-size: 1.3rem;
    }
    #job_description .job_description_box div h4{
        font-size: 1.1rem;
    }
    #job_description .job_description_box div:has(a){
        display: flex;
        gap: 30px;
        align-items: flex-end;
    }
    #job_description .job_description_box div:has(a) .more_btn{
        margin: 0 0 0 auto;
    }  
}
@media (max-width:768px) {
    #job_description .job_description_box div:has(h4):nth-of-type(2) h4{
      font-size: 0.95rem;
  }  
}
#information-detail {
  width: 80%;
  margin: 80px auto;
  background: #F2F9FF;
  box-shadow: 0 2px 15px rgba(77, 77, 77, 4%);
}

#information-detail table {
  width: 77%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  border-collapse: separate;
  border-spacing: 10px 0px;
}

#information-detail table th {
  width: 25%;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #202A5A;
  padding: 34px 10px;
  border-bottom: 1.2px solid #202A5A;
}

#information-detail table td {
  font-size: 0.8625rem;
  font-weight: normal;
  padding: 34px 10px;
  border-bottom: 1px solid #B9D6F0;
}

#information-detail table td span.bolder {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

#information-detail table tr:first-child th {
  border-top: 1.2px solid #202A5A;
}

#information-detail table tr:first-child td {
  border-top: 1px solid #B9D6F0;
}
#information-detail table td ul li{
    list-style: none;
    position: relative;
    padding-left: 1.2em;
}
#information-detail table td ul li::before{
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
#recruit-logo {
  display: flex;
  justify-content: center;
  gap: 110px;
  margin-bottom: 34px;
}

#another-jobs {
  margin-left: 10%;
}

#another-jobs .title {
  display: inline-block;
}

#another-jobs .title .title__en {
  font-size: 2.125rem;
  color: #141940;
  letter-spacing: 0.02em;
  line-height: 52px;
}

#another-jobs .title .title__ja {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #192F4D;
  display: block;
}

#another-jobs .job-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  border-top: 0.4px solid #192F4D;
  /* border-bottom: 0.4px solid #192F4D; */
  margin-bottom: 100px;
}

#another-jobs .job-list .job {
  width: 480px;
  margin: 0px -105px;
  position: relative;
  z-index: var(--z-index-main);
  transform: skewY(-58deg);
  overflow: hidden;
  cursor: pointer;
}
#another-jobs .job-list .job {
  position: relative;
  z-index: var(--z-index-main);
  overflow: hidden;
  cursor: pointer;
  transform: skewX(-5deg);
  width: 25%;
  margin: 3% 3%;
}

#another-jobs .job-list .job img {
  object-position: 15px 0px;
  object-fit: cover;
  transition: 0.5s all;
  transform: skewX(5deg) scale(1.2);
}

#another-jobs .job-list .job:hover img {
  transform: skewX(5deg) scale(1.3);
  transition: 0.5s all;
}

#another-jobs .layer {
  transform: skewX(5deg) scale(1.2);
  background-color: rgba(80, 146, 213, 0.18);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#another-jobs .layer svg {
  position: absolute;
  bottom: 12px;
}

#another-jobs .layer .info {
  position: absolute;
  width: 100%;
  height: 19%;
  color: var(--color-reverse);
  bottom: 22px;
  left: -25px;
  line-height: 21px;
}

#another-jobs .layer .info span.en {
  font-family: Arial;
  font-size: 11px;
}

#another-jobs .layer .info span {
  font-size: 18px;
  padding-left: 70px;
}

#another-jobs .layer .info::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(65% - 5px);
  left: 315px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  transition: .3s;
}

#another-jobs .job-list .job:hover .info::after {
  width: 30px;
}

/* SP用 */

@media not all and (min-width: 768px) {

  .c-breadcrumb{
    top: 66px;
  }

  .g-main {
    padding-bottom: 0;
  }

  #about {
    margin-top: 60px;
    /* margin-top: 0; */
  }

  #about #description {
    width: 100%;
    padding-left: 0;
  }

  #about #description .occupation-logo {
    position: absolute;
    /* width: 65%;
    top: 20px;
    left: -6px; */
    width: 60%;
    max-width: 270px;
    top: 4px;
    left: 0;
  }
  #about.semi-professional-grade #description .occupation-logo{
    top: 36px;
  }
  #about.general-staff #description .occupation-logo {
    position: absolute;
    width: 50%;
  }
  #about.semi-professional-grade #description .title {
    top: calc(95px + 3%);
  }

  #about #description .sp-mv {
    display: block;
    margin-left: auto;
    width: 60%;
  }

  #about #description .title {
    font-size: 18px;
    position: absolute;
    top: 90px;
    left: 22px;
  }


  #explain {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #000000;
    width: 90%;
    margin: 35px auto;
  }

  #information-detail {
    width: 100%;
    margin: 35px auto;
  }

  #information-detail table {
    width: 85%;
  }

  #information-detail table th {
    width: 30%;
    font-size: 13px;
  }

  #information-detail table td {
    font-size: 13px;
  }

  #recruit-logo {
    gap: 20px;
  }
  #recruit-logo div {
    width: 40%;
  }

  #another-jobs .job-list .job {
    width: 85%;
    left: -3%;
  }

  #another-jobs .layer .info {
    bottom: 32.5px;
    left: -30px;
  }

  #another-jobs .layer .info::after {
    top: calc(80% - 5px);
    left: 260px;
  }

}



/* 7/11追記　アコーディオン */
.accordion-container {
  margin: auto;
  width: 1200px;
  width: 80%;
  max-width: 100%;

}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  /* background-color: #f3f9fd; */
  cursor: pointer;
  font-size: 20px;
  padding: 20px 40px 15px;
  position: relative;
  border-top: 1px solid black;
}
.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}
.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  padding: 20px 40px;
  background-color: #eaf6fe;
}
.accordion-list:last-child .accordion-text{
  background-color: unset;
  padding: 0;
}
.accordion-list:last-child .accordion-text > div{
  background-color: #eaf6fe;
  margin-bottom: 10px;
  padding: 20px 40px ;
}
.bga{
    /* background-color: #f3f9fd; */
    padding-top: 60px;
    padding-bottom: 60px;
}
.a-flex{
    display: flex;
    align-items: center;
}
.q-mark{
    color: #31a2f9;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.q-cube{
    background-color: #f5f5f5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20vw;
    margin-right: 16px;
}
.q-text{
    display: flex;
    align-items: center;
    font-weight: 600;
}
.a-mark{
    color: white;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.a-cube{
    background-color: #31a2f9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20vw;
    margin-right: 16px;
}
.a-text{
    display: flex;
    align-items: center;
    font-weight: 500;
    width: 100%;
}
.a-text a{
    display: block;
    margin: 0 0 0 auto;
}
.title-qa{
  font-size: 3.4375rem;
  line-height: 1.2;
  text-align: center;
  font-family: Arial;
  font-weight: 600;
}
.title-qa-ja{
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.bb{
  border-bottom: 1px solid black;
}
.bb.open{
  border-bottom: none;
}
.accordion-list:has(.bb.open) .accordion-text{
    border-bottom: 1px solid black;
}

@media  (max-width:768px) {
    .bga{
        margin: auto;
    }
    .accordion-title {
    /* background-color: #f3f9fd; */
    cursor: pointer;
    font-size: 14px;
    padding: 10px 80px 5px 5px;
    position: relative;
    border-top: 1px solid black;
    }
    .q-mark{
        font-size: 18px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .a-flex{
      align-items: flex-start;
    }
    .q-cube{
        width: 34px;
        height: 34px;
    }
    .q-text{
        font-size: 16px;
        line-height: 1.2;
    }
    .a-mark{
        font-size: 18px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .a-cube{
        width: 34px;
        height: 34px;
    }
    .a-text{
        font-size: 12px;
        flex-direction: column;
        gap: 10px;
    }
    .a-text a{
      margin-left: 0;
    }
    .accordion-text,
    .accordion-list:last-child .accordion-text > div{
        padding: 20px;
    }
    .accordion-container{
      width: 90%;
    }
    .title-qa{
      font-size: 30px;

    }
    .title-qa-ja{
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px;
    }
    .brpc{
      display: none;
    }

}
